blob: b36923e72ce80782ce580423b3656867565f7f9c [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
Bryan Wud24ecfc2007-05-01 23:26:32 +0200736BLACKFIN I2C TWI DRIVER
737P: Sonic Zhang
738M: sonic.zhang@analog.com
739L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
740W: http://blackfin.uclinux.org/
741S: Supported
742
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743BLOCK LAYER
744P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200745M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800747T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748S: Maintained
749
750BLUETOOTH SUBSYSTEM
751P: Marcel Holtmann
752M: marcel@holtmann.org
753P: Maxim Krasnyansky
754M: maxk@qualcomm.com
755L: bluez-devel@lists.sf.net
756W: http://bluez.sf.net
757W: http://www.bluez.org
758W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800759T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760S: Maintained
761
762BLUETOOTH RFCOMM LAYER
763P: Marcel Holtmann
764M: marcel@holtmann.org
765P: Maxim Krasnyansky
766M: maxk@qualcomm.com
767S: Maintained
768
769BLUETOOTH BNEP LAYER
770P: Marcel Holtmann
771M: marcel@holtmann.org
772P: Maxim Krasnyansky
773M: maxk@qualcomm.com
774S: Maintained
775
776BLUETOOTH CMTP LAYER
777P: Marcel Holtmann
778M: marcel@holtmann.org
779S: Maintained
780
781BLUETOOTH HIDP LAYER
782P: Marcel Holtmann
783M: marcel@holtmann.org
784S: Maintained
785
786BLUETOOTH HCI UART DRIVER
787P: Marcel Holtmann
788M: marcel@holtmann.org
789P: Maxim Krasnyansky
790M: maxk@qualcomm.com
791S: Maintained
792
793BLUETOOTH HCI USB DRIVER
794P: Marcel Holtmann
795M: marcel@holtmann.org
796P: Maxim Krasnyansky
797M: maxk@qualcomm.com
798S: Maintained
799
800BLUETOOTH HCI BCM203X DRIVER
801P: Marcel Holtmann
802M: marcel@holtmann.org
803S: Maintained
804
805BLUETOOTH HCI BPA10X DRIVER
806P: Marcel Holtmann
807M: marcel@holtmann.org
808S: Maintained
809
810BLUETOOTH HCI BFUSB DRIVER
811P: Marcel Holtmann
812M: marcel@holtmann.org
813S: Maintained
814
815BLUETOOTH HCI DTL1 DRIVER
816P: Marcel Holtmann
817M: marcel@holtmann.org
818S: Maintained
819
820BLUETOOTH HCI BLUECARD DRIVER
821P: Marcel Holtmann
822M: marcel@holtmann.org
823S: Maintained
824
825BLUETOOTH HCI BT3C DRIVER
826P: Marcel Holtmann
827M: marcel@holtmann.org
828S: Maintained
829
830BLUETOOTH HCI BTUART DRIVER
831P: Marcel Holtmann
832M: marcel@holtmann.org
833S: Maintained
834
835BLUETOOTH HCI VHCI DRIVER
836P: Maxim Krasnyansky
837M: maxk@qualcomm.com
838S: Maintained
839
840BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100841P: Chad Tindel
842M: ctindel@users.sourceforge.net
843P: Jay Vosburgh
844M: fubar@us.ibm.com
845L: bonding-devel@lists.sourceforge.net
846W: http://sourceforge.net/projects/bonding/
847S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000849BROADBAND PROCESSOR ARCHITECTURE
850P: Arnd Bergmann
851M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100852L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400853W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000854S: Supported
855
Gary Zambrano39105892006-06-22 17:26:20 -0700856BROADCOM B44 10/100 ETHERNET DRIVER
857P: Gary Zambrano
858M: zambrano@broadcom.com
859L: netdev@vger.kernel.org
860S: Supported
861
Michael Chan948c51e2006-06-04 02:51:39 -0700862BROADCOM BNX2 GIGABIT ETHERNET DRIVER
863P: Michael Chan
864M: mchan@broadcom.com
865L: netdev@vger.kernel.org
866S: Supported
867
868BROADCOM TG3 GIGABIT ETHERNET DRIVER
869P: Michael Chan
870M: mchan@broadcom.com
871L: netdev@vger.kernel.org
872S: Supported
873
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700875P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200876M: mchehab@infradead.org
877M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700879W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200880T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700881S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882
Jonathan Corbet77d51402007-03-22 19:44:17 -0300883CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
884P: Jonathan Corbet
885M: corbet@lwn.net
886L: video4linux-list@redhat.com
887S: Maintained
888
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200889CALGARY x86-64 IOMMU
890P: Muli Ben-Yehuda
891M: muli@il.ibm.com
892P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200893M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200894L: linux-kernel@vger.kernel.org
895L: discuss@x86-64.org
896S: Maintained
897
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800898CFAG12864B LCD DRIVER
899P: Miguel Ojeda Sandonis
900M: maxextreme@gmail.com
901L: linux-kernel@vger.kernel.org
902S: Maintained
903
904CFAG12864BFB LCD FRAMEBUFFER DRIVER
905P: Miguel Ojeda Sandonis
906M: maxextreme@gmail.com
907L: linux-kernel@vger.kernel.org
908S: Maintained
909
Johannes Berg704232c2007-04-23 12:20:05 -0700910CFG80211 and NL80211
911P: Johannes Berg
912M: johannes@sipsolutions.net
913L: linux-wireless@vger.kernel.org
914S: Maintained
915
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916COMMON INTERNET FILE SYSTEM (CIFS)
917P: Steve French
918M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100919L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920L: samba-technical@lists.samba.org
921W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800922T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -0300923S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924
Joel Becker7063fbf2005-12-15 14:29:43 -0800925CONFIGFS
926P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800927M: joel.becker@oracle.com
928L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800929S: Supported
930
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800931CIRRUS LOGIC EP93XX ETHERNET DRIVER
932P: Lennert Buytenhek
933M: kernel@wantstofly.org
934L: netdev@vger.kernel.org
935S: Maintained
936
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937CIRRUS LOGIC GENERIC FBDEV DRIVER
938P: Jeff Garzik
939M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800940L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941S: Odd Fixes
942
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800943CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
944P: Lennert Buytenhek
945M: kernel@wantstofly.org
946L: linux-usb-devel@lists.sourceforge.net
947S: Maintained
948
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
950P: Cirrus Logic Corporation (kernel 2.2 driver)
951M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
952P: Nils Faerber (port to kernel 2.4)
953M: Nils Faerber <nils@kernelconcepts.de>
954S: Maintained
955
956CODA FILE SYSTEM
957P: Jan Harkes
958M: jaharkes@cs.cmu.edu
959M: coda@cs.cmu.edu
960L: codalist@coda.cs.cmu.edu
961W: http://www.coda.cs.cmu.edu/
962S: Maintained
963
964COMPACTPCI HOTPLUG CORE
965P: Scott Murray
966M: scottm@somanetworks.com
967M: scott@spiteful.org
968L: pcihpd-discuss@lists.sourceforge.net
969S: Supported
970
971COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
972P: Scott Murray
973M: scottm@somanetworks.com
974M: scott@spiteful.org
975L: pcihpd-discuss@lists.sourceforge.net
976S: Supported
977
978COMPACTPCI HOTPLUG GENERIC DRIVER
979P: Scott Murray
980M: scottm@somanetworks.com
981M: scott@spiteful.org
982L: pcihpd-discuss@lists.sourceforge.net
983S: Supported
984
985COMPUTONE INTELLIPORT MULTIPORT CARD
986P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700987M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700989S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990
Simon Arlott949be0f2007-03-06 02:47:46 -0800991CONEXANT ACCESSRUNNER USB DRIVER
992P: Simon Arlott
993M: cxacru@fire.lp0.eu
994S: Maintained
995
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996COSA/SRP SYNC SERIAL DRIVER
997P: Jan "Yenya" Kasprzak
998M: kas@fi.muni.cz
999W: http://www.fi.muni.cz/~kas/cosa/
1000S: Maintained
1001
1002CPU FREQUENCY DRIVERS
1003P: Dave Jones
1004M: davej@codemonkey.org.uk
1005L: cpufreq@lists.linux.org.uk
1006W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001007T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008S: Maintained
1009
1010CPUID/MSR DRIVER
1011P: H. Peter Anvin
1012M: hpa@zytor.com
1013S: Maintained
1014
Paul Jacksoned90fb42005-09-27 21:45:37 -07001015CPUSETS
1016P: Paul Jackson
1017P: Simon Derr
1018M: pj@sgi.com
1019M: simon.derr@bull.net
1020L: linux-kernel@vger.kernel.org
1021W: http://www.bullopensource.org/cpuset/
1022S: Supported
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001025W: http://sourceforge.net/projects/cramfs/
1026S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027
1028CRIS PORT
1029P: Mikael Starvik
1030M: starvik@axis.com
1031L: dev-etrax@axis.com
1032W: http://developer.axis.com
1033S: Maintained
1034
1035CRYPTO API
1036P: Herbert Xu
1037M: herbert@gondor.apana.org.au
1038P: David S. Miller
1039M: davem@davemloft.net
1040L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001041T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042S: Maintained
1043
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001044CS5535 Audio ALSA driver
1045P: Jaya Kumar
1046M: jayakumar.alsa@gmail.com
1047S: Maintained
1048
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049CYBERPRO FB DRIVER
1050P: Russell King
1051M: rmk@arm.linux.org.uk
1052W: http://www.arm.linux.org.uk/
1053S: Maintained
1054
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001055CYBLAFB FRAMEBUFFER DRIVER
1056P: Knut Petersen
1057M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001058L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001059S: Maintained
1060
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061CYCLADES 2X SYNC CARD DRIVER
1062P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001063M: acme@ghostprotocols.net
1064W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065S: Maintained
1066
1067CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001069S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
1071CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001073S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001074
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075DAMA SLAVE for AX.25
1076P: Joerg Reuter
1077M: jreuter@yaina.de
1078W: http://yaina.de/jreuter/
1079W: http://www.qsl.net/dl1bke/
1080L: linux-hams@vger.kernel.org
1081S: Maintained
1082
1083DC395x SCSI driver
1084P: Oliver Neukum
1085M: oliver@neukum.name
1086P: Ali Akcaagac
1087M: aliakc@web.de
1088P: Jamie Lenehan
1089M: lenehan@twibble.org
1090W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001091L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092L: http://lists.twibble.org/mailman/listinfo/dc395x/
1093S: Maintained
1094
1095DC390/AM53C974 SCSI driver
1096P: Kurt Garloff
1097M: garloff@suse.de
1098W: http://www.garloff.de/kurt/linux/dc390/
1099P: Guennadi Liakhovetski
1100M: g.liakhovetski@gmx.de
1101S: Maintained
1102
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001103DCCP PROTOCOL
1104P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001105M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001106L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001107W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001108S: Maintained
1109
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110DECnet NETWORK LAYER
1111P: Patrick Caulfield
1112M: patrick@tykepenguin.com
1113W: http://linux-decnet.sourceforge.net
1114L: linux-decnet-user@lists.sourceforge.net
1115S: Maintained
1116
1117DEFXX FDDI NETWORK DRIVER
1118P: Maciej W. Rozycki
1119M: macro@linux-mips.org
1120S: Maintained
1121
1122DELL LAPTOP SMM DRIVER
1123P: Massimo Dal Zotto
1124M: dz@debian.org
1125W: http://www.debian.org/~dz/i8k/
1126S: Maintained
1127
Doug Warzecha90563ec2005-09-06 15:17:15 -07001128DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1129P: Doug Warzecha
1130M: Douglas_Warzecha@dell.com
1131S: Maintained
1132
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001133DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134P: Alasdair Kergon
1135L: dm-devel@redhat.com
1136W: http://sources.redhat.com/dm
1137S: Maintained
1138
1139DEVICE NUMBER REGISTRY
1140P: Torben Mathiasen
1141M: device@lanana.org
1142W: http://lanana.org/docs/device-list/index.html
1143L: linux-kernel@vger.kernel.org
1144S: Maintained
1145
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146DIGI INTL. EPCA DRIVER
1147P: Digi International, Inc
1148M: Eng.Linux@digi.com
1149L: Eng.Linux@digi.com
1150W: http://www.digi.com
1151S: Orphaned
1152
1153DIGI RIGHTSWITCH NETWORK DRIVER
1154P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001155L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156W: http://www.digi.com
1157S: Orphaned
1158
1159DIRECTORY NOTIFICATION
1160P: Stephen Rothwell
1161M: sfr@canb.auug.org.au
1162L: linux-kernel@vger.kernel.org
1163S: Supported
1164
1165DISK GEOMETRY AND PARTITION HANDLING
1166P: Andries Brouwer
1167M: aeb@cwi.nl
1168W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1169W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1170W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1171S: Maintained
1172
1173DISKQUOTA:
1174P: Jan Kara
1175M: jack@suse.cz
1176L: linux-kernel@vger.kernel.org
1177S: Maintained
1178
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001179DISTRIBUTED LOCK MANAGER
1180P: Patrick Caulfield
1181M: pcaulfie@redhat.com
1182P: David Teigland
1183M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001184L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001185W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001186T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1187T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001188S: Supported
1189
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1191P: Tobias Ringstrom
1192M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001193L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194S: Maintained
1195
Martin Waitzba483d52005-06-17 13:20:59 -07001196DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001197P: Randy Dunlap
1198M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001199S: Maintained
1200
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001201DOCKING STATION DRIVER
1202P: Kristen Carlson Accardi
1203M: kristen.c.accardi@intel.com
1204L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001205S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001206
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207DOUBLETALK DRIVER
1208P: James R. Van Zandt
1209M: jrv@vanzandt.mv.com
1210L: blinux-list@redhat.com
1211S: Maintained
1212
1213DRIVER CORE, KOBJECTS, AND SYSFS
1214P: Greg Kroah-Hartman
1215M: gregkh@suse.de
1216L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001217T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218S: Supported
1219
1220DRM DRIVERS
1221P: David Airlie
1222M: airlied@linux.ie
1223L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001224T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225S: Maintained
1226
1227DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001228P: Francois Romieu
1229M: romieu@fr.zoreil.com
1230L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231S: Maintained
1232
1233DVB SUBSYSTEM AND DRIVERS
1234P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001235M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001237W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001238T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001239S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240
1241EATA-DMA SCSI DRIVER
1242P: Michael Neuffer
1243L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1244S: Maintained
1245
1246EATA ISA/EISA/PCI SCSI DRIVER
1247P: Dario Ballabio
1248M: ballabio_dario@emc.com
1249L: linux-scsi@vger.kernel.org
1250S: Maintained
1251
1252EATA-PIO SCSI DRIVER
1253P: Michael Neuffer
1254M: mike@i-Connect.Net
1255L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1256S: Maintained
1257
1258EBTABLES
1259P: Bart De Schuymer
1260M: bart.de.schuymer@pandora.be
1261L: ebtables-user@lists.sourceforge.net
1262L: ebtables-devel@lists.sourceforge.net
1263W: http://ebtables.sourceforge.net/
1264S: Maintained
1265
Michael Halcrow237fead2006-10-04 02:16:22 -07001266ECRYPT FILE SYSTEM
1267P: Mike Halcrow, Phillip Hellewell
1268M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1269L: ecryptfs-devel@lists.sourceforge.net
1270W: http://ecryptfs.sourceforge.net/
1271S: Supported
1272
Alan Coxda9bb1d2006-01-18 17:44:13 -08001273EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001274P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001275M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001276L: bluesmoke-devel@lists.sourceforge.net
1277W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001278S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001279
1280EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001281P: Mark Gross
1282M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001283L: bluesmoke-devel@lists.sourceforge.net
1284W: bluesmoke.sourceforge.net
1285S: Maintained
1286
1287EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001288P: Doug Thompson
1289M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001290L: bluesmoke-devel@lists.sourceforge.net
1291W: bluesmoke.sourceforge.net
1292S: Maintained
1293
1294EDAC-R82600
1295P: Tim Small
1296M: tim@buttersideup.com
1297L: bluesmoke-devel@lists.sourceforge.net
1298W: bluesmoke.sourceforge.net
1299S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001300
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301EEPRO100 NETWORK DRIVER
1302P: Andrey V. Savochkin
1303M: saw@saw.sw.com.sg
1304S: Maintained
1305
Josh Triplett0bee8d22006-07-30 03:03:58 -07001306EFS FILESYSTEM
1307W: http://aeschi.ch.eu.org/efs/
1308S: Orphan
1309
Heiko J Schickfab97222006-09-22 15:22:22 -07001310EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1311P: Hoang-Nam Nguyen
1312M: hnguyen@de.ibm.com
1313P: Christoph Raisch
1314M: raisch@de.ibm.com
1315L: openib-general@openib.org
1316S: Supported
1317
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318EMU10K1 SOUND DRIVER
1319P: James Courtier-Dutton
1320M: James@superbug.demon.co.uk
1321L: emu10k1-devel@lists.sourceforge.net
1322W: http://sourceforge.net/projects/emu10k1/
1323S: Maintained
1324
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001325EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001326P: James Smart
1327M: james.smart@emulex.com
1328L: linux-scsi@vger.kernel.org
1329W: http://sourceforge.net/projects/lpfcxxxx
1330S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001331
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332EPSON 1355 FRAMEBUFFER DRIVER
1333P: Christopher Hoover
1334M: ch@murgatroid.com, ch@hpl.hp.com
1335S: Maintained
1336
1337ETHEREXPRESS-16 NETWORK DRIVER
1338P: Philip Blundell
1339M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001340L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341S: Maintained
1342
1343ETHERNET BRIDGE
1344P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001345M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001346L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347W: http://bridge.sourceforge.net/
1348S: Maintained
1349
1350ETHERTEAM 16I DRIVER
1351P: Mika Kuoppala
1352M: miku@iki.fi
1353S: Maintained
1354
1355EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001356L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357S: Maintained
1358
1359EXT3 FILE SYSTEM
1360P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001361M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001362L: linux-ext4@vger.kernel.org
1363S: Maintained
1364
1365EXT4 FILE SYSTEM
1366P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001367M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001368L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369S: Maintained
1370
Jean Delvaree53004e2006-01-09 23:26:14 +01001371F71805F HARDWARE MONITORING DRIVER
1372P: Jean Delvare
1373M: khali@linux-fr.org
1374L: lm-sensors@lm-sensors.org
1375S: Maintained
1376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377FARSYNC SYNCHRONOUS DRIVER
1378P: Kevin Curtis
1379M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380W: http://www.farsite.co.uk/
1381S: Supported
1382
Akinobu Mitac5408b82007-04-23 14:41:20 -07001383FAULT INJECTION SUPPORT
1384P: Akinobu Mita
1385M: akinobu.mita@gmail.com
1386S: Supported
1387
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388FRAMEBUFFER LAYER
1389P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001390M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001391L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392W: http://linux-fbdev.sourceforge.net/
1393S: Maintained
1394
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001395FREESCALE SOC FS_ENET DRIVER
1396P: Pantelis Antoniou
1397M: pantelis.antoniou@gmail.com
1398P: Vitaly Bordug
1399M: vbordug@ru.mvista.com
1400L: linuxppc-embedded@ozlabs.org
1401L: netdev@vger.kernel.org
1402S: Maintained
1403
Li Yanga7205b32007-04-23 10:38:18 -07001404FREESCALE HIGHSPEED USB DEVICE DRIVER
1405P: Li Yang
1406M: leoli@freescale.com
1407L: linux-usb-devel@lists.sourceforge.net
1408L: linuxppc-embedded@ozlabs.org
1409S: Maintained
1410
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411FILE LOCKING (flock() and fcntl()/lockf())
1412P: Matthew Wilcox
1413M: matthew@wil.cx
1414L: linux-fsdevel@vger.kernel.org
1415S: Maintained
1416
1417FILESYSTEMS (VFS and infrastructure)
1418P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001419M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420S: Maintained
1421
1422FIRMWARE LOADER (request_firmware)
1423L: linux-kernel@vger.kernel.org
1424S: Orphan
1425
1426FPU EMULATOR
1427P: Bill Metzenthen
1428M: billm@suburbia.net
1429W: http://suburbia.net/~billm/floating-point/emulator/
1430S: Maintained
1431
1432FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1433P: Mike McLagan
1434M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001435L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436S: Maintained
1437
1438FREEVXFS FILESYSTEM
1439P: Christoph Hellwig
1440M: hch@infradead.org
1441W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1442S: Maintained
1443
David Howells5ab7ffe2007-04-10 15:10:45 +01001444FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445P: David Howells
1446M: dhowells@redhat.com
1447S: Maintained
1448
Miklos Szeredi04578f12005-09-09 13:10:22 -07001449FUSE: FILESYSTEM IN USERSPACE
1450P: Miklos Szeredi
1451M: miklos@szeredi.hu
1452L: fuse-devel@lists.sourceforge.net
1453W: http://fuse.sourceforge.net/
1454S: Maintained
1455
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1457P: Rik Faith
1458M: faith@cs.unc.edu
1459L: linux-scsi@vger.kernel.org
1460S: Odd fixes (e.g., new signatures)
1461
1462GDT SCSI DISK ARRAY CONTROLLER DRIVER
1463P: Achim Leubner
1464M: achim_leubner@adaptec.com
1465L: linux-scsi@vger.kernel.org
1466W: http://www.icp-vortex.com/
1467S: Supported
1468
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001469GENERIC GPIO I2C DRIVER
1470P: Haavard Skinnemoen
1471M: hskinnemoen@atmel.com
1472S: Supported
1473
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1475P: Krzysztof Halasa
1476M: khc@pm.waw.pl
1477W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1478S: Maintained
1479
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001480GFS2 FILE SYSTEM
1481P: Steven Whitehouse
1482M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001483L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001484W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001485T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1486T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001487S: Supported
1488
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001489GIGASET ISDN DRIVERS
1490P: Hansjoerg Lipp
1491M: hjlipp@web.de
1492P: Tilman Schmidt
1493M: tilman@imap.cc
1494L: gigaset307x-common@lists.sourceforge.net
1495W: http://gigaset307x.sourceforge.net/
1496S: Maintained
1497
Jean Delvare5b543962005-08-15 19:51:02 +02001498HARDWARE MONITORING
1499P: Jean Delvare
1500M: khali@linux-fr.org
1501L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001502W: http://www.lm-sensors.org/
1503T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001504S: Maintained
1505
Michael Buesch844dd052006-06-26 00:24:59 -07001506HARDWARE RANDOM NUMBER GENERATOR CORE
1507P: Michael Buesch
1508M: mb@bu3sch.de
1509S: Maintained
1510
Robert Love860e1d62005-08-31 23:57:59 -04001511HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1512P: Robert Love
1513M: rlove@rlove.org
1514M: linux-kernel@vger.kernel.org
1515W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1516S: Maintained
1517
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518HARMONY SOUND DRIVER
1519P: Kyle McMartin
1520M: kyle@parisc-linux.org
1521W: http://www.parisc-linux.org/~kyle/harmony/
1522L: parisc-linux@lists.parisc-linux.org
1523S: Maintained
1524
1525HAYES ESP SERIAL DRIVER
1526P: Andrew J. Robinson
1527M: arobinso@nyx.net
1528L: linux-kernel@vger.kernel.org
1529W: http://www.nyx.net/~arobinso
1530S: Maintained
1531
1532HFS FILESYSTEM
1533P: Roman Zippel
1534M: zippel@linux-m68k.org
1535L: linux-kernel@vger.kernel.org
1536S: Maintained
1537
1538HGA FRAMEBUFFER DRIVER
1539P: Ferenc Bakonyi
1540M: fero@drama.obuda.kando.hu
1541L: linux-nvidia@lists.surfsouth.com
1542W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1543S: Maintained
1544
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001545HID CORE LAYER
1546P: Jiri Kosina
1547M: jkosina@suse.cz
1548L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001549T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001550S: Maintained
1551
Ingo Molnar38bed542007-02-22 09:09:34 +01001552HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1553P: Thomas Gleixner
1554M: tglx@linutronix.de
1555L: linux-kernel@vger.kernel.org
1556S: Maintained
1557
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558HIGH-SPEED SCC DRIVER FOR AX.25
1559P: Klaus Kudielka
1560M: klaus.kudielka@ieee.org
1561L: linux-hams@vger.kernel.org
1562W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1563S: Maintained
1564
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001565HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1566P: HighPoint Linux Team
1567M: linux@highpoint-tech.com
1568W: http://www.highpoint-tech.com
1569S: Supported
1570
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571HIPPI
1572P: Jes Sorensen
1573M: jes@trained-monkey.org
1574L: linux-hippi@sunsite.dk
1575S: Maintained
1576
1577HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1578P: Chirag Kantharia
1579M: chirag.kantharia@hp.com
1580L: iss_storagedev@hp.com
1581S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001582
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583HEWLETT-PACKARD SMART2 RAID DRIVER
1584P: Chirag Kantharia
1585M: chirag.kantharia@hp.com
1586L: iss_storagedev@hp.com
1587S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001588
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1590P: Mike Miller
1591M: mike.miller@hp.com
1592L: iss_storagedev@hp.com
1593S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001594
Jouni Malinenff1d2762005-05-12 22:54:16 -04001595HOST AP DRIVER
1596P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001597M: j@w1.fi
1598L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001599L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001600W: http://hostap.epitest.fi/
1601S: Maintained
1602
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1604P: Jaroslav Kysela
1605M: perex@suse.cz
1606S: Maintained
1607
Bob Piccob9b03322005-11-07 00:59:19 -08001608HPET: High Precision Event Timers driver (hpet.c)
1609P: Clemens Ladisch
1610M: clemens@ladisch.de
1611S: Maintained
1612
1613HPET: i386
1614P: Venkatesh Pallipadi (Venki)
1615M: venkatesh.pallipadi@intel.com
1616S: Maintained
1617
1618HPET: x86_64
1619P: Andi Kleen and Vojtech Pavlik
1620M: ak@muc.de and vojtech@suse.cz
1621S: Maintained
1622
1623HPET: ACPI hpet.c
1624P: Bob Picco
1625M: bob.picco@hp.com
1626S: Maintained
1627
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628HPFS FILESYSTEM
1629P: Mikulas Patocka
1630M: mikulas@artax.karlin.mff.cuni.cz
1631W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1632S: Maintained
1633
1634HUGETLB FILESYSTEM
1635P: William Irwin
1636M: wli@holomorphy.com
1637S: Maintained
1638
Jean Delvare5b543962005-08-15 19:51:02 +02001639I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640P: Jean Delvare
1641M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001642L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001643T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644S: Maintained
1645
Till Harbaume8c76ee2007-05-01 23:26:35 +02001646I2C-TINY-USB DRIVER
1647P: Till Harbaum
1648M: till@harbaum.org
1649L: i2c@lm-sensors.org
1650T: http://www.harbaum.org/till/i2c_tiny_usb
1651S: Maintained
1652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653i386 BOOT CODE
1654P: Riley H. Williams
1655M: Riley@Williams.Name
1656L: Linux-Kernel@vger.kernel.org
1657S: Maintained
1658
1659i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1660P: Dave Jones
1661M: davej@codemonkey.org.uk
1662P: H. Peter Anvin
1663M: hpa@zytor.com
1664S: Maintained
1665
1666i810 TCO TIMER WATCHDOG
1667P: Nils Faerber
1668M: nils@kernelconcepts.de
1669W: http://www.kernelconcepts.de/
1670S: Maintained
1671
1672IA64 (Itanium) PLATFORM
1673P: Tony Luck
1674M: tony.luck@intel.com
1675L: linux-ia64@vger.kernel.org
1676W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001677T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678S: Maintained
1679
1680SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001681P: Jes Sorensen
1682M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683L: linux-altix@sgi.com
1684L: linux-ia64@vger.kernel.org
1685W: http://www.sgi.com/altix
1686S: Maintained
1687
1688IBM MCA SCSI SUBSYSTEM DRIVER
1689P: Michael Lang
1690M: langa2@kph.uni-mainz.de
1691W: http://www.uni-mainz.de/~langm000/linux.html
1692S: Maintained
1693
1694IBM Power Linux RAID adapter
1695P: Brian King
1696M: brking@us.ibm.com
1697S: Supported
1698
1699IBM ServeRAID RAID DRIVER
1700P: Jack Hammer
1701P: Dave Jeffery
1702M: ipslinux@adaptec.com
1703W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001704S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001706IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001708M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001710T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711S: Maintained
1712
1713IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001714P: Alan Cox
1715M: alan@lxorguk.ukuu.org.uk
1716L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717S: Maintained
1718
1719IDE/ATAPI FLOPPY DRIVERS
1720P: Paul Bristow
1721M: Paul Bristow <paul@paulbristow.net>
1722W: http://paulbristow.net/linux/idefloppy.html
1723L: linux-kernel@vger.kernel.org
1724S: Maintained
1725
1726IDE/ATAPI TAPE DRIVERS
1727P: Gadi Oxman
1728M: Gadi Oxman <gadio@netvision.net.il>
1729L: linux-kernel@vger.kernel.org
1730S: Maintained
1731
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732IEEE 1394 SUBSYSTEM
1733P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001734M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001735P: Stefan Richter
1736M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737L: linux1394-devel@lists.sourceforge.net
1738W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001739T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740S: Maintained
1741
Stefan Richterf51a5a92007-04-23 14:41:10 -07001742IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743P: Dan Dennedy
1744M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001745P: Stefan Richter
1746M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001748S: Maintained
1749
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750IMS TWINTURBO FRAMEBUFFER DRIVER
1751P: Paul Mundt
1752M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001753L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754S: Maintained
1755
1756INFINIBAND SUBSYSTEM
1757P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001758M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759P: Sean Hefty
1760M: mshefty@ichips.intel.com
1761P: Hal Rosenstock
1762M: halr@voltaire.com
1763L: openib-general@openib.org
1764W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001765T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766S: Supported
1767
1768INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001769P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001770M: dmitry.torokhov@gmail.com
1771M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772L: linux-input@atrey.karlin.mff.cuni.cz
1773L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001774T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775S: Maintained
1776
Robert Lovec9f04f52005-07-15 12:21:07 -04001777INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001778P: John McCutchan
1779M: ttb@tentacle.dhs.org
1780P: Robert Love
1781M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001782L: linux-kernel@vger.kernel.org
1783S: Maintained
1784
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001785INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001786P: Sylvain Meyer
1787M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001788L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001789S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001790
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001792P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001793M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001794L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001795S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796
1797INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1798P: Ingo Molnar
1799M: mingo@redhat.com
1800S: Maintained
1801
1802INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1803P: Jeff Garzik
1804M: jgarzik@pobox.com
1805W: http://sourceforge.net/projects/gkernel/
1806S: Maintained
1807
1808INTEL IA32 MICROCODE UPDATE SUPPORT
1809P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001810M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811S: Maintained
1812
Michael Buesch844dd052006-06-26 00:24:59 -07001813INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1814P: Deepak Saxena
1815M: dsaxena@plexity.net
1816S: Maintained
1817
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001818INTEL IXP2000 ETHERNET DRIVER
1819P: Lennert Buytenhek
1820M: kernel@wantstofly.org
1821L: netdev@vger.kernel.org
1822S: Maintained
1823
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824INTEL PRO/100 ETHERNET SUPPORT
1825P: John Ronciak
1826M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827P: Jesse Brandeburg
1828M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001829P: Jeff Kirsher
1830M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001831P: Auke Kok
1832M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001833L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834W: http://sourceforge.net/projects/e1000/
1835S: Supported
1836
1837INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1838P: Jeb Cramer
1839M: cramerj@intel.com
1840P: John Ronciak
1841M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001842P: Jesse Brandeburg
1843M: jesse.brandeburg@intel.com
1844P: Jeff Kirsher
1845M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001846P: Auke Kok
1847M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001848L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849W: http://sourceforge.net/projects/e1000/
1850S: Supported
1851
1852INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001853P: Jeff Kirsher
1854M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855P: Ayyappan Veeraiyan
1856M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857P: John Ronciak
1858M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001859P: Jesse Brandeburg
1860M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001861P: Auke Kok
1862M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08001863L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864W: http://sourceforge.net/projects/e1000/
1865S: Supported
1866
James Ketrenos826d2ab2005-11-07 18:56:59 -06001867INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1868P: Yi Zhu
1869M: yi.zhu@intel.com
1870P: James Ketrenos
1871M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001872L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001873L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001874L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1875W: http://ipw2100.sourceforge.net
1876S: Supported
1877
1878INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1879P: Yi Zhu
1880M: yi.zhu@intel.com
1881P: James Ketrenos
1882M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07001883L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07001884L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001885L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1886W: http://ipw2200.sourceforge.net
1887S: Supported
1888
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889IOC3 DRIVER
1890P: Ralf Baechle
1891M: ralf@linux-mips.org
1892L: linux-mips@linux-mips.org
1893S: Maintained
1894
1895IP MASQUERADING:
1896P: Juanjo Ciarlante
1897M: jjciarla@raiz.uncu.edu.ar
1898S: Maintained
1899
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001900IPATH DRIVER:
1901P: Bryan O'Sullivan
1902M: support@pathscale.com
1903L: openib-general@openib.org
1904S: Supported
1905
Corey Minyard4409ebe2006-04-20 02:43:12 -07001906IPMI SUBSYSTEM
1907P: Corey Minyard
1908M: minyard@acm.org
1909L: openipmi-developer@lists.sourceforge.net
1910W: http://openipmi.sourceforge.net/
1911S: Supported
1912
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913IPX NETWORK LAYER
1914P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001915M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001916L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917S: Maintained
1918
1919IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001920P: Samuel Ortiz
1921M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001922L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001924S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925
1926ISAPNP
1927P: Jaroslav Kysela
1928M: perex@suse.cz
1929S: Maintained
1930
1931ISDN SUBSYSTEM
1932P: Karsten Keil
1933M: kkeil@suse.de
1934P: Kai Germaschewski
1935M: kai.germaschewski@gmx.de
1936L: isdn4linux@listserv.isdn4linux.de
1937W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001938T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939S: Maintained
1940
1941ISDN SUBSYSTEM (Eicon active card driver)
1942P: Armin Schindler
1943M: mac@melware.de
1944L: isdn4linux@listserv.isdn4linux.de
1945W: http://www.melware.de
1946S: Maintained
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1949P: David Woodhouse
1950M: dwmw2@infradead.org
1951L: jffs-dev@axis.com
1952W: http://sources.redhat.com/jffs2/
1953S: Maintained
1954
1955JFS FILESYSTEM
1956P: Dave Kleikamp
1957M: shaggy@austin.ibm.com
1958L: jfs-discussion@lists.sourceforge.net
1959W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001960T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961S: Supported
1962
Josh Triplettde456d32006-07-30 03:04:00 -07001963JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001964P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001965M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001966L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001967S: Maintained
1968
Rudolf Marek4660cb32006-10-08 22:01:26 +02001969K8TEMP HARDWARE MONITORING DRIVER
1970P: Rudolf Marek
1971M: r.marek@assembler.cz
1972L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973S: Maintained
1974
1975KCONFIG
1976P: Roman Zippel
1977M: zippel@linux-m68k.org
1978L: kbuild-devel@lists.sourceforge.net
1979S: Maintained
1980
Vivek Goyalea6c2082006-05-20 14:59:55 -07001981KDUMP
1982P: Vivek Goyal
1983M: vgoyal@in.ibm.com
1984P: Haren Myneni
1985M: hbabu@us.ibm.com
David Brownellf318a632007-04-23 14:41:06 -07001986L: fastboot@lists.linux-foundation.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07001987L: linux-kernel@vger.kernel.org
1988W: http://lse.sourceforge.net/kdump/
1989S: Maintained
1990
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991KERNEL AUTOMOUNTER (AUTOFS)
1992P: H. Peter Anvin
1993M: hpa@zytor.com
1994L: autofs@linux.kernel.org
1995S: Odd Fixes
1996
1997KERNEL AUTOMOUNTER v4 (AUTOFS4)
1998P: Ian Kent
1999M: raven@themaw.net
2000L: autofs@linux.kernel.org
2001S: Maintained
2002
2003KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2004P: Kai Germaschewski
2005M: kai@germaschewski.name
2006P: Sam Ravnborg
2007M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002008T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002009S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010
2011KERNEL JANITORS
2012P: Several
David Brownellf318a632007-04-23 14:41:06 -07002013L: kernel-janitors@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015S: Maintained
2016
2017KERNEL NFSD
2018P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002019M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020L: nfs@lists.sourceforge.net
2021W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002022S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023
Avi Kivity426d62e2006-12-13 00:34:03 -08002024KERNEL VIRTUAL MACHINE (KVM)
2025P: Avi Kivity
2026M: avi@qumranet.com
2027L: kvm-devel@lists.sourceforge.net
2028W: kvm.sourceforge.net
2029S: Supported
2030
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002031KEXEC
2032P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002033M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002034W: http://www.xmission.com/~ebiederm/files/kexec/
2035L: linux-kernel@vger.kernel.org
David Brownellf318a632007-04-23 14:41:06 -07002036L: fastboot@lists.linux-foundation.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002037S: Maintained
2038
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002039KPROBES
2040P: Prasanna S Panchamukhi
2041M: prasanna@in.ibm.com
2042P: Ananth N Mavinakayanahalli
2043M: ananth@in.ibm.com
2044P: Anil S Keshavamurthy
2045M: anil.s.keshavamurthy@intel.com
2046P: David S. Miller
2047M: davem@davemloft.net
2048L: linux-kernel@vger.kernel.org
2049S: Maintained
2050
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002051KS0108 LCD CONTROLLER DRIVER
2052P: Miguel Ojeda Sandonis
2053M: maxextreme@gmail.com
2054L: linux-kernel@vger.kernel.org
2055S: Maintained
2056
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002059S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060
2061LASI 53c700 driver for PARISC
2062P: James E.J. Bottomley
2063M: James.Bottomley@HansenPartnership.com
2064L: linux-scsi@vger.kernel.org
2065S: Maintained
2066
Richard Purdie263de9b2006-05-15 09:44:16 -07002067LED SUBSYSTEM
2068P: Richard Purdie
2069M: rpurdie@rpsys.net
2070S: Maintained
2071
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072LEGO USB Tower driver
2073P: Juergen Stuber
2074M: starblue@users.sourceforge.net
2075L: legousb-devel@lists.sourceforge.net
2076W: http://legousb.sourceforge.net/
2077S: Maintained
2078
2079LINUX FOR IBM pSERIES (RS/6000)
2080P: Paul Mackerras
2081M: paulus@au.ibm.com
2082W: http://www.ibm.com/linux/ltc/projects/ppc
2083S: Supported
2084
2085LINUX FOR NCR VOYAGER
2086P: James Bottomley
2087M: James.Bottomley@HansenPartnership.com
2088W: http://www.hansenpartnership.com/voyager
2089S: Maintained
2090
2091LINUX FOR POWERPC
2092P: Paul Mackerras
2093M: paulus@samba.org
2094W: http://www.penguinppc.org/
2095L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002096T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097S: Supported
2098
2099LINUX FOR POWER MACINTOSH
2100P: Benjamin Herrenschmidt
2101M: benh@kernel.crashing.org
2102W: http://www.penguinppc.org/
2103L: linuxppc-dev@ozlabs.org
2104S: Maintained
2105
2106LINUX FOR POWERPC EMBEDDED MPC52XX
2107P: Sylvain Munaut
2108M: tnt@246tNt.com
2109W: http://www.246tNt.com/mpc52xx/
2110W: http://www.penguinppc.org/
2111L: linuxppc-dev@ozlabs.org
2112L: linuxppc-embedded@ozlabs.org
2113S: Maintained
2114
2115LINUX FOR POWERPC EMBEDDED PPC4XX
2116P: Matt Porter
2117M: mporter@kernel.crashing.org
2118W: http://www.penguinppc.org/
2119L: linuxppc-embedded@ozlabs.org
2120S: Maintained
2121
Tom Rinie93adf12005-07-26 12:49:53 -07002122LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123P: Tom Rini
2124M: trini@kernel.crashing.org
2125W: http://www.penguinppc.org/
2126L: linuxppc-embedded@ozlabs.org
2127S: Maintained
2128
Tom Rinie93adf12005-07-26 12:49:53 -07002129LINUX FOR POWERPC EMBEDDED PPC8XX
2130P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002131M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002132W: http://www.penguinppc.org/
2133L: linuxppc-embedded@ozlabs.org
2134S: Maintained
2135
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002137P: Kumar Gala
2138M: galak@kernel.crashing.org
2139W: http://www.penguinppc.org/
2140L: linuxppc-embedded@ozlabs.org
2141S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142
Olof Johanssonab06ff32006-09-06 14:44:54 -05002143LINUX FOR POWERPC PA SEMI PWRFICIENT
2144P: Olof Johansson
2145M: olof@lixom.net
2146W: http://www.pasemi.com/
2147L: linuxppc-dev@ozlabs.org
2148S: Supported
2149
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150LLC (802.2)
2151P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002152M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Maintained
2154
2155LINUX FOR 64BIT POWERPC
2156P: Paul Mackerras
2157M: paulus@samba.org
2158M: paulus@au.ibm.com
2159P: Anton Blanchard
2160M: anton@samba.org
2161M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002162W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002163L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164S: Supported
2165
2166LINUX SECURITY MODULE (LSM) FRAMEWORK
2167P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002168M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002169L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002171T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172S: Supported
2173
2174LM83 HARDWARE MONITOR DRIVER
2175P: Jean Delvare
2176M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002177L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178S: Maintained
2179
2180LM90 HARDWARE MONITOR DRIVER
2181P: Jean Delvare
2182M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002183L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184S: Maintained
2185
2186LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2187P: Richard Russon (FlatCap)
2188M: ldm@flatcap.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002189L: ldm-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190W: http://ldm.sourceforge.net
2191S: Maintained
2192
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002193LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2194P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002195M: Eric.Moore@lsi.com
2196M: support@lsi.com
2197L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002198L: linux-scsi@vger.kernel.org
2199W: http://www.lsilogic.com/support
2200S: Supported
2201
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2203P: Matthew Wilcox
2204M: matthew@wil.cx
2205L: linux-scsi@vger.kernel.org
2206S: Maintained
2207
2208M68K ARCHITECTURE
2209P: Geert Uytterhoeven
2210M: geert@linux-m68k.org
2211P: Roman Zippel
2212M: zippel@linux-m68k.org
2213L: linux-m68k@lists.linux-m68k.org
2214W: http://www.linux-m68k.org/
2215W: http://linux-m68k-cvs.ubb.ca/
2216S: Maintained
2217
2218M68K ON APPLE MACINTOSH
2219P: Joshua Thompson
2220M: funaho@jurai.org
2221W: http://www.mac.linux-m68k.org/
2222L: linux-mac68k@mac.linux-m68k.org
2223S: Maintained
2224
2225M68K ON HP9000/300
2226P: Philip Blundell
2227M: philb@gnu.org
2228W: http://www.tazenda.demon.co.uk/phil/linux-hp
2229S: Maintained
2230
Jiri Benc64a327a2007-05-05 11:47:08 -07002231MAC80211
2232P: Jiri Benc
2233M: jbenc@suse.cz
2234P: Michael Wu
2235M: flamingice@sourmilk.net
2236L: linux-wireless@vger.kernel.org
2237W: http://linuxwireless.org/
2238T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2239S: Maintained
2240
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241MARVELL YUKON / SYSKONNECT DRIVER
2242P: Mirko Lindner
2243M: mlindner@syskonnect.de
2244P: Ralph Roesler
2245M: rroesler@syskonnect.de
2246W: http://www.syskonnect.com
2247S: Supported
2248
Michael Kerriskfaf16682005-07-31 22:34:47 -07002249MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002250P: Michael Kerrisk
2251M: mtk-manpages@gmx.net
2252W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2253S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002254
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002255MARVELL MV643XX ETHERNET DRIVER
2256P: Dale Farnsworth
2257M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002259M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002260L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002261S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262
2263MATROX FRAMEBUFFER DRIVER
2264P: Petr Vandrovec
2265M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002266L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267S: Maintained
2268
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002269MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002270P: Neela Syam Kolli
2271M: Neela.Kolli@engenio.com
2272S: linux-scsi@vger.kernel.org
2273W: http://megaraid.lsilogic.com
2274S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002275
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002276MEMORY MANAGEMENT
2277L: linux-mm@kvack.org
2278L: linux-kernel@vger.kernel.org
2279W: http://www.linux-mm.org
2280S: Maintained
2281
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002282MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283P: David Woodhouse
2284M: dwmw2@infradead.org
2285W: http://www.linux-mtd.infradead.org/
2286L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002287T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288S: Maintained
2289
Artem Bityutskiy48576402007-02-13 17:11:10 +02002290UNSORTED BLOCK IMAGES (UBI)
2291P: Artem Bityutskiy
2292M: dedekind@infradead.org
2293W: http://www.linux-mtd.infradead.org/
2294L: linux-mtd@lists.infradead.org
2295T: git git://git.infradead.org/ubi-2.6.git
2296S: Maintained
2297
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298MICROTEK X6 SCANNER
2299P: Oliver Neukum
2300M: oliver@neukum.name
2301S: Maintained
2302
2303MIPS
2304P: Ralf Baechle
2305M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002306W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002308T: git www.linux-mips.org:/pub/scm/linux.git
2309S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310
2311MISCELLANEOUS MCA-SUPPORT
2312P: James Bottomley
2313M: jejb@steeleye.com
2314L: linux-kernel@vger.kernel.org
2315S: Maintained
2316
2317MODULE SUPPORT
2318P: Rusty Russell
2319M: rusty@rustcorp.com.au
2320L: linux-kernel@vger.kernel.org
2321S: Maintained
2322
2323MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2324P: Stelian Pop
2325M: stelian@popies.net
2326W: http://popies.net/meye/
2327S: Maintained
2328
2329MOUSE AND MISC DEVICES [GENERAL]
2330P: Alessandro Rubini
2331M: rubini@ipvvis.unipv.it
2332L: linux-kernel@vger.kernel.org
2333S: Maintained
2334
Jiri Slabyd7354102006-12-08 02:38:35 -08002335MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2336P: Jiri Slaby
2337M: jirislaby@gmail.com
2338L: linux-kernel@vger.kernel.org
2339S: Maintained
2340
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002341MSI LAPTOP SUPPORT
2342P: Lennart Poettering
2343M: mzxreary@0pointer.de
2344L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2345W: http://0pointer.de/lennart/tchibo.html
2346S: Maintained
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348MTRR AND SIMILAR SUPPORT [i386]
2349P: Richard Gooch
2350M: rgooch@atnf.csiro.au
2351L: linux-kernel@vger.kernel.org
2352W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2353S: Maintained
2354
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002355MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2356P: Pierre Ossman
2357M: drzeus-mmc@drzeus.cx
2358L: linux-kernel@vger.kernel.org
2359S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002360
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361MULTISOUND SOUND DRIVER
2362P: Andrew Veliath
2363M: andrewtv@usa.net
2364S: Maintained
2365
Jiri Slabyd7354102006-12-08 02:38:35 -08002366MULTITECH MULTIPORT CARD (ISICOM)
2367P: Jiri Slaby
2368M: jirislaby@gmail.com
2369L: linux-kernel@vger.kernel.org
2370S: Maintained
2371
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372NATSEMI ETHERNET DRIVER (DP8381x)
2373P: Tim Hockin
2374M: thockin@hockin.org
2375S: Maintained
2376
2377NCP FILESYSTEM
2378P: Petr Vandrovec
2379M: vandrove@vc.cvut.cz
2380L: linware@sh.cvut.cz
2381S: Maintained
2382
2383NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2384P: James E.J. Bottomley
2385M: James.Bottomley@HansenPartnership.com
2386L: linux-scsi@vger.kernel.org
2387S: Maintained
2388
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002389NETEM NETWORK EMULATOR
2390P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002391M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002392L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002393S: Maintained
2394
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395NETFILTER/IPTABLES/IPCHAINS
2396P: Rusty Russell
2397P: Marc Boucher
2398P: James Morris
2399P: Harald Welte
2400P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002401P: Patrick McHardy
2402M: kaber@trash.net
2403L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002404L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002405L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406W: http://www.netfilter.org/
2407W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408S: Supported
2409
Paul Moore4cc67732006-09-25 15:57:13 -07002410NETLABEL
2411P: Paul Moore
2412M: paul.moore@hp.com
2413W: http://netlabel.sf.net
2414L: netdev@vger.kernel.org
2415S: Supported
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417NETROM NETWORK LAYER
2418P: Ralf Baechle
2419M: ralf@linux-mips.org
2420L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002421W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422S: Maintained
2423
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002424NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425P: Paul Clements
2426M: Paul.Clements@steeleye.com
2427S: Maintained
2428
2429NETWORK DEVICE DRIVERS
2430P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002431M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432P: Jeff Garzik
2433M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002434L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002435T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436S: Maintained
2437
2438NETWORKING [GENERAL]
2439P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002440M: netdev@vger.kernel.org
2441L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002442W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443S: Maintained
2444
2445NETWORKING [IPv4/IPv6]
2446P: David S. Miller
2447M: davem@davemloft.net
2448P: Alexey Kuznetsov
2449M: kuznet@ms2.inr.ac.ru
2450P: Pekka Savola (ipv6)
2451M: pekkas@netcore.fi
2452P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002453M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454P: Hideaki YOSHIFUJI
2455M: yoshfuji@linux-ipv6.org
2456P: Patrick McHardy
2457M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002458L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002459T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460S: Maintained
2461
John W. Linville29f8f632006-01-18 14:52:48 -08002462NETWORKING [WIRELESS]
2463P: John W. Linville
2464M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002465L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002466T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2467S: Maintained
2468
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002469NETXEN (1/10) GbE SUPPORT
2470P: Amit S. Kale
2471M: amitkale@netxen.com
2472L: netdev@vger.kernel.org
2473W: http://www.netxen.com
2474S: Supported
2475
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476IPVS
2477P: Wensong Zhang
2478M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002479P: Simon Horman
2480M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481P: Julian Anastasov
2482M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002483L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484S: Maintained
2485
2486NFS CLIENT
2487P: Trond Myklebust
2488M: trond.myklebust@fys.uio.no
2489L: linux-kernel@vger.kernel.org
2490S: Maintained
2491
2492NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002493P: Jan-Pascal van Best
2494M: janpascal@vanbest.org
2495P: Andreas Mohr
2496M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002497L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498S: Maintained
2499
2500NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2501P: YOKOTA Hiroshi
2502M: yokota@netlab.is.tsukuba.ac.jp
2503W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2504S: Maintained
2505
2506NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2507P: GOTO Masanori
2508M: gotom@debian.or.jp
2509P: YOKOTA Hiroshi
2510M: yokota@netlab.is.tsukuba.ac.jp
2511W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2512S: Maintained
2513
2514NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2515P: Eberhard Moenkeberg
2516M: emoenke@gwdg.de
2517L: linux-kernel@vger.kernel.org
2518S: Maintained
2519
2520NTFS FILESYSTEM
2521P: Anton Altaparmakov
2522M: aia21@cantab.net
2523L: linux-ntfs-dev@lists.sourceforge.net
2524L: linux-kernel@vger.kernel.org
2525W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002526T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527S: Maintained
2528
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002529NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002530P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002531M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002532L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002533S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534
Ramkrishna Vepa3ef34b82007-03-30 18:42:27 -07002535NETERION (S2IO) Xframe 10GbE DRIVER
2536P: Ramkrishna Vepa
2537M: ram.vepa@neterion.com
2538P: Rastapur Santosh
2539M: santosh.rastapur@neterion.com
2540P: Sivakumar Subramani
2541M: sivakumar.subramani@neterion.com
2542P: Sreenivasa Honnur
2543M: sreenivasa.honnur@neterion.com
2544L: netdev@vger.kernel.org
2545W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2546S: Supported
2547
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002548OPENCORES I2C BUS DRIVER
2549P: Peter Korsgaard
2550M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002551L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002552S: Maintained
2553
Mark Fashehccd979b2005-12-15 14:31:24 -08002554ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2555P: Mark Fasheh
2556M: mark.fasheh@oracle.com
2557P: Kurt Hackel
2558M: kurt.hackel@oracle.com
2559L: ocfs2-devel@oss.oracle.com
2560W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002561S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002562
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563OLYMPIC NETWORK DRIVER
2564P: Peter De Shrijver
2565M: p2@ace.ulyssis.student.kuleuven.ac.be
2566P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002567M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002568L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569L: linux-tr@linuxtr.net
2570W: http://www.linuxtr.net
2571S: Maintained
2572
Harald Weltec1986ee2005-11-13 16:06:29 -08002573OMNIKEY CARDMAN 4000 DRIVER
2574P: Harald Welte
2575M: laforge@gnumonks.org
2576S: Maintained
2577
Harald Welte77c44ab2005-11-13 16:06:26 -08002578OMNIKEY CARDMAN 4040 DRIVER
2579P: Harald Welte
2580M: laforge@gnumonks.org
2581S: Maintained
2582
Jonathan Corbet77d51402007-03-22 19:44:17 -03002583OMNIVISION OV7670 SENSOR DRIVER
2584P: Jonathan Corbet
2585M: corbet@lwn.net
2586L: video4linux-list@redhat.com
2587S: Maintained
2588
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589ONSTREAM SCSI TAPE DRIVER
2590P: Willem Riede
2591M: osst@riede.org
2592L: osst-users@lists.sourceforge.net
2593L: linux-scsi@vger.kernel.org
2594S: Maintained
2595
2596OPL3-SA2, SA3, and SAx DRIVER
2597P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002598M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599L: linux-sound@vger.kernel.org
2600S: Maintained
2601
2602OPROFILE
2603P: Philippe Elie
2604M: phil.el@wanadoo.fr
2605L: oprofile-list@lists.sf.net
2606S: Maintained
2607
2608ORINOCO DRIVER
2609P: Pavel Roskin
2610M: proski@gnu.org
2611P: David Gibson
2612M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002613L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002614L: orinoco-users@lists.sourceforge.net
2615L: orinoco-devel@lists.sourceforge.net
2616W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617S: Maintained
2618
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002619PA SEMI ETHERNET DRIVER
2620P: Olof Johansson
2621M: olof@lixom.net
2622L: netdev@vger.kernel.org
2623S: Maintained
2624
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002625PA SEMI SMBUS DRIVER
2626P: Olof Johansson
2627M: olof@lixom.net
2628L: i2c@lm-sensors.org
2629S: Maintained
2630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002633S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634
2635PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2636P: Tim Waugh
2637M: tim@cyberelk.net
2638L: linux-parport@lists.infradead.org
2639W: http://www.torque.net/linux-pp.html
2640S: Maintained
2641
2642PARISC ARCHITECTURE
2643P: Matthew Wilcox
2644M: matthew@wil.cx
2645P: Grant Grundler
2646M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002647P: Kyle McMartin
2648M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649L: parisc-linux@parisc-linux.org
2650W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002651T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2652T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653S: Maintained
2654
Jim Cromie1662d322006-10-06 00:43:59 -07002655PC87360 HARDWARE MONITORING DRIVER
2656P: Jim Cromie
2657M: jim.cromie@gmail.com
2658L: lm-sensors@lm-sensors.org
2659S: Maintained
2660
2661PC8736x GPIO DRIVER
2662P: Jim Cromie
2663M: jim.cromie@gmail.com
2664S: Maintained
2665
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002666PCI ERROR RECOVERY
2667P: Linas Vepstas
2668M: linas@austin.ibm.com
2669L: linux-kernel@vger.kernel.org
2670L: linux-pci@atrey.karlin.mff.cuni.cz
2671S: Supported
2672
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2674P: Thomas Sailer
2675M: sailer@ife.ee.ethz.ch
2676L: linux-sound@vger.kernel.org
2677W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2678S: Maintained
2679
2680PCI SUBSYSTEM
2681P: Greg Kroah-Hartman
2682M: gregkh@suse.de
2683L: linux-kernel@vger.kernel.org
2684L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002685T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686S: Supported
2687
2688PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002689P: Kristen Carlson Accardi
2690M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691S: Supported
2692
2693PCI HOTPLUG COMPAQ DRIVER
2694P: Greg Kroah-Hartman
2695M: greg@kroah.com
2696S: Maintained
2697
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002698PCIE HOTPLUG DRIVER
2699P: Kristen Carlson Accardi
2700M: kristen.c.accardi@intel.com
2701L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002702S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002703
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002705P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002706L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002708T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002709S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710
2711PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002712P: Don Fry
2713M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002714L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715S: Maintained
2716
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002717PER-TASK DELAY ACCOUNTING
2718P: Shailabh Nagar
2719M: nagar@watson.ibm.com
2720L: linux-kernel@vger.kernel.org
2721S: Maintained
2722
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002723PERSONALITY HANDLING
2724P: Christoph Hellwig
2725M: hch@infradead.org
2726L: linux-abi-devel@lists.sourceforge.net
2727S: Maintained
2728
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729PHRAM MTD DRIVER
2730P: Jörn Engel
2731M: joern@wh.fh-wedel.de
2732L: linux-mtd@lists.infradead.org
2733S: Maintained
2734
Peter Osterlund249a6772005-09-27 21:45:30 -07002735PKTCDVD DRIVER
2736P: Peter Osterlund
2737M: petero2@telia.com
2738L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002739S: Maintained
2740
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741POSIX CLOCKS and TIMERS
2742P: George Anzinger
2743M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002744L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745S: Supported
2746
Eugene Surovegin24682972005-10-14 03:00:53 -07002747POWERPC 4xx EMAC DRIVER
2748P: Eugene Surovegin
2749M: ebs@ebshome.net
2750W: http://kernel.ebshome.net/emac/
2751L: linuxppc-embedded@ozlabs.org
2752L: netdev@vger.kernel.org
2753S: Maintained
2754
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755PNP SUPPORT
2756P: Adam Belay
2757M: ambx1@neo.rr.com
2758S: Maintained
2759
Vitaly Wool999445d2007-01-04 13:07:03 +01002760PNXxxxx I2C DRIVER
2761P: Vitaly Wool
2762M: vitalywool@gmail.com
2763L: i2c@lm-sensors.org
2764S: Maintained
2765
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766PPP PROTOCOL DRIVERS AND COMPRESSORS
2767P: Paul Mackerras
2768M: paulus@samba.org
2769L: linux-ppp@vger.kernel.org
2770S: Maintained
2771
2772PPP OVER ATM (RFC 2364)
2773P: Mitchell Blank Jr
2774M: mitch@sfgoth.com
2775S: Maintained
2776
2777PPP OVER ETHERNET
2778P: Michal Ostrowski
2779M: mostrows@speakeasy.net
2780S: Maintained
2781
2782PREEMPTIBLE KERNEL
2783P: Robert Love
2784M: rml@tech9.net
2785L: linux-kernel@vger.kernel.org
2786L: kpreempt-tech@lists.sourceforge.net
2787W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2788S: Supported
2789
2790PRISM54 WIRELESS DRIVER
2791P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002792M: developers@islsm.org
Johannes Berg724c6b32007-04-23 12:18:20 -07002793L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794W: http://prism54.org
2795S: Maintained
2796
2797PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2798P: Peter Denison
2799M: promise@pnd-pc.demon.co.uk
2800W: http://www.pnd-pc.demon.co.uk/promise/
2801S: Maintained
2802
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002803PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2804P: Mikael Pettersson
2805M: mikpe@it.uu.se
2806L: linux-ide@vger.kernel.org
2807S: Maintained
2808
Geoff Levandf58a9d12006-11-23 00:46:51 +01002809PS3 PLATFORM SUPPORT
2810P: Geoff Levand
2811M: geoffrey.levand@am.sony.com
2812L: linuxppc-dev@ozlabs.org
2813L: cbe-oss-dev@ozlabs.org
2814S: Supported
2815
Michael Krufky83202042006-07-03 00:24:18 -07002816PVRUSB2 VIDEO4LINUX DRIVER
2817P: Mike Isely
2818M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002819L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002820L: video4linux-list@redhat.com
2821W: http://www.isely.net/pvrusb2/
2822S: Maintained
2823
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824PXA2xx SUPPORT
2825P: Nicolas Pitre
2826M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002827L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828S: Maintained
2829
2830QLOGIC QLA2XXX FC-SCSI DRIVER
2831P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002832M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833L: linux-scsi@vger.kernel.org
2834S: Supported
2835
Ron Mercer5a4faa82006-07-25 00:40:21 -07002836QLOGIC QLA3XXX NETWORK DRIVER
2837P: Ron Mercer
2838M: linux-driver@qlogic.com
2839L: netdev@vger.kernel.org
2840S: Supported
2841
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842QNX4 FILESYSTEM
2843P: Anders Larsen
2844M: al@alarsen.net
2845L: linux-kernel@vger.kernel.org
2846W: http://www.alarsen.net/linux/qnx4fs/
2847S: Maintained
2848
2849RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002850P: Benjamin Herrenschmidt
2851M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002852L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853S: Maintained
2854
2855RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002856P: Paul Mackerras
2857M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002858L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859S: Maintained
2860
2861RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2862P: Corey Thomas
2863M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002864L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865S: Maintained
2866
Matt Mackall9e95ce22005-04-16 15:25:56 -07002867RANDOM NUMBER DRIVER
2868P: Matt Mackall
2869M: mpm@selenic.com
2870S: Maintained
2871
Matt Porter394b7012005-11-07 01:00:15 -08002872RAPIDIO SUBSYSTEM
2873P: Matt Porter
2874M: mporter@kernel.crashing.org
2875L: linux-kernel@vger.kernel.org
2876S: Maintained
2877
Josh Triplett595182b2006-10-04 02:17:21 -07002878READ-COPY UPDATE (RCU)
2879P: Dipankar Sarma
2880M: dipankar@in.ibm.com
2881W: http://www.rdrop.com/users/paulmck/rclock/
2882L: linux-kernel@vger.kernel.org
2883S: Supported
2884
2885RCUTORTURE MODULE
2886P: Josh Triplett
2887M: josh@freedesktop.org
2888L: linux-kernel@vger.kernel.org
2889S: Maintained
2890
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891REAL TIME CLOCK DRIVER
2892P: Paul Gortmaker
2893M: p_gortmaker@yahoo.com
2894L: linux-kernel@vger.kernel.org
2895S: Maintained
2896
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002897REAL TIME CLOCK (RTC) SUBSYSTEM
2898P: Alessandro Zummo
2899M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002900L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002901S: Maintained
2902
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903REISERFS FILE SYSTEM
2904P: Hans Reiser
2905M: reiserfs-dev@namesys.com
2906L: reiserfs-list@namesys.com
2907W: http://www.namesys.com
2908S: Supported
2909
2910ROCKETPORT DRIVER
2911P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912W: http://www.comtrol.com
2913S: Maintained
2914
2915ROSE NETWORK LAYER
2916P: Ralf Baechle
2917M: ralf@linux-mips.org
2918L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002919W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920S: Maintained
2921
2922RISCOM8 DRIVER
2923S: Orphan
2924
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002925S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002926P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002927M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002928L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002929S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002930
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931S390
2932P: Martin Schwidefsky
2933M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002934P: Heiko Carstens
2935M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002937L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002938W: http://www.ibm.com/developerworks/linux/linux390/
2939S: Supported
2940
2941S390 NETWORK DRIVERS
2942P: Frank Pavlic
2943M: fpavlic@de.ibm.com
2944M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002945L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002946W: http://www.ibm.com/developerworks/linux/linux390/
2947S: Supported
2948
2949S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002950P: Swen Schillig
2951M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002952M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01002953L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002954W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955S: Supported
2956
2957SAA7146 VIDEO4LINUX-2 DRIVER
2958P: Michael Hunold
2959M: michael@mihu.de
2960W: http://www.mihu.de/linux/saa7146
2961S: Maintained
2962
2963SBPCD CDROM DRIVER
2964P: Eberhard Moenkeberg
2965M: emoenke@gwdg.de
2966L: linux-kernel@vger.kernel.org
2967S: Maintained
2968
2969SC1200 WDT DRIVER
2970P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002971M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972S: Maintained
2973
2974SCHEDULER
2975P: Ingo Molnar
2976M: mingo@elte.hu
2977P: Robert Love [the preemptible kernel bits]
2978M: rml@tech9.net
2979L: linux-kernel@vger.kernel.org
2980S: Maintained
2981
2982SCSI CDROM DRIVER
2983P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002984M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985L: linux-scsi@vger.kernel.org
2986W: http://www.kernel.dk
2987S: Maintained
2988
2989SCSI SG DRIVER
2990P: Doug Gilbert
2991M: dgilbert@interlog.com
2992L: linux-scsi@vger.kernel.org
2993W: http://www.torque.net/sg
2994S: Maintained
2995
2996SCSI SUBSYSTEM
2997P: James E.J. Bottomley
2998M: James.Bottomley@SteelEye.com
2999L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003000T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001S: Maintained
3002
3003SCSI TAPE DRIVER
3004P: Kai Mäkisara
3005M: Kai.Makisara@kolumbus.fi
3006L: linux-scsi@vger.kernel.org
3007S: Maintained
3008
3009SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003010P: Vlad Yasevich
3011M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003012P: Sridhar Samudrala
3013M: sri@us.ibm.com
3014L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003015W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003016S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017
3018SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003019P: Jim Cromie
3020M: jim.cromie@gmail.com
3021S: Odd Fixes
3022
3023SCx200 GPIO DRIVER
3024P: Jim Cromie
3025M: jim.cromie@gmail.com
3026S: Maintained
3027
3028SCx200 HRT CLOCKSOURCE DRIVER
3029P: Jim Cromie
3030M: jim.cromie@gmail.com
3031S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032
3033SECURITY CONTACT
3034P: Security Officers
3035M: security@kernel.org
3036S: Supported
3037
3038SELINUX SECURITY MODULE
3039P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003040M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003042M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003043P: Eric Paris
3044M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003046L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047W: http://www.nsa.gov/selinux
3048S: Supported
3049
3050SERIAL ATA (SATA) SUBSYSTEM:
3051P: Jeff Garzik
3052M: jgarzik@pobox.com
3053L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003054T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055S: Supported
3056
3057SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3058P: Pat Gefre
3059M: pfg@sgi.com
3060L: linux-ia64@vger.kernel.org
3061S: Supported
3062
3063SGI VISUAL WORKSTATION 320 AND 540
3064P: Andrey Panin
3065M: pazke@donpac.ru
3066L: linux-visws-devel@lists.sf.net
3067W: http://linux-visws.sf.net
3068S: Maintained for 2.6.
3069
3070SIMTEC EB110ATX (Chalice CATS)
3071P: Ben Dooks
3072P: Vincent Sanders
3073M: support@simtec.co.uk
3074W: http://www.simtec.co.uk/products/EB110ATX/
3075S: Supported
3076
3077SIMTEC EB2410ITX (BAST)
3078P: Ben Dooks
3079P: Vincent Sanders
3080M: support@simtec.co.uk
3081W: http://www.simtec.co.uk/products/EB2410ITX/
3082S: Supported
3083
Francois Romieu92aab3c2005-07-30 13:11:18 +02003084SIS 190 ETHERNET DRIVER
3085P: Francois Romieu
3086M: romieu@fr.zoreil.com
3087L: netdev@vger.kernel.org
3088S: Maintained
3089
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090SIS 5513 IDE CONTROLLER DRIVER
3091P: Lionel Bouton
3092M: Lionel.Bouton@inet6.fr
3093W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3094W: http://gyver.homeip.net/sis5513/index.html
3095S: Maintained
3096
3097SIS 900/7016 FAST ETHERNET DRIVER
3098P: Daniele Venzano
3099M: venza@brownhat.org
3100W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003101L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102S: Maintained
3103
3104SIS FRAMEBUFFER DRIVER
3105P: Thomas Winischhofer
3106M: thomas@winischhofer.net
3107W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003108S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109
3110SIS USB2VGA DRIVER
3111P: Thomas Winischhofer
3112M: thomas@winischhofer.net
3113W: http://www.winischhofer.at/linuxsisusbvga.shtml
3114S: Maintained
3115
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116SMC91x ETHERNET DRIVER
3117P: Nicolas Pitre
3118M: nico@cam.org
3119S: Maintained
3120
Daniel Drake8f0f8502006-07-18 22:00:25 +01003121SOFTMAC LAYER (IEEE 802.11)
3122P: Johannes Berg
3123M: johannes@sipsolutions.net
3124P: Joe Jezak
3125M: josejx@gentoo.org
3126P: Daniel Drake
3127M: dsd@gentoo.org
3128W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003129L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003130S: Maintained
3131
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132SOFTWARE RAID (Multiple Disks) SUPPORT
3133P: Ingo Molnar
3134M: mingo@redhat.com
3135P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003136M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003138S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139
3140SOFTWARE SUSPEND:
3141P: Pavel Machek
3142M: pavel@suse.cz
David Brownellf318a632007-04-23 14:41:06 -07003143L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144S: Maintained
3145
3146SONIC NETWORK DRIVER
3147P: Thomas Bogendoerfer
3148M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003149L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Maintained
3151
3152SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003153P: Mattia Dongili
3154M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003155L: linux-acpi@vger.kernel.org
3156W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157S: Maintained
3158
3159SOUND
3160P: Jaroslav Kysela
3161M: perex@suse.cz
3162L: alsa-devel@alsa-project.org
3163S: Maintained
3164
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003165SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3166P: Liam Girdwood
3167M: liam.girdwood@wolfsonmicro.com
3168L: alsa-devel@alsa-project.org
3169S: Supported
3170
Kumar Gala025c3982006-04-02 16:05:54 -05003171SPI SUBSYSTEM
3172P: David Brownell
3173M: dbrownell@users.sourceforge.net
3174L: spi-devel-general@lists.sourceforge.net
3175S: Maintained
3176
Steven Rostedt855f46a2006-08-05 12:14:50 -07003177STABLE BRANCH:
3178P: Greg Kroah-Hartman
3179M: greg@kroah.com
3180P: Chris Wright
3181M: chrisw@sous-sol.org
3182L: stable@kernel.org
3183S: Maintained
3184
Kylene Hall1c72d462005-05-01 08:59:13 -07003185TPM DEVICE DRIVER
3186P: Kylene Hall
3187M: kjhall@us.ibm.com
3188W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003189P: Marcel Selhorst
3190M: tpm@selhorst.net
3191W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003192L: tpmdd-devel@lists.sourceforge.net
3193S: Maintained
3194
Mark Gross1a80ba82005-10-30 15:02:55 -08003195Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003196P: Mark Gross
3197M: mark.gross@intel.com
3198S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003199
Chris Zankel48b415c2005-06-23 22:01:07 -07003200TENSILICA XTENSA PORT (xtensa):
3201P: Chris Zankel
3202M: chris@zankel.net
3203S: Maintained
3204
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003205THINKPAD ACPI EXTRAS DRIVER
3206P: Henrique de Moraes Holschuh
3207M: ibm-acpi@hmh.eng.br
3208L: ibm-acpi-devel@lists.sourceforge.net
3209W: http://ibm-acpi.sourceforge.net
3210W: http://thinkwiki.org/wiki/Ibm-acpi
3211T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3212S: Maintained
3213
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214UltraSPARC (sparc64):
3215P: David S. Miller
3216M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003218T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219S: Maintained
3220
3221SHARP LH SUPPORT (LH7952X & LH7A40X)
3222P: Marc Singer
3223M: elf@buici.com
3224W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003225L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226S: Maintained
3227
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003228SHPC HOTPLUG DRIVER
3229P: Kristen Carlson Accardi
3230M: kristen.c.accardi@intel.com
3231L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003232S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003233
Pierre Ossmand129bce2006-03-24 03:18:17 -08003234SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3235P: Pierre Ossman
3236M: drzeus-sdhci@drzeus.cx
3237L: sdhci-devel@list.drzeus.cx
3238W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3239S: Maintained
3240
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003241SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3242P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003243M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003244L: netdev@vger.kernel.org
3245S: Maintained
3246
Chris Boot1a87d942006-07-10 04:45:34 -07003247SOEKRIS NET48XX LED SUPPORT
3248P: Chris Boot
3249M: bootc@bootc.net
3250S: Maintained
3251
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252SPARC (sparc32):
3253P: William L. Irwin
3254M: wli@holomorphy.com
3255L: sparclinux@vger.kernel.org
3256S: Maintained
3257
3258SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3259P: Roger Wolff
3260M: R.E.Wolff@BitWizard.nl
3261L: linux-kernel@vger.kernel.org ?
3262S: Supported
3263
Jim Lewis2752e402006-09-29 02:01:19 -07003264SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003265P: Linas Vepstas
3266M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003267L: netdev@vger.kernel.org
3268S: Supported
3269
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270SRM (Alpha) environment access
3271P: Jan-Benedict Glaw
3272M: jbglaw@lug-owl.de
3273L: linux-kernel@vger.kernel.org
3274S: Maintained
3275
3276STARFIRE/DURALAN NETWORK DRIVER
3277P: Ion Badulescu
3278M: ionut@cs.columbia.edu
3279S: Maintained
3280
3281STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3282W: http://mosquitonet.Stanford.EDU/strip.html
3283S: Unsupported ?
3284
3285STRADIS MPEG-2 DECODER DRIVER
3286P: Nathan Laredo
3287M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288W: http://www.stradis.com/
3289S: Maintained
3290
3291SUPERH (sh)
3292P: Paul Mundt
3293M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003294L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296S: Maintained
3297
3298SUPERH64 (sh64)
3299P: Paul Mundt
3300M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301L: linuxsh-shmedia-dev@lists.sourceforge.net
3302W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303S: Maintained
3304
3305SUN3/3X
3306P: Sam Creasey
3307M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308W: http://sammy.net/sun3/
3309S: Maintained
3310
3311SVGA HANDLING
3312P: Martin Mares
3313M: mj@ucw.cz
3314L: linux-video@atrey.karlin.mff.cuni.cz
3315S: Maintained
3316
3317SYSV FILESYSTEM
3318P: Christoph Hellwig
3319M: hch@infradead.org
3320S: Maintained
3321
Stephen Hemminger781b4562006-07-10 20:25:29 -07003322TC CLASSIFIER
3323P: Jamal Hadi Salim
3324M: hadi@cyberus.ca
3325L: netdev@vger.kernel.org
3326S: Maintained
3327
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003328TCP LOW PRIORITY MODULE
3329P: Wong Hoi Sing, Edison
3330M: hswong3i@gmail.com
3331P: Hung Hing Lun, Mike
3332M: hlhung3i@gmail.com
3333W: http://tcp-lp-mod.sourceforge.net/
3334S: Maintained
3335
Alex Dubov4020f2d2006-10-04 02:15:37 -07003336TI FLASH MEDIA INTERFACE DRIVER
3337P: Alex Dubov
3338M: oakad@yahoo.com
3339S: Maintained
3340
Michael Buesch844dd052006-06-26 00:24:59 -07003341TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3342P: Deepak Saxena
3343M: dsaxena@plexity.net
3344S: Maintained
3345
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003346TASKSTATS STATISTICS INTERFACE
3347P: Shailabh Nagar
3348M: nagar@watson.ibm.com
3349L: linux-kernel@vger.kernel.org
3350S: Maintained
3351
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003353P: Romain Lievin
3354M: roms@lpg.ticalc.org
3355S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356
Per Lidene86eaa32006-01-12 16:45:18 +01003357TIPC NETWORK LAYER
3358P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003359M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003360P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003361M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003362P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003363M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003364L: tipc-discussion@lists.sourceforge.net
3365W: http://tipc.sourceforge.net/
3366W: http://tipc.cslab.ericsson.net/
3367T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3368S: Maintained
3369
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370TLAN NETWORK DRIVER
3371P: Samuel Chessman
3372M: chessman@tux.org
3373L: tlan-devel@lists.sourceforge.net
3374W: http://sourceforge.net/projects/tlan/
3375S: Maintained
3376
3377TOKEN-RING NETWORK DRIVER
3378P: Mike Phillips
3379M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003380L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381L: linux-tr@linuxtr.net
3382W: http://www.linuxtr.net
3383S: Maintained
3384
3385TOSHIBA ACPI EXTRAS DRIVER
3386P: John Belmonte
3387M: toshiba_acpi@memebeam.org
3388W: http://memebeam.org/toys/ToshibaAcpiDriver
3389S: Maintained
3390
3391TOSHIBA SMM DRIVER
3392P: Jonathan Buzzard
3393M: jonathan@buzzard.org.uk
3394L: tlinux-users@tce.toshiba-dme.co.jp
3395W: http://www.buzzard.org.uk/toshiba/
3396S: Maintained
3397
3398TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3399P: Muli Ben-Yehuda
3400M: mulix@mulix.org
3401L: linux-kernel@vger.kernel.org
3402S: Maintained
3403
3404TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003405P: Adrian Bunk
3406M: trivial@kernel.org
3407L: linux-kernel@vger.kernel.org
3408W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3409T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3410S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411
3412TMS380 TOKEN-RING NETWORK DRIVER
3413P: Adam Fritzler
3414M: mid@auk.cx
3415L: linux-tr@linuxtr.net
3416W: http://www.auk.cx/tms380tr/
3417S: Maintained
3418
3419TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003420P: Valerie Henson
3421M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422L: tulip-users@lists.sourceforge.net
3423W: http://sourceforge.net/projects/tulip/
3424S: Maintained
3425
3426TUN/TAP driver
3427P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003428M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429L: vtun@office.satix.net
3430W: http://vtun.sourceforge.net/tun
3431S: Maintained
3432
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003433TURBOCHANNEL SUBSYSTEM
3434P: Maciej W. Rozycki
3435M: macro@linux-mips.org
3436S: Maintained
3437
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438U14-34F SCSI DRIVER
3439P: Dario Ballabio
3440M: ballabio_dario@emc.com
3441L: linux-scsi@vger.kernel.org
3442S: Maintained
3443
3444UDF FILESYSTEM
3445P: Ben Fennema
3446M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447W: http://linux-udf.sourceforge.net
3448S: Maintained
3449
3450UNIFORM CDROM DRIVER
3451P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003452M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453L: linux-kernel@vger.kernel.org
3454W: http://www.kernel.dk
3455S: Maintained
3456
3457USB ACM DRIVER
3458P: Oliver Neukum
3459M: oliver@neukum.name
3460L: linux-usb-users@lists.sourceforge.net
3461L: linux-usb-devel@lists.sourceforge.net
3462S: Maintained
3463
3464USB BLOCK DRIVER (UB ub)
3465P: Pete Zaitcev
3466M: zaitcev@redhat.com
3467L: linux-kernel@vger.kernel.org
3468L: linux-usb-devel@lists.sourceforge.net
3469S: Supported
3470
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471USB CDC ETHERNET DRIVER
3472P: Greg Kroah-Hartman
3473M: greg@kroah.com
3474L: linux-usb-users@lists.sourceforge.net
3475L: linux-usb-devel@lists.sourceforge.net
3476S: Maintained
3477W: http://www.kroah.com/linux-usb/
3478
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003479USB DAVICOM DM9601 DRIVER
3480P: Peter Korsgaard
3481M: jacmet@sunsite.dk
3482L: linux-usb-devel@lists.sourceforge.net
3483W: http://www.linux-usb.org/usbnet
3484S: Maintained
3485
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486USB EHCI DRIVER
3487P: David Brownell
3488M: dbrownell@users.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
Luca Risolia7ce08c92006-01-11 02:06:59 +00003492USB ET61X[12]51 DRIVER
3493P: Luca Risolia
3494M: luca.risolia@studio.unibo.it
3495L: linux-usb-devel@lists.sourceforge.net
3496L: video4linux-list@redhat.com
3497W: http://www.linux-projects.org
3498S: Maintained
3499
David Brownell69ae9e32006-11-14 02:03:31 -08003500USB GADGET/PERIPHERAL SUBSYSTEM
3501P: David Brownell
3502M: dbrownell@users.sourceforge.net
3503L: linux-usb-devel@lists.sourceforge.net
3504W: http://www.linux-usb.org/gadget
3505S: Maintained
3506
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507USB HID/HIDBP DRIVERS
Jiri Kosina641266f2007-01-15 09:56:21 +01003508P: Jiri Kosina
3509M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003511T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512S: Maintained
3513
3514USB HUB DRIVER
3515P: Johannes Erdfelt
3516M: johannes@erdfelt.com
3517L: linux-usb-users@lists.sourceforge.net
3518L: linux-usb-devel@lists.sourceforge.net
3519S: Maintained
3520
Olav Kongas959eea22005-11-03 17:38:14 +02003521USB ISP116X DRIVER
3522P: Olav Kongas
3523M: ok@artecdesign.ee
3524L: linux-usb-devel@lists.sourceforge.net
3525S: Maintained
3526
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527USB KAWASAKI LSI DRIVER
3528P: Oliver Neukum
3529M: oliver@neukum.name
3530L: linux-usb-users@lists.sourceforge.net
3531L: linux-usb-devel@lists.sourceforge.net
3532S: Maintained
3533
3534USB MASS STORAGE DRIVER
3535P: Matthew Dharm
3536M: mdharm-usb@one-eyed-alien.net
3537L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003538L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539S: Maintained
3540W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3541
3542USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003543P: David Brownell
3544M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545L: linux-usb-users@lists.sourceforge.net
3546L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003547S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548
Matthias Urlichsba460e42005-07-14 00:33:47 -07003549USB OPTION-CARD DRIVER
3550P: Matthias Urlichs
3551M: smurf@smurf.noris.de
3552L: linux-usb-devel@lists.sourceforge.net
3553S: Maintained
3554
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555USB OV511 DRIVER
3556P: Mark McClelland
3557M: mmcclell@bigfoot.com
3558L: linux-usb-users@lists.sourceforge.net
3559L: linux-usb-devel@lists.sourceforge.net
3560W: http://alpha.dyndns.org/ov511/
3561S: Maintained
3562
3563USB PEGASUS DRIVER
3564P: Petko Manolov
3565M: petkan@users.sourceforge.net
3566L: linux-usb-users@lists.sourceforge.net
3567L: linux-usb-devel@lists.sourceforge.net
3568W: http://pegasus2.sourceforge.net/
3569S: Maintained
3570
3571USB PRINTER DRIVER
3572P: Vojtech Pavlik
3573M: vojtech@suse.cz
3574L: linux-usb-users@lists.sourceforge.net
3575L: linux-usb-devel@lists.sourceforge.net
3576S: Maintained
3577
3578USB RTL8150 DRIVER
3579P: Petko Manolov
3580M: petkan@users.sourceforge.net
3581L: linux-usb-users@lists.sourceforge.net
3582L: linux-usb-devel@lists.sourceforge.net
3583W: http://pegasus2.sourceforge.net/
3584S: Maintained
3585
3586USB SE401 DRIVER
3587P: Jeroen Vreeken
3588M: pe1rxq@amsat.org
3589L: linux-usb-users@lists.sourceforge.net
3590L: linux-usb-devel@lists.sourceforge.net
3591W: http://www.chello.nl/~j.vreeken/se401/
3592S: Maintained
3593
3594USB SERIAL CYBERJACK DRIVER
3595P: Matthias Bruestle and Harald Welte
3596M: support@reiner-sct.com
3597W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3598S: Maintained
3599
3600USB SERIAL DIGI ACCELEPORT DRIVER
3601P: Peter Berger and Al Borchers
3602M: pberger@brimson.com
3603M: alborchers@steinerpoint.com
3604L: linux-usb-users@lists.sourceforge.net
3605L: linux-usb-devel@lists.sourceforge.net
3606S: Maintained
3607
3608USB SERIAL DRIVER
3609P: Greg Kroah-Hartman
3610M: gregkh@suse.de
3611L: linux-usb-users@lists.sourceforge.net
3612L: linux-usb-devel@lists.sourceforge.net
3613S: Supported
3614
3615USB SERIAL BELKIN F5U103 DRIVER
3616P: William Greathouse
3617M: wgreathouse@smva.com
3618L: linux-usb-users@lists.sourceforge.net
3619L: linux-usb-devel@lists.sourceforge.net
3620S: Maintained
3621
3622USB SERIAL CYPRESS M8 DRIVER
3623P: Lonnie Mendez
3624M: dignome@gmail.com
3625L: linux-usb-users@lists.sourceforge.net
3626L: linux-usb-devel@lists.sourceforge.net
3627S: Maintained
3628W: http://geocities.com/i0xox0i
3629W: http://firstlight.net/cvs
3630
3631USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3632L: linux-usb-users@lists.sourceforge.net
3633L: linux-usb-devel@lists.sourceforge.net
3634S: Maintained
3635
3636USB AUERSWALD DRIVER
3637P: Wolfgang Muees
3638M: wolfgang@iksw-muees.de
3639L: linux-usb-users@lists.sourceforge.net
3640L: linux-usb-devel@lists.sourceforge.net
3641S: Maintained
3642
3643USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3644P: Gary Brubaker
3645M: xavyer@ix.netcom.com
3646L: linux-usb-users@lists.sourceforge.net
3647L: linux-usb-devel@lists.sourceforge.net
3648S: Maintained
3649
3650USB SERIAL KEYSPAN DRIVER
3651P: Greg Kroah-Hartman
3652M: greg@kroah.com
3653L: linux-usb-users@lists.sourceforge.net
3654L: linux-usb-devel@lists.sourceforge.net
3655W: http://www.kroah.com/linux/
3656S: Maintained
3657
3658USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003659P: Support Department
3660M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661L: linux-usb-users@lists.sourceforge.net
3662L: linux-usb-devel@lists.sourceforge.net
3663W: http://www.connecttech.com
3664S: Supported
3665
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003666USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667P: Luca Risolia
3668M: luca.risolia@studio.unibo.it
3669L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003670L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671W: http://www.linux-projects.org
3672S: Maintained
3673
3674USB SUBSYSTEM
3675P: Greg Kroah-Hartman
3676M: gregkh@suse.de
3677L: linux-usb-users@lists.sourceforge.net
3678L: linux-usb-devel@lists.sourceforge.net
3679W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003680T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681S: Supported
3682
3683USB UHCI DRIVER
3684P: Alan Stern
3685M: stern@rowland.harvard.edu
3686L: linux-usb-users@lists.sourceforge.net
3687L: linux-usb-devel@lists.sourceforge.net
3688S: Maintained
3689
David Brownell69ae9e32006-11-14 02:03:31 -08003690USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691P: David Brownell
3692M: dbrownell@users.sourceforge.net
3693L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003694W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695S: Maintained
3696
3697USB W996[87]CF DRIVER
3698P: Luca Risolia
3699M: luca.risolia@studio.unibo.it
3700L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003701L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702W: http://www.linux-projects.org
3703S: Maintained
3704
Luca Risolia60f78052006-02-06 16:29:35 +00003705USB ZC0301 DRIVER
3706P: Luca Risolia
3707M: luca.risolia@studio.unibo.it
3708L: linux-usb-devel@lists.sourceforge.net
3709L: video4linux-list@redhat.com
3710W: http://www.linux-projects.org
3711S: Maintained
3712
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713USB ZD1201 DRIVER
3714P: Jeroen Vreeken
3715M: pe1rxq@amsat.org
3716L: linux-usb-users@lists.sourceforge.net
3717L: linux-usb-devel@lists.sourceforge.net
3718W: http://linux-lc100020.sourceforge.net
3719S: Maintained
3720
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003721USB ZR364XX DRIVER
3722P: Antoine Jacquet
3723M: royale@zerezo.com
3724L: linux-usb-devel@lists.sourceforge.net
3725L: video4linux-list@redhat.com
3726W: http://royale.zerezo.com/zr364xx/
3727S: Maintained
3728
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729USER-MODE LINUX
3730P: Jeff Dike
3731M: jdike@karaya.com
3732L: user-mode-linux-devel@lists.sourceforge.net
3733L: user-mode-linux-user@lists.sourceforge.net
3734W: http://user-mode-linux.sourceforge.net
3735S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003736
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737FAT/VFAT/MSDOS FILESYSTEM:
3738P: OGAWA Hirofumi
3739M: hirofumi@mail.parknet.co.jp
3740L: linux-kernel@vger.kernel.org
3741S: Maintained
3742
3743VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3744P: Jeff Garzik
3745S: Odd fixes
3746
3747VIA RHINE NETWORK DRIVER
3748P: Roger Luethi
3749M: rl@hellgate.ch
3750S: Maintained
3751
Jean Delvare32c0a522005-09-22 21:47:58 +02003752VIAPRO SMBUS DRIVER
3753P: Jean Delvare
3754M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003755L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003756S: Maintained
3757
Francois Romieu01f20732007-01-26 00:57:17 -08003758VIA VELOCITY NETWORK DRIVER
3759P: Francois Romieu
3760M: romieu@fr.zoreil.com
3761L: netdev@vger.kernel.org
3762S: Maintained
3763
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764UCLINUX (AND M68KNOMMU)
3765P: Greg Ungerer
3766M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003768L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769S: Maintained
3770
3771UCLINUX FOR NEC V850
3772P: Miles Bader
3773M: uclinux-v850@lsi.nec.co.jp
3774W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3775W: http://www.ee.nec.de/uclinux/
3776S: Supported
3777
3778UCLINUX FOR RENESAS H8/300
3779P: Yoshinori Sato
3780M: ysato@users.sourceforge.jp
3781W: http://uclinux-h8.sourceforge.jp/
3782S: Supported
3783
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003784UFS FILESYSTEM
3785P: Evgeniy Dushistov
3786M: dushistov@mail.ru
3787L: linux-kernel@vger.kernel.org
3788S: Maintained
3789
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790USB DIAMOND RIO500 DRIVER
3791P: Cesar Miquel
3792M: miquel@df.uba.ar
3793L: rio500-users@lists.sourceforge.net
3794W: http://rio500.sourceforge.net
3795S: Maintained
3796
3797VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003798P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003799M: mchehab@infradead.org
3800M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003802W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003803T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003804S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805
Juerg Haefligerab413192006-09-24 20:54:04 +02003806VT1211 HARDWARE MONITOR DRIVER
3807P: Juerg Haefliger
3808M: juergh@gmail.com
3809L: lm-sensors@lm-sensors.org
3810S: Maintained
3811
Roger Lucas1de9e372005-11-26 20:20:05 +01003812VT8231 HARDWARE MONITOR DRIVER
3813P: Roger Lucas
3814M: roger@planbit.co.uk
3815L: lm-sensors@lm-sensors.org
3816S: Maintained
3817
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818W1 DALLAS'S 1-WIRE BUS
3819P: Evgeniy Polyakov
3820M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821S: Maintained
3822
Charles Spirakis13927072006-07-05 18:05:15 +02003823W83791D HARDWARE MONITORING DRIVER
3824P: Charles Spirakis
3825M: bezaur@gmail.com
3826L: lm-sensors@lm-sensors.org
3827S: Maintained
3828
Rudolf Marek61db0112006-12-12 18:18:30 +01003829W83793 HARDWARE MONITORING DRIVER
3830P: Rudolf Marek
3831M: r.marek@assembler.cz
3832L: lm-sensors@lm-sensors.org
3833S: Maintained
3834
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835W83L51xD SD/MMC CARD INTERFACE DRIVER
3836P: Pierre Ossman
3837M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003838L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839W: http://projects.drzeus.cx/wbsd
3840S: Maintained
3841
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003842WATCHDOG DEVICE DRIVERS
3843P: Wim Van Sebroeck
3844M: wim@iguana.be
3845T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3846S: Maintained
3847
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3849P: Jean Tourrilhes
3850M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003851L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3853S: Maintained
3854
3855WD7000 SCSI DRIVER
3856P: Miroslav Zagorac
3857M: zaga@fly.cc.fer.hr
3858L: linux-scsi@vger.kernel.org
3859S: Maintained
3860
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003861WISTRON LAPTOP BUTTON DRIVER
3862P: Miloslav Trmac
3863M: mitr@volny.cz
3864S: Maintained
3865
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866WL3501 WIRELESS PCMCIA CARD DRIVER
3867P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003868M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003869L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03003870W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871S: Maintained
3872
3873X.25 NETWORK LAYER
3874P: Henner Eisen
3875M: eis@baty.hanse.de
3876L: linux-x25@vger.kernel.org
3877S: Maintained
3878
3879XFS FILESYSTEM
3880P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003881P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003883L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003885T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886S: Supported
3887
Peter Korsgaard238b8722006-12-06 20:35:17 -08003888XILINX UARTLITE SERIAL DRIVER
3889P: Peter Korsgaard
3890M: jacmet@sunsite.dk
3891L: linux-serial@vger.kernel.org
3892S: Maintained
3893
Linus Torvalds1da177e2005-04-16 15:20:36 -07003894X86 3-LEVEL PAGING (PAE) SUPPORT
3895P: Ingo Molnar
3896M: mingo@redhat.com
3897S: Maintained
3898
3899X86-64 port
3900P: Andi Kleen
3901M: ak@suse.de
3902L: discuss@x86-64.org
3903W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003904T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905S: Maintained
3906
3907YAM DRIVER FOR AX.25
3908P: Jean-Paul Roubelat
3909M: jpr@f6fbb.org
3910L: linux-hams@vger.kernel.org
3911S: Maintained
3912
Henkaf64a5e2005-10-12 15:02:56 +02003913YEALINK PHONE DRIVER
3914P: Henk Vergonet
3915M: Henk.Vergonet@gmail.com
3916L: usbb2k-api-dev@nongnu.org
3917S: Maintained
3918
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919Z8530 DRIVER FOR AX.25
3920P: Joerg Reuter
3921M: jreuter@yaina.de
3922W: http://yaina.de/jreuter/
3923W: http://www.qsl.net/dl1bke/
3924L: linux-hams@vger.kernel.org
3925S: Maintained
3926
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003927ZD1211RW WIRELESS DRIVER
3928P: Daniel Drake
3929M: dsd@gentoo.org
3930P: Ulrich Kunitz
3931M: kune@deine-taler.de
3932W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07003933L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003934L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3935S: Maintained
3936
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937ZF MACHZ WATCHDOG
3938P: Fernando Fuganti
3939M: fuganti@netbank.com.br
3940W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3941S: Maintained
3942
3943ZR36067 VIDEO FOR LINUX DRIVER
3944P: Ronald Bultje
3945M: rbultje@ronald.bitfreak.net
3946L: mjpeg-users@lists.sourceforge.net
3947W: http://mjpeg.sourceforge.net/driver-zoran/
3948S: Maintained
3949
3950ZR36120 VIDEO FOR LINUX DRIVER
3951P: Pauline Middelink
3952M: middelin@polyware.nl
3953W: http://www.polyware.nl/~middelin/En/hobbies.html
3954W: http://www.polyware.nl/~middelin/hobbies.html
3955S: Maintained
3956
3957THE REST
3958P: Linus Torvalds
3959S: Buried alive in reporters