blob: 66d7e849313446305ff7461895ae7365d53166c1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147L: linux-serial@vger.kernel.org
148W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100149S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700154L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155S: Maintained
156
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001579P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100158P: Eric Van Hensbergen
159M: ericvh@gmail.com
160P: Ron Minnich
161M: rminnich@lanl.gov
162P: Latchesar Ionkov
163M: lucho@ionkov.net
164L: v9fs-developer@lists.sourceforge.net
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: ehaase@inf.fu-berlin.de
172M: A2232@gmx.net
173L: linux-m68k@lists.linux-m68k.org
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: bcrl@kvack.org
179L: linux-aio@kvack.org
180S: Supported
181
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: j.w.r.degoede@hhs.nl
185L: lm-sensors@lm-sensors.org
186S: Maintained
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188ACENIC DRIVER
189P: Jes Sorensen
190M: jes@trained-monkey.org
191L: linux-acenic@sunsite.dk
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: Robert.Siemer@gmx.de
197L: linux-sound@vger.kernel.org
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700201IPS SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203M: aacraid@adaptec.com
204L: linux-scsi@vger.kernel.org
205W: http://www.adaptec.com/
206S: Maintained
207
208DPT_I2O SCSI RAID DRIVER
209P: Adaptec OEM Raid Solutions
210M: aacraid@adaptec.com
211L: linux-scsi@vger.kernel.org
212W: http://www.adaptec.com/
213S: Maintained
214
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215AACRAID SCSI RAID DRIVER
216P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700217M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700219W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220S: Supported
221
222ACPI
223P: Len Brown
224M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500225M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500226L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800228T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500229S: Supported
230
231ACPI BATTERY DRIVERS
232P: Vladimir P. Lebedev
233M: vladimir.p.lebedev@intel.com
234L: linux-acpi@vger.kernel.org
235W: http://acpi.sourceforge.net/
236S: Supported
237
238ACPI EC DRIVER
239P: Alexey Starikovskiy
240M: alexey.y.starikovskiy@linux.intel.com
241L: linux-acpi@vger.kernel.org
242W: http://acpi.sourceforge.net/
243S: Supported
244
245ACPI FAN DRIVER
246P: Konstantin A. Karasyov
247M: konstantin.a.karasyov@intel.com
248L: linux-acpi@vger.kernel.org
249W: http://acpi.sourceforge.net/
250S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700252ACPI PCI HOTPLUG DRIVER
253P: Kristen Carlson Accardi
254M: kristen.c.accardi@intel.com
255L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500256S: Supported
257
258ACPI THERMAL DRIVER
259P: Konstantin A. Karasyov
260M: konstantin.a.karasyov@intel.com
261L: linux-acpi@vger.kernel.org
262W: http://acpi.sourceforge.net/
263S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700264
Len Brown359acec2007-02-10 01:59:24 -0500265ACPI VIDEO DRIVER
266P: Luming Yu
267M: luming.yu@intel.com
268L: linux-acpi@vger.kernel.org
269W: http://acpi.sourceforge.net/
270S: Supported
271
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272AD1816 SOUND DRIVER
273P: Thorsten Knabe
274M: Thorsten Knabe <linux@thorsten-knabe.de>
275W: http://linux.thorsten-knabe.de
276S: Maintained
277
Kyle McMartin6958ae32005-10-21 23:11:27 -0400278AD1889 SOUND DRIVER
279P: Kyle McMartin
280M: kyle@parisc-linux.org
281P: Thibaut Varene
282M: T-Bone@parisc-linux.org
283W: http://wiki.parisc-linux.org/AD1889
284L: parisc-linux@lists.parisc-linux.org
285S: Maintained
286
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287ADM1025 HARDWARE MONITOR DRIVER
288P: Jean Delvare
289M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200290L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291S: Maintained
292
Corentin Labbecae2caa2007-02-14 21:15:04 +0100293ADM1029 HARDWARE MONITOR DRIVER
294P: Corentin Labbe
295M: corentin.labbe@geomatys.fr
296L: lm-sensors@lm-sensors.org
297S: Maintained
298
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299ADT746X FAN DRIVER
300P: Colin Leroy
301M: colin@colino.net
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304AEDSP16 DRIVER
305P: Riccardo Facchetti
306M: fizban@tin.it
307S: Maintained
308
309AFFS FILE SYSTEM
310P: Roman Zippel
311M: zippel@linux-m68k.org
312S: Maintained
313
314AGPGART DRIVER
315P: Dave Jones
316M: davej@codemonkey.org.uk
317W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800318T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319S: Maintained
320
321AHA152X SCSI DRIVER
322P: Juergen E. Fischer
323M: Juergen Fischer <fischer@norbit.de>
324L: linux-scsi@vger.kernel.org
325S: Maintained
326
327ALCATEL SPEEDTOUCH USB DRIVER
328P: Duncan Sands
329M: duncan.sands@free.fr
330L: linux-usb-users@lists.sourceforge.net
331L: linux-usb-devel@lists.sourceforge.net
332W: http://www.linux-usb.org/SpeedTouch/
333S: Maintained
334
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335ALI1563 I2C DRIVER
336P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100337M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200338L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000339S: Maintained
340
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341ALPHA PORT
342P: Richard Henderson
343M: rth@twiddle.net
344S: Odd Fixes for 2.4; Maintained for 2.6.
345P: Ivan Kokshaysky
346M: ink@jurassic.park.msu.ru
347S: Maintained for 2.4; PCI support for 2.6.
348
Jordan Crousef90b8112006-01-06 00:12:14 -0800349AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100350P: Jordan Crouse
351M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800352L: info-linux@geode.amd.com
353W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
354S: Supported
355
Stelian Pop284f42b2006-12-12 18:18:31 +0100356AMS (Apple Motion Sensor) DRIVER
357P: Stelian Pop
358M: stelian@popies.net
359P: Michael Hanselmann
360M: linux-kernel@hansmi.ch
361S: Supported
362
Tom Tuckerf94b5332006-09-22 15:22:48 -0700363AMSO1100 RNIC DRIVER
364P: Tom Tucker
365M: tom@opengridcomputing.com
366P: Steve Wise
367M: swise@opengridcomputing.com
368L: openib-general@openib.org
369S: Maintained
370
Johannes Berg42269062006-07-25 16:15:50 +0200371AOA (Apple Onboard Audio) ALSA DRIVER
372P: Johannes Berg
373M: johannes@sipsolutions.net
374L: linuxppc-dev@ozlabs.org
375L: alsa-devel@alsa-project.org
376S: Maintained
377
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378APM DRIVER
379P: Stephen Rothwell
380M: sfr@canb.auug.org.au
381L: linux-laptop@vger.kernel.org
382W: http://www.canb.auug.org.au/~sfr/
383S: Supported
384
385APPLETALK NETWORK LAYER
386P: Arnaldo Carvalho de Melo
387M: acme@conectiva.com.br
388S: Maintained
389
Jaya Kumar1154ea72005-06-21 17:17:04 -0700390ARC FRAMEBUFFER DRIVER
391P: Jaya Kumar
392M: jayalk@intworks.biz
393S: Maintained
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395ARM26 ARCHITECTURE
396P: Ian Molton
397M: spyro@f2s.com
398S: Maintained
399
400ARM26/ARCHIMEDES
401P: Ian Molton
402M: spyro@f2s.com
403S: Maintained
404
405ARM26/A5000
406P: John Appleby
407M: john@dnsworld.co.uk
408S: Maintained
409
410ARM MFM AND FLOPPY DRIVERS
411P: Ian Molton
412M: spyro@f2s.com
413S: Maintained
414
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800415ARM/ADI ROADRUNNER MACHINE SUPPORT
416P: Lennert Buytenhek
417M: kernel@wantstofly.org
418L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
419S: Maintained
420
421ARM/ADS SPHERE MACHINE SUPPORT
422P: Lennert Buytenhek
423M: kernel@wantstofly.org
424L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
425S: Maintained
426
427ARM/AJECO 1ARM MACHINE SUPPORT
428P: Lennert Buytenhek
429M: kernel@wantstofly.org
430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
431S: Maintained
432
Andrew Victord4a89c72006-12-04 13:56:21 +0100433ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
434P: Andrew Victor
435M: andrew@sanpeople.com
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437W: http://maxim.org.za/at91_26.html
438S: Maintained
439
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800440ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
441P: Lennert Buytenhek
442M: kernel@wantstofly.org
443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444S: Maintained
445
446ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
447P: Lennert Buytenhek
448M: kernel@wantstofly.org
449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
450S: Maintained
451
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452ARM/CORGI MACHINE SUPPORT
453P: Richard Purdie
454M: rpurdie@rpsys.net
455S: Maintained
456
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800457ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100463ARM/HP JORNADA 7XX MACHINE SUPPORT
464P: Kristoffer Ericson
465M: kristoffer_e1@hotmail.com
466W: www.jlime.com
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/INTEL IOP32X ARM ARCHITECTURE
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100472P: Dan Williams
473M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100475S: Supported
476
477ARM/INTEL IOP33X ARM ARCHITECTURE
478P: Dan Williams
479M: dan.j.williams@intel.com
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482
483ARM/INTEL IOP13XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100486P: Dan Williams
487M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100489S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800490
491ARM/INTEL IQ81342EX MACHINE SUPPORT
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100494P: Dan Williams
495M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100497S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800498
499ARM/INTEL IXP2000 ARM ARCHITECTURE
500P: Lennert Buytenhek
501M: kernel@wantstofly.org
502L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
503S: Maintained
504
505ARM/INTEL IXDP2850 MACHINE SUPPORT
506P: Lennert Buytenhek
507M: kernel@wantstofly.org
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
511ARM/INTEL IXP23XX ARM ARCHITECTURE
512P: Lennert Buytenhek
513M: kernel@wantstofly.org
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
517ARM/INTEL XSC3 (MANZANO) ARM CORE
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100520P: Dan Williams
521M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100523S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800524
525ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
526P: Lennert Buytenhek
527M: kernel@wantstofly.org
528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529S: Maintained
530
531ARM/LOGICPD PXA270 MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Maintained
536
Dirk Opfer8459c152005-11-06 14:27:52 +0000537ARM/TOSA MACHINE SUPPORT
538P: Dirk Opfer
539M: dirk@opfer-online.de
540S: Maintained
541
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542ARM/PLEB SUPPORT
543P: Peter Chubb
544M: pleb@gelato.unsw.edu.au
545W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
546S: Maintained
547
548ARM/PT DIGITAL BOARD PORT
549P: Stefan Eletzhofer
550M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552W: http://www.arm.linux.org.uk/
553S: Maintained
554
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800555ARM/RADISYS ENP2611 MACHINE SUPPORT
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
559S: Maintained
560
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561ARM/SHARK MACHINE SUPPORT
562P: Alexander Schulz
563M: alex@shark-linux.de
564W: http://www.shark-linux.de/shark.html
565S: Maintained
566
567ARM/STRONGARM110 PORT
568P: Russell King
569M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571W: http://www.arm.linux.org.uk/
572S: Maintained
573
574ARM/S3C2410 ARM ARCHITECTURE
575P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800576M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.fluff.org/ben/linux/
579S: Maintained
580
581ARM/S3C2440 ARM ARCHITECTURE
582P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800583M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800588ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592S: Maintained
593
594ARM/THECUS N2100 MACHINE SUPPORT
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600ARPD SUPPORT
601P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700602L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603S: Maintained
604
605ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500606P: Corentin Chary
607M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608P: Karol Kozimor
609M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610L: acpi4asus-user@lists.sourceforge.net
611W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500612W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613S: Maintained
614
Corentin Chary85091b72007-01-26 14:04:30 +0100615ASUS LAPTOP EXTRAS DRIVER
616P: Corentin Chary
617M: corentincj@iksaif.net
618L: acpi4asus-user@lists.sourceforge.net
619W: http://sourceforge.net/projects/acpi4asus
620W: http://xf.iksaif.net/acpi4asus
621S: Maintained
622
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623ATA OVER ETHERNET DRIVER
624P: Ed L. Cashin
625M: ecashin@coraid.com
626W: http://www.coraid.com/support/linux
627S: Supported
628
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600629ATL1 ETHERNET DRIVER
630P: Jay Cliburn
631M: jcliburn@gmail.com
632P: Chris Snook
633M: csnook@redhat.com
634L: atl1-devel@lists.sourceforge.net
635W: http://sourceforge.net/projects/atl1
636W: http://atl1.sourceforge.net
637S: Maintained
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639ATM
640P: Chas Williams
641M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700642L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643W: http://linux-atm.sourceforge.net
644S: Maintained
645
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100646ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100647P: Haavard Skinnemoen
648M: hskinnemoen@atmel.com
649S: Supported
650
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800651ATMEL SPI DRIVER
652P: Haavard Skinnemoen
653M: hskinnemoen@atmel.com
654S: Supported
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656ATMEL WIRELESS DRIVER
657P: Simon Kelley
658M: simon@thekelleys.org.uk
659W: http://www.thekelleys.org.uk/atmel
660W: http://atmelwlandriver.sourceforge.net/
661S: Maintained
662
Chris Wrighta92b7b82005-07-07 18:12:23 -0700663AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100664P: David Woodhouse
665M: dwmw2@infradead.org
666L: linux-audit@redhat.com
667W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800668T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700669S: Maintained
670
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800671AUXILIARY DISPLAY DRIVERS
672P: Miguel Ojeda Sandonis
673M: maxextreme@gmail.com
674L: linux-kernel@vger.kernel.org
675S: Maintained
676
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700677AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700678P: Haavard Skinnemoen
679M: hskinnemoen@atmel.com
680W: http://www.atmel.com/products/AVR32/
681W: http://avr32linux.org/
682W: http://avrfreaks.net/
683S: Supported
684
685AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700686P: Haavard Skinnemoen
687M: hskinnemoen@atmel.com
688S: Supported
689
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690AX.25 NETWORK LAYER
691P: Ralf Baechle
692M: ralf@linux-mips.org
693L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200694W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695S: Maintained
696
Richard Purdie300abeb2007-02-07 22:21:07 +0000697BACKLIGHT CLASS/SUBSYSTEM
698P: Richard Purdie
699M: rpurdie@rpsys.net
700S: Maintained
701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702BAYCOM/HDLCDRV DRIVERS FOR AX.25
703P: Thomas Sailer
704M: t.sailer@alumni.ethz.ch
705L: linux-hams@vger.kernel.org
706W: http://www.baycom.org/~tom/ham/ham.html
707S: Maintained
708
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200709BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
710P: Larry Finger
711M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200712P: Stefano Brivio
713M: st3@riseup.net
714W: http://bcm43xx.berlios.de/
715S: Maintained
716
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717BEFS FILE SYSTEM
718P: Sergey S. Kostyliov
719M: rathamahata@php4.ru
720L: linux-kernel@vger.kernel.org
721S: Maintained
722
723BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
724P: Kenji Hollis
725W: http://ftp.bitgate.com/pcwd/
726S: Maintained
727
728BFS FILE SYSTEM
729P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800730M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731L: linux-kernel@vger.kernel.org
732S: Maintained
733
734BLOCK LAYER
735P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200736M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800738T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739S: Maintained
740
741BLUETOOTH SUBSYSTEM
742P: Marcel Holtmann
743M: marcel@holtmann.org
744P: Maxim Krasnyansky
745M: maxk@qualcomm.com
746L: bluez-devel@lists.sf.net
747W: http://bluez.sf.net
748W: http://www.bluez.org
749W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800750T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751S: Maintained
752
753BLUETOOTH RFCOMM LAYER
754P: Marcel Holtmann
755M: marcel@holtmann.org
756P: Maxim Krasnyansky
757M: maxk@qualcomm.com
758S: Maintained
759
760BLUETOOTH BNEP LAYER
761P: Marcel Holtmann
762M: marcel@holtmann.org
763P: Maxim Krasnyansky
764M: maxk@qualcomm.com
765S: Maintained
766
767BLUETOOTH CMTP LAYER
768P: Marcel Holtmann
769M: marcel@holtmann.org
770S: Maintained
771
772BLUETOOTH HIDP LAYER
773P: Marcel Holtmann
774M: marcel@holtmann.org
775S: Maintained
776
777BLUETOOTH HCI UART DRIVER
778P: Marcel Holtmann
779M: marcel@holtmann.org
780P: Maxim Krasnyansky
781M: maxk@qualcomm.com
782S: Maintained
783
784BLUETOOTH HCI USB DRIVER
785P: Marcel Holtmann
786M: marcel@holtmann.org
787P: Maxim Krasnyansky
788M: maxk@qualcomm.com
789S: Maintained
790
791BLUETOOTH HCI BCM203X DRIVER
792P: Marcel Holtmann
793M: marcel@holtmann.org
794S: Maintained
795
796BLUETOOTH HCI BPA10X DRIVER
797P: Marcel Holtmann
798M: marcel@holtmann.org
799S: Maintained
800
801BLUETOOTH HCI BFUSB DRIVER
802P: Marcel Holtmann
803M: marcel@holtmann.org
804S: Maintained
805
806BLUETOOTH HCI DTL1 DRIVER
807P: Marcel Holtmann
808M: marcel@holtmann.org
809S: Maintained
810
811BLUETOOTH HCI BLUECARD DRIVER
812P: Marcel Holtmann
813M: marcel@holtmann.org
814S: Maintained
815
816BLUETOOTH HCI BT3C DRIVER
817P: Marcel Holtmann
818M: marcel@holtmann.org
819S: Maintained
820
821BLUETOOTH HCI BTUART DRIVER
822P: Marcel Holtmann
823M: marcel@holtmann.org
824S: Maintained
825
826BLUETOOTH HCI VHCI DRIVER
827P: Maxim Krasnyansky
828M: maxk@qualcomm.com
829S: Maintained
830
831BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100832P: Chad Tindel
833M: ctindel@users.sourceforge.net
834P: Jay Vosburgh
835M: fubar@us.ibm.com
836L: bonding-devel@lists.sourceforge.net
837W: http://sourceforge.net/projects/bonding/
838S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000840BROADBAND PROCESSOR ARCHITECTURE
841P: Arnd Bergmann
842M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100843L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400844W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000845S: Supported
846
Gary Zambrano39105892006-06-22 17:26:20 -0700847BROADCOM B44 10/100 ETHERNET DRIVER
848P: Gary Zambrano
849M: zambrano@broadcom.com
850L: netdev@vger.kernel.org
851S: Supported
852
Michael Chan948c51e2006-06-04 02:51:39 -0700853BROADCOM BNX2 GIGABIT ETHERNET DRIVER
854P: Michael Chan
855M: mchan@broadcom.com
856L: netdev@vger.kernel.org
857S: Supported
858
859BROADCOM TG3 GIGABIT ETHERNET DRIVER
860P: Michael Chan
861M: mchan@broadcom.com
862L: netdev@vger.kernel.org
863S: Supported
864
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700866P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200867M: mchehab@infradead.org
868M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700870W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200871T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700872S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200874CALGARY x86-64 IOMMU
875P: Muli Ben-Yehuda
876M: muli@il.ibm.com
877P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200878M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200879L: linux-kernel@vger.kernel.org
880L: discuss@x86-64.org
881S: Maintained
882
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800883CFAG12864B LCD DRIVER
884P: Miguel Ojeda Sandonis
885M: maxextreme@gmail.com
886L: linux-kernel@vger.kernel.org
887S: Maintained
888
889CFAG12864BFB LCD FRAMEBUFFER DRIVER
890P: Miguel Ojeda Sandonis
891M: maxextreme@gmail.com
892L: linux-kernel@vger.kernel.org
893S: Maintained
894
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895COMMON INTERNET FILE SYSTEM (CIFS)
896P: Steve French
897M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100898L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899L: samba-technical@lists.samba.org
900W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800901T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902S: Supported
903
Joel Becker7063fbf2005-12-15 14:29:43 -0800904CONFIGFS
905P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800906M: joel.becker@oracle.com
907L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800908S: Supported
909
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800910CIRRUS LOGIC EP93XX ETHERNET DRIVER
911P: Lennert Buytenhek
912M: kernel@wantstofly.org
913L: netdev@vger.kernel.org
914S: Maintained
915
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916CIRRUS LOGIC GENERIC FBDEV DRIVER
917P: Jeff Garzik
918M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800919L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920S: Odd Fixes
921
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800922CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
923P: Lennert Buytenhek
924M: kernel@wantstofly.org
925L: linux-usb-devel@lists.sourceforge.net
926S: Maintained
927
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
929P: Cirrus Logic Corporation (kernel 2.2 driver)
930M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
931P: Nils Faerber (port to kernel 2.4)
932M: Nils Faerber <nils@kernelconcepts.de>
933S: Maintained
934
935CODA FILE SYSTEM
936P: Jan Harkes
937M: jaharkes@cs.cmu.edu
938M: coda@cs.cmu.edu
939L: codalist@coda.cs.cmu.edu
940W: http://www.coda.cs.cmu.edu/
941S: Maintained
942
943COMPACTPCI HOTPLUG CORE
944P: Scott Murray
945M: scottm@somanetworks.com
946M: scott@spiteful.org
947L: pcihpd-discuss@lists.sourceforge.net
948S: Supported
949
950COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
951P: Scott Murray
952M: scottm@somanetworks.com
953M: scott@spiteful.org
954L: pcihpd-discuss@lists.sourceforge.net
955S: Supported
956
957COMPACTPCI HOTPLUG GENERIC DRIVER
958P: Scott Murray
959M: scottm@somanetworks.com
960M: scott@spiteful.org
961L: pcihpd-discuss@lists.sourceforge.net
962S: Supported
963
964COMPUTONE INTELLIPORT MULTIPORT CARD
965P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700966M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700968S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969
970COSA/SRP SYNC SERIAL DRIVER
971P: Jan "Yenya" Kasprzak
972M: kas@fi.muni.cz
973W: http://www.fi.muni.cz/~kas/cosa/
974S: Maintained
975
976CPU FREQUENCY DRIVERS
977P: Dave Jones
978M: davej@codemonkey.org.uk
979L: cpufreq@lists.linux.org.uk
980W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500981T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982S: Maintained
983
984CPUID/MSR DRIVER
985P: H. Peter Anvin
986M: hpa@zytor.com
987S: Maintained
988
Paul Jacksoned90fb42005-09-27 21:45:37 -0700989CPUSETS
990P: Paul Jackson
991P: Simon Derr
992M: pj@sgi.com
993M: simon.derr@bull.net
994L: linux-kernel@vger.kernel.org
995W: http://www.bullopensource.org/cpuset/
996S: Supported
997
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100999W: http://sourceforge.net/projects/cramfs/
1000S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001
1002CRIS PORT
1003P: Mikael Starvik
1004M: starvik@axis.com
1005L: dev-etrax@axis.com
1006W: http://developer.axis.com
1007S: Maintained
1008
1009CRYPTO API
1010P: Herbert Xu
1011M: herbert@gondor.apana.org.au
1012P: David S. Miller
1013M: davem@davemloft.net
1014L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001015T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016S: Maintained
1017
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001018CS5535 Audio ALSA driver
1019P: Jaya Kumar
1020M: jayakumar.alsa@gmail.com
1021S: Maintained
1022
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023CYBERPRO FB DRIVER
1024P: Russell King
1025M: rmk@arm.linux.org.uk
1026W: http://www.arm.linux.org.uk/
1027S: Maintained
1028
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001029CYBLAFB FRAMEBUFFER DRIVER
1030P: Knut Petersen
1031M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001032L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001033S: Maintained
1034
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035CYCLADES 2X SYNC CARD DRIVER
1036P: Arnaldo Carvalho de Melo
1037M: acme@conectiva.com.br
1038W: http://advogato.org/person/acme
1039L: cycsyn-devel@bazar.conectiva.com.br
1040S: Maintained
1041
1042CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001044S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045
1046CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001048S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050DAMA SLAVE for AX.25
1051P: Joerg Reuter
1052M: jreuter@yaina.de
1053W: http://yaina.de/jreuter/
1054W: http://www.qsl.net/dl1bke/
1055L: linux-hams@vger.kernel.org
1056S: Maintained
1057
1058DC395x SCSI driver
1059P: Oliver Neukum
1060M: oliver@neukum.name
1061P: Ali Akcaagac
1062M: aliakc@web.de
1063P: Jamie Lenehan
1064M: lenehan@twibble.org
1065W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001066L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067L: http://lists.twibble.org/mailman/listinfo/dc395x/
1068S: Maintained
1069
1070DC390/AM53C974 SCSI driver
1071P: Kurt Garloff
1072M: garloff@suse.de
1073W: http://www.garloff.de/kurt/linux/dc390/
1074P: Guennadi Liakhovetski
1075M: g.liakhovetski@gmx.de
1076S: Maintained
1077
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001078DCCP PROTOCOL
1079P: Arnaldo Carvalho de Melo
1080M: acme@mandriva.com
1081L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001082W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001083S: Maintained
1084
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085DECnet NETWORK LAYER
1086P: Patrick Caulfield
1087M: patrick@tykepenguin.com
1088W: http://linux-decnet.sourceforge.net
1089L: linux-decnet-user@lists.sourceforge.net
1090S: Maintained
1091
1092DEFXX FDDI NETWORK DRIVER
1093P: Maciej W. Rozycki
1094M: macro@linux-mips.org
1095S: Maintained
1096
1097DELL LAPTOP SMM DRIVER
1098P: Massimo Dal Zotto
1099M: dz@debian.org
1100W: http://www.debian.org/~dz/i8k/
1101S: Maintained
1102
Doug Warzecha90563ec2005-09-06 15:17:15 -07001103DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1104P: Doug Warzecha
1105M: Douglas_Warzecha@dell.com
1106S: Maintained
1107
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001108DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109P: Alasdair Kergon
1110L: dm-devel@redhat.com
1111W: http://sources.redhat.com/dm
1112S: Maintained
1113
1114DEVICE NUMBER REGISTRY
1115P: Torben Mathiasen
1116M: device@lanana.org
1117W: http://lanana.org/docs/device-list/index.html
1118L: linux-kernel@vger.kernel.org
1119S: Maintained
1120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121DIGI INTL. EPCA DRIVER
1122P: Digi International, Inc
1123M: Eng.Linux@digi.com
1124L: Eng.Linux@digi.com
1125W: http://www.digi.com
1126S: Orphaned
1127
1128DIGI RIGHTSWITCH NETWORK DRIVER
1129P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001130L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131W: http://www.digi.com
1132S: Orphaned
1133
1134DIRECTORY NOTIFICATION
1135P: Stephen Rothwell
1136M: sfr@canb.auug.org.au
1137L: linux-kernel@vger.kernel.org
1138S: Supported
1139
1140DISK GEOMETRY AND PARTITION HANDLING
1141P: Andries Brouwer
1142M: aeb@cwi.nl
1143W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1144W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1145W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1146S: Maintained
1147
1148DISKQUOTA:
1149P: Jan Kara
1150M: jack@suse.cz
1151L: linux-kernel@vger.kernel.org
1152S: Maintained
1153
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001154DISTRIBUTED LOCK MANAGER
1155P: Patrick Caulfield
1156M: pcaulfie@redhat.com
1157P: David Teigland
1158M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001159L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001160W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001161T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1162T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001163S: Supported
1164
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1166P: Tobias Ringstrom
1167M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001168L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169S: Maintained
1170
Martin Waitzba483d52005-06-17 13:20:59 -07001171DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001172P: Randy Dunlap
1173M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001174S: Maintained
1175
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001176DOCKING STATION DRIVER
1177P: Kristen Carlson Accardi
1178M: kristen.c.accardi@intel.com
1179L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001180S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182DOUBLETALK DRIVER
1183P: James R. Van Zandt
1184M: jrv@vanzandt.mv.com
1185L: blinux-list@redhat.com
1186S: Maintained
1187
1188DRIVER CORE, KOBJECTS, AND SYSFS
1189P: Greg Kroah-Hartman
1190M: gregkh@suse.de
1191L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001192T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193S: Supported
1194
1195DRM DRIVERS
1196P: David Airlie
1197M: airlied@linux.ie
1198L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001199T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200S: Maintained
1201
1202DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001203P: Francois Romieu
1204M: romieu@fr.zoreil.com
1205L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Maintained
1207
1208DVB SUBSYSTEM AND DRIVERS
1209P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001210M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001212W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001213T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001214S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215
1216EATA-DMA SCSI DRIVER
1217P: Michael Neuffer
1218L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1219S: Maintained
1220
1221EATA ISA/EISA/PCI SCSI DRIVER
1222P: Dario Ballabio
1223M: ballabio_dario@emc.com
1224L: linux-scsi@vger.kernel.org
1225S: Maintained
1226
1227EATA-PIO SCSI DRIVER
1228P: Michael Neuffer
1229M: mike@i-Connect.Net
1230L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1231S: Maintained
1232
1233EBTABLES
1234P: Bart De Schuymer
1235M: bart.de.schuymer@pandora.be
1236L: ebtables-user@lists.sourceforge.net
1237L: ebtables-devel@lists.sourceforge.net
1238W: http://ebtables.sourceforge.net/
1239S: Maintained
1240
Michael Halcrow237fead2006-10-04 02:16:22 -07001241ECRYPT FILE SYSTEM
1242P: Mike Halcrow, Phillip Hellewell
1243M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1244L: ecryptfs-devel@lists.sourceforge.net
1245W: http://ecryptfs.sourceforge.net/
1246S: Supported
1247
Alan Coxda9bb1d2006-01-18 17:44:13 -08001248EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001249P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001250M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001251L: bluesmoke-devel@lists.sourceforge.net
1252W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001253S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001254
1255EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001256P: Mark Gross
1257M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001258L: bluesmoke-devel@lists.sourceforge.net
1259W: bluesmoke.sourceforge.net
1260S: Maintained
1261
1262EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001263P: Doug Thompson
1264M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001265L: bluesmoke-devel@lists.sourceforge.net
1266W: bluesmoke.sourceforge.net
1267S: Maintained
1268
1269EDAC-R82600
1270P: Tim Small
1271M: tim@buttersideup.com
1272L: bluesmoke-devel@lists.sourceforge.net
1273W: bluesmoke.sourceforge.net
1274S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001275
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276EEPRO100 NETWORK DRIVER
1277P: Andrey V. Savochkin
1278M: saw@saw.sw.com.sg
1279S: Maintained
1280
Josh Triplett0bee8d22006-07-30 03:03:58 -07001281EFS FILESYSTEM
1282W: http://aeschi.ch.eu.org/efs/
1283S: Orphan
1284
Heiko J Schickfab97222006-09-22 15:22:22 -07001285EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1286P: Hoang-Nam Nguyen
1287M: hnguyen@de.ibm.com
1288P: Christoph Raisch
1289M: raisch@de.ibm.com
1290L: openib-general@openib.org
1291S: Supported
1292
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293EMU10K1 SOUND DRIVER
1294P: James Courtier-Dutton
1295M: James@superbug.demon.co.uk
1296L: emu10k1-devel@lists.sourceforge.net
1297W: http://sourceforge.net/projects/emu10k1/
1298S: Maintained
1299
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001300EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001301P: James Smart
1302M: james.smart@emulex.com
1303L: linux-scsi@vger.kernel.org
1304W: http://sourceforge.net/projects/lpfcxxxx
1305S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001306
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307EPSON 1355 FRAMEBUFFER DRIVER
1308P: Christopher Hoover
1309M: ch@murgatroid.com, ch@hpl.hp.com
1310S: Maintained
1311
1312ETHEREXPRESS-16 NETWORK DRIVER
1313P: Philip Blundell
1314M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001315L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316S: Maintained
1317
1318ETHERNET BRIDGE
1319P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001320M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001321L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322W: http://bridge.sourceforge.net/
1323S: Maintained
1324
1325ETHERTEAM 16I DRIVER
1326P: Mika Kuoppala
1327M: miku@iki.fi
1328S: Maintained
1329
1330EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001331L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332S: Maintained
1333
1334EXT3 FILE SYSTEM
1335P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001336M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001337L: linux-ext4@vger.kernel.org
1338S: Maintained
1339
1340EXT4 FILE SYSTEM
1341P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001342M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001343L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
Jean Delvaree53004e2006-01-09 23:26:14 +01001346F71805F HARDWARE MONITORING DRIVER
1347P: Jean Delvare
1348M: khali@linux-fr.org
1349L: lm-sensors@lm-sensors.org
1350S: Maintained
1351
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352FARSYNC SYNCHRONOUS DRIVER
1353P: Kevin Curtis
1354M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355W: http://www.farsite.co.uk/
1356S: Supported
1357
Akinobu Mitac5408b82007-04-23 14:41:20 -07001358FAULT INJECTION SUPPORT
1359P: Akinobu Mita
1360M: akinobu.mita@gmail.com
1361S: Supported
1362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363FRAMEBUFFER LAYER
1364P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001365M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001366L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367W: http://linux-fbdev.sourceforge.net/
1368S: Maintained
1369
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001370FREESCALE SOC FS_ENET DRIVER
1371P: Pantelis Antoniou
1372M: pantelis.antoniou@gmail.com
1373P: Vitaly Bordug
1374M: vbordug@ru.mvista.com
1375L: linuxppc-embedded@ozlabs.org
1376L: netdev@vger.kernel.org
1377S: Maintained
1378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379FILE LOCKING (flock() and fcntl()/lockf())
1380P: Matthew Wilcox
1381M: matthew@wil.cx
1382L: linux-fsdevel@vger.kernel.org
1383S: Maintained
1384
1385FILESYSTEMS (VFS and infrastructure)
1386P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001387M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388S: Maintained
1389
1390FIRMWARE LOADER (request_firmware)
1391L: linux-kernel@vger.kernel.org
1392S: Orphan
1393
1394FPU EMULATOR
1395P: Bill Metzenthen
1396M: billm@suburbia.net
1397W: http://suburbia.net/~billm/floating-point/emulator/
1398S: Maintained
1399
1400FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1401P: Mike McLagan
1402M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001403L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404S: Maintained
1405
1406FREEVXFS FILESYSTEM
1407P: Christoph Hellwig
1408M: hch@infradead.org
1409W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1410S: Maintained
1411
David Howells5ab7ffe2007-04-10 15:10:45 +01001412FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413P: David Howells
1414M: dhowells@redhat.com
1415S: Maintained
1416
Miklos Szeredi04578f12005-09-09 13:10:22 -07001417FUSE: FILESYSTEM IN USERSPACE
1418P: Miklos Szeredi
1419M: miklos@szeredi.hu
1420L: fuse-devel@lists.sourceforge.net
1421W: http://fuse.sourceforge.net/
1422S: Maintained
1423
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1425P: Rik Faith
1426M: faith@cs.unc.edu
1427L: linux-scsi@vger.kernel.org
1428S: Odd fixes (e.g., new signatures)
1429
1430GDT SCSI DISK ARRAY CONTROLLER DRIVER
1431P: Achim Leubner
1432M: achim_leubner@adaptec.com
1433L: linux-scsi@vger.kernel.org
1434W: http://www.icp-vortex.com/
1435S: Supported
1436
1437GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1438P: Krzysztof Halasa
1439M: khc@pm.waw.pl
1440W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1441S: Maintained
1442
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001443GFS2 FILE SYSTEM
1444P: Steven Whitehouse
1445M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001446L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001447W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001448T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1449T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001450S: Supported
1451
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001452GIGASET ISDN DRIVERS
1453P: Hansjoerg Lipp
1454M: hjlipp@web.de
1455P: Tilman Schmidt
1456M: tilman@imap.cc
1457L: gigaset307x-common@lists.sourceforge.net
1458W: http://gigaset307x.sourceforge.net/
1459S: Maintained
1460
Jean Delvare5b543962005-08-15 19:51:02 +02001461HARDWARE MONITORING
1462P: Jean Delvare
1463M: khali@linux-fr.org
1464L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001465W: http://www.lm-sensors.org/
1466T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001467S: Maintained
1468
Michael Buesch844dd052006-06-26 00:24:59 -07001469HARDWARE RANDOM NUMBER GENERATOR CORE
1470P: Michael Buesch
1471M: mb@bu3sch.de
1472S: Maintained
1473
Robert Love860e1d62005-08-31 23:57:59 -04001474HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1475P: Robert Love
1476M: rlove@rlove.org
1477M: linux-kernel@vger.kernel.org
1478W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1479S: Maintained
1480
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481HARMONY SOUND DRIVER
1482P: Kyle McMartin
1483M: kyle@parisc-linux.org
1484W: http://www.parisc-linux.org/~kyle/harmony/
1485L: parisc-linux@lists.parisc-linux.org
1486S: Maintained
1487
1488HAYES ESP SERIAL DRIVER
1489P: Andrew J. Robinson
1490M: arobinso@nyx.net
1491L: linux-kernel@vger.kernel.org
1492W: http://www.nyx.net/~arobinso
1493S: Maintained
1494
1495HFS FILESYSTEM
1496P: Roman Zippel
1497M: zippel@linux-m68k.org
1498L: linux-kernel@vger.kernel.org
1499S: Maintained
1500
1501HGA FRAMEBUFFER DRIVER
1502P: Ferenc Bakonyi
1503M: fero@drama.obuda.kando.hu
1504L: linux-nvidia@lists.surfsouth.com
1505W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1506S: Maintained
1507
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001508HID CORE LAYER
1509P: Jiri Kosina
1510M: jkosina@suse.cz
1511L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001512T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001513S: Maintained
1514
Ingo Molnar38bed542007-02-22 09:09:34 +01001515HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1516P: Thomas Gleixner
1517M: tglx@linutronix.de
1518L: linux-kernel@vger.kernel.org
1519S: Maintained
1520
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521HIGH-SPEED SCC DRIVER FOR AX.25
1522P: Klaus Kudielka
1523M: klaus.kudielka@ieee.org
1524L: linux-hams@vger.kernel.org
1525W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1526S: Maintained
1527
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001528HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1529P: HighPoint Linux Team
1530M: linux@highpoint-tech.com
1531W: http://www.highpoint-tech.com
1532S: Supported
1533
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534HIPPI
1535P: Jes Sorensen
1536M: jes@trained-monkey.org
1537L: linux-hippi@sunsite.dk
1538S: Maintained
1539
1540HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1541P: Chirag Kantharia
1542M: chirag.kantharia@hp.com
1543L: iss_storagedev@hp.com
1544S: Maintained
1545
1546HEWLETT-PACKARD SMART2 RAID DRIVER
1547P: Chirag Kantharia
1548M: chirag.kantharia@hp.com
1549L: iss_storagedev@hp.com
1550S: Maintained
1551
1552HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1553P: Mike Miller
1554M: mike.miller@hp.com
1555L: iss_storagedev@hp.com
1556S: Supported
1557
Jouni Malinenff1d2762005-05-12 22:54:16 -04001558HOST AP DRIVER
1559P: Jouni Malinen
1560M: jkmaline@cc.hut.fi
1561L: hostap@shmoo.com
1562W: http://hostap.epitest.fi/
1563S: Maintained
1564
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1566P: Jaroslav Kysela
1567M: perex@suse.cz
1568S: Maintained
1569
Bob Piccob9b03322005-11-07 00:59:19 -08001570HPET: High Precision Event Timers driver (hpet.c)
1571P: Clemens Ladisch
1572M: clemens@ladisch.de
1573S: Maintained
1574
1575HPET: i386
1576P: Venkatesh Pallipadi (Venki)
1577M: venkatesh.pallipadi@intel.com
1578S: Maintained
1579
1580HPET: x86_64
1581P: Andi Kleen and Vojtech Pavlik
1582M: ak@muc.de and vojtech@suse.cz
1583S: Maintained
1584
1585HPET: ACPI hpet.c
1586P: Bob Picco
1587M: bob.picco@hp.com
1588S: Maintained
1589
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590HPFS FILESYSTEM
1591P: Mikulas Patocka
1592M: mikulas@artax.karlin.mff.cuni.cz
1593W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1594S: Maintained
1595
1596HUGETLB FILESYSTEM
1597P: William Irwin
1598M: wli@holomorphy.com
1599S: Maintained
1600
Jean Delvare5b543962005-08-15 19:51:02 +02001601I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602P: Jean Delvare
1603M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001604L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001605T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606S: Maintained
1607
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608i386 BOOT CODE
1609P: Riley H. Williams
1610M: Riley@Williams.Name
1611L: Linux-Kernel@vger.kernel.org
1612S: Maintained
1613
1614i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1615P: Dave Jones
1616M: davej@codemonkey.org.uk
1617P: H. Peter Anvin
1618M: hpa@zytor.com
1619S: Maintained
1620
1621i810 TCO TIMER WATCHDOG
1622P: Nils Faerber
1623M: nils@kernelconcepts.de
1624W: http://www.kernelconcepts.de/
1625S: Maintained
1626
1627IA64 (Itanium) PLATFORM
1628P: Tony Luck
1629M: tony.luck@intel.com
1630L: linux-ia64@vger.kernel.org
1631W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001632T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633S: Maintained
1634
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001635IBM ACPI EXTRAS DRIVER
1636P: Henrique de Moraes Holschuh
1637M: ibm-acpi@hmh.eng.br
1638L: ibm-acpi-devel@lists.sourceforge.net
1639W: http://ibm-acpi.sourceforge.net
1640W: http://thinkwiki.org/wiki/Ibm-acpi
1641T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1642S: Maintained
1643
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001645P: Jes Sorensen
1646M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647L: linux-altix@sgi.com
1648L: linux-ia64@vger.kernel.org
1649W: http://www.sgi.com/altix
1650S: Maintained
1651
1652IBM MCA SCSI SUBSYSTEM DRIVER
1653P: Michael Lang
1654M: langa2@kph.uni-mainz.de
1655W: http://www.uni-mainz.de/~langm000/linux.html
1656S: Maintained
1657
1658IBM Power Linux RAID adapter
1659P: Brian King
1660M: brking@us.ibm.com
1661S: Supported
1662
1663IBM ServeRAID RAID DRIVER
1664P: Jack Hammer
1665P: Dave Jeffery
1666M: ipslinux@adaptec.com
1667W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1668S: Supported
1669
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001670IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001672M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001674T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675S: Maintained
1676
1677IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001678P: Alan Cox
1679M: alan@lxorguk.ukuu.org.uk
1680L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681S: Maintained
1682
1683IDE/ATAPI FLOPPY DRIVERS
1684P: Paul Bristow
1685M: Paul Bristow <paul@paulbristow.net>
1686W: http://paulbristow.net/linux/idefloppy.html
1687L: linux-kernel@vger.kernel.org
1688S: Maintained
1689
1690IDE/ATAPI TAPE DRIVERS
1691P: Gadi Oxman
1692M: Gadi Oxman <gadio@netvision.net.il>
1693L: linux-kernel@vger.kernel.org
1694S: Maintained
1695
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696IEEE 1394 SUBSYSTEM
1697P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001698M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001699P: Stefan Richter
1700M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701L: linux1394-devel@lists.sourceforge.net
1702W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001703T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704S: Maintained
1705
Stefan Richterf51a5a92007-04-23 14:41:10 -07001706IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707P: Dan Dennedy
1708M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001709P: Stefan Richter
1710M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001712S: Maintained
1713
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714IMS TWINTURBO FRAMEBUFFER DRIVER
1715P: Paul Mundt
1716M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001717L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718S: Maintained
1719
1720INFINIBAND SUBSYSTEM
1721P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001722M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723P: Sean Hefty
1724M: mshefty@ichips.intel.com
1725P: Hal Rosenstock
1726M: halr@voltaire.com
1727L: openib-general@openib.org
1728W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001729T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730S: Supported
1731
1732INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001733P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001734M: dmitry.torokhov@gmail.com
1735M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736L: linux-input@atrey.karlin.mff.cuni.cz
1737L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001738T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739S: Maintained
1740
Robert Lovec9f04f52005-07-15 12:21:07 -04001741INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001742P: John McCutchan
1743M: ttb@tentacle.dhs.org
1744P: Robert Love
1745M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001746L: linux-kernel@vger.kernel.org
1747S: Maintained
1748
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001749INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001750P: Sylvain Meyer
1751M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001752L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001753S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001754
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001756P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001757M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001758L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001759S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760
1761INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1762P: Ingo Molnar
1763M: mingo@redhat.com
1764S: Maintained
1765
1766INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1767P: Jeff Garzik
1768M: jgarzik@pobox.com
1769W: http://sourceforge.net/projects/gkernel/
1770S: Maintained
1771
1772INTEL IA32 MICROCODE UPDATE SUPPORT
1773P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001774M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775S: Maintained
1776
Michael Buesch844dd052006-06-26 00:24:59 -07001777INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1778P: Deepak Saxena
1779M: dsaxena@plexity.net
1780S: Maintained
1781
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001782INTEL IXP2000 ETHERNET DRIVER
1783P: Lennert Buytenhek
1784M: kernel@wantstofly.org
1785L: netdev@vger.kernel.org
1786S: Maintained
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788INTEL PRO/100 ETHERNET SUPPORT
1789P: John Ronciak
1790M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791P: Jesse Brandeburg
1792M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001793P: Jeff Kirsher
1794M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001795P: Auke Kok
1796M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797W: http://sourceforge.net/projects/e1000/
1798S: Supported
1799
1800INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1801P: Jeb Cramer
1802M: cramerj@intel.com
1803P: John Ronciak
1804M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001805P: Jesse Brandeburg
1806M: jesse.brandeburg@intel.com
1807P: Jeff Kirsher
1808M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001809P: Auke Kok
1810M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811W: http://sourceforge.net/projects/e1000/
1812S: Supported
1813
1814INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001815P: Jeff Kirsher
1816M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817P: Ayyappan Veeraiyan
1818M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819P: John Ronciak
1820M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001821P: Jesse Brandeburg
1822M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001823P: Auke Kok
1824M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825W: http://sourceforge.net/projects/e1000/
1826S: Supported
1827
James Ketrenos826d2ab2005-11-07 18:56:59 -06001828INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1829P: Yi Zhu
1830M: yi.zhu@intel.com
1831P: James Ketrenos
1832M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001833L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001834L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1835W: http://ipw2100.sourceforge.net
1836S: Supported
1837
1838INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1839P: Yi Zhu
1840M: yi.zhu@intel.com
1841P: James Ketrenos
1842M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001843L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001844L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1845W: http://ipw2200.sourceforge.net
1846S: Supported
1847
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848IOC3 DRIVER
1849P: Ralf Baechle
1850M: ralf@linux-mips.org
1851L: linux-mips@linux-mips.org
1852S: Maintained
1853
1854IP MASQUERADING:
1855P: Juanjo Ciarlante
1856M: jjciarla@raiz.uncu.edu.ar
1857S: Maintained
1858
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001859IPATH DRIVER:
1860P: Bryan O'Sullivan
1861M: support@pathscale.com
1862L: openib-general@openib.org
1863S: Supported
1864
Corey Minyard4409ebe2006-04-20 02:43:12 -07001865IPMI SUBSYSTEM
1866P: Corey Minyard
1867M: minyard@acm.org
1868L: openipmi-developer@lists.sourceforge.net
1869W: http://openipmi.sourceforge.net/
1870S: Supported
1871
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872IPX NETWORK LAYER
1873P: Arnaldo Carvalho de Melo
1874M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001875L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Maintained
1877
1878IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001879P: Samuel Ortiz
1880M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001881L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001883S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884
1885ISAPNP
1886P: Jaroslav Kysela
1887M: perex@suse.cz
1888S: Maintained
1889
1890ISDN SUBSYSTEM
1891P: Karsten Keil
1892M: kkeil@suse.de
1893P: Kai Germaschewski
1894M: kai.germaschewski@gmx.de
1895L: isdn4linux@listserv.isdn4linux.de
1896W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001897T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898S: Maintained
1899
1900ISDN SUBSYSTEM (Eicon active card driver)
1901P: Armin Schindler
1902M: mac@melware.de
1903L: isdn4linux@listserv.isdn4linux.de
1904W: http://www.melware.de
1905S: Maintained
1906
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1908P: David Woodhouse
1909M: dwmw2@infradead.org
1910L: jffs-dev@axis.com
1911W: http://sources.redhat.com/jffs2/
1912S: Maintained
1913
1914JFS FILESYSTEM
1915P: Dave Kleikamp
1916M: shaggy@austin.ibm.com
1917L: jfs-discussion@lists.sourceforge.net
1918W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001919T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920S: Supported
1921
Josh Triplettde456d32006-07-30 03:04:00 -07001922JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001923P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001924M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001925L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001926S: Maintained
1927
Rudolf Marek4660cb32006-10-08 22:01:26 +02001928K8TEMP HARDWARE MONITORING DRIVER
1929P: Rudolf Marek
1930M: r.marek@assembler.cz
1931L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932S: Maintained
1933
1934KCONFIG
1935P: Roman Zippel
1936M: zippel@linux-m68k.org
1937L: kbuild-devel@lists.sourceforge.net
1938S: Maintained
1939
Vivek Goyalea6c2082006-05-20 14:59:55 -07001940KDUMP
1941P: Vivek Goyal
1942M: vgoyal@in.ibm.com
1943P: Haren Myneni
1944M: hbabu@us.ibm.com
David Brownellf318a632007-04-23 14:41:06 -07001945L: fastboot@lists.linux-foundation.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07001946L: linux-kernel@vger.kernel.org
1947W: http://lse.sourceforge.net/kdump/
1948S: Maintained
1949
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950KERNEL AUTOMOUNTER (AUTOFS)
1951P: H. Peter Anvin
1952M: hpa@zytor.com
1953L: autofs@linux.kernel.org
1954S: Odd Fixes
1955
1956KERNEL AUTOMOUNTER v4 (AUTOFS4)
1957P: Ian Kent
1958M: raven@themaw.net
1959L: autofs@linux.kernel.org
1960S: Maintained
1961
1962KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1963P: Kai Germaschewski
1964M: kai@germaschewski.name
1965P: Sam Ravnborg
1966M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001967T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968S: Maintained
1969
1970KERNEL JANITORS
1971P: Several
David Brownellf318a632007-04-23 14:41:06 -07001972L: kernel-janitors@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974S: Maintained
1975
1976KERNEL NFSD
1977P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08001978M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979L: nfs@lists.sourceforge.net
1980W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08001981S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982
Avi Kivity426d62e2006-12-13 00:34:03 -08001983KERNEL VIRTUAL MACHINE (KVM)
1984P: Avi Kivity
1985M: avi@qumranet.com
1986L: kvm-devel@lists.sourceforge.net
1987W: kvm.sourceforge.net
1988S: Supported
1989
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001990KEXEC
1991P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001992M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001993W: http://www.xmission.com/~ebiederm/files/kexec/
1994L: linux-kernel@vger.kernel.org
David Brownellf318a632007-04-23 14:41:06 -07001995L: fastboot@lists.linux-foundation.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001996S: Maintained
1997
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001998KPROBES
1999P: Prasanna S Panchamukhi
2000M: prasanna@in.ibm.com
2001P: Ananth N Mavinakayanahalli
2002M: ananth@in.ibm.com
2003P: Anil S Keshavamurthy
2004M: anil.s.keshavamurthy@intel.com
2005P: David S. Miller
2006M: davem@davemloft.net
2007L: linux-kernel@vger.kernel.org
2008S: Maintained
2009
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002010KS0108 LCD CONTROLLER DRIVER
2011P: Miguel Ojeda Sandonis
2012M: maxextreme@gmail.com
2013L: linux-kernel@vger.kernel.org
2014S: Maintained
2015
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002018S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019
2020LASI 53c700 driver for PARISC
2021P: James E.J. Bottomley
2022M: James.Bottomley@HansenPartnership.com
2023L: linux-scsi@vger.kernel.org
2024S: Maintained
2025
Richard Purdie263de9b2006-05-15 09:44:16 -07002026LED SUBSYSTEM
2027P: Richard Purdie
2028M: rpurdie@rpsys.net
2029S: Maintained
2030
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031LEGO USB Tower driver
2032P: Juergen Stuber
2033M: starblue@users.sourceforge.net
2034L: legousb-devel@lists.sourceforge.net
2035W: http://legousb.sourceforge.net/
2036S: Maintained
2037
2038LINUX FOR IBM pSERIES (RS/6000)
2039P: Paul Mackerras
2040M: paulus@au.ibm.com
2041W: http://www.ibm.com/linux/ltc/projects/ppc
2042S: Supported
2043
2044LINUX FOR NCR VOYAGER
2045P: James Bottomley
2046M: James.Bottomley@HansenPartnership.com
2047W: http://www.hansenpartnership.com/voyager
2048S: Maintained
2049
2050LINUX FOR POWERPC
2051P: Paul Mackerras
2052M: paulus@samba.org
2053W: http://www.penguinppc.org/
2054L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002055T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056S: Supported
2057
2058LINUX FOR POWER MACINTOSH
2059P: Benjamin Herrenschmidt
2060M: benh@kernel.crashing.org
2061W: http://www.penguinppc.org/
2062L: linuxppc-dev@ozlabs.org
2063S: Maintained
2064
2065LINUX FOR POWERPC EMBEDDED MPC52XX
2066P: Sylvain Munaut
2067M: tnt@246tNt.com
2068W: http://www.246tNt.com/mpc52xx/
2069W: http://www.penguinppc.org/
2070L: linuxppc-dev@ozlabs.org
2071L: linuxppc-embedded@ozlabs.org
2072S: Maintained
2073
2074LINUX FOR POWERPC EMBEDDED PPC4XX
2075P: Matt Porter
2076M: mporter@kernel.crashing.org
2077W: http://www.penguinppc.org/
2078L: linuxppc-embedded@ozlabs.org
2079S: Maintained
2080
Tom Rinie93adf12005-07-26 12:49:53 -07002081LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082P: Tom Rini
2083M: trini@kernel.crashing.org
2084W: http://www.penguinppc.org/
2085L: linuxppc-embedded@ozlabs.org
2086S: Maintained
2087
Tom Rinie93adf12005-07-26 12:49:53 -07002088LINUX FOR POWERPC EMBEDDED PPC8XX
2089P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002090M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002091W: http://www.penguinppc.org/
2092L: linuxppc-embedded@ozlabs.org
2093S: Maintained
2094
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002096P: Kumar Gala
2097M: galak@kernel.crashing.org
2098W: http://www.penguinppc.org/
2099L: linuxppc-embedded@ozlabs.org
2100S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101
Olof Johanssonab06ff32006-09-06 14:44:54 -05002102LINUX FOR POWERPC PA SEMI PWRFICIENT
2103P: Olof Johansson
2104M: olof@lixom.net
2105W: http://www.pasemi.com/
2106L: linuxppc-dev@ozlabs.org
2107S: Supported
2108
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109LLC (802.2)
2110P: Arnaldo Carvalho de Melo
2111M: acme@conectiva.com.br
2112S: Maintained
2113
2114LINUX FOR 64BIT POWERPC
2115P: Paul Mackerras
2116M: paulus@samba.org
2117M: paulus@au.ibm.com
2118P: Anton Blanchard
2119M: anton@samba.org
2120M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002121W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002122L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123S: Supported
2124
2125LINUX SECURITY MODULE (LSM) FRAMEWORK
2126P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002127M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002128L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002130T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131S: Supported
2132
2133LM83 HARDWARE MONITOR DRIVER
2134P: Jean Delvare
2135M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002136L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
2139LM90 HARDWARE MONITOR DRIVER
2140P: Jean Delvare
2141M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002142L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143S: Maintained
2144
2145LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2146P: Richard Russon (FlatCap)
2147M: ldm@flatcap.org
2148L: ldm-devel@lists.sourceforge.net
2149W: http://ldm.sourceforge.net
2150S: Maintained
2151
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002152LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2153P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002154M: Eric.Moore@lsi.com
2155M: support@lsi.com
2156L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002157L: linux-scsi@vger.kernel.org
2158W: http://www.lsilogic.com/support
2159S: Supported
2160
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2162P: Matthew Wilcox
2163M: matthew@wil.cx
2164L: linux-scsi@vger.kernel.org
2165S: Maintained
2166
2167M68K ARCHITECTURE
2168P: Geert Uytterhoeven
2169M: geert@linux-m68k.org
2170P: Roman Zippel
2171M: zippel@linux-m68k.org
2172L: linux-m68k@lists.linux-m68k.org
2173W: http://www.linux-m68k.org/
2174W: http://linux-m68k-cvs.ubb.ca/
2175S: Maintained
2176
2177M68K ON APPLE MACINTOSH
2178P: Joshua Thompson
2179M: funaho@jurai.org
2180W: http://www.mac.linux-m68k.org/
2181L: linux-mac68k@mac.linux-m68k.org
2182S: Maintained
2183
2184M68K ON HP9000/300
2185P: Philip Blundell
2186M: philb@gnu.org
2187W: http://www.tazenda.demon.co.uk/phil/linux-hp
2188S: Maintained
2189
2190MARVELL YUKON / SYSKONNECT DRIVER
2191P: Mirko Lindner
2192M: mlindner@syskonnect.de
2193P: Ralph Roesler
2194M: rroesler@syskonnect.de
2195W: http://www.syskonnect.com
2196S: Supported
2197
Michael Kerriskfaf16682005-07-31 22:34:47 -07002198MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002199P: Michael Kerrisk
2200M: mtk-manpages@gmx.net
2201W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2202S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002203
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002204MARVELL MV643XX ETHERNET DRIVER
2205P: Dale Farnsworth
2206M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002208M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002209L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002210S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211
2212MATROX FRAMEBUFFER DRIVER
2213P: Petr Vandrovec
2214M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002215L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216S: Maintained
2217
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002218MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002219P: Neela Syam Kolli
2220M: Neela.Kolli@engenio.com
2221S: linux-scsi@vger.kernel.org
2222W: http://megaraid.lsilogic.com
2223S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002224
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002225MEMORY MANAGEMENT
2226L: linux-mm@kvack.org
2227L: linux-kernel@vger.kernel.org
2228W: http://www.linux-mm.org
2229S: Maintained
2230
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002231MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232P: David Woodhouse
2233M: dwmw2@infradead.org
2234W: http://www.linux-mtd.infradead.org/
2235L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002236T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237S: Maintained
2238
Artem Bityutskiy48576402007-02-13 17:11:10 +02002239UNSORTED BLOCK IMAGES (UBI)
2240P: Artem Bityutskiy
2241M: dedekind@infradead.org
2242W: http://www.linux-mtd.infradead.org/
2243L: linux-mtd@lists.infradead.org
2244T: git git://git.infradead.org/ubi-2.6.git
2245S: Maintained
2246
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247MICROTEK X6 SCANNER
2248P: Oliver Neukum
2249M: oliver@neukum.name
2250S: Maintained
2251
2252MIPS
2253P: Ralf Baechle
2254M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002255W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002257T: git www.linux-mips.org:/pub/scm/linux.git
2258S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259
2260MISCELLANEOUS MCA-SUPPORT
2261P: James Bottomley
2262M: jejb@steeleye.com
2263L: linux-kernel@vger.kernel.org
2264S: Maintained
2265
2266MODULE SUPPORT
2267P: Rusty Russell
2268M: rusty@rustcorp.com.au
2269L: linux-kernel@vger.kernel.org
2270S: Maintained
2271
2272MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2273P: Stelian Pop
2274M: stelian@popies.net
2275W: http://popies.net/meye/
2276S: Maintained
2277
2278MOUSE AND MISC DEVICES [GENERAL]
2279P: Alessandro Rubini
2280M: rubini@ipvvis.unipv.it
2281L: linux-kernel@vger.kernel.org
2282S: Maintained
2283
Jiri Slabyd7354102006-12-08 02:38:35 -08002284MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2285P: Jiri Slaby
2286M: jirislaby@gmail.com
2287L: linux-kernel@vger.kernel.org
2288S: Maintained
2289
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002290MSI LAPTOP SUPPORT
2291P: Lennart Poettering
2292M: mzxreary@0pointer.de
2293L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2294W: http://0pointer.de/lennart/tchibo.html
2295S: Maintained
2296
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297MTRR AND SIMILAR SUPPORT [i386]
2298P: Richard Gooch
2299M: rgooch@atnf.csiro.au
2300L: linux-kernel@vger.kernel.org
2301W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2302S: Maintained
2303
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002304MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2305P: Pierre Ossman
2306M: drzeus-mmc@drzeus.cx
2307L: linux-kernel@vger.kernel.org
2308S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002309
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310MULTISOUND SOUND DRIVER
2311P: Andrew Veliath
2312M: andrewtv@usa.net
2313S: Maintained
2314
Jiri Slabyd7354102006-12-08 02:38:35 -08002315MULTITECH MULTIPORT CARD (ISICOM)
2316P: Jiri Slaby
2317M: jirislaby@gmail.com
2318L: linux-kernel@vger.kernel.org
2319S: Maintained
2320
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321NATSEMI ETHERNET DRIVER (DP8381x)
2322P: Tim Hockin
2323M: thockin@hockin.org
2324S: Maintained
2325
2326NCP FILESYSTEM
2327P: Petr Vandrovec
2328M: vandrove@vc.cvut.cz
2329L: linware@sh.cvut.cz
2330S: Maintained
2331
2332NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2333P: James E.J. Bottomley
2334M: James.Bottomley@HansenPartnership.com
2335L: linux-scsi@vger.kernel.org
2336S: Maintained
2337
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002338NETEM NETWORK EMULATOR
2339P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002340M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002341L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002342S: Maintained
2343
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344NETFILTER/IPTABLES/IPCHAINS
2345P: Rusty Russell
2346P: Marc Boucher
2347P: James Morris
2348P: Harald Welte
2349P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002350P: Patrick McHardy
2351M: kaber@trash.net
2352L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002353L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002354L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355W: http://www.netfilter.org/
2356W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Supported
2358
Paul Moore4cc67732006-09-25 15:57:13 -07002359NETLABEL
2360P: Paul Moore
2361M: paul.moore@hp.com
2362W: http://netlabel.sf.net
2363L: netdev@vger.kernel.org
2364S: Supported
2365
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366NETROM NETWORK LAYER
2367P: Ralf Baechle
2368M: ralf@linux-mips.org
2369L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002370W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Maintained
2372
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002373NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374P: Paul Clements
2375M: Paul.Clements@steeleye.com
2376S: Maintained
2377
2378NETWORK DEVICE DRIVERS
2379P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002380M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381P: Jeff Garzik
2382M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002383L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002384T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385S: Maintained
2386
2387NETWORKING [GENERAL]
2388P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002389M: netdev@vger.kernel.org
2390L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002391W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392S: Maintained
2393
2394NETWORKING [IPv4/IPv6]
2395P: David S. Miller
2396M: davem@davemloft.net
2397P: Alexey Kuznetsov
2398M: kuznet@ms2.inr.ac.ru
2399P: Pekka Savola (ipv6)
2400M: pekkas@netcore.fi
2401P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002402M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403P: Hideaki YOSHIFUJI
2404M: yoshfuji@linux-ipv6.org
2405P: Patrick McHardy
2406M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002407L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002408T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409S: Maintained
2410
John W. Linville29f8f632006-01-18 14:52:48 -08002411NETWORKING [WIRELESS]
2412P: John W. Linville
2413M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002414L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002415T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2416S: Maintained
2417
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002418NETXEN (1/10) GbE SUPPORT
2419P: Amit S. Kale
2420M: amitkale@netxen.com
2421L: netdev@vger.kernel.org
2422W: http://www.netxen.com
2423S: Supported
2424
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425IPVS
2426P: Wensong Zhang
2427M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002428P: Simon Horman
2429M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430P: Julian Anastasov
2431M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002432L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
2435NFS CLIENT
2436P: Trond Myklebust
2437M: trond.myklebust@fys.uio.no
2438L: linux-kernel@vger.kernel.org
2439S: Maintained
2440
2441NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002442P: Jan-Pascal van Best
2443M: janpascal@vanbest.org
2444P: Andreas Mohr
2445M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002446L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Maintained
2448
2449NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2450P: YOKOTA Hiroshi
2451M: yokota@netlab.is.tsukuba.ac.jp
2452W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2453S: Maintained
2454
2455NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2456P: GOTO Masanori
2457M: gotom@debian.or.jp
2458P: YOKOTA Hiroshi
2459M: yokota@netlab.is.tsukuba.ac.jp
2460W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2461S: Maintained
2462
2463NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2464P: Eberhard Moenkeberg
2465M: emoenke@gwdg.de
2466L: linux-kernel@vger.kernel.org
2467S: Maintained
2468
2469NTFS FILESYSTEM
2470P: Anton Altaparmakov
2471M: aia21@cantab.net
2472L: linux-ntfs-dev@lists.sourceforge.net
2473L: linux-kernel@vger.kernel.org
2474W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002475T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476S: Maintained
2477
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002478NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002479P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002480M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002481L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002482S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002484OPENCORES I2C BUS DRIVER
2485P: Peter Korsgaard
2486M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002487L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002488S: Maintained
2489
Mark Fashehccd979b2005-12-15 14:31:24 -08002490ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2491P: Mark Fasheh
2492M: mark.fasheh@oracle.com
2493P: Kurt Hackel
2494M: kurt.hackel@oracle.com
2495L: ocfs2-devel@oss.oracle.com
2496W: http://oss.oracle.com/projects/ocfs2/
2497S: Supported
2498
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499OLYMPIC NETWORK DRIVER
2500P: Peter De Shrijver
2501M: p2@ace.ulyssis.student.kuleuven.ac.be
2502P: Mike Phillips
2503M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002504L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505L: linux-tr@linuxtr.net
2506W: http://www.linuxtr.net
2507S: Maintained
2508
Harald Weltec1986ee2005-11-13 16:06:29 -08002509OMNIKEY CARDMAN 4000 DRIVER
2510P: Harald Welte
2511M: laforge@gnumonks.org
2512S: Maintained
2513
Harald Welte77c44ab2005-11-13 16:06:26 -08002514OMNIKEY CARDMAN 4040 DRIVER
2515P: Harald Welte
2516M: laforge@gnumonks.org
2517S: Maintained
2518
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519ONSTREAM SCSI TAPE DRIVER
2520P: Willem Riede
2521M: osst@riede.org
2522L: osst-users@lists.sourceforge.net
2523L: linux-scsi@vger.kernel.org
2524S: Maintained
2525
2526OPL3-SA2, SA3, and SAx DRIVER
2527P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002528M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529L: linux-sound@vger.kernel.org
2530S: Maintained
2531
2532OPROFILE
2533P: Philippe Elie
2534M: phil.el@wanadoo.fr
2535L: oprofile-list@lists.sf.net
2536S: Maintained
2537
2538ORINOCO DRIVER
2539P: Pavel Roskin
2540M: proski@gnu.org
2541P: David Gibson
2542M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002543L: orinoco-users@lists.sourceforge.net
2544L: orinoco-devel@lists.sourceforge.net
2545W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546S: Maintained
2547
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002548PA SEMI ETHERNET DRIVER
2549P: Olof Johansson
2550M: olof@lixom.net
2551L: netdev@vger.kernel.org
2552S: Maintained
2553
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002554PA SEMI SMBUS DRIVER
2555P: Olof Johansson
2556M: olof@lixom.net
2557L: i2c@lm-sensors.org
2558S: Maintained
2559
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002562S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563
2564PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2565P: Tim Waugh
2566M: tim@cyberelk.net
2567L: linux-parport@lists.infradead.org
2568W: http://www.torque.net/linux-pp.html
2569S: Maintained
2570
2571PARISC ARCHITECTURE
2572P: Matthew Wilcox
2573M: matthew@wil.cx
2574P: Grant Grundler
2575M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002576P: Kyle McMartin
2577M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578L: parisc-linux@parisc-linux.org
2579W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002580T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2581T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582S: Maintained
2583
Jim Cromie1662d322006-10-06 00:43:59 -07002584PC87360 HARDWARE MONITORING DRIVER
2585P: Jim Cromie
2586M: jim.cromie@gmail.com
2587L: lm-sensors@lm-sensors.org
2588S: Maintained
2589
2590PC8736x GPIO DRIVER
2591P: Jim Cromie
2592M: jim.cromie@gmail.com
2593S: Maintained
2594
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002595PCI ERROR RECOVERY
2596P: Linas Vepstas
2597M: linas@austin.ibm.com
2598L: linux-kernel@vger.kernel.org
2599L: linux-pci@atrey.karlin.mff.cuni.cz
2600S: Supported
2601
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2603P: Thomas Sailer
2604M: sailer@ife.ee.ethz.ch
2605L: linux-sound@vger.kernel.org
2606W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2607S: Maintained
2608
2609PCI SUBSYSTEM
2610P: Greg Kroah-Hartman
2611M: gregkh@suse.de
2612L: linux-kernel@vger.kernel.org
2613L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002614T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615S: Supported
2616
2617PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002618P: Kristen Carlson Accardi
2619M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620S: Supported
2621
2622PCI HOTPLUG COMPAQ DRIVER
2623P: Greg Kroah-Hartman
2624M: greg@kroah.com
2625S: Maintained
2626
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002627PCIE HOTPLUG DRIVER
2628P: Kristen Carlson Accardi
2629M: kristen.c.accardi@intel.com
2630L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002631S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002632
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002634P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002635L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002637T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002638S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639
2640PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002641P: Don Fry
2642M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002643L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644S: Maintained
2645
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002646PER-TASK DELAY ACCOUNTING
2647P: Shailabh Nagar
2648M: nagar@watson.ibm.com
2649L: linux-kernel@vger.kernel.org
2650S: Maintained
2651
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002652PERSONALITY HANDLING
2653P: Christoph Hellwig
2654M: hch@infradead.org
2655L: linux-abi-devel@lists.sourceforge.net
2656S: Maintained
2657
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658PHRAM MTD DRIVER
2659P: Jörn Engel
2660M: joern@wh.fh-wedel.de
2661L: linux-mtd@lists.infradead.org
2662S: Maintained
2663
Peter Osterlund249a6772005-09-27 21:45:30 -07002664PKTCDVD DRIVER
2665P: Peter Osterlund
2666M: petero2@telia.com
2667L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002668S: Maintained
2669
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670POSIX CLOCKS and TIMERS
2671P: George Anzinger
2672M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002673L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674S: Supported
2675
Eugene Surovegin24682972005-10-14 03:00:53 -07002676POWERPC 4xx EMAC DRIVER
2677P: Eugene Surovegin
2678M: ebs@ebshome.net
2679W: http://kernel.ebshome.net/emac/
2680L: linuxppc-embedded@ozlabs.org
2681L: netdev@vger.kernel.org
2682S: Maintained
2683
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684PNP SUPPORT
2685P: Adam Belay
2686M: ambx1@neo.rr.com
2687S: Maintained
2688
Vitaly Wool999445d2007-01-04 13:07:03 +01002689PNXxxxx I2C DRIVER
2690P: Vitaly Wool
2691M: vitalywool@gmail.com
2692L: i2c@lm-sensors.org
2693S: Maintained
2694
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695PPP PROTOCOL DRIVERS AND COMPRESSORS
2696P: Paul Mackerras
2697M: paulus@samba.org
2698L: linux-ppp@vger.kernel.org
2699S: Maintained
2700
2701PPP OVER ATM (RFC 2364)
2702P: Mitchell Blank Jr
2703M: mitch@sfgoth.com
2704S: Maintained
2705
2706PPP OVER ETHERNET
2707P: Michal Ostrowski
2708M: mostrows@speakeasy.net
2709S: Maintained
2710
2711PREEMPTIBLE KERNEL
2712P: Robert Love
2713M: rml@tech9.net
2714L: linux-kernel@vger.kernel.org
2715L: kpreempt-tech@lists.sourceforge.net
2716W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2717S: Supported
2718
2719PRISM54 WIRELESS DRIVER
2720P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002721M: developers@islsm.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002722L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723W: http://prism54.org
2724S: Maintained
2725
2726PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2727P: Peter Denison
2728M: promise@pnd-pc.demon.co.uk
2729W: http://www.pnd-pc.demon.co.uk/promise/
2730S: Maintained
2731
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002732PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2733P: Mikael Pettersson
2734M: mikpe@it.uu.se
2735L: linux-ide@vger.kernel.org
2736S: Maintained
2737
Geoff Levandf58a9d12006-11-23 00:46:51 +01002738PS3 PLATFORM SUPPORT
2739P: Geoff Levand
2740M: geoffrey.levand@am.sony.com
2741L: linuxppc-dev@ozlabs.org
2742L: cbe-oss-dev@ozlabs.org
2743S: Supported
2744
Michael Krufky83202042006-07-03 00:24:18 -07002745PVRUSB2 VIDEO4LINUX DRIVER
2746P: Mike Isely
2747M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002748L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002749L: video4linux-list@redhat.com
2750W: http://www.isely.net/pvrusb2/
2751S: Maintained
2752
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753PXA2xx SUPPORT
2754P: Nicolas Pitre
2755M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002756L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757S: Maintained
2758
2759QLOGIC QLA2XXX FC-SCSI DRIVER
2760P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002761M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762L: linux-scsi@vger.kernel.org
2763S: Supported
2764
Ron Mercer5a4faa82006-07-25 00:40:21 -07002765QLOGIC QLA3XXX NETWORK DRIVER
2766P: Ron Mercer
2767M: linux-driver@qlogic.com
2768L: netdev@vger.kernel.org
2769S: Supported
2770
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771QNX4 FILESYSTEM
2772P: Anders Larsen
2773M: al@alarsen.net
2774L: linux-kernel@vger.kernel.org
2775W: http://www.alarsen.net/linux/qnx4fs/
2776S: Maintained
2777
2778RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002779P: Benjamin Herrenschmidt
2780M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002781L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782S: Maintained
2783
2784RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002785P: Paul Mackerras
2786M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002787L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788S: Maintained
2789
2790RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2791P: Corey Thomas
2792M: corey@world.std.com
2793L: linux-kernel@vger.kernel.org
2794S: Maintained
2795
Matt Mackall9e95ce22005-04-16 15:25:56 -07002796RANDOM NUMBER DRIVER
2797P: Matt Mackall
2798M: mpm@selenic.com
2799S: Maintained
2800
Matt Porter394b7012005-11-07 01:00:15 -08002801RAPIDIO SUBSYSTEM
2802P: Matt Porter
2803M: mporter@kernel.crashing.org
2804L: linux-kernel@vger.kernel.org
2805S: Maintained
2806
Josh Triplett595182b2006-10-04 02:17:21 -07002807READ-COPY UPDATE (RCU)
2808P: Dipankar Sarma
2809M: dipankar@in.ibm.com
2810W: http://www.rdrop.com/users/paulmck/rclock/
2811L: linux-kernel@vger.kernel.org
2812S: Supported
2813
2814RCUTORTURE MODULE
2815P: Josh Triplett
2816M: josh@freedesktop.org
2817L: linux-kernel@vger.kernel.org
2818S: Maintained
2819
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820REAL TIME CLOCK DRIVER
2821P: Paul Gortmaker
2822M: p_gortmaker@yahoo.com
2823L: linux-kernel@vger.kernel.org
2824S: Maintained
2825
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002826REAL TIME CLOCK (RTC) SUBSYSTEM
2827P: Alessandro Zummo
2828M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002829L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002830S: Maintained
2831
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832REISERFS FILE SYSTEM
2833P: Hans Reiser
2834M: reiserfs-dev@namesys.com
2835L: reiserfs-list@namesys.com
2836W: http://www.namesys.com
2837S: Supported
2838
2839ROCKETPORT DRIVER
2840P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841W: http://www.comtrol.com
2842S: Maintained
2843
2844ROSE NETWORK LAYER
2845P: Ralf Baechle
2846M: ralf@linux-mips.org
2847L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002848W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849S: Maintained
2850
2851RISCOM8 DRIVER
2852S: Orphan
2853
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002854S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002855P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002856M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002857L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002858S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002859
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860S390
2861P: Martin Schwidefsky
2862M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002863P: Heiko Carstens
2864M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002866L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002867W: http://www.ibm.com/developerworks/linux/linux390/
2868S: Supported
2869
2870S390 NETWORK DRIVERS
2871P: Frank Pavlic
2872M: fpavlic@de.ibm.com
2873M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002874L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002875W: http://www.ibm.com/developerworks/linux/linux390/
2876S: Supported
2877
2878S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002879P: Swen Schillig
2880M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002881M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002882L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002883W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884S: Supported
2885
2886SAA7146 VIDEO4LINUX-2 DRIVER
2887P: Michael Hunold
2888M: michael@mihu.de
2889W: http://www.mihu.de/linux/saa7146
2890S: Maintained
2891
2892SBPCD CDROM DRIVER
2893P: Eberhard Moenkeberg
2894M: emoenke@gwdg.de
2895L: linux-kernel@vger.kernel.org
2896S: Maintained
2897
2898SC1200 WDT DRIVER
2899P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002900M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901S: Maintained
2902
2903SCHEDULER
2904P: Ingo Molnar
2905M: mingo@elte.hu
2906P: Robert Love [the preemptible kernel bits]
2907M: rml@tech9.net
2908L: linux-kernel@vger.kernel.org
2909S: Maintained
2910
2911SCSI CDROM DRIVER
2912P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002913M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914L: linux-scsi@vger.kernel.org
2915W: http://www.kernel.dk
2916S: Maintained
2917
2918SCSI SG DRIVER
2919P: Doug Gilbert
2920M: dgilbert@interlog.com
2921L: linux-scsi@vger.kernel.org
2922W: http://www.torque.net/sg
2923S: Maintained
2924
2925SCSI SUBSYSTEM
2926P: James E.J. Bottomley
2927M: James.Bottomley@SteelEye.com
2928L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002929T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930S: Maintained
2931
2932SCSI TAPE DRIVER
2933P: Kai Mäkisara
2934M: Kai.Makisara@kolumbus.fi
2935L: linux-scsi@vger.kernel.org
2936S: Maintained
2937
2938SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002939P: Vlad Yasevich
2940M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01002941P: Sridhar Samudrala
2942M: sri@us.ibm.com
2943L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002944W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01002945S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946
2947SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002948P: Jim Cromie
2949M: jim.cromie@gmail.com
2950S: Odd Fixes
2951
2952SCx200 GPIO DRIVER
2953P: Jim Cromie
2954M: jim.cromie@gmail.com
2955S: Maintained
2956
2957SCx200 HRT CLOCKSOURCE DRIVER
2958P: Jim Cromie
2959M: jim.cromie@gmail.com
2960S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961
2962SECURITY CONTACT
2963P: Security Officers
2964M: security@kernel.org
2965S: Supported
2966
2967SELINUX SECURITY MODULE
2968P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002969M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002971M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972L: linux-kernel@vger.kernel.org (kernel issues)
2973L: selinux@tycho.nsa.gov (general discussion)
2974W: http://www.nsa.gov/selinux
2975S: Supported
2976
2977SERIAL ATA (SATA) SUBSYSTEM:
2978P: Jeff Garzik
2979M: jgarzik@pobox.com
2980L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002981T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982S: Supported
2983
2984SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2985P: Pat Gefre
2986M: pfg@sgi.com
2987L: linux-ia64@vger.kernel.org
2988S: Supported
2989
2990SGI VISUAL WORKSTATION 320 AND 540
2991P: Andrey Panin
2992M: pazke@donpac.ru
2993L: linux-visws-devel@lists.sf.net
2994W: http://linux-visws.sf.net
2995S: Maintained for 2.6.
2996
2997SIMTEC EB110ATX (Chalice CATS)
2998P: Ben Dooks
2999P: Vincent Sanders
3000M: support@simtec.co.uk
3001W: http://www.simtec.co.uk/products/EB110ATX/
3002S: Supported
3003
3004SIMTEC EB2410ITX (BAST)
3005P: Ben Dooks
3006P: Vincent Sanders
3007M: support@simtec.co.uk
3008W: http://www.simtec.co.uk/products/EB2410ITX/
3009S: Supported
3010
Francois Romieu92aab3c2005-07-30 13:11:18 +02003011SIS 190 ETHERNET DRIVER
3012P: Francois Romieu
3013M: romieu@fr.zoreil.com
3014L: netdev@vger.kernel.org
3015S: Maintained
3016
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017SIS 5513 IDE CONTROLLER DRIVER
3018P: Lionel Bouton
3019M: Lionel.Bouton@inet6.fr
3020W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3021W: http://gyver.homeip.net/sis5513/index.html
3022S: Maintained
3023
3024SIS 900/7016 FAST ETHERNET DRIVER
3025P: Daniele Venzano
3026M: venza@brownhat.org
3027W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003028L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029S: Maintained
3030
3031SIS FRAMEBUFFER DRIVER
3032P: Thomas Winischhofer
3033M: thomas@winischhofer.net
3034W: http://www.winischhofer.net/linuxsisvga.shtml
3035S: Maintained
3036
3037SIS USB2VGA DRIVER
3038P: Thomas Winischhofer
3039M: thomas@winischhofer.net
3040W: http://www.winischhofer.at/linuxsisusbvga.shtml
3041S: Maintained
3042
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043SMC91x ETHERNET DRIVER
3044P: Nicolas Pitre
3045M: nico@cam.org
3046S: Maintained
3047
Daniel Drake8f0f8502006-07-18 22:00:25 +01003048SOFTMAC LAYER (IEEE 802.11)
3049P: Johannes Berg
3050M: johannes@sipsolutions.net
3051P: Joe Jezak
3052M: josejx@gentoo.org
3053P: Daniel Drake
3054M: dsd@gentoo.org
3055W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01003056L: netdev@vger.kernel.org
3057S: Maintained
3058
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059SOFTWARE RAID (Multiple Disks) SUPPORT
3060P: Ingo Molnar
3061M: mingo@redhat.com
3062P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003063M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003065S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066
3067SOFTWARE SUSPEND:
3068P: Pavel Machek
3069M: pavel@suse.cz
David Brownellf318a632007-04-23 14:41:06 -07003070L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071S: Maintained
3072
3073SONIC NETWORK DRIVER
3074P: Thomas Bogendoerfer
3075M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003076L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077S: Maintained
3078
3079SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003080P: Mattia Dongili
3081M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003082L: linux-acpi@vger.kernel.org
3083W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003084S: Maintained
3085
3086SOUND
3087P: Jaroslav Kysela
3088M: perex@suse.cz
3089L: alsa-devel@alsa-project.org
3090S: Maintained
3091
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003092SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3093P: Liam Girdwood
3094M: liam.girdwood@wolfsonmicro.com
3095L: alsa-devel@alsa-project.org
3096S: Supported
3097
Kumar Gala025c3982006-04-02 16:05:54 -05003098SPI SUBSYSTEM
3099P: David Brownell
3100M: dbrownell@users.sourceforge.net
3101L: spi-devel-general@lists.sourceforge.net
3102S: Maintained
3103
Steven Rostedt855f46a2006-08-05 12:14:50 -07003104STABLE BRANCH:
3105P: Greg Kroah-Hartman
3106M: greg@kroah.com
3107P: Chris Wright
3108M: chrisw@sous-sol.org
3109L: stable@kernel.org
3110S: Maintained
3111
Kylene Hall1c72d462005-05-01 08:59:13 -07003112TPM DEVICE DRIVER
3113P: Kylene Hall
3114M: kjhall@us.ibm.com
3115W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003116P: Marcel Selhorst
3117M: tpm@selhorst.net
3118W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003119L: tpmdd-devel@lists.sourceforge.net
3120S: Maintained
3121
Mark Gross1a80ba82005-10-30 15:02:55 -08003122Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003123P: Mark Gross
3124M: mark.gross@intel.com
3125S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003126
Chris Zankel48b415c2005-06-23 22:01:07 -07003127TENSILICA XTENSA PORT (xtensa):
3128P: Chris Zankel
3129M: chris@zankel.net
3130S: Maintained
3131
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132UltraSPARC (sparc64):
3133P: David S. Miller
3134M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003136T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137S: Maintained
3138
3139SHARP LH SUPPORT (LH7952X & LH7A40X)
3140P: Marc Singer
3141M: elf@buici.com
3142W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003143L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144S: Maintained
3145
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003146SHPC HOTPLUG DRIVER
3147P: Kristen Carlson Accardi
3148M: kristen.c.accardi@intel.com
3149L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003150S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003151
Pierre Ossmand129bce2006-03-24 03:18:17 -08003152SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3153P: Pierre Ossman
3154M: drzeus-sdhci@drzeus.cx
3155L: sdhci-devel@list.drzeus.cx
3156W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3157S: Maintained
3158
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003159SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3160P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003161M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003162L: netdev@vger.kernel.org
3163S: Maintained
3164
Chris Boot1a87d942006-07-10 04:45:34 -07003165SOEKRIS NET48XX LED SUPPORT
3166P: Chris Boot
3167M: bootc@bootc.net
3168S: Maintained
3169
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170SPARC (sparc32):
3171P: William L. Irwin
3172M: wli@holomorphy.com
3173L: sparclinux@vger.kernel.org
3174S: Maintained
3175
3176SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3177P: Roger Wolff
3178M: R.E.Wolff@BitWizard.nl
3179L: linux-kernel@vger.kernel.org ?
3180S: Supported
3181
Jim Lewis2752e402006-09-29 02:01:19 -07003182SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003183P: Linas Vepstas
3184M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003185L: netdev@vger.kernel.org
3186S: Supported
3187
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188SRM (Alpha) environment access
3189P: Jan-Benedict Glaw
3190M: jbglaw@lug-owl.de
3191L: linux-kernel@vger.kernel.org
3192S: Maintained
3193
3194STARFIRE/DURALAN NETWORK DRIVER
3195P: Ion Badulescu
3196M: ionut@cs.columbia.edu
3197S: Maintained
3198
3199STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3200W: http://mosquitonet.Stanford.EDU/strip.html
3201S: Unsupported ?
3202
3203STRADIS MPEG-2 DECODER DRIVER
3204P: Nathan Laredo
3205M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206W: http://www.stradis.com/
3207S: Maintained
3208
3209SUPERH (sh)
3210P: Paul Mundt
3211M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003212L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214S: Maintained
3215
3216SUPERH64 (sh64)
3217P: Paul Mundt
3218M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219L: linuxsh-shmedia-dev@lists.sourceforge.net
3220W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221S: Maintained
3222
3223SUN3/3X
3224P: Sam Creasey
3225M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226W: http://sammy.net/sun3/
3227S: Maintained
3228
3229SVGA HANDLING
3230P: Martin Mares
3231M: mj@ucw.cz
3232L: linux-video@atrey.karlin.mff.cuni.cz
3233S: Maintained
3234
3235SYSV FILESYSTEM
3236P: Christoph Hellwig
3237M: hch@infradead.org
3238S: Maintained
3239
Stephen Hemminger781b4562006-07-10 20:25:29 -07003240TC CLASSIFIER
3241P: Jamal Hadi Salim
3242M: hadi@cyberus.ca
3243L: netdev@vger.kernel.org
3244S: Maintained
3245
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003246TCP LOW PRIORITY MODULE
3247P: Wong Hoi Sing, Edison
3248M: hswong3i@gmail.com
3249P: Hung Hing Lun, Mike
3250M: hlhung3i@gmail.com
3251W: http://tcp-lp-mod.sourceforge.net/
3252S: Maintained
3253
Alex Dubov4020f2d2006-10-04 02:15:37 -07003254TI FLASH MEDIA INTERFACE DRIVER
3255P: Alex Dubov
3256M: oakad@yahoo.com
3257S: Maintained
3258
Michael Buesch844dd052006-06-26 00:24:59 -07003259TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3260P: Deepak Saxena
3261M: dsaxena@plexity.net
3262S: Maintained
3263
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003264TASKSTATS STATISTICS INTERFACE
3265P: Shailabh Nagar
3266M: nagar@watson.ibm.com
3267L: linux-kernel@vger.kernel.org
3268S: Maintained
3269
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003271P: Romain Lievin
3272M: roms@lpg.ticalc.org
3273S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274
Per Lidene86eaa32006-01-12 16:45:18 +01003275TIPC NETWORK LAYER
3276P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003277M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003278P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003279M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003280P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003281M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003282L: tipc-discussion@lists.sourceforge.net
3283W: http://tipc.sourceforge.net/
3284W: http://tipc.cslab.ericsson.net/
3285T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3286S: Maintained
3287
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288TLAN NETWORK DRIVER
3289P: Samuel Chessman
3290M: chessman@tux.org
3291L: tlan-devel@lists.sourceforge.net
3292W: http://sourceforge.net/projects/tlan/
3293S: Maintained
3294
3295TOKEN-RING NETWORK DRIVER
3296P: Mike Phillips
3297M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003298L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299L: linux-tr@linuxtr.net
3300W: http://www.linuxtr.net
3301S: Maintained
3302
3303TOSHIBA ACPI EXTRAS DRIVER
3304P: John Belmonte
3305M: toshiba_acpi@memebeam.org
3306W: http://memebeam.org/toys/ToshibaAcpiDriver
3307S: Maintained
3308
3309TOSHIBA SMM DRIVER
3310P: Jonathan Buzzard
3311M: jonathan@buzzard.org.uk
3312L: tlinux-users@tce.toshiba-dme.co.jp
3313W: http://www.buzzard.org.uk/toshiba/
3314S: Maintained
3315
3316TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3317P: Muli Ben-Yehuda
3318M: mulix@mulix.org
3319L: linux-kernel@vger.kernel.org
3320S: Maintained
3321
3322TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003323P: Adrian Bunk
3324M: trivial@kernel.org
3325L: linux-kernel@vger.kernel.org
3326W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3327T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3328S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329
3330TMS380 TOKEN-RING NETWORK DRIVER
3331P: Adam Fritzler
3332M: mid@auk.cx
3333L: linux-tr@linuxtr.net
3334W: http://www.auk.cx/tms380tr/
3335S: Maintained
3336
3337TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003338P: Valerie Henson
3339M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340L: tulip-users@lists.sourceforge.net
3341W: http://sourceforge.net/projects/tulip/
3342S: Maintained
3343
3344TUN/TAP driver
3345P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003346M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347L: vtun@office.satix.net
3348W: http://vtun.sourceforge.net/tun
3349S: Maintained
3350
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003351TURBOCHANNEL SUBSYSTEM
3352P: Maciej W. Rozycki
3353M: macro@linux-mips.org
3354S: Maintained
3355
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356U14-34F SCSI DRIVER
3357P: Dario Ballabio
3358M: ballabio_dario@emc.com
3359L: linux-scsi@vger.kernel.org
3360S: Maintained
3361
3362UDF FILESYSTEM
3363P: Ben Fennema
3364M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365W: http://linux-udf.sourceforge.net
3366S: Maintained
3367
3368UNIFORM CDROM DRIVER
3369P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003370M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371L: linux-kernel@vger.kernel.org
3372W: http://www.kernel.dk
3373S: Maintained
3374
3375USB ACM DRIVER
3376P: Oliver Neukum
3377M: oliver@neukum.name
3378L: linux-usb-users@lists.sourceforge.net
3379L: linux-usb-devel@lists.sourceforge.net
3380S: Maintained
3381
3382USB BLOCK DRIVER (UB ub)
3383P: Pete Zaitcev
3384M: zaitcev@redhat.com
3385L: linux-kernel@vger.kernel.org
3386L: linux-usb-devel@lists.sourceforge.net
3387S: Supported
3388
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389USB CDC ETHERNET DRIVER
3390P: Greg Kroah-Hartman
3391M: greg@kroah.com
3392L: linux-usb-users@lists.sourceforge.net
3393L: linux-usb-devel@lists.sourceforge.net
3394S: Maintained
3395W: http://www.kroah.com/linux-usb/
3396
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003397USB DAVICOM DM9601 DRIVER
3398P: Peter Korsgaard
3399M: jacmet@sunsite.dk
3400L: linux-usb-devel@lists.sourceforge.net
3401W: http://www.linux-usb.org/usbnet
3402S: Maintained
3403
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404USB EHCI DRIVER
3405P: David Brownell
3406M: dbrownell@users.sourceforge.net
3407L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003408S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409
Luca Risolia7ce08c92006-01-11 02:06:59 +00003410USB ET61X[12]51 DRIVER
3411P: Luca Risolia
3412M: luca.risolia@studio.unibo.it
3413L: linux-usb-devel@lists.sourceforge.net
3414L: video4linux-list@redhat.com
3415W: http://www.linux-projects.org
3416S: Maintained
3417
David Brownell69ae9e32006-11-14 02:03:31 -08003418USB GADGET/PERIPHERAL SUBSYSTEM
3419P: David Brownell
3420M: dbrownell@users.sourceforge.net
3421L: linux-usb-devel@lists.sourceforge.net
3422W: http://www.linux-usb.org/gadget
3423S: Maintained
3424
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425USB HID/HIDBP DRIVERS
Jiri Kosina641266f2007-01-15 09:56:21 +01003426P: Jiri Kosina
3427M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003429T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430S: Maintained
3431
3432USB HUB DRIVER
3433P: Johannes Erdfelt
3434M: johannes@erdfelt.com
3435L: linux-usb-users@lists.sourceforge.net
3436L: linux-usb-devel@lists.sourceforge.net
3437S: Maintained
3438
Olav Kongas959eea22005-11-03 17:38:14 +02003439USB ISP116X DRIVER
3440P: Olav Kongas
3441M: ok@artecdesign.ee
3442L: linux-usb-devel@lists.sourceforge.net
3443S: Maintained
3444
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445USB KAWASAKI LSI DRIVER
3446P: Oliver Neukum
3447M: oliver@neukum.name
3448L: linux-usb-users@lists.sourceforge.net
3449L: linux-usb-devel@lists.sourceforge.net
3450S: Maintained
3451
3452USB MASS STORAGE DRIVER
3453P: Matthew Dharm
3454M: mdharm-usb@one-eyed-alien.net
3455L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003456L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457S: Maintained
3458W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3459
3460USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003461P: David Brownell
3462M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463L: linux-usb-users@lists.sourceforge.net
3464L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003465S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466
Matthias Urlichsba460e42005-07-14 00:33:47 -07003467USB OPTION-CARD DRIVER
3468P: Matthias Urlichs
3469M: smurf@smurf.noris.de
3470L: linux-usb-devel@lists.sourceforge.net
3471S: Maintained
3472
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473USB OV511 DRIVER
3474P: Mark McClelland
3475M: mmcclell@bigfoot.com
3476L: linux-usb-users@lists.sourceforge.net
3477L: linux-usb-devel@lists.sourceforge.net
3478W: http://alpha.dyndns.org/ov511/
3479S: Maintained
3480
3481USB PEGASUS DRIVER
3482P: Petko Manolov
3483M: petkan@users.sourceforge.net
3484L: linux-usb-users@lists.sourceforge.net
3485L: linux-usb-devel@lists.sourceforge.net
3486W: http://pegasus2.sourceforge.net/
3487S: Maintained
3488
3489USB PRINTER DRIVER
3490P: Vojtech Pavlik
3491M: vojtech@suse.cz
3492L: linux-usb-users@lists.sourceforge.net
3493L: linux-usb-devel@lists.sourceforge.net
3494S: Maintained
3495
3496USB RTL8150 DRIVER
3497P: Petko Manolov
3498M: petkan@users.sourceforge.net
3499L: linux-usb-users@lists.sourceforge.net
3500L: linux-usb-devel@lists.sourceforge.net
3501W: http://pegasus2.sourceforge.net/
3502S: Maintained
3503
3504USB SE401 DRIVER
3505P: Jeroen Vreeken
3506M: pe1rxq@amsat.org
3507L: linux-usb-users@lists.sourceforge.net
3508L: linux-usb-devel@lists.sourceforge.net
3509W: http://www.chello.nl/~j.vreeken/se401/
3510S: Maintained
3511
3512USB SERIAL CYBERJACK DRIVER
3513P: Matthias Bruestle and Harald Welte
3514M: support@reiner-sct.com
3515W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3516S: Maintained
3517
3518USB SERIAL DIGI ACCELEPORT DRIVER
3519P: Peter Berger and Al Borchers
3520M: pberger@brimson.com
3521M: alborchers@steinerpoint.com
3522L: linux-usb-users@lists.sourceforge.net
3523L: linux-usb-devel@lists.sourceforge.net
3524S: Maintained
3525
3526USB SERIAL DRIVER
3527P: Greg Kroah-Hartman
3528M: gregkh@suse.de
3529L: linux-usb-users@lists.sourceforge.net
3530L: linux-usb-devel@lists.sourceforge.net
3531S: Supported
3532
3533USB SERIAL BELKIN F5U103 DRIVER
3534P: William Greathouse
3535M: wgreathouse@smva.com
3536L: linux-usb-users@lists.sourceforge.net
3537L: linux-usb-devel@lists.sourceforge.net
3538S: Maintained
3539
3540USB SERIAL CYPRESS M8 DRIVER
3541P: Lonnie Mendez
3542M: dignome@gmail.com
3543L: linux-usb-users@lists.sourceforge.net
3544L: linux-usb-devel@lists.sourceforge.net
3545S: Maintained
3546W: http://geocities.com/i0xox0i
3547W: http://firstlight.net/cvs
3548
3549USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3550L: linux-usb-users@lists.sourceforge.net
3551L: linux-usb-devel@lists.sourceforge.net
3552S: Maintained
3553
3554USB AUERSWALD DRIVER
3555P: Wolfgang Muees
3556M: wolfgang@iksw-muees.de
3557L: linux-usb-users@lists.sourceforge.net
3558L: linux-usb-devel@lists.sourceforge.net
3559S: Maintained
3560
3561USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3562P: Gary Brubaker
3563M: xavyer@ix.netcom.com
3564L: linux-usb-users@lists.sourceforge.net
3565L: linux-usb-devel@lists.sourceforge.net
3566S: Maintained
3567
3568USB SERIAL KEYSPAN DRIVER
3569P: Greg Kroah-Hartman
3570M: greg@kroah.com
3571L: linux-usb-users@lists.sourceforge.net
3572L: linux-usb-devel@lists.sourceforge.net
3573W: http://www.kroah.com/linux/
3574S: Maintained
3575
3576USB SERIAL WHITEHEAT DRIVER
3577P: Stuart MacDonald
3578M: stuartm@connecttech.com
3579L: linux-usb-users@lists.sourceforge.net
3580L: linux-usb-devel@lists.sourceforge.net
3581W: http://www.connecttech.com
3582S: Supported
3583
3584USB SN9C10x DRIVER
3585P: Luca Risolia
3586M: luca.risolia@studio.unibo.it
3587L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003588L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589W: http://www.linux-projects.org
3590S: Maintained
3591
3592USB SUBSYSTEM
3593P: Greg Kroah-Hartman
3594M: gregkh@suse.de
3595L: linux-usb-users@lists.sourceforge.net
3596L: linux-usb-devel@lists.sourceforge.net
3597W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003598T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599S: Supported
3600
3601USB UHCI DRIVER
3602P: Alan Stern
3603M: stern@rowland.harvard.edu
3604L: linux-usb-users@lists.sourceforge.net
3605L: linux-usb-devel@lists.sourceforge.net
3606S: Maintained
3607
David Brownell69ae9e32006-11-14 02:03:31 -08003608USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609P: David Brownell
3610M: dbrownell@users.sourceforge.net
3611L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003612W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613S: Maintained
3614
3615USB W996[87]CF DRIVER
3616P: Luca Risolia
3617M: luca.risolia@studio.unibo.it
3618L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003619L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620W: http://www.linux-projects.org
3621S: Maintained
3622
Luca Risolia60f78052006-02-06 16:29:35 +00003623USB ZC0301 DRIVER
3624P: Luca Risolia
3625M: luca.risolia@studio.unibo.it
3626L: linux-usb-devel@lists.sourceforge.net
3627L: video4linux-list@redhat.com
3628W: http://www.linux-projects.org
3629S: Maintained
3630
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631USB ZD1201 DRIVER
3632P: Jeroen Vreeken
3633M: pe1rxq@amsat.org
3634L: linux-usb-users@lists.sourceforge.net
3635L: linux-usb-devel@lists.sourceforge.net
3636W: http://linux-lc100020.sourceforge.net
3637S: Maintained
3638
3639USER-MODE LINUX
3640P: Jeff Dike
3641M: jdike@karaya.com
3642L: user-mode-linux-devel@lists.sourceforge.net
3643L: user-mode-linux-user@lists.sourceforge.net
3644W: http://user-mode-linux.sourceforge.net
3645S: Maintained
3646
3647FAT/VFAT/MSDOS FILESYSTEM:
3648P: OGAWA Hirofumi
3649M: hirofumi@mail.parknet.co.jp
3650L: linux-kernel@vger.kernel.org
3651S: Maintained
3652
3653VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3654P: Jeff Garzik
3655S: Odd fixes
3656
3657VIA RHINE NETWORK DRIVER
3658P: Roger Luethi
3659M: rl@hellgate.ch
3660S: Maintained
3661
Jean Delvare32c0a522005-09-22 21:47:58 +02003662VIAPRO SMBUS DRIVER
3663P: Jean Delvare
3664M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003665L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003666S: Maintained
3667
Francois Romieu01f20732007-01-26 00:57:17 -08003668VIA VELOCITY NETWORK DRIVER
3669P: Francois Romieu
3670M: romieu@fr.zoreil.com
3671L: netdev@vger.kernel.org
3672S: Maintained
3673
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674UCLINUX (AND M68KNOMMU)
3675P: Greg Ungerer
3676M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003678L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679S: Maintained
3680
3681UCLINUX FOR NEC V850
3682P: Miles Bader
3683M: uclinux-v850@lsi.nec.co.jp
3684W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3685W: http://www.ee.nec.de/uclinux/
3686S: Supported
3687
3688UCLINUX FOR RENESAS H8/300
3689P: Yoshinori Sato
3690M: ysato@users.sourceforge.jp
3691W: http://uclinux-h8.sourceforge.jp/
3692S: Supported
3693
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003694UFS FILESYSTEM
3695P: Evgeniy Dushistov
3696M: dushistov@mail.ru
3697L: linux-kernel@vger.kernel.org
3698S: Maintained
3699
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700USB DIAMOND RIO500 DRIVER
3701P: Cesar Miquel
3702M: miquel@df.uba.ar
3703L: rio500-users@lists.sourceforge.net
3704W: http://rio500.sourceforge.net
3705S: Maintained
3706
3707VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003708P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003709M: mchehab@infradead.org
3710M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003712W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003713T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003714S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715
Juerg Haefligerab413192006-09-24 20:54:04 +02003716VT1211 HARDWARE MONITOR DRIVER
3717P: Juerg Haefliger
3718M: juergh@gmail.com
3719L: lm-sensors@lm-sensors.org
3720S: Maintained
3721
Roger Lucas1de9e372005-11-26 20:20:05 +01003722VT8231 HARDWARE MONITOR DRIVER
3723P: Roger Lucas
3724M: roger@planbit.co.uk
3725L: lm-sensors@lm-sensors.org
3726S: Maintained
3727
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728W1 DALLAS'S 1-WIRE BUS
3729P: Evgeniy Polyakov
3730M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731S: Maintained
3732
Charles Spirakis13927072006-07-05 18:05:15 +02003733W83791D HARDWARE MONITORING DRIVER
3734P: Charles Spirakis
3735M: bezaur@gmail.com
3736L: lm-sensors@lm-sensors.org
3737S: Maintained
3738
Rudolf Marek61db0112006-12-12 18:18:30 +01003739W83793 HARDWARE MONITORING DRIVER
3740P: Rudolf Marek
3741M: r.marek@assembler.cz
3742L: lm-sensors@lm-sensors.org
3743S: Maintained
3744
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745W83L51xD SD/MMC CARD INTERFACE DRIVER
3746P: Pierre Ossman
3747M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003748L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749W: http://projects.drzeus.cx/wbsd
3750S: Maintained
3751
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003752WATCHDOG DEVICE DRIVERS
3753P: Wim Van Sebroeck
3754M: wim@iguana.be
3755T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3756S: Maintained
3757
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3759P: Jean Tourrilhes
3760M: jt@hpl.hp.com
3761W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3762S: Maintained
3763
3764WD7000 SCSI DRIVER
3765P: Miroslav Zagorac
3766M: zaga@fly.cc.fer.hr
3767L: linux-scsi@vger.kernel.org
3768S: Maintained
3769
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003770WISTRON LAPTOP BUTTON DRIVER
3771P: Miloslav Trmac
3772M: mitr@volny.cz
3773S: Maintained
3774
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775WL3501 WIRELESS PCMCIA CARD DRIVER
3776P: Arnaldo Carvalho de Melo
3777M: acme@conectiva.com.br
3778W: http://advogato.org/person/acme
3779S: Maintained
3780
3781X.25 NETWORK LAYER
3782P: Henner Eisen
3783M: eis@baty.hanse.de
3784L: linux-x25@vger.kernel.org
3785S: Maintained
3786
3787XFS FILESYSTEM
3788P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003789P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003791L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003793T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794S: Supported
3795
Peter Korsgaard238b8722006-12-06 20:35:17 -08003796XILINX UARTLITE SERIAL DRIVER
3797P: Peter Korsgaard
3798M: jacmet@sunsite.dk
3799L: linux-serial@vger.kernel.org
3800S: Maintained
3801
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802X86 3-LEVEL PAGING (PAE) SUPPORT
3803P: Ingo Molnar
3804M: mingo@redhat.com
3805S: Maintained
3806
3807X86-64 port
3808P: Andi Kleen
3809M: ak@suse.de
3810L: discuss@x86-64.org
3811W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003812T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813S: Maintained
3814
3815YAM DRIVER FOR AX.25
3816P: Jean-Paul Roubelat
3817M: jpr@f6fbb.org
3818L: linux-hams@vger.kernel.org
3819S: Maintained
3820
Henkaf64a5e2005-10-12 15:02:56 +02003821YEALINK PHONE DRIVER
3822P: Henk Vergonet
3823M: Henk.Vergonet@gmail.com
3824L: usbb2k-api-dev@nongnu.org
3825S: Maintained
3826
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827Z8530 DRIVER FOR AX.25
3828P: Joerg Reuter
3829M: jreuter@yaina.de
3830W: http://yaina.de/jreuter/
3831W: http://www.qsl.net/dl1bke/
3832L: linux-hams@vger.kernel.org
3833S: Maintained
3834
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003835ZD1211RW WIRELESS DRIVER
3836P: Daniel Drake
3837M: dsd@gentoo.org
3838P: Ulrich Kunitz
3839M: kune@deine-taler.de
3840W: http://zd1211.ath.cx/wiki/DriverRewrite
3841L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3842S: Maintained
3843
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844ZF MACHZ WATCHDOG
3845P: Fernando Fuganti
3846M: fuganti@netbank.com.br
3847W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3848S: Maintained
3849
3850ZR36067 VIDEO FOR LINUX DRIVER
3851P: Ronald Bultje
3852M: rbultje@ronald.bitfreak.net
3853L: mjpeg-users@lists.sourceforge.net
3854W: http://mjpeg.sourceforge.net/driver-zoran/
3855S: Maintained
3856
3857ZR36120 VIDEO FOR LINUX DRIVER
3858P: Pauline Middelink
3859M: middelin@polyware.nl
3860W: http://www.polyware.nl/~middelin/En/hobbies.html
3861W: http://www.polyware.nl/~middelin/hobbies.html
3862S: Maintained
3863
3864THE REST
3865P: Linus Torvalds
3866S: Buried alive in reporters