blob: 6261597a1bce3037b386628760f0821189c498a5 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147L: linux-serial@vger.kernel.org
148W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100149S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700154L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155S: Maintained
156
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001579P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100158P: Eric Van Hensbergen
159M: ericvh@gmail.com
160P: Ron Minnich
161M: rminnich@lanl.gov
162P: Latchesar Ionkov
163M: lucho@ionkov.net
164L: v9fs-developer@lists.sourceforge.net
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: ehaase@inf.fu-berlin.de
172M: A2232@gmx.net
173L: linux-m68k@lists.linux-m68k.org
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: bcrl@kvack.org
179L: linux-aio@kvack.org
180S: Supported
181
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: j.w.r.degoede@hhs.nl
185L: lm-sensors@lm-sensors.org
186S: Maintained
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188ACENIC DRIVER
189P: Jes Sorensen
190M: jes@trained-monkey.org
191L: linux-acenic@sunsite.dk
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: Robert.Siemer@gmx.de
197L: linux-sound@vger.kernel.org
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201AACRAID SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203L: linux-scsi@vger.kernel.org
204W: http://linux.dell.com/storage.shtml
205S: Supported
206
207ACPI
208P: Len Brown
209M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500210M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500211L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800213T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500214S: Supported
215
216ACPI BATTERY DRIVERS
217P: Vladimir P. Lebedev
218M: vladimir.p.lebedev@intel.com
219L: linux-acpi@vger.kernel.org
220W: http://acpi.sourceforge.net/
221S: Supported
222
223ACPI EC DRIVER
224P: Alexey Starikovskiy
225M: alexey.y.starikovskiy@linux.intel.com
226L: linux-acpi@vger.kernel.org
227W: http://acpi.sourceforge.net/
228S: Supported
229
230ACPI FAN DRIVER
231P: Konstantin A. Karasyov
232M: konstantin.a.karasyov@intel.com
233L: linux-acpi@vger.kernel.org
234W: http://acpi.sourceforge.net/
235S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700237ACPI PCI HOTPLUG DRIVER
238P: Kristen Carlson Accardi
239M: kristen.c.accardi@intel.com
240L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500241S: Supported
242
243ACPI THERMAL DRIVER
244P: Konstantin A. Karasyov
245M: konstantin.a.karasyov@intel.com
246L: linux-acpi@vger.kernel.org
247W: http://acpi.sourceforge.net/
248S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700249
Len Brown359acec2007-02-10 01:59:24 -0500250ACPI VIDEO DRIVER
251P: Luming Yu
252M: luming.yu@intel.com
253L: linux-acpi@vger.kernel.org
254W: http://acpi.sourceforge.net/
255S: Supported
256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257AD1816 SOUND DRIVER
258P: Thorsten Knabe
259M: Thorsten Knabe <linux@thorsten-knabe.de>
260W: http://linux.thorsten-knabe.de
261S: Maintained
262
Kyle McMartin6958ae32005-10-21 23:11:27 -0400263AD1889 SOUND DRIVER
264P: Kyle McMartin
265M: kyle@parisc-linux.org
266P: Thibaut Varene
267M: T-Bone@parisc-linux.org
268W: http://wiki.parisc-linux.org/AD1889
269L: parisc-linux@lists.parisc-linux.org
270S: Maintained
271
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272ADM1025 HARDWARE MONITOR DRIVER
273P: Jean Delvare
274M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200275L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276S: Maintained
277
Corentin Labbecae2caa2007-02-14 21:15:04 +0100278ADM1029 HARDWARE MONITOR DRIVER
279P: Corentin Labbe
280M: corentin.labbe@geomatys.fr
281L: lm-sensors@lm-sensors.org
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289AEDSP16 DRIVER
290P: Riccardo Facchetti
291M: fizban@tin.it
292S: Maintained
293
294AFFS FILE SYSTEM
295P: Roman Zippel
296M: zippel@linux-m68k.org
297S: Maintained
298
299AGPGART DRIVER
300P: Dave Jones
301M: davej@codemonkey.org.uk
302W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800303T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304S: Maintained
305
306AHA152X SCSI DRIVER
307P: Juergen E. Fischer
308M: Juergen Fischer <fischer@norbit.de>
309L: linux-scsi@vger.kernel.org
310S: Maintained
311
312ALCATEL SPEEDTOUCH USB DRIVER
313P: Duncan Sands
314M: duncan.sands@free.fr
315L: linux-usb-users@lists.sourceforge.net
316L: linux-usb-devel@lists.sourceforge.net
317W: http://www.linux-usb.org/SpeedTouch/
318S: Maintained
319
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000320ALI1563 I2C DRIVER
321P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100322M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200323L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000324S: Maintained
325
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326ALPHA PORT
327P: Richard Henderson
328M: rth@twiddle.net
329S: Odd Fixes for 2.4; Maintained for 2.6.
330P: Ivan Kokshaysky
331M: ink@jurassic.park.msu.ru
332S: Maintained for 2.4; PCI support for 2.6.
333
Jordan Crousef90b8112006-01-06 00:12:14 -0800334AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100335P: Jordan Crouse
336M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800337L: info-linux@geode.amd.com
338W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
339S: Supported
340
Stelian Pop284f42b2006-12-12 18:18:31 +0100341AMS (Apple Motion Sensor) DRIVER
342P: Stelian Pop
343M: stelian@popies.net
344P: Michael Hanselmann
345M: linux-kernel@hansmi.ch
346S: Supported
347
Tom Tuckerf94b5332006-09-22 15:22:48 -0700348AMSO1100 RNIC DRIVER
349P: Tom Tucker
350M: tom@opengridcomputing.com
351P: Steve Wise
352M: swise@opengridcomputing.com
353L: openib-general@openib.org
354S: Maintained
355
Johannes Berg42269062006-07-25 16:15:50 +0200356AOA (Apple Onboard Audio) ALSA DRIVER
357P: Johannes Berg
358M: johannes@sipsolutions.net
359L: linuxppc-dev@ozlabs.org
360L: alsa-devel@alsa-project.org
361S: Maintained
362
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363APM DRIVER
364P: Stephen Rothwell
365M: sfr@canb.auug.org.au
366L: linux-laptop@vger.kernel.org
367W: http://www.canb.auug.org.au/~sfr/
368S: Supported
369
370APPLETALK NETWORK LAYER
371P: Arnaldo Carvalho de Melo
372M: acme@conectiva.com.br
373S: Maintained
374
Jaya Kumar1154ea72005-06-21 17:17:04 -0700375ARC FRAMEBUFFER DRIVER
376P: Jaya Kumar
377M: jayalk@intworks.biz
378S: Maintained
379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380ARM26 ARCHITECTURE
381P: Ian Molton
382M: spyro@f2s.com
383S: Maintained
384
385ARM26/ARCHIMEDES
386P: Ian Molton
387M: spyro@f2s.com
388S: Maintained
389
390ARM26/A5000
391P: John Appleby
392M: john@dnsworld.co.uk
393S: Maintained
394
395ARM MFM AND FLOPPY DRIVERS
396P: Ian Molton
397M: spyro@f2s.com
398S: Maintained
399
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800400ARM/ADI ROADRUNNER MACHINE SUPPORT
401P: Lennert Buytenhek
402M: kernel@wantstofly.org
403L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
404S: Maintained
405
406ARM/ADS SPHERE MACHINE SUPPORT
407P: Lennert Buytenhek
408M: kernel@wantstofly.org
409L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
410S: Maintained
411
412ARM/AJECO 1ARM MACHINE SUPPORT
413P: Lennert Buytenhek
414M: kernel@wantstofly.org
415L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
416S: Maintained
417
Andrew Victord4a89c72006-12-04 13:56:21 +0100418ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
419P: Andrew Victor
420M: andrew@sanpeople.com
421L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
422W: http://maxim.org.za/at91_26.html
423S: Maintained
424
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800425ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
426P: Lennert Buytenhek
427M: kernel@wantstofly.org
428L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
429S: Maintained
430
431ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
432P: Lennert Buytenhek
433M: kernel@wantstofly.org
434L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
435S: Maintained
436
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437ARM/CORGI MACHINE SUPPORT
438P: Richard Purdie
439M: rpurdie@rpsys.net
440S: Maintained
441
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800442ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
443P: Lennert Buytenhek
444M: kernel@wantstofly.org
445L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
446S: Maintained
447
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100448ARM/HP JORNADA 7XX MACHINE SUPPORT
449P: Kristoffer Ericson
450M: kristoffer_e1@hotmail.com
451W: www.jlime.com
452S: Maintained
453
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800454ARM/INTEL IOP32X ARM ARCHITECTURE
455P: Lennert Buytenhek
456M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100457P: Dan Williams
458M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800459L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100460S: Supported
461
462ARM/INTEL IOP33X ARM ARCHITECTURE
463P: Dan Williams
464M: dan.j.williams@intel.com
465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800467
468ARM/INTEL IOP13XX ARM ARCHITECTURE
469P: Lennert Buytenhek
470M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100471P: Dan Williams
472M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800473L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100474S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800475
476ARM/INTEL IQ81342EX MACHINE SUPPORT
477P: Lennert Buytenhek
478M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100479P: Dan Williams
480M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100482S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800483
484ARM/INTEL IXP2000 ARM ARCHITECTURE
485P: Lennert Buytenhek
486M: kernel@wantstofly.org
487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
488S: Maintained
489
490ARM/INTEL IXDP2850 MACHINE SUPPORT
491P: Lennert Buytenhek
492M: kernel@wantstofly.org
493L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
494S: Maintained
495
496ARM/INTEL IXP23XX ARM ARCHITECTURE
497P: Lennert Buytenhek
498M: kernel@wantstofly.org
499L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
500S: Maintained
501
502ARM/INTEL XSC3 (MANZANO) ARM CORE
503P: Lennert Buytenhek
504M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100505P: Dan Williams
506M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100508S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800509
510ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
516ARM/LOGICPD PXA270 MACHINE SUPPORT
517P: Lennert Buytenhek
518M: kernel@wantstofly.org
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
Dirk Opfer8459c152005-11-06 14:27:52 +0000522ARM/TOSA MACHINE SUPPORT
523P: Dirk Opfer
524M: dirk@opfer-online.de
525S: Maintained
526
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527ARM/PLEB SUPPORT
528P: Peter Chubb
529M: pleb@gelato.unsw.edu.au
530W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
531S: Maintained
532
533ARM/PT DIGITAL BOARD PORT
534P: Stefan Eletzhofer
535M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700536L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537W: http://www.arm.linux.org.uk/
538S: Maintained
539
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800540ARM/RADISYS ENP2611 MACHINE SUPPORT
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
543L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
544S: Maintained
545
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546ARM/SHARK MACHINE SUPPORT
547P: Alexander Schulz
548M: alex@shark-linux.de
549W: http://www.shark-linux.de/shark.html
550S: Maintained
551
552ARM/STRONGARM110 PORT
553P: Russell King
554M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700555L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556W: http://www.arm.linux.org.uk/
557S: Maintained
558
559ARM/S3C2410 ARM ARCHITECTURE
560P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800561M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563W: http://www.fluff.org/ben/linux/
564S: Maintained
565
566ARM/S3C2440 ARM ARCHITECTURE
567P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800568M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570W: http://www.fluff.org/ben/linux/
571S: Maintained
572
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800573ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
574P: Lennert Buytenhek
575M: kernel@wantstofly.org
576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
577S: Maintained
578
579ARM/THECUS N2100 MACHINE SUPPORT
580P: Lennert Buytenhek
581M: kernel@wantstofly.org
582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
583S: Maintained
584
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585ARPD SUPPORT
586P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700587L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588S: Maintained
589
590ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500591P: Corentin Chary
592M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593P: Karol Kozimor
594M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595L: acpi4asus-user@lists.sourceforge.net
596W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500597W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598S: Maintained
599
Corentin Chary85091b72007-01-26 14:04:30 +0100600ASUS LAPTOP EXTRAS DRIVER
601P: Corentin Chary
602M: corentincj@iksaif.net
603L: acpi4asus-user@lists.sourceforge.net
604W: http://sourceforge.net/projects/acpi4asus
605W: http://xf.iksaif.net/acpi4asus
606S: Maintained
607
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608ATA OVER ETHERNET DRIVER
609P: Ed L. Cashin
610M: ecashin@coraid.com
611W: http://www.coraid.com/support/linux
612S: Supported
613
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600614ATL1 ETHERNET DRIVER
615P: Jay Cliburn
616M: jcliburn@gmail.com
617P: Chris Snook
618M: csnook@redhat.com
619L: atl1-devel@lists.sourceforge.net
620W: http://sourceforge.net/projects/atl1
621W: http://atl1.sourceforge.net
622S: Maintained
623
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624ATM
625P: Chas Williams
626M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700627L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628W: http://linux-atm.sourceforge.net
629S: Maintained
630
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100631ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100632P: Haavard Skinnemoen
633M: hskinnemoen@atmel.com
634S: Supported
635
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800636ATMEL SPI DRIVER
637P: Haavard Skinnemoen
638M: hskinnemoen@atmel.com
639S: Supported
640
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641ATMEL WIRELESS DRIVER
642P: Simon Kelley
643M: simon@thekelleys.org.uk
644W: http://www.thekelleys.org.uk/atmel
645W: http://atmelwlandriver.sourceforge.net/
646S: Maintained
647
Chris Wrighta92b7b82005-07-07 18:12:23 -0700648AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100649P: David Woodhouse
650M: dwmw2@infradead.org
651L: linux-audit@redhat.com
652W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800653T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700654S: Maintained
655
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800656AUXILIARY DISPLAY DRIVERS
657P: Miguel Ojeda Sandonis
658M: maxextreme@gmail.com
659L: linux-kernel@vger.kernel.org
660S: Maintained
661
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700662AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700663P: Haavard Skinnemoen
664M: hskinnemoen@atmel.com
665W: http://www.atmel.com/products/AVR32/
666W: http://avr32linux.org/
667W: http://avrfreaks.net/
668S: Supported
669
670AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700671P: Haavard Skinnemoen
672M: hskinnemoen@atmel.com
673S: Supported
674
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675AX.25 NETWORK LAYER
676P: Ralf Baechle
677M: ralf@linux-mips.org
678L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200679W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680S: Maintained
681
682BAYCOM/HDLCDRV DRIVERS FOR AX.25
683P: Thomas Sailer
684M: t.sailer@alumni.ethz.ch
685L: linux-hams@vger.kernel.org
686W: http://www.baycom.org/~tom/ham/ham.html
687S: Maintained
688
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200689BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
690P: Larry Finger
691M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200692P: Stefano Brivio
693M: st3@riseup.net
694W: http://bcm43xx.berlios.de/
695S: Maintained
696
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697BEFS FILE SYSTEM
698P: Sergey S. Kostyliov
699M: rathamahata@php4.ru
700L: linux-kernel@vger.kernel.org
701S: Maintained
702
703BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
704P: Kenji Hollis
705W: http://ftp.bitgate.com/pcwd/
706S: Maintained
707
708BFS FILE SYSTEM
709P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800710M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711L: linux-kernel@vger.kernel.org
712S: Maintained
713
714BLOCK LAYER
715P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200716M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800718T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719S: Maintained
720
721BLUETOOTH SUBSYSTEM
722P: Marcel Holtmann
723M: marcel@holtmann.org
724P: Maxim Krasnyansky
725M: maxk@qualcomm.com
726L: bluez-devel@lists.sf.net
727W: http://bluez.sf.net
728W: http://www.bluez.org
729W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800730T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731S: Maintained
732
733BLUETOOTH RFCOMM LAYER
734P: Marcel Holtmann
735M: marcel@holtmann.org
736P: Maxim Krasnyansky
737M: maxk@qualcomm.com
738S: Maintained
739
740BLUETOOTH BNEP LAYER
741P: Marcel Holtmann
742M: marcel@holtmann.org
743P: Maxim Krasnyansky
744M: maxk@qualcomm.com
745S: Maintained
746
747BLUETOOTH CMTP LAYER
748P: Marcel Holtmann
749M: marcel@holtmann.org
750S: Maintained
751
752BLUETOOTH HIDP LAYER
753P: Marcel Holtmann
754M: marcel@holtmann.org
755S: Maintained
756
757BLUETOOTH HCI UART DRIVER
758P: Marcel Holtmann
759M: marcel@holtmann.org
760P: Maxim Krasnyansky
761M: maxk@qualcomm.com
762S: Maintained
763
764BLUETOOTH HCI USB DRIVER
765P: Marcel Holtmann
766M: marcel@holtmann.org
767P: Maxim Krasnyansky
768M: maxk@qualcomm.com
769S: Maintained
770
771BLUETOOTH HCI BCM203X DRIVER
772P: Marcel Holtmann
773M: marcel@holtmann.org
774S: Maintained
775
776BLUETOOTH HCI BPA10X DRIVER
777P: Marcel Holtmann
778M: marcel@holtmann.org
779S: Maintained
780
781BLUETOOTH HCI BFUSB DRIVER
782P: Marcel Holtmann
783M: marcel@holtmann.org
784S: Maintained
785
786BLUETOOTH HCI DTL1 DRIVER
787P: Marcel Holtmann
788M: marcel@holtmann.org
789S: Maintained
790
791BLUETOOTH HCI BLUECARD DRIVER
792P: Marcel Holtmann
793M: marcel@holtmann.org
794S: Maintained
795
796BLUETOOTH HCI BT3C DRIVER
797P: Marcel Holtmann
798M: marcel@holtmann.org
799S: Maintained
800
801BLUETOOTH HCI BTUART DRIVER
802P: Marcel Holtmann
803M: marcel@holtmann.org
804S: Maintained
805
806BLUETOOTH HCI VHCI DRIVER
807P: Maxim Krasnyansky
808M: maxk@qualcomm.com
809S: Maintained
810
811BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100812P: Chad Tindel
813M: ctindel@users.sourceforge.net
814P: Jay Vosburgh
815M: fubar@us.ibm.com
816L: bonding-devel@lists.sourceforge.net
817W: http://sourceforge.net/projects/bonding/
818S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000820BROADBAND PROCESSOR ARCHITECTURE
821P: Arnd Bergmann
822M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100823L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400824W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000825S: Supported
826
Gary Zambrano39105892006-06-22 17:26:20 -0700827BROADCOM B44 10/100 ETHERNET DRIVER
828P: Gary Zambrano
829M: zambrano@broadcom.com
830L: netdev@vger.kernel.org
831S: Supported
832
Michael Chan948c51e2006-06-04 02:51:39 -0700833BROADCOM BNX2 GIGABIT ETHERNET DRIVER
834P: Michael Chan
835M: mchan@broadcom.com
836L: netdev@vger.kernel.org
837S: Supported
838
839BROADCOM TG3 GIGABIT ETHERNET DRIVER
840P: Michael Chan
841M: mchan@broadcom.com
842L: netdev@vger.kernel.org
843S: Supported
844
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700846P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200847M: mchehab@infradead.org
848M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700850W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200851T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700852S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200854CALGARY x86-64 IOMMU
855P: Muli Ben-Yehuda
856M: muli@il.ibm.com
857P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200858M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200859L: linux-kernel@vger.kernel.org
860L: discuss@x86-64.org
861S: Maintained
862
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800863CFAG12864B LCD DRIVER
864P: Miguel Ojeda Sandonis
865M: maxextreme@gmail.com
866L: linux-kernel@vger.kernel.org
867S: Maintained
868
869CFAG12864BFB LCD FRAMEBUFFER DRIVER
870P: Miguel Ojeda Sandonis
871M: maxextreme@gmail.com
872L: linux-kernel@vger.kernel.org
873S: Maintained
874
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875COMMON INTERNET FILE SYSTEM (CIFS)
876P: Steve French
877M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100878L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879L: samba-technical@lists.samba.org
880W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800881T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882S: Supported
883
Joel Becker7063fbf2005-12-15 14:29:43 -0800884CONFIGFS
885P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800886M: joel.becker@oracle.com
887L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800888S: Supported
889
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800890CIRRUS LOGIC EP93XX ETHERNET DRIVER
891P: Lennert Buytenhek
892M: kernel@wantstofly.org
893L: netdev@vger.kernel.org
894S: Maintained
895
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896CIRRUS LOGIC GENERIC FBDEV DRIVER
897P: Jeff Garzik
898M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800899L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900S: Odd Fixes
901
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800902CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
903P: Lennert Buytenhek
904M: kernel@wantstofly.org
905L: linux-usb-devel@lists.sourceforge.net
906S: Maintained
907
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
909P: Cirrus Logic Corporation (kernel 2.2 driver)
910M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
911P: Nils Faerber (port to kernel 2.4)
912M: Nils Faerber <nils@kernelconcepts.de>
913S: Maintained
914
915CODA FILE SYSTEM
916P: Jan Harkes
917M: jaharkes@cs.cmu.edu
918M: coda@cs.cmu.edu
919L: codalist@coda.cs.cmu.edu
920W: http://www.coda.cs.cmu.edu/
921S: Maintained
922
923COMPACTPCI HOTPLUG CORE
924P: Scott Murray
925M: scottm@somanetworks.com
926M: scott@spiteful.org
927L: pcihpd-discuss@lists.sourceforge.net
928S: Supported
929
930COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
931P: Scott Murray
932M: scottm@somanetworks.com
933M: scott@spiteful.org
934L: pcihpd-discuss@lists.sourceforge.net
935S: Supported
936
937COMPACTPCI HOTPLUG GENERIC DRIVER
938P: Scott Murray
939M: scottm@somanetworks.com
940M: scott@spiteful.org
941L: pcihpd-discuss@lists.sourceforge.net
942S: Supported
943
944COMPUTONE INTELLIPORT MULTIPORT CARD
945P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700946M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700948S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949
950COSA/SRP SYNC SERIAL DRIVER
951P: Jan "Yenya" Kasprzak
952M: kas@fi.muni.cz
953W: http://www.fi.muni.cz/~kas/cosa/
954S: Maintained
955
956CPU FREQUENCY DRIVERS
957P: Dave Jones
958M: davej@codemonkey.org.uk
959L: cpufreq@lists.linux.org.uk
960W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500961T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962S: Maintained
963
964CPUID/MSR DRIVER
965P: H. Peter Anvin
966M: hpa@zytor.com
967S: Maintained
968
Paul Jacksoned90fb42005-09-27 21:45:37 -0700969CPUSETS
970P: Paul Jackson
971P: Simon Derr
972M: pj@sgi.com
973M: simon.derr@bull.net
974L: linux-kernel@vger.kernel.org
975W: http://www.bullopensource.org/cpuset/
976S: Supported
977
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100979W: http://sourceforge.net/projects/cramfs/
980S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981
982CRIS PORT
983P: Mikael Starvik
984M: starvik@axis.com
985L: dev-etrax@axis.com
986W: http://developer.axis.com
987S: Maintained
988
989CRYPTO API
990P: Herbert Xu
991M: herbert@gondor.apana.org.au
992P: David S. Miller
993M: davem@davemloft.net
994L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800995T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996S: Maintained
997
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100998CS5535 Audio ALSA driver
999P: Jaya Kumar
1000M: jayakumar.alsa@gmail.com
1001S: Maintained
1002
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003CYBERPRO FB DRIVER
1004P: Russell King
1005M: rmk@arm.linux.org.uk
1006W: http://www.arm.linux.org.uk/
1007S: Maintained
1008
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001009CYBLAFB FRAMEBUFFER DRIVER
1010P: Knut Petersen
1011M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001012L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001013S: Maintained
1014
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015CYCLADES 2X SYNC CARD DRIVER
1016P: Arnaldo Carvalho de Melo
1017M: acme@conectiva.com.br
1018W: http://advogato.org/person/acme
1019L: cycsyn-devel@bazar.conectiva.com.br
1020S: Maintained
1021
1022CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001024S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025
1026CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001028S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030DAMA SLAVE for AX.25
1031P: Joerg Reuter
1032M: jreuter@yaina.de
1033W: http://yaina.de/jreuter/
1034W: http://www.qsl.net/dl1bke/
1035L: linux-hams@vger.kernel.org
1036S: Maintained
1037
1038DC395x SCSI driver
1039P: Oliver Neukum
1040M: oliver@neukum.name
1041P: Ali Akcaagac
1042M: aliakc@web.de
1043P: Jamie Lenehan
1044M: lenehan@twibble.org
1045W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001046L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047L: http://lists.twibble.org/mailman/listinfo/dc395x/
1048S: Maintained
1049
1050DC390/AM53C974 SCSI driver
1051P: Kurt Garloff
1052M: garloff@suse.de
1053W: http://www.garloff.de/kurt/linux/dc390/
1054P: Guennadi Liakhovetski
1055M: g.liakhovetski@gmx.de
1056S: Maintained
1057
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001058DCCP PROTOCOL
1059P: Arnaldo Carvalho de Melo
1060M: acme@mandriva.com
1061L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001062W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001063S: Maintained
1064
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065DECnet NETWORK LAYER
1066P: Patrick Caulfield
1067M: patrick@tykepenguin.com
1068W: http://linux-decnet.sourceforge.net
1069L: linux-decnet-user@lists.sourceforge.net
1070S: Maintained
1071
1072DEFXX FDDI NETWORK DRIVER
1073P: Maciej W. Rozycki
1074M: macro@linux-mips.org
1075S: Maintained
1076
1077DELL LAPTOP SMM DRIVER
1078P: Massimo Dal Zotto
1079M: dz@debian.org
1080W: http://www.debian.org/~dz/i8k/
1081S: Maintained
1082
Doug Warzecha90563ec2005-09-06 15:17:15 -07001083DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1084P: Doug Warzecha
1085M: Douglas_Warzecha@dell.com
1086S: Maintained
1087
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001088DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089P: Alasdair Kergon
1090L: dm-devel@redhat.com
1091W: http://sources.redhat.com/dm
1092S: Maintained
1093
1094DEVICE NUMBER REGISTRY
1095P: Torben Mathiasen
1096M: device@lanana.org
1097W: http://lanana.org/docs/device-list/index.html
1098L: linux-kernel@vger.kernel.org
1099S: Maintained
1100
1101DEVICE FILESYSTEM
1102S: Obsolete
1103
1104DIGI INTL. EPCA DRIVER
1105P: Digi International, Inc
1106M: Eng.Linux@digi.com
1107L: Eng.Linux@digi.com
1108W: http://www.digi.com
1109S: Orphaned
1110
1111DIGI RIGHTSWITCH NETWORK DRIVER
1112P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001113L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114W: http://www.digi.com
1115S: Orphaned
1116
1117DIRECTORY NOTIFICATION
1118P: Stephen Rothwell
1119M: sfr@canb.auug.org.au
1120L: linux-kernel@vger.kernel.org
1121S: Supported
1122
1123DISK GEOMETRY AND PARTITION HANDLING
1124P: Andries Brouwer
1125M: aeb@cwi.nl
1126W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1127W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1128W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1129S: Maintained
1130
1131DISKQUOTA:
1132P: Jan Kara
1133M: jack@suse.cz
1134L: linux-kernel@vger.kernel.org
1135S: Maintained
1136
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001137DISTRIBUTED LOCK MANAGER
1138P: Patrick Caulfield
1139M: pcaulfie@redhat.com
1140P: David Teigland
1141M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001142L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001143W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001144T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1145T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001146S: Supported
1147
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1149P: Tobias Ringstrom
1150M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001151L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152S: Maintained
1153
Martin Waitzba483d52005-06-17 13:20:59 -07001154DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001155P: Randy Dunlap
1156M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001157S: Maintained
1158
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001159DOCKING STATION DRIVER
1160P: Kristen Carlson Accardi
1161M: kristen.c.accardi@intel.com
1162L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001163S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001164
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165DOUBLETALK DRIVER
1166P: James R. Van Zandt
1167M: jrv@vanzandt.mv.com
1168L: blinux-list@redhat.com
1169S: Maintained
1170
1171DRIVER CORE, KOBJECTS, AND SYSFS
1172P: Greg Kroah-Hartman
1173M: gregkh@suse.de
1174L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001175T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Supported
1177
1178DRM DRIVERS
1179P: David Airlie
1180M: airlied@linux.ie
1181L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001182T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183S: Maintained
1184
1185DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001186P: Francois Romieu
1187M: romieu@fr.zoreil.com
1188L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189S: Maintained
1190
1191DVB SUBSYSTEM AND DRIVERS
1192P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001193M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001195W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001196T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001197S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198
1199EATA-DMA SCSI DRIVER
1200P: Michael Neuffer
1201L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1202S: Maintained
1203
1204EATA ISA/EISA/PCI SCSI DRIVER
1205P: Dario Ballabio
1206M: ballabio_dario@emc.com
1207L: linux-scsi@vger.kernel.org
1208S: Maintained
1209
1210EATA-PIO SCSI DRIVER
1211P: Michael Neuffer
1212M: mike@i-Connect.Net
1213L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1214S: Maintained
1215
1216EBTABLES
1217P: Bart De Schuymer
1218M: bart.de.schuymer@pandora.be
1219L: ebtables-user@lists.sourceforge.net
1220L: ebtables-devel@lists.sourceforge.net
1221W: http://ebtables.sourceforge.net/
1222S: Maintained
1223
Michael Halcrow237fead2006-10-04 02:16:22 -07001224ECRYPT FILE SYSTEM
1225P: Mike Halcrow, Phillip Hellewell
1226M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1227L: ecryptfs-devel@lists.sourceforge.net
1228W: http://ecryptfs.sourceforge.net/
1229S: Supported
1230
Alan Coxda9bb1d2006-01-18 17:44:13 -08001231EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001232P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001233M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001234L: bluesmoke-devel@lists.sourceforge.net
1235W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001236S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001237
1238EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001239P: Mark Gross
1240M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001241L: bluesmoke-devel@lists.sourceforge.net
1242W: bluesmoke.sourceforge.net
1243S: Maintained
1244
1245EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001246P: Doug Thompson
1247M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001248L: bluesmoke-devel@lists.sourceforge.net
1249W: bluesmoke.sourceforge.net
1250S: Maintained
1251
1252EDAC-R82600
1253P: Tim Small
1254M: tim@buttersideup.com
1255L: bluesmoke-devel@lists.sourceforge.net
1256W: bluesmoke.sourceforge.net
1257S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001258
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259EEPRO100 NETWORK DRIVER
1260P: Andrey V. Savochkin
1261M: saw@saw.sw.com.sg
1262S: Maintained
1263
Josh Triplett0bee8d22006-07-30 03:03:58 -07001264EFS FILESYSTEM
1265W: http://aeschi.ch.eu.org/efs/
1266S: Orphan
1267
Heiko J Schickfab97222006-09-22 15:22:22 -07001268EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1269P: Hoang-Nam Nguyen
1270M: hnguyen@de.ibm.com
1271P: Christoph Raisch
1272M: raisch@de.ibm.com
1273L: openib-general@openib.org
1274S: Supported
1275
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276EMU10K1 SOUND DRIVER
1277P: James Courtier-Dutton
1278M: James@superbug.demon.co.uk
1279L: emu10k1-devel@lists.sourceforge.net
1280W: http://sourceforge.net/projects/emu10k1/
1281S: Maintained
1282
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001283EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001284P: James Smart
1285M: james.smart@emulex.com
1286L: linux-scsi@vger.kernel.org
1287W: http://sourceforge.net/projects/lpfcxxxx
1288S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001289
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290EPSON 1355 FRAMEBUFFER DRIVER
1291P: Christopher Hoover
1292M: ch@murgatroid.com, ch@hpl.hp.com
1293S: Maintained
1294
1295ETHEREXPRESS-16 NETWORK DRIVER
1296P: Philip Blundell
1297M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001298L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299S: Maintained
1300
1301ETHERNET BRIDGE
1302P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001303M: shemminger@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304L: bridge@osdl.org
1305W: http://bridge.sourceforge.net/
1306S: Maintained
1307
1308ETHERTEAM 16I DRIVER
1309P: Mika Kuoppala
1310M: miku@iki.fi
1311S: Maintained
1312
1313EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001314L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315S: Maintained
1316
1317EXT3 FILE SYSTEM
1318P: Stephen Tweedie, Andrew Morton
1319M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001320L: linux-ext4@vger.kernel.org
1321S: Maintained
1322
1323EXT4 FILE SYSTEM
1324P: Stephen Tweedie, Andrew Morton
1325M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1326L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327S: Maintained
1328
Jean Delvaree53004e2006-01-09 23:26:14 +01001329F71805F HARDWARE MONITORING DRIVER
1330P: Jean Delvare
1331M: khali@linux-fr.org
1332L: lm-sensors@lm-sensors.org
1333S: Maintained
1334
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335FARSYNC SYNCHRONOUS DRIVER
1336P: Kevin Curtis
1337M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338W: http://www.farsite.co.uk/
1339S: Supported
1340
1341FRAMEBUFFER LAYER
1342P: Antonino Daplas
1343M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001344L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345W: http://linux-fbdev.sourceforge.net/
1346S: Maintained
1347
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001348FREESCALE SOC FS_ENET DRIVER
1349P: Pantelis Antoniou
1350M: pantelis.antoniou@gmail.com
1351P: Vitaly Bordug
1352M: vbordug@ru.mvista.com
1353L: linuxppc-embedded@ozlabs.org
1354L: netdev@vger.kernel.org
1355S: Maintained
1356
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357FILE LOCKING (flock() and fcntl()/lockf())
1358P: Matthew Wilcox
1359M: matthew@wil.cx
1360L: linux-fsdevel@vger.kernel.org
1361S: Maintained
1362
1363FILESYSTEMS (VFS and infrastructure)
1364P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001365M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366S: Maintained
1367
1368FIRMWARE LOADER (request_firmware)
1369L: linux-kernel@vger.kernel.org
1370S: Orphan
1371
1372FPU EMULATOR
1373P: Bill Metzenthen
1374M: billm@suburbia.net
1375W: http://suburbia.net/~billm/floating-point/emulator/
1376S: Maintained
1377
1378FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1379P: Mike McLagan
1380M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001381L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382S: Maintained
1383
1384FREEVXFS FILESYSTEM
1385P: Christoph Hellwig
1386M: hch@infradead.org
1387W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1388S: Maintained
1389
1390FUJITSU FR-V PORT
1391P: David Howells
1392M: dhowells@redhat.com
1393S: Maintained
1394
Miklos Szeredi04578f12005-09-09 13:10:22 -07001395FUSE: FILESYSTEM IN USERSPACE
1396P: Miklos Szeredi
1397M: miklos@szeredi.hu
1398L: fuse-devel@lists.sourceforge.net
1399W: http://fuse.sourceforge.net/
1400S: Maintained
1401
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1403P: Rik Faith
1404M: faith@cs.unc.edu
1405L: linux-scsi@vger.kernel.org
1406S: Odd fixes (e.g., new signatures)
1407
1408GDT SCSI DISK ARRAY CONTROLLER DRIVER
1409P: Achim Leubner
1410M: achim_leubner@adaptec.com
1411L: linux-scsi@vger.kernel.org
1412W: http://www.icp-vortex.com/
1413S: Supported
1414
1415GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1416P: Krzysztof Halasa
1417M: khc@pm.waw.pl
1418W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1419S: Maintained
1420
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001421GFS2 FILE SYSTEM
1422P: Steven Whitehouse
1423M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001424L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001425W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001426T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1427T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001428S: Supported
1429
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001430GIGASET ISDN DRIVERS
1431P: Hansjoerg Lipp
1432M: hjlipp@web.de
1433P: Tilman Schmidt
1434M: tilman@imap.cc
1435L: gigaset307x-common@lists.sourceforge.net
1436W: http://gigaset307x.sourceforge.net/
1437S: Maintained
1438
Jean Delvare5b543962005-08-15 19:51:02 +02001439HARDWARE MONITORING
1440P: Jean Delvare
1441M: khali@linux-fr.org
1442L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001443W: http://www.lm-sensors.org/
1444T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001445S: Maintained
1446
Michael Buesch844dd052006-06-26 00:24:59 -07001447HARDWARE RANDOM NUMBER GENERATOR CORE
1448P: Michael Buesch
1449M: mb@bu3sch.de
1450S: Maintained
1451
Robert Love860e1d62005-08-31 23:57:59 -04001452HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1453P: Robert Love
1454M: rlove@rlove.org
1455M: linux-kernel@vger.kernel.org
1456W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1457S: Maintained
1458
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459HARMONY SOUND DRIVER
1460P: Kyle McMartin
1461M: kyle@parisc-linux.org
1462W: http://www.parisc-linux.org/~kyle/harmony/
1463L: parisc-linux@lists.parisc-linux.org
1464S: Maintained
1465
1466HAYES ESP SERIAL DRIVER
1467P: Andrew J. Robinson
1468M: arobinso@nyx.net
1469L: linux-kernel@vger.kernel.org
1470W: http://www.nyx.net/~arobinso
1471S: Maintained
1472
1473HFS FILESYSTEM
1474P: Roman Zippel
1475M: zippel@linux-m68k.org
1476L: linux-kernel@vger.kernel.org
1477S: Maintained
1478
1479HGA FRAMEBUFFER DRIVER
1480P: Ferenc Bakonyi
1481M: fero@drama.obuda.kando.hu
1482L: linux-nvidia@lists.surfsouth.com
1483W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1484S: Maintained
1485
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001486HID CORE LAYER
1487P: Jiri Kosina
1488M: jkosina@suse.cz
1489L: linux-input@atrey.karlin.mff.cuni.cz
1490S: Maintained
1491
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492HIGH-SPEED SCC DRIVER FOR AX.25
1493P: Klaus Kudielka
1494M: klaus.kudielka@ieee.org
1495L: linux-hams@vger.kernel.org
1496W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1497S: Maintained
1498
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001499HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1500P: HighPoint Linux Team
1501M: linux@highpoint-tech.com
1502W: http://www.highpoint-tech.com
1503S: Supported
1504
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505HIPPI
1506P: Jes Sorensen
1507M: jes@trained-monkey.org
1508L: linux-hippi@sunsite.dk
1509S: Maintained
1510
1511HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1512P: Chirag Kantharia
1513M: chirag.kantharia@hp.com
1514L: iss_storagedev@hp.com
1515S: Maintained
1516
1517HEWLETT-PACKARD SMART2 RAID DRIVER
1518P: Chirag Kantharia
1519M: chirag.kantharia@hp.com
1520L: iss_storagedev@hp.com
1521S: Maintained
1522
1523HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1524P: Mike Miller
1525M: mike.miller@hp.com
1526L: iss_storagedev@hp.com
1527S: Supported
1528
Jouni Malinenff1d2762005-05-12 22:54:16 -04001529HOST AP DRIVER
1530P: Jouni Malinen
1531M: jkmaline@cc.hut.fi
1532L: hostap@shmoo.com
1533W: http://hostap.epitest.fi/
1534S: Maintained
1535
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1537P: Jaroslav Kysela
1538M: perex@suse.cz
1539S: Maintained
1540
Bob Piccob9b03322005-11-07 00:59:19 -08001541HPET: High Precision Event Timers driver (hpet.c)
1542P: Clemens Ladisch
1543M: clemens@ladisch.de
1544S: Maintained
1545
1546HPET: i386
1547P: Venkatesh Pallipadi (Venki)
1548M: venkatesh.pallipadi@intel.com
1549S: Maintained
1550
1551HPET: x86_64
1552P: Andi Kleen and Vojtech Pavlik
1553M: ak@muc.de and vojtech@suse.cz
1554S: Maintained
1555
1556HPET: ACPI hpet.c
1557P: Bob Picco
1558M: bob.picco@hp.com
1559S: Maintained
1560
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561HPFS FILESYSTEM
1562P: Mikulas Patocka
1563M: mikulas@artax.karlin.mff.cuni.cz
1564W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1565S: Maintained
1566
1567HUGETLB FILESYSTEM
1568P: William Irwin
1569M: wli@holomorphy.com
1570S: Maintained
1571
Jean Delvare5b543962005-08-15 19:51:02 +02001572I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573P: Jean Delvare
1574M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001575L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001576T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577S: Maintained
1578
1579I2O
1580P: Markus Lidel
1581M: markus.lidel@shadowconnect.com
1582W: http://i2o.shadowconnect.com/
1583S: Maintained
1584
1585i386 BOOT CODE
1586P: Riley H. Williams
1587M: Riley@Williams.Name
1588L: Linux-Kernel@vger.kernel.org
1589S: Maintained
1590
1591i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1592P: Dave Jones
1593M: davej@codemonkey.org.uk
1594P: H. Peter Anvin
1595M: hpa@zytor.com
1596S: Maintained
1597
1598i810 TCO TIMER WATCHDOG
1599P: Nils Faerber
1600M: nils@kernelconcepts.de
1601W: http://www.kernelconcepts.de/
1602S: Maintained
1603
1604IA64 (Itanium) PLATFORM
1605P: Tony Luck
1606M: tony.luck@intel.com
1607L: linux-ia64@vger.kernel.org
1608W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001609T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610S: Maintained
1611
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001612IBM ACPI EXTRAS DRIVER
1613P: Henrique de Moraes Holschuh
1614M: ibm-acpi@hmh.eng.br
1615L: ibm-acpi-devel@lists.sourceforge.net
1616W: http://ibm-acpi.sourceforge.net
1617W: http://thinkwiki.org/wiki/Ibm-acpi
1618T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1619S: Maintained
1620
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001622P: Jes Sorensen
1623M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624L: linux-altix@sgi.com
1625L: linux-ia64@vger.kernel.org
1626W: http://www.sgi.com/altix
1627S: Maintained
1628
1629IBM MCA SCSI SUBSYSTEM DRIVER
1630P: Michael Lang
1631M: langa2@kph.uni-mainz.de
1632W: http://www.uni-mainz.de/~langm000/linux.html
1633S: Maintained
1634
1635IBM Power Linux RAID adapter
1636P: Brian King
1637M: brking@us.ibm.com
1638S: Supported
1639
1640IBM ServeRAID RAID DRIVER
1641P: Jack Hammer
1642P: Dave Jeffery
1643M: ipslinux@adaptec.com
1644W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1645S: Supported
1646
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001647IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001649M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001651T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652S: Maintained
1653
1654IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001655P: Alan Cox
1656M: alan@lxorguk.ukuu.org.uk
1657L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658S: Maintained
1659
1660IDE/ATAPI FLOPPY DRIVERS
1661P: Paul Bristow
1662M: Paul Bristow <paul@paulbristow.net>
1663W: http://paulbristow.net/linux/idefloppy.html
1664L: linux-kernel@vger.kernel.org
1665S: Maintained
1666
1667IDE/ATAPI TAPE DRIVERS
1668P: Gadi Oxman
1669M: Gadi Oxman <gadio@netvision.net.il>
1670L: linux-kernel@vger.kernel.org
1671S: Maintained
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673IEEE 1394 SUBSYSTEM
1674P: Ben Collins
1675M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001676P: Stefan Richter
1677M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678L: linux1394-devel@lists.sourceforge.net
1679W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001680T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681S: Maintained
1682
Stefan Richter87730d02006-09-16 12:24:00 +02001683IEEE 1394 IPV4 DRIVER (eth1394)
1684P: Stefan Richter
1685M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001687S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688
1689IEEE 1394 PCILYNX DRIVER
1690P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001691M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001692P: Stefan Richter
1693M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001695S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696
1697IEEE 1394 RAW I/O DRIVER
1698P: Ben Collins
1699M: bcollins@debian.org
1700P: Dan Dennedy
1701M: dan@dennedy.org
1702L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001703S: Maintained
1704
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705IMS TWINTURBO FRAMEBUFFER DRIVER
1706P: Paul Mundt
1707M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001708L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709S: Maintained
1710
1711INFINIBAND SUBSYSTEM
1712P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001713M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714P: Sean Hefty
1715M: mshefty@ichips.intel.com
1716P: Hal Rosenstock
1717M: halr@voltaire.com
1718L: openib-general@openib.org
1719W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001720T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721S: Supported
1722
1723INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001724P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001725M: dmitry.torokhov@gmail.com
1726M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727L: linux-input@atrey.karlin.mff.cuni.cz
1728L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001729T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730S: Maintained
1731
Robert Lovec9f04f52005-07-15 12:21:07 -04001732INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01001733P: John McCutchan
1734M: ttb@tentacle.dhs.org
1735P: Robert Love
1736M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001737L: linux-kernel@vger.kernel.org
1738S: Maintained
1739
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001740INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001741P: Sylvain Meyer
1742M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001743L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001744S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001745
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001747P: Antonino Daplas
1748M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001749L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001750S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751
1752INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1753P: Ingo Molnar
1754M: mingo@redhat.com
1755S: Maintained
1756
1757INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1758P: Jeff Garzik
1759M: jgarzik@pobox.com
1760W: http://sourceforge.net/projects/gkernel/
1761S: Maintained
1762
1763INTEL IA32 MICROCODE UPDATE SUPPORT
1764P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001765M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766S: Maintained
1767
Michael Buesch844dd052006-06-26 00:24:59 -07001768INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1769P: Deepak Saxena
1770M: dsaxena@plexity.net
1771S: Maintained
1772
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001773INTEL IXP2000 ETHERNET DRIVER
1774P: Lennert Buytenhek
1775M: kernel@wantstofly.org
1776L: netdev@vger.kernel.org
1777S: Maintained
1778
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779INTEL PRO/100 ETHERNET SUPPORT
1780P: John Ronciak
1781M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782P: Jesse Brandeburg
1783M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001784P: Jeff Kirsher
1785M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001786P: Auke Kok
1787M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788W: http://sourceforge.net/projects/e1000/
1789S: Supported
1790
1791INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1792P: Jeb Cramer
1793M: cramerj@intel.com
1794P: John Ronciak
1795M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001796P: Jesse Brandeburg
1797M: jesse.brandeburg@intel.com
1798P: Jeff Kirsher
1799M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001800P: Auke Kok
1801M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802W: http://sourceforge.net/projects/e1000/
1803S: Supported
1804
1805INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001806P: Jeff Kirsher
1807M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808P: Ayyappan Veeraiyan
1809M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810P: John Ronciak
1811M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001812P: Jesse Brandeburg
1813M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001814P: Auke Kok
1815M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816W: http://sourceforge.net/projects/e1000/
1817S: Supported
1818
James Ketrenos826d2ab2005-11-07 18:56:59 -06001819INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1820P: Yi Zhu
1821M: yi.zhu@intel.com
1822P: James Ketrenos
1823M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001824L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001825L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1826W: http://ipw2100.sourceforge.net
1827S: Supported
1828
1829INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1830P: Yi Zhu
1831M: yi.zhu@intel.com
1832P: James Ketrenos
1833M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001834L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001835L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1836W: http://ipw2200.sourceforge.net
1837S: Supported
1838
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839IOC3 DRIVER
1840P: Ralf Baechle
1841M: ralf@linux-mips.org
1842L: linux-mips@linux-mips.org
1843S: Maintained
1844
1845IP MASQUERADING:
1846P: Juanjo Ciarlante
1847M: jjciarla@raiz.uncu.edu.ar
1848S: Maintained
1849
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001850IPATH DRIVER:
1851P: Bryan O'Sullivan
1852M: support@pathscale.com
1853L: openib-general@openib.org
1854S: Supported
1855
Corey Minyard4409ebe2006-04-20 02:43:12 -07001856IPMI SUBSYSTEM
1857P: Corey Minyard
1858M: minyard@acm.org
1859L: openipmi-developer@lists.sourceforge.net
1860W: http://openipmi.sourceforge.net/
1861S: Supported
1862
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863IPX NETWORK LAYER
1864P: Arnaldo Carvalho de Melo
1865M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001866L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867S: Maintained
1868
1869IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001870P: Samuel Ortiz
1871M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001872L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001874S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875
1876ISAPNP
1877P: Jaroslav Kysela
1878M: perex@suse.cz
1879S: Maintained
1880
1881ISDN SUBSYSTEM
1882P: Karsten Keil
1883M: kkeil@suse.de
1884P: Kai Germaschewski
1885M: kai.germaschewski@gmx.de
1886L: isdn4linux@listserv.isdn4linux.de
1887W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001888T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889S: Maintained
1890
1891ISDN SUBSYSTEM (Eicon active card driver)
1892P: Armin Schindler
1893M: mac@melware.de
1894L: isdn4linux@listserv.isdn4linux.de
1895W: http://www.melware.de
1896S: Maintained
1897
1898JOURNALLING FLASH FILE SYSTEM (JFFS)
1899P: Axis Communications AB
1900M: jffs-dev@axis.com
1901L: jffs-dev@axis.com
1902W: http://www.developer.axis.com/software/jffs/
1903S: Maintained
1904
1905JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1906P: David Woodhouse
1907M: dwmw2@infradead.org
1908L: jffs-dev@axis.com
1909W: http://sources.redhat.com/jffs2/
1910S: Maintained
1911
1912JFS FILESYSTEM
1913P: Dave Kleikamp
1914M: shaggy@austin.ibm.com
1915L: jfs-discussion@lists.sourceforge.net
1916W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001917T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918S: Supported
1919
Josh Triplettde456d32006-07-30 03:04:00 -07001920JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001921P: Stephen Tweedie, Andrew Morton
1922M: sct@redhat.com, akpm@osdl.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001923L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001924S: Maintained
1925
Rudolf Marek4660cb32006-10-08 22:01:26 +02001926K8TEMP HARDWARE MONITORING DRIVER
1927P: Rudolf Marek
1928M: r.marek@assembler.cz
1929L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930S: Maintained
1931
1932KCONFIG
1933P: Roman Zippel
1934M: zippel@linux-m68k.org
1935L: kbuild-devel@lists.sourceforge.net
1936S: Maintained
1937
Vivek Goyalea6c2082006-05-20 14:59:55 -07001938KDUMP
1939P: Vivek Goyal
1940M: vgoyal@in.ibm.com
1941P: Haren Myneni
1942M: hbabu@us.ibm.com
1943L: fastboot@lists.osdl.org
1944L: linux-kernel@vger.kernel.org
1945W: http://lse.sourceforge.net/kdump/
1946S: Maintained
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948KERNEL AUTOMOUNTER (AUTOFS)
1949P: H. Peter Anvin
1950M: hpa@zytor.com
1951L: autofs@linux.kernel.org
1952S: Odd Fixes
1953
1954KERNEL AUTOMOUNTER v4 (AUTOFS4)
1955P: Ian Kent
1956M: raven@themaw.net
1957L: autofs@linux.kernel.org
1958S: Maintained
1959
1960KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1961P: Kai Germaschewski
1962M: kai@germaschewski.name
1963P: Sam Ravnborg
1964M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001965T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966S: Maintained
1967
1968KERNEL JANITORS
1969P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001970L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972S: Maintained
1973
1974KERNEL NFSD
1975P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08001976M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977L: nfs@lists.sourceforge.net
1978W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08001979S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980
Avi Kivity426d62e2006-12-13 00:34:03 -08001981KERNEL VIRTUAL MACHINE (KVM)
1982P: Avi Kivity
1983M: avi@qumranet.com
1984L: kvm-devel@lists.sourceforge.net
1985W: kvm.sourceforge.net
1986S: Supported
1987
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001988KEXEC
1989P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001990M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001991W: http://www.xmission.com/~ebiederm/files/kexec/
1992L: linux-kernel@vger.kernel.org
1993L: fastboot@osdl.org
1994S: Maintained
1995
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001996KPROBES
1997P: Prasanna S Panchamukhi
1998M: prasanna@in.ibm.com
1999P: Ananth N Mavinakayanahalli
2000M: ananth@in.ibm.com
2001P: Anil S Keshavamurthy
2002M: anil.s.keshavamurthy@intel.com
2003P: David S. Miller
2004M: davem@davemloft.net
2005L: linux-kernel@vger.kernel.org
2006S: Maintained
2007
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002008KS0108 LCD CONTROLLER DRIVER
2009P: Miguel Ojeda Sandonis
2010M: maxextreme@gmail.com
2011L: linux-kernel@vger.kernel.org
2012S: Maintained
2013
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002016S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017
2018LASI 53c700 driver for PARISC
2019P: James E.J. Bottomley
2020M: James.Bottomley@HansenPartnership.com
2021L: linux-scsi@vger.kernel.org
2022S: Maintained
2023
Richard Purdie263de9b2006-05-15 09:44:16 -07002024LED SUBSYSTEM
2025P: Richard Purdie
2026M: rpurdie@rpsys.net
2027S: Maintained
2028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029LEGO USB Tower driver
2030P: Juergen Stuber
2031M: starblue@users.sourceforge.net
2032L: legousb-devel@lists.sourceforge.net
2033W: http://legousb.sourceforge.net/
2034S: Maintained
2035
2036LINUX FOR IBM pSERIES (RS/6000)
2037P: Paul Mackerras
2038M: paulus@au.ibm.com
2039W: http://www.ibm.com/linux/ltc/projects/ppc
2040S: Supported
2041
2042LINUX FOR NCR VOYAGER
2043P: James Bottomley
2044M: James.Bottomley@HansenPartnership.com
2045W: http://www.hansenpartnership.com/voyager
2046S: Maintained
2047
2048LINUX FOR POWERPC
2049P: Paul Mackerras
2050M: paulus@samba.org
2051W: http://www.penguinppc.org/
2052L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002053T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054S: Supported
2055
2056LINUX FOR POWER MACINTOSH
2057P: Benjamin Herrenschmidt
2058M: benh@kernel.crashing.org
2059W: http://www.penguinppc.org/
2060L: linuxppc-dev@ozlabs.org
2061S: Maintained
2062
2063LINUX FOR POWERPC EMBEDDED MPC52XX
2064P: Sylvain Munaut
2065M: tnt@246tNt.com
2066W: http://www.246tNt.com/mpc52xx/
2067W: http://www.penguinppc.org/
2068L: linuxppc-dev@ozlabs.org
2069L: linuxppc-embedded@ozlabs.org
2070S: Maintained
2071
2072LINUX FOR POWERPC EMBEDDED PPC4XX
2073P: Matt Porter
2074M: mporter@kernel.crashing.org
2075W: http://www.penguinppc.org/
2076L: linuxppc-embedded@ozlabs.org
2077S: Maintained
2078
Tom Rinie93adf12005-07-26 12:49:53 -07002079LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080P: Tom Rini
2081M: trini@kernel.crashing.org
2082W: http://www.penguinppc.org/
2083L: linuxppc-embedded@ozlabs.org
2084S: Maintained
2085
Tom Rinie93adf12005-07-26 12:49:53 -07002086LINUX FOR POWERPC EMBEDDED PPC8XX
2087P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002088M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002089W: http://www.penguinppc.org/
2090L: linuxppc-embedded@ozlabs.org
2091S: Maintained
2092
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002094P: Kumar Gala
2095M: galak@kernel.crashing.org
2096W: http://www.penguinppc.org/
2097L: linuxppc-embedded@ozlabs.org
2098S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099
Olof Johanssonab06ff32006-09-06 14:44:54 -05002100LINUX FOR POWERPC PA SEMI PWRFICIENT
2101P: Olof Johansson
2102M: olof@lixom.net
2103W: http://www.pasemi.com/
2104L: linuxppc-dev@ozlabs.org
2105S: Supported
2106
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107LLC (802.2)
2108P: Arnaldo Carvalho de Melo
2109M: acme@conectiva.com.br
2110S: Maintained
2111
2112LINUX FOR 64BIT POWERPC
2113P: Paul Mackerras
2114M: paulus@samba.org
2115M: paulus@au.ibm.com
2116P: Anton Blanchard
2117M: anton@samba.org
2118M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002119W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002120L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121S: Supported
2122
2123LINUX SECURITY MODULE (LSM) FRAMEWORK
2124P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002125M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002126L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002128T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Supported
2130
2131LM83 HARDWARE MONITOR DRIVER
2132P: Jean Delvare
2133M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002134L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Maintained
2136
2137LM90 HARDWARE MONITOR DRIVER
2138P: Jean Delvare
2139M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002140L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Maintained
2142
2143LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2144P: Richard Russon (FlatCap)
2145M: ldm@flatcap.org
2146L: ldm-devel@lists.sourceforge.net
2147W: http://ldm.sourceforge.net
2148S: Maintained
2149
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002150LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2151P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002152M: Eric.Moore@lsi.com
2153M: support@lsi.com
2154L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002155L: linux-scsi@vger.kernel.org
2156W: http://www.lsilogic.com/support
2157S: Supported
2158
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2160P: Matthew Wilcox
2161M: matthew@wil.cx
2162L: linux-scsi@vger.kernel.org
2163S: Maintained
2164
2165M68K ARCHITECTURE
2166P: Geert Uytterhoeven
2167M: geert@linux-m68k.org
2168P: Roman Zippel
2169M: zippel@linux-m68k.org
2170L: linux-m68k@lists.linux-m68k.org
2171W: http://www.linux-m68k.org/
2172W: http://linux-m68k-cvs.ubb.ca/
2173S: Maintained
2174
2175M68K ON APPLE MACINTOSH
2176P: Joshua Thompson
2177M: funaho@jurai.org
2178W: http://www.mac.linux-m68k.org/
2179L: linux-mac68k@mac.linux-m68k.org
2180S: Maintained
2181
2182M68K ON HP9000/300
2183P: Philip Blundell
2184M: philb@gnu.org
2185W: http://www.tazenda.demon.co.uk/phil/linux-hp
2186S: Maintained
2187
2188MARVELL YUKON / SYSKONNECT DRIVER
2189P: Mirko Lindner
2190M: mlindner@syskonnect.de
2191P: Ralph Roesler
2192M: rroesler@syskonnect.de
2193W: http://www.syskonnect.com
2194S: Supported
2195
Michael Kerriskfaf16682005-07-31 22:34:47 -07002196MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002197P: Michael Kerrisk
2198M: mtk-manpages@gmx.net
2199W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2200S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002201
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002202MARVELL MV643XX ETHERNET DRIVER
2203P: Dale Farnsworth
2204M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002206M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002207L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002208S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209
2210MATROX FRAMEBUFFER DRIVER
2211P: Petr Vandrovec
2212M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002213L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214S: Maintained
2215
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002216MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002217P: Neela Syam Kolli
2218M: Neela.Kolli@engenio.com
2219S: linux-scsi@vger.kernel.org
2220W: http://megaraid.lsilogic.com
2221S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002222
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002223MEMORY MANAGEMENT
2224L: linux-mm@kvack.org
2225L: linux-kernel@vger.kernel.org
2226W: http://www.linux-mm.org
2227S: Maintained
2228
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002229MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230P: David Woodhouse
2231M: dwmw2@infradead.org
2232W: http://www.linux-mtd.infradead.org/
2233L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002234T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235S: Maintained
2236
2237MICROTEK X6 SCANNER
2238P: Oliver Neukum
2239M: oliver@neukum.name
2240S: Maintained
2241
2242MIPS
2243P: Ralf Baechle
2244M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002245W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002247T: git www.linux-mips.org:/pub/scm/linux.git
2248S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249
2250MISCELLANEOUS MCA-SUPPORT
2251P: James Bottomley
2252M: jejb@steeleye.com
2253L: linux-kernel@vger.kernel.org
2254S: Maintained
2255
2256MODULE SUPPORT
2257P: Rusty Russell
2258M: rusty@rustcorp.com.au
2259L: linux-kernel@vger.kernel.org
2260S: Maintained
2261
2262MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2263P: Stelian Pop
2264M: stelian@popies.net
2265W: http://popies.net/meye/
2266S: Maintained
2267
2268MOUSE AND MISC DEVICES [GENERAL]
2269P: Alessandro Rubini
2270M: rubini@ipvvis.unipv.it
2271L: linux-kernel@vger.kernel.org
2272S: Maintained
2273
Jiri Slabyd7354102006-12-08 02:38:35 -08002274MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2275P: Jiri Slaby
2276M: jirislaby@gmail.com
2277L: linux-kernel@vger.kernel.org
2278S: Maintained
2279
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002280MSI LAPTOP SUPPORT
2281P: Lennart Poettering
2282M: mzxreary@0pointer.de
2283L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2284W: http://0pointer.de/lennart/tchibo.html
2285S: Maintained
2286
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287MTRR AND SIMILAR SUPPORT [i386]
2288P: Richard Gooch
2289M: rgooch@atnf.csiro.au
2290L: linux-kernel@vger.kernel.org
2291W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2292S: Maintained
2293
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002294MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2295P: Pierre Ossman
2296M: drzeus-mmc@drzeus.cx
2297L: linux-kernel@vger.kernel.org
2298S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002299
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300MULTISOUND SOUND DRIVER
2301P: Andrew Veliath
2302M: andrewtv@usa.net
2303S: Maintained
2304
Jiri Slabyd7354102006-12-08 02:38:35 -08002305MULTITECH MULTIPORT CARD (ISICOM)
2306P: Jiri Slaby
2307M: jirislaby@gmail.com
2308L: linux-kernel@vger.kernel.org
2309S: Maintained
2310
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311NATSEMI ETHERNET DRIVER (DP8381x)
2312P: Tim Hockin
2313M: thockin@hockin.org
2314S: Maintained
2315
2316NCP FILESYSTEM
2317P: Petr Vandrovec
2318M: vandrove@vc.cvut.cz
2319L: linware@sh.cvut.cz
2320S: Maintained
2321
2322NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2323P: James E.J. Bottomley
2324M: James.Bottomley@HansenPartnership.com
2325L: linux-scsi@vger.kernel.org
2326S: Maintained
2327
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002328NETEM NETWORK EMULATOR
2329P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002330M: shemminger@linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002331L: netem@osdl.org
2332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334NETFILTER/IPTABLES/IPCHAINS
2335P: Rusty Russell
2336P: Marc Boucher
2337P: James Morris
2338P: Harald Welte
2339P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002340P: Patrick McHardy
2341M: kaber@trash.net
2342L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002343L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002344L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345W: http://www.netfilter.org/
2346W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347S: Supported
2348
Paul Moore4cc67732006-09-25 15:57:13 -07002349NETLABEL
2350P: Paul Moore
2351M: paul.moore@hp.com
2352W: http://netlabel.sf.net
2353L: netdev@vger.kernel.org
2354S: Supported
2355
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356NETROM NETWORK LAYER
2357P: Ralf Baechle
2358M: ralf@linux-mips.org
2359L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002360W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361S: Maintained
2362
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002363NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364P: Paul Clements
2365M: Paul.Clements@steeleye.com
2366S: Maintained
2367
2368NETWORK DEVICE DRIVERS
2369P: Andrew Morton
2370M: akpm@osdl.org
2371P: Jeff Garzik
2372M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002373L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002374T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375S: Maintained
2376
2377NETWORKING [GENERAL]
2378P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002379M: netdev@vger.kernel.org
2380L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002381W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Maintained
2383
2384NETWORKING [IPv4/IPv6]
2385P: David S. Miller
2386M: davem@davemloft.net
2387P: Alexey Kuznetsov
2388M: kuznet@ms2.inr.ac.ru
2389P: Pekka Savola (ipv6)
2390M: pekkas@netcore.fi
2391P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002392M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393P: Hideaki YOSHIFUJI
2394M: yoshfuji@linux-ipv6.org
2395P: Patrick McHardy
2396M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002397L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002398T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399S: Maintained
2400
John W. Linville29f8f632006-01-18 14:52:48 -08002401NETWORKING [WIRELESS]
2402P: John W. Linville
2403M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002404L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002405T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2406S: Maintained
2407
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002408NETXEN (1/10) GbE SUPPORT
2409P: Amit S. Kale
2410M: amitkale@netxen.com
2411L: netdev@vger.kernel.org
2412W: http://www.netxen.com
2413S: Supported
2414
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415IPVS
2416P: Wensong Zhang
2417M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002418P: Simon Horman
2419M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420P: Julian Anastasov
2421M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002422L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423S: Maintained
2424
2425NFS CLIENT
2426P: Trond Myklebust
2427M: trond.myklebust@fys.uio.no
2428L: linux-kernel@vger.kernel.org
2429S: Maintained
2430
2431NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002432P: Jan-Pascal van Best
2433M: janpascal@vanbest.org
2434P: Andreas Mohr
2435M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002436L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437S: Maintained
2438
2439NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2440P: YOKOTA Hiroshi
2441M: yokota@netlab.is.tsukuba.ac.jp
2442W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2443S: Maintained
2444
2445NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2446P: GOTO Masanori
2447M: gotom@debian.or.jp
2448P: YOKOTA Hiroshi
2449M: yokota@netlab.is.tsukuba.ac.jp
2450W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2451S: Maintained
2452
2453NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2454P: Eberhard Moenkeberg
2455M: emoenke@gwdg.de
2456L: linux-kernel@vger.kernel.org
2457S: Maintained
2458
2459NTFS FILESYSTEM
2460P: Anton Altaparmakov
2461M: aia21@cantab.net
2462L: linux-ntfs-dev@lists.sourceforge.net
2463L: linux-kernel@vger.kernel.org
2464W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002465T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466S: Maintained
2467
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002468NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002469P: Antonino Daplas
2470M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002471L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002472S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002474OPENCORES I2C BUS DRIVER
2475P: Peter Korsgaard
2476M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002477L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002478S: Maintained
2479
Mark Fashehccd979b2005-12-15 14:31:24 -08002480ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2481P: Mark Fasheh
2482M: mark.fasheh@oracle.com
2483P: Kurt Hackel
2484M: kurt.hackel@oracle.com
2485L: ocfs2-devel@oss.oracle.com
2486W: http://oss.oracle.com/projects/ocfs2/
2487S: Supported
2488
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489OLYMPIC NETWORK DRIVER
2490P: Peter De Shrijver
2491M: p2@ace.ulyssis.student.kuleuven.ac.be
2492P: Mike Phillips
2493M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002494L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495L: linux-tr@linuxtr.net
2496W: http://www.linuxtr.net
2497S: Maintained
2498
Harald Weltec1986ee2005-11-13 16:06:29 -08002499OMNIKEY CARDMAN 4000 DRIVER
2500P: Harald Welte
2501M: laforge@gnumonks.org
2502S: Maintained
2503
Harald Welte77c44ab2005-11-13 16:06:26 -08002504OMNIKEY CARDMAN 4040 DRIVER
2505P: Harald Welte
2506M: laforge@gnumonks.org
2507S: Maintained
2508
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509ONSTREAM SCSI TAPE DRIVER
2510P: Willem Riede
2511M: osst@riede.org
2512L: osst-users@lists.sourceforge.net
2513L: linux-scsi@vger.kernel.org
2514S: Maintained
2515
2516OPL3-SA2, SA3, and SAx DRIVER
2517P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002518M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519L: linux-sound@vger.kernel.org
2520S: Maintained
2521
2522OPROFILE
2523P: Philippe Elie
2524M: phil.el@wanadoo.fr
2525L: oprofile-list@lists.sf.net
2526S: Maintained
2527
2528ORINOCO DRIVER
2529P: Pavel Roskin
2530M: proski@gnu.org
2531P: David Gibson
2532M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002533L: orinoco-users@lists.sourceforge.net
2534L: orinoco-devel@lists.sourceforge.net
2535W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536S: Maintained
2537
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002538PA SEMI ETHERNET DRIVER
2539P: Olof Johansson
2540M: olof@lixom.net
2541L: netdev@vger.kernel.org
2542S: Maintained
2543
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002544PA SEMI SMBUS DRIVER
2545P: Olof Johansson
2546M: olof@lixom.net
2547L: i2c@lm-sensors.org
2548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550PARALLEL PORT SUPPORT
2551P: Phil Blundell
2552M: philb@gnu.org
2553P: Tim Waugh
2554M: tim@cyberelk.net
2555P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556P: Andrea Arcangeli
2557M: andrea@suse.de
2558L: linux-parport@lists.infradead.org
2559W: http://people.redhat.com/twaugh/parport/
2560S: Maintained
2561
2562PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2563P: Tim Waugh
2564M: tim@cyberelk.net
2565L: linux-parport@lists.infradead.org
2566W: http://www.torque.net/linux-pp.html
2567S: Maintained
2568
2569PARISC ARCHITECTURE
2570P: Matthew Wilcox
2571M: matthew@wil.cx
2572P: Grant Grundler
2573M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002574P: Kyle McMartin
2575M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576L: parisc-linux@parisc-linux.org
2577W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002578T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2579T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580S: Maintained
2581
Jim Cromie1662d322006-10-06 00:43:59 -07002582PC87360 HARDWARE MONITORING DRIVER
2583P: Jim Cromie
2584M: jim.cromie@gmail.com
2585L: lm-sensors@lm-sensors.org
2586S: Maintained
2587
2588PC8736x GPIO DRIVER
2589P: Jim Cromie
2590M: jim.cromie@gmail.com
2591S: Maintained
2592
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002593PCI ERROR RECOVERY
2594P: Linas Vepstas
2595M: linas@austin.ibm.com
2596L: linux-kernel@vger.kernel.org
2597L: linux-pci@atrey.karlin.mff.cuni.cz
2598S: Supported
2599
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2601P: Thomas Sailer
2602M: sailer@ife.ee.ethz.ch
2603L: linux-sound@vger.kernel.org
2604W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2605S: Maintained
2606
2607PCI SUBSYSTEM
2608P: Greg Kroah-Hartman
2609M: gregkh@suse.de
2610L: linux-kernel@vger.kernel.org
2611L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002612T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613S: Supported
2614
2615PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002616P: Kristen Carlson Accardi
2617M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618S: Supported
2619
2620PCI HOTPLUG COMPAQ DRIVER
2621P: Greg Kroah-Hartman
2622M: greg@kroah.com
2623S: Maintained
2624
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002625PCIE HOTPLUG DRIVER
2626P: Kristen Carlson Accardi
2627M: kristen.c.accardi@intel.com
2628L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002629S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002632P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002633L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002635T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002636S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637
2638PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002639P: Don Fry
2640M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002641L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642S: Maintained
2643
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002644PER-TASK DELAY ACCOUNTING
2645P: Shailabh Nagar
2646M: nagar@watson.ibm.com
2647L: linux-kernel@vger.kernel.org
2648S: Maintained
2649
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002650PERSONALITY HANDLING
2651P: Christoph Hellwig
2652M: hch@infradead.org
2653L: linux-abi-devel@lists.sourceforge.net
2654S: Maintained
2655
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656PHRAM MTD DRIVER
2657P: Jörn Engel
2658M: joern@wh.fh-wedel.de
2659L: linux-mtd@lists.infradead.org
2660S: Maintained
2661
Peter Osterlund249a6772005-09-27 21:45:30 -07002662PKTCDVD DRIVER
2663P: Peter Osterlund
2664M: petero2@telia.com
2665L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002666S: Maintained
2667
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668POSIX CLOCKS and TIMERS
2669P: George Anzinger
2670M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002671L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672S: Supported
2673
Eugene Surovegin24682972005-10-14 03:00:53 -07002674POWERPC 4xx EMAC DRIVER
2675P: Eugene Surovegin
2676M: ebs@ebshome.net
2677W: http://kernel.ebshome.net/emac/
2678L: linuxppc-embedded@ozlabs.org
2679L: netdev@vger.kernel.org
2680S: Maintained
2681
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682PNP SUPPORT
2683P: Adam Belay
2684M: ambx1@neo.rr.com
2685S: Maintained
2686
Vitaly Wool999445d2007-01-04 13:07:03 +01002687PNXxxxx I2C DRIVER
2688P: Vitaly Wool
2689M: vitalywool@gmail.com
2690L: i2c@lm-sensors.org
2691S: Maintained
2692
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693PPP PROTOCOL DRIVERS AND COMPRESSORS
2694P: Paul Mackerras
2695M: paulus@samba.org
2696L: linux-ppp@vger.kernel.org
2697S: Maintained
2698
2699PPP OVER ATM (RFC 2364)
2700P: Mitchell Blank Jr
2701M: mitch@sfgoth.com
2702S: Maintained
2703
2704PPP OVER ETHERNET
2705P: Michal Ostrowski
2706M: mostrows@speakeasy.net
2707S: Maintained
2708
2709PREEMPTIBLE KERNEL
2710P: Robert Love
2711M: rml@tech9.net
2712L: linux-kernel@vger.kernel.org
2713L: kpreempt-tech@lists.sourceforge.net
2714W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2715S: Supported
2716
2717PRISM54 WIRELESS DRIVER
2718P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002719M: developers@islsm.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002720L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721W: http://prism54.org
2722S: Maintained
2723
2724PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2725P: Peter Denison
2726M: promise@pnd-pc.demon.co.uk
2727W: http://www.pnd-pc.demon.co.uk/promise/
2728S: Maintained
2729
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002730PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2731P: Mikael Pettersson
2732M: mikpe@it.uu.se
2733L: linux-ide@vger.kernel.org
2734S: Maintained
2735
Geoff Levandf58a9d12006-11-23 00:46:51 +01002736PS3 PLATFORM SUPPORT
2737P: Geoff Levand
2738M: geoffrey.levand@am.sony.com
2739L: linuxppc-dev@ozlabs.org
2740L: cbe-oss-dev@ozlabs.org
2741S: Supported
2742
Michael Krufky83202042006-07-03 00:24:18 -07002743PVRUSB2 VIDEO4LINUX DRIVER
2744P: Mike Isely
2745M: isely@pobox.com
2746L: pvrusb2@isely.net
2747L: video4linux-list@redhat.com
2748W: http://www.isely.net/pvrusb2/
2749S: Maintained
2750
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751PXA2xx SUPPORT
2752P: Nicolas Pitre
2753M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002754L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755S: Maintained
2756
2757QLOGIC QLA2XXX FC-SCSI DRIVER
2758P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002759M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760L: linux-scsi@vger.kernel.org
2761S: Supported
2762
Ron Mercer5a4faa82006-07-25 00:40:21 -07002763QLOGIC QLA3XXX NETWORK DRIVER
2764P: Ron Mercer
2765M: linux-driver@qlogic.com
2766L: netdev@vger.kernel.org
2767S: Supported
2768
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769QNX4 FILESYSTEM
2770P: Anders Larsen
2771M: al@alarsen.net
2772L: linux-kernel@vger.kernel.org
2773W: http://www.alarsen.net/linux/qnx4fs/
2774S: Maintained
2775
2776RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002777P: Benjamin Herrenschmidt
2778M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002779L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780S: Maintained
2781
2782RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002783P: Paul Mackerras
2784M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002785L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786S: Maintained
2787
2788RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2789P: Corey Thomas
2790M: corey@world.std.com
2791L: linux-kernel@vger.kernel.org
2792S: Maintained
2793
Matt Mackall9e95ce22005-04-16 15:25:56 -07002794RANDOM NUMBER DRIVER
2795P: Matt Mackall
2796M: mpm@selenic.com
2797S: Maintained
2798
Matt Porter394b7012005-11-07 01:00:15 -08002799RAPIDIO SUBSYSTEM
2800P: Matt Porter
2801M: mporter@kernel.crashing.org
2802L: linux-kernel@vger.kernel.org
2803S: Maintained
2804
Josh Triplett595182b2006-10-04 02:17:21 -07002805READ-COPY UPDATE (RCU)
2806P: Dipankar Sarma
2807M: dipankar@in.ibm.com
2808W: http://www.rdrop.com/users/paulmck/rclock/
2809L: linux-kernel@vger.kernel.org
2810S: Supported
2811
2812RCUTORTURE MODULE
2813P: Josh Triplett
2814M: josh@freedesktop.org
2815L: linux-kernel@vger.kernel.org
2816S: Maintained
2817
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818REAL TIME CLOCK DRIVER
2819P: Paul Gortmaker
2820M: p_gortmaker@yahoo.com
2821L: linux-kernel@vger.kernel.org
2822S: Maintained
2823
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002824REAL TIME CLOCK (RTC) SUBSYSTEM
2825P: Alessandro Zummo
2826M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002827L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002828S: Maintained
2829
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830REISERFS FILE SYSTEM
2831P: Hans Reiser
2832M: reiserfs-dev@namesys.com
2833L: reiserfs-list@namesys.com
2834W: http://www.namesys.com
2835S: Supported
2836
2837ROCKETPORT DRIVER
2838P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839W: http://www.comtrol.com
2840S: Maintained
2841
2842ROSE NETWORK LAYER
2843P: Ralf Baechle
2844M: ralf@linux-mips.org
2845L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002846W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847S: Maintained
2848
2849RISCOM8 DRIVER
2850S: Orphan
2851
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002852S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002853P: Antonino Daplas
2854M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002855L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002856S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002857
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858S390
2859P: Martin Schwidefsky
2860M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002861P: Heiko Carstens
2862M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002864L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002865W: http://www.ibm.com/developerworks/linux/linux390/
2866S: Supported
2867
2868S390 NETWORK DRIVERS
2869P: Frank Pavlic
2870M: fpavlic@de.ibm.com
2871M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002872L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002873W: http://www.ibm.com/developerworks/linux/linux390/
2874S: Supported
2875
2876S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002877P: Swen Schillig
2878M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002879M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002880L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002881W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882S: Supported
2883
2884SAA7146 VIDEO4LINUX-2 DRIVER
2885P: Michael Hunold
2886M: michael@mihu.de
2887W: http://www.mihu.de/linux/saa7146
2888S: Maintained
2889
2890SBPCD CDROM DRIVER
2891P: Eberhard Moenkeberg
2892M: emoenke@gwdg.de
2893L: linux-kernel@vger.kernel.org
2894S: Maintained
2895
2896SC1200 WDT DRIVER
2897P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002898M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899S: Maintained
2900
2901SCHEDULER
2902P: Ingo Molnar
2903M: mingo@elte.hu
2904P: Robert Love [the preemptible kernel bits]
2905M: rml@tech9.net
2906L: linux-kernel@vger.kernel.org
2907S: Maintained
2908
2909SCSI CDROM DRIVER
2910P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002911M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912L: linux-scsi@vger.kernel.org
2913W: http://www.kernel.dk
2914S: Maintained
2915
2916SCSI SG DRIVER
2917P: Doug Gilbert
2918M: dgilbert@interlog.com
2919L: linux-scsi@vger.kernel.org
2920W: http://www.torque.net/sg
2921S: Maintained
2922
2923SCSI SUBSYSTEM
2924P: James E.J. Bottomley
2925M: James.Bottomley@SteelEye.com
2926L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002927T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928S: Maintained
2929
2930SCSI TAPE DRIVER
2931P: Kai Mäkisara
2932M: Kai.Makisara@kolumbus.fi
2933L: linux-scsi@vger.kernel.org
2934S: Maintained
2935
2936SCTP PROTOCOL
Jim Cromiece00f852006-11-30 04:49:44 +01002937P: Sridhar Samudrala
2938M: sri@us.ibm.com
2939L: lksctp-developers@lists.sourceforge.net
2940S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941
2942SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002943P: Jim Cromie
2944M: jim.cromie@gmail.com
2945S: Odd Fixes
2946
2947SCx200 GPIO DRIVER
2948P: Jim Cromie
2949M: jim.cromie@gmail.com
2950S: Maintained
2951
2952SCx200 HRT CLOCKSOURCE DRIVER
2953P: Jim Cromie
2954M: jim.cromie@gmail.com
2955S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956
2957SECURITY CONTACT
2958P: Security Officers
2959M: security@kernel.org
2960S: Supported
2961
2962SELINUX SECURITY MODULE
2963P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002964M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002966M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967L: linux-kernel@vger.kernel.org (kernel issues)
2968L: selinux@tycho.nsa.gov (general discussion)
2969W: http://www.nsa.gov/selinux
2970S: Supported
2971
2972SERIAL ATA (SATA) SUBSYSTEM:
2973P: Jeff Garzik
2974M: jgarzik@pobox.com
2975L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002976T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977S: Supported
2978
2979SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2980P: Pat Gefre
2981M: pfg@sgi.com
2982L: linux-ia64@vger.kernel.org
2983S: Supported
2984
2985SGI VISUAL WORKSTATION 320 AND 540
2986P: Andrey Panin
2987M: pazke@donpac.ru
2988L: linux-visws-devel@lists.sf.net
2989W: http://linux-visws.sf.net
2990S: Maintained for 2.6.
2991
2992SIMTEC EB110ATX (Chalice CATS)
2993P: Ben Dooks
2994P: Vincent Sanders
2995M: support@simtec.co.uk
2996W: http://www.simtec.co.uk/products/EB110ATX/
2997S: Supported
2998
2999SIMTEC EB2410ITX (BAST)
3000P: Ben Dooks
3001P: Vincent Sanders
3002M: support@simtec.co.uk
3003W: http://www.simtec.co.uk/products/EB2410ITX/
3004S: Supported
3005
Francois Romieu92aab3c2005-07-30 13:11:18 +02003006SIS 190 ETHERNET DRIVER
3007P: Francois Romieu
3008M: romieu@fr.zoreil.com
3009L: netdev@vger.kernel.org
3010S: Maintained
3011
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012SIS 5513 IDE CONTROLLER DRIVER
3013P: Lionel Bouton
3014M: Lionel.Bouton@inet6.fr
3015W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3016W: http://gyver.homeip.net/sis5513/index.html
3017S: Maintained
3018
3019SIS 900/7016 FAST ETHERNET DRIVER
3020P: Daniele Venzano
3021M: venza@brownhat.org
3022W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003023L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024S: Maintained
3025
3026SIS FRAMEBUFFER DRIVER
3027P: Thomas Winischhofer
3028M: thomas@winischhofer.net
3029W: http://www.winischhofer.net/linuxsisvga.shtml
3030S: Maintained
3031
3032SIS USB2VGA DRIVER
3033P: Thomas Winischhofer
3034M: thomas@winischhofer.net
3035W: http://www.winischhofer.at/linuxsisusbvga.shtml
3036S: Maintained
3037
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038SMC91x ETHERNET DRIVER
3039P: Nicolas Pitre
3040M: nico@cam.org
3041S: Maintained
3042
Daniel Drake8f0f8502006-07-18 22:00:25 +01003043SOFTMAC LAYER (IEEE 802.11)
3044P: Johannes Berg
3045M: johannes@sipsolutions.net
3046P: Joe Jezak
3047M: josejx@gentoo.org
3048P: Daniel Drake
3049M: dsd@gentoo.org
3050W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01003051L: netdev@vger.kernel.org
3052S: Maintained
3053
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054SOFTWARE RAID (Multiple Disks) SUPPORT
3055P: Ingo Molnar
3056M: mingo@redhat.com
3057P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003058M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003060S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061
3062SOFTWARE SUSPEND:
3063P: Pavel Machek
3064M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07003065L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066S: Maintained
3067
3068SONIC NETWORK DRIVER
3069P: Thomas Bogendoerfer
3070M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003071L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072S: Maintained
3073
3074SONY VAIO CONTROL DEVICE DRIVER
3075P: Stelian Pop
3076M: stelian@popies.net
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003077P: Mattia Dongili
3078M: malattia@linux.it
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079W: http://popies.net/sonypi/
3080S: Maintained
3081
3082SOUND
3083P: Jaroslav Kysela
3084M: perex@suse.cz
3085L: alsa-devel@alsa-project.org
3086S: Maintained
3087
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003088SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3089P: Liam Girdwood
3090M: liam.girdwood@wolfsonmicro.com
3091L: alsa-devel@alsa-project.org
3092S: Supported
3093
Kumar Gala025c3982006-04-02 16:05:54 -05003094SPI SUBSYSTEM
3095P: David Brownell
3096M: dbrownell@users.sourceforge.net
3097L: spi-devel-general@lists.sourceforge.net
3098S: Maintained
3099
Steven Rostedt855f46a2006-08-05 12:14:50 -07003100STABLE BRANCH:
3101P: Greg Kroah-Hartman
3102M: greg@kroah.com
3103P: Chris Wright
3104M: chrisw@sous-sol.org
3105L: stable@kernel.org
3106S: Maintained
3107
Kylene Hall1c72d462005-05-01 08:59:13 -07003108TPM DEVICE DRIVER
3109P: Kylene Hall
3110M: kjhall@us.ibm.com
3111W: http://tpmdd.sourceforge.net
3112L: tpmdd-devel@lists.sourceforge.net
3113S: Maintained
3114
Mark Gross1a80ba82005-10-30 15:02:55 -08003115Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003116P: Mark Gross
3117M: mark.gross@intel.com
3118S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003119
Chris Zankel48b415c2005-06-23 22:01:07 -07003120TENSILICA XTENSA PORT (xtensa):
3121P: Chris Zankel
3122M: chris@zankel.net
3123S: Maintained
3124
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125UltraSPARC (sparc64):
3126P: David S. Miller
3127M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003129T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130S: Maintained
3131
3132SHARP LH SUPPORT (LH7952X & LH7A40X)
3133P: Marc Singer
3134M: elf@buici.com
3135W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003136L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137S: Maintained
3138
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003139SHPC HOTPLUG DRIVER
3140P: Kristen Carlson Accardi
3141M: kristen.c.accardi@intel.com
3142L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003143S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003144
Pierre Ossmand129bce2006-03-24 03:18:17 -08003145SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3146P: Pierre Ossman
3147M: drzeus-sdhci@drzeus.cx
3148L: sdhci-devel@list.drzeus.cx
3149W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3150S: Maintained
3151
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003152SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3153P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003154M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003155L: netdev@vger.kernel.org
3156S: Maintained
3157
Chris Boot1a87d942006-07-10 04:45:34 -07003158SOEKRIS NET48XX LED SUPPORT
3159P: Chris Boot
3160M: bootc@bootc.net
3161S: Maintained
3162
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163SPARC (sparc32):
3164P: William L. Irwin
3165M: wli@holomorphy.com
3166L: sparclinux@vger.kernel.org
3167S: Maintained
3168
3169SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3170P: Roger Wolff
3171M: R.E.Wolff@BitWizard.nl
3172L: linux-kernel@vger.kernel.org ?
3173S: Supported
3174
Jim Lewis2752e402006-09-29 02:01:19 -07003175SPIDERNET NETWORK DRIVER for CELL
3176P: Jim Lewis
3177M: jim@jklewis.com
3178L: netdev@vger.kernel.org
3179S: Supported
3180
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181SRM (Alpha) environment access
3182P: Jan-Benedict Glaw
3183M: jbglaw@lug-owl.de
3184L: linux-kernel@vger.kernel.org
3185S: Maintained
3186
3187STARFIRE/DURALAN NETWORK DRIVER
3188P: Ion Badulescu
3189M: ionut@cs.columbia.edu
3190S: Maintained
3191
3192STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3193W: http://mosquitonet.Stanford.EDU/strip.html
3194S: Unsupported ?
3195
3196STRADIS MPEG-2 DECODER DRIVER
3197P: Nathan Laredo
3198M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199W: http://www.stradis.com/
3200S: Maintained
3201
3202SUPERH (sh)
3203P: Paul Mundt
3204M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003205L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207S: Maintained
3208
3209SUPERH64 (sh64)
3210P: Paul Mundt
3211M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212L: linuxsh-shmedia-dev@lists.sourceforge.net
3213W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214S: Maintained
3215
3216SUN3/3X
3217P: Sam Creasey
3218M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219W: http://sammy.net/sun3/
3220S: Maintained
3221
3222SVGA HANDLING
3223P: Martin Mares
3224M: mj@ucw.cz
3225L: linux-video@atrey.karlin.mff.cuni.cz
3226S: Maintained
3227
3228SYSV FILESYSTEM
3229P: Christoph Hellwig
3230M: hch@infradead.org
3231S: Maintained
3232
Stephen Hemminger781b4562006-07-10 20:25:29 -07003233TC CLASSIFIER
3234P: Jamal Hadi Salim
3235M: hadi@cyberus.ca
3236L: netdev@vger.kernel.org
3237S: Maintained
3238
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003239TCP LOW PRIORITY MODULE
3240P: Wong Hoi Sing, Edison
3241M: hswong3i@gmail.com
3242P: Hung Hing Lun, Mike
3243M: hlhung3i@gmail.com
3244W: http://tcp-lp-mod.sourceforge.net/
3245S: Maintained
3246
Alex Dubov4020f2d2006-10-04 02:15:37 -07003247TI FLASH MEDIA INTERFACE DRIVER
3248P: Alex Dubov
3249M: oakad@yahoo.com
3250S: Maintained
3251
Michael Buesch844dd052006-06-26 00:24:59 -07003252TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3253P: Deepak Saxena
3254M: dsaxena@plexity.net
3255S: Maintained
3256
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003257TASKSTATS STATISTICS INTERFACE
3258P: Shailabh Nagar
3259M: nagar@watson.ibm.com
3260L: linux-kernel@vger.kernel.org
3261S: Maintained
3262
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003264P: Romain Lievin
3265M: roms@lpg.ticalc.org
3266S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267
Per Lidene86eaa32006-01-12 16:45:18 +01003268TIPC NETWORK LAYER
3269P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003270M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003271P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003272M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003273P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003274M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003275L: tipc-discussion@lists.sourceforge.net
3276W: http://tipc.sourceforge.net/
3277W: http://tipc.cslab.ericsson.net/
3278T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3279S: Maintained
3280
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281TLAN NETWORK DRIVER
3282P: Samuel Chessman
3283M: chessman@tux.org
3284L: tlan-devel@lists.sourceforge.net
3285W: http://sourceforge.net/projects/tlan/
3286S: Maintained
3287
3288TOKEN-RING NETWORK DRIVER
3289P: Mike Phillips
3290M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003291L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292L: linux-tr@linuxtr.net
3293W: http://www.linuxtr.net
3294S: Maintained
3295
3296TOSHIBA ACPI EXTRAS DRIVER
3297P: John Belmonte
3298M: toshiba_acpi@memebeam.org
3299W: http://memebeam.org/toys/ToshibaAcpiDriver
3300S: Maintained
3301
3302TOSHIBA SMM DRIVER
3303P: Jonathan Buzzard
3304M: jonathan@buzzard.org.uk
3305L: tlinux-users@tce.toshiba-dme.co.jp
3306W: http://www.buzzard.org.uk/toshiba/
3307S: Maintained
3308
3309TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3310P: Muli Ben-Yehuda
3311M: mulix@mulix.org
3312L: linux-kernel@vger.kernel.org
3313S: Maintained
3314
3315TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003316P: Adrian Bunk
3317M: trivial@kernel.org
3318L: linux-kernel@vger.kernel.org
3319W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3320T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3321S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322
3323TMS380 TOKEN-RING NETWORK DRIVER
3324P: Adam Fritzler
3325M: mid@auk.cx
3326L: linux-tr@linuxtr.net
3327W: http://www.auk.cx/tms380tr/
3328S: Maintained
3329
3330TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003331P: Valerie Henson
3332M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333L: tulip-users@lists.sourceforge.net
3334W: http://sourceforge.net/projects/tulip/
3335S: Maintained
3336
3337TUN/TAP driver
3338P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003339M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340L: vtun@office.satix.net
3341W: http://vtun.sourceforge.net/tun
3342S: Maintained
3343
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003344TURBOCHANNEL SUBSYSTEM
3345P: Maciej W. Rozycki
3346M: macro@linux-mips.org
3347S: Maintained
3348
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349U14-34F SCSI DRIVER
3350P: Dario Ballabio
3351M: ballabio_dario@emc.com
3352L: linux-scsi@vger.kernel.org
3353S: Maintained
3354
3355UDF FILESYSTEM
3356P: Ben Fennema
3357M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358W: http://linux-udf.sourceforge.net
3359S: Maintained
3360
3361UNIFORM CDROM DRIVER
3362P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003363M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364L: linux-kernel@vger.kernel.org
3365W: http://www.kernel.dk
3366S: Maintained
3367
3368USB ACM DRIVER
3369P: Oliver Neukum
3370M: oliver@neukum.name
3371L: linux-usb-users@lists.sourceforge.net
3372L: linux-usb-devel@lists.sourceforge.net
3373S: Maintained
3374
3375USB BLOCK DRIVER (UB ub)
3376P: Pete Zaitcev
3377M: zaitcev@redhat.com
3378L: linux-kernel@vger.kernel.org
3379L: linux-usb-devel@lists.sourceforge.net
3380S: Supported
3381
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382USB CDC ETHERNET DRIVER
3383P: Greg Kroah-Hartman
3384M: greg@kroah.com
3385L: linux-usb-users@lists.sourceforge.net
3386L: linux-usb-devel@lists.sourceforge.net
3387S: Maintained
3388W: http://www.kroah.com/linux-usb/
3389
3390USB EHCI DRIVER
3391P: David Brownell
3392M: dbrownell@users.sourceforge.net
3393L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003394S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395
Luca Risolia7ce08c92006-01-11 02:06:59 +00003396USB ET61X[12]51 DRIVER
3397P: Luca Risolia
3398M: luca.risolia@studio.unibo.it
3399L: linux-usb-devel@lists.sourceforge.net
3400L: video4linux-list@redhat.com
3401W: http://www.linux-projects.org
3402S: Maintained
3403
David Brownell69ae9e32006-11-14 02:03:31 -08003404USB GADGET/PERIPHERAL SUBSYSTEM
3405P: David Brownell
3406M: dbrownell@users.sourceforge.net
3407L: linux-usb-devel@lists.sourceforge.net
3408W: http://www.linux-usb.org/gadget
3409S: Maintained
3410
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411USB HID/HIDBP DRIVERS
Jiri Kosina641266f2007-01-15 09:56:21 +01003412P: Jiri Kosina
3413M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414L: linux-usb-devel@lists.sourceforge.net
3415S: Maintained
3416
3417USB HUB DRIVER
3418P: Johannes Erdfelt
3419M: johannes@erdfelt.com
3420L: linux-usb-users@lists.sourceforge.net
3421L: linux-usb-devel@lists.sourceforge.net
3422S: Maintained
3423
Olav Kongas959eea22005-11-03 17:38:14 +02003424USB ISP116X DRIVER
3425P: Olav Kongas
3426M: ok@artecdesign.ee
3427L: linux-usb-devel@lists.sourceforge.net
3428S: Maintained
3429
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430USB KAWASAKI LSI DRIVER
3431P: Oliver Neukum
3432M: oliver@neukum.name
3433L: linux-usb-users@lists.sourceforge.net
3434L: linux-usb-devel@lists.sourceforge.net
3435S: Maintained
3436
3437USB MASS STORAGE DRIVER
3438P: Matthew Dharm
3439M: mdharm-usb@one-eyed-alien.net
3440L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003441L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442S: Maintained
3443W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3444
3445USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003446P: David Brownell
3447M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448L: linux-usb-users@lists.sourceforge.net
3449L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003450S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451
Matthias Urlichsba460e42005-07-14 00:33:47 -07003452USB OPTION-CARD DRIVER
3453P: Matthias Urlichs
3454M: smurf@smurf.noris.de
3455L: linux-usb-devel@lists.sourceforge.net
3456S: Maintained
3457
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458USB OV511 DRIVER
3459P: Mark McClelland
3460M: mmcclell@bigfoot.com
3461L: linux-usb-users@lists.sourceforge.net
3462L: linux-usb-devel@lists.sourceforge.net
3463W: http://alpha.dyndns.org/ov511/
3464S: Maintained
3465
3466USB PEGASUS DRIVER
3467P: Petko Manolov
3468M: petkan@users.sourceforge.net
3469L: linux-usb-users@lists.sourceforge.net
3470L: linux-usb-devel@lists.sourceforge.net
3471W: http://pegasus2.sourceforge.net/
3472S: Maintained
3473
3474USB PRINTER DRIVER
3475P: Vojtech Pavlik
3476M: vojtech@suse.cz
3477L: linux-usb-users@lists.sourceforge.net
3478L: linux-usb-devel@lists.sourceforge.net
3479S: Maintained
3480
3481USB RTL8150 DRIVER
3482P: Petko Manolov
3483M: petkan@users.sourceforge.net
3484L: linux-usb-users@lists.sourceforge.net
3485L: linux-usb-devel@lists.sourceforge.net
3486W: http://pegasus2.sourceforge.net/
3487S: Maintained
3488
3489USB SE401 DRIVER
3490P: Jeroen Vreeken
3491M: pe1rxq@amsat.org
3492L: linux-usb-users@lists.sourceforge.net
3493L: linux-usb-devel@lists.sourceforge.net
3494W: http://www.chello.nl/~j.vreeken/se401/
3495S: Maintained
3496
3497USB SERIAL CYBERJACK DRIVER
3498P: Matthias Bruestle and Harald Welte
3499M: support@reiner-sct.com
3500W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3501S: Maintained
3502
3503USB SERIAL DIGI ACCELEPORT DRIVER
3504P: Peter Berger and Al Borchers
3505M: pberger@brimson.com
3506M: alborchers@steinerpoint.com
3507L: linux-usb-users@lists.sourceforge.net
3508L: linux-usb-devel@lists.sourceforge.net
3509S: Maintained
3510
3511USB SERIAL DRIVER
3512P: Greg Kroah-Hartman
3513M: gregkh@suse.de
3514L: linux-usb-users@lists.sourceforge.net
3515L: linux-usb-devel@lists.sourceforge.net
3516S: Supported
3517
3518USB SERIAL BELKIN F5U103 DRIVER
3519P: William Greathouse
3520M: wgreathouse@smva.com
3521L: linux-usb-users@lists.sourceforge.net
3522L: linux-usb-devel@lists.sourceforge.net
3523S: Maintained
3524
3525USB SERIAL CYPRESS M8 DRIVER
3526P: Lonnie Mendez
3527M: dignome@gmail.com
3528L: linux-usb-users@lists.sourceforge.net
3529L: linux-usb-devel@lists.sourceforge.net
3530S: Maintained
3531W: http://geocities.com/i0xox0i
3532W: http://firstlight.net/cvs
3533
3534USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3535L: linux-usb-users@lists.sourceforge.net
3536L: linux-usb-devel@lists.sourceforge.net
3537S: Maintained
3538
3539USB AUERSWALD DRIVER
3540P: Wolfgang Muees
3541M: wolfgang@iksw-muees.de
3542L: linux-usb-users@lists.sourceforge.net
3543L: linux-usb-devel@lists.sourceforge.net
3544S: Maintained
3545
3546USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3547P: Gary Brubaker
3548M: xavyer@ix.netcom.com
3549L: linux-usb-users@lists.sourceforge.net
3550L: linux-usb-devel@lists.sourceforge.net
3551S: Maintained
3552
3553USB SERIAL KEYSPAN DRIVER
3554P: Greg Kroah-Hartman
3555M: greg@kroah.com
3556L: linux-usb-users@lists.sourceforge.net
3557L: linux-usb-devel@lists.sourceforge.net
3558W: http://www.kroah.com/linux/
3559S: Maintained
3560
3561USB SERIAL WHITEHEAT DRIVER
3562P: Stuart MacDonald
3563M: stuartm@connecttech.com
3564L: linux-usb-users@lists.sourceforge.net
3565L: linux-usb-devel@lists.sourceforge.net
3566W: http://www.connecttech.com
3567S: Supported
3568
3569USB SN9C10x DRIVER
3570P: Luca Risolia
3571M: luca.risolia@studio.unibo.it
3572L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003573L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574W: http://www.linux-projects.org
3575S: Maintained
3576
3577USB SUBSYSTEM
3578P: Greg Kroah-Hartman
3579M: gregkh@suse.de
3580L: linux-usb-users@lists.sourceforge.net
3581L: linux-usb-devel@lists.sourceforge.net
3582W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003583T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584S: Supported
3585
3586USB UHCI DRIVER
3587P: Alan Stern
3588M: stern@rowland.harvard.edu
3589L: linux-usb-users@lists.sourceforge.net
3590L: linux-usb-devel@lists.sourceforge.net
3591S: Maintained
3592
David Brownell69ae9e32006-11-14 02:03:31 -08003593USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003594P: David Brownell
3595M: dbrownell@users.sourceforge.net
3596L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003597W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598S: Maintained
3599
3600USB W996[87]CF DRIVER
3601P: Luca Risolia
3602M: luca.risolia@studio.unibo.it
3603L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003604L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605W: http://www.linux-projects.org
3606S: Maintained
3607
Luca Risolia60f78052006-02-06 16:29:35 +00003608USB ZC0301 DRIVER
3609P: Luca Risolia
3610M: luca.risolia@studio.unibo.it
3611L: linux-usb-devel@lists.sourceforge.net
3612L: video4linux-list@redhat.com
3613W: http://www.linux-projects.org
3614S: Maintained
3615
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616USB ZD1201 DRIVER
3617P: Jeroen Vreeken
3618M: pe1rxq@amsat.org
3619L: linux-usb-users@lists.sourceforge.net
3620L: linux-usb-devel@lists.sourceforge.net
3621W: http://linux-lc100020.sourceforge.net
3622S: Maintained
3623
3624USER-MODE LINUX
3625P: Jeff Dike
3626M: jdike@karaya.com
3627L: user-mode-linux-devel@lists.sourceforge.net
3628L: user-mode-linux-user@lists.sourceforge.net
3629W: http://user-mode-linux.sourceforge.net
3630S: Maintained
3631
3632FAT/VFAT/MSDOS FILESYSTEM:
3633P: OGAWA Hirofumi
3634M: hirofumi@mail.parknet.co.jp
3635L: linux-kernel@vger.kernel.org
3636S: Maintained
3637
3638VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3639P: Jeff Garzik
3640S: Odd fixes
3641
3642VIA RHINE NETWORK DRIVER
3643P: Roger Luethi
3644M: rl@hellgate.ch
3645S: Maintained
3646
Jean Delvare32c0a522005-09-22 21:47:58 +02003647VIAPRO SMBUS DRIVER
3648P: Jean Delvare
3649M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003650L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003651S: Maintained
3652
Francois Romieu01f20732007-01-26 00:57:17 -08003653VIA VELOCITY NETWORK DRIVER
3654P: Francois Romieu
3655M: romieu@fr.zoreil.com
3656L: netdev@vger.kernel.org
3657S: Maintained
3658
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659UCLINUX (AND M68KNOMMU)
3660P: Greg Ungerer
3661M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003663L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664S: Maintained
3665
3666UCLINUX FOR NEC V850
3667P: Miles Bader
3668M: uclinux-v850@lsi.nec.co.jp
3669W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3670W: http://www.ee.nec.de/uclinux/
3671S: Supported
3672
3673UCLINUX FOR RENESAS H8/300
3674P: Yoshinori Sato
3675M: ysato@users.sourceforge.jp
3676W: http://uclinux-h8.sourceforge.jp/
3677S: Supported
3678
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003679UFS FILESYSTEM
3680P: Evgeniy Dushistov
3681M: dushistov@mail.ru
3682L: linux-kernel@vger.kernel.org
3683S: Maintained
3684
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685USB DIAMOND RIO500 DRIVER
3686P: Cesar Miquel
3687M: miquel@df.uba.ar
3688L: rio500-users@lists.sourceforge.net
3689W: http://rio500.sourceforge.net
3690S: Maintained
3691
3692VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003693P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003694M: mchehab@infradead.org
3695M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003697W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003698T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003699S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700
Juerg Haefligerab413192006-09-24 20:54:04 +02003701VT1211 HARDWARE MONITOR DRIVER
3702P: Juerg Haefliger
3703M: juergh@gmail.com
3704L: lm-sensors@lm-sensors.org
3705S: Maintained
3706
Roger Lucas1de9e372005-11-26 20:20:05 +01003707VT8231 HARDWARE MONITOR DRIVER
3708P: Roger Lucas
3709M: roger@planbit.co.uk
3710L: lm-sensors@lm-sensors.org
3711S: Maintained
3712
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713W1 DALLAS'S 1-WIRE BUS
3714P: Evgeniy Polyakov
3715M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716S: Maintained
3717
Charles Spirakis13927072006-07-05 18:05:15 +02003718W83791D HARDWARE MONITORING DRIVER
3719P: Charles Spirakis
3720M: bezaur@gmail.com
3721L: lm-sensors@lm-sensors.org
3722S: Maintained
3723
Rudolf Marek61db0112006-12-12 18:18:30 +01003724W83793 HARDWARE MONITORING DRIVER
3725P: Rudolf Marek
3726M: r.marek@assembler.cz
3727L: lm-sensors@lm-sensors.org
3728S: Maintained
3729
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730W83L51xD SD/MMC CARD INTERFACE DRIVER
3731P: Pierre Ossman
3732M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003733L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734W: http://projects.drzeus.cx/wbsd
3735S: Maintained
3736
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003737WATCHDOG DEVICE DRIVERS
3738P: Wim Van Sebroeck
3739M: wim@iguana.be
3740T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3741S: Maintained
3742
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3744P: Jean Tourrilhes
3745M: jt@hpl.hp.com
3746W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3747S: Maintained
3748
3749WD7000 SCSI DRIVER
3750P: Miroslav Zagorac
3751M: zaga@fly.cc.fer.hr
3752L: linux-scsi@vger.kernel.org
3753S: Maintained
3754
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003755WISTRON LAPTOP BUTTON DRIVER
3756P: Miloslav Trmac
3757M: mitr@volny.cz
3758S: Maintained
3759
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760WL3501 WIRELESS PCMCIA CARD DRIVER
3761P: Arnaldo Carvalho de Melo
3762M: acme@conectiva.com.br
3763W: http://advogato.org/person/acme
3764S: Maintained
3765
3766X.25 NETWORK LAYER
3767P: Henner Eisen
3768M: eis@baty.hanse.de
3769L: linux-x25@vger.kernel.org
3770S: Maintained
3771
3772XFS FILESYSTEM
3773P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003774P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003776L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003778T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779S: Supported
3780
Peter Korsgaard238b8722006-12-06 20:35:17 -08003781XILINX UARTLITE SERIAL DRIVER
3782P: Peter Korsgaard
3783M: jacmet@sunsite.dk
3784L: linux-serial@vger.kernel.org
3785S: Maintained
3786
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787X86 3-LEVEL PAGING (PAE) SUPPORT
3788P: Ingo Molnar
3789M: mingo@redhat.com
3790S: Maintained
3791
3792X86-64 port
3793P: Andi Kleen
3794M: ak@suse.de
3795L: discuss@x86-64.org
3796W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003797T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798S: Maintained
3799
3800YAM DRIVER FOR AX.25
3801P: Jean-Paul Roubelat
3802M: jpr@f6fbb.org
3803L: linux-hams@vger.kernel.org
3804S: Maintained
3805
Henkaf64a5e2005-10-12 15:02:56 +02003806YEALINK PHONE DRIVER
3807P: Henk Vergonet
3808M: Henk.Vergonet@gmail.com
3809L: usbb2k-api-dev@nongnu.org
3810S: Maintained
3811
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812Z8530 DRIVER FOR AX.25
3813P: Joerg Reuter
3814M: jreuter@yaina.de
3815W: http://yaina.de/jreuter/
3816W: http://www.qsl.net/dl1bke/
3817L: linux-hams@vger.kernel.org
3818S: Maintained
3819
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003820ZD1211RW WIRELESS DRIVER
3821P: Daniel Drake
3822M: dsd@gentoo.org
3823P: Ulrich Kunitz
3824M: kune@deine-taler.de
3825W: http://zd1211.ath.cx/wiki/DriverRewrite
3826L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3827S: Maintained
3828
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829ZF MACHZ WATCHDOG
3830P: Fernando Fuganti
3831M: fuganti@netbank.com.br
3832W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3833S: Maintained
3834
3835ZR36067 VIDEO FOR LINUX DRIVER
3836P: Ronald Bultje
3837M: rbultje@ronald.bitfreak.net
3838L: mjpeg-users@lists.sourceforge.net
3839W: http://mjpeg.sourceforge.net/driver-zoran/
3840S: Maintained
3841
3842ZR36120 VIDEO FOR LINUX DRIVER
3843P: Pauline Middelink
3844M: middelin@polyware.nl
3845W: http://www.polyware.nl/~middelin/En/hobbies.html
3846W: http://www.polyware.nl/~middelin/hobbies.html
3847S: Maintained
3848
3849THE REST
3850P: Linus Torvalds
3851S: Buried alive in reporters