blob: ddabead0a30bcb9964cb0609eec6db33b373d660 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703BAYCOM/HDLCDRV DRIVERS FOR AX.25
704P: Thomas Sailer
705M: t.sailer@alumni.ethz.ch
706L: linux-hams@vger.kernel.org
707W: http://www.baycom.org/~tom/ham/ham.html
708S: Maintained
709
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200710BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
711P: Larry Finger
712M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200713P: Stefano Brivio
714M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700715L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200716W: http://bcm43xx.berlios.de/
717S: Maintained
718
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719BEFS FILE SYSTEM
720P: Sergey S. Kostyliov
721M: rathamahata@php4.ru
722L: linux-kernel@vger.kernel.org
723S: Maintained
724
725BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
726P: Kenji Hollis
727W: http://ftp.bitgate.com/pcwd/
728S: Maintained
729
730BFS FILE SYSTEM
731P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800732M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733L: linux-kernel@vger.kernel.org
734S: Maintained
735
736BLOCK LAYER
737P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200738M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800740T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741S: Maintained
742
743BLUETOOTH SUBSYSTEM
744P: Marcel Holtmann
745M: marcel@holtmann.org
746P: Maxim Krasnyansky
747M: maxk@qualcomm.com
748L: bluez-devel@lists.sf.net
749W: http://bluez.sf.net
750W: http://www.bluez.org
751W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800752T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753S: Maintained
754
755BLUETOOTH RFCOMM LAYER
756P: Marcel Holtmann
757M: marcel@holtmann.org
758P: Maxim Krasnyansky
759M: maxk@qualcomm.com
760S: Maintained
761
762BLUETOOTH BNEP LAYER
763P: Marcel Holtmann
764M: marcel@holtmann.org
765P: Maxim Krasnyansky
766M: maxk@qualcomm.com
767S: Maintained
768
769BLUETOOTH CMTP LAYER
770P: Marcel Holtmann
771M: marcel@holtmann.org
772S: Maintained
773
774BLUETOOTH HIDP LAYER
775P: Marcel Holtmann
776M: marcel@holtmann.org
777S: Maintained
778
779BLUETOOTH HCI UART DRIVER
780P: Marcel Holtmann
781M: marcel@holtmann.org
782P: Maxim Krasnyansky
783M: maxk@qualcomm.com
784S: Maintained
785
786BLUETOOTH HCI USB DRIVER
787P: Marcel Holtmann
788M: marcel@holtmann.org
789P: Maxim Krasnyansky
790M: maxk@qualcomm.com
791S: Maintained
792
793BLUETOOTH HCI BCM203X DRIVER
794P: Marcel Holtmann
795M: marcel@holtmann.org
796S: Maintained
797
798BLUETOOTH HCI BPA10X DRIVER
799P: Marcel Holtmann
800M: marcel@holtmann.org
801S: Maintained
802
803BLUETOOTH HCI BFUSB DRIVER
804P: Marcel Holtmann
805M: marcel@holtmann.org
806S: Maintained
807
808BLUETOOTH HCI DTL1 DRIVER
809P: Marcel Holtmann
810M: marcel@holtmann.org
811S: Maintained
812
813BLUETOOTH HCI BLUECARD DRIVER
814P: Marcel Holtmann
815M: marcel@holtmann.org
816S: Maintained
817
818BLUETOOTH HCI BT3C DRIVER
819P: Marcel Holtmann
820M: marcel@holtmann.org
821S: Maintained
822
823BLUETOOTH HCI BTUART DRIVER
824P: Marcel Holtmann
825M: marcel@holtmann.org
826S: Maintained
827
828BLUETOOTH HCI VHCI DRIVER
829P: Maxim Krasnyansky
830M: maxk@qualcomm.com
831S: Maintained
832
833BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100834P: Chad Tindel
835M: ctindel@users.sourceforge.net
836P: Jay Vosburgh
837M: fubar@us.ibm.com
838L: bonding-devel@lists.sourceforge.net
839W: http://sourceforge.net/projects/bonding/
840S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000842BROADBAND PROCESSOR ARCHITECTURE
843P: Arnd Bergmann
844M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100845L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400846W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000847S: Supported
848
Gary Zambrano39105892006-06-22 17:26:20 -0700849BROADCOM B44 10/100 ETHERNET DRIVER
850P: Gary Zambrano
851M: zambrano@broadcom.com
852L: netdev@vger.kernel.org
853S: Supported
854
Michael Chan948c51e2006-06-04 02:51:39 -0700855BROADCOM BNX2 GIGABIT ETHERNET DRIVER
856P: Michael Chan
857M: mchan@broadcom.com
858L: netdev@vger.kernel.org
859S: Supported
860
861BROADCOM TG3 GIGABIT ETHERNET DRIVER
862P: Michael Chan
863M: mchan@broadcom.com
864L: netdev@vger.kernel.org
865S: Supported
866
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700868P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200869M: mchehab@infradead.org
870M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700872W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200873T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700874S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875
Jonathan Corbet77d51402007-03-22 19:44:17 -0300876CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
877P: Jonathan Corbet
878M: corbet@lwn.net
879L: video4linux-list@redhat.com
880S: Maintained
881
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200882CALGARY x86-64 IOMMU
883P: Muli Ben-Yehuda
884M: muli@il.ibm.com
885P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200886M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200887L: linux-kernel@vger.kernel.org
888L: discuss@x86-64.org
889S: Maintained
890
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800891CFAG12864B LCD DRIVER
892P: Miguel Ojeda Sandonis
893M: maxextreme@gmail.com
894L: linux-kernel@vger.kernel.org
895S: Maintained
896
897CFAG12864BFB LCD FRAMEBUFFER DRIVER
898P: Miguel Ojeda Sandonis
899M: maxextreme@gmail.com
900L: linux-kernel@vger.kernel.org
901S: Maintained
902
Johannes Berg704232c2007-04-23 12:20:05 -0700903CFG80211 and NL80211
904P: Johannes Berg
905M: johannes@sipsolutions.net
906L: linux-wireless@vger.kernel.org
907S: Maintained
908
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909COMMON INTERNET FILE SYSTEM (CIFS)
910P: Steve French
911M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100912L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913L: samba-technical@lists.samba.org
914W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800915T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -0300916S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917
Joel Becker7063fbf2005-12-15 14:29:43 -0800918CONFIGFS
919P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800920M: joel.becker@oracle.com
921L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800922S: Supported
923
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800924CIRRUS LOGIC EP93XX ETHERNET DRIVER
925P: Lennert Buytenhek
926M: kernel@wantstofly.org
927L: netdev@vger.kernel.org
928S: Maintained
929
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930CIRRUS LOGIC GENERIC FBDEV DRIVER
931P: Jeff Garzik
932M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800933L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934S: Odd Fixes
935
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800936CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
937P: Lennert Buytenhek
938M: kernel@wantstofly.org
939L: linux-usb-devel@lists.sourceforge.net
940S: Maintained
941
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
943P: Cirrus Logic Corporation (kernel 2.2 driver)
944M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
945P: Nils Faerber (port to kernel 2.4)
946M: Nils Faerber <nils@kernelconcepts.de>
947S: Maintained
948
949CODA FILE SYSTEM
950P: Jan Harkes
951M: jaharkes@cs.cmu.edu
952M: coda@cs.cmu.edu
953L: codalist@coda.cs.cmu.edu
954W: http://www.coda.cs.cmu.edu/
955S: Maintained
956
957COMPACTPCI HOTPLUG CORE
958P: Scott Murray
959M: scottm@somanetworks.com
960M: scott@spiteful.org
961L: pcihpd-discuss@lists.sourceforge.net
962S: Supported
963
964COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
965P: Scott Murray
966M: scottm@somanetworks.com
967M: scott@spiteful.org
968L: pcihpd-discuss@lists.sourceforge.net
969S: Supported
970
971COMPACTPCI HOTPLUG GENERIC DRIVER
972P: Scott Murray
973M: scottm@somanetworks.com
974M: scott@spiteful.org
975L: pcihpd-discuss@lists.sourceforge.net
976S: Supported
977
978COMPUTONE INTELLIPORT MULTIPORT CARD
979P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700980M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700982S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983
Simon Arlott949be0f2007-03-06 02:47:46 -0800984CONEXANT ACCESSRUNNER USB DRIVER
985P: Simon Arlott
986M: cxacru@fire.lp0.eu
987S: Maintained
988
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989COSA/SRP SYNC SERIAL DRIVER
990P: Jan "Yenya" Kasprzak
991M: kas@fi.muni.cz
992W: http://www.fi.muni.cz/~kas/cosa/
993S: Maintained
994
995CPU FREQUENCY DRIVERS
996P: Dave Jones
997M: davej@codemonkey.org.uk
998L: cpufreq@lists.linux.org.uk
999W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001000T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001S: Maintained
1002
1003CPUID/MSR DRIVER
1004P: H. Peter Anvin
1005M: hpa@zytor.com
1006S: Maintained
1007
Paul Jacksoned90fb42005-09-27 21:45:37 -07001008CPUSETS
1009P: Paul Jackson
1010P: Simon Derr
1011M: pj@sgi.com
1012M: simon.derr@bull.net
1013L: linux-kernel@vger.kernel.org
1014W: http://www.bullopensource.org/cpuset/
1015S: Supported
1016
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001018W: http://sourceforge.net/projects/cramfs/
1019S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020
1021CRIS PORT
1022P: Mikael Starvik
1023M: starvik@axis.com
1024L: dev-etrax@axis.com
1025W: http://developer.axis.com
1026S: Maintained
1027
1028CRYPTO API
1029P: Herbert Xu
1030M: herbert@gondor.apana.org.au
1031P: David S. Miller
1032M: davem@davemloft.net
1033L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001034T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035S: Maintained
1036
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001037CS5535 Audio ALSA driver
1038P: Jaya Kumar
1039M: jayakumar.alsa@gmail.com
1040S: Maintained
1041
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042CYBERPRO FB DRIVER
1043P: Russell King
1044M: rmk@arm.linux.org.uk
1045W: http://www.arm.linux.org.uk/
1046S: Maintained
1047
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001048CYBLAFB FRAMEBUFFER DRIVER
1049P: Knut Petersen
1050M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001051L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001052S: Maintained
1053
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054CYCLADES 2X SYNC CARD DRIVER
1055P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001056M: acme@ghostprotocols.net
1057W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058S: Maintained
1059
1060CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001062S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063
1064CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001066S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068DAMA SLAVE for AX.25
1069P: Joerg Reuter
1070M: jreuter@yaina.de
1071W: http://yaina.de/jreuter/
1072W: http://www.qsl.net/dl1bke/
1073L: linux-hams@vger.kernel.org
1074S: Maintained
1075
1076DC395x SCSI driver
1077P: Oliver Neukum
1078M: oliver@neukum.name
1079P: Ali Akcaagac
1080M: aliakc@web.de
1081P: Jamie Lenehan
1082M: lenehan@twibble.org
1083W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001084L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085L: http://lists.twibble.org/mailman/listinfo/dc395x/
1086S: Maintained
1087
1088DC390/AM53C974 SCSI driver
1089P: Kurt Garloff
1090M: garloff@suse.de
1091W: http://www.garloff.de/kurt/linux/dc390/
1092P: Guennadi Liakhovetski
1093M: g.liakhovetski@gmx.de
1094S: Maintained
1095
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001096DCCP PROTOCOL
1097P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001098M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001099L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001100W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001101S: Maintained
1102
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103DECnet NETWORK LAYER
1104P: Patrick Caulfield
1105M: patrick@tykepenguin.com
1106W: http://linux-decnet.sourceforge.net
1107L: linux-decnet-user@lists.sourceforge.net
1108S: Maintained
1109
1110DEFXX FDDI NETWORK DRIVER
1111P: Maciej W. Rozycki
1112M: macro@linux-mips.org
1113S: Maintained
1114
1115DELL LAPTOP SMM DRIVER
1116P: Massimo Dal Zotto
1117M: dz@debian.org
1118W: http://www.debian.org/~dz/i8k/
1119S: Maintained
1120
Doug Warzecha90563ec2005-09-06 15:17:15 -07001121DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1122P: Doug Warzecha
1123M: Douglas_Warzecha@dell.com
1124S: Maintained
1125
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001126DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127P: Alasdair Kergon
1128L: dm-devel@redhat.com
1129W: http://sources.redhat.com/dm
1130S: Maintained
1131
1132DEVICE NUMBER REGISTRY
1133P: Torben Mathiasen
1134M: device@lanana.org
1135W: http://lanana.org/docs/device-list/index.html
1136L: linux-kernel@vger.kernel.org
1137S: Maintained
1138
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139DIGI INTL. EPCA DRIVER
1140P: Digi International, Inc
1141M: Eng.Linux@digi.com
1142L: Eng.Linux@digi.com
1143W: http://www.digi.com
1144S: Orphaned
1145
1146DIGI RIGHTSWITCH NETWORK DRIVER
1147P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001148L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149W: http://www.digi.com
1150S: Orphaned
1151
1152DIRECTORY NOTIFICATION
1153P: Stephen Rothwell
1154M: sfr@canb.auug.org.au
1155L: linux-kernel@vger.kernel.org
1156S: Supported
1157
1158DISK GEOMETRY AND PARTITION HANDLING
1159P: Andries Brouwer
1160M: aeb@cwi.nl
1161W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1162W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1163W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1164S: Maintained
1165
1166DISKQUOTA:
1167P: Jan Kara
1168M: jack@suse.cz
1169L: linux-kernel@vger.kernel.org
1170S: Maintained
1171
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001172DISTRIBUTED LOCK MANAGER
1173P: Patrick Caulfield
1174M: pcaulfie@redhat.com
1175P: David Teigland
1176M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001177L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001178W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001179T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1180T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001181S: Supported
1182
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1184P: Tobias Ringstrom
1185M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001186L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187S: Maintained
1188
Martin Waitzba483d52005-06-17 13:20:59 -07001189DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001190P: Randy Dunlap
1191M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001192S: Maintained
1193
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001194DOCKING STATION DRIVER
1195P: Kristen Carlson Accardi
1196M: kristen.c.accardi@intel.com
1197L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001198S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001199
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200DOUBLETALK DRIVER
1201P: James R. Van Zandt
1202M: jrv@vanzandt.mv.com
1203L: blinux-list@redhat.com
1204S: Maintained
1205
1206DRIVER CORE, KOBJECTS, AND SYSFS
1207P: Greg Kroah-Hartman
1208M: gregkh@suse.de
1209L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001210T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211S: Supported
1212
1213DRM DRIVERS
1214P: David Airlie
1215M: airlied@linux.ie
1216L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001217T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218S: Maintained
1219
1220DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001221P: Francois Romieu
1222M: romieu@fr.zoreil.com
1223L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224S: Maintained
1225
1226DVB SUBSYSTEM AND DRIVERS
1227P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001228M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001230W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001231T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001232S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233
1234EATA-DMA SCSI DRIVER
1235P: Michael Neuffer
1236L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1237S: Maintained
1238
1239EATA ISA/EISA/PCI SCSI DRIVER
1240P: Dario Ballabio
1241M: ballabio_dario@emc.com
1242L: linux-scsi@vger.kernel.org
1243S: Maintained
1244
1245EATA-PIO SCSI DRIVER
1246P: Michael Neuffer
1247M: mike@i-Connect.Net
1248L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1249S: Maintained
1250
1251EBTABLES
1252P: Bart De Schuymer
1253M: bart.de.schuymer@pandora.be
1254L: ebtables-user@lists.sourceforge.net
1255L: ebtables-devel@lists.sourceforge.net
1256W: http://ebtables.sourceforge.net/
1257S: Maintained
1258
Michael Halcrow237fead2006-10-04 02:16:22 -07001259ECRYPT FILE SYSTEM
1260P: Mike Halcrow, Phillip Hellewell
1261M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1262L: ecryptfs-devel@lists.sourceforge.net
1263W: http://ecryptfs.sourceforge.net/
1264S: Supported
1265
Alan Coxda9bb1d2006-01-18 17:44:13 -08001266EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001267P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001268M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001269L: bluesmoke-devel@lists.sourceforge.net
1270W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001271S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001272
1273EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001274P: Mark Gross
1275M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001276L: bluesmoke-devel@lists.sourceforge.net
1277W: bluesmoke.sourceforge.net
1278S: Maintained
1279
1280EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001281P: Doug Thompson
1282M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001283L: bluesmoke-devel@lists.sourceforge.net
1284W: bluesmoke.sourceforge.net
1285S: Maintained
1286
1287EDAC-R82600
1288P: Tim Small
1289M: tim@buttersideup.com
1290L: bluesmoke-devel@lists.sourceforge.net
1291W: bluesmoke.sourceforge.net
1292S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001293
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294EEPRO100 NETWORK DRIVER
1295P: Andrey V. Savochkin
1296M: saw@saw.sw.com.sg
1297S: Maintained
1298
Josh Triplett0bee8d22006-07-30 03:03:58 -07001299EFS FILESYSTEM
1300W: http://aeschi.ch.eu.org/efs/
1301S: Orphan
1302
Heiko J Schickfab97222006-09-22 15:22:22 -07001303EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1304P: Hoang-Nam Nguyen
1305M: hnguyen@de.ibm.com
1306P: Christoph Raisch
1307M: raisch@de.ibm.com
1308L: openib-general@openib.org
1309S: Supported
1310
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311EMU10K1 SOUND DRIVER
1312P: James Courtier-Dutton
1313M: James@superbug.demon.co.uk
1314L: emu10k1-devel@lists.sourceforge.net
1315W: http://sourceforge.net/projects/emu10k1/
1316S: Maintained
1317
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001318EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001319P: James Smart
1320M: james.smart@emulex.com
1321L: linux-scsi@vger.kernel.org
1322W: http://sourceforge.net/projects/lpfcxxxx
1323S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001324
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325EPSON 1355 FRAMEBUFFER DRIVER
1326P: Christopher Hoover
1327M: ch@murgatroid.com, ch@hpl.hp.com
1328S: Maintained
1329
1330ETHEREXPRESS-16 NETWORK DRIVER
1331P: Philip Blundell
1332M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001333L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334S: Maintained
1335
1336ETHERNET BRIDGE
1337P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001338M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001339L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340W: http://bridge.sourceforge.net/
1341S: Maintained
1342
1343ETHERTEAM 16I DRIVER
1344P: Mika Kuoppala
1345M: miku@iki.fi
1346S: Maintained
1347
1348EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001349L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350S: Maintained
1351
1352EXT3 FILE SYSTEM
1353P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001354M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001355L: linux-ext4@vger.kernel.org
1356S: Maintained
1357
1358EXT4 FILE SYSTEM
1359P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001360M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001361L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362S: Maintained
1363
Jean Delvaree53004e2006-01-09 23:26:14 +01001364F71805F HARDWARE MONITORING DRIVER
1365P: Jean Delvare
1366M: khali@linux-fr.org
1367L: lm-sensors@lm-sensors.org
1368S: Maintained
1369
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370FARSYNC SYNCHRONOUS DRIVER
1371P: Kevin Curtis
1372M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373W: http://www.farsite.co.uk/
1374S: Supported
1375
Akinobu Mitac5408b82007-04-23 14:41:20 -07001376FAULT INJECTION SUPPORT
1377P: Akinobu Mita
1378M: akinobu.mita@gmail.com
1379S: Supported
1380
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381FRAMEBUFFER LAYER
1382P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001383M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001384L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385W: http://linux-fbdev.sourceforge.net/
1386S: Maintained
1387
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001388FREESCALE SOC FS_ENET DRIVER
1389P: Pantelis Antoniou
1390M: pantelis.antoniou@gmail.com
1391P: Vitaly Bordug
1392M: vbordug@ru.mvista.com
1393L: linuxppc-embedded@ozlabs.org
1394L: netdev@vger.kernel.org
1395S: Maintained
1396
Li Yanga7205b32007-04-23 10:38:18 -07001397FREESCALE HIGHSPEED USB DEVICE DRIVER
1398P: Li Yang
1399M: leoli@freescale.com
1400L: linux-usb-devel@lists.sourceforge.net
1401L: linuxppc-embedded@ozlabs.org
1402S: Maintained
1403
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404FILE LOCKING (flock() and fcntl()/lockf())
1405P: Matthew Wilcox
1406M: matthew@wil.cx
1407L: linux-fsdevel@vger.kernel.org
1408S: Maintained
1409
1410FILESYSTEMS (VFS and infrastructure)
1411P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001412M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413S: Maintained
1414
1415FIRMWARE LOADER (request_firmware)
1416L: linux-kernel@vger.kernel.org
1417S: Orphan
1418
1419FPU EMULATOR
1420P: Bill Metzenthen
1421M: billm@suburbia.net
1422W: http://suburbia.net/~billm/floating-point/emulator/
1423S: Maintained
1424
1425FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1426P: Mike McLagan
1427M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001428L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429S: Maintained
1430
1431FREEVXFS FILESYSTEM
1432P: Christoph Hellwig
1433M: hch@infradead.org
1434W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1435S: Maintained
1436
David Howells5ab7ffe2007-04-10 15:10:45 +01001437FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438P: David Howells
1439M: dhowells@redhat.com
1440S: Maintained
1441
Miklos Szeredi04578f12005-09-09 13:10:22 -07001442FUSE: FILESYSTEM IN USERSPACE
1443P: Miklos Szeredi
1444M: miklos@szeredi.hu
1445L: fuse-devel@lists.sourceforge.net
1446W: http://fuse.sourceforge.net/
1447S: Maintained
1448
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1450P: Rik Faith
1451M: faith@cs.unc.edu
1452L: linux-scsi@vger.kernel.org
1453S: Odd fixes (e.g., new signatures)
1454
1455GDT SCSI DISK ARRAY CONTROLLER DRIVER
1456P: Achim Leubner
1457M: achim_leubner@adaptec.com
1458L: linux-scsi@vger.kernel.org
1459W: http://www.icp-vortex.com/
1460S: Supported
1461
1462GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1463P: Krzysztof Halasa
1464M: khc@pm.waw.pl
1465W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1466S: Maintained
1467
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001468GFS2 FILE SYSTEM
1469P: Steven Whitehouse
1470M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001471L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001472W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001473T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1474T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001475S: Supported
1476
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001477GIGASET ISDN DRIVERS
1478P: Hansjoerg Lipp
1479M: hjlipp@web.de
1480P: Tilman Schmidt
1481M: tilman@imap.cc
1482L: gigaset307x-common@lists.sourceforge.net
1483W: http://gigaset307x.sourceforge.net/
1484S: Maintained
1485
Jean Delvare5b543962005-08-15 19:51:02 +02001486HARDWARE MONITORING
1487P: Jean Delvare
1488M: khali@linux-fr.org
1489L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001490W: http://www.lm-sensors.org/
1491T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001492S: Maintained
1493
Michael Buesch844dd052006-06-26 00:24:59 -07001494HARDWARE RANDOM NUMBER GENERATOR CORE
1495P: Michael Buesch
1496M: mb@bu3sch.de
1497S: Maintained
1498
Robert Love860e1d62005-08-31 23:57:59 -04001499HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1500P: Robert Love
1501M: rlove@rlove.org
1502M: linux-kernel@vger.kernel.org
1503W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1504S: Maintained
1505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506HARMONY SOUND DRIVER
1507P: Kyle McMartin
1508M: kyle@parisc-linux.org
1509W: http://www.parisc-linux.org/~kyle/harmony/
1510L: parisc-linux@lists.parisc-linux.org
1511S: Maintained
1512
1513HAYES ESP SERIAL DRIVER
1514P: Andrew J. Robinson
1515M: arobinso@nyx.net
1516L: linux-kernel@vger.kernel.org
1517W: http://www.nyx.net/~arobinso
1518S: Maintained
1519
1520HFS FILESYSTEM
1521P: Roman Zippel
1522M: zippel@linux-m68k.org
1523L: linux-kernel@vger.kernel.org
1524S: Maintained
1525
1526HGA FRAMEBUFFER DRIVER
1527P: Ferenc Bakonyi
1528M: fero@drama.obuda.kando.hu
1529L: linux-nvidia@lists.surfsouth.com
1530W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1531S: Maintained
1532
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001533HID CORE LAYER
1534P: Jiri Kosina
1535M: jkosina@suse.cz
1536L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001537T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001538S: Maintained
1539
Ingo Molnar38bed542007-02-22 09:09:34 +01001540HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1541P: Thomas Gleixner
1542M: tglx@linutronix.de
1543L: linux-kernel@vger.kernel.org
1544S: Maintained
1545
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546HIGH-SPEED SCC DRIVER FOR AX.25
1547P: Klaus Kudielka
1548M: klaus.kudielka@ieee.org
1549L: linux-hams@vger.kernel.org
1550W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1551S: Maintained
1552
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001553HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1554P: HighPoint Linux Team
1555M: linux@highpoint-tech.com
1556W: http://www.highpoint-tech.com
1557S: Supported
1558
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559HIPPI
1560P: Jes Sorensen
1561M: jes@trained-monkey.org
1562L: linux-hippi@sunsite.dk
1563S: Maintained
1564
1565HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1566P: Chirag Kantharia
1567M: chirag.kantharia@hp.com
1568L: iss_storagedev@hp.com
1569S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001570
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571HEWLETT-PACKARD SMART2 RAID DRIVER
1572P: Chirag Kantharia
1573M: chirag.kantharia@hp.com
1574L: iss_storagedev@hp.com
1575S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001576
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1578P: Mike Miller
1579M: mike.miller@hp.com
1580L: iss_storagedev@hp.com
1581S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001582
Jouni Malinenff1d2762005-05-12 22:54:16 -04001583HOST AP DRIVER
1584P: Jouni Malinen
1585M: jkmaline@cc.hut.fi
Johannes Berg724c6b32007-04-23 12:18:20 -07001586L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001587L: hostap@shmoo.com
1588W: http://hostap.epitest.fi/
1589S: Maintained
1590
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1592P: Jaroslav Kysela
1593M: perex@suse.cz
1594S: Maintained
1595
Bob Piccob9b03322005-11-07 00:59:19 -08001596HPET: High Precision Event Timers driver (hpet.c)
1597P: Clemens Ladisch
1598M: clemens@ladisch.de
1599S: Maintained
1600
1601HPET: i386
1602P: Venkatesh Pallipadi (Venki)
1603M: venkatesh.pallipadi@intel.com
1604S: Maintained
1605
1606HPET: x86_64
1607P: Andi Kleen and Vojtech Pavlik
1608M: ak@muc.de and vojtech@suse.cz
1609S: Maintained
1610
1611HPET: ACPI hpet.c
1612P: Bob Picco
1613M: bob.picco@hp.com
1614S: Maintained
1615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616HPFS FILESYSTEM
1617P: Mikulas Patocka
1618M: mikulas@artax.karlin.mff.cuni.cz
1619W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1620S: Maintained
1621
1622HUGETLB FILESYSTEM
1623P: William Irwin
1624M: wli@holomorphy.com
1625S: Maintained
1626
Jean Delvare5b543962005-08-15 19:51:02 +02001627I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628P: Jean Delvare
1629M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001630L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001631T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632S: Maintained
1633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634i386 BOOT CODE
1635P: Riley H. Williams
1636M: Riley@Williams.Name
1637L: Linux-Kernel@vger.kernel.org
1638S: Maintained
1639
1640i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1641P: Dave Jones
1642M: davej@codemonkey.org.uk
1643P: H. Peter Anvin
1644M: hpa@zytor.com
1645S: Maintained
1646
1647i810 TCO TIMER WATCHDOG
1648P: Nils Faerber
1649M: nils@kernelconcepts.de
1650W: http://www.kernelconcepts.de/
1651S: Maintained
1652
1653IA64 (Itanium) PLATFORM
1654P: Tony Luck
1655M: tony.luck@intel.com
1656L: linux-ia64@vger.kernel.org
1657W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001658T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659S: Maintained
1660
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001661IBM ACPI EXTRAS DRIVER
1662P: Henrique de Moraes Holschuh
1663M: ibm-acpi@hmh.eng.br
1664L: ibm-acpi-devel@lists.sourceforge.net
1665W: http://ibm-acpi.sourceforge.net
1666W: http://thinkwiki.org/wiki/Ibm-acpi
1667T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1668S: Maintained
1669
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001671P: Jes Sorensen
1672M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673L: linux-altix@sgi.com
1674L: linux-ia64@vger.kernel.org
1675W: http://www.sgi.com/altix
1676S: Maintained
1677
1678IBM MCA SCSI SUBSYSTEM DRIVER
1679P: Michael Lang
1680M: langa2@kph.uni-mainz.de
1681W: http://www.uni-mainz.de/~langm000/linux.html
1682S: Maintained
1683
1684IBM Power Linux RAID adapter
1685P: Brian King
1686M: brking@us.ibm.com
1687S: Supported
1688
1689IBM ServeRAID RAID DRIVER
1690P: Jack Hammer
1691P: Dave Jeffery
1692M: ipslinux@adaptec.com
1693W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001694S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001696IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001698M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001700T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701S: Maintained
1702
1703IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001704P: Alan Cox
1705M: alan@lxorguk.ukuu.org.uk
1706L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707S: Maintained
1708
1709IDE/ATAPI FLOPPY DRIVERS
1710P: Paul Bristow
1711M: Paul Bristow <paul@paulbristow.net>
1712W: http://paulbristow.net/linux/idefloppy.html
1713L: linux-kernel@vger.kernel.org
1714S: Maintained
1715
1716IDE/ATAPI TAPE DRIVERS
1717P: Gadi Oxman
1718M: Gadi Oxman <gadio@netvision.net.il>
1719L: linux-kernel@vger.kernel.org
1720S: Maintained
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722IEEE 1394 SUBSYSTEM
1723P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001724M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001725P: Stefan Richter
1726M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727L: linux1394-devel@lists.sourceforge.net
1728W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001729T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730S: Maintained
1731
Stefan Richterf51a5a92007-04-23 14:41:10 -07001732IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733P: Dan Dennedy
1734M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001735P: Stefan Richter
1736M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001738S: Maintained
1739
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740IMS TWINTURBO FRAMEBUFFER DRIVER
1741P: Paul Mundt
1742M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001743L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744S: Maintained
1745
1746INFINIBAND SUBSYSTEM
1747P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001748M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749P: Sean Hefty
1750M: mshefty@ichips.intel.com
1751P: Hal Rosenstock
1752M: halr@voltaire.com
1753L: openib-general@openib.org
1754W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001755T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756S: Supported
1757
1758INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001759P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001760M: dmitry.torokhov@gmail.com
1761M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762L: linux-input@atrey.karlin.mff.cuni.cz
1763L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001764T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765S: Maintained
1766
Robert Lovec9f04f52005-07-15 12:21:07 -04001767INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001768P: John McCutchan
1769M: ttb@tentacle.dhs.org
1770P: Robert Love
1771M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001772L: linux-kernel@vger.kernel.org
1773S: Maintained
1774
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001775INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001776P: Sylvain Meyer
1777M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001778L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001779S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001780
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001782P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001783M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001784L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001785S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786
1787INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1788P: Ingo Molnar
1789M: mingo@redhat.com
1790S: Maintained
1791
1792INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1793P: Jeff Garzik
1794M: jgarzik@pobox.com
1795W: http://sourceforge.net/projects/gkernel/
1796S: Maintained
1797
1798INTEL IA32 MICROCODE UPDATE SUPPORT
1799P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001800M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801S: Maintained
1802
Michael Buesch844dd052006-06-26 00:24:59 -07001803INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1804P: Deepak Saxena
1805M: dsaxena@plexity.net
1806S: Maintained
1807
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001808INTEL IXP2000 ETHERNET DRIVER
1809P: Lennert Buytenhek
1810M: kernel@wantstofly.org
1811L: netdev@vger.kernel.org
1812S: Maintained
1813
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814INTEL PRO/100 ETHERNET SUPPORT
1815P: John Ronciak
1816M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817P: Jesse Brandeburg
1818M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001819P: Jeff Kirsher
1820M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001821P: Auke Kok
1822M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001823L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824W: http://sourceforge.net/projects/e1000/
1825S: Supported
1826
1827INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1828P: Jeb Cramer
1829M: cramerj@intel.com
1830P: John Ronciak
1831M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001832P: Jesse Brandeburg
1833M: jesse.brandeburg@intel.com
1834P: Jeff Kirsher
1835M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001836P: Auke Kok
1837M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001838L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839W: http://sourceforge.net/projects/e1000/
1840S: Supported
1841
1842INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001843P: Jeff Kirsher
1844M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845P: Ayyappan Veeraiyan
1846M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847P: John Ronciak
1848M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001849P: Jesse Brandeburg
1850M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001851P: Auke Kok
1852M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001853L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854W: http://sourceforge.net/projects/e1000/
1855S: Supported
1856
James Ketrenos826d2ab2005-11-07 18:56:59 -06001857INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1858P: Yi Zhu
1859M: yi.zhu@intel.com
1860P: James Ketrenos
1861M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001862L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001863L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001864L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1865W: http://ipw2100.sourceforge.net
1866S: Supported
1867
1868INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1869P: Yi Zhu
1870M: yi.zhu@intel.com
1871P: James Ketrenos
1872M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001873L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001874L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001875L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1876W: http://ipw2200.sourceforge.net
1877S: Supported
1878
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879IOC3 DRIVER
1880P: Ralf Baechle
1881M: ralf@linux-mips.org
1882L: linux-mips@linux-mips.org
1883S: Maintained
1884
1885IP MASQUERADING:
1886P: Juanjo Ciarlante
1887M: jjciarla@raiz.uncu.edu.ar
1888S: Maintained
1889
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001890IPATH DRIVER:
1891P: Bryan O'Sullivan
1892M: support@pathscale.com
1893L: openib-general@openib.org
1894S: Supported
1895
Corey Minyard4409ebe2006-04-20 02:43:12 -07001896IPMI SUBSYSTEM
1897P: Corey Minyard
1898M: minyard@acm.org
1899L: openipmi-developer@lists.sourceforge.net
1900W: http://openipmi.sourceforge.net/
1901S: Supported
1902
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903IPX NETWORK LAYER
1904P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001905M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001906L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907S: Maintained
1908
1909IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001910P: Samuel Ortiz
1911M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001912L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001914S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915
1916ISAPNP
1917P: Jaroslav Kysela
1918M: perex@suse.cz
1919S: Maintained
1920
1921ISDN SUBSYSTEM
1922P: Karsten Keil
1923M: kkeil@suse.de
1924P: Kai Germaschewski
1925M: kai.germaschewski@gmx.de
1926L: isdn4linux@listserv.isdn4linux.de
1927W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001928T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929S: Maintained
1930
1931ISDN SUBSYSTEM (Eicon active card driver)
1932P: Armin Schindler
1933M: mac@melware.de
1934L: isdn4linux@listserv.isdn4linux.de
1935W: http://www.melware.de
1936S: Maintained
1937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1939P: David Woodhouse
1940M: dwmw2@infradead.org
1941L: jffs-dev@axis.com
1942W: http://sources.redhat.com/jffs2/
1943S: Maintained
1944
1945JFS FILESYSTEM
1946P: Dave Kleikamp
1947M: shaggy@austin.ibm.com
1948L: jfs-discussion@lists.sourceforge.net
1949W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001950T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951S: Supported
1952
Josh Triplettde456d32006-07-30 03:04:00 -07001953JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001954P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001955M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001956L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001957S: Maintained
1958
Rudolf Marek4660cb32006-10-08 22:01:26 +02001959K8TEMP HARDWARE MONITORING DRIVER
1960P: Rudolf Marek
1961M: r.marek@assembler.cz
1962L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963S: Maintained
1964
1965KCONFIG
1966P: Roman Zippel
1967M: zippel@linux-m68k.org
1968L: kbuild-devel@lists.sourceforge.net
1969S: Maintained
1970
Vivek Goyalea6c2082006-05-20 14:59:55 -07001971KDUMP
1972P: Vivek Goyal
1973M: vgoyal@in.ibm.com
1974P: Haren Myneni
1975M: hbabu@us.ibm.com
David Brownellf318a632007-04-23 14:41:06 -07001976L: fastboot@lists.linux-foundation.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07001977L: linux-kernel@vger.kernel.org
1978W: http://lse.sourceforge.net/kdump/
1979S: Maintained
1980
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981KERNEL AUTOMOUNTER (AUTOFS)
1982P: H. Peter Anvin
1983M: hpa@zytor.com
1984L: autofs@linux.kernel.org
1985S: Odd Fixes
1986
1987KERNEL AUTOMOUNTER v4 (AUTOFS4)
1988P: Ian Kent
1989M: raven@themaw.net
1990L: autofs@linux.kernel.org
1991S: Maintained
1992
1993KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1994P: Kai Germaschewski
1995M: kai@germaschewski.name
1996P: Sam Ravnborg
1997M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001998T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001999S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000
2001KERNEL JANITORS
2002P: Several
David Brownellf318a632007-04-23 14:41:06 -07002003L: kernel-janitors@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005S: Maintained
2006
2007KERNEL NFSD
2008P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002009M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010L: nfs@lists.sourceforge.net
2011W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002012S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013
Avi Kivity426d62e2006-12-13 00:34:03 -08002014KERNEL VIRTUAL MACHINE (KVM)
2015P: Avi Kivity
2016M: avi@qumranet.com
2017L: kvm-devel@lists.sourceforge.net
2018W: kvm.sourceforge.net
2019S: Supported
2020
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002021KEXEC
2022P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002023M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002024W: http://www.xmission.com/~ebiederm/files/kexec/
2025L: linux-kernel@vger.kernel.org
David Brownellf318a632007-04-23 14:41:06 -07002026L: fastboot@lists.linux-foundation.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002027S: Maintained
2028
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002029KPROBES
2030P: Prasanna S Panchamukhi
2031M: prasanna@in.ibm.com
2032P: Ananth N Mavinakayanahalli
2033M: ananth@in.ibm.com
2034P: Anil S Keshavamurthy
2035M: anil.s.keshavamurthy@intel.com
2036P: David S. Miller
2037M: davem@davemloft.net
2038L: linux-kernel@vger.kernel.org
2039S: Maintained
2040
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002041KS0108 LCD CONTROLLER DRIVER
2042P: Miguel Ojeda Sandonis
2043M: maxextreme@gmail.com
2044L: linux-kernel@vger.kernel.org
2045S: Maintained
2046
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002049S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050
2051LASI 53c700 driver for PARISC
2052P: James E.J. Bottomley
2053M: James.Bottomley@HansenPartnership.com
2054L: linux-scsi@vger.kernel.org
2055S: Maintained
2056
Richard Purdie263de9b2006-05-15 09:44:16 -07002057LED SUBSYSTEM
2058P: Richard Purdie
2059M: rpurdie@rpsys.net
2060S: Maintained
2061
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062LEGO USB Tower driver
2063P: Juergen Stuber
2064M: starblue@users.sourceforge.net
2065L: legousb-devel@lists.sourceforge.net
2066W: http://legousb.sourceforge.net/
2067S: Maintained
2068
2069LINUX FOR IBM pSERIES (RS/6000)
2070P: Paul Mackerras
2071M: paulus@au.ibm.com
2072W: http://www.ibm.com/linux/ltc/projects/ppc
2073S: Supported
2074
2075LINUX FOR NCR VOYAGER
2076P: James Bottomley
2077M: James.Bottomley@HansenPartnership.com
2078W: http://www.hansenpartnership.com/voyager
2079S: Maintained
2080
2081LINUX FOR POWERPC
2082P: Paul Mackerras
2083M: paulus@samba.org
2084W: http://www.penguinppc.org/
2085L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002086T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087S: Supported
2088
2089LINUX FOR POWER MACINTOSH
2090P: Benjamin Herrenschmidt
2091M: benh@kernel.crashing.org
2092W: http://www.penguinppc.org/
2093L: linuxppc-dev@ozlabs.org
2094S: Maintained
2095
2096LINUX FOR POWERPC EMBEDDED MPC52XX
2097P: Sylvain Munaut
2098M: tnt@246tNt.com
2099W: http://www.246tNt.com/mpc52xx/
2100W: http://www.penguinppc.org/
2101L: linuxppc-dev@ozlabs.org
2102L: linuxppc-embedded@ozlabs.org
2103S: Maintained
2104
2105LINUX FOR POWERPC EMBEDDED PPC4XX
2106P: Matt Porter
2107M: mporter@kernel.crashing.org
2108W: http://www.penguinppc.org/
2109L: linuxppc-embedded@ozlabs.org
2110S: Maintained
2111
Tom Rinie93adf12005-07-26 12:49:53 -07002112LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113P: Tom Rini
2114M: trini@kernel.crashing.org
2115W: http://www.penguinppc.org/
2116L: linuxppc-embedded@ozlabs.org
2117S: Maintained
2118
Tom Rinie93adf12005-07-26 12:49:53 -07002119LINUX FOR POWERPC EMBEDDED PPC8XX
2120P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002121M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002122W: http://www.penguinppc.org/
2123L: linuxppc-embedded@ozlabs.org
2124S: Maintained
2125
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002127P: Kumar Gala
2128M: galak@kernel.crashing.org
2129W: http://www.penguinppc.org/
2130L: linuxppc-embedded@ozlabs.org
2131S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132
Olof Johanssonab06ff32006-09-06 14:44:54 -05002133LINUX FOR POWERPC PA SEMI PWRFICIENT
2134P: Olof Johansson
2135M: olof@lixom.net
2136W: http://www.pasemi.com/
2137L: linuxppc-dev@ozlabs.org
2138S: Supported
2139
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140LLC (802.2)
2141P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002142M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143S: Maintained
2144
2145LINUX FOR 64BIT POWERPC
2146P: Paul Mackerras
2147M: paulus@samba.org
2148M: paulus@au.ibm.com
2149P: Anton Blanchard
2150M: anton@samba.org
2151M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002152W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002153L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154S: Supported
2155
2156LINUX SECURITY MODULE (LSM) FRAMEWORK
2157P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002158M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002159L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002161T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162S: Supported
2163
2164LM83 HARDWARE MONITOR DRIVER
2165P: Jean Delvare
2166M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002167L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168S: Maintained
2169
2170LM90 HARDWARE MONITOR DRIVER
2171P: Jean Delvare
2172M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002173L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174S: Maintained
2175
2176LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2177P: Richard Russon (FlatCap)
2178M: ldm@flatcap.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002179L: ldm-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180W: http://ldm.sourceforge.net
2181S: Maintained
2182
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002183LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2184P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002185M: Eric.Moore@lsi.com
2186M: support@lsi.com
2187L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002188L: linux-scsi@vger.kernel.org
2189W: http://www.lsilogic.com/support
2190S: Supported
2191
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2193P: Matthew Wilcox
2194M: matthew@wil.cx
2195L: linux-scsi@vger.kernel.org
2196S: Maintained
2197
2198M68K ARCHITECTURE
2199P: Geert Uytterhoeven
2200M: geert@linux-m68k.org
2201P: Roman Zippel
2202M: zippel@linux-m68k.org
2203L: linux-m68k@lists.linux-m68k.org
2204W: http://www.linux-m68k.org/
2205W: http://linux-m68k-cvs.ubb.ca/
2206S: Maintained
2207
2208M68K ON APPLE MACINTOSH
2209P: Joshua Thompson
2210M: funaho@jurai.org
2211W: http://www.mac.linux-m68k.org/
2212L: linux-mac68k@mac.linux-m68k.org
2213S: Maintained
2214
2215M68K ON HP9000/300
2216P: Philip Blundell
2217M: philb@gnu.org
2218W: http://www.tazenda.demon.co.uk/phil/linux-hp
2219S: Maintained
2220
2221MARVELL YUKON / SYSKONNECT DRIVER
2222P: Mirko Lindner
2223M: mlindner@syskonnect.de
2224P: Ralph Roesler
2225M: rroesler@syskonnect.de
2226W: http://www.syskonnect.com
2227S: Supported
2228
Michael Kerriskfaf16682005-07-31 22:34:47 -07002229MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002230P: Michael Kerrisk
2231M: mtk-manpages@gmx.net
2232W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2233S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002234
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002235MARVELL MV643XX ETHERNET DRIVER
2236P: Dale Farnsworth
2237M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002239M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002240L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002241S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242
2243MATROX FRAMEBUFFER DRIVER
2244P: Petr Vandrovec
2245M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002246L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247S: Maintained
2248
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002249MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002250P: Neela Syam Kolli
2251M: Neela.Kolli@engenio.com
2252S: linux-scsi@vger.kernel.org
2253W: http://megaraid.lsilogic.com
2254S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002255
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002256MEMORY MANAGEMENT
2257L: linux-mm@kvack.org
2258L: linux-kernel@vger.kernel.org
2259W: http://www.linux-mm.org
2260S: Maintained
2261
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002262MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263P: David Woodhouse
2264M: dwmw2@infradead.org
2265W: http://www.linux-mtd.infradead.org/
2266L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002267T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268S: Maintained
2269
Artem Bityutskiy48576402007-02-13 17:11:10 +02002270UNSORTED BLOCK IMAGES (UBI)
2271P: Artem Bityutskiy
2272M: dedekind@infradead.org
2273W: http://www.linux-mtd.infradead.org/
2274L: linux-mtd@lists.infradead.org
2275T: git git://git.infradead.org/ubi-2.6.git
2276S: Maintained
2277
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278MICROTEK X6 SCANNER
2279P: Oliver Neukum
2280M: oliver@neukum.name
2281S: Maintained
2282
2283MIPS
2284P: Ralf Baechle
2285M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002286W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002288T: git www.linux-mips.org:/pub/scm/linux.git
2289S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290
2291MISCELLANEOUS MCA-SUPPORT
2292P: James Bottomley
2293M: jejb@steeleye.com
2294L: linux-kernel@vger.kernel.org
2295S: Maintained
2296
2297MODULE SUPPORT
2298P: Rusty Russell
2299M: rusty@rustcorp.com.au
2300L: linux-kernel@vger.kernel.org
2301S: Maintained
2302
2303MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2304P: Stelian Pop
2305M: stelian@popies.net
2306W: http://popies.net/meye/
2307S: Maintained
2308
2309MOUSE AND MISC DEVICES [GENERAL]
2310P: Alessandro Rubini
2311M: rubini@ipvvis.unipv.it
2312L: linux-kernel@vger.kernel.org
2313S: Maintained
2314
Jiri Slabyd7354102006-12-08 02:38:35 -08002315MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2316P: Jiri Slaby
2317M: jirislaby@gmail.com
2318L: linux-kernel@vger.kernel.org
2319S: Maintained
2320
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002321MSI LAPTOP SUPPORT
2322P: Lennart Poettering
2323M: mzxreary@0pointer.de
2324L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2325W: http://0pointer.de/lennart/tchibo.html
2326S: Maintained
2327
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328MTRR AND SIMILAR SUPPORT [i386]
2329P: Richard Gooch
2330M: rgooch@atnf.csiro.au
2331L: linux-kernel@vger.kernel.org
2332W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2333S: Maintained
2334
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002335MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2336P: Pierre Ossman
2337M: drzeus-mmc@drzeus.cx
2338L: linux-kernel@vger.kernel.org
2339S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002340
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341MULTISOUND SOUND DRIVER
2342P: Andrew Veliath
2343M: andrewtv@usa.net
2344S: Maintained
2345
Jiri Slabyd7354102006-12-08 02:38:35 -08002346MULTITECH MULTIPORT CARD (ISICOM)
2347P: Jiri Slaby
2348M: jirislaby@gmail.com
2349L: linux-kernel@vger.kernel.org
2350S: Maintained
2351
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352NATSEMI ETHERNET DRIVER (DP8381x)
2353P: Tim Hockin
2354M: thockin@hockin.org
2355S: Maintained
2356
2357NCP FILESYSTEM
2358P: Petr Vandrovec
2359M: vandrove@vc.cvut.cz
2360L: linware@sh.cvut.cz
2361S: Maintained
2362
2363NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2364P: James E.J. Bottomley
2365M: James.Bottomley@HansenPartnership.com
2366L: linux-scsi@vger.kernel.org
2367S: Maintained
2368
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002369NETEM NETWORK EMULATOR
2370P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002371M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002372L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002373S: Maintained
2374
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375NETFILTER/IPTABLES/IPCHAINS
2376P: Rusty Russell
2377P: Marc Boucher
2378P: James Morris
2379P: Harald Welte
2380P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002381P: Patrick McHardy
2382M: kaber@trash.net
2383L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002384L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002385L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386W: http://www.netfilter.org/
2387W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388S: Supported
2389
Paul Moore4cc67732006-09-25 15:57:13 -07002390NETLABEL
2391P: Paul Moore
2392M: paul.moore@hp.com
2393W: http://netlabel.sf.net
2394L: netdev@vger.kernel.org
2395S: Supported
2396
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397NETROM NETWORK LAYER
2398P: Ralf Baechle
2399M: ralf@linux-mips.org
2400L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002401W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402S: Maintained
2403
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002404NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405P: Paul Clements
2406M: Paul.Clements@steeleye.com
2407S: Maintained
2408
2409NETWORK DEVICE DRIVERS
2410P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002411M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412P: Jeff Garzik
2413M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002414L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002415T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416S: Maintained
2417
2418NETWORKING [GENERAL]
2419P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002420M: netdev@vger.kernel.org
2421L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002422W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423S: Maintained
2424
2425NETWORKING [IPv4/IPv6]
2426P: David S. Miller
2427M: davem@davemloft.net
2428P: Alexey Kuznetsov
2429M: kuznet@ms2.inr.ac.ru
2430P: Pekka Savola (ipv6)
2431M: pekkas@netcore.fi
2432P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002433M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434P: Hideaki YOSHIFUJI
2435M: yoshfuji@linux-ipv6.org
2436P: Patrick McHardy
2437M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002438L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002439T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440S: Maintained
2441
John W. Linville29f8f632006-01-18 14:52:48 -08002442NETWORKING [WIRELESS]
2443P: John W. Linville
2444M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002445L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002446T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2447S: Maintained
2448
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002449NETXEN (1/10) GbE SUPPORT
2450P: Amit S. Kale
2451M: amitkale@netxen.com
2452L: netdev@vger.kernel.org
2453W: http://www.netxen.com
2454S: Supported
2455
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456IPVS
2457P: Wensong Zhang
2458M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002459P: Simon Horman
2460M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461P: Julian Anastasov
2462M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002463L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464S: Maintained
2465
2466NFS CLIENT
2467P: Trond Myklebust
2468M: trond.myklebust@fys.uio.no
2469L: linux-kernel@vger.kernel.org
2470S: Maintained
2471
2472NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002473P: Jan-Pascal van Best
2474M: janpascal@vanbest.org
2475P: Andreas Mohr
2476M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002477L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478S: Maintained
2479
2480NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2481P: YOKOTA Hiroshi
2482M: yokota@netlab.is.tsukuba.ac.jp
2483W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2484S: Maintained
2485
2486NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2487P: GOTO Masanori
2488M: gotom@debian.or.jp
2489P: YOKOTA Hiroshi
2490M: yokota@netlab.is.tsukuba.ac.jp
2491W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2492S: Maintained
2493
2494NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2495P: Eberhard Moenkeberg
2496M: emoenke@gwdg.de
2497L: linux-kernel@vger.kernel.org
2498S: Maintained
2499
2500NTFS FILESYSTEM
2501P: Anton Altaparmakov
2502M: aia21@cantab.net
2503L: linux-ntfs-dev@lists.sourceforge.net
2504L: linux-kernel@vger.kernel.org
2505W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002506T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507S: Maintained
2508
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002509NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002510P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002511M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002512L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002513S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002515OPENCORES I2C BUS DRIVER
2516P: Peter Korsgaard
2517M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002518L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002519S: Maintained
2520
Mark Fashehccd979b2005-12-15 14:31:24 -08002521ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2522P: Mark Fasheh
2523M: mark.fasheh@oracle.com
2524P: Kurt Hackel
2525M: kurt.hackel@oracle.com
2526L: ocfs2-devel@oss.oracle.com
2527W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002528S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002529
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530OLYMPIC NETWORK DRIVER
2531P: Peter De Shrijver
2532M: p2@ace.ulyssis.student.kuleuven.ac.be
2533P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002534M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002535L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536L: linux-tr@linuxtr.net
2537W: http://www.linuxtr.net
2538S: Maintained
2539
Harald Weltec1986ee2005-11-13 16:06:29 -08002540OMNIKEY CARDMAN 4000 DRIVER
2541P: Harald Welte
2542M: laforge@gnumonks.org
2543S: Maintained
2544
Harald Welte77c44ab2005-11-13 16:06:26 -08002545OMNIKEY CARDMAN 4040 DRIVER
2546P: Harald Welte
2547M: laforge@gnumonks.org
2548S: Maintained
2549
Jonathan Corbet77d51402007-03-22 19:44:17 -03002550OMNIVISION OV7670 SENSOR DRIVER
2551P: Jonathan Corbet
2552M: corbet@lwn.net
2553L: video4linux-list@redhat.com
2554S: Maintained
2555
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556ONSTREAM SCSI TAPE DRIVER
2557P: Willem Riede
2558M: osst@riede.org
2559L: osst-users@lists.sourceforge.net
2560L: linux-scsi@vger.kernel.org
2561S: Maintained
2562
2563OPL3-SA2, SA3, and SAx DRIVER
2564P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002565M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566L: linux-sound@vger.kernel.org
2567S: Maintained
2568
2569OPROFILE
2570P: Philippe Elie
2571M: phil.el@wanadoo.fr
2572L: oprofile-list@lists.sf.net
2573S: Maintained
2574
2575ORINOCO DRIVER
2576P: Pavel Roskin
2577M: proski@gnu.org
2578P: David Gibson
2579M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002580L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002581L: orinoco-users@lists.sourceforge.net
2582L: orinoco-devel@lists.sourceforge.net
2583W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584S: Maintained
2585
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002586PA SEMI ETHERNET DRIVER
2587P: Olof Johansson
2588M: olof@lixom.net
2589L: netdev@vger.kernel.org
2590S: Maintained
2591
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002592PA SEMI SMBUS DRIVER
2593P: Olof Johansson
2594M: olof@lixom.net
2595L: i2c@lm-sensors.org
2596S: Maintained
2597
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002600S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601
2602PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2603P: Tim Waugh
2604M: tim@cyberelk.net
2605L: linux-parport@lists.infradead.org
2606W: http://www.torque.net/linux-pp.html
2607S: Maintained
2608
2609PARISC ARCHITECTURE
2610P: Matthew Wilcox
2611M: matthew@wil.cx
2612P: Grant Grundler
2613M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002614P: Kyle McMartin
2615M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616L: parisc-linux@parisc-linux.org
2617W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002618T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2619T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620S: Maintained
2621
Jim Cromie1662d322006-10-06 00:43:59 -07002622PC87360 HARDWARE MONITORING DRIVER
2623P: Jim Cromie
2624M: jim.cromie@gmail.com
2625L: lm-sensors@lm-sensors.org
2626S: Maintained
2627
2628PC8736x GPIO DRIVER
2629P: Jim Cromie
2630M: jim.cromie@gmail.com
2631S: Maintained
2632
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002633PCI ERROR RECOVERY
2634P: Linas Vepstas
2635M: linas@austin.ibm.com
2636L: linux-kernel@vger.kernel.org
2637L: linux-pci@atrey.karlin.mff.cuni.cz
2638S: Supported
2639
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2641P: Thomas Sailer
2642M: sailer@ife.ee.ethz.ch
2643L: linux-sound@vger.kernel.org
2644W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2645S: Maintained
2646
2647PCI SUBSYSTEM
2648P: Greg Kroah-Hartman
2649M: gregkh@suse.de
2650L: linux-kernel@vger.kernel.org
2651L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002652T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653S: Supported
2654
2655PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002656P: Kristen Carlson Accardi
2657M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658S: Supported
2659
2660PCI HOTPLUG COMPAQ DRIVER
2661P: Greg Kroah-Hartman
2662M: greg@kroah.com
2663S: Maintained
2664
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002665PCIE HOTPLUG DRIVER
2666P: Kristen Carlson Accardi
2667M: kristen.c.accardi@intel.com
2668L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002669S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002670
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002672P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002673L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002675T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002676S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677
2678PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002679P: Don Fry
2680M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002681L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682S: Maintained
2683
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002684PER-TASK DELAY ACCOUNTING
2685P: Shailabh Nagar
2686M: nagar@watson.ibm.com
2687L: linux-kernel@vger.kernel.org
2688S: Maintained
2689
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002690PERSONALITY HANDLING
2691P: Christoph Hellwig
2692M: hch@infradead.org
2693L: linux-abi-devel@lists.sourceforge.net
2694S: Maintained
2695
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696PHRAM MTD DRIVER
2697P: Jörn Engel
2698M: joern@wh.fh-wedel.de
2699L: linux-mtd@lists.infradead.org
2700S: Maintained
2701
Peter Osterlund249a6772005-09-27 21:45:30 -07002702PKTCDVD DRIVER
2703P: Peter Osterlund
2704M: petero2@telia.com
2705L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002706S: Maintained
2707
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708POSIX CLOCKS and TIMERS
2709P: George Anzinger
2710M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002711L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712S: Supported
2713
Eugene Surovegin24682972005-10-14 03:00:53 -07002714POWERPC 4xx EMAC DRIVER
2715P: Eugene Surovegin
2716M: ebs@ebshome.net
2717W: http://kernel.ebshome.net/emac/
2718L: linuxppc-embedded@ozlabs.org
2719L: netdev@vger.kernel.org
2720S: Maintained
2721
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722PNP SUPPORT
2723P: Adam Belay
2724M: ambx1@neo.rr.com
2725S: Maintained
2726
Vitaly Wool999445d2007-01-04 13:07:03 +01002727PNXxxxx I2C DRIVER
2728P: Vitaly Wool
2729M: vitalywool@gmail.com
2730L: i2c@lm-sensors.org
2731S: Maintained
2732
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733PPP PROTOCOL DRIVERS AND COMPRESSORS
2734P: Paul Mackerras
2735M: paulus@samba.org
2736L: linux-ppp@vger.kernel.org
2737S: Maintained
2738
2739PPP OVER ATM (RFC 2364)
2740P: Mitchell Blank Jr
2741M: mitch@sfgoth.com
2742S: Maintained
2743
2744PPP OVER ETHERNET
2745P: Michal Ostrowski
2746M: mostrows@speakeasy.net
2747S: Maintained
2748
2749PREEMPTIBLE KERNEL
2750P: Robert Love
2751M: rml@tech9.net
2752L: linux-kernel@vger.kernel.org
2753L: kpreempt-tech@lists.sourceforge.net
2754W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2755S: Supported
2756
2757PRISM54 WIRELESS DRIVER
2758P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002759M: developers@islsm.org
Johannes Berg724c6b32007-04-23 12:18:20 -07002760L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761W: http://prism54.org
2762S: Maintained
2763
2764PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2765P: Peter Denison
2766M: promise@pnd-pc.demon.co.uk
2767W: http://www.pnd-pc.demon.co.uk/promise/
2768S: Maintained
2769
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002770PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2771P: Mikael Pettersson
2772M: mikpe@it.uu.se
2773L: linux-ide@vger.kernel.org
2774S: Maintained
2775
Geoff Levandf58a9d12006-11-23 00:46:51 +01002776PS3 PLATFORM SUPPORT
2777P: Geoff Levand
2778M: geoffrey.levand@am.sony.com
2779L: linuxppc-dev@ozlabs.org
2780L: cbe-oss-dev@ozlabs.org
2781S: Supported
2782
Michael Krufky83202042006-07-03 00:24:18 -07002783PVRUSB2 VIDEO4LINUX DRIVER
2784P: Mike Isely
2785M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002786L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002787L: video4linux-list@redhat.com
2788W: http://www.isely.net/pvrusb2/
2789S: Maintained
2790
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791PXA2xx SUPPORT
2792P: Nicolas Pitre
2793M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002794L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795S: Maintained
2796
2797QLOGIC QLA2XXX FC-SCSI DRIVER
2798P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002799M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800L: linux-scsi@vger.kernel.org
2801S: Supported
2802
Ron Mercer5a4faa872006-07-25 00:40:21 -07002803QLOGIC QLA3XXX NETWORK DRIVER
2804P: Ron Mercer
2805M: linux-driver@qlogic.com
2806L: netdev@vger.kernel.org
2807S: Supported
2808
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809QNX4 FILESYSTEM
2810P: Anders Larsen
2811M: al@alarsen.net
2812L: linux-kernel@vger.kernel.org
2813W: http://www.alarsen.net/linux/qnx4fs/
2814S: Maintained
2815
2816RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002817P: Benjamin Herrenschmidt
2818M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002819L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820S: Maintained
2821
2822RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002823P: Paul Mackerras
2824M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002825L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826S: Maintained
2827
2828RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2829P: Corey Thomas
2830M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002831L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832S: Maintained
2833
Matt Mackall9e95ce22005-04-16 15:25:56 -07002834RANDOM NUMBER DRIVER
2835P: Matt Mackall
2836M: mpm@selenic.com
2837S: Maintained
2838
Matt Porter394b7012005-11-07 01:00:15 -08002839RAPIDIO SUBSYSTEM
2840P: Matt Porter
2841M: mporter@kernel.crashing.org
2842L: linux-kernel@vger.kernel.org
2843S: Maintained
2844
Josh Triplett595182b2006-10-04 02:17:21 -07002845READ-COPY UPDATE (RCU)
2846P: Dipankar Sarma
2847M: dipankar@in.ibm.com
2848W: http://www.rdrop.com/users/paulmck/rclock/
2849L: linux-kernel@vger.kernel.org
2850S: Supported
2851
2852RCUTORTURE MODULE
2853P: Josh Triplett
2854M: josh@freedesktop.org
2855L: linux-kernel@vger.kernel.org
2856S: Maintained
2857
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858REAL TIME CLOCK DRIVER
2859P: Paul Gortmaker
2860M: p_gortmaker@yahoo.com
2861L: linux-kernel@vger.kernel.org
2862S: Maintained
2863
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002864REAL TIME CLOCK (RTC) SUBSYSTEM
2865P: Alessandro Zummo
2866M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002867L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002868S: Maintained
2869
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870REISERFS FILE SYSTEM
2871P: Hans Reiser
2872M: reiserfs-dev@namesys.com
2873L: reiserfs-list@namesys.com
2874W: http://www.namesys.com
2875S: Supported
2876
2877ROCKETPORT DRIVER
2878P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879W: http://www.comtrol.com
2880S: Maintained
2881
2882ROSE NETWORK LAYER
2883P: Ralf Baechle
2884M: ralf@linux-mips.org
2885L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002886W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887S: Maintained
2888
2889RISCOM8 DRIVER
2890S: Orphan
2891
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002892S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002893P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002894M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002895L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002896S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002897
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898S390
2899P: Martin Schwidefsky
2900M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002901P: Heiko Carstens
2902M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002904L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002905W: http://www.ibm.com/developerworks/linux/linux390/
2906S: Supported
2907
2908S390 NETWORK DRIVERS
2909P: Frank Pavlic
2910M: fpavlic@de.ibm.com
2911M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002912L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002913W: http://www.ibm.com/developerworks/linux/linux390/
2914S: Supported
2915
2916S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002917P: Swen Schillig
2918M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002919M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002920L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002921W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922S: Supported
2923
2924SAA7146 VIDEO4LINUX-2 DRIVER
2925P: Michael Hunold
2926M: michael@mihu.de
2927W: http://www.mihu.de/linux/saa7146
2928S: Maintained
2929
2930SBPCD CDROM DRIVER
2931P: Eberhard Moenkeberg
2932M: emoenke@gwdg.de
2933L: linux-kernel@vger.kernel.org
2934S: Maintained
2935
2936SC1200 WDT DRIVER
2937P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002938M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939S: Maintained
2940
2941SCHEDULER
2942P: Ingo Molnar
2943M: mingo@elte.hu
2944P: Robert Love [the preemptible kernel bits]
2945M: rml@tech9.net
2946L: linux-kernel@vger.kernel.org
2947S: Maintained
2948
2949SCSI CDROM DRIVER
2950P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002951M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952L: linux-scsi@vger.kernel.org
2953W: http://www.kernel.dk
2954S: Maintained
2955
2956SCSI SG DRIVER
2957P: Doug Gilbert
2958M: dgilbert@interlog.com
2959L: linux-scsi@vger.kernel.org
2960W: http://www.torque.net/sg
2961S: Maintained
2962
2963SCSI SUBSYSTEM
2964P: James E.J. Bottomley
2965M: James.Bottomley@SteelEye.com
2966L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002967T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968S: Maintained
2969
2970SCSI TAPE DRIVER
2971P: Kai Mäkisara
2972M: Kai.Makisara@kolumbus.fi
2973L: linux-scsi@vger.kernel.org
2974S: Maintained
2975
2976SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002977P: Vlad Yasevich
2978M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01002979P: Sridhar Samudrala
2980M: sri@us.ibm.com
2981L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002982W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01002983S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984
2985SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002986P: Jim Cromie
2987M: jim.cromie@gmail.com
2988S: Odd Fixes
2989
2990SCx200 GPIO DRIVER
2991P: Jim Cromie
2992M: jim.cromie@gmail.com
2993S: Maintained
2994
2995SCx200 HRT CLOCKSOURCE DRIVER
2996P: Jim Cromie
2997M: jim.cromie@gmail.com
2998S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999
3000SECURITY CONTACT
3001P: Security Officers
3002M: security@kernel.org
3003S: Supported
3004
3005SELINUX SECURITY MODULE
3006P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003007M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003009M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003010P: Eric Paris
3011M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003013L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014W: http://www.nsa.gov/selinux
3015S: Supported
3016
3017SERIAL ATA (SATA) SUBSYSTEM:
3018P: Jeff Garzik
3019M: jgarzik@pobox.com
3020L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003021T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003022S: Supported
3023
3024SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3025P: Pat Gefre
3026M: pfg@sgi.com
3027L: linux-ia64@vger.kernel.org
3028S: Supported
3029
3030SGI VISUAL WORKSTATION 320 AND 540
3031P: Andrey Panin
3032M: pazke@donpac.ru
3033L: linux-visws-devel@lists.sf.net
3034W: http://linux-visws.sf.net
3035S: Maintained for 2.6.
3036
3037SIMTEC EB110ATX (Chalice CATS)
3038P: Ben Dooks
3039P: Vincent Sanders
3040M: support@simtec.co.uk
3041W: http://www.simtec.co.uk/products/EB110ATX/
3042S: Supported
3043
3044SIMTEC EB2410ITX (BAST)
3045P: Ben Dooks
3046P: Vincent Sanders
3047M: support@simtec.co.uk
3048W: http://www.simtec.co.uk/products/EB2410ITX/
3049S: Supported
3050
Francois Romieu92aab3c2005-07-30 13:11:18 +02003051SIS 190 ETHERNET DRIVER
3052P: Francois Romieu
3053M: romieu@fr.zoreil.com
3054L: netdev@vger.kernel.org
3055S: Maintained
3056
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057SIS 5513 IDE CONTROLLER DRIVER
3058P: Lionel Bouton
3059M: Lionel.Bouton@inet6.fr
3060W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3061W: http://gyver.homeip.net/sis5513/index.html
3062S: Maintained
3063
3064SIS 900/7016 FAST ETHERNET DRIVER
3065P: Daniele Venzano
3066M: venza@brownhat.org
3067W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003068L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069S: Maintained
3070
3071SIS FRAMEBUFFER DRIVER
3072P: Thomas Winischhofer
3073M: thomas@winischhofer.net
3074W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003075S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076
3077SIS USB2VGA DRIVER
3078P: Thomas Winischhofer
3079M: thomas@winischhofer.net
3080W: http://www.winischhofer.at/linuxsisusbvga.shtml
3081S: Maintained
3082
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083SMC91x ETHERNET DRIVER
3084P: Nicolas Pitre
3085M: nico@cam.org
3086S: Maintained
3087
Daniel Drake8f0f8502006-07-18 22:00:25 +01003088SOFTMAC LAYER (IEEE 802.11)
3089P: Johannes Berg
3090M: johannes@sipsolutions.net
3091P: Joe Jezak
3092M: josejx@gentoo.org
3093P: Daniel Drake
3094M: dsd@gentoo.org
3095W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003096L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003097S: Maintained
3098
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099SOFTWARE RAID (Multiple Disks) SUPPORT
3100P: Ingo Molnar
3101M: mingo@redhat.com
3102P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003103M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003105S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106
3107SOFTWARE SUSPEND:
3108P: Pavel Machek
3109M: pavel@suse.cz
David Brownellf318a632007-04-23 14:41:06 -07003110L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111S: Maintained
3112
3113SONIC NETWORK DRIVER
3114P: Thomas Bogendoerfer
3115M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003116L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117S: Maintained
3118
3119SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003120P: Mattia Dongili
3121M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003122L: linux-acpi@vger.kernel.org
3123W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124S: Maintained
3125
3126SOUND
3127P: Jaroslav Kysela
3128M: perex@suse.cz
3129L: alsa-devel@alsa-project.org
3130S: Maintained
3131
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003132SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3133P: Liam Girdwood
3134M: liam.girdwood@wolfsonmicro.com
3135L: alsa-devel@alsa-project.org
3136S: Supported
3137
Kumar Gala025c3982006-04-02 16:05:54 -05003138SPI SUBSYSTEM
3139P: David Brownell
3140M: dbrownell@users.sourceforge.net
3141L: spi-devel-general@lists.sourceforge.net
3142S: Maintained
3143
Steven Rostedt855f46a2006-08-05 12:14:50 -07003144STABLE BRANCH:
3145P: Greg Kroah-Hartman
3146M: greg@kroah.com
3147P: Chris Wright
3148M: chrisw@sous-sol.org
3149L: stable@kernel.org
3150S: Maintained
3151
Kylene Hall1c72d462005-05-01 08:59:13 -07003152TPM DEVICE DRIVER
3153P: Kylene Hall
3154M: kjhall@us.ibm.com
3155W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003156P: Marcel Selhorst
3157M: tpm@selhorst.net
3158W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003159L: tpmdd-devel@lists.sourceforge.net
3160S: Maintained
3161
Mark Gross1a80ba82005-10-30 15:02:55 -08003162Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003163P: Mark Gross
3164M: mark.gross@intel.com
3165S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003166
Chris Zankel48b415c2005-06-23 22:01:07 -07003167TENSILICA XTENSA PORT (xtensa):
3168P: Chris Zankel
3169M: chris@zankel.net
3170S: Maintained
3171
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172UltraSPARC (sparc64):
3173P: David S. Miller
3174M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003176T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177S: Maintained
3178
3179SHARP LH SUPPORT (LH7952X & LH7A40X)
3180P: Marc Singer
3181M: elf@buici.com
3182W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003183L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184S: Maintained
3185
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003186SHPC HOTPLUG DRIVER
3187P: Kristen Carlson Accardi
3188M: kristen.c.accardi@intel.com
3189L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003190S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003191
Pierre Ossmand129bce2006-03-24 03:18:17 -08003192SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3193P: Pierre Ossman
3194M: drzeus-sdhci@drzeus.cx
3195L: sdhci-devel@list.drzeus.cx
3196W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3197S: Maintained
3198
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003199SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3200P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003201M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003202L: netdev@vger.kernel.org
3203S: Maintained
3204
Chris Boot1a87d942006-07-10 04:45:34 -07003205SOEKRIS NET48XX LED SUPPORT
3206P: Chris Boot
3207M: bootc@bootc.net
3208S: Maintained
3209
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210SPARC (sparc32):
3211P: William L. Irwin
3212M: wli@holomorphy.com
3213L: sparclinux@vger.kernel.org
3214S: Maintained
3215
3216SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3217P: Roger Wolff
3218M: R.E.Wolff@BitWizard.nl
3219L: linux-kernel@vger.kernel.org ?
3220S: Supported
3221
Jim Lewis2752e402006-09-29 02:01:19 -07003222SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003223P: Linas Vepstas
3224M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003225L: netdev@vger.kernel.org
3226S: Supported
3227
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228SRM (Alpha) environment access
3229P: Jan-Benedict Glaw
3230M: jbglaw@lug-owl.de
3231L: linux-kernel@vger.kernel.org
3232S: Maintained
3233
3234STARFIRE/DURALAN NETWORK DRIVER
3235P: Ion Badulescu
3236M: ionut@cs.columbia.edu
3237S: Maintained
3238
3239STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3240W: http://mosquitonet.Stanford.EDU/strip.html
3241S: Unsupported ?
3242
3243STRADIS MPEG-2 DECODER DRIVER
3244P: Nathan Laredo
3245M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246W: http://www.stradis.com/
3247S: Maintained
3248
3249SUPERH (sh)
3250P: Paul Mundt
3251M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003252L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254S: Maintained
3255
3256SUPERH64 (sh64)
3257P: Paul Mundt
3258M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259L: linuxsh-shmedia-dev@lists.sourceforge.net
3260W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261S: Maintained
3262
3263SUN3/3X
3264P: Sam Creasey
3265M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266W: http://sammy.net/sun3/
3267S: Maintained
3268
3269SVGA HANDLING
3270P: Martin Mares
3271M: mj@ucw.cz
3272L: linux-video@atrey.karlin.mff.cuni.cz
3273S: Maintained
3274
3275SYSV FILESYSTEM
3276P: Christoph Hellwig
3277M: hch@infradead.org
3278S: Maintained
3279
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003280TC CLASSIFIER
3281P: Jamal Hadi Salim
3282M: hadi@cyberus.ca
3283L: netdev@vger.kernel.org
3284S: Maintained
3285
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003286TCP LOW PRIORITY MODULE
3287P: Wong Hoi Sing, Edison
3288M: hswong3i@gmail.com
3289P: Hung Hing Lun, Mike
3290M: hlhung3i@gmail.com
3291W: http://tcp-lp-mod.sourceforge.net/
3292S: Maintained
3293
Alex Dubov4020f2d2006-10-04 02:15:37 -07003294TI FLASH MEDIA INTERFACE DRIVER
3295P: Alex Dubov
3296M: oakad@yahoo.com
3297S: Maintained
3298
Michael Buesch844dd052006-06-26 00:24:59 -07003299TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3300P: Deepak Saxena
3301M: dsaxena@plexity.net
3302S: Maintained
3303
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003304TASKSTATS STATISTICS INTERFACE
3305P: Shailabh Nagar
3306M: nagar@watson.ibm.com
3307L: linux-kernel@vger.kernel.org
3308S: Maintained
3309
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003311P: Romain Lievin
3312M: roms@lpg.ticalc.org
3313S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314
Per Lidene86eaa32006-01-12 16:45:18 +01003315TIPC NETWORK LAYER
3316P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003317M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003318P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003319M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003320P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003321M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003322L: tipc-discussion@lists.sourceforge.net
3323W: http://tipc.sourceforge.net/
3324W: http://tipc.cslab.ericsson.net/
3325T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3326S: Maintained
3327
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328TLAN NETWORK DRIVER
3329P: Samuel Chessman
3330M: chessman@tux.org
3331L: tlan-devel@lists.sourceforge.net
3332W: http://sourceforge.net/projects/tlan/
3333S: Maintained
3334
3335TOKEN-RING NETWORK DRIVER
3336P: Mike Phillips
3337M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003338L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339L: linux-tr@linuxtr.net
3340W: http://www.linuxtr.net
3341S: Maintained
3342
3343TOSHIBA ACPI EXTRAS DRIVER
3344P: John Belmonte
3345M: toshiba_acpi@memebeam.org
3346W: http://memebeam.org/toys/ToshibaAcpiDriver
3347S: Maintained
3348
3349TOSHIBA SMM DRIVER
3350P: Jonathan Buzzard
3351M: jonathan@buzzard.org.uk
3352L: tlinux-users@tce.toshiba-dme.co.jp
3353W: http://www.buzzard.org.uk/toshiba/
3354S: Maintained
3355
3356TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3357P: Muli Ben-Yehuda
3358M: mulix@mulix.org
3359L: linux-kernel@vger.kernel.org
3360S: Maintained
3361
3362TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003363P: Adrian Bunk
3364M: trivial@kernel.org
3365L: linux-kernel@vger.kernel.org
3366W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3367T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3368S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369
3370TMS380 TOKEN-RING NETWORK DRIVER
3371P: Adam Fritzler
3372M: mid@auk.cx
3373L: linux-tr@linuxtr.net
3374W: http://www.auk.cx/tms380tr/
3375S: Maintained
3376
3377TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003378P: Valerie Henson
3379M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380L: tulip-users@lists.sourceforge.net
3381W: http://sourceforge.net/projects/tulip/
3382S: Maintained
3383
3384TUN/TAP driver
3385P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003386M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387L: vtun@office.satix.net
3388W: http://vtun.sourceforge.net/tun
3389S: Maintained
3390
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003391TURBOCHANNEL SUBSYSTEM
3392P: Maciej W. Rozycki
3393M: macro@linux-mips.org
3394S: Maintained
3395
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396U14-34F SCSI DRIVER
3397P: Dario Ballabio
3398M: ballabio_dario@emc.com
3399L: linux-scsi@vger.kernel.org
3400S: Maintained
3401
3402UDF FILESYSTEM
3403P: Ben Fennema
3404M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405W: http://linux-udf.sourceforge.net
3406S: Maintained
3407
3408UNIFORM CDROM DRIVER
3409P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003410M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411L: linux-kernel@vger.kernel.org
3412W: http://www.kernel.dk
3413S: Maintained
3414
3415USB ACM DRIVER
3416P: Oliver Neukum
3417M: oliver@neukum.name
3418L: linux-usb-users@lists.sourceforge.net
3419L: linux-usb-devel@lists.sourceforge.net
3420S: Maintained
3421
3422USB BLOCK DRIVER (UB ub)
3423P: Pete Zaitcev
3424M: zaitcev@redhat.com
3425L: linux-kernel@vger.kernel.org
3426L: linux-usb-devel@lists.sourceforge.net
3427S: Supported
3428
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429USB CDC ETHERNET DRIVER
3430P: Greg Kroah-Hartman
3431M: greg@kroah.com
3432L: linux-usb-users@lists.sourceforge.net
3433L: linux-usb-devel@lists.sourceforge.net
3434S: Maintained
3435W: http://www.kroah.com/linux-usb/
3436
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003437USB DAVICOM DM9601 DRIVER
3438P: Peter Korsgaard
3439M: jacmet@sunsite.dk
3440L: linux-usb-devel@lists.sourceforge.net
3441W: http://www.linux-usb.org/usbnet
3442S: Maintained
3443
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444USB EHCI DRIVER
3445P: David Brownell
3446M: dbrownell@users.sourceforge.net
3447L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003448S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449
Luca Risolia7ce08c92006-01-11 02:06:59 +00003450USB ET61X[12]51 DRIVER
3451P: Luca Risolia
3452M: luca.risolia@studio.unibo.it
3453L: linux-usb-devel@lists.sourceforge.net
3454L: video4linux-list@redhat.com
3455W: http://www.linux-projects.org
3456S: Maintained
3457
David Brownell69ae9e32006-11-14 02:03:31 -08003458USB GADGET/PERIPHERAL SUBSYSTEM
3459P: David Brownell
3460M: dbrownell@users.sourceforge.net
3461L: linux-usb-devel@lists.sourceforge.net
3462W: http://www.linux-usb.org/gadget
3463S: Maintained
3464
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465USB HID/HIDBP DRIVERS
Jiri Kosina641266fd2007-01-15 09:56:21 +01003466P: Jiri Kosina
3467M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003469T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470S: Maintained
3471
3472USB HUB DRIVER
3473P: Johannes Erdfelt
3474M: johannes@erdfelt.com
3475L: linux-usb-users@lists.sourceforge.net
3476L: linux-usb-devel@lists.sourceforge.net
3477S: Maintained
3478
Olav Kongas959eea22005-11-03 17:38:14 +02003479USB ISP116X DRIVER
3480P: Olav Kongas
3481M: ok@artecdesign.ee
3482L: linux-usb-devel@lists.sourceforge.net
3483S: Maintained
3484
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485USB KAWASAKI LSI DRIVER
3486P: Oliver Neukum
3487M: oliver@neukum.name
3488L: linux-usb-users@lists.sourceforge.net
3489L: linux-usb-devel@lists.sourceforge.net
3490S: Maintained
3491
3492USB MASS STORAGE DRIVER
3493P: Matthew Dharm
3494M: mdharm-usb@one-eyed-alien.net
3495L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003496L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497S: Maintained
3498W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3499
3500USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003501P: David Brownell
3502M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503L: linux-usb-users@lists.sourceforge.net
3504L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003505S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003506
Matthias Urlichsba460e42005-07-14 00:33:47 -07003507USB OPTION-CARD DRIVER
3508P: Matthias Urlichs
3509M: smurf@smurf.noris.de
3510L: linux-usb-devel@lists.sourceforge.net
3511S: Maintained
3512
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513USB OV511 DRIVER
3514P: Mark McClelland
3515M: mmcclell@bigfoot.com
3516L: linux-usb-users@lists.sourceforge.net
3517L: linux-usb-devel@lists.sourceforge.net
3518W: http://alpha.dyndns.org/ov511/
3519S: Maintained
3520
3521USB PEGASUS DRIVER
3522P: Petko Manolov
3523M: petkan@users.sourceforge.net
3524L: linux-usb-users@lists.sourceforge.net
3525L: linux-usb-devel@lists.sourceforge.net
3526W: http://pegasus2.sourceforge.net/
3527S: Maintained
3528
3529USB PRINTER DRIVER
3530P: Vojtech Pavlik
3531M: vojtech@suse.cz
3532L: linux-usb-users@lists.sourceforge.net
3533L: linux-usb-devel@lists.sourceforge.net
3534S: Maintained
3535
3536USB RTL8150 DRIVER
3537P: Petko Manolov
3538M: petkan@users.sourceforge.net
3539L: linux-usb-users@lists.sourceforge.net
3540L: linux-usb-devel@lists.sourceforge.net
3541W: http://pegasus2.sourceforge.net/
3542S: Maintained
3543
3544USB SE401 DRIVER
3545P: Jeroen Vreeken
3546M: pe1rxq@amsat.org
3547L: linux-usb-users@lists.sourceforge.net
3548L: linux-usb-devel@lists.sourceforge.net
3549W: http://www.chello.nl/~j.vreeken/se401/
3550S: Maintained
3551
3552USB SERIAL CYBERJACK DRIVER
3553P: Matthias Bruestle and Harald Welte
3554M: support@reiner-sct.com
3555W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3556S: Maintained
3557
3558USB SERIAL DIGI ACCELEPORT DRIVER
3559P: Peter Berger and Al Borchers
3560M: pberger@brimson.com
3561M: alborchers@steinerpoint.com
3562L: linux-usb-users@lists.sourceforge.net
3563L: linux-usb-devel@lists.sourceforge.net
3564S: Maintained
3565
3566USB SERIAL DRIVER
3567P: Greg Kroah-Hartman
3568M: gregkh@suse.de
3569L: linux-usb-users@lists.sourceforge.net
3570L: linux-usb-devel@lists.sourceforge.net
3571S: Supported
3572
3573USB SERIAL BELKIN F5U103 DRIVER
3574P: William Greathouse
3575M: wgreathouse@smva.com
3576L: linux-usb-users@lists.sourceforge.net
3577L: linux-usb-devel@lists.sourceforge.net
3578S: Maintained
3579
3580USB SERIAL CYPRESS M8 DRIVER
3581P: Lonnie Mendez
3582M: dignome@gmail.com
3583L: linux-usb-users@lists.sourceforge.net
3584L: linux-usb-devel@lists.sourceforge.net
3585S: Maintained
3586W: http://geocities.com/i0xox0i
3587W: http://firstlight.net/cvs
3588
3589USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3590L: linux-usb-users@lists.sourceforge.net
3591L: linux-usb-devel@lists.sourceforge.net
3592S: Maintained
3593
3594USB AUERSWALD DRIVER
3595P: Wolfgang Muees
3596M: wolfgang@iksw-muees.de
3597L: linux-usb-users@lists.sourceforge.net
3598L: linux-usb-devel@lists.sourceforge.net
3599S: Maintained
3600
3601USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3602P: Gary Brubaker
3603M: xavyer@ix.netcom.com
3604L: linux-usb-users@lists.sourceforge.net
3605L: linux-usb-devel@lists.sourceforge.net
3606S: Maintained
3607
3608USB SERIAL KEYSPAN DRIVER
3609P: Greg Kroah-Hartman
3610M: greg@kroah.com
3611L: linux-usb-users@lists.sourceforge.net
3612L: linux-usb-devel@lists.sourceforge.net
3613W: http://www.kroah.com/linux/
3614S: Maintained
3615
3616USB SERIAL WHITEHEAT DRIVER
3617P: Stuart MacDonald
3618M: stuartm@connecttech.com
3619L: linux-usb-users@lists.sourceforge.net
3620L: linux-usb-devel@lists.sourceforge.net
3621W: http://www.connecttech.com
3622S: Supported
3623
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003624USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625P: Luca Risolia
3626M: luca.risolia@studio.unibo.it
3627L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003628L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629W: http://www.linux-projects.org
3630S: Maintained
3631
3632USB SUBSYSTEM
3633P: Greg Kroah-Hartman
3634M: gregkh@suse.de
3635L: linux-usb-users@lists.sourceforge.net
3636L: linux-usb-devel@lists.sourceforge.net
3637W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003638T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639S: Supported
3640
3641USB UHCI DRIVER
3642P: Alan Stern
3643M: stern@rowland.harvard.edu
3644L: linux-usb-users@lists.sourceforge.net
3645L: linux-usb-devel@lists.sourceforge.net
3646S: Maintained
3647
David Brownell69ae9e32006-11-14 02:03:31 -08003648USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649P: David Brownell
3650M: dbrownell@users.sourceforge.net
3651L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003652W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653S: Maintained
3654
3655USB W996[87]CF DRIVER
3656P: Luca Risolia
3657M: luca.risolia@studio.unibo.it
3658L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003659L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660W: http://www.linux-projects.org
3661S: Maintained
3662
Luca Risolia60f78052006-02-06 16:29:35 +00003663USB ZC0301 DRIVER
3664P: Luca Risolia
3665M: luca.risolia@studio.unibo.it
3666L: linux-usb-devel@lists.sourceforge.net
3667L: video4linux-list@redhat.com
3668W: http://www.linux-projects.org
3669S: Maintained
3670
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671USB ZD1201 DRIVER
3672P: Jeroen Vreeken
3673M: pe1rxq@amsat.org
3674L: linux-usb-users@lists.sourceforge.net
3675L: linux-usb-devel@lists.sourceforge.net
3676W: http://linux-lc100020.sourceforge.net
3677S: Maintained
3678
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003679USB ZR364XX DRIVER
3680P: Antoine Jacquet
3681M: royale@zerezo.com
3682L: linux-usb-devel@lists.sourceforge.net
3683L: video4linux-list@redhat.com
3684W: http://royale.zerezo.com/zr364xx/
3685S: Maintained
3686
Linus Torvalds1da177e2005-04-16 15:20:36 -07003687USER-MODE LINUX
3688P: Jeff Dike
3689M: jdike@karaya.com
3690L: user-mode-linux-devel@lists.sourceforge.net
3691L: user-mode-linux-user@lists.sourceforge.net
3692W: http://user-mode-linux.sourceforge.net
3693S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003694
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695FAT/VFAT/MSDOS FILESYSTEM:
3696P: OGAWA Hirofumi
3697M: hirofumi@mail.parknet.co.jp
3698L: linux-kernel@vger.kernel.org
3699S: Maintained
3700
3701VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3702P: Jeff Garzik
3703S: Odd fixes
3704
3705VIA RHINE NETWORK DRIVER
3706P: Roger Luethi
3707M: rl@hellgate.ch
3708S: Maintained
3709
Jean Delvare32c0a522005-09-22 21:47:58 +02003710VIAPRO SMBUS DRIVER
3711P: Jean Delvare
3712M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003713L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003714S: Maintained
3715
Francois Romieu01f20732007-01-26 00:57:17 -08003716VIA VELOCITY NETWORK DRIVER
3717P: Francois Romieu
3718M: romieu@fr.zoreil.com
3719L: netdev@vger.kernel.org
3720S: Maintained
3721
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722UCLINUX (AND M68KNOMMU)
3723P: Greg Ungerer
3724M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003726L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727S: Maintained
3728
3729UCLINUX FOR NEC V850
3730P: Miles Bader
3731M: uclinux-v850@lsi.nec.co.jp
3732W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3733W: http://www.ee.nec.de/uclinux/
3734S: Supported
3735
3736UCLINUX FOR RENESAS H8/300
3737P: Yoshinori Sato
3738M: ysato@users.sourceforge.jp
3739W: http://uclinux-h8.sourceforge.jp/
3740S: Supported
3741
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003742UFS FILESYSTEM
3743P: Evgeniy Dushistov
3744M: dushistov@mail.ru
3745L: linux-kernel@vger.kernel.org
3746S: Maintained
3747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748USB DIAMOND RIO500 DRIVER
3749P: Cesar Miquel
3750M: miquel@df.uba.ar
3751L: rio500-users@lists.sourceforge.net
3752W: http://rio500.sourceforge.net
3753S: Maintained
3754
3755VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003756P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003757M: mchehab@infradead.org
3758M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003760W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003761T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003762S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763
Juerg Haefligerab413192006-09-24 20:54:04 +02003764VT1211 HARDWARE MONITOR DRIVER
3765P: Juerg Haefliger
3766M: juergh@gmail.com
3767L: lm-sensors@lm-sensors.org
3768S: Maintained
3769
Roger Lucas1de9e372005-11-26 20:20:05 +01003770VT8231 HARDWARE MONITOR DRIVER
3771P: Roger Lucas
3772M: roger@planbit.co.uk
3773L: lm-sensors@lm-sensors.org
3774S: Maintained
3775
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776W1 DALLAS'S 1-WIRE BUS
3777P: Evgeniy Polyakov
3778M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779S: Maintained
3780
Charles Spirakis13927072006-07-05 18:05:15 +02003781W83791D HARDWARE MONITORING DRIVER
3782P: Charles Spirakis
3783M: bezaur@gmail.com
3784L: lm-sensors@lm-sensors.org
3785S: Maintained
3786
Rudolf Marek61db0112006-12-12 18:18:30 +01003787W83793 HARDWARE MONITORING DRIVER
3788P: Rudolf Marek
3789M: r.marek@assembler.cz
3790L: lm-sensors@lm-sensors.org
3791S: Maintained
3792
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793W83L51xD SD/MMC CARD INTERFACE DRIVER
3794P: Pierre Ossman
3795M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003796L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797W: http://projects.drzeus.cx/wbsd
3798S: Maintained
3799
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003800WATCHDOG DEVICE DRIVERS
3801P: Wim Van Sebroeck
3802M: wim@iguana.be
3803T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3804S: Maintained
3805
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3807P: Jean Tourrilhes
3808M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003809L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3811S: Maintained
3812
3813WD7000 SCSI DRIVER
3814P: Miroslav Zagorac
3815M: zaga@fly.cc.fer.hr
3816L: linux-scsi@vger.kernel.org
3817S: Maintained
3818
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003819WISTRON LAPTOP BUTTON DRIVER
3820P: Miloslav Trmac
3821M: mitr@volny.cz
3822S: Maintained
3823
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824WL3501 WIRELESS PCMCIA CARD DRIVER
3825P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003826M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003827L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003828W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829S: Maintained
3830
3831X.25 NETWORK LAYER
3832P: Henner Eisen
3833M: eis@baty.hanse.de
3834L: linux-x25@vger.kernel.org
3835S: Maintained
3836
3837XFS FILESYSTEM
3838P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003839P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003841L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003843T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844S: Supported
3845
Peter Korsgaard238b8722006-12-06 20:35:17 -08003846XILINX UARTLITE SERIAL DRIVER
3847P: Peter Korsgaard
3848M: jacmet@sunsite.dk
3849L: linux-serial@vger.kernel.org
3850S: Maintained
3851
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852X86 3-LEVEL PAGING (PAE) SUPPORT
3853P: Ingo Molnar
3854M: mingo@redhat.com
3855S: Maintained
3856
3857X86-64 port
3858P: Andi Kleen
3859M: ak@suse.de
3860L: discuss@x86-64.org
3861W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003862T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863S: Maintained
3864
3865YAM DRIVER FOR AX.25
3866P: Jean-Paul Roubelat
3867M: jpr@f6fbb.org
3868L: linux-hams@vger.kernel.org
3869S: Maintained
3870
Henkaf64a5e2005-10-12 15:02:56 +02003871YEALINK PHONE DRIVER
3872P: Henk Vergonet
3873M: Henk.Vergonet@gmail.com
3874L: usbb2k-api-dev@nongnu.org
3875S: Maintained
3876
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877Z8530 DRIVER FOR AX.25
3878P: Joerg Reuter
3879M: jreuter@yaina.de
3880W: http://yaina.de/jreuter/
3881W: http://www.qsl.net/dl1bke/
3882L: linux-hams@vger.kernel.org
3883S: Maintained
3884
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003885ZD1211RW WIRELESS DRIVER
3886P: Daniel Drake
3887M: dsd@gentoo.org
3888P: Ulrich Kunitz
3889M: kune@deine-taler.de
3890W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07003891L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003892L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3893S: Maintained
3894
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895ZF MACHZ WATCHDOG
3896P: Fernando Fuganti
3897M: fuganti@netbank.com.br
3898W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3899S: Maintained
3900
3901ZR36067 VIDEO FOR LINUX DRIVER
3902P: Ronald Bultje
3903M: rbultje@ronald.bitfreak.net
3904L: mjpeg-users@lists.sourceforge.net
3905W: http://mjpeg.sourceforge.net/driver-zoran/
3906S: Maintained
3907
3908ZR36120 VIDEO FOR LINUX DRIVER
3909P: Pauline Middelink
3910M: middelin@polyware.nl
3911W: http://www.polyware.nl/~middelin/En/hobbies.html
3912W: http://www.polyware.nl/~middelin/hobbies.html
3913S: Maintained
3914
3915THE REST
3916P: Linus Torvalds
3917S: Buried alive in reporters