blob: 6d665ac13f99fca1fcb1838189ae86010b657322 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
Antoine Jacquetb7eee612007-04-27 12:30:59 -030058 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147L: linux-serial@vger.kernel.org
148W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100149S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700154L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155S: Maintained
156
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001579P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100158P: Eric Van Hensbergen
159M: ericvh@gmail.com
160P: Ron Minnich
161M: rminnich@lanl.gov
162P: Latchesar Ionkov
163M: lucho@ionkov.net
164L: v9fs-developer@lists.sourceforge.net
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: ehaase@inf.fu-berlin.de
172M: A2232@gmx.net
173L: linux-m68k@lists.linux-m68k.org
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: bcrl@kvack.org
179L: linux-aio@kvack.org
180S: Supported
181
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: j.w.r.degoede@hhs.nl
185L: lm-sensors@lm-sensors.org
186S: Maintained
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188ACENIC DRIVER
189P: Jes Sorensen
190M: jes@trained-monkey.org
191L: linux-acenic@sunsite.dk
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: Robert.Siemer@gmx.de
197L: linux-sound@vger.kernel.org
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700201IPS SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203M: aacraid@adaptec.com
204L: linux-scsi@vger.kernel.org
205W: http://www.adaptec.com/
206S: Maintained
207
208DPT_I2O SCSI RAID DRIVER
209P: Adaptec OEM Raid Solutions
210M: aacraid@adaptec.com
211L: linux-scsi@vger.kernel.org
212W: http://www.adaptec.com/
213S: Maintained
214
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215AACRAID SCSI RAID DRIVER
216P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700217M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700219W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220S: Supported
221
222ACPI
223P: Len Brown
224M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500225M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500226L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800228T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500229S: Supported
230
231ACPI BATTERY DRIVERS
232P: Vladimir P. Lebedev
233M: vladimir.p.lebedev@intel.com
234L: linux-acpi@vger.kernel.org
235W: http://acpi.sourceforge.net/
236S: Supported
237
238ACPI EC DRIVER
239P: Alexey Starikovskiy
240M: alexey.y.starikovskiy@linux.intel.com
241L: linux-acpi@vger.kernel.org
242W: http://acpi.sourceforge.net/
243S: Supported
244
245ACPI FAN DRIVER
246P: Konstantin A. Karasyov
247M: konstantin.a.karasyov@intel.com
248L: linux-acpi@vger.kernel.org
249W: http://acpi.sourceforge.net/
250S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700252ACPI PCI HOTPLUG DRIVER
253P: Kristen Carlson Accardi
254M: kristen.c.accardi@intel.com
255L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500256S: Supported
257
258ACPI THERMAL DRIVER
259P: Konstantin A. Karasyov
260M: konstantin.a.karasyov@intel.com
261L: linux-acpi@vger.kernel.org
262W: http://acpi.sourceforge.net/
263S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700264
Len Brown359acec2007-02-10 01:59:24 -0500265ACPI VIDEO DRIVER
266P: Luming Yu
267M: luming.yu@intel.com
268L: linux-acpi@vger.kernel.org
269W: http://acpi.sourceforge.net/
270S: Supported
271
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272AD1816 SOUND DRIVER
273P: Thorsten Knabe
274M: Thorsten Knabe <linux@thorsten-knabe.de>
275W: http://linux.thorsten-knabe.de
276S: Maintained
277
Kyle McMartin6958ae32005-10-21 23:11:27 -0400278AD1889 SOUND DRIVER
279P: Kyle McMartin
280M: kyle@parisc-linux.org
281P: Thibaut Varene
282M: T-Bone@parisc-linux.org
283W: http://wiki.parisc-linux.org/AD1889
284L: parisc-linux@lists.parisc-linux.org
285S: Maintained
286
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287ADM1025 HARDWARE MONITOR DRIVER
288P: Jean Delvare
289M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200290L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291S: Maintained
292
Corentin Labbecae2caa2007-02-14 21:15:04 +0100293ADM1029 HARDWARE MONITOR DRIVER
294P: Corentin Labbe
295M: corentin.labbe@geomatys.fr
296L: lm-sensors@lm-sensors.org
297S: Maintained
298
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299ADT746X FAN DRIVER
300P: Colin Leroy
301M: colin@colino.net
302S: Maintained
303
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304AEDSP16 DRIVER
305P: Riccardo Facchetti
306M: fizban@tin.it
307S: Maintained
308
309AFFS FILE SYSTEM
310P: Roman Zippel
311M: zippel@linux-m68k.org
312S: Maintained
313
314AGPGART DRIVER
315P: Dave Jones
316M: davej@codemonkey.org.uk
317W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800318T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319S: Maintained
320
321AHA152X SCSI DRIVER
322P: Juergen E. Fischer
323M: Juergen Fischer <fischer@norbit.de>
324L: linux-scsi@vger.kernel.org
325S: Maintained
326
327ALCATEL SPEEDTOUCH USB DRIVER
328P: Duncan Sands
329M: duncan.sands@free.fr
330L: linux-usb-users@lists.sourceforge.net
331L: linux-usb-devel@lists.sourceforge.net
332W: http://www.linux-usb.org/SpeedTouch/
333S: Maintained
334
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335ALI1563 I2C DRIVER
336P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100337M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200338L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000339S: Maintained
340
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341ALPHA PORT
342P: Richard Henderson
343M: rth@twiddle.net
344S: Odd Fixes for 2.4; Maintained for 2.6.
345P: Ivan Kokshaysky
346M: ink@jurassic.park.msu.ru
347S: Maintained for 2.4; PCI support for 2.6.
348
Jordan Crousef90b8112006-01-06 00:12:14 -0800349AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100350P: Jordan Crouse
351M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800352L: info-linux@geode.amd.com
353W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
354S: Supported
355
Stelian Pop284f42b2006-12-12 18:18:31 +0100356AMS (Apple Motion Sensor) DRIVER
357P: Stelian Pop
358M: stelian@popies.net
359P: Michael Hanselmann
360M: linux-kernel@hansmi.ch
361S: Supported
362
Tom Tuckerf94b5332006-09-22 15:22:48 -0700363AMSO1100 RNIC DRIVER
364P: Tom Tucker
365M: tom@opengridcomputing.com
366P: Steve Wise
367M: swise@opengridcomputing.com
368L: openib-general@openib.org
369S: Maintained
370
Johannes Berg42269062006-07-25 16:15:50 +0200371AOA (Apple Onboard Audio) ALSA DRIVER
372P: Johannes Berg
373M: johannes@sipsolutions.net
374L: linuxppc-dev@ozlabs.org
375L: alsa-devel@alsa-project.org
376S: Maintained
377
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378APM DRIVER
379P: Stephen Rothwell
380M: sfr@canb.auug.org.au
381L: linux-laptop@vger.kernel.org
382W: http://www.canb.auug.org.au/~sfr/
383S: Supported
384
385APPLETALK NETWORK LAYER
386P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300387M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388S: Maintained
389
Jaya Kumar1154ea72005-06-21 17:17:04 -0700390ARC FRAMEBUFFER DRIVER
391P: Jaya Kumar
392M: jayalk@intworks.biz
393S: Maintained
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395ARM26 ARCHITECTURE
396P: Ian Molton
397M: spyro@f2s.com
398S: Maintained
399
400ARM26/ARCHIMEDES
401P: Ian Molton
402M: spyro@f2s.com
403S: Maintained
404
405ARM26/A5000
406P: John Appleby
407M: john@dnsworld.co.uk
408S: Maintained
409
410ARM MFM AND FLOPPY DRIVERS
411P: Ian Molton
412M: spyro@f2s.com
413S: Maintained
414
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800415ARM/ADI ROADRUNNER MACHINE SUPPORT
416P: Lennert Buytenhek
417M: kernel@wantstofly.org
418L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
419S: Maintained
420
421ARM/ADS SPHERE MACHINE SUPPORT
422P: Lennert Buytenhek
423M: kernel@wantstofly.org
424L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
425S: Maintained
426
427ARM/AJECO 1ARM MACHINE SUPPORT
428P: Lennert Buytenhek
429M: kernel@wantstofly.org
430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
431S: Maintained
432
Andrew Victord4a89c72006-12-04 13:56:21 +0100433ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
434P: Andrew Victor
435M: andrew@sanpeople.com
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437W: http://maxim.org.za/at91_26.html
438S: Maintained
439
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800440ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
441P: Lennert Buytenhek
442M: kernel@wantstofly.org
443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444S: Maintained
445
446ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
447P: Lennert Buytenhek
448M: kernel@wantstofly.org
449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
450S: Maintained
451
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452ARM/CORGI MACHINE SUPPORT
453P: Richard Purdie
454M: rpurdie@rpsys.net
455S: Maintained
456
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800457ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100463ARM/HP JORNADA 7XX MACHINE SUPPORT
464P: Kristoffer Ericson
465M: kristoffer_e1@hotmail.com
466W: www.jlime.com
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/INTEL IOP32X ARM ARCHITECTURE
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100472P: Dan Williams
473M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100475S: Supported
476
477ARM/INTEL IOP33X ARM ARCHITECTURE
478P: Dan Williams
479M: dan.j.williams@intel.com
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482
483ARM/INTEL IOP13XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100486P: Dan Williams
487M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100489S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800490
491ARM/INTEL IQ81342EX MACHINE SUPPORT
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100494P: Dan Williams
495M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100497S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800498
499ARM/INTEL IXP2000 ARM ARCHITECTURE
500P: Lennert Buytenhek
501M: kernel@wantstofly.org
502L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
503S: Maintained
504
505ARM/INTEL IXDP2850 MACHINE SUPPORT
506P: Lennert Buytenhek
507M: kernel@wantstofly.org
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
511ARM/INTEL IXP23XX ARM ARCHITECTURE
512P: Lennert Buytenhek
513M: kernel@wantstofly.org
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
517ARM/INTEL XSC3 (MANZANO) ARM CORE
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100520P: Dan Williams
521M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100523S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800524
525ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
526P: Lennert Buytenhek
527M: kernel@wantstofly.org
528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529S: Maintained
530
531ARM/LOGICPD PXA270 MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Maintained
536
Dirk Opfer8459c152005-11-06 14:27:52 +0000537ARM/TOSA MACHINE SUPPORT
538P: Dirk Opfer
539M: dirk@opfer-online.de
540S: Maintained
541
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542ARM/PLEB SUPPORT
543P: Peter Chubb
544M: pleb@gelato.unsw.edu.au
545W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
546S: Maintained
547
548ARM/PT DIGITAL BOARD PORT
549P: Stefan Eletzhofer
550M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552W: http://www.arm.linux.org.uk/
553S: Maintained
554
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800555ARM/RADISYS ENP2611 MACHINE SUPPORT
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
559S: Maintained
560
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561ARM/SHARK MACHINE SUPPORT
562P: Alexander Schulz
563M: alex@shark-linux.de
564W: http://www.shark-linux.de/shark.html
565S: Maintained
566
567ARM/STRONGARM110 PORT
568P: Russell King
569M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571W: http://www.arm.linux.org.uk/
572S: Maintained
573
574ARM/S3C2410 ARM ARCHITECTURE
575P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800576M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578W: http://www.fluff.org/ben/linux/
579S: Maintained
580
581ARM/S3C2440 ARM ARCHITECTURE
582P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800583M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800588ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592S: Maintained
593
594ARM/THECUS N2100 MACHINE SUPPORT
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600ARPD SUPPORT
601P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700602L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603S: Maintained
604
605ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500606P: Corentin Chary
607M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608P: Karol Kozimor
609M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610L: acpi4asus-user@lists.sourceforge.net
611W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500612W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613S: Maintained
614
Corentin Chary85091b72007-01-26 14:04:30 +0100615ASUS LAPTOP EXTRAS DRIVER
616P: Corentin Chary
617M: corentincj@iksaif.net
618L: acpi4asus-user@lists.sourceforge.net
619W: http://sourceforge.net/projects/acpi4asus
620W: http://xf.iksaif.net/acpi4asus
621S: Maintained
622
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623ATA OVER ETHERNET DRIVER
624P: Ed L. Cashin
625M: ecashin@coraid.com
626W: http://www.coraid.com/support/linux
627S: Supported
628
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600629ATL1 ETHERNET DRIVER
630P: Jay Cliburn
631M: jcliburn@gmail.com
632P: Chris Snook
633M: csnook@redhat.com
634L: atl1-devel@lists.sourceforge.net
635W: http://sourceforge.net/projects/atl1
636W: http://atl1.sourceforge.net
637S: Maintained
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639ATM
640P: Chas Williams
641M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700642L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643W: http://linux-atm.sourceforge.net
644S: Maintained
645
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100646ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100647P: Haavard Skinnemoen
648M: hskinnemoen@atmel.com
649S: Supported
650
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800651ATMEL SPI DRIVER
652P: Haavard Skinnemoen
653M: hskinnemoen@atmel.com
654S: Supported
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656ATMEL WIRELESS DRIVER
657P: Simon Kelley
658M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700659L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.thekelleys.org.uk/atmel
661W: http://atmelwlandriver.sourceforge.net/
662S: Maintained
663
Chris Wrighta92b7b82005-07-07 18:12:23 -0700664AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100665P: David Woodhouse
666M: dwmw2@infradead.org
667L: linux-audit@redhat.com
668W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800669T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700670S: Maintained
671
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800672AUXILIARY DISPLAY DRIVERS
673P: Miguel Ojeda Sandonis
674M: maxextreme@gmail.com
675L: linux-kernel@vger.kernel.org
676S: Maintained
677
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700678AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700679P: Haavard Skinnemoen
680M: hskinnemoen@atmel.com
681W: http://www.atmel.com/products/AVR32/
682W: http://avr32linux.org/
683W: http://avrfreaks.net/
684S: Supported
685
686AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700687P: Haavard Skinnemoen
688M: hskinnemoen@atmel.com
689S: Supported
690
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691AX.25 NETWORK LAYER
692P: Ralf Baechle
693M: ralf@linux-mips.org
694L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200695W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696S: Maintained
697
Richard Purdie300abeb2007-02-07 22:21:07 +0000698BACKLIGHT CLASS/SUBSYSTEM
699P: Richard Purdie
700M: rpurdie@rpsys.net
701S: Maintained
702
Bryan Wu1394f032007-05-06 14:50:22 -0700703BLACKFIN ARCHITECTURE
704P: Aubrey Li
705M: aubrey.li@analog.com
706P: Bernd Schmidt
707M: bernd.schmidt@analog.com
708P: Bryan Wu
709M: bryan.wu@analog.com
710P: Grace Pan
711M: grace.pan@analog.com
712P: Michael Hennerich
713M: michael.hennerich@analog.com
714P: Mike Frysinger
715M: michael.frysinger@analog.com
716P: Jane Lv
717M: jane.lv@analog.com
718P: Jerry Zeng
719M: jerry.zeng@analog.com
720P: Jie Zhang
721M: jie.zhang@analog.com
722P: Robin Getz
723M: robin.getz@analog.com
724P: Roy Huang
725M: roy.huang@analog.com
726P: Sonic Zhang
727M: sonic.zhang@analog.com
728P: Yi Li
729M: yi.li@analog.com
730L: uclinux-dist-devel@blackfin.uclinux.org
731W: http://blackfin.uclinux.org
732S: Supported
733
734BLACKFIN SERIAL DRIVER
735P: Aubrey Li
736M: aubrey.li@analog.com
737L: uclinux-dist-devel@blackfin.uclinux.org
738W: http://blackfin.uclinux.org
739S: Supported
740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741BAYCOM/HDLCDRV DRIVERS FOR AX.25
742P: Thomas Sailer
743M: t.sailer@alumni.ethz.ch
744L: linux-hams@vger.kernel.org
745W: http://www.baycom.org/~tom/ham/ham.html
746S: Maintained
747
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200748BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
749P: Larry Finger
750M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200751P: Stefano Brivio
752M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700753L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200754W: http://bcm43xx.berlios.de/
755S: Maintained
756
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757BEFS FILE SYSTEM
758P: Sergey S. Kostyliov
759M: rathamahata@php4.ru
760L: linux-kernel@vger.kernel.org
761S: Maintained
762
763BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
764P: Kenji Hollis
765W: http://ftp.bitgate.com/pcwd/
766S: Maintained
767
768BFS FILE SYSTEM
769P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800770M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771L: linux-kernel@vger.kernel.org
772S: Maintained
773
Bryan Wud24ecfc2007-05-01 23:26:32 +0200774BLACKFIN I2C TWI DRIVER
775P: Sonic Zhang
776M: sonic.zhang@analog.com
777L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
778W: http://blackfin.uclinux.org/
779S: Supported
780
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781BLOCK LAYER
782P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200783M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800785T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786S: Maintained
787
788BLUETOOTH SUBSYSTEM
789P: Marcel Holtmann
790M: marcel@holtmann.org
791P: Maxim Krasnyansky
792M: maxk@qualcomm.com
793L: bluez-devel@lists.sf.net
794W: http://bluez.sf.net
795W: http://www.bluez.org
796W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800797T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798S: Maintained
799
800BLUETOOTH RFCOMM LAYER
801P: Marcel Holtmann
802M: marcel@holtmann.org
803P: Maxim Krasnyansky
804M: maxk@qualcomm.com
805S: Maintained
806
807BLUETOOTH BNEP LAYER
808P: Marcel Holtmann
809M: marcel@holtmann.org
810P: Maxim Krasnyansky
811M: maxk@qualcomm.com
812S: Maintained
813
814BLUETOOTH CMTP LAYER
815P: Marcel Holtmann
816M: marcel@holtmann.org
817S: Maintained
818
819BLUETOOTH HIDP LAYER
820P: Marcel Holtmann
821M: marcel@holtmann.org
822S: Maintained
823
824BLUETOOTH HCI UART DRIVER
825P: Marcel Holtmann
826M: marcel@holtmann.org
827P: Maxim Krasnyansky
828M: maxk@qualcomm.com
829S: Maintained
830
831BLUETOOTH HCI USB DRIVER
832P: Marcel Holtmann
833M: marcel@holtmann.org
834P: Maxim Krasnyansky
835M: maxk@qualcomm.com
836S: Maintained
837
838BLUETOOTH HCI BCM203X DRIVER
839P: Marcel Holtmann
840M: marcel@holtmann.org
841S: Maintained
842
843BLUETOOTH HCI BPA10X DRIVER
844P: Marcel Holtmann
845M: marcel@holtmann.org
846S: Maintained
847
848BLUETOOTH HCI BFUSB DRIVER
849P: Marcel Holtmann
850M: marcel@holtmann.org
851S: Maintained
852
853BLUETOOTH HCI DTL1 DRIVER
854P: Marcel Holtmann
855M: marcel@holtmann.org
856S: Maintained
857
858BLUETOOTH HCI BLUECARD DRIVER
859P: Marcel Holtmann
860M: marcel@holtmann.org
861S: Maintained
862
863BLUETOOTH HCI BT3C DRIVER
864P: Marcel Holtmann
865M: marcel@holtmann.org
866S: Maintained
867
868BLUETOOTH HCI BTUART DRIVER
869P: Marcel Holtmann
870M: marcel@holtmann.org
871S: Maintained
872
873BLUETOOTH HCI VHCI DRIVER
874P: Maxim Krasnyansky
875M: maxk@qualcomm.com
876S: Maintained
877
878BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100879P: Chad Tindel
880M: ctindel@users.sourceforge.net
881P: Jay Vosburgh
882M: fubar@us.ibm.com
883L: bonding-devel@lists.sourceforge.net
884W: http://sourceforge.net/projects/bonding/
885S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000887BROADBAND PROCESSOR ARCHITECTURE
888P: Arnd Bergmann
889M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100890L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400891W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000892S: Supported
893
Gary Zambrano39105892006-06-22 17:26:20 -0700894BROADCOM B44 10/100 ETHERNET DRIVER
895P: Gary Zambrano
896M: zambrano@broadcom.com
897L: netdev@vger.kernel.org
898S: Supported
899
Michael Chan948c51e2006-06-04 02:51:39 -0700900BROADCOM BNX2 GIGABIT ETHERNET DRIVER
901P: Michael Chan
902M: mchan@broadcom.com
903L: netdev@vger.kernel.org
904S: Supported
905
906BROADCOM TG3 GIGABIT ETHERNET DRIVER
907P: Michael Chan
908M: mchan@broadcom.com
909L: netdev@vger.kernel.org
910S: Supported
911
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700913P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200914M: mchehab@infradead.org
915M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700917W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200918T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700919S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920
Jonathan Corbet77d51402007-03-22 19:44:17 -0300921CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
922P: Jonathan Corbet
923M: corbet@lwn.net
924L: video4linux-list@redhat.com
925S: Maintained
926
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200927CALGARY x86-64 IOMMU
928P: Muli Ben-Yehuda
929M: muli@il.ibm.com
930P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200931M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200932L: linux-kernel@vger.kernel.org
933L: discuss@x86-64.org
934S: Maintained
935
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800936CFAG12864B LCD DRIVER
937P: Miguel Ojeda Sandonis
938M: maxextreme@gmail.com
939L: linux-kernel@vger.kernel.org
940S: Maintained
941
942CFAG12864BFB LCD FRAMEBUFFER DRIVER
943P: Miguel Ojeda Sandonis
944M: maxextreme@gmail.com
945L: linux-kernel@vger.kernel.org
946S: Maintained
947
Johannes Berg704232c2007-04-23 12:20:05 -0700948CFG80211 and NL80211
949P: Johannes Berg
950M: johannes@sipsolutions.net
951L: linux-wireless@vger.kernel.org
952S: Maintained
953
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954COMMON INTERNET FILE SYSTEM (CIFS)
955P: Steve French
956M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100957L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958L: samba-technical@lists.samba.org
959W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800960T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -0300961S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
Joel Becker7063fbf2005-12-15 14:29:43 -0800963CONFIGFS
964P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800965M: joel.becker@oracle.com
966L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800967S: Supported
968
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800969CIRRUS LOGIC EP93XX ETHERNET DRIVER
970P: Lennert Buytenhek
971M: kernel@wantstofly.org
972L: netdev@vger.kernel.org
973S: Maintained
974
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975CIRRUS LOGIC GENERIC FBDEV DRIVER
976P: Jeff Garzik
977M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800978L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979S: Odd Fixes
980
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800981CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
982P: Lennert Buytenhek
983M: kernel@wantstofly.org
984L: linux-usb-devel@lists.sourceforge.net
985S: Maintained
986
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
988P: Cirrus Logic Corporation (kernel 2.2 driver)
989M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
990P: Nils Faerber (port to kernel 2.4)
991M: Nils Faerber <nils@kernelconcepts.de>
992S: Maintained
993
994CODA FILE SYSTEM
995P: Jan Harkes
996M: jaharkes@cs.cmu.edu
997M: coda@cs.cmu.edu
998L: codalist@coda.cs.cmu.edu
999W: http://www.coda.cs.cmu.edu/
1000S: Maintained
1001
1002COMPACTPCI HOTPLUG CORE
1003P: Scott Murray
1004M: scottm@somanetworks.com
1005M: scott@spiteful.org
1006L: pcihpd-discuss@lists.sourceforge.net
1007S: Supported
1008
1009COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1010P: Scott Murray
1011M: scottm@somanetworks.com
1012M: scott@spiteful.org
1013L: pcihpd-discuss@lists.sourceforge.net
1014S: Supported
1015
1016COMPACTPCI HOTPLUG GENERIC DRIVER
1017P: Scott Murray
1018M: scottm@somanetworks.com
1019M: scott@spiteful.org
1020L: pcihpd-discuss@lists.sourceforge.net
1021S: Supported
1022
1023COMPUTONE INTELLIPORT MULTIPORT CARD
1024P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001025M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001027S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028
Simon Arlott949be0f2007-03-06 02:47:46 -08001029CONEXANT ACCESSRUNNER USB DRIVER
1030P: Simon Arlott
1031M: cxacru@fire.lp0.eu
1032S: Maintained
1033
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034COSA/SRP SYNC SERIAL DRIVER
1035P: Jan "Yenya" Kasprzak
1036M: kas@fi.muni.cz
1037W: http://www.fi.muni.cz/~kas/cosa/
1038S: Maintained
1039
1040CPU FREQUENCY DRIVERS
1041P: Dave Jones
1042M: davej@codemonkey.org.uk
1043L: cpufreq@lists.linux.org.uk
1044W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001045T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046S: Maintained
1047
1048CPUID/MSR DRIVER
1049P: H. Peter Anvin
1050M: hpa@zytor.com
1051S: Maintained
1052
Paul Jacksoned90fb42005-09-27 21:45:37 -07001053CPUSETS
1054P: Paul Jackson
1055P: Simon Derr
1056M: pj@sgi.com
1057M: simon.derr@bull.net
1058L: linux-kernel@vger.kernel.org
1059W: http://www.bullopensource.org/cpuset/
1060S: Supported
1061
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001063W: http://sourceforge.net/projects/cramfs/
1064S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065
1066CRIS PORT
1067P: Mikael Starvik
1068M: starvik@axis.com
1069L: dev-etrax@axis.com
1070W: http://developer.axis.com
1071S: Maintained
1072
1073CRYPTO API
1074P: Herbert Xu
1075M: herbert@gondor.apana.org.au
1076P: David S. Miller
1077M: davem@davemloft.net
1078L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001079T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080S: Maintained
1081
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001082CS5535 Audio ALSA driver
1083P: Jaya Kumar
1084M: jayakumar.alsa@gmail.com
1085S: Maintained
1086
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087CYBERPRO FB DRIVER
1088P: Russell King
1089M: rmk@arm.linux.org.uk
1090W: http://www.arm.linux.org.uk/
1091S: Maintained
1092
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001093CYBLAFB FRAMEBUFFER DRIVER
1094P: Knut Petersen
1095M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001096L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001097S: Maintained
1098
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099CYCLADES 2X SYNC CARD DRIVER
1100P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001101M: acme@ghostprotocols.net
1102W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103S: Maintained
1104
1105CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001107S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108
1109CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001111S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113DAMA SLAVE for AX.25
1114P: Joerg Reuter
1115M: jreuter@yaina.de
1116W: http://yaina.de/jreuter/
1117W: http://www.qsl.net/dl1bke/
1118L: linux-hams@vger.kernel.org
1119S: Maintained
1120
1121DC395x SCSI driver
1122P: Oliver Neukum
1123M: oliver@neukum.name
1124P: Ali Akcaagac
1125M: aliakc@web.de
1126P: Jamie Lenehan
1127M: lenehan@twibble.org
1128W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001129L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130L: http://lists.twibble.org/mailman/listinfo/dc395x/
1131S: Maintained
1132
1133DC390/AM53C974 SCSI driver
1134P: Kurt Garloff
1135M: garloff@suse.de
1136W: http://www.garloff.de/kurt/linux/dc390/
1137P: Guennadi Liakhovetski
1138M: g.liakhovetski@gmx.de
1139S: Maintained
1140
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001141DCCP PROTOCOL
1142P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001143M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001144L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001145W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001146S: Maintained
1147
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148DECnet NETWORK LAYER
1149P: Patrick Caulfield
1150M: patrick@tykepenguin.com
1151W: http://linux-decnet.sourceforge.net
1152L: linux-decnet-user@lists.sourceforge.net
1153S: Maintained
1154
1155DEFXX FDDI NETWORK DRIVER
1156P: Maciej W. Rozycki
1157M: macro@linux-mips.org
1158S: Maintained
1159
1160DELL LAPTOP SMM DRIVER
1161P: Massimo Dal Zotto
1162M: dz@debian.org
1163W: http://www.debian.org/~dz/i8k/
1164S: Maintained
1165
Doug Warzecha90563ec2005-09-06 15:17:15 -07001166DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1167P: Doug Warzecha
1168M: Douglas_Warzecha@dell.com
1169S: Maintained
1170
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001171DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172P: Alasdair Kergon
1173L: dm-devel@redhat.com
1174W: http://sources.redhat.com/dm
1175S: Maintained
1176
1177DEVICE NUMBER REGISTRY
1178P: Torben Mathiasen
1179M: device@lanana.org
1180W: http://lanana.org/docs/device-list/index.html
1181L: linux-kernel@vger.kernel.org
1182S: Maintained
1183
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184DIGI INTL. EPCA DRIVER
1185P: Digi International, Inc
1186M: Eng.Linux@digi.com
1187L: Eng.Linux@digi.com
1188W: http://www.digi.com
1189S: Orphaned
1190
1191DIGI RIGHTSWITCH NETWORK DRIVER
1192P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001193L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194W: http://www.digi.com
1195S: Orphaned
1196
1197DIRECTORY NOTIFICATION
1198P: Stephen Rothwell
1199M: sfr@canb.auug.org.au
1200L: linux-kernel@vger.kernel.org
1201S: Supported
1202
1203DISK GEOMETRY AND PARTITION HANDLING
1204P: Andries Brouwer
1205M: aeb@cwi.nl
1206W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1207W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1208W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1209S: Maintained
1210
1211DISKQUOTA:
1212P: Jan Kara
1213M: jack@suse.cz
1214L: linux-kernel@vger.kernel.org
1215S: Maintained
1216
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001217DISTRIBUTED LOCK MANAGER
1218P: Patrick Caulfield
1219M: pcaulfie@redhat.com
1220P: David Teigland
1221M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001222L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001223W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001224T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1225T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001226S: Supported
1227
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1229P: Tobias Ringstrom
1230M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001231L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232S: Maintained
1233
Martin Waitzba483d52005-06-17 13:20:59 -07001234DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001235P: Randy Dunlap
1236M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001237S: Maintained
1238
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001239DOCKING STATION DRIVER
1240P: Kristen Carlson Accardi
1241M: kristen.c.accardi@intel.com
1242L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001243S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245DOUBLETALK DRIVER
1246P: James R. Van Zandt
1247M: jrv@vanzandt.mv.com
1248L: blinux-list@redhat.com
1249S: Maintained
1250
1251DRIVER CORE, KOBJECTS, AND SYSFS
1252P: Greg Kroah-Hartman
1253M: gregkh@suse.de
1254L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001255T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256S: Supported
1257
1258DRM DRIVERS
1259P: David Airlie
1260M: airlied@linux.ie
1261L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001262T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263S: Maintained
1264
1265DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001266P: Francois Romieu
1267M: romieu@fr.zoreil.com
1268L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269S: Maintained
1270
1271DVB SUBSYSTEM AND DRIVERS
1272P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001273M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001275W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001276T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001277S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278
1279EATA-DMA SCSI DRIVER
1280P: Michael Neuffer
1281L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1282S: Maintained
1283
1284EATA ISA/EISA/PCI SCSI DRIVER
1285P: Dario Ballabio
1286M: ballabio_dario@emc.com
1287L: linux-scsi@vger.kernel.org
1288S: Maintained
1289
1290EATA-PIO SCSI DRIVER
1291P: Michael Neuffer
1292M: mike@i-Connect.Net
1293L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1294S: Maintained
1295
1296EBTABLES
1297P: Bart De Schuymer
1298M: bart.de.schuymer@pandora.be
1299L: ebtables-user@lists.sourceforge.net
1300L: ebtables-devel@lists.sourceforge.net
1301W: http://ebtables.sourceforge.net/
1302S: Maintained
1303
Michael Halcrow237fead2006-10-04 02:16:22 -07001304ECRYPT FILE SYSTEM
1305P: Mike Halcrow, Phillip Hellewell
1306M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1307L: ecryptfs-devel@lists.sourceforge.net
1308W: http://ecryptfs.sourceforge.net/
1309S: Supported
1310
Alan Coxda9bb1d2006-01-18 17:44:13 -08001311EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001312P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001313M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001314L: bluesmoke-devel@lists.sourceforge.net
1315W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001316S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001317
1318EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001319P: Mark Gross
1320M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001321L: bluesmoke-devel@lists.sourceforge.net
1322W: bluesmoke.sourceforge.net
1323S: Maintained
1324
1325EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001326P: Doug Thompson
1327M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001328L: bluesmoke-devel@lists.sourceforge.net
1329W: bluesmoke.sourceforge.net
1330S: Maintained
1331
1332EDAC-R82600
1333P: Tim Small
1334M: tim@buttersideup.com
1335L: bluesmoke-devel@lists.sourceforge.net
1336W: bluesmoke.sourceforge.net
1337S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001338
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339EEPRO100 NETWORK DRIVER
1340P: Andrey V. Savochkin
1341M: saw@saw.sw.com.sg
1342S: Maintained
1343
Josh Triplett0bee8d22006-07-30 03:03:58 -07001344EFS FILESYSTEM
1345W: http://aeschi.ch.eu.org/efs/
1346S: Orphan
1347
Heiko J Schickfab97222006-09-22 15:22:22 -07001348EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1349P: Hoang-Nam Nguyen
1350M: hnguyen@de.ibm.com
1351P: Christoph Raisch
1352M: raisch@de.ibm.com
1353L: openib-general@openib.org
1354S: Supported
1355
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356EMU10K1 SOUND DRIVER
1357P: James Courtier-Dutton
1358M: James@superbug.demon.co.uk
1359L: emu10k1-devel@lists.sourceforge.net
1360W: http://sourceforge.net/projects/emu10k1/
1361S: Maintained
1362
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001363EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001364P: James Smart
1365M: james.smart@emulex.com
1366L: linux-scsi@vger.kernel.org
1367W: http://sourceforge.net/projects/lpfcxxxx
1368S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001369
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370EPSON 1355 FRAMEBUFFER DRIVER
1371P: Christopher Hoover
1372M: ch@murgatroid.com, ch@hpl.hp.com
1373S: Maintained
1374
1375ETHEREXPRESS-16 NETWORK DRIVER
1376P: Philip Blundell
1377M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001378L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379S: Maintained
1380
1381ETHERNET BRIDGE
1382P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001383M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001384L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385W: http://bridge.sourceforge.net/
1386S: Maintained
1387
1388ETHERTEAM 16I DRIVER
1389P: Mika Kuoppala
1390M: miku@iki.fi
1391S: Maintained
1392
1393EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001394L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395S: Maintained
1396
1397EXT3 FILE SYSTEM
1398P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001399M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001400L: linux-ext4@vger.kernel.org
1401S: Maintained
1402
1403EXT4 FILE SYSTEM
1404P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001405M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001406L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407S: Maintained
1408
Jean Delvaree53004e2006-01-09 23:26:14 +01001409F71805F HARDWARE MONITORING DRIVER
1410P: Jean Delvare
1411M: khali@linux-fr.org
1412L: lm-sensors@lm-sensors.org
1413S: Maintained
1414
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415FARSYNC SYNCHRONOUS DRIVER
1416P: Kevin Curtis
1417M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418W: http://www.farsite.co.uk/
1419S: Supported
1420
Akinobu Mitac5408b82007-04-23 14:41:20 -07001421FAULT INJECTION SUPPORT
1422P: Akinobu Mita
1423M: akinobu.mita@gmail.com
1424S: Supported
1425
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426FRAMEBUFFER LAYER
1427P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001428M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001429L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430W: http://linux-fbdev.sourceforge.net/
1431S: Maintained
1432
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001433FREESCALE SOC FS_ENET DRIVER
1434P: Pantelis Antoniou
1435M: pantelis.antoniou@gmail.com
1436P: Vitaly Bordug
1437M: vbordug@ru.mvista.com
1438L: linuxppc-embedded@ozlabs.org
1439L: netdev@vger.kernel.org
1440S: Maintained
1441
Li Yanga7205b32007-04-23 10:38:18 -07001442FREESCALE HIGHSPEED USB DEVICE DRIVER
1443P: Li Yang
1444M: leoli@freescale.com
1445L: linux-usb-devel@lists.sourceforge.net
1446L: linuxppc-embedded@ozlabs.org
1447S: Maintained
1448
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449FILE LOCKING (flock() and fcntl()/lockf())
1450P: Matthew Wilcox
1451M: matthew@wil.cx
1452L: linux-fsdevel@vger.kernel.org
1453S: Maintained
1454
1455FILESYSTEMS (VFS and infrastructure)
1456P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001457M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458S: Maintained
1459
1460FIRMWARE LOADER (request_firmware)
1461L: linux-kernel@vger.kernel.org
1462S: Orphan
1463
1464FPU EMULATOR
1465P: Bill Metzenthen
1466M: billm@suburbia.net
1467W: http://suburbia.net/~billm/floating-point/emulator/
1468S: Maintained
1469
1470FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1471P: Mike McLagan
1472M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001473L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474S: Maintained
1475
1476FREEVXFS FILESYSTEM
1477P: Christoph Hellwig
1478M: hch@infradead.org
1479W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1480S: Maintained
1481
David Howells5ab7ffe2007-04-10 15:10:45 +01001482FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483P: David Howells
1484M: dhowells@redhat.com
1485S: Maintained
1486
Miklos Szeredi04578f12005-09-09 13:10:22 -07001487FUSE: FILESYSTEM IN USERSPACE
1488P: Miklos Szeredi
1489M: miklos@szeredi.hu
1490L: fuse-devel@lists.sourceforge.net
1491W: http://fuse.sourceforge.net/
1492S: Maintained
1493
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1495P: Rik Faith
1496M: faith@cs.unc.edu
1497L: linux-scsi@vger.kernel.org
1498S: Odd fixes (e.g., new signatures)
1499
1500GDT SCSI DISK ARRAY CONTROLLER DRIVER
1501P: Achim Leubner
1502M: achim_leubner@adaptec.com
1503L: linux-scsi@vger.kernel.org
1504W: http://www.icp-vortex.com/
1505S: Supported
1506
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001507GENERIC GPIO I2C DRIVER
1508P: Haavard Skinnemoen
1509M: hskinnemoen@atmel.com
1510S: Supported
1511
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1513P: Krzysztof Halasa
1514M: khc@pm.waw.pl
1515W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1516S: Maintained
1517
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001518GFS2 FILE SYSTEM
1519P: Steven Whitehouse
1520M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001521L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001522W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001523T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1524T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001525S: Supported
1526
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001527GIGASET ISDN DRIVERS
1528P: Hansjoerg Lipp
1529M: hjlipp@web.de
1530P: Tilman Schmidt
1531M: tilman@imap.cc
1532L: gigaset307x-common@lists.sourceforge.net
1533W: http://gigaset307x.sourceforge.net/
1534S: Maintained
1535
Jean Delvare5b543962005-08-15 19:51:02 +02001536HARDWARE MONITORING
1537P: Jean Delvare
1538M: khali@linux-fr.org
1539L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001540W: http://www.lm-sensors.org/
1541T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001542S: Maintained
1543
Michael Buesch844dd052006-06-26 00:24:59 -07001544HARDWARE RANDOM NUMBER GENERATOR CORE
1545P: Michael Buesch
1546M: mb@bu3sch.de
1547S: Maintained
1548
Robert Love860e1d62005-08-31 23:57:59 -04001549HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1550P: Robert Love
1551M: rlove@rlove.org
1552M: linux-kernel@vger.kernel.org
1553W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1554S: Maintained
1555
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556HARMONY SOUND DRIVER
1557P: Kyle McMartin
1558M: kyle@parisc-linux.org
1559W: http://www.parisc-linux.org/~kyle/harmony/
1560L: parisc-linux@lists.parisc-linux.org
1561S: Maintained
1562
1563HAYES ESP SERIAL DRIVER
1564P: Andrew J. Robinson
1565M: arobinso@nyx.net
1566L: linux-kernel@vger.kernel.org
1567W: http://www.nyx.net/~arobinso
1568S: Maintained
1569
1570HFS FILESYSTEM
1571P: Roman Zippel
1572M: zippel@linux-m68k.org
1573L: linux-kernel@vger.kernel.org
1574S: Maintained
1575
1576HGA FRAMEBUFFER DRIVER
1577P: Ferenc Bakonyi
1578M: fero@drama.obuda.kando.hu
1579L: linux-nvidia@lists.surfsouth.com
1580W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1581S: Maintained
1582
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001583HID CORE LAYER
1584P: Jiri Kosina
1585M: jkosina@suse.cz
1586L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001587T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001588S: Maintained
1589
Ingo Molnar38bed542007-02-22 09:09:34 +01001590HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1591P: Thomas Gleixner
1592M: tglx@linutronix.de
1593L: linux-kernel@vger.kernel.org
1594S: Maintained
1595
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596HIGH-SPEED SCC DRIVER FOR AX.25
1597P: Klaus Kudielka
1598M: klaus.kudielka@ieee.org
1599L: linux-hams@vger.kernel.org
1600W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1601S: Maintained
1602
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001603HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1604P: HighPoint Linux Team
1605M: linux@highpoint-tech.com
1606W: http://www.highpoint-tech.com
1607S: Supported
1608
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609HIPPI
1610P: Jes Sorensen
1611M: jes@trained-monkey.org
1612L: linux-hippi@sunsite.dk
1613S: Maintained
1614
1615HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1616P: Chirag Kantharia
1617M: chirag.kantharia@hp.com
1618L: iss_storagedev@hp.com
1619S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001620
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621HEWLETT-PACKARD SMART2 RAID DRIVER
1622P: Chirag Kantharia
1623M: chirag.kantharia@hp.com
1624L: iss_storagedev@hp.com
1625S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001626
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1628P: Mike Miller
1629M: mike.miller@hp.com
1630L: iss_storagedev@hp.com
1631S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001632
Jouni Malinenff1d2762005-05-12 22:54:16 -04001633HOST AP DRIVER
1634P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001635M: j@w1.fi
1636L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001637L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001638W: http://hostap.epitest.fi/
1639S: Maintained
1640
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1642P: Jaroslav Kysela
1643M: perex@suse.cz
1644S: Maintained
1645
Bob Piccob9b03322005-11-07 00:59:19 -08001646HPET: High Precision Event Timers driver (hpet.c)
1647P: Clemens Ladisch
1648M: clemens@ladisch.de
1649S: Maintained
1650
1651HPET: i386
1652P: Venkatesh Pallipadi (Venki)
1653M: venkatesh.pallipadi@intel.com
1654S: Maintained
1655
1656HPET: x86_64
1657P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001658M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001659S: Maintained
1660
1661HPET: ACPI hpet.c
1662P: Bob Picco
1663M: bob.picco@hp.com
1664S: Maintained
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666HPFS FILESYSTEM
1667P: Mikulas Patocka
1668M: mikulas@artax.karlin.mff.cuni.cz
1669W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1670S: Maintained
1671
1672HUGETLB FILESYSTEM
1673P: William Irwin
1674M: wli@holomorphy.com
1675S: Maintained
1676
Jean Delvare5b543962005-08-15 19:51:02 +02001677I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678P: Jean Delvare
1679M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001680L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001681T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682S: Maintained
1683
Till Harbaume8c76ee2007-05-01 23:26:35 +02001684I2C-TINY-USB DRIVER
1685P: Till Harbaum
1686M: till@harbaum.org
1687L: i2c@lm-sensors.org
1688T: http://www.harbaum.org/till/i2c_tiny_usb
1689S: Maintained
1690
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691i386 BOOT CODE
1692P: Riley H. Williams
1693M: Riley@Williams.Name
1694L: Linux-Kernel@vger.kernel.org
1695S: Maintained
1696
1697i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1698P: Dave Jones
1699M: davej@codemonkey.org.uk
1700P: H. Peter Anvin
1701M: hpa@zytor.com
1702S: Maintained
1703
1704i810 TCO TIMER WATCHDOG
1705P: Nils Faerber
1706M: nils@kernelconcepts.de
1707W: http://www.kernelconcepts.de/
1708S: Maintained
1709
1710IA64 (Itanium) PLATFORM
1711P: Tony Luck
1712M: tony.luck@intel.com
1713L: linux-ia64@vger.kernel.org
1714W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001715T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716S: Maintained
1717
1718SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001719P: Jes Sorensen
1720M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721L: linux-altix@sgi.com
1722L: linux-ia64@vger.kernel.org
1723W: http://www.sgi.com/altix
1724S: Maintained
1725
1726IBM MCA SCSI SUBSYSTEM DRIVER
1727P: Michael Lang
1728M: langa2@kph.uni-mainz.de
1729W: http://www.uni-mainz.de/~langm000/linux.html
1730S: Maintained
1731
1732IBM Power Linux RAID adapter
1733P: Brian King
1734M: brking@us.ibm.com
1735S: Supported
1736
1737IBM ServeRAID RAID DRIVER
1738P: Jack Hammer
1739P: Dave Jeffery
1740M: ipslinux@adaptec.com
1741W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001742S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001744IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001746M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001748T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749S: Maintained
1750
1751IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001752P: Alan Cox
1753M: alan@lxorguk.ukuu.org.uk
1754L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755S: Maintained
1756
1757IDE/ATAPI FLOPPY DRIVERS
1758P: Paul Bristow
1759M: Paul Bristow <paul@paulbristow.net>
1760W: http://paulbristow.net/linux/idefloppy.html
1761L: linux-kernel@vger.kernel.org
1762S: Maintained
1763
1764IDE/ATAPI TAPE DRIVERS
1765P: Gadi Oxman
1766M: Gadi Oxman <gadio@netvision.net.il>
1767L: linux-kernel@vger.kernel.org
1768S: Maintained
1769
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770IEEE 1394 SUBSYSTEM
1771P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001772M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001773P: Stefan Richter
1774M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775L: linux1394-devel@lists.sourceforge.net
1776W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001777T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778S: Maintained
1779
Stefan Richterf51a5a92007-04-23 14:41:10 -07001780IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781P: Dan Dennedy
1782M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001783P: Stefan Richter
1784M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001786S: Maintained
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788IMS TWINTURBO FRAMEBUFFER DRIVER
1789P: Paul Mundt
1790M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001791L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792S: Maintained
1793
1794INFINIBAND SUBSYSTEM
1795P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001796M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797P: Sean Hefty
1798M: mshefty@ichips.intel.com
1799P: Hal Rosenstock
1800M: halr@voltaire.com
1801L: openib-general@openib.org
1802W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001803T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804S: Supported
1805
1806INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001807P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001808M: dmitry.torokhov@gmail.com
1809M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810L: linux-input@atrey.karlin.mff.cuni.cz
1811L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001812T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813S: Maintained
1814
Robert Lovec9f04f52005-07-15 12:21:07 -04001815INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001816P: John McCutchan
1817M: ttb@tentacle.dhs.org
1818P: Robert Love
1819M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001820L: linux-kernel@vger.kernel.org
1821S: Maintained
1822
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001823INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001824P: Sylvain Meyer
1825M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001826L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001827S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001828
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001830P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001831M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001832L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001833S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834
1835INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1836P: Ingo Molnar
1837M: mingo@redhat.com
1838S: Maintained
1839
1840INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1841P: Jeff Garzik
1842M: jgarzik@pobox.com
1843W: http://sourceforge.net/projects/gkernel/
1844S: Maintained
1845
1846INTEL IA32 MICROCODE UPDATE SUPPORT
1847P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001848M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849S: Maintained
1850
Michael Buesch844dd052006-06-26 00:24:59 -07001851INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1852P: Deepak Saxena
1853M: dsaxena@plexity.net
1854S: Maintained
1855
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001856INTEL IXP2000 ETHERNET DRIVER
1857P: Lennert Buytenhek
1858M: kernel@wantstofly.org
1859L: netdev@vger.kernel.org
1860S: Maintained
1861
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862INTEL PRO/100 ETHERNET SUPPORT
1863P: John Ronciak
1864M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865P: Jesse Brandeburg
1866M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001867P: Jeff Kirsher
1868M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001869P: Auke Kok
1870M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001871L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872W: http://sourceforge.net/projects/e1000/
1873S: Supported
1874
1875INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1876P: Jeb Cramer
1877M: cramerj@intel.com
1878P: John Ronciak
1879M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001880P: Jesse Brandeburg
1881M: jesse.brandeburg@intel.com
1882P: Jeff Kirsher
1883M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001884P: Auke Kok
1885M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001886L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887W: http://sourceforge.net/projects/e1000/
1888S: Supported
1889
1890INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001891P: Jeff Kirsher
1892M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893P: Ayyappan Veeraiyan
1894M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895P: John Ronciak
1896M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001897P: Jesse Brandeburg
1898M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001899P: Auke Kok
1900M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001901L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902W: http://sourceforge.net/projects/e1000/
1903S: Supported
1904
James Ketrenos826d2ab2005-11-07 18:56:59 -06001905INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1906P: Yi Zhu
1907M: yi.zhu@intel.com
1908P: James Ketrenos
1909M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001910L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001911L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001912L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1913W: http://ipw2100.sourceforge.net
1914S: Supported
1915
1916INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1917P: Yi Zhu
1918M: yi.zhu@intel.com
1919P: James Ketrenos
1920M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001921L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001922L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001923L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1924W: http://ipw2200.sourceforge.net
1925S: Supported
1926
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927IOC3 DRIVER
1928P: Ralf Baechle
1929M: ralf@linux-mips.org
1930L: linux-mips@linux-mips.org
1931S: Maintained
1932
1933IP MASQUERADING:
1934P: Juanjo Ciarlante
1935M: jjciarla@raiz.uncu.edu.ar
1936S: Maintained
1937
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001938IPATH DRIVER:
1939P: Bryan O'Sullivan
1940M: support@pathscale.com
1941L: openib-general@openib.org
1942S: Supported
1943
Corey Minyard4409ebe2006-04-20 02:43:12 -07001944IPMI SUBSYSTEM
1945P: Corey Minyard
1946M: minyard@acm.org
1947L: openipmi-developer@lists.sourceforge.net
1948W: http://openipmi.sourceforge.net/
1949S: Supported
1950
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951IPX NETWORK LAYER
1952P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001953M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001954L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955S: Maintained
1956
1957IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001958P: Samuel Ortiz
1959M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001960L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001962S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963
1964ISAPNP
1965P: Jaroslav Kysela
1966M: perex@suse.cz
1967S: Maintained
1968
1969ISDN SUBSYSTEM
1970P: Karsten Keil
1971M: kkeil@suse.de
1972P: Kai Germaschewski
1973M: kai.germaschewski@gmx.de
1974L: isdn4linux@listserv.isdn4linux.de
1975W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001976T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977S: Maintained
1978
1979ISDN SUBSYSTEM (Eicon active card driver)
1980P: Armin Schindler
1981M: mac@melware.de
1982L: isdn4linux@listserv.isdn4linux.de
1983W: http://www.melware.de
1984S: Maintained
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1987P: David Woodhouse
1988M: dwmw2@infradead.org
1989L: jffs-dev@axis.com
1990W: http://sources.redhat.com/jffs2/
1991S: Maintained
1992
1993JFS FILESYSTEM
1994P: Dave Kleikamp
1995M: shaggy@austin.ibm.com
1996L: jfs-discussion@lists.sourceforge.net
1997W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001998T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999S: Supported
2000
Josh Triplettde456d32006-07-30 03:04:00 -07002001JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002002P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002003M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002004L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002005S: Maintained
2006
Rudolf Marek4660cb32006-10-08 22:01:26 +02002007K8TEMP HARDWARE MONITORING DRIVER
2008P: Rudolf Marek
2009M: r.marek@assembler.cz
2010L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011S: Maintained
2012
2013KCONFIG
2014P: Roman Zippel
2015M: zippel@linux-m68k.org
2016L: kbuild-devel@lists.sourceforge.net
2017S: Maintained
2018
Vivek Goyalea6c2082006-05-20 14:59:55 -07002019KDUMP
2020P: Vivek Goyal
2021M: vgoyal@in.ibm.com
2022P: Haren Myneni
2023M: hbabu@us.ibm.com
David Brownellf318a632007-04-23 14:41:06 -07002024L: fastboot@lists.linux-foundation.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002025L: linux-kernel@vger.kernel.org
2026W: http://lse.sourceforge.net/kdump/
2027S: Maintained
2028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029KERNEL AUTOMOUNTER (AUTOFS)
2030P: H. Peter Anvin
2031M: hpa@zytor.com
2032L: autofs@linux.kernel.org
2033S: Odd Fixes
2034
2035KERNEL AUTOMOUNTER v4 (AUTOFS4)
2036P: Ian Kent
2037M: raven@themaw.net
2038L: autofs@linux.kernel.org
2039S: Maintained
2040
2041KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2042P: Kai Germaschewski
2043M: kai@germaschewski.name
2044P: Sam Ravnborg
2045M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002046T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002047S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048
2049KERNEL JANITORS
2050P: Several
David Brownellf318a632007-04-23 14:41:06 -07002051L: kernel-janitors@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053S: Maintained
2054
2055KERNEL NFSD
2056P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002057M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058L: nfs@lists.sourceforge.net
2059W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002060S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061
Avi Kivity426d62e2006-12-13 00:34:03 -08002062KERNEL VIRTUAL MACHINE (KVM)
2063P: Avi Kivity
2064M: avi@qumranet.com
2065L: kvm-devel@lists.sourceforge.net
2066W: kvm.sourceforge.net
2067S: Supported
2068
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002069KEXEC
2070P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002071M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002072W: http://www.xmission.com/~ebiederm/files/kexec/
2073L: linux-kernel@vger.kernel.org
David Brownellf318a632007-04-23 14:41:06 -07002074L: fastboot@lists.linux-foundation.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002075S: Maintained
2076
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002077KPROBES
2078P: Prasanna S Panchamukhi
2079M: prasanna@in.ibm.com
2080P: Ananth N Mavinakayanahalli
2081M: ananth@in.ibm.com
2082P: Anil S Keshavamurthy
2083M: anil.s.keshavamurthy@intel.com
2084P: David S. Miller
2085M: davem@davemloft.net
2086L: linux-kernel@vger.kernel.org
2087S: Maintained
2088
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002089KS0108 LCD CONTROLLER DRIVER
2090P: Miguel Ojeda Sandonis
2091M: maxextreme@gmail.com
2092L: linux-kernel@vger.kernel.org
2093S: Maintained
2094
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002097S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098
2099LASI 53c700 driver for PARISC
2100P: James E.J. Bottomley
2101M: James.Bottomley@HansenPartnership.com
2102L: linux-scsi@vger.kernel.org
2103S: Maintained
2104
Richard Purdie263de9b2006-05-15 09:44:16 -07002105LED SUBSYSTEM
2106P: Richard Purdie
2107M: rpurdie@rpsys.net
2108S: Maintained
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110LEGO USB Tower driver
2111P: Juergen Stuber
2112M: starblue@users.sourceforge.net
2113L: legousb-devel@lists.sourceforge.net
2114W: http://legousb.sourceforge.net/
2115S: Maintained
2116
2117LINUX FOR IBM pSERIES (RS/6000)
2118P: Paul Mackerras
2119M: paulus@au.ibm.com
2120W: http://www.ibm.com/linux/ltc/projects/ppc
2121S: Supported
2122
2123LINUX FOR NCR VOYAGER
2124P: James Bottomley
2125M: James.Bottomley@HansenPartnership.com
2126W: http://www.hansenpartnership.com/voyager
2127S: Maintained
2128
2129LINUX FOR POWERPC
2130P: Paul Mackerras
2131M: paulus@samba.org
2132W: http://www.penguinppc.org/
2133L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002134T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Supported
2136
2137LINUX FOR POWER MACINTOSH
2138P: Benjamin Herrenschmidt
2139M: benh@kernel.crashing.org
2140W: http://www.penguinppc.org/
2141L: linuxppc-dev@ozlabs.org
2142S: Maintained
2143
2144LINUX FOR POWERPC EMBEDDED MPC52XX
2145P: Sylvain Munaut
2146M: tnt@246tNt.com
2147W: http://www.246tNt.com/mpc52xx/
2148W: http://www.penguinppc.org/
2149L: linuxppc-dev@ozlabs.org
2150L: linuxppc-embedded@ozlabs.org
2151S: Maintained
2152
2153LINUX FOR POWERPC EMBEDDED PPC4XX
2154P: Matt Porter
2155M: mporter@kernel.crashing.org
2156W: http://www.penguinppc.org/
2157L: linuxppc-embedded@ozlabs.org
2158S: Maintained
2159
Tom Rinie93adf12005-07-26 12:49:53 -07002160LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161P: Tom Rini
2162M: trini@kernel.crashing.org
2163W: http://www.penguinppc.org/
2164L: linuxppc-embedded@ozlabs.org
2165S: Maintained
2166
Tom Rinie93adf12005-07-26 12:49:53 -07002167LINUX FOR POWERPC EMBEDDED PPC8XX
2168P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002169M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002170W: http://www.penguinppc.org/
2171L: linuxppc-embedded@ozlabs.org
2172S: Maintained
2173
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002175P: Kumar Gala
2176M: galak@kernel.crashing.org
2177W: http://www.penguinppc.org/
2178L: linuxppc-embedded@ozlabs.org
2179S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180
Olof Johanssonab06ff32006-09-06 14:44:54 -05002181LINUX FOR POWERPC PA SEMI PWRFICIENT
2182P: Olof Johansson
2183M: olof@lixom.net
2184W: http://www.pasemi.com/
2185L: linuxppc-dev@ozlabs.org
2186S: Supported
2187
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188LLC (802.2)
2189P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002190M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Maintained
2192
2193LINUX FOR 64BIT POWERPC
2194P: Paul Mackerras
2195M: paulus@samba.org
2196M: paulus@au.ibm.com
2197P: Anton Blanchard
2198M: anton@samba.org
2199M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002200W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002201L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202S: Supported
2203
2204LINUX SECURITY MODULE (LSM) FRAMEWORK
2205P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002206M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002207L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002209T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Supported
2211
2212LM83 HARDWARE MONITOR DRIVER
2213P: Jean Delvare
2214M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002215L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216S: Maintained
2217
2218LM90 HARDWARE MONITOR DRIVER
2219P: Jean Delvare
2220M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002221L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222S: Maintained
2223
2224LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2225P: Richard Russon (FlatCap)
2226M: ldm@flatcap.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002227L: ldm-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228W: http://ldm.sourceforge.net
2229S: Maintained
2230
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002231LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2232P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002233M: Eric.Moore@lsi.com
2234M: support@lsi.com
2235L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002236L: linux-scsi@vger.kernel.org
2237W: http://www.lsilogic.com/support
2238S: Supported
2239
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2241P: Matthew Wilcox
2242M: matthew@wil.cx
2243L: linux-scsi@vger.kernel.org
2244S: Maintained
2245
2246M68K ARCHITECTURE
2247P: Geert Uytterhoeven
2248M: geert@linux-m68k.org
2249P: Roman Zippel
2250M: zippel@linux-m68k.org
2251L: linux-m68k@lists.linux-m68k.org
2252W: http://www.linux-m68k.org/
2253W: http://linux-m68k-cvs.ubb.ca/
2254S: Maintained
2255
2256M68K ON APPLE MACINTOSH
2257P: Joshua Thompson
2258M: funaho@jurai.org
2259W: http://www.mac.linux-m68k.org/
2260L: linux-mac68k@mac.linux-m68k.org
2261S: Maintained
2262
2263M68K ON HP9000/300
2264P: Philip Blundell
2265M: philb@gnu.org
2266W: http://www.tazenda.demon.co.uk/phil/linux-hp
2267S: Maintained
2268
Jiri Benc64a327a2007-05-05 11:47:08 -07002269MAC80211
2270P: Jiri Benc
2271M: jbenc@suse.cz
2272P: Michael Wu
2273M: flamingice@sourmilk.net
2274L: linux-wireless@vger.kernel.org
2275W: http://linuxwireless.org/
2276T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2277S: Maintained
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279MARVELL YUKON / SYSKONNECT DRIVER
2280P: Mirko Lindner
2281M: mlindner@syskonnect.de
2282P: Ralph Roesler
2283M: rroesler@syskonnect.de
2284W: http://www.syskonnect.com
2285S: Supported
2286
Michael Kerriskfaf16682005-07-31 22:34:47 -07002287MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002288P: Michael Kerrisk
2289M: mtk-manpages@gmx.net
2290W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2291S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002292
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002293MARVELL MV643XX ETHERNET DRIVER
2294P: Dale Farnsworth
2295M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002297M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002298L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002299S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300
2301MATROX FRAMEBUFFER DRIVER
2302P: Petr Vandrovec
2303M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002304L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305S: Maintained
2306
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002307MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002308P: Neela Syam Kolli
2309M: Neela.Kolli@engenio.com
2310S: linux-scsi@vger.kernel.org
2311W: http://megaraid.lsilogic.com
2312S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002313
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002314MEMORY MANAGEMENT
2315L: linux-mm@kvack.org
2316L: linux-kernel@vger.kernel.org
2317W: http://www.linux-mm.org
2318S: Maintained
2319
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002320MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321P: David Woodhouse
2322M: dwmw2@infradead.org
2323W: http://www.linux-mtd.infradead.org/
2324L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002325T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326S: Maintained
2327
Artem Bityutskiy48576402007-02-13 17:11:10 +02002328UNSORTED BLOCK IMAGES (UBI)
2329P: Artem Bityutskiy
2330M: dedekind@infradead.org
2331W: http://www.linux-mtd.infradead.org/
2332L: linux-mtd@lists.infradead.org
2333T: git git://git.infradead.org/ubi-2.6.git
2334S: Maintained
2335
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336MICROTEK X6 SCANNER
2337P: Oliver Neukum
2338M: oliver@neukum.name
2339S: Maintained
2340
2341MIPS
2342P: Ralf Baechle
2343M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002344W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002346T: git www.linux-mips.org:/pub/scm/linux.git
2347S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348
2349MISCELLANEOUS MCA-SUPPORT
2350P: James Bottomley
2351M: jejb@steeleye.com
2352L: linux-kernel@vger.kernel.org
2353S: Maintained
2354
2355MODULE SUPPORT
2356P: Rusty Russell
2357M: rusty@rustcorp.com.au
2358L: linux-kernel@vger.kernel.org
2359S: Maintained
2360
2361MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2362P: Stelian Pop
2363M: stelian@popies.net
2364W: http://popies.net/meye/
2365S: Maintained
2366
2367MOUSE AND MISC DEVICES [GENERAL]
2368P: Alessandro Rubini
2369M: rubini@ipvvis.unipv.it
2370L: linux-kernel@vger.kernel.org
2371S: Maintained
2372
Jiri Slabyd7354102006-12-08 02:38:35 -08002373MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2374P: Jiri Slaby
2375M: jirislaby@gmail.com
2376L: linux-kernel@vger.kernel.org
2377S: Maintained
2378
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002379MSI LAPTOP SUPPORT
2380P: Lennart Poettering
2381M: mzxreary@0pointer.de
2382L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2383W: http://0pointer.de/lennart/tchibo.html
2384S: Maintained
2385
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386MTRR AND SIMILAR SUPPORT [i386]
2387P: Richard Gooch
2388M: rgooch@atnf.csiro.au
2389L: linux-kernel@vger.kernel.org
2390W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2391S: Maintained
2392
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002393MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2394P: Pierre Ossman
2395M: drzeus-mmc@drzeus.cx
2396L: linux-kernel@vger.kernel.org
2397S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002398
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399MULTISOUND SOUND DRIVER
2400P: Andrew Veliath
2401M: andrewtv@usa.net
2402S: Maintained
2403
Jiri Slabyd7354102006-12-08 02:38:35 -08002404MULTITECH MULTIPORT CARD (ISICOM)
2405P: Jiri Slaby
2406M: jirislaby@gmail.com
2407L: linux-kernel@vger.kernel.org
2408S: Maintained
2409
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410NATSEMI ETHERNET DRIVER (DP8381x)
2411P: Tim Hockin
2412M: thockin@hockin.org
2413S: Maintained
2414
2415NCP FILESYSTEM
2416P: Petr Vandrovec
2417M: vandrove@vc.cvut.cz
2418L: linware@sh.cvut.cz
2419S: Maintained
2420
2421NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2422P: James E.J. Bottomley
2423M: James.Bottomley@HansenPartnership.com
2424L: linux-scsi@vger.kernel.org
2425S: Maintained
2426
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002427NETEM NETWORK EMULATOR
2428P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002429M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002430L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002431S: Maintained
2432
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433NETFILTER/IPTABLES/IPCHAINS
2434P: Rusty Russell
2435P: Marc Boucher
2436P: James Morris
2437P: Harald Welte
2438P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002439P: Patrick McHardy
2440M: kaber@trash.net
2441L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002442L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002443L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444W: http://www.netfilter.org/
2445W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446S: Supported
2447
Paul Moore4cc67732006-09-25 15:57:13 -07002448NETLABEL
2449P: Paul Moore
2450M: paul.moore@hp.com
2451W: http://netlabel.sf.net
2452L: netdev@vger.kernel.org
2453S: Supported
2454
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455NETROM NETWORK LAYER
2456P: Ralf Baechle
2457M: ralf@linux-mips.org
2458L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002459W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460S: Maintained
2461
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002462NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463P: Paul Clements
2464M: Paul.Clements@steeleye.com
2465S: Maintained
2466
2467NETWORK DEVICE DRIVERS
2468P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002469M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470P: Jeff Garzik
2471M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002472L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002473T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474S: Maintained
2475
2476NETWORKING [GENERAL]
2477P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002478M: netdev@vger.kernel.org
2479L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002480W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481S: Maintained
2482
2483NETWORKING [IPv4/IPv6]
2484P: David S. Miller
2485M: davem@davemloft.net
2486P: Alexey Kuznetsov
2487M: kuznet@ms2.inr.ac.ru
2488P: Pekka Savola (ipv6)
2489M: pekkas@netcore.fi
2490P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002491M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492P: Hideaki YOSHIFUJI
2493M: yoshfuji@linux-ipv6.org
2494P: Patrick McHardy
2495M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002496L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002497T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498S: Maintained
2499
John W. Linville29f8f632006-01-18 14:52:48 -08002500NETWORKING [WIRELESS]
2501P: John W. Linville
2502M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002503L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002504T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2505S: Maintained
2506
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002507NETXEN (1/10) GbE SUPPORT
2508P: Amit S. Kale
2509M: amitkale@netxen.com
2510L: netdev@vger.kernel.org
2511W: http://www.netxen.com
2512S: Supported
2513
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514IPVS
2515P: Wensong Zhang
2516M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002517P: Simon Horman
2518M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519P: Julian Anastasov
2520M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002521L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522S: Maintained
2523
2524NFS CLIENT
2525P: Trond Myklebust
2526M: trond.myklebust@fys.uio.no
2527L: linux-kernel@vger.kernel.org
2528S: Maintained
2529
2530NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002531P: Jan-Pascal van Best
2532M: janpascal@vanbest.org
2533P: Andreas Mohr
2534M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002535L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536S: Maintained
2537
2538NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2539P: YOKOTA Hiroshi
2540M: yokota@netlab.is.tsukuba.ac.jp
2541W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2542S: Maintained
2543
2544NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2545P: GOTO Masanori
2546M: gotom@debian.or.jp
2547P: YOKOTA Hiroshi
2548M: yokota@netlab.is.tsukuba.ac.jp
2549W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2550S: Maintained
2551
2552NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2553P: Eberhard Moenkeberg
2554M: emoenke@gwdg.de
2555L: linux-kernel@vger.kernel.org
2556S: Maintained
2557
2558NTFS FILESYSTEM
2559P: Anton Altaparmakov
2560M: aia21@cantab.net
2561L: linux-ntfs-dev@lists.sourceforge.net
2562L: linux-kernel@vger.kernel.org
2563W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002564T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565S: Maintained
2566
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002567NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002568P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002569M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002570L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002571S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572
Ramkrishna Vepa3ef34b82007-03-30 18:42:27 -07002573NETERION (S2IO) Xframe 10GbE DRIVER
2574P: Ramkrishna Vepa
2575M: ram.vepa@neterion.com
2576P: Rastapur Santosh
2577M: santosh.rastapur@neterion.com
2578P: Sivakumar Subramani
2579M: sivakumar.subramani@neterion.com
2580P: Sreenivasa Honnur
2581M: sreenivasa.honnur@neterion.com
2582L: netdev@vger.kernel.org
2583W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2584S: Supported
2585
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002586OPENCORES I2C BUS DRIVER
2587P: Peter Korsgaard
2588M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002589L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002590S: Maintained
2591
Mark Fashehccd979b2005-12-15 14:31:24 -08002592ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2593P: Mark Fasheh
2594M: mark.fasheh@oracle.com
2595P: Kurt Hackel
2596M: kurt.hackel@oracle.com
2597L: ocfs2-devel@oss.oracle.com
2598W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002599S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002600
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601OLYMPIC NETWORK DRIVER
2602P: Peter De Shrijver
2603M: p2@ace.ulyssis.student.kuleuven.ac.be
2604P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002605M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002606L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607L: linux-tr@linuxtr.net
2608W: http://www.linuxtr.net
2609S: Maintained
2610
Harald Weltec1986ee2005-11-13 16:06:29 -08002611OMNIKEY CARDMAN 4000 DRIVER
2612P: Harald Welte
2613M: laforge@gnumonks.org
2614S: Maintained
2615
Harald Welte77c44ab2005-11-13 16:06:26 -08002616OMNIKEY CARDMAN 4040 DRIVER
2617P: Harald Welte
2618M: laforge@gnumonks.org
2619S: Maintained
2620
Jonathan Corbet77d51402007-03-22 19:44:17 -03002621OMNIVISION OV7670 SENSOR DRIVER
2622P: Jonathan Corbet
2623M: corbet@lwn.net
2624L: video4linux-list@redhat.com
2625S: Maintained
2626
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627ONSTREAM SCSI TAPE DRIVER
2628P: Willem Riede
2629M: osst@riede.org
2630L: osst-users@lists.sourceforge.net
2631L: linux-scsi@vger.kernel.org
2632S: Maintained
2633
2634OPL3-SA2, SA3, and SAx DRIVER
2635P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002636M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637L: linux-sound@vger.kernel.org
2638S: Maintained
2639
2640OPROFILE
2641P: Philippe Elie
2642M: phil.el@wanadoo.fr
2643L: oprofile-list@lists.sf.net
2644S: Maintained
2645
2646ORINOCO DRIVER
2647P: Pavel Roskin
2648M: proski@gnu.org
2649P: David Gibson
2650M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002651L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002652L: orinoco-users@lists.sourceforge.net
2653L: orinoco-devel@lists.sourceforge.net
2654W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655S: Maintained
2656
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002657PA SEMI ETHERNET DRIVER
2658P: Olof Johansson
2659M: olof@lixom.net
2660L: netdev@vger.kernel.org
2661S: Maintained
2662
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002663PA SEMI SMBUS DRIVER
2664P: Olof Johansson
2665M: olof@lixom.net
2666L: i2c@lm-sensors.org
2667S: Maintained
2668
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002671S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672
2673PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2674P: Tim Waugh
2675M: tim@cyberelk.net
2676L: linux-parport@lists.infradead.org
2677W: http://www.torque.net/linux-pp.html
2678S: Maintained
2679
2680PARISC ARCHITECTURE
2681P: Matthew Wilcox
2682M: matthew@wil.cx
2683P: Grant Grundler
2684M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002685P: Kyle McMartin
2686M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687L: parisc-linux@parisc-linux.org
2688W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002689T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2690T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691S: Maintained
2692
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002693PARAVIRT_OPS INTERFACE
2694P: Jeremy Fitzhardinge
2695M: jeremy@xensource.com
2696P: Chris Wright
2697M: chrisw@sous-sol.org
2698P: Zachary Amsden
2699M: zach@vmware.com
2700P: Rusty Russell
2701M: rusty@rustcorp.com.au
2702L: virtualization@lists.osdl.org
2703L: linux-kernel@vger.kernel.org
2704S: Supported
2705
Jim Cromie1662d322006-10-06 00:43:59 -07002706PC87360 HARDWARE MONITORING DRIVER
2707P: Jim Cromie
2708M: jim.cromie@gmail.com
2709L: lm-sensors@lm-sensors.org
2710S: Maintained
2711
2712PC8736x GPIO DRIVER
2713P: Jim Cromie
2714M: jim.cromie@gmail.com
2715S: Maintained
2716
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002717PCI ERROR RECOVERY
2718P: Linas Vepstas
2719M: linas@austin.ibm.com
2720L: linux-kernel@vger.kernel.org
2721L: linux-pci@atrey.karlin.mff.cuni.cz
2722S: Supported
2723
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2725P: Thomas Sailer
2726M: sailer@ife.ee.ethz.ch
2727L: linux-sound@vger.kernel.org
2728W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2729S: Maintained
2730
2731PCI SUBSYSTEM
2732P: Greg Kroah-Hartman
2733M: gregkh@suse.de
2734L: linux-kernel@vger.kernel.org
2735L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002736T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737S: Supported
2738
2739PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002740P: Kristen Carlson Accardi
2741M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742S: Supported
2743
2744PCI HOTPLUG COMPAQ DRIVER
2745P: Greg Kroah-Hartman
2746M: greg@kroah.com
2747S: Maintained
2748
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002749PCIE HOTPLUG DRIVER
2750P: Kristen Carlson Accardi
2751M: kristen.c.accardi@intel.com
2752L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002753S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002754
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002756P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002757L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002759T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002760S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761
2762PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002763P: Don Fry
2764M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002765L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766S: Maintained
2767
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002768PER-TASK DELAY ACCOUNTING
2769P: Shailabh Nagar
2770M: nagar@watson.ibm.com
2771L: linux-kernel@vger.kernel.org
2772S: Maintained
2773
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002774PERSONALITY HANDLING
2775P: Christoph Hellwig
2776M: hch@infradead.org
2777L: linux-abi-devel@lists.sourceforge.net
2778S: Maintained
2779
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780PHRAM MTD DRIVER
2781P: Jörn Engel
2782M: joern@wh.fh-wedel.de
2783L: linux-mtd@lists.infradead.org
2784S: Maintained
2785
Peter Osterlund249a6772005-09-27 21:45:30 -07002786PKTCDVD DRIVER
2787P: Peter Osterlund
2788M: petero2@telia.com
2789L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002790S: Maintained
2791
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792POSIX CLOCKS and TIMERS
2793P: George Anzinger
2794M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002795L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796S: Supported
2797
Eugene Surovegin24682972005-10-14 03:00:53 -07002798POWERPC 4xx EMAC DRIVER
2799P: Eugene Surovegin
2800M: ebs@ebshome.net
2801W: http://kernel.ebshome.net/emac/
2802L: linuxppc-embedded@ozlabs.org
2803L: netdev@vger.kernel.org
2804S: Maintained
2805
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806PNP SUPPORT
2807P: Adam Belay
2808M: ambx1@neo.rr.com
2809S: Maintained
2810
Vitaly Wool999445d2007-01-04 13:07:03 +01002811PNXxxxx I2C DRIVER
2812P: Vitaly Wool
2813M: vitalywool@gmail.com
2814L: i2c@lm-sensors.org
2815S: Maintained
2816
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817PPP PROTOCOL DRIVERS AND COMPRESSORS
2818P: Paul Mackerras
2819M: paulus@samba.org
2820L: linux-ppp@vger.kernel.org
2821S: Maintained
2822
2823PPP OVER ATM (RFC 2364)
2824P: Mitchell Blank Jr
2825M: mitch@sfgoth.com
2826S: Maintained
2827
2828PPP OVER ETHERNET
2829P: Michal Ostrowski
2830M: mostrows@speakeasy.net
2831S: Maintained
2832
2833PREEMPTIBLE KERNEL
2834P: Robert Love
2835M: rml@tech9.net
2836L: linux-kernel@vger.kernel.org
2837L: kpreempt-tech@lists.sourceforge.net
2838W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2839S: Supported
2840
2841PRISM54 WIRELESS DRIVER
2842P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002843M: developers@islsm.org
Johannes Berg724c6b32007-04-23 12:18:20 -07002844L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845W: http://prism54.org
2846S: Maintained
2847
2848PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2849P: Peter Denison
2850M: promise@pnd-pc.demon.co.uk
2851W: http://www.pnd-pc.demon.co.uk/promise/
2852S: Maintained
2853
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002854PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2855P: Mikael Pettersson
2856M: mikpe@it.uu.se
2857L: linux-ide@vger.kernel.org
2858S: Maintained
2859
Geoff Levandf58a9d12006-11-23 00:46:51 +01002860PS3 PLATFORM SUPPORT
2861P: Geoff Levand
2862M: geoffrey.levand@am.sony.com
2863L: linuxppc-dev@ozlabs.org
2864L: cbe-oss-dev@ozlabs.org
2865S: Supported
2866
Michael Krufky83202042006-07-03 00:24:18 -07002867PVRUSB2 VIDEO4LINUX DRIVER
2868P: Mike Isely
2869M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002870L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002871L: video4linux-list@redhat.com
2872W: http://www.isely.net/pvrusb2/
2873S: Maintained
2874
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875PXA2xx SUPPORT
2876P: Nicolas Pitre
2877M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002878L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879S: Maintained
2880
2881QLOGIC QLA2XXX FC-SCSI DRIVER
2882P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002883M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884L: linux-scsi@vger.kernel.org
2885S: Supported
2886
Ron Mercer5a4faa82006-07-25 00:40:21 -07002887QLOGIC QLA3XXX NETWORK DRIVER
2888P: Ron Mercer
2889M: linux-driver@qlogic.com
2890L: netdev@vger.kernel.org
2891S: Supported
2892
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893QNX4 FILESYSTEM
2894P: Anders Larsen
2895M: al@alarsen.net
2896L: linux-kernel@vger.kernel.org
2897W: http://www.alarsen.net/linux/qnx4fs/
2898S: Maintained
2899
2900RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002901P: Benjamin Herrenschmidt
2902M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002903L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904S: Maintained
2905
2906RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002907P: Paul Mackerras
2908M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002909L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910S: Maintained
2911
2912RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2913P: Corey Thomas
2914M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002915L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916S: Maintained
2917
Matt Mackall9e95ce22005-04-16 15:25:56 -07002918RANDOM NUMBER DRIVER
2919P: Matt Mackall
2920M: mpm@selenic.com
2921S: Maintained
2922
Matt Porter394b7012005-11-07 01:00:15 -08002923RAPIDIO SUBSYSTEM
2924P: Matt Porter
2925M: mporter@kernel.crashing.org
2926L: linux-kernel@vger.kernel.org
2927S: Maintained
2928
Josh Triplett595182b2006-10-04 02:17:21 -07002929READ-COPY UPDATE (RCU)
2930P: Dipankar Sarma
2931M: dipankar@in.ibm.com
2932W: http://www.rdrop.com/users/paulmck/rclock/
2933L: linux-kernel@vger.kernel.org
2934S: Supported
2935
2936RCUTORTURE MODULE
2937P: Josh Triplett
2938M: josh@freedesktop.org
2939L: linux-kernel@vger.kernel.org
2940S: Maintained
2941
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942REAL TIME CLOCK DRIVER
2943P: Paul Gortmaker
2944M: p_gortmaker@yahoo.com
2945L: linux-kernel@vger.kernel.org
2946S: Maintained
2947
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002948REAL TIME CLOCK (RTC) SUBSYSTEM
2949P: Alessandro Zummo
2950M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002951L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002952S: Maintained
2953
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954REISERFS FILE SYSTEM
2955P: Hans Reiser
2956M: reiserfs-dev@namesys.com
2957L: reiserfs-list@namesys.com
2958W: http://www.namesys.com
2959S: Supported
2960
2961ROCKETPORT DRIVER
2962P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963W: http://www.comtrol.com
2964S: Maintained
2965
2966ROSE NETWORK LAYER
2967P: Ralf Baechle
2968M: ralf@linux-mips.org
2969L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002970W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971S: Maintained
2972
2973RISCOM8 DRIVER
2974S: Orphan
2975
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002976S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002977P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002978M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002979L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002980S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002981
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982S390
2983P: Martin Schwidefsky
2984M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002985P: Heiko Carstens
2986M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002988L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002989W: http://www.ibm.com/developerworks/linux/linux390/
2990S: Supported
2991
2992S390 NETWORK DRIVERS
2993P: Frank Pavlic
2994M: fpavlic@de.ibm.com
2995M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002996L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002997W: http://www.ibm.com/developerworks/linux/linux390/
2998S: Supported
2999
3000S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003001P: Swen Schillig
3002M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003003M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003004L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003005W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006S: Supported
3007
3008SAA7146 VIDEO4LINUX-2 DRIVER
3009P: Michael Hunold
3010M: michael@mihu.de
3011W: http://www.mihu.de/linux/saa7146
3012S: Maintained
3013
3014SBPCD CDROM DRIVER
3015P: Eberhard Moenkeberg
3016M: emoenke@gwdg.de
3017L: linux-kernel@vger.kernel.org
3018S: Maintained
3019
3020SC1200 WDT DRIVER
3021P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003022M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023S: Maintained
3024
3025SCHEDULER
3026P: Ingo Molnar
3027M: mingo@elte.hu
3028P: Robert Love [the preemptible kernel bits]
3029M: rml@tech9.net
3030L: linux-kernel@vger.kernel.org
3031S: Maintained
3032
3033SCSI CDROM DRIVER
3034P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003035M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036L: linux-scsi@vger.kernel.org
3037W: http://www.kernel.dk
3038S: Maintained
3039
3040SCSI SG DRIVER
3041P: Doug Gilbert
3042M: dgilbert@interlog.com
3043L: linux-scsi@vger.kernel.org
3044W: http://www.torque.net/sg
3045S: Maintained
3046
3047SCSI SUBSYSTEM
3048P: James E.J. Bottomley
3049M: James.Bottomley@SteelEye.com
3050L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003051T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052S: Maintained
3053
3054SCSI TAPE DRIVER
3055P: Kai Mäkisara
3056M: Kai.Makisara@kolumbus.fi
3057L: linux-scsi@vger.kernel.org
3058S: Maintained
3059
3060SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003061P: Vlad Yasevich
3062M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003063P: Sridhar Samudrala
3064M: sri@us.ibm.com
3065L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003066W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003067S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068
3069SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003070P: Jim Cromie
3071M: jim.cromie@gmail.com
3072S: Odd Fixes
3073
3074SCx200 GPIO DRIVER
3075P: Jim Cromie
3076M: jim.cromie@gmail.com
3077S: Maintained
3078
3079SCx200 HRT CLOCKSOURCE DRIVER
3080P: Jim Cromie
3081M: jim.cromie@gmail.com
3082S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083
3084SECURITY CONTACT
3085P: Security Officers
3086M: security@kernel.org
3087S: Supported
3088
3089SELINUX SECURITY MODULE
3090P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003091M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003093M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003094P: Eric Paris
3095M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003097L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098W: http://www.nsa.gov/selinux
3099S: Supported
3100
3101SERIAL ATA (SATA) SUBSYSTEM:
3102P: Jeff Garzik
3103M: jgarzik@pobox.com
3104L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003105T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106S: Supported
3107
3108SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3109P: Pat Gefre
3110M: pfg@sgi.com
3111L: linux-ia64@vger.kernel.org
3112S: Supported
3113
3114SGI VISUAL WORKSTATION 320 AND 540
3115P: Andrey Panin
3116M: pazke@donpac.ru
3117L: linux-visws-devel@lists.sf.net
3118W: http://linux-visws.sf.net
3119S: Maintained for 2.6.
3120
3121SIMTEC EB110ATX (Chalice CATS)
3122P: Ben Dooks
3123P: Vincent Sanders
3124M: support@simtec.co.uk
3125W: http://www.simtec.co.uk/products/EB110ATX/
3126S: Supported
3127
3128SIMTEC EB2410ITX (BAST)
3129P: Ben Dooks
3130P: Vincent Sanders
3131M: support@simtec.co.uk
3132W: http://www.simtec.co.uk/products/EB2410ITX/
3133S: Supported
3134
Francois Romieu92aab3c2005-07-30 13:11:18 +02003135SIS 190 ETHERNET DRIVER
3136P: Francois Romieu
3137M: romieu@fr.zoreil.com
3138L: netdev@vger.kernel.org
3139S: Maintained
3140
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141SIS 5513 IDE CONTROLLER DRIVER
3142P: Lionel Bouton
3143M: Lionel.Bouton@inet6.fr
3144W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3145W: http://gyver.homeip.net/sis5513/index.html
3146S: Maintained
3147
3148SIS 900/7016 FAST ETHERNET DRIVER
3149P: Daniele Venzano
3150M: venza@brownhat.org
3151W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153S: Maintained
3154
3155SIS FRAMEBUFFER DRIVER
3156P: Thomas Winischhofer
3157M: thomas@winischhofer.net
3158W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003159S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160
3161SIS USB2VGA DRIVER
3162P: Thomas Winischhofer
3163M: thomas@winischhofer.net
3164W: http://www.winischhofer.at/linuxsisusbvga.shtml
3165S: Maintained
3166
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167SMC91x ETHERNET DRIVER
3168P: Nicolas Pitre
3169M: nico@cam.org
3170S: Maintained
3171
Daniel Drake8f0f8502006-07-18 22:00:25 +01003172SOFTMAC LAYER (IEEE 802.11)
3173P: Johannes Berg
3174M: johannes@sipsolutions.net
3175P: Joe Jezak
3176M: josejx@gentoo.org
3177P: Daniel Drake
3178M: dsd@gentoo.org
3179W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003180L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003181S: Maintained
3182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183SOFTWARE RAID (Multiple Disks) SUPPORT
3184P: Ingo Molnar
3185M: mingo@redhat.com
3186P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003187M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003189S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190
3191SOFTWARE SUSPEND:
3192P: Pavel Machek
3193M: pavel@suse.cz
David Brownellf318a632007-04-23 14:41:06 -07003194L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195S: Maintained
3196
3197SONIC NETWORK DRIVER
3198P: Thomas Bogendoerfer
3199M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003200L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201S: Maintained
3202
3203SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003204P: Mattia Dongili
3205M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003206L: linux-acpi@vger.kernel.org
3207W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208S: Maintained
3209
3210SOUND
3211P: Jaroslav Kysela
3212M: perex@suse.cz
3213L: alsa-devel@alsa-project.org
3214S: Maintained
3215
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003216SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3217P: Liam Girdwood
3218M: liam.girdwood@wolfsonmicro.com
3219L: alsa-devel@alsa-project.org
3220S: Supported
3221
Kumar Gala025c3982006-04-02 16:05:54 -05003222SPI SUBSYSTEM
3223P: David Brownell
3224M: dbrownell@users.sourceforge.net
3225L: spi-devel-general@lists.sourceforge.net
3226S: Maintained
3227
Steven Rostedt855f46a2006-08-05 12:14:50 -07003228STABLE BRANCH:
3229P: Greg Kroah-Hartman
3230M: greg@kroah.com
3231P: Chris Wright
3232M: chrisw@sous-sol.org
3233L: stable@kernel.org
3234S: Maintained
3235
Kylene Hall1c72d462005-05-01 08:59:13 -07003236TPM DEVICE DRIVER
3237P: Kylene Hall
3238M: kjhall@us.ibm.com
3239W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003240P: Marcel Selhorst
3241M: tpm@selhorst.net
3242W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003243L: tpmdd-devel@lists.sourceforge.net
3244S: Maintained
3245
Mark Gross1a80ba82005-10-30 15:02:55 -08003246Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003247P: Mark Gross
3248M: mark.gross@intel.com
3249S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003250
Chris Zankel48b415c2005-06-23 22:01:07 -07003251TENSILICA XTENSA PORT (xtensa):
3252P: Chris Zankel
3253M: chris@zankel.net
3254S: Maintained
3255
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003256THINKPAD ACPI EXTRAS DRIVER
3257P: Henrique de Moraes Holschuh
3258M: ibm-acpi@hmh.eng.br
3259L: ibm-acpi-devel@lists.sourceforge.net
3260W: http://ibm-acpi.sourceforge.net
3261W: http://thinkwiki.org/wiki/Ibm-acpi
3262T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3263S: Maintained
3264
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265UltraSPARC (sparc64):
3266P: David S. Miller
3267M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003269T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270S: Maintained
3271
3272SHARP LH SUPPORT (LH7952X & LH7A40X)
3273P: Marc Singer
3274M: elf@buici.com
3275W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003276L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277S: Maintained
3278
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003279SHPC HOTPLUG DRIVER
3280P: Kristen Carlson Accardi
3281M: kristen.c.accardi@intel.com
3282L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003283S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003284
Pierre Ossmand129bce2006-03-24 03:18:17 -08003285SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3286P: Pierre Ossman
3287M: drzeus-sdhci@drzeus.cx
3288L: sdhci-devel@list.drzeus.cx
3289W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3290S: Maintained
3291
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003292SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3293P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003294M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003295L: netdev@vger.kernel.org
3296S: Maintained
3297
Chris Boot1a87d942006-07-10 04:45:34 -07003298SOEKRIS NET48XX LED SUPPORT
3299P: Chris Boot
3300M: bootc@bootc.net
3301S: Maintained
3302
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303SPARC (sparc32):
3304P: William L. Irwin
3305M: wli@holomorphy.com
3306L: sparclinux@vger.kernel.org
3307S: Maintained
3308
3309SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3310P: Roger Wolff
3311M: R.E.Wolff@BitWizard.nl
3312L: linux-kernel@vger.kernel.org ?
3313S: Supported
3314
Jim Lewis2752e402006-09-29 02:01:19 -07003315SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003316P: Linas Vepstas
3317M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003318L: netdev@vger.kernel.org
3319S: Supported
3320
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321SRM (Alpha) environment access
3322P: Jan-Benedict Glaw
3323M: jbglaw@lug-owl.de
3324L: linux-kernel@vger.kernel.org
3325S: Maintained
3326
3327STARFIRE/DURALAN NETWORK DRIVER
3328P: Ion Badulescu
3329M: ionut@cs.columbia.edu
3330S: Maintained
3331
3332STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3333W: http://mosquitonet.Stanford.EDU/strip.html
3334S: Unsupported ?
3335
3336STRADIS MPEG-2 DECODER DRIVER
3337P: Nathan Laredo
3338M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339W: http://www.stradis.com/
3340S: Maintained
3341
3342SUPERH (sh)
3343P: Paul Mundt
3344M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003345L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347S: Maintained
3348
3349SUPERH64 (sh64)
3350P: Paul Mundt
3351M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352L: linuxsh-shmedia-dev@lists.sourceforge.net
3353W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354S: Maintained
3355
3356SUN3/3X
3357P: Sam Creasey
3358M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359W: http://sammy.net/sun3/
3360S: Maintained
3361
3362SVGA HANDLING
3363P: Martin Mares
3364M: mj@ucw.cz
3365L: linux-video@atrey.karlin.mff.cuni.cz
3366S: Maintained
3367
3368SYSV FILESYSTEM
3369P: Christoph Hellwig
3370M: hch@infradead.org
3371S: Maintained
3372
Stephen Hemminger781b4562006-07-10 20:25:29 -07003373TC CLASSIFIER
3374P: Jamal Hadi Salim
3375M: hadi@cyberus.ca
3376L: netdev@vger.kernel.org
3377S: Maintained
3378
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003379TCP LOW PRIORITY MODULE
3380P: Wong Hoi Sing, Edison
3381M: hswong3i@gmail.com
3382P: Hung Hing Lun, Mike
3383M: hlhung3i@gmail.com
3384W: http://tcp-lp-mod.sourceforge.net/
3385S: Maintained
3386
Alex Dubov4020f2d2006-10-04 02:15:37 -07003387TI FLASH MEDIA INTERFACE DRIVER
3388P: Alex Dubov
3389M: oakad@yahoo.com
3390S: Maintained
3391
Michael Buesch844dd052006-06-26 00:24:59 -07003392TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3393P: Deepak Saxena
3394M: dsaxena@plexity.net
3395S: Maintained
3396
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003397TASKSTATS STATISTICS INTERFACE
3398P: Shailabh Nagar
3399M: nagar@watson.ibm.com
3400L: linux-kernel@vger.kernel.org
3401S: Maintained
3402
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003404P: Romain Lievin
3405M: roms@lpg.ticalc.org
3406S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407
Per Lidene86eaa32006-01-12 16:45:18 +01003408TIPC NETWORK LAYER
3409P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003410M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003411P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003412M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003413P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003414M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003415L: tipc-discussion@lists.sourceforge.net
3416W: http://tipc.sourceforge.net/
3417W: http://tipc.cslab.ericsson.net/
3418T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3419S: Maintained
3420
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421TLAN NETWORK DRIVER
3422P: Samuel Chessman
3423M: chessman@tux.org
3424L: tlan-devel@lists.sourceforge.net
3425W: http://sourceforge.net/projects/tlan/
3426S: Maintained
3427
3428TOKEN-RING NETWORK DRIVER
3429P: Mike Phillips
3430M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003431L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432L: linux-tr@linuxtr.net
3433W: http://www.linuxtr.net
3434S: Maintained
3435
3436TOSHIBA ACPI EXTRAS DRIVER
3437P: John Belmonte
3438M: toshiba_acpi@memebeam.org
3439W: http://memebeam.org/toys/ToshibaAcpiDriver
3440S: Maintained
3441
3442TOSHIBA SMM DRIVER
3443P: Jonathan Buzzard
3444M: jonathan@buzzard.org.uk
3445L: tlinux-users@tce.toshiba-dme.co.jp
3446W: http://www.buzzard.org.uk/toshiba/
3447S: Maintained
3448
3449TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3450P: Muli Ben-Yehuda
3451M: mulix@mulix.org
3452L: linux-kernel@vger.kernel.org
3453S: Maintained
3454
3455TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003456P: Adrian Bunk
3457M: trivial@kernel.org
3458L: linux-kernel@vger.kernel.org
3459W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3460T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3461S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462
3463TMS380 TOKEN-RING NETWORK DRIVER
3464P: Adam Fritzler
3465M: mid@auk.cx
3466L: linux-tr@linuxtr.net
3467W: http://www.auk.cx/tms380tr/
3468S: Maintained
3469
3470TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003471P: Valerie Henson
3472M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473L: tulip-users@lists.sourceforge.net
3474W: http://sourceforge.net/projects/tulip/
3475S: Maintained
3476
3477TUN/TAP driver
3478P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003479M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480L: vtun@office.satix.net
3481W: http://vtun.sourceforge.net/tun
3482S: Maintained
3483
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003484TURBOCHANNEL SUBSYSTEM
3485P: Maciej W. Rozycki
3486M: macro@linux-mips.org
3487S: Maintained
3488
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489U14-34F SCSI DRIVER
3490P: Dario Ballabio
3491M: ballabio_dario@emc.com
3492L: linux-scsi@vger.kernel.org
3493S: Maintained
3494
3495UDF FILESYSTEM
3496P: Ben Fennema
3497M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498W: http://linux-udf.sourceforge.net
3499S: Maintained
3500
3501UNIFORM CDROM DRIVER
3502P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003503M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504L: linux-kernel@vger.kernel.org
3505W: http://www.kernel.dk
3506S: Maintained
3507
3508USB ACM DRIVER
3509P: Oliver Neukum
3510M: oliver@neukum.name
3511L: linux-usb-users@lists.sourceforge.net
3512L: linux-usb-devel@lists.sourceforge.net
3513S: Maintained
3514
3515USB BLOCK DRIVER (UB ub)
3516P: Pete Zaitcev
3517M: zaitcev@redhat.com
3518L: linux-kernel@vger.kernel.org
3519L: linux-usb-devel@lists.sourceforge.net
3520S: Supported
3521
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522USB CDC ETHERNET DRIVER
3523P: Greg Kroah-Hartman
3524M: greg@kroah.com
3525L: linux-usb-users@lists.sourceforge.net
3526L: linux-usb-devel@lists.sourceforge.net
3527S: Maintained
3528W: http://www.kroah.com/linux-usb/
3529
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003530USB DAVICOM DM9601 DRIVER
3531P: Peter Korsgaard
3532M: jacmet@sunsite.dk
3533L: linux-usb-devel@lists.sourceforge.net
3534W: http://www.linux-usb.org/usbnet
3535S: Maintained
3536
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537USB EHCI DRIVER
3538P: David Brownell
3539M: dbrownell@users.sourceforge.net
3540L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003541S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542
Luca Risolia7ce08c92006-01-11 02:06:59 +00003543USB ET61X[12]51 DRIVER
3544P: Luca Risolia
3545M: luca.risolia@studio.unibo.it
3546L: linux-usb-devel@lists.sourceforge.net
3547L: video4linux-list@redhat.com
3548W: http://www.linux-projects.org
3549S: Maintained
3550
David Brownell69ae9e32006-11-14 02:03:31 -08003551USB GADGET/PERIPHERAL SUBSYSTEM
3552P: David Brownell
3553M: dbrownell@users.sourceforge.net
3554L: linux-usb-devel@lists.sourceforge.net
3555W: http://www.linux-usb.org/gadget
3556S: Maintained
3557
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558USB HID/HIDBP DRIVERS
Jiri Kosina641266f2007-01-15 09:56:21 +01003559P: Jiri Kosina
3560M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003562T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563S: Maintained
3564
3565USB HUB DRIVER
3566P: Johannes Erdfelt
3567M: johannes@erdfelt.com
3568L: linux-usb-users@lists.sourceforge.net
3569L: linux-usb-devel@lists.sourceforge.net
3570S: Maintained
3571
Olav Kongas959eea22005-11-03 17:38:14 +02003572USB ISP116X DRIVER
3573P: Olav Kongas
3574M: ok@artecdesign.ee
3575L: linux-usb-devel@lists.sourceforge.net
3576S: Maintained
3577
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578USB KAWASAKI LSI DRIVER
3579P: Oliver Neukum
3580M: oliver@neukum.name
3581L: linux-usb-users@lists.sourceforge.net
3582L: linux-usb-devel@lists.sourceforge.net
3583S: Maintained
3584
3585USB MASS STORAGE DRIVER
3586P: Matthew Dharm
3587M: mdharm-usb@one-eyed-alien.net
3588L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003589L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590S: Maintained
3591W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3592
3593USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003594P: David Brownell
3595M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596L: linux-usb-users@lists.sourceforge.net
3597L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003598S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599
Matthias Urlichsba460e42005-07-14 00:33:47 -07003600USB OPTION-CARD DRIVER
3601P: Matthias Urlichs
3602M: smurf@smurf.noris.de
3603L: linux-usb-devel@lists.sourceforge.net
3604S: Maintained
3605
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606USB OV511 DRIVER
3607P: Mark McClelland
3608M: mmcclell@bigfoot.com
3609L: linux-usb-users@lists.sourceforge.net
3610L: linux-usb-devel@lists.sourceforge.net
3611W: http://alpha.dyndns.org/ov511/
3612S: Maintained
3613
3614USB PEGASUS DRIVER
3615P: Petko Manolov
3616M: petkan@users.sourceforge.net
3617L: linux-usb-users@lists.sourceforge.net
3618L: linux-usb-devel@lists.sourceforge.net
3619W: http://pegasus2.sourceforge.net/
3620S: Maintained
3621
3622USB PRINTER DRIVER
3623P: Vojtech Pavlik
3624M: vojtech@suse.cz
3625L: linux-usb-users@lists.sourceforge.net
3626L: linux-usb-devel@lists.sourceforge.net
3627S: Maintained
3628
3629USB RTL8150 DRIVER
3630P: Petko Manolov
3631M: petkan@users.sourceforge.net
3632L: linux-usb-users@lists.sourceforge.net
3633L: linux-usb-devel@lists.sourceforge.net
3634W: http://pegasus2.sourceforge.net/
3635S: Maintained
3636
3637USB SE401 DRIVER
3638P: Jeroen Vreeken
3639M: pe1rxq@amsat.org
3640L: linux-usb-users@lists.sourceforge.net
3641L: linux-usb-devel@lists.sourceforge.net
3642W: http://www.chello.nl/~j.vreeken/se401/
3643S: Maintained
3644
3645USB SERIAL CYBERJACK DRIVER
3646P: Matthias Bruestle and Harald Welte
3647M: support@reiner-sct.com
3648W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3649S: Maintained
3650
3651USB SERIAL DIGI ACCELEPORT DRIVER
3652P: Peter Berger and Al Borchers
3653M: pberger@brimson.com
3654M: alborchers@steinerpoint.com
3655L: linux-usb-users@lists.sourceforge.net
3656L: linux-usb-devel@lists.sourceforge.net
3657S: Maintained
3658
3659USB SERIAL DRIVER
3660P: Greg Kroah-Hartman
3661M: gregkh@suse.de
3662L: linux-usb-users@lists.sourceforge.net
3663L: linux-usb-devel@lists.sourceforge.net
3664S: Supported
3665
3666USB SERIAL BELKIN F5U103 DRIVER
3667P: William Greathouse
3668M: wgreathouse@smva.com
3669L: linux-usb-users@lists.sourceforge.net
3670L: linux-usb-devel@lists.sourceforge.net
3671S: Maintained
3672
3673USB SERIAL CYPRESS M8 DRIVER
3674P: Lonnie Mendez
3675M: dignome@gmail.com
3676L: linux-usb-users@lists.sourceforge.net
3677L: linux-usb-devel@lists.sourceforge.net
3678S: Maintained
3679W: http://geocities.com/i0xox0i
3680W: http://firstlight.net/cvs
3681
3682USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3683L: linux-usb-users@lists.sourceforge.net
3684L: linux-usb-devel@lists.sourceforge.net
3685S: Maintained
3686
3687USB AUERSWALD DRIVER
3688P: Wolfgang Muees
3689M: wolfgang@iksw-muees.de
3690L: linux-usb-users@lists.sourceforge.net
3691L: linux-usb-devel@lists.sourceforge.net
3692S: Maintained
3693
3694USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3695P: Gary Brubaker
3696M: xavyer@ix.netcom.com
3697L: linux-usb-users@lists.sourceforge.net
3698L: linux-usb-devel@lists.sourceforge.net
3699S: Maintained
3700
3701USB SERIAL KEYSPAN DRIVER
3702P: Greg Kroah-Hartman
3703M: greg@kroah.com
3704L: linux-usb-users@lists.sourceforge.net
3705L: linux-usb-devel@lists.sourceforge.net
3706W: http://www.kroah.com/linux/
3707S: Maintained
3708
3709USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003710P: Support Department
3711M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712L: linux-usb-users@lists.sourceforge.net
3713L: linux-usb-devel@lists.sourceforge.net
3714W: http://www.connecttech.com
3715S: Supported
3716
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003717USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718P: Luca Risolia
3719M: luca.risolia@studio.unibo.it
3720L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003721L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722W: http://www.linux-projects.org
3723S: Maintained
3724
3725USB SUBSYSTEM
3726P: Greg Kroah-Hartman
3727M: gregkh@suse.de
3728L: linux-usb-users@lists.sourceforge.net
3729L: linux-usb-devel@lists.sourceforge.net
3730W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003731T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732S: Supported
3733
3734USB UHCI DRIVER
3735P: Alan Stern
3736M: stern@rowland.harvard.edu
3737L: linux-usb-users@lists.sourceforge.net
3738L: linux-usb-devel@lists.sourceforge.net
3739S: Maintained
3740
David Brownell69ae9e32006-11-14 02:03:31 -08003741USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742P: David Brownell
3743M: dbrownell@users.sourceforge.net
3744L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003745W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746S: Maintained
3747
3748USB W996[87]CF DRIVER
3749P: Luca Risolia
3750M: luca.risolia@studio.unibo.it
3751L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003752L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753W: http://www.linux-projects.org
3754S: Maintained
3755
Luca Risolia60f78052006-02-06 16:29:35 +00003756USB ZC0301 DRIVER
3757P: Luca Risolia
3758M: luca.risolia@studio.unibo.it
3759L: linux-usb-devel@lists.sourceforge.net
3760L: video4linux-list@redhat.com
3761W: http://www.linux-projects.org
3762S: Maintained
3763
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764USB ZD1201 DRIVER
3765P: Jeroen Vreeken
3766M: pe1rxq@amsat.org
3767L: linux-usb-users@lists.sourceforge.net
3768L: linux-usb-devel@lists.sourceforge.net
3769W: http://linux-lc100020.sourceforge.net
3770S: Maintained
3771
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003772USB ZR364XX DRIVER
3773P: Antoine Jacquet
3774M: royale@zerezo.com
3775L: linux-usb-devel@lists.sourceforge.net
3776L: video4linux-list@redhat.com
3777W: http://royale.zerezo.com/zr364xx/
3778S: Maintained
3779
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780USER-MODE LINUX
3781P: Jeff Dike
3782M: jdike@karaya.com
3783L: user-mode-linux-devel@lists.sourceforge.net
3784L: user-mode-linux-user@lists.sourceforge.net
3785W: http://user-mode-linux.sourceforge.net
3786S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003787
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788FAT/VFAT/MSDOS FILESYSTEM:
3789P: OGAWA Hirofumi
3790M: hirofumi@mail.parknet.co.jp
3791L: linux-kernel@vger.kernel.org
3792S: Maintained
3793
3794VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3795P: Jeff Garzik
3796S: Odd fixes
3797
3798VIA RHINE NETWORK DRIVER
3799P: Roger Luethi
3800M: rl@hellgate.ch
3801S: Maintained
3802
Jean Delvare32c0a522005-09-22 21:47:58 +02003803VIAPRO SMBUS DRIVER
3804P: Jean Delvare
3805M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003806L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003807S: Maintained
3808
Francois Romieu01f20732007-01-26 00:57:17 -08003809VIA VELOCITY NETWORK DRIVER
3810P: Francois Romieu
3811M: romieu@fr.zoreil.com
3812L: netdev@vger.kernel.org
3813S: Maintained
3814
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815UCLINUX (AND M68KNOMMU)
3816P: Greg Ungerer
3817M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003819L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820S: Maintained
3821
3822UCLINUX FOR NEC V850
3823P: Miles Bader
3824M: uclinux-v850@lsi.nec.co.jp
3825W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3826W: http://www.ee.nec.de/uclinux/
3827S: Supported
3828
3829UCLINUX FOR RENESAS H8/300
3830P: Yoshinori Sato
3831M: ysato@users.sourceforge.jp
3832W: http://uclinux-h8.sourceforge.jp/
3833S: Supported
3834
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003835UFS FILESYSTEM
3836P: Evgeniy Dushistov
3837M: dushistov@mail.ru
3838L: linux-kernel@vger.kernel.org
3839S: Maintained
3840
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841USB DIAMOND RIO500 DRIVER
3842P: Cesar Miquel
3843M: miquel@df.uba.ar
3844L: rio500-users@lists.sourceforge.net
3845W: http://rio500.sourceforge.net
3846S: Maintained
3847
3848VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003849P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003850M: mchehab@infradead.org
3851M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003853W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003854T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003855S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856
Juerg Haefligerab413192006-09-24 20:54:04 +02003857VT1211 HARDWARE MONITOR DRIVER
3858P: Juerg Haefliger
3859M: juergh@gmail.com
3860L: lm-sensors@lm-sensors.org
3861S: Maintained
3862
Roger Lucas1de9e372005-11-26 20:20:05 +01003863VT8231 HARDWARE MONITOR DRIVER
3864P: Roger Lucas
3865M: roger@planbit.co.uk
3866L: lm-sensors@lm-sensors.org
3867S: Maintained
3868
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869W1 DALLAS'S 1-WIRE BUS
3870P: Evgeniy Polyakov
3871M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872S: Maintained
3873
Charles Spirakis13927072006-07-05 18:05:15 +02003874W83791D HARDWARE MONITORING DRIVER
3875P: Charles Spirakis
3876M: bezaur@gmail.com
3877L: lm-sensors@lm-sensors.org
3878S: Maintained
3879
Rudolf Marek61db0112006-12-12 18:18:30 +01003880W83793 HARDWARE MONITORING DRIVER
3881P: Rudolf Marek
3882M: r.marek@assembler.cz
3883L: lm-sensors@lm-sensors.org
3884S: Maintained
3885
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886W83L51xD SD/MMC CARD INTERFACE DRIVER
3887P: Pierre Ossman
3888M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003889L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890W: http://projects.drzeus.cx/wbsd
3891S: Maintained
3892
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003893WATCHDOG DEVICE DRIVERS
3894P: Wim Van Sebroeck
3895M: wim@iguana.be
3896T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3897S: Maintained
3898
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3900P: Jean Tourrilhes
3901M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003902L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3904S: Maintained
3905
3906WD7000 SCSI DRIVER
3907P: Miroslav Zagorac
3908M: zaga@fly.cc.fer.hr
3909L: linux-scsi@vger.kernel.org
3910S: Maintained
3911
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003912WISTRON LAPTOP BUTTON DRIVER
3913P: Miloslav Trmac
3914M: mitr@volny.cz
3915S: Maintained
3916
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917WL3501 WIRELESS PCMCIA CARD DRIVER
3918P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003919M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003920L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003921W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922S: Maintained
3923
3924X.25 NETWORK LAYER
3925P: Henner Eisen
3926M: eis@baty.hanse.de
3927L: linux-x25@vger.kernel.org
3928S: Maintained
3929
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003930XEN HYPERVISOR INTERFACE
3931P: Jeremy Fitzhardinge
3932M: jeremy@xensource.com
3933P: Chris Wright
3934M: chrisw@sous-sol.org
3935L: virtualization@lists.osdl.org
3936L: xen-devel@lists.xensource.com
3937S: Supported
3938
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939XFS FILESYSTEM
3940P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003941P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003943L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003945T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946S: Supported
3947
Peter Korsgaard238b8722006-12-06 20:35:17 -08003948XILINX UARTLITE SERIAL DRIVER
3949P: Peter Korsgaard
3950M: jacmet@sunsite.dk
3951L: linux-serial@vger.kernel.org
3952S: Maintained
3953
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954X86 3-LEVEL PAGING (PAE) SUPPORT
3955P: Ingo Molnar
3956M: mingo@redhat.com
3957S: Maintained
3958
3959X86-64 port
3960P: Andi Kleen
3961M: ak@suse.de
3962L: discuss@x86-64.org
3963W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003964T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965S: Maintained
3966
3967YAM DRIVER FOR AX.25
3968P: Jean-Paul Roubelat
3969M: jpr@f6fbb.org
3970L: linux-hams@vger.kernel.org
3971S: Maintained
3972
Henkaf64a5e2005-10-12 15:02:56 +02003973YEALINK PHONE DRIVER
3974P: Henk Vergonet
3975M: Henk.Vergonet@gmail.com
3976L: usbb2k-api-dev@nongnu.org
3977S: Maintained
3978
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979Z8530 DRIVER FOR AX.25
3980P: Joerg Reuter
3981M: jreuter@yaina.de
3982W: http://yaina.de/jreuter/
3983W: http://www.qsl.net/dl1bke/
3984L: linux-hams@vger.kernel.org
3985S: Maintained
3986
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003987ZD1211RW WIRELESS DRIVER
3988P: Daniel Drake
3989M: dsd@gentoo.org
3990P: Ulrich Kunitz
3991M: kune@deine-taler.de
3992W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07003993L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003994L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3995S: Maintained
3996
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997ZF MACHZ WATCHDOG
3998P: Fernando Fuganti
3999M: fuganti@netbank.com.br
4000W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4001S: Maintained
4002
4003ZR36067 VIDEO FOR LINUX DRIVER
4004P: Ronald Bultje
4005M: rbultje@ronald.bitfreak.net
4006L: mjpeg-users@lists.sourceforge.net
4007W: http://mjpeg.sourceforge.net/driver-zoran/
4008S: Maintained
4009
4010ZR36120 VIDEO FOR LINUX DRIVER
4011P: Pauline Middelink
4012M: middelin@polyware.nl
4013W: http://www.polyware.nl/~middelin/En/hobbies.html
4014W: http://www.polyware.nl/~middelin/hobbies.html
4015S: Maintained
4016
4017THE REST
4018P: Linus Torvalds
4019S: Buried alive in reporters