blob: 415011c9d84e0844350a178a1e49d042047588e7 [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 Becker62ca3d22006-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
984COSA/SRP SYNC SERIAL DRIVER
985P: Jan "Yenya" Kasprzak
986M: kas@fi.muni.cz
987W: http://www.fi.muni.cz/~kas/cosa/
988S: Maintained
989
990CPU FREQUENCY DRIVERS
991P: Dave Jones
992M: davej@codemonkey.org.uk
993L: cpufreq@lists.linux.org.uk
994W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500995T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996S: Maintained
997
998CPUID/MSR DRIVER
999P: H. Peter Anvin
1000M: hpa@zytor.com
1001S: Maintained
1002
Paul Jacksoned90fb42005-09-27 21:45:37 -07001003CPUSETS
1004P: Paul Jackson
1005P: Simon Derr
1006M: pj@sgi.com
1007M: simon.derr@bull.net
1008L: linux-kernel@vger.kernel.org
1009W: http://www.bullopensource.org/cpuset/
1010S: Supported
1011
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001013W: http://sourceforge.net/projects/cramfs/
1014S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
1016CRIS PORT
1017P: Mikael Starvik
1018M: starvik@axis.com
1019L: dev-etrax@axis.com
1020W: http://developer.axis.com
1021S: Maintained
1022
1023CRYPTO API
1024P: Herbert Xu
1025M: herbert@gondor.apana.org.au
1026P: David S. Miller
1027M: davem@davemloft.net
1028L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001029T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030S: Maintained
1031
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001032CS5535 Audio ALSA driver
1033P: Jaya Kumar
1034M: jayakumar.alsa@gmail.com
1035S: Maintained
1036
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037CYBERPRO FB DRIVER
1038P: Russell King
1039M: rmk@arm.linux.org.uk
1040W: http://www.arm.linux.org.uk/
1041S: Maintained
1042
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001043CYBLAFB FRAMEBUFFER DRIVER
1044P: Knut Petersen
1045M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001046L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001047S: Maintained
1048
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049CYCLADES 2X SYNC CARD DRIVER
1050P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001051M: acme@ghostprotocols.net
1052W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053S: Maintained
1054
1055CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001057S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058
1059CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001061S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063DAMA SLAVE for AX.25
1064P: Joerg Reuter
1065M: jreuter@yaina.de
1066W: http://yaina.de/jreuter/
1067W: http://www.qsl.net/dl1bke/
1068L: linux-hams@vger.kernel.org
1069S: Maintained
1070
1071DC395x SCSI driver
1072P: Oliver Neukum
1073M: oliver@neukum.name
1074P: Ali Akcaagac
1075M: aliakc@web.de
1076P: Jamie Lenehan
1077M: lenehan@twibble.org
1078W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001079L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080L: http://lists.twibble.org/mailman/listinfo/dc395x/
1081S: Maintained
1082
1083DC390/AM53C974 SCSI driver
1084P: Kurt Garloff
1085M: garloff@suse.de
1086W: http://www.garloff.de/kurt/linux/dc390/
1087P: Guennadi Liakhovetski
1088M: g.liakhovetski@gmx.de
1089S: Maintained
1090
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001091DCCP PROTOCOL
1092P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001093M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001094L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001095W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001096S: Maintained
1097
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098DECnet NETWORK LAYER
1099P: Patrick Caulfield
1100M: patrick@tykepenguin.com
1101W: http://linux-decnet.sourceforge.net
1102L: linux-decnet-user@lists.sourceforge.net
1103S: Maintained
1104
1105DEFXX FDDI NETWORK DRIVER
1106P: Maciej W. Rozycki
1107M: macro@linux-mips.org
1108S: Maintained
1109
1110DELL LAPTOP SMM DRIVER
1111P: Massimo Dal Zotto
1112M: dz@debian.org
1113W: http://www.debian.org/~dz/i8k/
1114S: Maintained
1115
Doug Warzecha90563ec2005-09-06 15:17:15 -07001116DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1117P: Doug Warzecha
1118M: Douglas_Warzecha@dell.com
1119S: Maintained
1120
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001121DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122P: Alasdair Kergon
1123L: dm-devel@redhat.com
1124W: http://sources.redhat.com/dm
1125S: Maintained
1126
1127DEVICE NUMBER REGISTRY
1128P: Torben Mathiasen
1129M: device@lanana.org
1130W: http://lanana.org/docs/device-list/index.html
1131L: linux-kernel@vger.kernel.org
1132S: Maintained
1133
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134DIGI INTL. EPCA DRIVER
1135P: Digi International, Inc
1136M: Eng.Linux@digi.com
1137L: Eng.Linux@digi.com
1138W: http://www.digi.com
1139S: Orphaned
1140
1141DIGI RIGHTSWITCH NETWORK DRIVER
1142P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144W: http://www.digi.com
1145S: Orphaned
1146
1147DIRECTORY NOTIFICATION
1148P: Stephen Rothwell
1149M: sfr@canb.auug.org.au
1150L: linux-kernel@vger.kernel.org
1151S: Supported
1152
1153DISK GEOMETRY AND PARTITION HANDLING
1154P: Andries Brouwer
1155M: aeb@cwi.nl
1156W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1157W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1158W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1159S: Maintained
1160
1161DISKQUOTA:
1162P: Jan Kara
1163M: jack@suse.cz
1164L: linux-kernel@vger.kernel.org
1165S: Maintained
1166
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001167DISTRIBUTED LOCK MANAGER
1168P: Patrick Caulfield
1169M: pcaulfie@redhat.com
1170P: David Teigland
1171M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001172L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001173W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001174T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1175T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001176S: Supported
1177
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1179P: Tobias Ringstrom
1180M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001181L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182S: Maintained
1183
Martin Waitzba483d52005-06-17 13:20:59 -07001184DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001185P: Randy Dunlap
1186M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001187S: Maintained
1188
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001189DOCKING STATION DRIVER
1190P: Kristen Carlson Accardi
1191M: kristen.c.accardi@intel.com
1192L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001193S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001194
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195DOUBLETALK DRIVER
1196P: James R. Van Zandt
1197M: jrv@vanzandt.mv.com
1198L: blinux-list@redhat.com
1199S: Maintained
1200
1201DRIVER CORE, KOBJECTS, AND SYSFS
1202P: Greg Kroah-Hartman
1203M: gregkh@suse.de
1204L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001205T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Supported
1207
1208DRM DRIVERS
1209P: David Airlie
1210M: airlied@linux.ie
1211L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001212T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213S: Maintained
1214
1215DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001216P: Francois Romieu
1217M: romieu@fr.zoreil.com
1218L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219S: Maintained
1220
1221DVB SUBSYSTEM AND DRIVERS
1222P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001223M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001225W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001226T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001227S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228
1229EATA-DMA SCSI DRIVER
1230P: Michael Neuffer
1231L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1232S: Maintained
1233
1234EATA ISA/EISA/PCI SCSI DRIVER
1235P: Dario Ballabio
1236M: ballabio_dario@emc.com
1237L: linux-scsi@vger.kernel.org
1238S: Maintained
1239
1240EATA-PIO SCSI DRIVER
1241P: Michael Neuffer
1242M: mike@i-Connect.Net
1243L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1244S: Maintained
1245
1246EBTABLES
1247P: Bart De Schuymer
1248M: bart.de.schuymer@pandora.be
1249L: ebtables-user@lists.sourceforge.net
1250L: ebtables-devel@lists.sourceforge.net
1251W: http://ebtables.sourceforge.net/
1252S: Maintained
1253
Michael Halcrow237fead2006-10-04 02:16:22 -07001254ECRYPT FILE SYSTEM
1255P: Mike Halcrow, Phillip Hellewell
1256M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1257L: ecryptfs-devel@lists.sourceforge.net
1258W: http://ecryptfs.sourceforge.net/
1259S: Supported
1260
Alan Coxda9bb1d2006-01-18 17:44:13 -08001261EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001262P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001263M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001264L: bluesmoke-devel@lists.sourceforge.net
1265W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001266S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001267
1268EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001269P: Mark Gross
1270M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001271L: bluesmoke-devel@lists.sourceforge.net
1272W: bluesmoke.sourceforge.net
1273S: Maintained
1274
1275EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001276P: Doug Thompson
1277M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001278L: bluesmoke-devel@lists.sourceforge.net
1279W: bluesmoke.sourceforge.net
1280S: Maintained
1281
1282EDAC-R82600
1283P: Tim Small
1284M: tim@buttersideup.com
1285L: bluesmoke-devel@lists.sourceforge.net
1286W: bluesmoke.sourceforge.net
1287S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001288
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289EEPRO100 NETWORK DRIVER
1290P: Andrey V. Savochkin
1291M: saw@saw.sw.com.sg
1292S: Maintained
1293
Josh Triplett0bee8d22006-07-30 03:03:58 -07001294EFS FILESYSTEM
1295W: http://aeschi.ch.eu.org/efs/
1296S: Orphan
1297
Heiko J Schickfab97222006-09-22 15:22:22 -07001298EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1299P: Hoang-Nam Nguyen
1300M: hnguyen@de.ibm.com
1301P: Christoph Raisch
1302M: raisch@de.ibm.com
1303L: openib-general@openib.org
1304S: Supported
1305
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306EMU10K1 SOUND DRIVER
1307P: James Courtier-Dutton
1308M: James@superbug.demon.co.uk
1309L: emu10k1-devel@lists.sourceforge.net
1310W: http://sourceforge.net/projects/emu10k1/
1311S: Maintained
1312
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001313EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001314P: James Smart
1315M: james.smart@emulex.com
1316L: linux-scsi@vger.kernel.org
1317W: http://sourceforge.net/projects/lpfcxxxx
1318S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001319
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320EPSON 1355 FRAMEBUFFER DRIVER
1321P: Christopher Hoover
1322M: ch@murgatroid.com, ch@hpl.hp.com
1323S: Maintained
1324
1325ETHEREXPRESS-16 NETWORK DRIVER
1326P: Philip Blundell
1327M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001328L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329S: Maintained
1330
1331ETHERNET BRIDGE
1332P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001333M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001334L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335W: http://bridge.sourceforge.net/
1336S: Maintained
1337
1338ETHERTEAM 16I DRIVER
1339P: Mika Kuoppala
1340M: miku@iki.fi
1341S: Maintained
1342
1343EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001344L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Maintained
1346
1347EXT3 FILE SYSTEM
1348P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001349M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001350L: linux-ext4@vger.kernel.org
1351S: Maintained
1352
1353EXT4 FILE SYSTEM
1354P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001355M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001356L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357S: Maintained
1358
Jean Delvaree53004e2006-01-09 23:26:14 +01001359F71805F HARDWARE MONITORING DRIVER
1360P: Jean Delvare
1361M: khali@linux-fr.org
1362L: lm-sensors@lm-sensors.org
1363S: Maintained
1364
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365FARSYNC SYNCHRONOUS DRIVER
1366P: Kevin Curtis
1367M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368W: http://www.farsite.co.uk/
1369S: Supported
1370
Akinobu Mitac5408b82007-04-23 14:41:20 -07001371FAULT INJECTION SUPPORT
1372P: Akinobu Mita
1373M: akinobu.mita@gmail.com
1374S: Supported
1375
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376FRAMEBUFFER LAYER
1377P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001378M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001379L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380W: http://linux-fbdev.sourceforge.net/
1381S: Maintained
1382
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001383FREESCALE SOC FS_ENET DRIVER
1384P: Pantelis Antoniou
1385M: pantelis.antoniou@gmail.com
1386P: Vitaly Bordug
1387M: vbordug@ru.mvista.com
1388L: linuxppc-embedded@ozlabs.org
1389L: netdev@vger.kernel.org
1390S: Maintained
1391
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392FILE LOCKING (flock() and fcntl()/lockf())
1393P: Matthew Wilcox
1394M: matthew@wil.cx
1395L: linux-fsdevel@vger.kernel.org
1396S: Maintained
1397
1398FILESYSTEMS (VFS and infrastructure)
1399P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001400M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401S: Maintained
1402
1403FIRMWARE LOADER (request_firmware)
1404L: linux-kernel@vger.kernel.org
1405S: Orphan
1406
1407FPU EMULATOR
1408P: Bill Metzenthen
1409M: billm@suburbia.net
1410W: http://suburbia.net/~billm/floating-point/emulator/
1411S: Maintained
1412
1413FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1414P: Mike McLagan
1415M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001416L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417S: Maintained
1418
1419FREEVXFS FILESYSTEM
1420P: Christoph Hellwig
1421M: hch@infradead.org
1422W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1423S: Maintained
1424
David Howells5ab7ffe2007-04-10 15:10:45 +01001425FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426P: David Howells
1427M: dhowells@redhat.com
1428S: Maintained
1429
Miklos Szeredi04578f12005-09-09 13:10:22 -07001430FUSE: FILESYSTEM IN USERSPACE
1431P: Miklos Szeredi
1432M: miklos@szeredi.hu
1433L: fuse-devel@lists.sourceforge.net
1434W: http://fuse.sourceforge.net/
1435S: Maintained
1436
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1438P: Rik Faith
1439M: faith@cs.unc.edu
1440L: linux-scsi@vger.kernel.org
1441S: Odd fixes (e.g., new signatures)
1442
1443GDT SCSI DISK ARRAY CONTROLLER DRIVER
1444P: Achim Leubner
1445M: achim_leubner@adaptec.com
1446L: linux-scsi@vger.kernel.org
1447W: http://www.icp-vortex.com/
1448S: Supported
1449
1450GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1451P: Krzysztof Halasa
1452M: khc@pm.waw.pl
1453W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1454S: Maintained
1455
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001456GFS2 FILE SYSTEM
1457P: Steven Whitehouse
1458M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001459L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001460W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001461T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1462T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001463S: Supported
1464
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001465GIGASET ISDN DRIVERS
1466P: Hansjoerg Lipp
1467M: hjlipp@web.de
1468P: Tilman Schmidt
1469M: tilman@imap.cc
1470L: gigaset307x-common@lists.sourceforge.net
1471W: http://gigaset307x.sourceforge.net/
1472S: Maintained
1473
Jean Delvare5b543962005-08-15 19:51:02 +02001474HARDWARE MONITORING
1475P: Jean Delvare
1476M: khali@linux-fr.org
1477L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001478W: http://www.lm-sensors.org/
1479T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001480S: Maintained
1481
Michael Buesch844dd052006-06-26 00:24:59 -07001482HARDWARE RANDOM NUMBER GENERATOR CORE
1483P: Michael Buesch
1484M: mb@bu3sch.de
1485S: Maintained
1486
Robert Love860e1d62005-08-31 23:57:59 -04001487HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1488P: Robert Love
1489M: rlove@rlove.org
1490M: linux-kernel@vger.kernel.org
1491W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1492S: Maintained
1493
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494HARMONY SOUND DRIVER
1495P: Kyle McMartin
1496M: kyle@parisc-linux.org
1497W: http://www.parisc-linux.org/~kyle/harmony/
1498L: parisc-linux@lists.parisc-linux.org
1499S: Maintained
1500
1501HAYES ESP SERIAL DRIVER
1502P: Andrew J. Robinson
1503M: arobinso@nyx.net
1504L: linux-kernel@vger.kernel.org
1505W: http://www.nyx.net/~arobinso
1506S: Maintained
1507
1508HFS FILESYSTEM
1509P: Roman Zippel
1510M: zippel@linux-m68k.org
1511L: linux-kernel@vger.kernel.org
1512S: Maintained
1513
1514HGA FRAMEBUFFER DRIVER
1515P: Ferenc Bakonyi
1516M: fero@drama.obuda.kando.hu
1517L: linux-nvidia@lists.surfsouth.com
1518W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1519S: Maintained
1520
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001521HID CORE LAYER
1522P: Jiri Kosina
1523M: jkosina@suse.cz
1524L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001525T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001526S: Maintained
1527
Ingo Molnar38bed542007-02-22 09:09:34 +01001528HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1529P: Thomas Gleixner
1530M: tglx@linutronix.de
1531L: linux-kernel@vger.kernel.org
1532S: Maintained
1533
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534HIGH-SPEED SCC DRIVER FOR AX.25
1535P: Klaus Kudielka
1536M: klaus.kudielka@ieee.org
1537L: linux-hams@vger.kernel.org
1538W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1539S: Maintained
1540
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001541HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1542P: HighPoint Linux Team
1543M: linux@highpoint-tech.com
1544W: http://www.highpoint-tech.com
1545S: Supported
1546
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547HIPPI
1548P: Jes Sorensen
1549M: jes@trained-monkey.org
1550L: linux-hippi@sunsite.dk
1551S: Maintained
1552
1553HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1554P: Chirag Kantharia
1555M: chirag.kantharia@hp.com
1556L: iss_storagedev@hp.com
1557S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001558
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559HEWLETT-PACKARD SMART2 RAID DRIVER
1560P: Chirag Kantharia
1561M: chirag.kantharia@hp.com
1562L: iss_storagedev@hp.com
1563S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001564
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1566P: Mike Miller
1567M: mike.miller@hp.com
1568L: iss_storagedev@hp.com
1569S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001570
Jouni Malinenff1d2762005-05-12 22:54:16 -04001571HOST AP DRIVER
1572P: Jouni Malinen
1573M: jkmaline@cc.hut.fi
Johannes Berg724c6b32007-04-23 12:18:20 -07001574L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001575L: hostap@shmoo.com
1576W: http://hostap.epitest.fi/
1577S: Maintained
1578
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1580P: Jaroslav Kysela
1581M: perex@suse.cz
1582S: Maintained
1583
Bob Piccob9b03322005-11-07 00:59:19 -08001584HPET: High Precision Event Timers driver (hpet.c)
1585P: Clemens Ladisch
1586M: clemens@ladisch.de
1587S: Maintained
1588
1589HPET: i386
1590P: Venkatesh Pallipadi (Venki)
1591M: venkatesh.pallipadi@intel.com
1592S: Maintained
1593
1594HPET: x86_64
1595P: Andi Kleen and Vojtech Pavlik
1596M: ak@muc.de and vojtech@suse.cz
1597S: Maintained
1598
1599HPET: ACPI hpet.c
1600P: Bob Picco
1601M: bob.picco@hp.com
1602S: Maintained
1603
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604HPFS FILESYSTEM
1605P: Mikulas Patocka
1606M: mikulas@artax.karlin.mff.cuni.cz
1607W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1608S: Maintained
1609
1610HUGETLB FILESYSTEM
1611P: William Irwin
1612M: wli@holomorphy.com
1613S: Maintained
1614
Jean Delvare5b543962005-08-15 19:51:02 +02001615I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616P: Jean Delvare
1617M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001618L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001619T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620S: Maintained
1621
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622i386 BOOT CODE
1623P: Riley H. Williams
1624M: Riley@Williams.Name
1625L: Linux-Kernel@vger.kernel.org
1626S: Maintained
1627
1628i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1629P: Dave Jones
1630M: davej@codemonkey.org.uk
1631P: H. Peter Anvin
1632M: hpa@zytor.com
1633S: Maintained
1634
1635i810 TCO TIMER WATCHDOG
1636P: Nils Faerber
1637M: nils@kernelconcepts.de
1638W: http://www.kernelconcepts.de/
1639S: Maintained
1640
1641IA64 (Itanium) PLATFORM
1642P: Tony Luck
1643M: tony.luck@intel.com
1644L: linux-ia64@vger.kernel.org
1645W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001646T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647S: Maintained
1648
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001649IBM ACPI EXTRAS DRIVER
1650P: Henrique de Moraes Holschuh
1651M: ibm-acpi@hmh.eng.br
1652L: ibm-acpi-devel@lists.sourceforge.net
1653W: http://ibm-acpi.sourceforge.net
1654W: http://thinkwiki.org/wiki/Ibm-acpi
1655T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1656S: Maintained
1657
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001659P: Jes Sorensen
1660M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661L: linux-altix@sgi.com
1662L: linux-ia64@vger.kernel.org
1663W: http://www.sgi.com/altix
1664S: Maintained
1665
1666IBM MCA SCSI SUBSYSTEM DRIVER
1667P: Michael Lang
1668M: langa2@kph.uni-mainz.de
1669W: http://www.uni-mainz.de/~langm000/linux.html
1670S: Maintained
1671
1672IBM Power Linux RAID adapter
1673P: Brian King
1674M: brking@us.ibm.com
1675S: Supported
1676
1677IBM ServeRAID RAID DRIVER
1678P: Jack Hammer
1679P: Dave Jeffery
1680M: ipslinux@adaptec.com
1681W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001682S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001684IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001686M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001688T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689S: Maintained
1690
1691IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001692P: Alan Cox
1693M: alan@lxorguk.ukuu.org.uk
1694L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695S: Maintained
1696
1697IDE/ATAPI FLOPPY DRIVERS
1698P: Paul Bristow
1699M: Paul Bristow <paul@paulbristow.net>
1700W: http://paulbristow.net/linux/idefloppy.html
1701L: linux-kernel@vger.kernel.org
1702S: Maintained
1703
1704IDE/ATAPI TAPE DRIVERS
1705P: Gadi Oxman
1706M: Gadi Oxman <gadio@netvision.net.il>
1707L: linux-kernel@vger.kernel.org
1708S: Maintained
1709
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710IEEE 1394 SUBSYSTEM
1711P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001712M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001713P: Stefan Richter
1714M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715L: linux1394-devel@lists.sourceforge.net
1716W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001717T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718S: Maintained
1719
Stefan Richterf51a5a92007-04-23 14:41:10 -07001720IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721P: Dan Dennedy
1722M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001723P: Stefan Richter
1724M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001726S: Maintained
1727
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728IMS TWINTURBO FRAMEBUFFER DRIVER
1729P: Paul Mundt
1730M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001731L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732S: Maintained
1733
1734INFINIBAND SUBSYSTEM
1735P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001736M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737P: Sean Hefty
1738M: mshefty@ichips.intel.com
1739P: Hal Rosenstock
1740M: halr@voltaire.com
1741L: openib-general@openib.org
1742W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001743T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744S: Supported
1745
1746INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001747P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001748M: dmitry.torokhov@gmail.com
1749M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750L: linux-input@atrey.karlin.mff.cuni.cz
1751L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001752T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753S: Maintained
1754
Robert Lovec9f04f52005-07-15 12:21:07 -04001755INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001756P: John McCutchan
1757M: ttb@tentacle.dhs.org
1758P: Robert Love
1759M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001760L: linux-kernel@vger.kernel.org
1761S: Maintained
1762
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001763INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001764P: Sylvain Meyer
1765M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001766L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001767S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001768
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001770P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001771M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001772L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001773S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774
1775INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1776P: Ingo Molnar
1777M: mingo@redhat.com
1778S: Maintained
1779
1780INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1781P: Jeff Garzik
1782M: jgarzik@pobox.com
1783W: http://sourceforge.net/projects/gkernel/
1784S: Maintained
1785
1786INTEL IA32 MICROCODE UPDATE SUPPORT
1787P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001788M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789S: Maintained
1790
Michael Buesch844dd052006-06-26 00:24:59 -07001791INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1792P: Deepak Saxena
1793M: dsaxena@plexity.net
1794S: Maintained
1795
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001796INTEL IXP2000 ETHERNET DRIVER
1797P: Lennert Buytenhek
1798M: kernel@wantstofly.org
1799L: netdev@vger.kernel.org
1800S: Maintained
1801
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802INTEL PRO/100 ETHERNET SUPPORT
1803P: John Ronciak
1804M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805P: Jesse Brandeburg
1806M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001807P: Jeff Kirsher
1808M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001809P: Auke Kok
1810M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811W: http://sourceforge.net/projects/e1000/
1812S: Supported
1813
1814INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1815P: Jeb Cramer
1816M: cramerj@intel.com
1817P: John Ronciak
1818M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001819P: Jesse Brandeburg
1820M: jesse.brandeburg@intel.com
1821P: Jeff Kirsher
1822M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001823P: Auke Kok
1824M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825W: http://sourceforge.net/projects/e1000/
1826S: Supported
1827
1828INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001829P: Jeff Kirsher
1830M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831P: Ayyappan Veeraiyan
1832M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833P: John Ronciak
1834M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001835P: Jesse Brandeburg
1836M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001837P: Auke Kok
1838M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839W: http://sourceforge.net/projects/e1000/
1840S: Supported
1841
James Ketrenos826d2ab2005-11-07 18:56:59 -06001842INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1843P: Yi Zhu
1844M: yi.zhu@intel.com
1845P: James Ketrenos
1846M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001847L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001848L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001849L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1850W: http://ipw2100.sourceforge.net
1851S: Supported
1852
1853INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1854P: Yi Zhu
1855M: yi.zhu@intel.com
1856P: James Ketrenos
1857M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001858L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001859L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001860L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1861W: http://ipw2200.sourceforge.net
1862S: Supported
1863
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864IOC3 DRIVER
1865P: Ralf Baechle
1866M: ralf@linux-mips.org
1867L: linux-mips@linux-mips.org
1868S: Maintained
1869
1870IP MASQUERADING:
1871P: Juanjo Ciarlante
1872M: jjciarla@raiz.uncu.edu.ar
1873S: Maintained
1874
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001875IPATH DRIVER:
1876P: Bryan O'Sullivan
1877M: support@pathscale.com
1878L: openib-general@openib.org
1879S: Supported
1880
Corey Minyard4409ebe2006-04-20 02:43:12 -07001881IPMI SUBSYSTEM
1882P: Corey Minyard
1883M: minyard@acm.org
1884L: openipmi-developer@lists.sourceforge.net
1885W: http://openipmi.sourceforge.net/
1886S: Supported
1887
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888IPX NETWORK LAYER
1889P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001890M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001891L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892S: Maintained
1893
1894IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001895P: Samuel Ortiz
1896M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001897L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001899S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900
1901ISAPNP
1902P: Jaroslav Kysela
1903M: perex@suse.cz
1904S: Maintained
1905
1906ISDN SUBSYSTEM
1907P: Karsten Keil
1908M: kkeil@suse.de
1909P: Kai Germaschewski
1910M: kai.germaschewski@gmx.de
1911L: isdn4linux@listserv.isdn4linux.de
1912W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001913T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914S: Maintained
1915
1916ISDN SUBSYSTEM (Eicon active card driver)
1917P: Armin Schindler
1918M: mac@melware.de
1919L: isdn4linux@listserv.isdn4linux.de
1920W: http://www.melware.de
1921S: Maintained
1922
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1924P: David Woodhouse
1925M: dwmw2@infradead.org
1926L: jffs-dev@axis.com
1927W: http://sources.redhat.com/jffs2/
1928S: Maintained
1929
1930JFS FILESYSTEM
1931P: Dave Kleikamp
1932M: shaggy@austin.ibm.com
1933L: jfs-discussion@lists.sourceforge.net
1934W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001935T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936S: Supported
1937
Josh Triplettde456d32006-07-30 03:04:00 -07001938JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001939P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001940M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001941L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001942S: Maintained
1943
Rudolf Marek4660cb32006-10-08 22:01:26 +02001944K8TEMP HARDWARE MONITORING DRIVER
1945P: Rudolf Marek
1946M: r.marek@assembler.cz
1947L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948S: Maintained
1949
1950KCONFIG
1951P: Roman Zippel
1952M: zippel@linux-m68k.org
1953L: kbuild-devel@lists.sourceforge.net
1954S: Maintained
1955
Vivek Goyalea6c2082006-05-20 14:59:55 -07001956KDUMP
1957P: Vivek Goyal
1958M: vgoyal@in.ibm.com
1959P: Haren Myneni
1960M: hbabu@us.ibm.com
David Brownellf318a632007-04-23 14:41:06 -07001961L: fastboot@lists.linux-foundation.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07001962L: linux-kernel@vger.kernel.org
1963W: http://lse.sourceforge.net/kdump/
1964S: Maintained
1965
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966KERNEL AUTOMOUNTER (AUTOFS)
1967P: H. Peter Anvin
1968M: hpa@zytor.com
1969L: autofs@linux.kernel.org
1970S: Odd Fixes
1971
1972KERNEL AUTOMOUNTER v4 (AUTOFS4)
1973P: Ian Kent
1974M: raven@themaw.net
1975L: autofs@linux.kernel.org
1976S: Maintained
1977
1978KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1979P: Kai Germaschewski
1980M: kai@germaschewski.name
1981P: Sam Ravnborg
1982M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001983T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001984S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985
1986KERNEL JANITORS
1987P: Several
David Brownellf318a632007-04-23 14:41:06 -07001988L: kernel-janitors@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990S: Maintained
1991
1992KERNEL NFSD
1993P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08001994M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995L: nfs@lists.sourceforge.net
1996W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08001997S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998
Avi Kivity426d62e2006-12-13 00:34:03 -08001999KERNEL VIRTUAL MACHINE (KVM)
2000P: Avi Kivity
2001M: avi@qumranet.com
2002L: kvm-devel@lists.sourceforge.net
2003W: kvm.sourceforge.net
2004S: Supported
2005
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002006KEXEC
2007P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002008M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002009W: http://www.xmission.com/~ebiederm/files/kexec/
2010L: linux-kernel@vger.kernel.org
David Brownellf318a632007-04-23 14:41:06 -07002011L: fastboot@lists.linux-foundation.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002012S: Maintained
2013
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002014KPROBES
2015P: Prasanna S Panchamukhi
2016M: prasanna@in.ibm.com
2017P: Ananth N Mavinakayanahalli
2018M: ananth@in.ibm.com
2019P: Anil S Keshavamurthy
2020M: anil.s.keshavamurthy@intel.com
2021P: David S. Miller
2022M: davem@davemloft.net
2023L: linux-kernel@vger.kernel.org
2024S: Maintained
2025
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002026KS0108 LCD CONTROLLER DRIVER
2027P: Miguel Ojeda Sandonis
2028M: maxextreme@gmail.com
2029L: linux-kernel@vger.kernel.org
2030S: Maintained
2031
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002034S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035
2036LASI 53c700 driver for PARISC
2037P: James E.J. Bottomley
2038M: James.Bottomley@HansenPartnership.com
2039L: linux-scsi@vger.kernel.org
2040S: Maintained
2041
Richard Purdie263de9b2006-05-15 09:44:16 -07002042LED SUBSYSTEM
2043P: Richard Purdie
2044M: rpurdie@rpsys.net
2045S: Maintained
2046
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047LEGO USB Tower driver
2048P: Juergen Stuber
2049M: starblue@users.sourceforge.net
2050L: legousb-devel@lists.sourceforge.net
2051W: http://legousb.sourceforge.net/
2052S: Maintained
2053
2054LINUX FOR IBM pSERIES (RS/6000)
2055P: Paul Mackerras
2056M: paulus@au.ibm.com
2057W: http://www.ibm.com/linux/ltc/projects/ppc
2058S: Supported
2059
2060LINUX FOR NCR VOYAGER
2061P: James Bottomley
2062M: James.Bottomley@HansenPartnership.com
2063W: http://www.hansenpartnership.com/voyager
2064S: Maintained
2065
2066LINUX FOR POWERPC
2067P: Paul Mackerras
2068M: paulus@samba.org
2069W: http://www.penguinppc.org/
2070L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002071T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072S: Supported
2073
2074LINUX FOR POWER MACINTOSH
2075P: Benjamin Herrenschmidt
2076M: benh@kernel.crashing.org
2077W: http://www.penguinppc.org/
2078L: linuxppc-dev@ozlabs.org
2079S: Maintained
2080
2081LINUX FOR POWERPC EMBEDDED MPC52XX
2082P: Sylvain Munaut
2083M: tnt@246tNt.com
2084W: http://www.246tNt.com/mpc52xx/
2085W: http://www.penguinppc.org/
2086L: linuxppc-dev@ozlabs.org
2087L: linuxppc-embedded@ozlabs.org
2088S: Maintained
2089
2090LINUX FOR POWERPC EMBEDDED PPC4XX
2091P: Matt Porter
2092M: mporter@kernel.crashing.org
2093W: http://www.penguinppc.org/
2094L: linuxppc-embedded@ozlabs.org
2095S: Maintained
2096
Tom Rinie93adf12005-07-26 12:49:53 -07002097LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098P: Tom Rini
2099M: trini@kernel.crashing.org
2100W: http://www.penguinppc.org/
2101L: linuxppc-embedded@ozlabs.org
2102S: Maintained
2103
Tom Rinie93adf12005-07-26 12:49:53 -07002104LINUX FOR POWERPC EMBEDDED PPC8XX
2105P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002106M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002107W: http://www.penguinppc.org/
2108L: linuxppc-embedded@ozlabs.org
2109S: Maintained
2110
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002112P: Kumar Gala
2113M: galak@kernel.crashing.org
2114W: http://www.penguinppc.org/
2115L: linuxppc-embedded@ozlabs.org
2116S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117
Olof Johanssonab06ff32006-09-06 14:44:54 -05002118LINUX FOR POWERPC PA SEMI PWRFICIENT
2119P: Olof Johansson
2120M: olof@lixom.net
2121W: http://www.pasemi.com/
2122L: linuxppc-dev@ozlabs.org
2123S: Supported
2124
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125LLC (802.2)
2126P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002127M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128S: Maintained
2129
2130LINUX FOR 64BIT POWERPC
2131P: Paul Mackerras
2132M: paulus@samba.org
2133M: paulus@au.ibm.com
2134P: Anton Blanchard
2135M: anton@samba.org
2136M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002137W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002138L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139S: Supported
2140
2141LINUX SECURITY MODULE (LSM) FRAMEWORK
2142P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002143M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002144L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002146T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Supported
2148
2149LM83 HARDWARE MONITOR DRIVER
2150P: Jean Delvare
2151M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002152L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Maintained
2154
2155LM90 HARDWARE MONITOR DRIVER
2156P: Jean Delvare
2157M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002158L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159S: Maintained
2160
2161LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2162P: Richard Russon (FlatCap)
2163M: ldm@flatcap.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002164L: ldm-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165W: http://ldm.sourceforge.net
2166S: Maintained
2167
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002168LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2169P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002170M: Eric.Moore@lsi.com
2171M: support@lsi.com
2172L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002173L: linux-scsi@vger.kernel.org
2174W: http://www.lsilogic.com/support
2175S: Supported
2176
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2178P: Matthew Wilcox
2179M: matthew@wil.cx
2180L: linux-scsi@vger.kernel.org
2181S: Maintained
2182
2183M68K ARCHITECTURE
2184P: Geert Uytterhoeven
2185M: geert@linux-m68k.org
2186P: Roman Zippel
2187M: zippel@linux-m68k.org
2188L: linux-m68k@lists.linux-m68k.org
2189W: http://www.linux-m68k.org/
2190W: http://linux-m68k-cvs.ubb.ca/
2191S: Maintained
2192
2193M68K ON APPLE MACINTOSH
2194P: Joshua Thompson
2195M: funaho@jurai.org
2196W: http://www.mac.linux-m68k.org/
2197L: linux-mac68k@mac.linux-m68k.org
2198S: Maintained
2199
2200M68K ON HP9000/300
2201P: Philip Blundell
2202M: philb@gnu.org
2203W: http://www.tazenda.demon.co.uk/phil/linux-hp
2204S: Maintained
2205
2206MARVELL YUKON / SYSKONNECT DRIVER
2207P: Mirko Lindner
2208M: mlindner@syskonnect.de
2209P: Ralph Roesler
2210M: rroesler@syskonnect.de
2211W: http://www.syskonnect.com
2212S: Supported
2213
Michael Kerriskfaf16682005-07-31 22:34:47 -07002214MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002215P: Michael Kerrisk
2216M: mtk-manpages@gmx.net
2217W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2218S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002219
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002220MARVELL MV643XX ETHERNET DRIVER
2221P: Dale Farnsworth
2222M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002224M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002225L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002226S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227
2228MATROX FRAMEBUFFER DRIVER
2229P: Petr Vandrovec
2230M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002231L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232S: Maintained
2233
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002234MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002235P: Neela Syam Kolli
2236M: Neela.Kolli@engenio.com
2237S: linux-scsi@vger.kernel.org
2238W: http://megaraid.lsilogic.com
2239S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002240
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002241MEMORY MANAGEMENT
2242L: linux-mm@kvack.org
2243L: linux-kernel@vger.kernel.org
2244W: http://www.linux-mm.org
2245S: Maintained
2246
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002247MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248P: David Woodhouse
2249M: dwmw2@infradead.org
2250W: http://www.linux-mtd.infradead.org/
2251L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002252T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253S: Maintained
2254
Artem Bityutskiy48576402007-02-13 17:11:10 +02002255UNSORTED BLOCK IMAGES (UBI)
2256P: Artem Bityutskiy
2257M: dedekind@infradead.org
2258W: http://www.linux-mtd.infradead.org/
2259L: linux-mtd@lists.infradead.org
2260T: git git://git.infradead.org/ubi-2.6.git
2261S: Maintained
2262
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263MICROTEK X6 SCANNER
2264P: Oliver Neukum
2265M: oliver@neukum.name
2266S: Maintained
2267
2268MIPS
2269P: Ralf Baechle
2270M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002271W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002273T: git www.linux-mips.org:/pub/scm/linux.git
2274S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275
2276MISCELLANEOUS MCA-SUPPORT
2277P: James Bottomley
2278M: jejb@steeleye.com
2279L: linux-kernel@vger.kernel.org
2280S: Maintained
2281
2282MODULE SUPPORT
2283P: Rusty Russell
2284M: rusty@rustcorp.com.au
2285L: linux-kernel@vger.kernel.org
2286S: Maintained
2287
2288MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2289P: Stelian Pop
2290M: stelian@popies.net
2291W: http://popies.net/meye/
2292S: Maintained
2293
2294MOUSE AND MISC DEVICES [GENERAL]
2295P: Alessandro Rubini
2296M: rubini@ipvvis.unipv.it
2297L: linux-kernel@vger.kernel.org
2298S: Maintained
2299
Jiri Slabyd7354102006-12-08 02:38:35 -08002300MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2301P: Jiri Slaby
2302M: jirislaby@gmail.com
2303L: linux-kernel@vger.kernel.org
2304S: Maintained
2305
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002306MSI LAPTOP SUPPORT
2307P: Lennart Poettering
2308M: mzxreary@0pointer.de
2309L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2310W: http://0pointer.de/lennart/tchibo.html
2311S: Maintained
2312
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313MTRR AND SIMILAR SUPPORT [i386]
2314P: Richard Gooch
2315M: rgooch@atnf.csiro.au
2316L: linux-kernel@vger.kernel.org
2317W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2318S: Maintained
2319
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002320MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2321P: Pierre Ossman
2322M: drzeus-mmc@drzeus.cx
2323L: linux-kernel@vger.kernel.org
2324S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002325
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326MULTISOUND SOUND DRIVER
2327P: Andrew Veliath
2328M: andrewtv@usa.net
2329S: Maintained
2330
Jiri Slabyd7354102006-12-08 02:38:35 -08002331MULTITECH MULTIPORT CARD (ISICOM)
2332P: Jiri Slaby
2333M: jirislaby@gmail.com
2334L: linux-kernel@vger.kernel.org
2335S: Maintained
2336
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337NATSEMI ETHERNET DRIVER (DP8381x)
2338P: Tim Hockin
2339M: thockin@hockin.org
2340S: Maintained
2341
2342NCP FILESYSTEM
2343P: Petr Vandrovec
2344M: vandrove@vc.cvut.cz
2345L: linware@sh.cvut.cz
2346S: Maintained
2347
2348NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2349P: James E.J. Bottomley
2350M: James.Bottomley@HansenPartnership.com
2351L: linux-scsi@vger.kernel.org
2352S: Maintained
2353
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002354NETEM NETWORK EMULATOR
2355P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002356M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002357L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002358S: Maintained
2359
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360NETFILTER/IPTABLES/IPCHAINS
2361P: Rusty Russell
2362P: Marc Boucher
2363P: James Morris
2364P: Harald Welte
2365P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002366P: Patrick McHardy
2367M: kaber@trash.net
2368L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002369L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002370L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371W: http://www.netfilter.org/
2372W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373S: Supported
2374
Paul Moore4cc67732006-09-25 15:57:13 -07002375NETLABEL
2376P: Paul Moore
2377M: paul.moore@hp.com
2378W: http://netlabel.sf.net
2379L: netdev@vger.kernel.org
2380S: Supported
2381
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382NETROM NETWORK LAYER
2383P: Ralf Baechle
2384M: ralf@linux-mips.org
2385L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002386W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387S: Maintained
2388
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002389NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390P: Paul Clements
2391M: Paul.Clements@steeleye.com
2392S: Maintained
2393
2394NETWORK DEVICE DRIVERS
2395P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002396M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397P: Jeff Garzik
2398M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002399L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002400T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401S: Maintained
2402
2403NETWORKING [GENERAL]
2404P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002405M: netdev@vger.kernel.org
2406L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002407W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408S: Maintained
2409
2410NETWORKING [IPv4/IPv6]
2411P: David S. Miller
2412M: davem@davemloft.net
2413P: Alexey Kuznetsov
2414M: kuznet@ms2.inr.ac.ru
2415P: Pekka Savola (ipv6)
2416M: pekkas@netcore.fi
2417P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002418M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419P: Hideaki YOSHIFUJI
2420M: yoshfuji@linux-ipv6.org
2421P: Patrick McHardy
2422M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002423L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002424T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425S: Maintained
2426
John W. Linville29f8f632006-01-18 14:52:48 -08002427NETWORKING [WIRELESS]
2428P: John W. Linville
2429M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002430L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002431T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2432S: Maintained
2433
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002434NETXEN (1/10) GbE SUPPORT
2435P: Amit S. Kale
2436M: amitkale@netxen.com
2437L: netdev@vger.kernel.org
2438W: http://www.netxen.com
2439S: Supported
2440
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441IPVS
2442P: Wensong Zhang
2443M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002444P: Simon Horman
2445M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446P: Julian Anastasov
2447M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002448L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449S: Maintained
2450
2451NFS CLIENT
2452P: Trond Myklebust
2453M: trond.myklebust@fys.uio.no
2454L: linux-kernel@vger.kernel.org
2455S: Maintained
2456
2457NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002458P: Jan-Pascal van Best
2459M: janpascal@vanbest.org
2460P: Andreas Mohr
2461M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002462L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463S: Maintained
2464
2465NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2466P: YOKOTA Hiroshi
2467M: yokota@netlab.is.tsukuba.ac.jp
2468W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2469S: Maintained
2470
2471NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2472P: GOTO Masanori
2473M: gotom@debian.or.jp
2474P: YOKOTA Hiroshi
2475M: yokota@netlab.is.tsukuba.ac.jp
2476W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2477S: Maintained
2478
2479NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2480P: Eberhard Moenkeberg
2481M: emoenke@gwdg.de
2482L: linux-kernel@vger.kernel.org
2483S: Maintained
2484
2485NTFS FILESYSTEM
2486P: Anton Altaparmakov
2487M: aia21@cantab.net
2488L: linux-ntfs-dev@lists.sourceforge.net
2489L: linux-kernel@vger.kernel.org
2490W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002491T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492S: Maintained
2493
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002494NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002495P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002496M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002497L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002498S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002500OPENCORES I2C BUS DRIVER
2501P: Peter Korsgaard
2502M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002503L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002504S: Maintained
2505
Mark Fashehccd979b2005-12-15 14:31:24 -08002506ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2507P: Mark Fasheh
2508M: mark.fasheh@oracle.com
2509P: Kurt Hackel
2510M: kurt.hackel@oracle.com
2511L: ocfs2-devel@oss.oracle.com
2512W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002513S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002514
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515OLYMPIC NETWORK DRIVER
2516P: Peter De Shrijver
2517M: p2@ace.ulyssis.student.kuleuven.ac.be
2518P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002519M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002520L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521L: linux-tr@linuxtr.net
2522W: http://www.linuxtr.net
2523S: Maintained
2524
Harald Weltec1986ee2005-11-13 16:06:29 -08002525OMNIKEY CARDMAN 4000 DRIVER
2526P: Harald Welte
2527M: laforge@gnumonks.org
2528S: Maintained
2529
Harald Welte77c44ab2005-11-13 16:06:26 -08002530OMNIKEY CARDMAN 4040 DRIVER
2531P: Harald Welte
2532M: laforge@gnumonks.org
2533S: Maintained
2534
Jonathan Corbet77d51402007-03-22 19:44:17 -03002535OMNIVISION OV7670 SENSOR DRIVER
2536P: Jonathan Corbet
2537M: corbet@lwn.net
2538L: video4linux-list@redhat.com
2539S: Maintained
2540
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541ONSTREAM SCSI TAPE DRIVER
2542P: Willem Riede
2543M: osst@riede.org
2544L: osst-users@lists.sourceforge.net
2545L: linux-scsi@vger.kernel.org
2546S: Maintained
2547
2548OPL3-SA2, SA3, and SAx DRIVER
2549P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002550M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551L: linux-sound@vger.kernel.org
2552S: Maintained
2553
2554OPROFILE
2555P: Philippe Elie
2556M: phil.el@wanadoo.fr
2557L: oprofile-list@lists.sf.net
2558S: Maintained
2559
2560ORINOCO DRIVER
2561P: Pavel Roskin
2562M: proski@gnu.org
2563P: David Gibson
2564M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002565L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002566L: orinoco-users@lists.sourceforge.net
2567L: orinoco-devel@lists.sourceforge.net
2568W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569S: Maintained
2570
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002571PA SEMI ETHERNET DRIVER
2572P: Olof Johansson
2573M: olof@lixom.net
2574L: netdev@vger.kernel.org
2575S: Maintained
2576
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002577PA SEMI SMBUS DRIVER
2578P: Olof Johansson
2579M: olof@lixom.net
2580L: i2c@lm-sensors.org
2581S: Maintained
2582
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002585S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586
2587PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2588P: Tim Waugh
2589M: tim@cyberelk.net
2590L: linux-parport@lists.infradead.org
2591W: http://www.torque.net/linux-pp.html
2592S: Maintained
2593
2594PARISC ARCHITECTURE
2595P: Matthew Wilcox
2596M: matthew@wil.cx
2597P: Grant Grundler
2598M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002599P: Kyle McMartin
2600M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601L: parisc-linux@parisc-linux.org
2602W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002603T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2604T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Maintained
2606
Jim Cromie1662d322006-10-06 00:43:59 -07002607PC87360 HARDWARE MONITORING DRIVER
2608P: Jim Cromie
2609M: jim.cromie@gmail.com
2610L: lm-sensors@lm-sensors.org
2611S: Maintained
2612
2613PC8736x GPIO DRIVER
2614P: Jim Cromie
2615M: jim.cromie@gmail.com
2616S: Maintained
2617
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002618PCI ERROR RECOVERY
2619P: Linas Vepstas
2620M: linas@austin.ibm.com
2621L: linux-kernel@vger.kernel.org
2622L: linux-pci@atrey.karlin.mff.cuni.cz
2623S: Supported
2624
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2626P: Thomas Sailer
2627M: sailer@ife.ee.ethz.ch
2628L: linux-sound@vger.kernel.org
2629W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2630S: Maintained
2631
2632PCI SUBSYSTEM
2633P: Greg Kroah-Hartman
2634M: gregkh@suse.de
2635L: linux-kernel@vger.kernel.org
2636L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002637T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Supported
2639
2640PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002641P: Kristen Carlson Accardi
2642M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643S: Supported
2644
2645PCI HOTPLUG COMPAQ DRIVER
2646P: Greg Kroah-Hartman
2647M: greg@kroah.com
2648S: Maintained
2649
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002650PCIE HOTPLUG DRIVER
2651P: Kristen Carlson Accardi
2652M: kristen.c.accardi@intel.com
2653L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002654S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002655
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002657P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002658L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002660T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002661S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662
2663PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002664P: Don Fry
2665M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002666L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667S: Maintained
2668
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002669PER-TASK DELAY ACCOUNTING
2670P: Shailabh Nagar
2671M: nagar@watson.ibm.com
2672L: linux-kernel@vger.kernel.org
2673S: Maintained
2674
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002675PERSONALITY HANDLING
2676P: Christoph Hellwig
2677M: hch@infradead.org
2678L: linux-abi-devel@lists.sourceforge.net
2679S: Maintained
2680
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681PHRAM MTD DRIVER
2682P: Jörn Engel
2683M: joern@wh.fh-wedel.de
2684L: linux-mtd@lists.infradead.org
2685S: Maintained
2686
Peter Osterlund249a6772005-09-27 21:45:30 -07002687PKTCDVD DRIVER
2688P: Peter Osterlund
2689M: petero2@telia.com
2690L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002691S: Maintained
2692
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693POSIX CLOCKS and TIMERS
2694P: George Anzinger
2695M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002696L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697S: Supported
2698
Eugene Surovegin24682972005-10-14 03:00:53 -07002699POWERPC 4xx EMAC DRIVER
2700P: Eugene Surovegin
2701M: ebs@ebshome.net
2702W: http://kernel.ebshome.net/emac/
2703L: linuxppc-embedded@ozlabs.org
2704L: netdev@vger.kernel.org
2705S: Maintained
2706
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707PNP SUPPORT
2708P: Adam Belay
2709M: ambx1@neo.rr.com
2710S: Maintained
2711
Vitaly Wool999445d2007-01-04 13:07:03 +01002712PNXxxxx I2C DRIVER
2713P: Vitaly Wool
2714M: vitalywool@gmail.com
2715L: i2c@lm-sensors.org
2716S: Maintained
2717
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718PPP PROTOCOL DRIVERS AND COMPRESSORS
2719P: Paul Mackerras
2720M: paulus@samba.org
2721L: linux-ppp@vger.kernel.org
2722S: Maintained
2723
2724PPP OVER ATM (RFC 2364)
2725P: Mitchell Blank Jr
2726M: mitch@sfgoth.com
2727S: Maintained
2728
2729PPP OVER ETHERNET
2730P: Michal Ostrowski
2731M: mostrows@speakeasy.net
2732S: Maintained
2733
2734PREEMPTIBLE KERNEL
2735P: Robert Love
2736M: rml@tech9.net
2737L: linux-kernel@vger.kernel.org
2738L: kpreempt-tech@lists.sourceforge.net
2739W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2740S: Supported
2741
2742PRISM54 WIRELESS DRIVER
2743P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002744M: developers@islsm.org
Johannes Berg724c6b32007-04-23 12:18:20 -07002745L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746W: http://prism54.org
2747S: Maintained
2748
2749PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2750P: Peter Denison
2751M: promise@pnd-pc.demon.co.uk
2752W: http://www.pnd-pc.demon.co.uk/promise/
2753S: Maintained
2754
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002755PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2756P: Mikael Pettersson
2757M: mikpe@it.uu.se
2758L: linux-ide@vger.kernel.org
2759S: Maintained
2760
Geoff Levandf58a9d12006-11-23 00:46:51 +01002761PS3 PLATFORM SUPPORT
2762P: Geoff Levand
2763M: geoffrey.levand@am.sony.com
2764L: linuxppc-dev@ozlabs.org
2765L: cbe-oss-dev@ozlabs.org
2766S: Supported
2767
Michael Krufky83202042006-07-03 00:24:18 -07002768PVRUSB2 VIDEO4LINUX DRIVER
2769P: Mike Isely
2770M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002771L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002772L: video4linux-list@redhat.com
2773W: http://www.isely.net/pvrusb2/
2774S: Maintained
2775
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776PXA2xx SUPPORT
2777P: Nicolas Pitre
2778M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002779L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780S: Maintained
2781
2782QLOGIC QLA2XXX FC-SCSI DRIVER
2783P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002784M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785L: linux-scsi@vger.kernel.org
2786S: Supported
2787
Ron Mercer5a4faa82006-07-25 00:40:21 -07002788QLOGIC QLA3XXX NETWORK DRIVER
2789P: Ron Mercer
2790M: linux-driver@qlogic.com
2791L: netdev@vger.kernel.org
2792S: Supported
2793
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794QNX4 FILESYSTEM
2795P: Anders Larsen
2796M: al@alarsen.net
2797L: linux-kernel@vger.kernel.org
2798W: http://www.alarsen.net/linux/qnx4fs/
2799S: Maintained
2800
2801RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002802P: Benjamin Herrenschmidt
2803M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002804L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805S: Maintained
2806
2807RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002808P: Paul Mackerras
2809M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002810L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811S: Maintained
2812
2813RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2814P: Corey Thomas
2815M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002816L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817S: Maintained
2818
Matt Mackall9e95ce22005-04-16 15:25:56 -07002819RANDOM NUMBER DRIVER
2820P: Matt Mackall
2821M: mpm@selenic.com
2822S: Maintained
2823
Matt Porter394b7012005-11-07 01:00:15 -08002824RAPIDIO SUBSYSTEM
2825P: Matt Porter
2826M: mporter@kernel.crashing.org
2827L: linux-kernel@vger.kernel.org
2828S: Maintained
2829
Josh Triplett595182b2006-10-04 02:17:21 -07002830READ-COPY UPDATE (RCU)
2831P: Dipankar Sarma
2832M: dipankar@in.ibm.com
2833W: http://www.rdrop.com/users/paulmck/rclock/
2834L: linux-kernel@vger.kernel.org
2835S: Supported
2836
2837RCUTORTURE MODULE
2838P: Josh Triplett
2839M: josh@freedesktop.org
2840L: linux-kernel@vger.kernel.org
2841S: Maintained
2842
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843REAL TIME CLOCK DRIVER
2844P: Paul Gortmaker
2845M: p_gortmaker@yahoo.com
2846L: linux-kernel@vger.kernel.org
2847S: Maintained
2848
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002849REAL TIME CLOCK (RTC) SUBSYSTEM
2850P: Alessandro Zummo
2851M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002852L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002853S: Maintained
2854
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855REISERFS FILE SYSTEM
2856P: Hans Reiser
2857M: reiserfs-dev@namesys.com
2858L: reiserfs-list@namesys.com
2859W: http://www.namesys.com
2860S: Supported
2861
2862ROCKETPORT DRIVER
2863P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864W: http://www.comtrol.com
2865S: Maintained
2866
2867ROSE NETWORK LAYER
2868P: Ralf Baechle
2869M: ralf@linux-mips.org
2870L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002871W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872S: Maintained
2873
2874RISCOM8 DRIVER
2875S: Orphan
2876
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002877S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002878P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002879M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002880L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002881S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002882
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883S390
2884P: Martin Schwidefsky
2885M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002886P: Heiko Carstens
2887M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002889L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002890W: http://www.ibm.com/developerworks/linux/linux390/
2891S: Supported
2892
2893S390 NETWORK DRIVERS
2894P: Frank Pavlic
2895M: fpavlic@de.ibm.com
2896M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002897L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002898W: http://www.ibm.com/developerworks/linux/linux390/
2899S: Supported
2900
2901S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002902P: Swen Schillig
2903M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002904M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002905L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002906W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907S: Supported
2908
2909SAA7146 VIDEO4LINUX-2 DRIVER
2910P: Michael Hunold
2911M: michael@mihu.de
2912W: http://www.mihu.de/linux/saa7146
2913S: Maintained
2914
2915SBPCD CDROM DRIVER
2916P: Eberhard Moenkeberg
2917M: emoenke@gwdg.de
2918L: linux-kernel@vger.kernel.org
2919S: Maintained
2920
2921SC1200 WDT DRIVER
2922P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002923M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924S: Maintained
2925
2926SCHEDULER
2927P: Ingo Molnar
2928M: mingo@elte.hu
2929P: Robert Love [the preemptible kernel bits]
2930M: rml@tech9.net
2931L: linux-kernel@vger.kernel.org
2932S: Maintained
2933
2934SCSI CDROM DRIVER
2935P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002936M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937L: linux-scsi@vger.kernel.org
2938W: http://www.kernel.dk
2939S: Maintained
2940
2941SCSI SG DRIVER
2942P: Doug Gilbert
2943M: dgilbert@interlog.com
2944L: linux-scsi@vger.kernel.org
2945W: http://www.torque.net/sg
2946S: Maintained
2947
2948SCSI SUBSYSTEM
2949P: James E.J. Bottomley
2950M: James.Bottomley@SteelEye.com
2951L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002952T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953S: Maintained
2954
2955SCSI TAPE DRIVER
2956P: Kai Mäkisara
2957M: Kai.Makisara@kolumbus.fi
2958L: linux-scsi@vger.kernel.org
2959S: Maintained
2960
2961SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002962P: Vlad Yasevich
2963M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01002964P: Sridhar Samudrala
2965M: sri@us.ibm.com
2966L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002967W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01002968S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969
2970SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002971P: Jim Cromie
2972M: jim.cromie@gmail.com
2973S: Odd Fixes
2974
2975SCx200 GPIO DRIVER
2976P: Jim Cromie
2977M: jim.cromie@gmail.com
2978S: Maintained
2979
2980SCx200 HRT CLOCKSOURCE DRIVER
2981P: Jim Cromie
2982M: jim.cromie@gmail.com
2983S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984
2985SECURITY CONTACT
2986P: Security Officers
2987M: security@kernel.org
2988S: Supported
2989
2990SELINUX SECURITY MODULE
2991P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002992M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002994M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05002995P: Eric Paris
2996M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05002998L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999W: http://www.nsa.gov/selinux
3000S: Supported
3001
3002SERIAL ATA (SATA) SUBSYSTEM:
3003P: Jeff Garzik
3004M: jgarzik@pobox.com
3005L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003006T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007S: Supported
3008
3009SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3010P: Pat Gefre
3011M: pfg@sgi.com
3012L: linux-ia64@vger.kernel.org
3013S: Supported
3014
3015SGI VISUAL WORKSTATION 320 AND 540
3016P: Andrey Panin
3017M: pazke@donpac.ru
3018L: linux-visws-devel@lists.sf.net
3019W: http://linux-visws.sf.net
3020S: Maintained for 2.6.
3021
3022SIMTEC EB110ATX (Chalice CATS)
3023P: Ben Dooks
3024P: Vincent Sanders
3025M: support@simtec.co.uk
3026W: http://www.simtec.co.uk/products/EB110ATX/
3027S: Supported
3028
3029SIMTEC EB2410ITX (BAST)
3030P: Ben Dooks
3031P: Vincent Sanders
3032M: support@simtec.co.uk
3033W: http://www.simtec.co.uk/products/EB2410ITX/
3034S: Supported
3035
Francois Romieu92aab3c2005-07-30 13:11:18 +02003036SIS 190 ETHERNET DRIVER
3037P: Francois Romieu
3038M: romieu@fr.zoreil.com
3039L: netdev@vger.kernel.org
3040S: Maintained
3041
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042SIS 5513 IDE CONTROLLER DRIVER
3043P: Lionel Bouton
3044M: Lionel.Bouton@inet6.fr
3045W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3046W: http://gyver.homeip.net/sis5513/index.html
3047S: Maintained
3048
3049SIS 900/7016 FAST ETHERNET DRIVER
3050P: Daniele Venzano
3051M: venza@brownhat.org
3052W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003053L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054S: Maintained
3055
3056SIS FRAMEBUFFER DRIVER
3057P: Thomas Winischhofer
3058M: thomas@winischhofer.net
3059W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003060S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061
3062SIS USB2VGA DRIVER
3063P: Thomas Winischhofer
3064M: thomas@winischhofer.net
3065W: http://www.winischhofer.at/linuxsisusbvga.shtml
3066S: Maintained
3067
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068SMC91x ETHERNET DRIVER
3069P: Nicolas Pitre
3070M: nico@cam.org
3071S: Maintained
3072
Daniel Drake8f0f8502006-07-18 22:00:25 +01003073SOFTMAC LAYER (IEEE 802.11)
3074P: Johannes Berg
3075M: johannes@sipsolutions.net
3076P: Joe Jezak
3077M: josejx@gentoo.org
3078P: Daniel Drake
3079M: dsd@gentoo.org
3080W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003081L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003082S: Maintained
3083
Linus Torvalds1da177e2005-04-16 15:20:36 -07003084SOFTWARE RAID (Multiple Disks) SUPPORT
3085P: Ingo Molnar
3086M: mingo@redhat.com
3087P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003088M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003090S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091
3092SOFTWARE SUSPEND:
3093P: Pavel Machek
3094M: pavel@suse.cz
David Brownellf318a632007-04-23 14:41:06 -07003095L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096S: Maintained
3097
3098SONIC NETWORK DRIVER
3099P: Thomas Bogendoerfer
3100M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003101L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102S: Maintained
3103
3104SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003105P: Mattia Dongili
3106M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003107L: linux-acpi@vger.kernel.org
3108W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109S: Maintained
3110
3111SOUND
3112P: Jaroslav Kysela
3113M: perex@suse.cz
3114L: alsa-devel@alsa-project.org
3115S: Maintained
3116
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003117SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3118P: Liam Girdwood
3119M: liam.girdwood@wolfsonmicro.com
3120L: alsa-devel@alsa-project.org
3121S: Supported
3122
Kumar Gala025c3982006-04-02 16:05:54 -05003123SPI SUBSYSTEM
3124P: David Brownell
3125M: dbrownell@users.sourceforge.net
3126L: spi-devel-general@lists.sourceforge.net
3127S: Maintained
3128
Steven Rostedt855f46a2006-08-05 12:14:50 -07003129STABLE BRANCH:
3130P: Greg Kroah-Hartman
3131M: greg@kroah.com
3132P: Chris Wright
3133M: chrisw@sous-sol.org
3134L: stable@kernel.org
3135S: Maintained
3136
Kylene Hall1c72d462005-05-01 08:59:13 -07003137TPM DEVICE DRIVER
3138P: Kylene Hall
3139M: kjhall@us.ibm.com
3140W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003141P: Marcel Selhorst
3142M: tpm@selhorst.net
3143W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003144L: tpmdd-devel@lists.sourceforge.net
3145S: Maintained
3146
Mark Gross1a80ba82005-10-30 15:02:55 -08003147Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003148P: Mark Gross
3149M: mark.gross@intel.com
3150S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003151
Chris Zankel48b415c2005-06-23 22:01:07 -07003152TENSILICA XTENSA PORT (xtensa):
3153P: Chris Zankel
3154M: chris@zankel.net
3155S: Maintained
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157UltraSPARC (sparc64):
3158P: David S. Miller
3159M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003161T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162S: Maintained
3163
3164SHARP LH SUPPORT (LH7952X & LH7A40X)
3165P: Marc Singer
3166M: elf@buici.com
3167W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003168L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169S: Maintained
3170
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003171SHPC HOTPLUG DRIVER
3172P: Kristen Carlson Accardi
3173M: kristen.c.accardi@intel.com
3174L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003175S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003176
Pierre Ossmand129bce2006-03-24 03:18:17 -08003177SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3178P: Pierre Ossman
3179M: drzeus-sdhci@drzeus.cx
3180L: sdhci-devel@list.drzeus.cx
3181W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3182S: Maintained
3183
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003184SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3185P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003186M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003187L: netdev@vger.kernel.org
3188S: Maintained
3189
Chris Boot1a87d942006-07-10 04:45:34 -07003190SOEKRIS NET48XX LED SUPPORT
3191P: Chris Boot
3192M: bootc@bootc.net
3193S: Maintained
3194
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195SPARC (sparc32):
3196P: William L. Irwin
3197M: wli@holomorphy.com
3198L: sparclinux@vger.kernel.org
3199S: Maintained
3200
3201SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3202P: Roger Wolff
3203M: R.E.Wolff@BitWizard.nl
3204L: linux-kernel@vger.kernel.org ?
3205S: Supported
3206
Jim Lewis2752e402006-09-29 02:01:19 -07003207SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003208P: Linas Vepstas
3209M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003210L: netdev@vger.kernel.org
3211S: Supported
3212
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213SRM (Alpha) environment access
3214P: Jan-Benedict Glaw
3215M: jbglaw@lug-owl.de
3216L: linux-kernel@vger.kernel.org
3217S: Maintained
3218
3219STARFIRE/DURALAN NETWORK DRIVER
3220P: Ion Badulescu
3221M: ionut@cs.columbia.edu
3222S: Maintained
3223
3224STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3225W: http://mosquitonet.Stanford.EDU/strip.html
3226S: Unsupported ?
3227
3228STRADIS MPEG-2 DECODER DRIVER
3229P: Nathan Laredo
3230M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231W: http://www.stradis.com/
3232S: Maintained
3233
3234SUPERH (sh)
3235P: Paul Mundt
3236M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003237L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239S: Maintained
3240
3241SUPERH64 (sh64)
3242P: Paul Mundt
3243M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244L: linuxsh-shmedia-dev@lists.sourceforge.net
3245W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246S: Maintained
3247
3248SUN3/3X
3249P: Sam Creasey
3250M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251W: http://sammy.net/sun3/
3252S: Maintained
3253
3254SVGA HANDLING
3255P: Martin Mares
3256M: mj@ucw.cz
3257L: linux-video@atrey.karlin.mff.cuni.cz
3258S: Maintained
3259
3260SYSV FILESYSTEM
3261P: Christoph Hellwig
3262M: hch@infradead.org
3263S: Maintained
3264
Stephen Hemminger781b4562006-07-10 20:25:29 -07003265TC CLASSIFIER
3266P: Jamal Hadi Salim
3267M: hadi@cyberus.ca
3268L: netdev@vger.kernel.org
3269S: Maintained
3270
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003271TCP LOW PRIORITY MODULE
3272P: Wong Hoi Sing, Edison
3273M: hswong3i@gmail.com
3274P: Hung Hing Lun, Mike
3275M: hlhung3i@gmail.com
3276W: http://tcp-lp-mod.sourceforge.net/
3277S: Maintained
3278
Alex Dubov4020f2d2006-10-04 02:15:37 -07003279TI FLASH MEDIA INTERFACE DRIVER
3280P: Alex Dubov
3281M: oakad@yahoo.com
3282S: Maintained
3283
Michael Buesch844dd052006-06-26 00:24:59 -07003284TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3285P: Deepak Saxena
3286M: dsaxena@plexity.net
3287S: Maintained
3288
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003289TASKSTATS STATISTICS INTERFACE
3290P: Shailabh Nagar
3291M: nagar@watson.ibm.com
3292L: linux-kernel@vger.kernel.org
3293S: Maintained
3294
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003296P: Romain Lievin
3297M: roms@lpg.ticalc.org
3298S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299
Per Lidene86eaa32006-01-12 16:45:18 +01003300TIPC NETWORK LAYER
3301P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003302M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003303P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003304M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003305P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003306M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003307L: tipc-discussion@lists.sourceforge.net
3308W: http://tipc.sourceforge.net/
3309W: http://tipc.cslab.ericsson.net/
3310T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3311S: Maintained
3312
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313TLAN NETWORK DRIVER
3314P: Samuel Chessman
3315M: chessman@tux.org
3316L: tlan-devel@lists.sourceforge.net
3317W: http://sourceforge.net/projects/tlan/
3318S: Maintained
3319
3320TOKEN-RING NETWORK DRIVER
3321P: Mike Phillips
3322M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003323L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324L: linux-tr@linuxtr.net
3325W: http://www.linuxtr.net
3326S: Maintained
3327
3328TOSHIBA ACPI EXTRAS DRIVER
3329P: John Belmonte
3330M: toshiba_acpi@memebeam.org
3331W: http://memebeam.org/toys/ToshibaAcpiDriver
3332S: Maintained
3333
3334TOSHIBA SMM DRIVER
3335P: Jonathan Buzzard
3336M: jonathan@buzzard.org.uk
3337L: tlinux-users@tce.toshiba-dme.co.jp
3338W: http://www.buzzard.org.uk/toshiba/
3339S: Maintained
3340
3341TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3342P: Muli Ben-Yehuda
3343M: mulix@mulix.org
3344L: linux-kernel@vger.kernel.org
3345S: Maintained
3346
3347TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003348P: Adrian Bunk
3349M: trivial@kernel.org
3350L: linux-kernel@vger.kernel.org
3351W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3352T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3353S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354
3355TMS380 TOKEN-RING NETWORK DRIVER
3356P: Adam Fritzler
3357M: mid@auk.cx
3358L: linux-tr@linuxtr.net
3359W: http://www.auk.cx/tms380tr/
3360S: Maintained
3361
3362TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003363P: Valerie Henson
3364M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365L: tulip-users@lists.sourceforge.net
3366W: http://sourceforge.net/projects/tulip/
3367S: Maintained
3368
3369TUN/TAP driver
3370P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003371M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372L: vtun@office.satix.net
3373W: http://vtun.sourceforge.net/tun
3374S: Maintained
3375
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003376TURBOCHANNEL SUBSYSTEM
3377P: Maciej W. Rozycki
3378M: macro@linux-mips.org
3379S: Maintained
3380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381U14-34F SCSI DRIVER
3382P: Dario Ballabio
3383M: ballabio_dario@emc.com
3384L: linux-scsi@vger.kernel.org
3385S: Maintained
3386
3387UDF FILESYSTEM
3388P: Ben Fennema
3389M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390W: http://linux-udf.sourceforge.net
3391S: Maintained
3392
3393UNIFORM CDROM DRIVER
3394P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003395M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396L: linux-kernel@vger.kernel.org
3397W: http://www.kernel.dk
3398S: Maintained
3399
3400USB ACM DRIVER
3401P: Oliver Neukum
3402M: oliver@neukum.name
3403L: linux-usb-users@lists.sourceforge.net
3404L: linux-usb-devel@lists.sourceforge.net
3405S: Maintained
3406
3407USB BLOCK DRIVER (UB ub)
3408P: Pete Zaitcev
3409M: zaitcev@redhat.com
3410L: linux-kernel@vger.kernel.org
3411L: linux-usb-devel@lists.sourceforge.net
3412S: Supported
3413
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414USB CDC ETHERNET DRIVER
3415P: Greg Kroah-Hartman
3416M: greg@kroah.com
3417L: linux-usb-users@lists.sourceforge.net
3418L: linux-usb-devel@lists.sourceforge.net
3419S: Maintained
3420W: http://www.kroah.com/linux-usb/
3421
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003422USB DAVICOM DM9601 DRIVER
3423P: Peter Korsgaard
3424M: jacmet@sunsite.dk
3425L: linux-usb-devel@lists.sourceforge.net
3426W: http://www.linux-usb.org/usbnet
3427S: Maintained
3428
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429USB EHCI DRIVER
3430P: David Brownell
3431M: dbrownell@users.sourceforge.net
3432L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003433S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434
Luca Risolia7ce08c92006-01-11 02:06:59 +00003435USB ET61X[12]51 DRIVER
3436P: Luca Risolia
3437M: luca.risolia@studio.unibo.it
3438L: linux-usb-devel@lists.sourceforge.net
3439L: video4linux-list@redhat.com
3440W: http://www.linux-projects.org
3441S: Maintained
3442
David Brownell69ae9e32006-11-14 02:03:31 -08003443USB GADGET/PERIPHERAL SUBSYSTEM
3444P: David Brownell
3445M: dbrownell@users.sourceforge.net
3446L: linux-usb-devel@lists.sourceforge.net
3447W: http://www.linux-usb.org/gadget
3448S: Maintained
3449
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450USB HID/HIDBP DRIVERS
Jiri Kosina641266f2007-01-15 09:56:21 +01003451P: Jiri Kosina
3452M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003454T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455S: Maintained
3456
3457USB HUB DRIVER
3458P: Johannes Erdfelt
3459M: johannes@erdfelt.com
3460L: linux-usb-users@lists.sourceforge.net
3461L: linux-usb-devel@lists.sourceforge.net
3462S: Maintained
3463
Olav Kongas959eea22005-11-03 17:38:14 +02003464USB ISP116X DRIVER
3465P: Olav Kongas
3466M: ok@artecdesign.ee
3467L: linux-usb-devel@lists.sourceforge.net
3468S: Maintained
3469
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470USB KAWASAKI LSI DRIVER
3471P: Oliver Neukum
3472M: oliver@neukum.name
3473L: linux-usb-users@lists.sourceforge.net
3474L: linux-usb-devel@lists.sourceforge.net
3475S: Maintained
3476
3477USB MASS STORAGE DRIVER
3478P: Matthew Dharm
3479M: mdharm-usb@one-eyed-alien.net
3480L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003481L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482S: Maintained
3483W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3484
3485USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003486P: David Brownell
3487M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488L: linux-usb-users@lists.sourceforge.net
3489L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003490S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491
Matthias Urlichsba460e42005-07-14 00:33:47 -07003492USB OPTION-CARD DRIVER
3493P: Matthias Urlichs
3494M: smurf@smurf.noris.de
3495L: linux-usb-devel@lists.sourceforge.net
3496S: Maintained
3497
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498USB OV511 DRIVER
3499P: Mark McClelland
3500M: mmcclell@bigfoot.com
3501L: linux-usb-users@lists.sourceforge.net
3502L: linux-usb-devel@lists.sourceforge.net
3503W: http://alpha.dyndns.org/ov511/
3504S: Maintained
3505
3506USB PEGASUS DRIVER
3507P: Petko Manolov
3508M: petkan@users.sourceforge.net
3509L: linux-usb-users@lists.sourceforge.net
3510L: linux-usb-devel@lists.sourceforge.net
3511W: http://pegasus2.sourceforge.net/
3512S: Maintained
3513
3514USB PRINTER DRIVER
3515P: Vojtech Pavlik
3516M: vojtech@suse.cz
3517L: linux-usb-users@lists.sourceforge.net
3518L: linux-usb-devel@lists.sourceforge.net
3519S: Maintained
3520
3521USB RTL8150 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 SE401 DRIVER
3530P: Jeroen Vreeken
3531M: pe1rxq@amsat.org
3532L: linux-usb-users@lists.sourceforge.net
3533L: linux-usb-devel@lists.sourceforge.net
3534W: http://www.chello.nl/~j.vreeken/se401/
3535S: Maintained
3536
3537USB SERIAL CYBERJACK DRIVER
3538P: Matthias Bruestle and Harald Welte
3539M: support@reiner-sct.com
3540W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3541S: Maintained
3542
3543USB SERIAL DIGI ACCELEPORT DRIVER
3544P: Peter Berger and Al Borchers
3545M: pberger@brimson.com
3546M: alborchers@steinerpoint.com
3547L: linux-usb-users@lists.sourceforge.net
3548L: linux-usb-devel@lists.sourceforge.net
3549S: Maintained
3550
3551USB SERIAL DRIVER
3552P: Greg Kroah-Hartman
3553M: gregkh@suse.de
3554L: linux-usb-users@lists.sourceforge.net
3555L: linux-usb-devel@lists.sourceforge.net
3556S: Supported
3557
3558USB SERIAL BELKIN F5U103 DRIVER
3559P: William Greathouse
3560M: wgreathouse@smva.com
3561L: linux-usb-users@lists.sourceforge.net
3562L: linux-usb-devel@lists.sourceforge.net
3563S: Maintained
3564
3565USB SERIAL CYPRESS M8 DRIVER
3566P: Lonnie Mendez
3567M: dignome@gmail.com
3568L: linux-usb-users@lists.sourceforge.net
3569L: linux-usb-devel@lists.sourceforge.net
3570S: Maintained
3571W: http://geocities.com/i0xox0i
3572W: http://firstlight.net/cvs
3573
3574USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3575L: linux-usb-users@lists.sourceforge.net
3576L: linux-usb-devel@lists.sourceforge.net
3577S: Maintained
3578
3579USB AUERSWALD DRIVER
3580P: Wolfgang Muees
3581M: wolfgang@iksw-muees.de
3582L: linux-usb-users@lists.sourceforge.net
3583L: linux-usb-devel@lists.sourceforge.net
3584S: Maintained
3585
3586USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3587P: Gary Brubaker
3588M: xavyer@ix.netcom.com
3589L: linux-usb-users@lists.sourceforge.net
3590L: linux-usb-devel@lists.sourceforge.net
3591S: Maintained
3592
3593USB SERIAL KEYSPAN DRIVER
3594P: Greg Kroah-Hartman
3595M: greg@kroah.com
3596L: linux-usb-users@lists.sourceforge.net
3597L: linux-usb-devel@lists.sourceforge.net
3598W: http://www.kroah.com/linux/
3599S: Maintained
3600
3601USB SERIAL WHITEHEAT DRIVER
3602P: Stuart MacDonald
3603M: stuartm@connecttech.com
3604L: linux-usb-users@lists.sourceforge.net
3605L: linux-usb-devel@lists.sourceforge.net
3606W: http://www.connecttech.com
3607S: Supported
3608
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003609USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610P: Luca Risolia
3611M: luca.risolia@studio.unibo.it
3612L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003613L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614W: http://www.linux-projects.org
3615S: Maintained
3616
3617USB SUBSYSTEM
3618P: Greg Kroah-Hartman
3619M: gregkh@suse.de
3620L: linux-usb-users@lists.sourceforge.net
3621L: linux-usb-devel@lists.sourceforge.net
3622W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003623T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003624S: Supported
3625
3626USB UHCI DRIVER
3627P: Alan Stern
3628M: stern@rowland.harvard.edu
3629L: linux-usb-users@lists.sourceforge.net
3630L: linux-usb-devel@lists.sourceforge.net
3631S: Maintained
3632
David Brownell69ae9e32006-11-14 02:03:31 -08003633USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634P: David Brownell
3635M: dbrownell@users.sourceforge.net
3636L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003637W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638S: Maintained
3639
3640USB W996[87]CF DRIVER
3641P: Luca Risolia
3642M: luca.risolia@studio.unibo.it
3643L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003644L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645W: http://www.linux-projects.org
3646S: Maintained
3647
Luca Risolia60f78052006-02-06 16:29:35 +00003648USB ZC0301 DRIVER
3649P: Luca Risolia
3650M: luca.risolia@studio.unibo.it
3651L: linux-usb-devel@lists.sourceforge.net
3652L: video4linux-list@redhat.com
3653W: http://www.linux-projects.org
3654S: Maintained
3655
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656USB ZD1201 DRIVER
3657P: Jeroen Vreeken
3658M: pe1rxq@amsat.org
3659L: linux-usb-users@lists.sourceforge.net
3660L: linux-usb-devel@lists.sourceforge.net
3661W: http://linux-lc100020.sourceforge.net
3662S: Maintained
3663
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003664USB ZR364XX DRIVER
3665P: Antoine Jacquet
3666M: royale@zerezo.com
3667L: linux-usb-devel@lists.sourceforge.net
3668L: video4linux-list@redhat.com
3669W: http://royale.zerezo.com/zr364xx/
3670S: Maintained
3671
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672USER-MODE LINUX
3673P: Jeff Dike
3674M: jdike@karaya.com
3675L: user-mode-linux-devel@lists.sourceforge.net
3676L: user-mode-linux-user@lists.sourceforge.net
3677W: http://user-mode-linux.sourceforge.net
3678S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003679
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680FAT/VFAT/MSDOS FILESYSTEM:
3681P: OGAWA Hirofumi
3682M: hirofumi@mail.parknet.co.jp
3683L: linux-kernel@vger.kernel.org
3684S: Maintained
3685
3686VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3687P: Jeff Garzik
3688S: Odd fixes
3689
3690VIA RHINE NETWORK DRIVER
3691P: Roger Luethi
3692M: rl@hellgate.ch
3693S: Maintained
3694
Jean Delvare32c0a522005-09-22 21:47:58 +02003695VIAPRO SMBUS DRIVER
3696P: Jean Delvare
3697M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003698L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003699S: Maintained
3700
Francois Romieu01f20732007-01-26 00:57:17 -08003701VIA VELOCITY NETWORK DRIVER
3702P: Francois Romieu
3703M: romieu@fr.zoreil.com
3704L: netdev@vger.kernel.org
3705S: Maintained
3706
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707UCLINUX (AND M68KNOMMU)
3708P: Greg Ungerer
3709M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003711L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712S: Maintained
3713
3714UCLINUX FOR NEC V850
3715P: Miles Bader
3716M: uclinux-v850@lsi.nec.co.jp
3717W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3718W: http://www.ee.nec.de/uclinux/
3719S: Supported
3720
3721UCLINUX FOR RENESAS H8/300
3722P: Yoshinori Sato
3723M: ysato@users.sourceforge.jp
3724W: http://uclinux-h8.sourceforge.jp/
3725S: Supported
3726
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003727UFS FILESYSTEM
3728P: Evgeniy Dushistov
3729M: dushistov@mail.ru
3730L: linux-kernel@vger.kernel.org
3731S: Maintained
3732
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733USB DIAMOND RIO500 DRIVER
3734P: Cesar Miquel
3735M: miquel@df.uba.ar
3736L: rio500-users@lists.sourceforge.net
3737W: http://rio500.sourceforge.net
3738S: Maintained
3739
3740VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003741P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003742M: mchehab@infradead.org
3743M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003745W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003746T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003747S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748
Juerg Haefligerab413192006-09-24 20:54:04 +02003749VT1211 HARDWARE MONITOR DRIVER
3750P: Juerg Haefliger
3751M: juergh@gmail.com
3752L: lm-sensors@lm-sensors.org
3753S: Maintained
3754
Roger Lucas1de9e372005-11-26 20:20:05 +01003755VT8231 HARDWARE MONITOR DRIVER
3756P: Roger Lucas
3757M: roger@planbit.co.uk
3758L: lm-sensors@lm-sensors.org
3759S: Maintained
3760
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761W1 DALLAS'S 1-WIRE BUS
3762P: Evgeniy Polyakov
3763M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764S: Maintained
3765
Charles Spirakis13927072006-07-05 18:05:15 +02003766W83791D HARDWARE MONITORING DRIVER
3767P: Charles Spirakis
3768M: bezaur@gmail.com
3769L: lm-sensors@lm-sensors.org
3770S: Maintained
3771
Rudolf Marek61db0112006-12-12 18:18:30 +01003772W83793 HARDWARE MONITORING DRIVER
3773P: Rudolf Marek
3774M: r.marek@assembler.cz
3775L: lm-sensors@lm-sensors.org
3776S: Maintained
3777
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778W83L51xD SD/MMC CARD INTERFACE DRIVER
3779P: Pierre Ossman
3780M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003781L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782W: http://projects.drzeus.cx/wbsd
3783S: Maintained
3784
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003785WATCHDOG DEVICE DRIVERS
3786P: Wim Van Sebroeck
3787M: wim@iguana.be
3788T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3789S: Maintained
3790
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3792P: Jean Tourrilhes
3793M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003794L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3796S: Maintained
3797
3798WD7000 SCSI DRIVER
3799P: Miroslav Zagorac
3800M: zaga@fly.cc.fer.hr
3801L: linux-scsi@vger.kernel.org
3802S: Maintained
3803
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003804WISTRON LAPTOP BUTTON DRIVER
3805P: Miloslav Trmac
3806M: mitr@volny.cz
3807S: Maintained
3808
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809WL3501 WIRELESS PCMCIA CARD DRIVER
3810P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003811M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003812L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003813W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814S: Maintained
3815
3816X.25 NETWORK LAYER
3817P: Henner Eisen
3818M: eis@baty.hanse.de
3819L: linux-x25@vger.kernel.org
3820S: Maintained
3821
3822XFS FILESYSTEM
3823P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003824P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003826L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003828T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829S: Supported
3830
Peter Korsgaard238b8722006-12-06 20:35:17 -08003831XILINX UARTLITE SERIAL DRIVER
3832P: Peter Korsgaard
3833M: jacmet@sunsite.dk
3834L: linux-serial@vger.kernel.org
3835S: Maintained
3836
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837X86 3-LEVEL PAGING (PAE) SUPPORT
3838P: Ingo Molnar
3839M: mingo@redhat.com
3840S: Maintained
3841
3842X86-64 port
3843P: Andi Kleen
3844M: ak@suse.de
3845L: discuss@x86-64.org
3846W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003847T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848S: Maintained
3849
3850YAM DRIVER FOR AX.25
3851P: Jean-Paul Roubelat
3852M: jpr@f6fbb.org
3853L: linux-hams@vger.kernel.org
3854S: Maintained
3855
Henkaf64a5e2005-10-12 15:02:56 +02003856YEALINK PHONE DRIVER
3857P: Henk Vergonet
3858M: Henk.Vergonet@gmail.com
3859L: usbb2k-api-dev@nongnu.org
3860S: Maintained
3861
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862Z8530 DRIVER FOR AX.25
3863P: Joerg Reuter
3864M: jreuter@yaina.de
3865W: http://yaina.de/jreuter/
3866W: http://www.qsl.net/dl1bke/
3867L: linux-hams@vger.kernel.org
3868S: Maintained
3869
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003870ZD1211RW WIRELESS DRIVER
3871P: Daniel Drake
3872M: dsd@gentoo.org
3873P: Ulrich Kunitz
3874M: kune@deine-taler.de
3875W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07003876L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003877L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3878S: Maintained
3879
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880ZF MACHZ WATCHDOG
3881P: Fernando Fuganti
3882M: fuganti@netbank.com.br
3883W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3884S: Maintained
3885
3886ZR36067 VIDEO FOR LINUX DRIVER
3887P: Ronald Bultje
3888M: rbultje@ronald.bitfreak.net
3889L: mjpeg-users@lists.sourceforge.net
3890W: http://mjpeg.sourceforge.net/driver-zoran/
3891S: Maintained
3892
3893ZR36120 VIDEO FOR LINUX DRIVER
3894P: Pauline Middelink
3895M: middelin@polyware.nl
3896W: http://www.polyware.nl/~middelin/En/hobbies.html
3897W: http://www.polyware.nl/~middelin/hobbies.html
3898S: Maintained
3899
3900THE REST
3901P: Linus Torvalds
3902S: Buried alive in reporters