blob: f56c7e172cee12c6bf457767800662a20e1d48ed [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147L: linux-serial@vger.kernel.org
148W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100149S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700154L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155S: Maintained
156
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001579P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100158P: Eric Van Hensbergen
159M: ericvh@gmail.com
160P: Ron Minnich
161M: rminnich@lanl.gov
162P: Latchesar Ionkov
163M: lucho@ionkov.net
164L: v9fs-developer@lists.sourceforge.net
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: ehaase@inf.fu-berlin.de
172M: A2232@gmx.net
173L: linux-m68k@lists.linux-m68k.org
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: bcrl@kvack.org
179L: linux-aio@kvack.org
180S: Supported
181
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: j.w.r.degoede@hhs.nl
185L: lm-sensors@lm-sensors.org
186S: Maintained
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188ACENIC DRIVER
189P: Jes Sorensen
190M: jes@trained-monkey.org
191L: linux-acenic@sunsite.dk
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: Robert.Siemer@gmx.de
197L: linux-sound@vger.kernel.org
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700201IPS SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203M: aacraid@adaptec.com
204L: linux-scsi@vger.kernel.org
205W: http://www.adaptec.com/
206S: Maintained
207
208DPT_I2O SCSI RAID DRIVER
209P: Adaptec OEM Raid Solutions
210M: aacraid@adaptec.com
211L: linux-scsi@vger.kernel.org
212W: http://www.adaptec.com/
213S: Maintained
214
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215AACRAID SCSI RAID DRIVER
216P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700217M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700219W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220S: Supported
221
222ACPI
223P: Len Brown
224M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500225M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500226L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800228T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500229S: Supported
230
231ACPI BATTERY DRIVERS
232P: Vladimir P. Lebedev
233M: vladimir.p.lebedev@intel.com
234L: linux-acpi@vger.kernel.org
235W: http://acpi.sourceforge.net/
236S: Supported
237
238ACPI EC DRIVER
239P: Alexey Starikovskiy
240M: alexey.y.starikovskiy@linux.intel.com
241L: linux-acpi@vger.kernel.org
242W: http://acpi.sourceforge.net/
243S: Supported
244
245ACPI FAN DRIVER
246P: Konstantin A. Karasyov
247M: konstantin.a.karasyov@intel.com
248L: linux-acpi@vger.kernel.org
249W: http://acpi.sourceforge.net/
250S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700252ACPI PCI HOTPLUG DRIVER
253P: Kristen Carlson Accardi
254M: kristen.c.accardi@intel.com
255L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500256S: Supported
257
258ACPI THERMAL DRIVER
259P: Konstantin A. Karasyov
260M: konstantin.a.karasyov@intel.com
261L: linux-acpi@vger.kernel.org
262W: http://acpi.sourceforge.net/
263S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700264
Len Brown359acec2007-02-10 01:59:24 -0500265ACPI VIDEO DRIVER
266P: Luming Yu
267M: luming.yu@intel.com
268L: linux-acpi@vger.kernel.org
269W: http://acpi.sourceforge.net/
270S: Supported
271
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272AD1816 SOUND DRIVER
273P: Thorsten Knabe
274M: Thorsten Knabe <linux@thorsten-knabe.de>
275W: http://linux.thorsten-knabe.de
276S: Maintained
277
Kyle McMartin6958ae32005-10-21 23:11:27 -0400278AD1889 SOUND DRIVER
279P: Kyle McMartin
280M: kyle@parisc-linux.org
281P: Thibaut Varene
282M: T-Bone@parisc-linux.org
283W: http://wiki.parisc-linux.org/AD1889
284L: parisc-linux@lists.parisc-linux.org
285S: Maintained
286
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287ADM1025 HARDWARE MONITOR DRIVER
288P: Jean Delvare
289M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200290L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291S: Maintained
292
Corentin Labbecae2caa2007-02-14 21:15:04 +0100293ADM1029 HARDWARE MONITOR DRIVER
294P: Corentin Labbe
295M: corentin.labbe@geomatys.fr
296L: lm-sensors@lm-sensors.org
297S: Maintained
298
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299ADT746X FAN DRIVER
300P: Colin Leroy
301M: colin@colino.net
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304AEDSP16 DRIVER
305P: Riccardo Facchetti
306M: fizban@tin.it
307S: Maintained
308
309AFFS FILE SYSTEM
310P: Roman Zippel
311M: zippel@linux-m68k.org
312S: Maintained
313
314AGPGART DRIVER
315P: Dave Jones
316M: davej@codemonkey.org.uk
317W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800318T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319S: Maintained
320
321AHA152X SCSI DRIVER
322P: Juergen E. Fischer
323M: Juergen Fischer <fischer@norbit.de>
324L: linux-scsi@vger.kernel.org
325S: Maintained
326
327ALCATEL SPEEDTOUCH USB DRIVER
328P: Duncan Sands
329M: duncan.sands@free.fr
330L: linux-usb-users@lists.sourceforge.net
331L: linux-usb-devel@lists.sourceforge.net
332W: http://www.linux-usb.org/SpeedTouch/
333S: Maintained
334
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335ALI1563 I2C DRIVER
336P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100337M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200338L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000339S: Maintained
340
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341ALPHA PORT
342P: Richard Henderson
343M: rth@twiddle.net
344S: Odd Fixes for 2.4; Maintained for 2.6.
345P: Ivan Kokshaysky
346M: ink@jurassic.park.msu.ru
347S: Maintained for 2.4; PCI support for 2.6.
348
Jordan Crousef90b8112006-01-06 00:12:14 -0800349AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100350P: Jordan Crouse
351M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800352L: info-linux@geode.amd.com
353W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
354S: Supported
355
Stelian Pop284f42b2006-12-12 18:18:31 +0100356AMS (Apple Motion Sensor) DRIVER
357P: Stelian Pop
358M: stelian@popies.net
359P: Michael Hanselmann
360M: linux-kernel@hansmi.ch
361S: Supported
362
Tom Tuckerf94b5332006-09-22 15:22:48 -0700363AMSO1100 RNIC DRIVER
364P: Tom Tucker
365M: tom@opengridcomputing.com
366P: Steve Wise
367M: swise@opengridcomputing.com
368L: openib-general@openib.org
369S: Maintained
370
Johannes Berg42269062006-07-25 16:15:50 +0200371AOA (Apple Onboard Audio) ALSA DRIVER
372P: Johannes Berg
373M: johannes@sipsolutions.net
374L: linuxppc-dev@ozlabs.org
375L: alsa-devel@alsa-project.org
376S: Maintained
377
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378APM DRIVER
379P: Stephen Rothwell
380M: sfr@canb.auug.org.au
381L: linux-laptop@vger.kernel.org
382W: http://www.canb.auug.org.au/~sfr/
383S: Supported
384
385APPLETALK NETWORK LAYER
386P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300387M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388S: Maintained
389
Jaya Kumar1154ea72005-06-21 17:17:04 -0700390ARC FRAMEBUFFER DRIVER
391P: Jaya Kumar
392M: jayalk@intworks.biz
393S: Maintained
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395ARM26 ARCHITECTURE
396P: Ian Molton
397M: spyro@f2s.com
398S: Maintained
399
400ARM26/ARCHIMEDES
401P: Ian Molton
402M: spyro@f2s.com
403S: Maintained
404
405ARM26/A5000
406P: John Appleby
407M: john@dnsworld.co.uk
408S: Maintained
409
410ARM MFM AND FLOPPY DRIVERS
411P: Ian Molton
412M: spyro@f2s.com
413S: Maintained
414
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800415ARM/ADI ROADRUNNER MACHINE SUPPORT
416P: Lennert Buytenhek
417M: kernel@wantstofly.org
418L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
419S: Maintained
420
421ARM/ADS SPHERE MACHINE SUPPORT
422P: Lennert Buytenhek
423M: kernel@wantstofly.org
424L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
425S: Maintained
426
427ARM/AJECO 1ARM MACHINE SUPPORT
428P: Lennert Buytenhek
429M: kernel@wantstofly.org
430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
431S: Maintained
432
Andrew Victord4a89c72006-12-04 13:56:21 +0100433ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
434P: Andrew Victor
435M: andrew@sanpeople.com
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437W: http://maxim.org.za/at91_26.html
438S: Maintained
439
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800440ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
441P: Lennert Buytenhek
442M: kernel@wantstofly.org
443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444S: Maintained
445
446ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
447P: Lennert Buytenhek
448M: kernel@wantstofly.org
449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
450S: Maintained
451
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452ARM/CORGI MACHINE SUPPORT
453P: Richard Purdie
454M: rpurdie@rpsys.net
455S: Maintained
456
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800457ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100463ARM/HP JORNADA 7XX MACHINE SUPPORT
464P: Kristoffer Ericson
465M: kristoffer_e1@hotmail.com
466W: www.jlime.com
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/INTEL IOP32X ARM ARCHITECTURE
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100472P: Dan Williams
473M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100475S: Supported
476
477ARM/INTEL IOP33X ARM ARCHITECTURE
478P: Dan Williams
479M: dan.j.williams@intel.com
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482
483ARM/INTEL IOP13XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100486P: Dan Williams
487M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100489S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800490
491ARM/INTEL IQ81342EX MACHINE SUPPORT
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100494P: Dan Williams
495M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100497S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800498
499ARM/INTEL IXP2000 ARM ARCHITECTURE
500P: Lennert Buytenhek
501M: kernel@wantstofly.org
502L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
503S: Maintained
504
505ARM/INTEL IXDP2850 MACHINE SUPPORT
506P: Lennert Buytenhek
507M: kernel@wantstofly.org
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
511ARM/INTEL IXP23XX ARM ARCHITECTURE
512P: Lennert Buytenhek
513M: kernel@wantstofly.org
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
517ARM/INTEL XSC3 (MANZANO) ARM CORE
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100520P: Dan Williams
521M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100523S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800524
525ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
526P: Lennert Buytenhek
527M: kernel@wantstofly.org
528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529S: Maintained
530
531ARM/LOGICPD PXA270 MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Maintained
536
Dirk Opfer8459c152005-11-06 14:27:52 +0000537ARM/TOSA MACHINE SUPPORT
538P: Dirk Opfer
539M: dirk@opfer-online.de
540S: Maintained
541
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542ARM/PLEB SUPPORT
543P: Peter Chubb
544M: pleb@gelato.unsw.edu.au
545W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
546S: Maintained
547
548ARM/PT DIGITAL BOARD PORT
549P: Stefan Eletzhofer
550M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552W: http://www.arm.linux.org.uk/
553S: Maintained
554
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800555ARM/RADISYS ENP2611 MACHINE SUPPORT
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
559S: Maintained
560
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561ARM/SHARK MACHINE SUPPORT
562P: Alexander Schulz
563M: alex@shark-linux.de
564W: http://www.shark-linux.de/shark.html
565S: Maintained
566
567ARM/STRONGARM110 PORT
568P: Russell King
569M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571W: http://www.arm.linux.org.uk/
572S: Maintained
573
574ARM/S3C2410 ARM ARCHITECTURE
575P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800576M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.fluff.org/ben/linux/
579S: Maintained
580
581ARM/S3C2440 ARM ARCHITECTURE
582P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800583M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800588ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592S: Maintained
593
594ARM/THECUS N2100 MACHINE SUPPORT
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600ARPD SUPPORT
601P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700602L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603S: Maintained
604
605ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500606P: Corentin Chary
607M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608P: Karol Kozimor
609M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610L: acpi4asus-user@lists.sourceforge.net
611W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500612W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613S: Maintained
614
Corentin Chary85091b72007-01-26 14:04:30 +0100615ASUS LAPTOP EXTRAS DRIVER
616P: Corentin Chary
617M: corentincj@iksaif.net
618L: acpi4asus-user@lists.sourceforge.net
619W: http://sourceforge.net/projects/acpi4asus
620W: http://xf.iksaif.net/acpi4asus
621S: Maintained
622
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623ATA OVER ETHERNET DRIVER
624P: Ed L. Cashin
625M: ecashin@coraid.com
626W: http://www.coraid.com/support/linux
627S: Supported
628
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600629ATL1 ETHERNET DRIVER
630P: Jay Cliburn
631M: jcliburn@gmail.com
632P: Chris Snook
633M: csnook@redhat.com
634L: atl1-devel@lists.sourceforge.net
635W: http://sourceforge.net/projects/atl1
636W: http://atl1.sourceforge.net
637S: Maintained
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639ATM
640P: Chas Williams
641M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700642L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643W: http://linux-atm.sourceforge.net
644S: Maintained
645
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100646ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100647P: Haavard Skinnemoen
648M: hskinnemoen@atmel.com
649S: Supported
650
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800651ATMEL SPI DRIVER
652P: Haavard Skinnemoen
653M: hskinnemoen@atmel.com
654S: Supported
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656ATMEL WIRELESS DRIVER
657P: Simon Kelley
658M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700659L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.thekelleys.org.uk/atmel
661W: http://atmelwlandriver.sourceforge.net/
662S: Maintained
663
Chris Wrighta92b7b82005-07-07 18:12:23 -0700664AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100665P: David Woodhouse
666M: dwmw2@infradead.org
667L: linux-audit@redhat.com
668W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800669T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700670S: Maintained
671
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800672AUXILIARY DISPLAY DRIVERS
673P: Miguel Ojeda Sandonis
674M: maxextreme@gmail.com
675L: linux-kernel@vger.kernel.org
676S: Maintained
677
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700678AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700679P: Haavard Skinnemoen
680M: hskinnemoen@atmel.com
681W: http://www.atmel.com/products/AVR32/
682W: http://avr32linux.org/
683W: http://avrfreaks.net/
684S: Supported
685
686AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700687P: Haavard Skinnemoen
688M: hskinnemoen@atmel.com
689S: Supported
690
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691AX.25 NETWORK LAYER
692P: Ralf Baechle
693M: ralf@linux-mips.org
694L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200695W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696S: Maintained
697
Richard Purdie300abeb2007-02-07 22:21:07 +0000698BACKLIGHT CLASS/SUBSYSTEM
699P: Richard Purdie
700M: rpurdie@rpsys.net
701S: Maintained
702
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703BAYCOM/HDLCDRV DRIVERS FOR AX.25
704P: Thomas Sailer
705M: t.sailer@alumni.ethz.ch
706L: linux-hams@vger.kernel.org
707W: http://www.baycom.org/~tom/ham/ham.html
708S: Maintained
709
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200710BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
711P: Larry Finger
712M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200713P: Stefano Brivio
714M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700715L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200716W: http://bcm43xx.berlios.de/
717S: Maintained
718
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719BEFS FILE SYSTEM
720P: Sergey S. Kostyliov
721M: rathamahata@php4.ru
722L: linux-kernel@vger.kernel.org
723S: Maintained
724
725BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
726P: Kenji Hollis
727W: http://ftp.bitgate.com/pcwd/
728S: Maintained
729
730BFS FILE SYSTEM
731P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800732M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733L: linux-kernel@vger.kernel.org
734S: Maintained
735
736BLOCK LAYER
737P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200738M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800740T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741S: Maintained
742
743BLUETOOTH SUBSYSTEM
744P: Marcel Holtmann
745M: marcel@holtmann.org
746P: Maxim Krasnyansky
747M: maxk@qualcomm.com
748L: bluez-devel@lists.sf.net
749W: http://bluez.sf.net
750W: http://www.bluez.org
751W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800752T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753S: Maintained
754
755BLUETOOTH RFCOMM LAYER
756P: Marcel Holtmann
757M: marcel@holtmann.org
758P: Maxim Krasnyansky
759M: maxk@qualcomm.com
760S: Maintained
761
762BLUETOOTH BNEP LAYER
763P: Marcel Holtmann
764M: marcel@holtmann.org
765P: Maxim Krasnyansky
766M: maxk@qualcomm.com
767S: Maintained
768
769BLUETOOTH CMTP LAYER
770P: Marcel Holtmann
771M: marcel@holtmann.org
772S: Maintained
773
774BLUETOOTH HIDP LAYER
775P: Marcel Holtmann
776M: marcel@holtmann.org
777S: Maintained
778
779BLUETOOTH HCI UART DRIVER
780P: Marcel Holtmann
781M: marcel@holtmann.org
782P: Maxim Krasnyansky
783M: maxk@qualcomm.com
784S: Maintained
785
786BLUETOOTH HCI USB DRIVER
787P: Marcel Holtmann
788M: marcel@holtmann.org
789P: Maxim Krasnyansky
790M: maxk@qualcomm.com
791S: Maintained
792
793BLUETOOTH HCI BCM203X DRIVER
794P: Marcel Holtmann
795M: marcel@holtmann.org
796S: Maintained
797
798BLUETOOTH HCI BPA10X DRIVER
799P: Marcel Holtmann
800M: marcel@holtmann.org
801S: Maintained
802
803BLUETOOTH HCI BFUSB DRIVER
804P: Marcel Holtmann
805M: marcel@holtmann.org
806S: Maintained
807
808BLUETOOTH HCI DTL1 DRIVER
809P: Marcel Holtmann
810M: marcel@holtmann.org
811S: Maintained
812
813BLUETOOTH HCI BLUECARD DRIVER
814P: Marcel Holtmann
815M: marcel@holtmann.org
816S: Maintained
817
818BLUETOOTH HCI BT3C DRIVER
819P: Marcel Holtmann
820M: marcel@holtmann.org
821S: Maintained
822
823BLUETOOTH HCI BTUART DRIVER
824P: Marcel Holtmann
825M: marcel@holtmann.org
826S: Maintained
827
828BLUETOOTH HCI VHCI DRIVER
829P: Maxim Krasnyansky
830M: maxk@qualcomm.com
831S: Maintained
832
833BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100834P: Chad Tindel
835M: ctindel@users.sourceforge.net
836P: Jay Vosburgh
837M: fubar@us.ibm.com
838L: bonding-devel@lists.sourceforge.net
839W: http://sourceforge.net/projects/bonding/
840S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000842BROADBAND PROCESSOR ARCHITECTURE
843P: Arnd Bergmann
844M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100845L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400846W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000847S: Supported
848
Gary Zambrano39105892006-06-22 17:26:20 -0700849BROADCOM B44 10/100 ETHERNET DRIVER
850P: Gary Zambrano
851M: zambrano@broadcom.com
852L: netdev@vger.kernel.org
853S: Supported
854
Michael Chan948c51e2006-06-04 02:51:39 -0700855BROADCOM BNX2 GIGABIT ETHERNET DRIVER
856P: Michael Chan
857M: mchan@broadcom.com
858L: netdev@vger.kernel.org
859S: Supported
860
861BROADCOM TG3 GIGABIT ETHERNET DRIVER
862P: Michael Chan
863M: mchan@broadcom.com
864L: netdev@vger.kernel.org
865S: Supported
866
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700868P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200869M: mchehab@infradead.org
870M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700872W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200873T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700874S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200876CALGARY x86-64 IOMMU
877P: Muli Ben-Yehuda
878M: muli@il.ibm.com
879P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200880M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200881L: linux-kernel@vger.kernel.org
882L: discuss@x86-64.org
883S: Maintained
884
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800885CFAG12864B LCD DRIVER
886P: Miguel Ojeda Sandonis
887M: maxextreme@gmail.com
888L: linux-kernel@vger.kernel.org
889S: Maintained
890
891CFAG12864BFB LCD FRAMEBUFFER DRIVER
892P: Miguel Ojeda Sandonis
893M: maxextreme@gmail.com
894L: linux-kernel@vger.kernel.org
895S: Maintained
896
Johannes Berg704232c2007-04-23 12:20:05 -0700897CFG80211 and NL80211
898P: Johannes Berg
899M: johannes@sipsolutions.net
900L: linux-wireless@vger.kernel.org
901S: Maintained
902
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903COMMON INTERNET FILE SYSTEM (CIFS)
904P: Steve French
905M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100906L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907L: samba-technical@lists.samba.org
908W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800909T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910S: Supported
911
Joel Becker7063fbf2005-12-15 14:29:43 -0800912CONFIGFS
913P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800914M: joel.becker@oracle.com
915L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800916S: Supported
917
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800918CIRRUS LOGIC EP93XX ETHERNET DRIVER
919P: Lennert Buytenhek
920M: kernel@wantstofly.org
921L: netdev@vger.kernel.org
922S: Maintained
923
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924CIRRUS LOGIC GENERIC FBDEV DRIVER
925P: Jeff Garzik
926M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800927L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928S: Odd Fixes
929
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800930CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
931P: Lennert Buytenhek
932M: kernel@wantstofly.org
933L: linux-usb-devel@lists.sourceforge.net
934S: Maintained
935
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
937P: Cirrus Logic Corporation (kernel 2.2 driver)
938M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
939P: Nils Faerber (port to kernel 2.4)
940M: Nils Faerber <nils@kernelconcepts.de>
941S: Maintained
942
943CODA FILE SYSTEM
944P: Jan Harkes
945M: jaharkes@cs.cmu.edu
946M: coda@cs.cmu.edu
947L: codalist@coda.cs.cmu.edu
948W: http://www.coda.cs.cmu.edu/
949S: Maintained
950
951COMPACTPCI HOTPLUG CORE
952P: Scott Murray
953M: scottm@somanetworks.com
954M: scott@spiteful.org
955L: pcihpd-discuss@lists.sourceforge.net
956S: Supported
957
958COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
959P: Scott Murray
960M: scottm@somanetworks.com
961M: scott@spiteful.org
962L: pcihpd-discuss@lists.sourceforge.net
963S: Supported
964
965COMPACTPCI HOTPLUG GENERIC DRIVER
966P: Scott Murray
967M: scottm@somanetworks.com
968M: scott@spiteful.org
969L: pcihpd-discuss@lists.sourceforge.net
970S: Supported
971
972COMPUTONE INTELLIPORT MULTIPORT CARD
973P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700974M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700976S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
978COSA/SRP SYNC SERIAL DRIVER
979P: Jan "Yenya" Kasprzak
980M: kas@fi.muni.cz
981W: http://www.fi.muni.cz/~kas/cosa/
982S: Maintained
983
984CPU FREQUENCY DRIVERS
985P: Dave Jones
986M: davej@codemonkey.org.uk
987L: cpufreq@lists.linux.org.uk
988W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500989T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990S: Maintained
991
992CPUID/MSR DRIVER
993P: H. Peter Anvin
994M: hpa@zytor.com
995S: Maintained
996
Paul Jacksoned90fb42005-09-27 21:45:37 -0700997CPUSETS
998P: Paul Jackson
999P: Simon Derr
1000M: pj@sgi.com
1001M: simon.derr@bull.net
1002L: linux-kernel@vger.kernel.org
1003W: http://www.bullopensource.org/cpuset/
1004S: Supported
1005
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001007W: http://sourceforge.net/projects/cramfs/
1008S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009
1010CRIS PORT
1011P: Mikael Starvik
1012M: starvik@axis.com
1013L: dev-etrax@axis.com
1014W: http://developer.axis.com
1015S: Maintained
1016
1017CRYPTO API
1018P: Herbert Xu
1019M: herbert@gondor.apana.org.au
1020P: David S. Miller
1021M: davem@davemloft.net
1022L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001023T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024S: Maintained
1025
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001026CS5535 Audio ALSA driver
1027P: Jaya Kumar
1028M: jayakumar.alsa@gmail.com
1029S: Maintained
1030
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031CYBERPRO FB DRIVER
1032P: Russell King
1033M: rmk@arm.linux.org.uk
1034W: http://www.arm.linux.org.uk/
1035S: Maintained
1036
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001037CYBLAFB FRAMEBUFFER DRIVER
1038P: Knut Petersen
1039M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001040L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001041S: Maintained
1042
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043CYCLADES 2X SYNC CARD DRIVER
1044P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001045M: acme@ghostprotocols.net
1046W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047S: Maintained
1048
1049CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001051S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052
1053CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001055S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057DAMA SLAVE for AX.25
1058P: Joerg Reuter
1059M: jreuter@yaina.de
1060W: http://yaina.de/jreuter/
1061W: http://www.qsl.net/dl1bke/
1062L: linux-hams@vger.kernel.org
1063S: Maintained
1064
1065DC395x SCSI driver
1066P: Oliver Neukum
1067M: oliver@neukum.name
1068P: Ali Akcaagac
1069M: aliakc@web.de
1070P: Jamie Lenehan
1071M: lenehan@twibble.org
1072W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001073L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001074L: http://lists.twibble.org/mailman/listinfo/dc395x/
1075S: Maintained
1076
1077DC390/AM53C974 SCSI driver
1078P: Kurt Garloff
1079M: garloff@suse.de
1080W: http://www.garloff.de/kurt/linux/dc390/
1081P: Guennadi Liakhovetski
1082M: g.liakhovetski@gmx.de
1083S: Maintained
1084
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001085DCCP PROTOCOL
1086P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001087M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001088L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001089W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001090S: Maintained
1091
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092DECnet NETWORK LAYER
1093P: Patrick Caulfield
1094M: patrick@tykepenguin.com
1095W: http://linux-decnet.sourceforge.net
1096L: linux-decnet-user@lists.sourceforge.net
1097S: Maintained
1098
1099DEFXX FDDI NETWORK DRIVER
1100P: Maciej W. Rozycki
1101M: macro@linux-mips.org
1102S: Maintained
1103
1104DELL LAPTOP SMM DRIVER
1105P: Massimo Dal Zotto
1106M: dz@debian.org
1107W: http://www.debian.org/~dz/i8k/
1108S: Maintained
1109
Doug Warzecha90563ec2005-09-06 15:17:15 -07001110DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1111P: Doug Warzecha
1112M: Douglas_Warzecha@dell.com
1113S: Maintained
1114
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001115DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116P: Alasdair Kergon
1117L: dm-devel@redhat.com
1118W: http://sources.redhat.com/dm
1119S: Maintained
1120
1121DEVICE NUMBER REGISTRY
1122P: Torben Mathiasen
1123M: device@lanana.org
1124W: http://lanana.org/docs/device-list/index.html
1125L: linux-kernel@vger.kernel.org
1126S: Maintained
1127
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128DIGI INTL. EPCA DRIVER
1129P: Digi International, Inc
1130M: Eng.Linux@digi.com
1131L: Eng.Linux@digi.com
1132W: http://www.digi.com
1133S: Orphaned
1134
1135DIGI RIGHTSWITCH NETWORK DRIVER
1136P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001137L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138W: http://www.digi.com
1139S: Orphaned
1140
1141DIRECTORY NOTIFICATION
1142P: Stephen Rothwell
1143M: sfr@canb.auug.org.au
1144L: linux-kernel@vger.kernel.org
1145S: Supported
1146
1147DISK GEOMETRY AND PARTITION HANDLING
1148P: Andries Brouwer
1149M: aeb@cwi.nl
1150W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1151W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1152W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1153S: Maintained
1154
1155DISKQUOTA:
1156P: Jan Kara
1157M: jack@suse.cz
1158L: linux-kernel@vger.kernel.org
1159S: Maintained
1160
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001161DISTRIBUTED LOCK MANAGER
1162P: Patrick Caulfield
1163M: pcaulfie@redhat.com
1164P: David Teigland
1165M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001166L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001167W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001168T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1169T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001170S: Supported
1171
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1173P: Tobias Ringstrom
1174M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001175L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Maintained
1177
Martin Waitzba483d52005-06-17 13:20:59 -07001178DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001179P: Randy Dunlap
1180M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001181S: Maintained
1182
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001183DOCKING STATION DRIVER
1184P: Kristen Carlson Accardi
1185M: kristen.c.accardi@intel.com
1186L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001187S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001188
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189DOUBLETALK DRIVER
1190P: James R. Van Zandt
1191M: jrv@vanzandt.mv.com
1192L: blinux-list@redhat.com
1193S: Maintained
1194
1195DRIVER CORE, KOBJECTS, AND SYSFS
1196P: Greg Kroah-Hartman
1197M: gregkh@suse.de
1198L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001199T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200S: Supported
1201
1202DRM DRIVERS
1203P: David Airlie
1204M: airlied@linux.ie
1205L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001206T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207S: Maintained
1208
1209DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001210P: Francois Romieu
1211M: romieu@fr.zoreil.com
1212L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213S: Maintained
1214
1215DVB SUBSYSTEM AND DRIVERS
1216P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001217M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001219W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001220T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001221S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222
1223EATA-DMA SCSI DRIVER
1224P: Michael Neuffer
1225L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1226S: Maintained
1227
1228EATA ISA/EISA/PCI SCSI DRIVER
1229P: Dario Ballabio
1230M: ballabio_dario@emc.com
1231L: linux-scsi@vger.kernel.org
1232S: Maintained
1233
1234EATA-PIO SCSI DRIVER
1235P: Michael Neuffer
1236M: mike@i-Connect.Net
1237L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1238S: Maintained
1239
1240EBTABLES
1241P: Bart De Schuymer
1242M: bart.de.schuymer@pandora.be
1243L: ebtables-user@lists.sourceforge.net
1244L: ebtables-devel@lists.sourceforge.net
1245W: http://ebtables.sourceforge.net/
1246S: Maintained
1247
Michael Halcrow237fead2006-10-04 02:16:22 -07001248ECRYPT FILE SYSTEM
1249P: Mike Halcrow, Phillip Hellewell
1250M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1251L: ecryptfs-devel@lists.sourceforge.net
1252W: http://ecryptfs.sourceforge.net/
1253S: Supported
1254
Alan Coxda9bb1d2006-01-18 17:44:13 -08001255EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001256P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001257M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001258L: bluesmoke-devel@lists.sourceforge.net
1259W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001260S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001261
1262EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001263P: Mark Gross
1264M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001265L: bluesmoke-devel@lists.sourceforge.net
1266W: bluesmoke.sourceforge.net
1267S: Maintained
1268
1269EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001270P: Doug Thompson
1271M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001272L: bluesmoke-devel@lists.sourceforge.net
1273W: bluesmoke.sourceforge.net
1274S: Maintained
1275
1276EDAC-R82600
1277P: Tim Small
1278M: tim@buttersideup.com
1279L: bluesmoke-devel@lists.sourceforge.net
1280W: bluesmoke.sourceforge.net
1281S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001282
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283EEPRO100 NETWORK DRIVER
1284P: Andrey V. Savochkin
1285M: saw@saw.sw.com.sg
1286S: Maintained
1287
Josh Triplett0bee8d22006-07-30 03:03:58 -07001288EFS FILESYSTEM
1289W: http://aeschi.ch.eu.org/efs/
1290S: Orphan
1291
Heiko J Schickfab97222006-09-22 15:22:22 -07001292EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1293P: Hoang-Nam Nguyen
1294M: hnguyen@de.ibm.com
1295P: Christoph Raisch
1296M: raisch@de.ibm.com
1297L: openib-general@openib.org
1298S: Supported
1299
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300EMU10K1 SOUND DRIVER
1301P: James Courtier-Dutton
1302M: James@superbug.demon.co.uk
1303L: emu10k1-devel@lists.sourceforge.net
1304W: http://sourceforge.net/projects/emu10k1/
1305S: Maintained
1306
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001307EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001308P: James Smart
1309M: james.smart@emulex.com
1310L: linux-scsi@vger.kernel.org
1311W: http://sourceforge.net/projects/lpfcxxxx
1312S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001313
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314EPSON 1355 FRAMEBUFFER DRIVER
1315P: Christopher Hoover
1316M: ch@murgatroid.com, ch@hpl.hp.com
1317S: Maintained
1318
1319ETHEREXPRESS-16 NETWORK DRIVER
1320P: Philip Blundell
1321M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001322L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323S: Maintained
1324
1325ETHERNET BRIDGE
1326P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001327M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001328L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329W: http://bridge.sourceforge.net/
1330S: Maintained
1331
1332ETHERTEAM 16I DRIVER
1333P: Mika Kuoppala
1334M: miku@iki.fi
1335S: Maintained
1336
1337EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001338L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339S: Maintained
1340
1341EXT3 FILE SYSTEM
1342P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001343M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001344L: linux-ext4@vger.kernel.org
1345S: Maintained
1346
1347EXT4 FILE SYSTEM
1348P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001349M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001350L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351S: Maintained
1352
Jean Delvaree53004e2006-01-09 23:26:14 +01001353F71805F HARDWARE MONITORING DRIVER
1354P: Jean Delvare
1355M: khali@linux-fr.org
1356L: lm-sensors@lm-sensors.org
1357S: Maintained
1358
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359FARSYNC SYNCHRONOUS DRIVER
1360P: Kevin Curtis
1361M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362W: http://www.farsite.co.uk/
1363S: Supported
1364
Akinobu Mitac5408b82007-04-23 14:41:20 -07001365FAULT INJECTION SUPPORT
1366P: Akinobu Mita
1367M: akinobu.mita@gmail.com
1368S: Supported
1369
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370FRAMEBUFFER LAYER
1371P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001372M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001373L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374W: http://linux-fbdev.sourceforge.net/
1375S: Maintained
1376
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001377FREESCALE SOC FS_ENET DRIVER
1378P: Pantelis Antoniou
1379M: pantelis.antoniou@gmail.com
1380P: Vitaly Bordug
1381M: vbordug@ru.mvista.com
1382L: linuxppc-embedded@ozlabs.org
1383L: netdev@vger.kernel.org
1384S: Maintained
1385
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386FILE LOCKING (flock() and fcntl()/lockf())
1387P: Matthew Wilcox
1388M: matthew@wil.cx
1389L: linux-fsdevel@vger.kernel.org
1390S: Maintained
1391
1392FILESYSTEMS (VFS and infrastructure)
1393P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001394M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395S: Maintained
1396
1397FIRMWARE LOADER (request_firmware)
1398L: linux-kernel@vger.kernel.org
1399S: Orphan
1400
1401FPU EMULATOR
1402P: Bill Metzenthen
1403M: billm@suburbia.net
1404W: http://suburbia.net/~billm/floating-point/emulator/
1405S: Maintained
1406
1407FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1408P: Mike McLagan
1409M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001410L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411S: Maintained
1412
1413FREEVXFS FILESYSTEM
1414P: Christoph Hellwig
1415M: hch@infradead.org
1416W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1417S: Maintained
1418
David Howells5ab7ffe2007-04-10 15:10:45 +01001419FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420P: David Howells
1421M: dhowells@redhat.com
1422S: Maintained
1423
Miklos Szeredi04578f12005-09-09 13:10:22 -07001424FUSE: FILESYSTEM IN USERSPACE
1425P: Miklos Szeredi
1426M: miklos@szeredi.hu
1427L: fuse-devel@lists.sourceforge.net
1428W: http://fuse.sourceforge.net/
1429S: Maintained
1430
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1432P: Rik Faith
1433M: faith@cs.unc.edu
1434L: linux-scsi@vger.kernel.org
1435S: Odd fixes (e.g., new signatures)
1436
1437GDT SCSI DISK ARRAY CONTROLLER DRIVER
1438P: Achim Leubner
1439M: achim_leubner@adaptec.com
1440L: linux-scsi@vger.kernel.org
1441W: http://www.icp-vortex.com/
1442S: Supported
1443
1444GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1445P: Krzysztof Halasa
1446M: khc@pm.waw.pl
1447W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1448S: Maintained
1449
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001450GFS2 FILE SYSTEM
1451P: Steven Whitehouse
1452M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001453L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001454W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001455T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1456T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001457S: Supported
1458
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001459GIGASET ISDN DRIVERS
1460P: Hansjoerg Lipp
1461M: hjlipp@web.de
1462P: Tilman Schmidt
1463M: tilman@imap.cc
1464L: gigaset307x-common@lists.sourceforge.net
1465W: http://gigaset307x.sourceforge.net/
1466S: Maintained
1467
Jean Delvare5b543962005-08-15 19:51:02 +02001468HARDWARE MONITORING
1469P: Jean Delvare
1470M: khali@linux-fr.org
1471L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001472W: http://www.lm-sensors.org/
1473T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001474S: Maintained
1475
Michael Buesch844dd052006-06-26 00:24:59 -07001476HARDWARE RANDOM NUMBER GENERATOR CORE
1477P: Michael Buesch
1478M: mb@bu3sch.de
1479S: Maintained
1480
Robert Love860e1d62005-08-31 23:57:59 -04001481HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1482P: Robert Love
1483M: rlove@rlove.org
1484M: linux-kernel@vger.kernel.org
1485W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1486S: Maintained
1487
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488HARMONY SOUND DRIVER
1489P: Kyle McMartin
1490M: kyle@parisc-linux.org
1491W: http://www.parisc-linux.org/~kyle/harmony/
1492L: parisc-linux@lists.parisc-linux.org
1493S: Maintained
1494
1495HAYES ESP SERIAL DRIVER
1496P: Andrew J. Robinson
1497M: arobinso@nyx.net
1498L: linux-kernel@vger.kernel.org
1499W: http://www.nyx.net/~arobinso
1500S: Maintained
1501
1502HFS FILESYSTEM
1503P: Roman Zippel
1504M: zippel@linux-m68k.org
1505L: linux-kernel@vger.kernel.org
1506S: Maintained
1507
1508HGA FRAMEBUFFER DRIVER
1509P: Ferenc Bakonyi
1510M: fero@drama.obuda.kando.hu
1511L: linux-nvidia@lists.surfsouth.com
1512W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1513S: Maintained
1514
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001515HID CORE LAYER
1516P: Jiri Kosina
1517M: jkosina@suse.cz
1518L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001519T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001520S: Maintained
1521
Ingo Molnar38bed542007-02-22 09:09:34 +01001522HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1523P: Thomas Gleixner
1524M: tglx@linutronix.de
1525L: linux-kernel@vger.kernel.org
1526S: Maintained
1527
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528HIGH-SPEED SCC DRIVER FOR AX.25
1529P: Klaus Kudielka
1530M: klaus.kudielka@ieee.org
1531L: linux-hams@vger.kernel.org
1532W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1533S: Maintained
1534
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001535HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1536P: HighPoint Linux Team
1537M: linux@highpoint-tech.com
1538W: http://www.highpoint-tech.com
1539S: Supported
1540
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541HIPPI
1542P: Jes Sorensen
1543M: jes@trained-monkey.org
1544L: linux-hippi@sunsite.dk
1545S: Maintained
1546
1547HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1548P: Chirag Kantharia
1549M: chirag.kantharia@hp.com
1550L: iss_storagedev@hp.com
1551S: Maintained
1552
1553HEWLETT-PACKARD SMART2 RAID DRIVER
1554P: Chirag Kantharia
1555M: chirag.kantharia@hp.com
1556L: iss_storagedev@hp.com
1557S: Maintained
1558
1559HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1560P: Mike Miller
1561M: mike.miller@hp.com
1562L: iss_storagedev@hp.com
1563S: Supported
1564
Jouni Malinenff1d2762005-05-12 22:54:16 -04001565HOST AP DRIVER
1566P: Jouni Malinen
1567M: jkmaline@cc.hut.fi
Johannes Berg724c6b32007-04-23 12:18:20 -07001568L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001569L: hostap@shmoo.com
1570W: http://hostap.epitest.fi/
1571S: Maintained
1572
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1574P: Jaroslav Kysela
1575M: perex@suse.cz
1576S: Maintained
1577
Bob Piccob9b03322005-11-07 00:59:19 -08001578HPET: High Precision Event Timers driver (hpet.c)
1579P: Clemens Ladisch
1580M: clemens@ladisch.de
1581S: Maintained
1582
1583HPET: i386
1584P: Venkatesh Pallipadi (Venki)
1585M: venkatesh.pallipadi@intel.com
1586S: Maintained
1587
1588HPET: x86_64
1589P: Andi Kleen and Vojtech Pavlik
1590M: ak@muc.de and vojtech@suse.cz
1591S: Maintained
1592
1593HPET: ACPI hpet.c
1594P: Bob Picco
1595M: bob.picco@hp.com
1596S: Maintained
1597
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598HPFS FILESYSTEM
1599P: Mikulas Patocka
1600M: mikulas@artax.karlin.mff.cuni.cz
1601W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1602S: Maintained
1603
1604HUGETLB FILESYSTEM
1605P: William Irwin
1606M: wli@holomorphy.com
1607S: Maintained
1608
Jean Delvare5b543962005-08-15 19:51:02 +02001609I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610P: Jean Delvare
1611M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001612L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001613T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614S: Maintained
1615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616i386 BOOT CODE
1617P: Riley H. Williams
1618M: Riley@Williams.Name
1619L: Linux-Kernel@vger.kernel.org
1620S: Maintained
1621
1622i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1623P: Dave Jones
1624M: davej@codemonkey.org.uk
1625P: H. Peter Anvin
1626M: hpa@zytor.com
1627S: Maintained
1628
1629i810 TCO TIMER WATCHDOG
1630P: Nils Faerber
1631M: nils@kernelconcepts.de
1632W: http://www.kernelconcepts.de/
1633S: Maintained
1634
1635IA64 (Itanium) PLATFORM
1636P: Tony Luck
1637M: tony.luck@intel.com
1638L: linux-ia64@vger.kernel.org
1639W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001640T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641S: Maintained
1642
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001643IBM ACPI EXTRAS DRIVER
1644P: Henrique de Moraes Holschuh
1645M: ibm-acpi@hmh.eng.br
1646L: ibm-acpi-devel@lists.sourceforge.net
1647W: http://ibm-acpi.sourceforge.net
1648W: http://thinkwiki.org/wiki/Ibm-acpi
1649T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1650S: Maintained
1651
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001653P: Jes Sorensen
1654M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655L: linux-altix@sgi.com
1656L: linux-ia64@vger.kernel.org
1657W: http://www.sgi.com/altix
1658S: Maintained
1659
1660IBM MCA SCSI SUBSYSTEM DRIVER
1661P: Michael Lang
1662M: langa2@kph.uni-mainz.de
1663W: http://www.uni-mainz.de/~langm000/linux.html
1664S: Maintained
1665
1666IBM Power Linux RAID adapter
1667P: Brian King
1668M: brking@us.ibm.com
1669S: Supported
1670
1671IBM ServeRAID RAID DRIVER
1672P: Jack Hammer
1673P: Dave Jeffery
1674M: ipslinux@adaptec.com
1675W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1676S: Supported
1677
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001678IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001680M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001682T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683S: Maintained
1684
1685IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001686P: Alan Cox
1687M: alan@lxorguk.ukuu.org.uk
1688L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689S: Maintained
1690
1691IDE/ATAPI FLOPPY DRIVERS
1692P: Paul Bristow
1693M: Paul Bristow <paul@paulbristow.net>
1694W: http://paulbristow.net/linux/idefloppy.html
1695L: linux-kernel@vger.kernel.org
1696S: Maintained
1697
1698IDE/ATAPI TAPE DRIVERS
1699P: Gadi Oxman
1700M: Gadi Oxman <gadio@netvision.net.il>
1701L: linux-kernel@vger.kernel.org
1702S: Maintained
1703
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704IEEE 1394 SUBSYSTEM
1705P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001706M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001707P: Stefan Richter
1708M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709L: linux1394-devel@lists.sourceforge.net
1710W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001711T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712S: Maintained
1713
Stefan Richterf51a5a92007-04-23 14:41:10 -07001714IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715P: Dan Dennedy
1716M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001717P: Stefan Richter
1718M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001720S: Maintained
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722IMS TWINTURBO FRAMEBUFFER DRIVER
1723P: Paul Mundt
1724M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001725L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726S: Maintained
1727
1728INFINIBAND SUBSYSTEM
1729P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001730M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731P: Sean Hefty
1732M: mshefty@ichips.intel.com
1733P: Hal Rosenstock
1734M: halr@voltaire.com
1735L: openib-general@openib.org
1736W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001737T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738S: Supported
1739
1740INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001741P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001742M: dmitry.torokhov@gmail.com
1743M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744L: linux-input@atrey.karlin.mff.cuni.cz
1745L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001746T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747S: Maintained
1748
Robert Lovec9f04f52005-07-15 12:21:07 -04001749INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001750P: John McCutchan
1751M: ttb@tentacle.dhs.org
1752P: Robert Love
1753M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001754L: linux-kernel@vger.kernel.org
1755S: Maintained
1756
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001757INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001758P: Sylvain Meyer
1759M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001760L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001761S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001762
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001764P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001765M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001766L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001767S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768
1769INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1770P: Ingo Molnar
1771M: mingo@redhat.com
1772S: Maintained
1773
1774INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1775P: Jeff Garzik
1776M: jgarzik@pobox.com
1777W: http://sourceforge.net/projects/gkernel/
1778S: Maintained
1779
1780INTEL IA32 MICROCODE UPDATE SUPPORT
1781P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001782M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783S: Maintained
1784
Michael Buesch844dd052006-06-26 00:24:59 -07001785INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1786P: Deepak Saxena
1787M: dsaxena@plexity.net
1788S: Maintained
1789
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001790INTEL IXP2000 ETHERNET DRIVER
1791P: Lennert Buytenhek
1792M: kernel@wantstofly.org
1793L: netdev@vger.kernel.org
1794S: Maintained
1795
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796INTEL PRO/100 ETHERNET SUPPORT
1797P: John Ronciak
1798M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799P: Jesse Brandeburg
1800M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001801P: Jeff Kirsher
1802M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001803P: Auke Kok
1804M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805W: http://sourceforge.net/projects/e1000/
1806S: Supported
1807
1808INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1809P: Jeb Cramer
1810M: cramerj@intel.com
1811P: John Ronciak
1812M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001813P: Jesse Brandeburg
1814M: jesse.brandeburg@intel.com
1815P: Jeff Kirsher
1816M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001817P: Auke Kok
1818M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819W: http://sourceforge.net/projects/e1000/
1820S: Supported
1821
1822INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001823P: Jeff Kirsher
1824M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825P: Ayyappan Veeraiyan
1826M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827P: John Ronciak
1828M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001829P: Jesse Brandeburg
1830M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001831P: Auke Kok
1832M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833W: http://sourceforge.net/projects/e1000/
1834S: Supported
1835
James Ketrenos826d2ab2005-11-07 18:56:59 -06001836INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1837P: Yi Zhu
1838M: yi.zhu@intel.com
1839P: James Ketrenos
1840M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001841L: linux-wireless@vger.kernel.org
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
Johannes Berg724c6b32007-04-23 12:18:20 -07001852L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001853L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001854L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1855W: http://ipw2200.sourceforge.net
1856S: Supported
1857
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858IOC3 DRIVER
1859P: Ralf Baechle
1860M: ralf@linux-mips.org
1861L: linux-mips@linux-mips.org
1862S: Maintained
1863
1864IP MASQUERADING:
1865P: Juanjo Ciarlante
1866M: jjciarla@raiz.uncu.edu.ar
1867S: Maintained
1868
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001869IPATH DRIVER:
1870P: Bryan O'Sullivan
1871M: support@pathscale.com
1872L: openib-general@openib.org
1873S: Supported
1874
Corey Minyard4409ebe2006-04-20 02:43:12 -07001875IPMI SUBSYSTEM
1876P: Corey Minyard
1877M: minyard@acm.org
1878L: openipmi-developer@lists.sourceforge.net
1879W: http://openipmi.sourceforge.net/
1880S: Supported
1881
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882IPX NETWORK LAYER
1883P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001884M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001885L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886S: Maintained
1887
1888IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001889P: Samuel Ortiz
1890M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001891L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001893S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894
1895ISAPNP
1896P: Jaroslav Kysela
1897M: perex@suse.cz
1898S: Maintained
1899
1900ISDN SUBSYSTEM
1901P: Karsten Keil
1902M: kkeil@suse.de
1903P: Kai Germaschewski
1904M: kai.germaschewski@gmx.de
1905L: isdn4linux@listserv.isdn4linux.de
1906W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001907T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908S: Maintained
1909
1910ISDN SUBSYSTEM (Eicon active card driver)
1911P: Armin Schindler
1912M: mac@melware.de
1913L: isdn4linux@listserv.isdn4linux.de
1914W: http://www.melware.de
1915S: Maintained
1916
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1918P: David Woodhouse
1919M: dwmw2@infradead.org
1920L: jffs-dev@axis.com
1921W: http://sources.redhat.com/jffs2/
1922S: Maintained
1923
1924JFS FILESYSTEM
1925P: Dave Kleikamp
1926M: shaggy@austin.ibm.com
1927L: jfs-discussion@lists.sourceforge.net
1928W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001929T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930S: Supported
1931
Josh Triplettde456d32006-07-30 03:04:00 -07001932JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001933P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001934M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001935L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001936S: Maintained
1937
Rudolf Marek4660cb32006-10-08 22:01:26 +02001938K8TEMP HARDWARE MONITORING DRIVER
1939P: Rudolf Marek
1940M: r.marek@assembler.cz
1941L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942S: Maintained
1943
1944KCONFIG
1945P: Roman Zippel
1946M: zippel@linux-m68k.org
1947L: kbuild-devel@lists.sourceforge.net
1948S: Maintained
1949
Vivek Goyalea6c2082006-05-20 14:59:55 -07001950KDUMP
1951P: Vivek Goyal
1952M: vgoyal@in.ibm.com
1953P: Haren Myneni
1954M: hbabu@us.ibm.com
David Brownellf318a632007-04-23 14:41:06 -07001955L: fastboot@lists.linux-foundation.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07001956L: linux-kernel@vger.kernel.org
1957W: http://lse.sourceforge.net/kdump/
1958S: Maintained
1959
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960KERNEL AUTOMOUNTER (AUTOFS)
1961P: H. Peter Anvin
1962M: hpa@zytor.com
1963L: autofs@linux.kernel.org
1964S: Odd Fixes
1965
1966KERNEL AUTOMOUNTER v4 (AUTOFS4)
1967P: Ian Kent
1968M: raven@themaw.net
1969L: autofs@linux.kernel.org
1970S: Maintained
1971
1972KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1973P: Kai Germaschewski
1974M: kai@germaschewski.name
1975P: Sam Ravnborg
1976M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001977T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978S: Maintained
1979
1980KERNEL JANITORS
1981P: Several
David Brownellf318a632007-04-23 14:41:06 -07001982L: kernel-janitors@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984S: Maintained
1985
1986KERNEL NFSD
1987P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08001988M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989L: nfs@lists.sourceforge.net
1990W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08001991S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992
Avi Kivity426d62e2006-12-13 00:34:03 -08001993KERNEL VIRTUAL MACHINE (KVM)
1994P: Avi Kivity
1995M: avi@qumranet.com
1996L: kvm-devel@lists.sourceforge.net
1997W: kvm.sourceforge.net
1998S: Supported
1999
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002000KEXEC
2001P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002002M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002003W: http://www.xmission.com/~ebiederm/files/kexec/
2004L: linux-kernel@vger.kernel.org
David Brownellf318a632007-04-23 14:41:06 -07002005L: fastboot@lists.linux-foundation.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002006S: Maintained
2007
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002008KPROBES
2009P: Prasanna S Panchamukhi
2010M: prasanna@in.ibm.com
2011P: Ananth N Mavinakayanahalli
2012M: ananth@in.ibm.com
2013P: Anil S Keshavamurthy
2014M: anil.s.keshavamurthy@intel.com
2015P: David S. Miller
2016M: davem@davemloft.net
2017L: linux-kernel@vger.kernel.org
2018S: Maintained
2019
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002020KS0108 LCD CONTROLLER DRIVER
2021P: Miguel Ojeda Sandonis
2022M: maxextreme@gmail.com
2023L: linux-kernel@vger.kernel.org
2024S: Maintained
2025
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002028S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029
2030LASI 53c700 driver for PARISC
2031P: James E.J. Bottomley
2032M: James.Bottomley@HansenPartnership.com
2033L: linux-scsi@vger.kernel.org
2034S: Maintained
2035
Richard Purdie263de9b2006-05-15 09:44:16 -07002036LED SUBSYSTEM
2037P: Richard Purdie
2038M: rpurdie@rpsys.net
2039S: Maintained
2040
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041LEGO USB Tower driver
2042P: Juergen Stuber
2043M: starblue@users.sourceforge.net
2044L: legousb-devel@lists.sourceforge.net
2045W: http://legousb.sourceforge.net/
2046S: Maintained
2047
2048LINUX FOR IBM pSERIES (RS/6000)
2049P: Paul Mackerras
2050M: paulus@au.ibm.com
2051W: http://www.ibm.com/linux/ltc/projects/ppc
2052S: Supported
2053
2054LINUX FOR NCR VOYAGER
2055P: James Bottomley
2056M: James.Bottomley@HansenPartnership.com
2057W: http://www.hansenpartnership.com/voyager
2058S: Maintained
2059
2060LINUX FOR POWERPC
2061P: Paul Mackerras
2062M: paulus@samba.org
2063W: http://www.penguinppc.org/
2064L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002065T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066S: Supported
2067
2068LINUX FOR POWER MACINTOSH
2069P: Benjamin Herrenschmidt
2070M: benh@kernel.crashing.org
2071W: http://www.penguinppc.org/
2072L: linuxppc-dev@ozlabs.org
2073S: Maintained
2074
2075LINUX FOR POWERPC EMBEDDED MPC52XX
2076P: Sylvain Munaut
2077M: tnt@246tNt.com
2078W: http://www.246tNt.com/mpc52xx/
2079W: http://www.penguinppc.org/
2080L: linuxppc-dev@ozlabs.org
2081L: linuxppc-embedded@ozlabs.org
2082S: Maintained
2083
2084LINUX FOR POWERPC EMBEDDED PPC4XX
2085P: Matt Porter
2086M: mporter@kernel.crashing.org
2087W: http://www.penguinppc.org/
2088L: linuxppc-embedded@ozlabs.org
2089S: Maintained
2090
Tom Rinie93adf12005-07-26 12:49:53 -07002091LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092P: Tom Rini
2093M: trini@kernel.crashing.org
2094W: http://www.penguinppc.org/
2095L: linuxppc-embedded@ozlabs.org
2096S: Maintained
2097
Tom Rinie93adf12005-07-26 12:49:53 -07002098LINUX FOR POWERPC EMBEDDED PPC8XX
2099P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002100M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002101W: http://www.penguinppc.org/
2102L: linuxppc-embedded@ozlabs.org
2103S: Maintained
2104
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002106P: Kumar Gala
2107M: galak@kernel.crashing.org
2108W: http://www.penguinppc.org/
2109L: linuxppc-embedded@ozlabs.org
2110S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111
Olof Johanssonab06ff32006-09-06 14:44:54 -05002112LINUX FOR POWERPC PA SEMI PWRFICIENT
2113P: Olof Johansson
2114M: olof@lixom.net
2115W: http://www.pasemi.com/
2116L: linuxppc-dev@ozlabs.org
2117S: Supported
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119LLC (802.2)
2120P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002121M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Maintained
2123
2124LINUX FOR 64BIT POWERPC
2125P: Paul Mackerras
2126M: paulus@samba.org
2127M: paulus@au.ibm.com
2128P: Anton Blanchard
2129M: anton@samba.org
2130M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002131W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002132L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133S: Supported
2134
2135LINUX SECURITY MODULE (LSM) FRAMEWORK
2136P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002137M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002138L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002140T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Supported
2142
2143LM83 HARDWARE MONITOR DRIVER
2144P: Jean Delvare
2145M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002146L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Maintained
2148
2149LM90 HARDWARE MONITOR DRIVER
2150P: Jean Delvare
2151M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002152L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Maintained
2154
2155LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2156P: Richard Russon (FlatCap)
2157M: ldm@flatcap.org
2158L: ldm-devel@lists.sourceforge.net
2159W: http://ldm.sourceforge.net
2160S: Maintained
2161
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002162LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2163P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002164M: Eric.Moore@lsi.com
2165M: support@lsi.com
2166L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002167L: linux-scsi@vger.kernel.org
2168W: http://www.lsilogic.com/support
2169S: Supported
2170
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2172P: Matthew Wilcox
2173M: matthew@wil.cx
2174L: linux-scsi@vger.kernel.org
2175S: Maintained
2176
2177M68K ARCHITECTURE
2178P: Geert Uytterhoeven
2179M: geert@linux-m68k.org
2180P: Roman Zippel
2181M: zippel@linux-m68k.org
2182L: linux-m68k@lists.linux-m68k.org
2183W: http://www.linux-m68k.org/
2184W: http://linux-m68k-cvs.ubb.ca/
2185S: Maintained
2186
2187M68K ON APPLE MACINTOSH
2188P: Joshua Thompson
2189M: funaho@jurai.org
2190W: http://www.mac.linux-m68k.org/
2191L: linux-mac68k@mac.linux-m68k.org
2192S: Maintained
2193
2194M68K ON HP9000/300
2195P: Philip Blundell
2196M: philb@gnu.org
2197W: http://www.tazenda.demon.co.uk/phil/linux-hp
2198S: Maintained
2199
2200MARVELL YUKON / SYSKONNECT DRIVER
2201P: Mirko Lindner
2202M: mlindner@syskonnect.de
2203P: Ralph Roesler
2204M: rroesler@syskonnect.de
2205W: http://www.syskonnect.com
2206S: Supported
2207
Michael Kerriskfaf16682005-07-31 22:34:47 -07002208MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002209P: Michael Kerrisk
2210M: mtk-manpages@gmx.net
2211W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2212S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002213
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002214MARVELL MV643XX ETHERNET DRIVER
2215P: Dale Farnsworth
2216M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002218M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002219L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002220S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221
2222MATROX FRAMEBUFFER DRIVER
2223P: Petr Vandrovec
2224M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002225L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Maintained
2227
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002228MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002229P: Neela Syam Kolli
2230M: Neela.Kolli@engenio.com
2231S: linux-scsi@vger.kernel.org
2232W: http://megaraid.lsilogic.com
2233S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002234
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002235MEMORY MANAGEMENT
2236L: linux-mm@kvack.org
2237L: linux-kernel@vger.kernel.org
2238W: http://www.linux-mm.org
2239S: Maintained
2240
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002241MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242P: David Woodhouse
2243M: dwmw2@infradead.org
2244W: http://www.linux-mtd.infradead.org/
2245L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002246T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247S: Maintained
2248
2249MICROTEK X6 SCANNER
2250P: Oliver Neukum
2251M: oliver@neukum.name
2252S: Maintained
2253
2254MIPS
2255P: Ralf Baechle
2256M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002257W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002259T: git www.linux-mips.org:/pub/scm/linux.git
2260S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261
2262MISCELLANEOUS MCA-SUPPORT
2263P: James Bottomley
2264M: jejb@steeleye.com
2265L: linux-kernel@vger.kernel.org
2266S: Maintained
2267
2268MODULE SUPPORT
2269P: Rusty Russell
2270M: rusty@rustcorp.com.au
2271L: linux-kernel@vger.kernel.org
2272S: Maintained
2273
2274MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2275P: Stelian Pop
2276M: stelian@popies.net
2277W: http://popies.net/meye/
2278S: Maintained
2279
2280MOUSE AND MISC DEVICES [GENERAL]
2281P: Alessandro Rubini
2282M: rubini@ipvvis.unipv.it
2283L: linux-kernel@vger.kernel.org
2284S: Maintained
2285
Jiri Slabyd7354102006-12-08 02:38:35 -08002286MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2287P: Jiri Slaby
2288M: jirislaby@gmail.com
2289L: linux-kernel@vger.kernel.org
2290S: Maintained
2291
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002292MSI LAPTOP SUPPORT
2293P: Lennart Poettering
2294M: mzxreary@0pointer.de
2295L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2296W: http://0pointer.de/lennart/tchibo.html
2297S: Maintained
2298
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299MTRR AND SIMILAR SUPPORT [i386]
2300P: Richard Gooch
2301M: rgooch@atnf.csiro.au
2302L: linux-kernel@vger.kernel.org
2303W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2304S: Maintained
2305
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002306MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2307P: Pierre Ossman
2308M: drzeus-mmc@drzeus.cx
2309L: linux-kernel@vger.kernel.org
2310S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002311
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312MULTISOUND SOUND DRIVER
2313P: Andrew Veliath
2314M: andrewtv@usa.net
2315S: Maintained
2316
Jiri Slabyd7354102006-12-08 02:38:35 -08002317MULTITECH MULTIPORT CARD (ISICOM)
2318P: Jiri Slaby
2319M: jirislaby@gmail.com
2320L: linux-kernel@vger.kernel.org
2321S: Maintained
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323NATSEMI ETHERNET DRIVER (DP8381x)
2324P: Tim Hockin
2325M: thockin@hockin.org
2326S: Maintained
2327
2328NCP FILESYSTEM
2329P: Petr Vandrovec
2330M: vandrove@vc.cvut.cz
2331L: linware@sh.cvut.cz
2332S: Maintained
2333
2334NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2335P: James E.J. Bottomley
2336M: James.Bottomley@HansenPartnership.com
2337L: linux-scsi@vger.kernel.org
2338S: Maintained
2339
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002340NETEM NETWORK EMULATOR
2341P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002342M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002343L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002344S: Maintained
2345
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346NETFILTER/IPTABLES/IPCHAINS
2347P: Rusty Russell
2348P: Marc Boucher
2349P: James Morris
2350P: Harald Welte
2351P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002352P: Patrick McHardy
2353M: kaber@trash.net
2354L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002355L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002356L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357W: http://www.netfilter.org/
2358W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Supported
2360
Paul Moore4cc67732006-09-25 15:57:13 -07002361NETLABEL
2362P: Paul Moore
2363M: paul.moore@hp.com
2364W: http://netlabel.sf.net
2365L: netdev@vger.kernel.org
2366S: Supported
2367
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368NETROM NETWORK LAYER
2369P: Ralf Baechle
2370M: ralf@linux-mips.org
2371L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002372W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373S: Maintained
2374
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002375NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376P: Paul Clements
2377M: Paul.Clements@steeleye.com
2378S: Maintained
2379
2380NETWORK DEVICE DRIVERS
2381P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002382M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383P: Jeff Garzik
2384M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002385L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002386T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387S: Maintained
2388
2389NETWORKING [GENERAL]
2390P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002391M: netdev@vger.kernel.org
2392L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002393W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394S: Maintained
2395
2396NETWORKING [IPv4/IPv6]
2397P: David S. Miller
2398M: davem@davemloft.net
2399P: Alexey Kuznetsov
2400M: kuznet@ms2.inr.ac.ru
2401P: Pekka Savola (ipv6)
2402M: pekkas@netcore.fi
2403P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002404M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405P: Hideaki YOSHIFUJI
2406M: yoshfuji@linux-ipv6.org
2407P: Patrick McHardy
2408M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002409L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002410T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411S: Maintained
2412
John W. Linville29f8f632006-01-18 14:52:48 -08002413NETWORKING [WIRELESS]
2414P: John W. Linville
2415M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002416L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002417T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2418S: Maintained
2419
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002420NETXEN (1/10) GbE SUPPORT
2421P: Amit S. Kale
2422M: amitkale@netxen.com
2423L: netdev@vger.kernel.org
2424W: http://www.netxen.com
2425S: Supported
2426
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427IPVS
2428P: Wensong Zhang
2429M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002430P: Simon Horman
2431M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432P: Julian Anastasov
2433M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002434L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435S: Maintained
2436
2437NFS CLIENT
2438P: Trond Myklebust
2439M: trond.myklebust@fys.uio.no
2440L: linux-kernel@vger.kernel.org
2441S: Maintained
2442
2443NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002444P: Jan-Pascal van Best
2445M: janpascal@vanbest.org
2446P: Andreas Mohr
2447M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002448L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449S: Maintained
2450
2451NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2452P: YOKOTA Hiroshi
2453M: yokota@netlab.is.tsukuba.ac.jp
2454W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2455S: Maintained
2456
2457NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2458P: GOTO Masanori
2459M: gotom@debian.or.jp
2460P: YOKOTA Hiroshi
2461M: yokota@netlab.is.tsukuba.ac.jp
2462W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2463S: Maintained
2464
2465NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2466P: Eberhard Moenkeberg
2467M: emoenke@gwdg.de
2468L: linux-kernel@vger.kernel.org
2469S: Maintained
2470
2471NTFS FILESYSTEM
2472P: Anton Altaparmakov
2473M: aia21@cantab.net
2474L: linux-ntfs-dev@lists.sourceforge.net
2475L: linux-kernel@vger.kernel.org
2476W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002477T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478S: Maintained
2479
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002480NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002481P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002482M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002483L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002484S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002486OPENCORES I2C BUS DRIVER
2487P: Peter Korsgaard
2488M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002489L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002490S: Maintained
2491
Mark Fashehccd979b2005-12-15 14:31:24 -08002492ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2493P: Mark Fasheh
2494M: mark.fasheh@oracle.com
2495P: Kurt Hackel
2496M: kurt.hackel@oracle.com
2497L: ocfs2-devel@oss.oracle.com
2498W: http://oss.oracle.com/projects/ocfs2/
2499S: Supported
2500
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501OLYMPIC NETWORK DRIVER
2502P: Peter De Shrijver
2503M: p2@ace.ulyssis.student.kuleuven.ac.be
2504P: Mike Phillips
2505M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002506L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507L: linux-tr@linuxtr.net
2508W: http://www.linuxtr.net
2509S: Maintained
2510
Harald Weltec1986ee2005-11-13 16:06:29 -08002511OMNIKEY CARDMAN 4000 DRIVER
2512P: Harald Welte
2513M: laforge@gnumonks.org
2514S: Maintained
2515
Harald Welte77c44ab2005-11-13 16:06:26 -08002516OMNIKEY CARDMAN 4040 DRIVER
2517P: Harald Welte
2518M: laforge@gnumonks.org
2519S: Maintained
2520
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521ONSTREAM SCSI TAPE DRIVER
2522P: Willem Riede
2523M: osst@riede.org
2524L: osst-users@lists.sourceforge.net
2525L: linux-scsi@vger.kernel.org
2526S: Maintained
2527
2528OPL3-SA2, SA3, and SAx DRIVER
2529P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002530M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531L: linux-sound@vger.kernel.org
2532S: Maintained
2533
2534OPROFILE
2535P: Philippe Elie
2536M: phil.el@wanadoo.fr
2537L: oprofile-list@lists.sf.net
2538S: Maintained
2539
2540ORINOCO DRIVER
2541P: Pavel Roskin
2542M: proski@gnu.org
2543P: David Gibson
2544M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002545L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002546L: orinoco-users@lists.sourceforge.net
2547L: orinoco-devel@lists.sourceforge.net
2548W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549S: Maintained
2550
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002551PA SEMI ETHERNET DRIVER
2552P: Olof Johansson
2553M: olof@lixom.net
2554L: netdev@vger.kernel.org
2555S: Maintained
2556
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002557PA SEMI SMBUS DRIVER
2558P: Olof Johansson
2559M: olof@lixom.net
2560L: i2c@lm-sensors.org
2561S: Maintained
2562
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002565S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566
2567PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2568P: Tim Waugh
2569M: tim@cyberelk.net
2570L: linux-parport@lists.infradead.org
2571W: http://www.torque.net/linux-pp.html
2572S: Maintained
2573
2574PARISC ARCHITECTURE
2575P: Matthew Wilcox
2576M: matthew@wil.cx
2577P: Grant Grundler
2578M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002579P: Kyle McMartin
2580M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581L: parisc-linux@parisc-linux.org
2582W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002583T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2584T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585S: Maintained
2586
Jim Cromie1662d322006-10-06 00:43:59 -07002587PC87360 HARDWARE MONITORING DRIVER
2588P: Jim Cromie
2589M: jim.cromie@gmail.com
2590L: lm-sensors@lm-sensors.org
2591S: Maintained
2592
2593PC8736x GPIO DRIVER
2594P: Jim Cromie
2595M: jim.cromie@gmail.com
2596S: Maintained
2597
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002598PCI ERROR RECOVERY
2599P: Linas Vepstas
2600M: linas@austin.ibm.com
2601L: linux-kernel@vger.kernel.org
2602L: linux-pci@atrey.karlin.mff.cuni.cz
2603S: Supported
2604
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2606P: Thomas Sailer
2607M: sailer@ife.ee.ethz.ch
2608L: linux-sound@vger.kernel.org
2609W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2610S: Maintained
2611
2612PCI SUBSYSTEM
2613P: Greg Kroah-Hartman
2614M: gregkh@suse.de
2615L: linux-kernel@vger.kernel.org
2616L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002617T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618S: Supported
2619
2620PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002621P: Kristen Carlson Accardi
2622M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623S: Supported
2624
2625PCI HOTPLUG COMPAQ DRIVER
2626P: Greg Kroah-Hartman
2627M: greg@kroah.com
2628S: Maintained
2629
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002630PCIE HOTPLUG DRIVER
2631P: Kristen Carlson Accardi
2632M: kristen.c.accardi@intel.com
2633L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002634S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002635
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002637P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002638L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002640T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002641S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642
2643PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002644P: Don Fry
2645M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002646L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647S: Maintained
2648
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002649PER-TASK DELAY ACCOUNTING
2650P: Shailabh Nagar
2651M: nagar@watson.ibm.com
2652L: linux-kernel@vger.kernel.org
2653S: Maintained
2654
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002655PERSONALITY HANDLING
2656P: Christoph Hellwig
2657M: hch@infradead.org
2658L: linux-abi-devel@lists.sourceforge.net
2659S: Maintained
2660
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661PHRAM MTD DRIVER
2662P: Jörn Engel
2663M: joern@wh.fh-wedel.de
2664L: linux-mtd@lists.infradead.org
2665S: Maintained
2666
Peter Osterlund249a6772005-09-27 21:45:30 -07002667PKTCDVD DRIVER
2668P: Peter Osterlund
2669M: petero2@telia.com
2670L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002671S: Maintained
2672
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673POSIX CLOCKS and TIMERS
2674P: George Anzinger
2675M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002676L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677S: Supported
2678
Eugene Surovegin24682972005-10-14 03:00:53 -07002679POWERPC 4xx EMAC DRIVER
2680P: Eugene Surovegin
2681M: ebs@ebshome.net
2682W: http://kernel.ebshome.net/emac/
2683L: linuxppc-embedded@ozlabs.org
2684L: netdev@vger.kernel.org
2685S: Maintained
2686
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687PNP SUPPORT
2688P: Adam Belay
2689M: ambx1@neo.rr.com
2690S: Maintained
2691
Vitaly Wool999445d2007-01-04 13:07:03 +01002692PNXxxxx I2C DRIVER
2693P: Vitaly Wool
2694M: vitalywool@gmail.com
2695L: i2c@lm-sensors.org
2696S: Maintained
2697
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698PPP PROTOCOL DRIVERS AND COMPRESSORS
2699P: Paul Mackerras
2700M: paulus@samba.org
2701L: linux-ppp@vger.kernel.org
2702S: Maintained
2703
2704PPP OVER ATM (RFC 2364)
2705P: Mitchell Blank Jr
2706M: mitch@sfgoth.com
2707S: Maintained
2708
2709PPP OVER ETHERNET
2710P: Michal Ostrowski
2711M: mostrows@speakeasy.net
2712S: Maintained
2713
2714PREEMPTIBLE KERNEL
2715P: Robert Love
2716M: rml@tech9.net
2717L: linux-kernel@vger.kernel.org
2718L: kpreempt-tech@lists.sourceforge.net
2719W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2720S: Supported
2721
2722PRISM54 WIRELESS DRIVER
2723P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002724M: developers@islsm.org
Johannes Berg724c6b32007-04-23 12:18:20 -07002725L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726W: http://prism54.org
2727S: Maintained
2728
2729PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2730P: Peter Denison
2731M: promise@pnd-pc.demon.co.uk
2732W: http://www.pnd-pc.demon.co.uk/promise/
2733S: Maintained
2734
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002735PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2736P: Mikael Pettersson
2737M: mikpe@it.uu.se
2738L: linux-ide@vger.kernel.org
2739S: Maintained
2740
Geoff Levandf58a9d12006-11-23 00:46:51 +01002741PS3 PLATFORM SUPPORT
2742P: Geoff Levand
2743M: geoffrey.levand@am.sony.com
2744L: linuxppc-dev@ozlabs.org
2745L: cbe-oss-dev@ozlabs.org
2746S: Supported
2747
Michael Krufky83202042006-07-03 00:24:18 -07002748PVRUSB2 VIDEO4LINUX DRIVER
2749P: Mike Isely
2750M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002751L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002752L: video4linux-list@redhat.com
2753W: http://www.isely.net/pvrusb2/
2754S: Maintained
2755
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756PXA2xx SUPPORT
2757P: Nicolas Pitre
2758M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002759L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760S: Maintained
2761
2762QLOGIC QLA2XXX FC-SCSI DRIVER
2763P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002764M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765L: linux-scsi@vger.kernel.org
2766S: Supported
2767
Ron Mercer5a4faa82006-07-25 00:40:21 -07002768QLOGIC QLA3XXX NETWORK DRIVER
2769P: Ron Mercer
2770M: linux-driver@qlogic.com
2771L: netdev@vger.kernel.org
2772S: Supported
2773
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774QNX4 FILESYSTEM
2775P: Anders Larsen
2776M: al@alarsen.net
2777L: linux-kernel@vger.kernel.org
2778W: http://www.alarsen.net/linux/qnx4fs/
2779S: Maintained
2780
2781RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002782P: Benjamin Herrenschmidt
2783M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002784L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785S: Maintained
2786
2787RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002788P: Paul Mackerras
2789M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002790L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791S: Maintained
2792
2793RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2794P: Corey Thomas
2795M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002796L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797S: Maintained
2798
Matt Mackall9e95ce22005-04-16 15:25:56 -07002799RANDOM NUMBER DRIVER
2800P: Matt Mackall
2801M: mpm@selenic.com
2802S: Maintained
2803
Matt Porter394b7012005-11-07 01:00:15 -08002804RAPIDIO SUBSYSTEM
2805P: Matt Porter
2806M: mporter@kernel.crashing.org
2807L: linux-kernel@vger.kernel.org
2808S: Maintained
2809
Josh Triplett595182b2006-10-04 02:17:21 -07002810READ-COPY UPDATE (RCU)
2811P: Dipankar Sarma
2812M: dipankar@in.ibm.com
2813W: http://www.rdrop.com/users/paulmck/rclock/
2814L: linux-kernel@vger.kernel.org
2815S: Supported
2816
2817RCUTORTURE MODULE
2818P: Josh Triplett
2819M: josh@freedesktop.org
2820L: linux-kernel@vger.kernel.org
2821S: Maintained
2822
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823REAL TIME CLOCK DRIVER
2824P: Paul Gortmaker
2825M: p_gortmaker@yahoo.com
2826L: linux-kernel@vger.kernel.org
2827S: Maintained
2828
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002829REAL TIME CLOCK (RTC) SUBSYSTEM
2830P: Alessandro Zummo
2831M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002832L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002833S: Maintained
2834
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835REISERFS FILE SYSTEM
2836P: Hans Reiser
2837M: reiserfs-dev@namesys.com
2838L: reiserfs-list@namesys.com
2839W: http://www.namesys.com
2840S: Supported
2841
2842ROCKETPORT DRIVER
2843P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844W: http://www.comtrol.com
2845S: Maintained
2846
2847ROSE NETWORK LAYER
2848P: Ralf Baechle
2849M: ralf@linux-mips.org
2850L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002851W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852S: Maintained
2853
2854RISCOM8 DRIVER
2855S: Orphan
2856
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002857S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002858P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002859M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002860L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002861S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002862
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863S390
2864P: Martin Schwidefsky
2865M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002866P: Heiko Carstens
2867M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002869L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002870W: http://www.ibm.com/developerworks/linux/linux390/
2871S: Supported
2872
2873S390 NETWORK DRIVERS
2874P: Frank Pavlic
2875M: fpavlic@de.ibm.com
2876M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002877L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002878W: http://www.ibm.com/developerworks/linux/linux390/
2879S: Supported
2880
2881S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002882P: Swen Schillig
2883M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002884M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002885L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002886W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887S: Supported
2888
2889SAA7146 VIDEO4LINUX-2 DRIVER
2890P: Michael Hunold
2891M: michael@mihu.de
2892W: http://www.mihu.de/linux/saa7146
2893S: Maintained
2894
2895SBPCD CDROM DRIVER
2896P: Eberhard Moenkeberg
2897M: emoenke@gwdg.de
2898L: linux-kernel@vger.kernel.org
2899S: Maintained
2900
2901SC1200 WDT DRIVER
2902P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002903M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904S: Maintained
2905
2906SCHEDULER
2907P: Ingo Molnar
2908M: mingo@elte.hu
2909P: Robert Love [the preemptible kernel bits]
2910M: rml@tech9.net
2911L: linux-kernel@vger.kernel.org
2912S: Maintained
2913
2914SCSI CDROM DRIVER
2915P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002916M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917L: linux-scsi@vger.kernel.org
2918W: http://www.kernel.dk
2919S: Maintained
2920
2921SCSI SG DRIVER
2922P: Doug Gilbert
2923M: dgilbert@interlog.com
2924L: linux-scsi@vger.kernel.org
2925W: http://www.torque.net/sg
2926S: Maintained
2927
2928SCSI SUBSYSTEM
2929P: James E.J. Bottomley
2930M: James.Bottomley@SteelEye.com
2931L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002932T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933S: Maintained
2934
2935SCSI TAPE DRIVER
2936P: Kai Mäkisara
2937M: Kai.Makisara@kolumbus.fi
2938L: linux-scsi@vger.kernel.org
2939S: Maintained
2940
2941SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002942P: Vlad Yasevich
2943M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01002944P: Sridhar Samudrala
2945M: sri@us.ibm.com
2946L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002947W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01002948S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949
2950SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002951P: Jim Cromie
2952M: jim.cromie@gmail.com
2953S: Odd Fixes
2954
2955SCx200 GPIO DRIVER
2956P: Jim Cromie
2957M: jim.cromie@gmail.com
2958S: Maintained
2959
2960SCx200 HRT CLOCKSOURCE DRIVER
2961P: Jim Cromie
2962M: jim.cromie@gmail.com
2963S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964
2965SECURITY CONTACT
2966P: Security Officers
2967M: security@kernel.org
2968S: Supported
2969
2970SELINUX SECURITY MODULE
2971P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002972M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002974M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975L: linux-kernel@vger.kernel.org (kernel issues)
2976L: selinux@tycho.nsa.gov (general discussion)
2977W: http://www.nsa.gov/selinux
2978S: Supported
2979
2980SERIAL ATA (SATA) SUBSYSTEM:
2981P: Jeff Garzik
2982M: jgarzik@pobox.com
2983L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002984T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985S: Supported
2986
2987SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2988P: Pat Gefre
2989M: pfg@sgi.com
2990L: linux-ia64@vger.kernel.org
2991S: Supported
2992
2993SGI VISUAL WORKSTATION 320 AND 540
2994P: Andrey Panin
2995M: pazke@donpac.ru
2996L: linux-visws-devel@lists.sf.net
2997W: http://linux-visws.sf.net
2998S: Maintained for 2.6.
2999
3000SIMTEC EB110ATX (Chalice CATS)
3001P: Ben Dooks
3002P: Vincent Sanders
3003M: support@simtec.co.uk
3004W: http://www.simtec.co.uk/products/EB110ATX/
3005S: Supported
3006
3007SIMTEC EB2410ITX (BAST)
3008P: Ben Dooks
3009P: Vincent Sanders
3010M: support@simtec.co.uk
3011W: http://www.simtec.co.uk/products/EB2410ITX/
3012S: Supported
3013
Francois Romieu92aab3c2005-07-30 13:11:18 +02003014SIS 190 ETHERNET DRIVER
3015P: Francois Romieu
3016M: romieu@fr.zoreil.com
3017L: netdev@vger.kernel.org
3018S: Maintained
3019
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020SIS 5513 IDE CONTROLLER DRIVER
3021P: Lionel Bouton
3022M: Lionel.Bouton@inet6.fr
3023W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3024W: http://gyver.homeip.net/sis5513/index.html
3025S: Maintained
3026
3027SIS 900/7016 FAST ETHERNET DRIVER
3028P: Daniele Venzano
3029M: venza@brownhat.org
3030W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003031L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032S: Maintained
3033
3034SIS FRAMEBUFFER DRIVER
3035P: Thomas Winischhofer
3036M: thomas@winischhofer.net
3037W: http://www.winischhofer.net/linuxsisvga.shtml
3038S: Maintained
3039
3040SIS USB2VGA DRIVER
3041P: Thomas Winischhofer
3042M: thomas@winischhofer.net
3043W: http://www.winischhofer.at/linuxsisusbvga.shtml
3044S: Maintained
3045
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046SMC91x ETHERNET DRIVER
3047P: Nicolas Pitre
3048M: nico@cam.org
3049S: Maintained
3050
Daniel Drake8f0f8502006-07-18 22:00:25 +01003051SOFTMAC LAYER (IEEE 802.11)
3052P: Johannes Berg
3053M: johannes@sipsolutions.net
3054P: Joe Jezak
3055M: josejx@gentoo.org
3056P: Daniel Drake
3057M: dsd@gentoo.org
3058W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003059L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003060S: Maintained
3061
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062SOFTWARE RAID (Multiple Disks) SUPPORT
3063P: Ingo Molnar
3064M: mingo@redhat.com
3065P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003066M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003068S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069
3070SOFTWARE SUSPEND:
3071P: Pavel Machek
3072M: pavel@suse.cz
David Brownellf318a632007-04-23 14:41:06 -07003073L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074S: Maintained
3075
3076SONIC NETWORK DRIVER
3077P: Thomas Bogendoerfer
3078M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003079L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080S: Maintained
3081
3082SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003083P: Mattia Dongili
3084M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003085L: linux-acpi@vger.kernel.org
3086W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087S: Maintained
3088
3089SOUND
3090P: Jaroslav Kysela
3091M: perex@suse.cz
3092L: alsa-devel@alsa-project.org
3093S: Maintained
3094
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003095SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3096P: Liam Girdwood
3097M: liam.girdwood@wolfsonmicro.com
3098L: alsa-devel@alsa-project.org
3099S: Supported
3100
Kumar Gala025c3982006-04-02 16:05:54 -05003101SPI SUBSYSTEM
3102P: David Brownell
3103M: dbrownell@users.sourceforge.net
3104L: spi-devel-general@lists.sourceforge.net
3105S: Maintained
3106
Steven Rostedt855f46a2006-08-05 12:14:50 -07003107STABLE BRANCH:
3108P: Greg Kroah-Hartman
3109M: greg@kroah.com
3110P: Chris Wright
3111M: chrisw@sous-sol.org
3112L: stable@kernel.org
3113S: Maintained
3114
Kylene Hall1c72d462005-05-01 08:59:13 -07003115TPM DEVICE DRIVER
3116P: Kylene Hall
3117M: kjhall@us.ibm.com
3118W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003119P: Marcel Selhorst
3120M: tpm@selhorst.net
3121W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003122L: tpmdd-devel@lists.sourceforge.net
3123S: Maintained
3124
Mark Gross1a80ba82005-10-30 15:02:55 -08003125Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003126P: Mark Gross
3127M: mark.gross@intel.com
3128S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003129
Chris Zankel48b415c2005-06-23 22:01:07 -07003130TENSILICA XTENSA PORT (xtensa):
3131P: Chris Zankel
3132M: chris@zankel.net
3133S: Maintained
3134
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135UltraSPARC (sparc64):
3136P: David S. Miller
3137M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003139T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140S: Maintained
3141
3142SHARP LH SUPPORT (LH7952X & LH7A40X)
3143P: Marc Singer
3144M: elf@buici.com
3145W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003146L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147S: Maintained
3148
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003149SHPC HOTPLUG DRIVER
3150P: Kristen Carlson Accardi
3151M: kristen.c.accardi@intel.com
3152L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003153S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003154
Pierre Ossmand129bce2006-03-24 03:18:17 -08003155SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3156P: Pierre Ossman
3157M: drzeus-sdhci@drzeus.cx
3158L: sdhci-devel@list.drzeus.cx
3159W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3160S: Maintained
3161
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003162SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3163P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003164M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003165L: netdev@vger.kernel.org
3166S: Maintained
3167
Chris Boot1a87d942006-07-10 04:45:34 -07003168SOEKRIS NET48XX LED SUPPORT
3169P: Chris Boot
3170M: bootc@bootc.net
3171S: Maintained
3172
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173SPARC (sparc32):
3174P: William L. Irwin
3175M: wli@holomorphy.com
3176L: sparclinux@vger.kernel.org
3177S: Maintained
3178
3179SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3180P: Roger Wolff
3181M: R.E.Wolff@BitWizard.nl
3182L: linux-kernel@vger.kernel.org ?
3183S: Supported
3184
Jim Lewis2752e402006-09-29 02:01:19 -07003185SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003186P: Linas Vepstas
3187M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003188L: netdev@vger.kernel.org
3189S: Supported
3190
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191SRM (Alpha) environment access
3192P: Jan-Benedict Glaw
3193M: jbglaw@lug-owl.de
3194L: linux-kernel@vger.kernel.org
3195S: Maintained
3196
3197STARFIRE/DURALAN NETWORK DRIVER
3198P: Ion Badulescu
3199M: ionut@cs.columbia.edu
3200S: Maintained
3201
3202STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3203W: http://mosquitonet.Stanford.EDU/strip.html
3204S: Unsupported ?
3205
3206STRADIS MPEG-2 DECODER DRIVER
3207P: Nathan Laredo
3208M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209W: http://www.stradis.com/
3210S: Maintained
3211
3212SUPERH (sh)
3213P: Paul Mundt
3214M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003215L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217S: Maintained
3218
3219SUPERH64 (sh64)
3220P: Paul Mundt
3221M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222L: linuxsh-shmedia-dev@lists.sourceforge.net
3223W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224S: Maintained
3225
3226SUN3/3X
3227P: Sam Creasey
3228M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229W: http://sammy.net/sun3/
3230S: Maintained
3231
3232SVGA HANDLING
3233P: Martin Mares
3234M: mj@ucw.cz
3235L: linux-video@atrey.karlin.mff.cuni.cz
3236S: Maintained
3237
3238SYSV FILESYSTEM
3239P: Christoph Hellwig
3240M: hch@infradead.org
3241S: Maintained
3242
Stephen Hemminger781b4562006-07-10 20:25:29 -07003243TC CLASSIFIER
3244P: Jamal Hadi Salim
3245M: hadi@cyberus.ca
3246L: netdev@vger.kernel.org
3247S: Maintained
3248
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003249TCP LOW PRIORITY MODULE
3250P: Wong Hoi Sing, Edison
3251M: hswong3i@gmail.com
3252P: Hung Hing Lun, Mike
3253M: hlhung3i@gmail.com
3254W: http://tcp-lp-mod.sourceforge.net/
3255S: Maintained
3256
Alex Dubov4020f2d2006-10-04 02:15:37 -07003257TI FLASH MEDIA INTERFACE DRIVER
3258P: Alex Dubov
3259M: oakad@yahoo.com
3260S: Maintained
3261
Michael Buesch844dd052006-06-26 00:24:59 -07003262TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3263P: Deepak Saxena
3264M: dsaxena@plexity.net
3265S: Maintained
3266
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003267TASKSTATS STATISTICS INTERFACE
3268P: Shailabh Nagar
3269M: nagar@watson.ibm.com
3270L: linux-kernel@vger.kernel.org
3271S: Maintained
3272
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003274P: Romain Lievin
3275M: roms@lpg.ticalc.org
3276S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277
Per Lidene86eaa32006-01-12 16:45:18 +01003278TIPC NETWORK LAYER
3279P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003280M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003281P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003282M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003283P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003284M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003285L: tipc-discussion@lists.sourceforge.net
3286W: http://tipc.sourceforge.net/
3287W: http://tipc.cslab.ericsson.net/
3288T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3289S: Maintained
3290
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291TLAN NETWORK DRIVER
3292P: Samuel Chessman
3293M: chessman@tux.org
3294L: tlan-devel@lists.sourceforge.net
3295W: http://sourceforge.net/projects/tlan/
3296S: Maintained
3297
3298TOKEN-RING NETWORK DRIVER
3299P: Mike Phillips
3300M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003301L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302L: linux-tr@linuxtr.net
3303W: http://www.linuxtr.net
3304S: Maintained
3305
3306TOSHIBA ACPI EXTRAS DRIVER
3307P: John Belmonte
3308M: toshiba_acpi@memebeam.org
3309W: http://memebeam.org/toys/ToshibaAcpiDriver
3310S: Maintained
3311
3312TOSHIBA SMM DRIVER
3313P: Jonathan Buzzard
3314M: jonathan@buzzard.org.uk
3315L: tlinux-users@tce.toshiba-dme.co.jp
3316W: http://www.buzzard.org.uk/toshiba/
3317S: Maintained
3318
3319TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3320P: Muli Ben-Yehuda
3321M: mulix@mulix.org
3322L: linux-kernel@vger.kernel.org
3323S: Maintained
3324
3325TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003326P: Adrian Bunk
3327M: trivial@kernel.org
3328L: linux-kernel@vger.kernel.org
3329W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3330T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3331S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332
3333TMS380 TOKEN-RING NETWORK DRIVER
3334P: Adam Fritzler
3335M: mid@auk.cx
3336L: linux-tr@linuxtr.net
3337W: http://www.auk.cx/tms380tr/
3338S: Maintained
3339
3340TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003341P: Valerie Henson
3342M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343L: tulip-users@lists.sourceforge.net
3344W: http://sourceforge.net/projects/tulip/
3345S: Maintained
3346
3347TUN/TAP driver
3348P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003349M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350L: vtun@office.satix.net
3351W: http://vtun.sourceforge.net/tun
3352S: Maintained
3353
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003354TURBOCHANNEL SUBSYSTEM
3355P: Maciej W. Rozycki
3356M: macro@linux-mips.org
3357S: Maintained
3358
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359U14-34F SCSI DRIVER
3360P: Dario Ballabio
3361M: ballabio_dario@emc.com
3362L: linux-scsi@vger.kernel.org
3363S: Maintained
3364
3365UDF FILESYSTEM
3366P: Ben Fennema
3367M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368W: http://linux-udf.sourceforge.net
3369S: Maintained
3370
3371UNIFORM CDROM DRIVER
3372P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003373M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374L: linux-kernel@vger.kernel.org
3375W: http://www.kernel.dk
3376S: Maintained
3377
3378USB ACM DRIVER
3379P: Oliver Neukum
3380M: oliver@neukum.name
3381L: linux-usb-users@lists.sourceforge.net
3382L: linux-usb-devel@lists.sourceforge.net
3383S: Maintained
3384
3385USB BLOCK DRIVER (UB ub)
3386P: Pete Zaitcev
3387M: zaitcev@redhat.com
3388L: linux-kernel@vger.kernel.org
3389L: linux-usb-devel@lists.sourceforge.net
3390S: Supported
3391
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392USB CDC ETHERNET DRIVER
3393P: Greg Kroah-Hartman
3394M: greg@kroah.com
3395L: linux-usb-users@lists.sourceforge.net
3396L: linux-usb-devel@lists.sourceforge.net
3397S: Maintained
3398W: http://www.kroah.com/linux-usb/
3399
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003400USB DAVICOM DM9601 DRIVER
3401P: Peter Korsgaard
3402M: jacmet@sunsite.dk
3403L: linux-usb-devel@lists.sourceforge.net
3404W: http://www.linux-usb.org/usbnet
3405S: Maintained
3406
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407USB EHCI DRIVER
3408P: David Brownell
3409M: dbrownell@users.sourceforge.net
3410L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003411S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412
Luca Risolia7ce08c92006-01-11 02:06:59 +00003413USB ET61X[12]51 DRIVER
3414P: Luca Risolia
3415M: luca.risolia@studio.unibo.it
3416L: linux-usb-devel@lists.sourceforge.net
3417L: video4linux-list@redhat.com
3418W: http://www.linux-projects.org
3419S: Maintained
3420
David Brownell69ae9e32006-11-14 02:03:31 -08003421USB GADGET/PERIPHERAL SUBSYSTEM
3422P: David Brownell
3423M: dbrownell@users.sourceforge.net
3424L: linux-usb-devel@lists.sourceforge.net
3425W: http://www.linux-usb.org/gadget
3426S: Maintained
3427
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428USB HID/HIDBP DRIVERS
Jiri Kosina641266f2007-01-15 09:56:21 +01003429P: Jiri Kosina
3430M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003432T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433S: Maintained
3434
3435USB HUB DRIVER
3436P: Johannes Erdfelt
3437M: johannes@erdfelt.com
3438L: linux-usb-users@lists.sourceforge.net
3439L: linux-usb-devel@lists.sourceforge.net
3440S: Maintained
3441
Olav Kongas959eea22005-11-03 17:38:14 +02003442USB ISP116X DRIVER
3443P: Olav Kongas
3444M: ok@artecdesign.ee
3445L: linux-usb-devel@lists.sourceforge.net
3446S: Maintained
3447
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448USB KAWASAKI LSI DRIVER
3449P: Oliver Neukum
3450M: oliver@neukum.name
3451L: linux-usb-users@lists.sourceforge.net
3452L: linux-usb-devel@lists.sourceforge.net
3453S: Maintained
3454
3455USB MASS STORAGE DRIVER
3456P: Matthew Dharm
3457M: mdharm-usb@one-eyed-alien.net
3458L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003459L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460S: Maintained
3461W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3462
3463USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003464P: David Brownell
3465M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466L: linux-usb-users@lists.sourceforge.net
3467L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003468S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469
Matthias Urlichsba460e42005-07-14 00:33:47 -07003470USB OPTION-CARD DRIVER
3471P: Matthias Urlichs
3472M: smurf@smurf.noris.de
3473L: linux-usb-devel@lists.sourceforge.net
3474S: Maintained
3475
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476USB OV511 DRIVER
3477P: Mark McClelland
3478M: mmcclell@bigfoot.com
3479L: linux-usb-users@lists.sourceforge.net
3480L: linux-usb-devel@lists.sourceforge.net
3481W: http://alpha.dyndns.org/ov511/
3482S: Maintained
3483
3484USB PEGASUS DRIVER
3485P: Petko Manolov
3486M: petkan@users.sourceforge.net
3487L: linux-usb-users@lists.sourceforge.net
3488L: linux-usb-devel@lists.sourceforge.net
3489W: http://pegasus2.sourceforge.net/
3490S: Maintained
3491
3492USB PRINTER DRIVER
3493P: Vojtech Pavlik
3494M: vojtech@suse.cz
3495L: linux-usb-users@lists.sourceforge.net
3496L: linux-usb-devel@lists.sourceforge.net
3497S: Maintained
3498
3499USB RTL8150 DRIVER
3500P: Petko Manolov
3501M: petkan@users.sourceforge.net
3502L: linux-usb-users@lists.sourceforge.net
3503L: linux-usb-devel@lists.sourceforge.net
3504W: http://pegasus2.sourceforge.net/
3505S: Maintained
3506
3507USB SE401 DRIVER
3508P: Jeroen Vreeken
3509M: pe1rxq@amsat.org
3510L: linux-usb-users@lists.sourceforge.net
3511L: linux-usb-devel@lists.sourceforge.net
3512W: http://www.chello.nl/~j.vreeken/se401/
3513S: Maintained
3514
3515USB SERIAL CYBERJACK DRIVER
3516P: Matthias Bruestle and Harald Welte
3517M: support@reiner-sct.com
3518W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3519S: Maintained
3520
3521USB SERIAL DIGI ACCELEPORT DRIVER
3522P: Peter Berger and Al Borchers
3523M: pberger@brimson.com
3524M: alborchers@steinerpoint.com
3525L: linux-usb-users@lists.sourceforge.net
3526L: linux-usb-devel@lists.sourceforge.net
3527S: Maintained
3528
3529USB SERIAL DRIVER
3530P: Greg Kroah-Hartman
3531M: gregkh@suse.de
3532L: linux-usb-users@lists.sourceforge.net
3533L: linux-usb-devel@lists.sourceforge.net
3534S: Supported
3535
3536USB SERIAL BELKIN F5U103 DRIVER
3537P: William Greathouse
3538M: wgreathouse@smva.com
3539L: linux-usb-users@lists.sourceforge.net
3540L: linux-usb-devel@lists.sourceforge.net
3541S: Maintained
3542
3543USB SERIAL CYPRESS M8 DRIVER
3544P: Lonnie Mendez
3545M: dignome@gmail.com
3546L: linux-usb-users@lists.sourceforge.net
3547L: linux-usb-devel@lists.sourceforge.net
3548S: Maintained
3549W: http://geocities.com/i0xox0i
3550W: http://firstlight.net/cvs
3551
3552USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3553L: linux-usb-users@lists.sourceforge.net
3554L: linux-usb-devel@lists.sourceforge.net
3555S: Maintained
3556
3557USB AUERSWALD DRIVER
3558P: Wolfgang Muees
3559M: wolfgang@iksw-muees.de
3560L: linux-usb-users@lists.sourceforge.net
3561L: linux-usb-devel@lists.sourceforge.net
3562S: Maintained
3563
3564USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3565P: Gary Brubaker
3566M: xavyer@ix.netcom.com
3567L: linux-usb-users@lists.sourceforge.net
3568L: linux-usb-devel@lists.sourceforge.net
3569S: Maintained
3570
3571USB SERIAL KEYSPAN DRIVER
3572P: Greg Kroah-Hartman
3573M: greg@kroah.com
3574L: linux-usb-users@lists.sourceforge.net
3575L: linux-usb-devel@lists.sourceforge.net
3576W: http://www.kroah.com/linux/
3577S: Maintained
3578
3579USB SERIAL WHITEHEAT DRIVER
3580P: Stuart MacDonald
3581M: stuartm@connecttech.com
3582L: linux-usb-users@lists.sourceforge.net
3583L: linux-usb-devel@lists.sourceforge.net
3584W: http://www.connecttech.com
3585S: Supported
3586
3587USB SN9C10x DRIVER
3588P: Luca Risolia
3589M: luca.risolia@studio.unibo.it
3590L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003591L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592W: http://www.linux-projects.org
3593S: Maintained
3594
3595USB SUBSYSTEM
3596P: Greg Kroah-Hartman
3597M: gregkh@suse.de
3598L: linux-usb-users@lists.sourceforge.net
3599L: linux-usb-devel@lists.sourceforge.net
3600W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003601T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602S: Supported
3603
3604USB UHCI DRIVER
3605P: Alan Stern
3606M: stern@rowland.harvard.edu
3607L: linux-usb-users@lists.sourceforge.net
3608L: linux-usb-devel@lists.sourceforge.net
3609S: Maintained
3610
David Brownell69ae9e32006-11-14 02:03:31 -08003611USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612P: David Brownell
3613M: dbrownell@users.sourceforge.net
3614L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003615W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616S: Maintained
3617
3618USB W996[87]CF DRIVER
3619P: Luca Risolia
3620M: luca.risolia@studio.unibo.it
3621L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003622L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623W: http://www.linux-projects.org
3624S: Maintained
3625
Luca Risolia60f78052006-02-06 16:29:35 +00003626USB ZC0301 DRIVER
3627P: Luca Risolia
3628M: luca.risolia@studio.unibo.it
3629L: linux-usb-devel@lists.sourceforge.net
3630L: video4linux-list@redhat.com
3631W: http://www.linux-projects.org
3632S: Maintained
3633
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634USB ZD1201 DRIVER
3635P: Jeroen Vreeken
3636M: pe1rxq@amsat.org
3637L: linux-usb-users@lists.sourceforge.net
3638L: linux-usb-devel@lists.sourceforge.net
3639W: http://linux-lc100020.sourceforge.net
3640S: Maintained
3641
3642USER-MODE LINUX
3643P: Jeff Dike
3644M: jdike@karaya.com
3645L: user-mode-linux-devel@lists.sourceforge.net
3646L: user-mode-linux-user@lists.sourceforge.net
3647W: http://user-mode-linux.sourceforge.net
3648S: Maintained
3649
3650FAT/VFAT/MSDOS FILESYSTEM:
3651P: OGAWA Hirofumi
3652M: hirofumi@mail.parknet.co.jp
3653L: linux-kernel@vger.kernel.org
3654S: Maintained
3655
3656VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3657P: Jeff Garzik
3658S: Odd fixes
3659
3660VIA RHINE NETWORK DRIVER
3661P: Roger Luethi
3662M: rl@hellgate.ch
3663S: Maintained
3664
Jean Delvare32c0a522005-09-22 21:47:58 +02003665VIAPRO SMBUS DRIVER
3666P: Jean Delvare
3667M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003668L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003669S: Maintained
3670
Francois Romieu01f20732007-01-26 00:57:17 -08003671VIA VELOCITY NETWORK DRIVER
3672P: Francois Romieu
3673M: romieu@fr.zoreil.com
3674L: netdev@vger.kernel.org
3675S: Maintained
3676
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677UCLINUX (AND M68KNOMMU)
3678P: Greg Ungerer
3679M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003681L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682S: Maintained
3683
3684UCLINUX FOR NEC V850
3685P: Miles Bader
3686M: uclinux-v850@lsi.nec.co.jp
3687W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3688W: http://www.ee.nec.de/uclinux/
3689S: Supported
3690
3691UCLINUX FOR RENESAS H8/300
3692P: Yoshinori Sato
3693M: ysato@users.sourceforge.jp
3694W: http://uclinux-h8.sourceforge.jp/
3695S: Supported
3696
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003697UFS FILESYSTEM
3698P: Evgeniy Dushistov
3699M: dushistov@mail.ru
3700L: linux-kernel@vger.kernel.org
3701S: Maintained
3702
Linus Torvalds1da177e2005-04-16 15:20:36 -07003703USB DIAMOND RIO500 DRIVER
3704P: Cesar Miquel
3705M: miquel@df.uba.ar
3706L: rio500-users@lists.sourceforge.net
3707W: http://rio500.sourceforge.net
3708S: Maintained
3709
3710VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003711P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003712M: mchehab@infradead.org
3713M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003715W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003716T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003717S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718
Juerg Haefligerab413192006-09-24 20:54:04 +02003719VT1211 HARDWARE MONITOR DRIVER
3720P: Juerg Haefliger
3721M: juergh@gmail.com
3722L: lm-sensors@lm-sensors.org
3723S: Maintained
3724
Roger Lucas1de9e372005-11-26 20:20:05 +01003725VT8231 HARDWARE MONITOR DRIVER
3726P: Roger Lucas
3727M: roger@planbit.co.uk
3728L: lm-sensors@lm-sensors.org
3729S: Maintained
3730
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731W1 DALLAS'S 1-WIRE BUS
3732P: Evgeniy Polyakov
3733M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734S: Maintained
3735
Charles Spirakis13927072006-07-05 18:05:15 +02003736W83791D HARDWARE MONITORING DRIVER
3737P: Charles Spirakis
3738M: bezaur@gmail.com
3739L: lm-sensors@lm-sensors.org
3740S: Maintained
3741
Rudolf Marek61db0112006-12-12 18:18:30 +01003742W83793 HARDWARE MONITORING DRIVER
3743P: Rudolf Marek
3744M: r.marek@assembler.cz
3745L: lm-sensors@lm-sensors.org
3746S: Maintained
3747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748W83L51xD SD/MMC CARD INTERFACE DRIVER
3749P: Pierre Ossman
3750M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003751L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752W: http://projects.drzeus.cx/wbsd
3753S: Maintained
3754
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003755WATCHDOG DEVICE DRIVERS
3756P: Wim Van Sebroeck
3757M: wim@iguana.be
3758T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3759S: Maintained
3760
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3762P: Jean Tourrilhes
3763M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003764L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3766S: Maintained
3767
3768WD7000 SCSI DRIVER
3769P: Miroslav Zagorac
3770M: zaga@fly.cc.fer.hr
3771L: linux-scsi@vger.kernel.org
3772S: Maintained
3773
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003774WISTRON LAPTOP BUTTON DRIVER
3775P: Miloslav Trmac
3776M: mitr@volny.cz
3777S: Maintained
3778
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779WL3501 WIRELESS PCMCIA CARD DRIVER
3780P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003781M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003782L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003783W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784S: Maintained
3785
3786X.25 NETWORK LAYER
3787P: Henner Eisen
3788M: eis@baty.hanse.de
3789L: linux-x25@vger.kernel.org
3790S: Maintained
3791
3792XFS FILESYSTEM
3793P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003794P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003796L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003798T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799S: Supported
3800
Peter Korsgaard238b8722006-12-06 20:35:17 -08003801XILINX UARTLITE SERIAL DRIVER
3802P: Peter Korsgaard
3803M: jacmet@sunsite.dk
3804L: linux-serial@vger.kernel.org
3805S: Maintained
3806
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807X86 3-LEVEL PAGING (PAE) SUPPORT
3808P: Ingo Molnar
3809M: mingo@redhat.com
3810S: Maintained
3811
3812X86-64 port
3813P: Andi Kleen
3814M: ak@suse.de
3815L: discuss@x86-64.org
3816W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003817T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818S: Maintained
3819
3820YAM DRIVER FOR AX.25
3821P: Jean-Paul Roubelat
3822M: jpr@f6fbb.org
3823L: linux-hams@vger.kernel.org
3824S: Maintained
3825
Henkaf64a5e2005-10-12 15:02:56 +02003826YEALINK PHONE DRIVER
3827P: Henk Vergonet
3828M: Henk.Vergonet@gmail.com
3829L: usbb2k-api-dev@nongnu.org
3830S: Maintained
3831
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832Z8530 DRIVER FOR AX.25
3833P: Joerg Reuter
3834M: jreuter@yaina.de
3835W: http://yaina.de/jreuter/
3836W: http://www.qsl.net/dl1bke/
3837L: linux-hams@vger.kernel.org
3838S: Maintained
3839
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003840ZD1211RW WIRELESS DRIVER
3841P: Daniel Drake
3842M: dsd@gentoo.org
3843P: Ulrich Kunitz
3844M: kune@deine-taler.de
3845W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07003846L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003847L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3848S: Maintained
3849
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850ZF MACHZ WATCHDOG
3851P: Fernando Fuganti
3852M: fuganti@netbank.com.br
3853W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3854S: Maintained
3855
3856ZR36067 VIDEO FOR LINUX DRIVER
3857P: Ronald Bultje
3858M: rbultje@ronald.bitfreak.net
3859L: mjpeg-users@lists.sourceforge.net
3860W: http://mjpeg.sourceforge.net/driver-zoran/
3861S: Maintained
3862
3863ZR36120 VIDEO FOR LINUX DRIVER
3864P: Pauline Middelink
3865M: middelin@polyware.nl
3866W: http://www.polyware.nl/~middelin/En/hobbies.html
3867W: http://www.polyware.nl/~middelin/hobbies.html
3868S: Maintained
3869
3870THE REST
3871P: Linus Torvalds
3872S: Buried alive in reporters