blob: 8c8090e02d8e1abb43a7b88ce0616d995530e5f1 [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
Richard Purdie300abeb2007-02-07 22:21:07 +0000682BACKLIGHT CLASS/SUBSYSTEM
683P: Richard Purdie
684M: rpurdie@rpsys.net
685S: Maintained
686
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687BAYCOM/HDLCDRV DRIVERS FOR AX.25
688P: Thomas Sailer
689M: t.sailer@alumni.ethz.ch
690L: linux-hams@vger.kernel.org
691W: http://www.baycom.org/~tom/ham/ham.html
692S: Maintained
693
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200694BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
695P: Larry Finger
696M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200697P: Stefano Brivio
698M: st3@riseup.net
699W: http://bcm43xx.berlios.de/
700S: Maintained
701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702BEFS FILE SYSTEM
703P: Sergey S. Kostyliov
704M: rathamahata@php4.ru
705L: linux-kernel@vger.kernel.org
706S: Maintained
707
708BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
709P: Kenji Hollis
710W: http://ftp.bitgate.com/pcwd/
711S: Maintained
712
713BFS FILE SYSTEM
714P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800715M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716L: linux-kernel@vger.kernel.org
717S: Maintained
718
719BLOCK LAYER
720P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200721M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800723T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724S: Maintained
725
726BLUETOOTH SUBSYSTEM
727P: Marcel Holtmann
728M: marcel@holtmann.org
729P: Maxim Krasnyansky
730M: maxk@qualcomm.com
731L: bluez-devel@lists.sf.net
732W: http://bluez.sf.net
733W: http://www.bluez.org
734W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800735T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736S: Maintained
737
738BLUETOOTH RFCOMM LAYER
739P: Marcel Holtmann
740M: marcel@holtmann.org
741P: Maxim Krasnyansky
742M: maxk@qualcomm.com
743S: Maintained
744
745BLUETOOTH BNEP LAYER
746P: Marcel Holtmann
747M: marcel@holtmann.org
748P: Maxim Krasnyansky
749M: maxk@qualcomm.com
750S: Maintained
751
752BLUETOOTH CMTP LAYER
753P: Marcel Holtmann
754M: marcel@holtmann.org
755S: Maintained
756
757BLUETOOTH HIDP LAYER
758P: Marcel Holtmann
759M: marcel@holtmann.org
760S: Maintained
761
762BLUETOOTH HCI UART DRIVER
763P: Marcel Holtmann
764M: marcel@holtmann.org
765P: Maxim Krasnyansky
766M: maxk@qualcomm.com
767S: Maintained
768
769BLUETOOTH HCI USB DRIVER
770P: Marcel Holtmann
771M: marcel@holtmann.org
772P: Maxim Krasnyansky
773M: maxk@qualcomm.com
774S: Maintained
775
776BLUETOOTH HCI BCM203X DRIVER
777P: Marcel Holtmann
778M: marcel@holtmann.org
779S: Maintained
780
781BLUETOOTH HCI BPA10X DRIVER
782P: Marcel Holtmann
783M: marcel@holtmann.org
784S: Maintained
785
786BLUETOOTH HCI BFUSB DRIVER
787P: Marcel Holtmann
788M: marcel@holtmann.org
789S: Maintained
790
791BLUETOOTH HCI DTL1 DRIVER
792P: Marcel Holtmann
793M: marcel@holtmann.org
794S: Maintained
795
796BLUETOOTH HCI BLUECARD DRIVER
797P: Marcel Holtmann
798M: marcel@holtmann.org
799S: Maintained
800
801BLUETOOTH HCI BT3C DRIVER
802P: Marcel Holtmann
803M: marcel@holtmann.org
804S: Maintained
805
806BLUETOOTH HCI BTUART DRIVER
807P: Marcel Holtmann
808M: marcel@holtmann.org
809S: Maintained
810
811BLUETOOTH HCI VHCI DRIVER
812P: Maxim Krasnyansky
813M: maxk@qualcomm.com
814S: Maintained
815
816BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100817P: Chad Tindel
818M: ctindel@users.sourceforge.net
819P: Jay Vosburgh
820M: fubar@us.ibm.com
821L: bonding-devel@lists.sourceforge.net
822W: http://sourceforge.net/projects/bonding/
823S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000825BROADBAND PROCESSOR ARCHITECTURE
826P: Arnd Bergmann
827M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100828L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400829W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000830S: Supported
831
Gary Zambrano39105892006-06-22 17:26:20 -0700832BROADCOM B44 10/100 ETHERNET DRIVER
833P: Gary Zambrano
834M: zambrano@broadcom.com
835L: netdev@vger.kernel.org
836S: Supported
837
Michael Chan948c51e2006-06-04 02:51:39 -0700838BROADCOM BNX2 GIGABIT ETHERNET DRIVER
839P: Michael Chan
840M: mchan@broadcom.com
841L: netdev@vger.kernel.org
842S: Supported
843
844BROADCOM TG3 GIGABIT ETHERNET DRIVER
845P: Michael Chan
846M: mchan@broadcom.com
847L: netdev@vger.kernel.org
848S: Supported
849
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700851P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200852M: mchehab@infradead.org
853M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700855W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200856T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700857S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200859CALGARY x86-64 IOMMU
860P: Muli Ben-Yehuda
861M: muli@il.ibm.com
862P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200863M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200864L: linux-kernel@vger.kernel.org
865L: discuss@x86-64.org
866S: Maintained
867
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800868CFAG12864B LCD DRIVER
869P: Miguel Ojeda Sandonis
870M: maxextreme@gmail.com
871L: linux-kernel@vger.kernel.org
872S: Maintained
873
874CFAG12864BFB LCD FRAMEBUFFER DRIVER
875P: Miguel Ojeda Sandonis
876M: maxextreme@gmail.com
877L: linux-kernel@vger.kernel.org
878S: Maintained
879
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880COMMON INTERNET FILE SYSTEM (CIFS)
881P: Steve French
882M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100883L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884L: samba-technical@lists.samba.org
885W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800886T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887S: Supported
888
Joel Becker7063fbf2005-12-15 14:29:43 -0800889CONFIGFS
890P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800891M: joel.becker@oracle.com
892L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800893S: Supported
894
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800895CIRRUS LOGIC EP93XX ETHERNET DRIVER
896P: Lennert Buytenhek
897M: kernel@wantstofly.org
898L: netdev@vger.kernel.org
899S: Maintained
900
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901CIRRUS LOGIC GENERIC FBDEV DRIVER
902P: Jeff Garzik
903M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800904L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905S: Odd Fixes
906
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800907CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
908P: Lennert Buytenhek
909M: kernel@wantstofly.org
910L: linux-usb-devel@lists.sourceforge.net
911S: Maintained
912
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
914P: Cirrus Logic Corporation (kernel 2.2 driver)
915M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
916P: Nils Faerber (port to kernel 2.4)
917M: Nils Faerber <nils@kernelconcepts.de>
918S: Maintained
919
920CODA FILE SYSTEM
921P: Jan Harkes
922M: jaharkes@cs.cmu.edu
923M: coda@cs.cmu.edu
924L: codalist@coda.cs.cmu.edu
925W: http://www.coda.cs.cmu.edu/
926S: Maintained
927
928COMPACTPCI HOTPLUG CORE
929P: Scott Murray
930M: scottm@somanetworks.com
931M: scott@spiteful.org
932L: pcihpd-discuss@lists.sourceforge.net
933S: Supported
934
935COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
936P: Scott Murray
937M: scottm@somanetworks.com
938M: scott@spiteful.org
939L: pcihpd-discuss@lists.sourceforge.net
940S: Supported
941
942COMPACTPCI HOTPLUG GENERIC DRIVER
943P: Scott Murray
944M: scottm@somanetworks.com
945M: scott@spiteful.org
946L: pcihpd-discuss@lists.sourceforge.net
947S: Supported
948
949COMPUTONE INTELLIPORT MULTIPORT CARD
950P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700951M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700953S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954
955COSA/SRP SYNC SERIAL DRIVER
956P: Jan "Yenya" Kasprzak
957M: kas@fi.muni.cz
958W: http://www.fi.muni.cz/~kas/cosa/
959S: Maintained
960
961CPU FREQUENCY DRIVERS
962P: Dave Jones
963M: davej@codemonkey.org.uk
964L: cpufreq@lists.linux.org.uk
965W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500966T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967S: Maintained
968
969CPUID/MSR DRIVER
970P: H. Peter Anvin
971M: hpa@zytor.com
972S: Maintained
973
Paul Jacksoned90fb42005-09-27 21:45:37 -0700974CPUSETS
975P: Paul Jackson
976P: Simon Derr
977M: pj@sgi.com
978M: simon.derr@bull.net
979L: linux-kernel@vger.kernel.org
980W: http://www.bullopensource.org/cpuset/
981S: Supported
982
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100984W: http://sourceforge.net/projects/cramfs/
985S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986
987CRIS PORT
988P: Mikael Starvik
989M: starvik@axis.com
990L: dev-etrax@axis.com
991W: http://developer.axis.com
992S: Maintained
993
994CRYPTO API
995P: Herbert Xu
996M: herbert@gondor.apana.org.au
997P: David S. Miller
998M: davem@davemloft.net
999L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001000T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001S: Maintained
1002
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001003CS5535 Audio ALSA driver
1004P: Jaya Kumar
1005M: jayakumar.alsa@gmail.com
1006S: Maintained
1007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008CYBERPRO FB DRIVER
1009P: Russell King
1010M: rmk@arm.linux.org.uk
1011W: http://www.arm.linux.org.uk/
1012S: Maintained
1013
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001014CYBLAFB FRAMEBUFFER DRIVER
1015P: Knut Petersen
1016M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001017L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001018S: Maintained
1019
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020CYCLADES 2X SYNC CARD DRIVER
1021P: Arnaldo Carvalho de Melo
1022M: acme@conectiva.com.br
1023W: http://advogato.org/person/acme
1024L: cycsyn-devel@bazar.conectiva.com.br
1025S: Maintained
1026
1027CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001029S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030
1031CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001033S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035DAMA SLAVE for AX.25
1036P: Joerg Reuter
1037M: jreuter@yaina.de
1038W: http://yaina.de/jreuter/
1039W: http://www.qsl.net/dl1bke/
1040L: linux-hams@vger.kernel.org
1041S: Maintained
1042
1043DC395x SCSI driver
1044P: Oliver Neukum
1045M: oliver@neukum.name
1046P: Ali Akcaagac
1047M: aliakc@web.de
1048P: Jamie Lenehan
1049M: lenehan@twibble.org
1050W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001051L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052L: http://lists.twibble.org/mailman/listinfo/dc395x/
1053S: Maintained
1054
1055DC390/AM53C974 SCSI driver
1056P: Kurt Garloff
1057M: garloff@suse.de
1058W: http://www.garloff.de/kurt/linux/dc390/
1059P: Guennadi Liakhovetski
1060M: g.liakhovetski@gmx.de
1061S: Maintained
1062
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001063DCCP PROTOCOL
1064P: Arnaldo Carvalho de Melo
1065M: acme@mandriva.com
1066L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001067W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001068S: Maintained
1069
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070DECnet NETWORK LAYER
1071P: Patrick Caulfield
1072M: patrick@tykepenguin.com
1073W: http://linux-decnet.sourceforge.net
1074L: linux-decnet-user@lists.sourceforge.net
1075S: Maintained
1076
1077DEFXX FDDI NETWORK DRIVER
1078P: Maciej W. Rozycki
1079M: macro@linux-mips.org
1080S: Maintained
1081
1082DELL LAPTOP SMM DRIVER
1083P: Massimo Dal Zotto
1084M: dz@debian.org
1085W: http://www.debian.org/~dz/i8k/
1086S: Maintained
1087
Doug Warzecha90563ec2005-09-06 15:17:15 -07001088DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1089P: Doug Warzecha
1090M: Douglas_Warzecha@dell.com
1091S: Maintained
1092
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001093DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094P: Alasdair Kergon
1095L: dm-devel@redhat.com
1096W: http://sources.redhat.com/dm
1097S: Maintained
1098
1099DEVICE NUMBER REGISTRY
1100P: Torben Mathiasen
1101M: device@lanana.org
1102W: http://lanana.org/docs/device-list/index.html
1103L: linux-kernel@vger.kernel.org
1104S: Maintained
1105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106DIGI INTL. EPCA DRIVER
1107P: Digi International, Inc
1108M: Eng.Linux@digi.com
1109L: Eng.Linux@digi.com
1110W: http://www.digi.com
1111S: Orphaned
1112
1113DIGI RIGHTSWITCH NETWORK DRIVER
1114P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001115L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116W: http://www.digi.com
1117S: Orphaned
1118
1119DIRECTORY NOTIFICATION
1120P: Stephen Rothwell
1121M: sfr@canb.auug.org.au
1122L: linux-kernel@vger.kernel.org
1123S: Supported
1124
1125DISK GEOMETRY AND PARTITION HANDLING
1126P: Andries Brouwer
1127M: aeb@cwi.nl
1128W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1129W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1130W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1131S: Maintained
1132
1133DISKQUOTA:
1134P: Jan Kara
1135M: jack@suse.cz
1136L: linux-kernel@vger.kernel.org
1137S: Maintained
1138
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001139DISTRIBUTED LOCK MANAGER
1140P: Patrick Caulfield
1141M: pcaulfie@redhat.com
1142P: David Teigland
1143M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001144L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001145W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001146T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1147T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001148S: Supported
1149
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1151P: Tobias Ringstrom
1152M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001153L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154S: Maintained
1155
Martin Waitzba483d52005-06-17 13:20:59 -07001156DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001157P: Randy Dunlap
1158M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001159S: Maintained
1160
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001161DOCKING STATION DRIVER
1162P: Kristen Carlson Accardi
1163M: kristen.c.accardi@intel.com
1164L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001165S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001166
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167DOUBLETALK DRIVER
1168P: James R. Van Zandt
1169M: jrv@vanzandt.mv.com
1170L: blinux-list@redhat.com
1171S: Maintained
1172
1173DRIVER CORE, KOBJECTS, AND SYSFS
1174P: Greg Kroah-Hartman
1175M: gregkh@suse.de
1176L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001177T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178S: Supported
1179
1180DRM DRIVERS
1181P: David Airlie
1182M: airlied@linux.ie
1183L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001184T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185S: Maintained
1186
1187DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001188P: Francois Romieu
1189M: romieu@fr.zoreil.com
1190L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191S: Maintained
1192
1193DVB SUBSYSTEM AND DRIVERS
1194P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001195M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001197W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001198T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001199S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200
1201EATA-DMA SCSI DRIVER
1202P: Michael Neuffer
1203L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1204S: Maintained
1205
1206EATA ISA/EISA/PCI SCSI DRIVER
1207P: Dario Ballabio
1208M: ballabio_dario@emc.com
1209L: linux-scsi@vger.kernel.org
1210S: Maintained
1211
1212EATA-PIO SCSI DRIVER
1213P: Michael Neuffer
1214M: mike@i-Connect.Net
1215L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1216S: Maintained
1217
1218EBTABLES
1219P: Bart De Schuymer
1220M: bart.de.schuymer@pandora.be
1221L: ebtables-user@lists.sourceforge.net
1222L: ebtables-devel@lists.sourceforge.net
1223W: http://ebtables.sourceforge.net/
1224S: Maintained
1225
Michael Halcrow237fead2006-10-04 02:16:22 -07001226ECRYPT FILE SYSTEM
1227P: Mike Halcrow, Phillip Hellewell
1228M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1229L: ecryptfs-devel@lists.sourceforge.net
1230W: http://ecryptfs.sourceforge.net/
1231S: Supported
1232
Alan Coxda9bb1d2006-01-18 17:44:13 -08001233EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001234P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001235M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001236L: bluesmoke-devel@lists.sourceforge.net
1237W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001238S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001239
1240EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001241P: Mark Gross
1242M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001243L: bluesmoke-devel@lists.sourceforge.net
1244W: bluesmoke.sourceforge.net
1245S: Maintained
1246
1247EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001248P: Doug Thompson
1249M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001250L: bluesmoke-devel@lists.sourceforge.net
1251W: bluesmoke.sourceforge.net
1252S: Maintained
1253
1254EDAC-R82600
1255P: Tim Small
1256M: tim@buttersideup.com
1257L: bluesmoke-devel@lists.sourceforge.net
1258W: bluesmoke.sourceforge.net
1259S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001260
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261EEPRO100 NETWORK DRIVER
1262P: Andrey V. Savochkin
1263M: saw@saw.sw.com.sg
1264S: Maintained
1265
Josh Triplett0bee8d22006-07-30 03:03:58 -07001266EFS FILESYSTEM
1267W: http://aeschi.ch.eu.org/efs/
1268S: Orphan
1269
Heiko J Schickfab97222006-09-22 15:22:22 -07001270EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1271P: Hoang-Nam Nguyen
1272M: hnguyen@de.ibm.com
1273P: Christoph Raisch
1274M: raisch@de.ibm.com
1275L: openib-general@openib.org
1276S: Supported
1277
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278EMU10K1 SOUND DRIVER
1279P: James Courtier-Dutton
1280M: James@superbug.demon.co.uk
1281L: emu10k1-devel@lists.sourceforge.net
1282W: http://sourceforge.net/projects/emu10k1/
1283S: Maintained
1284
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001285EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001286P: James Smart
1287M: james.smart@emulex.com
1288L: linux-scsi@vger.kernel.org
1289W: http://sourceforge.net/projects/lpfcxxxx
1290S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001291
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292EPSON 1355 FRAMEBUFFER DRIVER
1293P: Christopher Hoover
1294M: ch@murgatroid.com, ch@hpl.hp.com
1295S: Maintained
1296
1297ETHEREXPRESS-16 NETWORK DRIVER
1298P: Philip Blundell
1299M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001300L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301S: Maintained
1302
1303ETHERNET BRIDGE
1304P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001305M: shemminger@linux-foundation.org
Simon Horman588cc702007-02-20 13:58:06 -08001306L: bridge@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307W: http://bridge.sourceforge.net/
1308S: Maintained
1309
1310ETHERTEAM 16I DRIVER
1311P: Mika Kuoppala
1312M: miku@iki.fi
1313S: Maintained
1314
1315EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001316L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317S: Maintained
1318
1319EXT3 FILE SYSTEM
1320P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001321M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001322L: linux-ext4@vger.kernel.org
1323S: Maintained
1324
1325EXT4 FILE SYSTEM
1326P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001327M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001328L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329S: Maintained
1330
Jean Delvaree53004e2006-01-09 23:26:14 +01001331F71805F HARDWARE MONITORING DRIVER
1332P: Jean Delvare
1333M: khali@linux-fr.org
1334L: lm-sensors@lm-sensors.org
1335S: Maintained
1336
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337FARSYNC SYNCHRONOUS DRIVER
1338P: Kevin Curtis
1339M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340W: http://www.farsite.co.uk/
1341S: Supported
1342
1343FRAMEBUFFER LAYER
1344P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001345M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001346L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347W: http://linux-fbdev.sourceforge.net/
1348S: Maintained
1349
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001350FREESCALE SOC FS_ENET DRIVER
1351P: Pantelis Antoniou
1352M: pantelis.antoniou@gmail.com
1353P: Vitaly Bordug
1354M: vbordug@ru.mvista.com
1355L: linuxppc-embedded@ozlabs.org
1356L: netdev@vger.kernel.org
1357S: Maintained
1358
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359FILE LOCKING (flock() and fcntl()/lockf())
1360P: Matthew Wilcox
1361M: matthew@wil.cx
1362L: linux-fsdevel@vger.kernel.org
1363S: Maintained
1364
1365FILESYSTEMS (VFS and infrastructure)
1366P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001367M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368S: Maintained
1369
1370FIRMWARE LOADER (request_firmware)
1371L: linux-kernel@vger.kernel.org
1372S: Orphan
1373
1374FPU EMULATOR
1375P: Bill Metzenthen
1376M: billm@suburbia.net
1377W: http://suburbia.net/~billm/floating-point/emulator/
1378S: Maintained
1379
1380FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1381P: Mike McLagan
1382M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001383L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384S: Maintained
1385
1386FREEVXFS FILESYSTEM
1387P: Christoph Hellwig
1388M: hch@infradead.org
1389W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1390S: Maintained
1391
1392FUJITSU FR-V PORT
1393P: David Howells
1394M: dhowells@redhat.com
1395S: Maintained
1396
Miklos Szeredi04578f12005-09-09 13:10:22 -07001397FUSE: FILESYSTEM IN USERSPACE
1398P: Miklos Szeredi
1399M: miklos@szeredi.hu
1400L: fuse-devel@lists.sourceforge.net
1401W: http://fuse.sourceforge.net/
1402S: Maintained
1403
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1405P: Rik Faith
1406M: faith@cs.unc.edu
1407L: linux-scsi@vger.kernel.org
1408S: Odd fixes (e.g., new signatures)
1409
1410GDT SCSI DISK ARRAY CONTROLLER DRIVER
1411P: Achim Leubner
1412M: achim_leubner@adaptec.com
1413L: linux-scsi@vger.kernel.org
1414W: http://www.icp-vortex.com/
1415S: Supported
1416
1417GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1418P: Krzysztof Halasa
1419M: khc@pm.waw.pl
1420W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1421S: Maintained
1422
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001423GFS2 FILE SYSTEM
1424P: Steven Whitehouse
1425M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001426L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001427W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001428T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1429T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001430S: Supported
1431
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001432GIGASET ISDN DRIVERS
1433P: Hansjoerg Lipp
1434M: hjlipp@web.de
1435P: Tilman Schmidt
1436M: tilman@imap.cc
1437L: gigaset307x-common@lists.sourceforge.net
1438W: http://gigaset307x.sourceforge.net/
1439S: Maintained
1440
Jean Delvare5b543962005-08-15 19:51:02 +02001441HARDWARE MONITORING
1442P: Jean Delvare
1443M: khali@linux-fr.org
1444L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001445W: http://www.lm-sensors.org/
1446T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001447S: Maintained
1448
Michael Buesch844dd052006-06-26 00:24:59 -07001449HARDWARE RANDOM NUMBER GENERATOR CORE
1450P: Michael Buesch
1451M: mb@bu3sch.de
1452S: Maintained
1453
Robert Love860e1d62005-08-31 23:57:59 -04001454HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1455P: Robert Love
1456M: rlove@rlove.org
1457M: linux-kernel@vger.kernel.org
1458W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1459S: Maintained
1460
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461HARMONY SOUND DRIVER
1462P: Kyle McMartin
1463M: kyle@parisc-linux.org
1464W: http://www.parisc-linux.org/~kyle/harmony/
1465L: parisc-linux@lists.parisc-linux.org
1466S: Maintained
1467
1468HAYES ESP SERIAL DRIVER
1469P: Andrew J. Robinson
1470M: arobinso@nyx.net
1471L: linux-kernel@vger.kernel.org
1472W: http://www.nyx.net/~arobinso
1473S: Maintained
1474
1475HFS FILESYSTEM
1476P: Roman Zippel
1477M: zippel@linux-m68k.org
1478L: linux-kernel@vger.kernel.org
1479S: Maintained
1480
1481HGA FRAMEBUFFER DRIVER
1482P: Ferenc Bakonyi
1483M: fero@drama.obuda.kando.hu
1484L: linux-nvidia@lists.surfsouth.com
1485W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1486S: Maintained
1487
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001488HID CORE LAYER
1489P: Jiri Kosina
1490M: jkosina@suse.cz
1491L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001492T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001493S: Maintained
1494
Ingo Molnar38bed542007-02-22 09:09:34 +01001495HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1496P: Thomas Gleixner
1497M: tglx@linutronix.de
1498L: linux-kernel@vger.kernel.org
1499S: Maintained
1500
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501HIGH-SPEED SCC DRIVER FOR AX.25
1502P: Klaus Kudielka
1503M: klaus.kudielka@ieee.org
1504L: linux-hams@vger.kernel.org
1505W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1506S: Maintained
1507
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001508HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1509P: HighPoint Linux Team
1510M: linux@highpoint-tech.com
1511W: http://www.highpoint-tech.com
1512S: Supported
1513
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514HIPPI
1515P: Jes Sorensen
1516M: jes@trained-monkey.org
1517L: linux-hippi@sunsite.dk
1518S: Maintained
1519
1520HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1521P: Chirag Kantharia
1522M: chirag.kantharia@hp.com
1523L: iss_storagedev@hp.com
1524S: Maintained
1525
1526HEWLETT-PACKARD SMART2 RAID DRIVER
1527P: Chirag Kantharia
1528M: chirag.kantharia@hp.com
1529L: iss_storagedev@hp.com
1530S: Maintained
1531
1532HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1533P: Mike Miller
1534M: mike.miller@hp.com
1535L: iss_storagedev@hp.com
1536S: Supported
1537
Jouni Malinenff1d2762005-05-12 22:54:16 -04001538HOST AP DRIVER
1539P: Jouni Malinen
1540M: jkmaline@cc.hut.fi
1541L: hostap@shmoo.com
1542W: http://hostap.epitest.fi/
1543S: Maintained
1544
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1546P: Jaroslav Kysela
1547M: perex@suse.cz
1548S: Maintained
1549
Bob Piccob9b03322005-11-07 00:59:19 -08001550HPET: High Precision Event Timers driver (hpet.c)
1551P: Clemens Ladisch
1552M: clemens@ladisch.de
1553S: Maintained
1554
1555HPET: i386
1556P: Venkatesh Pallipadi (Venki)
1557M: venkatesh.pallipadi@intel.com
1558S: Maintained
1559
1560HPET: x86_64
1561P: Andi Kleen and Vojtech Pavlik
1562M: ak@muc.de and vojtech@suse.cz
1563S: Maintained
1564
1565HPET: ACPI hpet.c
1566P: Bob Picco
1567M: bob.picco@hp.com
1568S: Maintained
1569
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570HPFS FILESYSTEM
1571P: Mikulas Patocka
1572M: mikulas@artax.karlin.mff.cuni.cz
1573W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1574S: Maintained
1575
1576HUGETLB FILESYSTEM
1577P: William Irwin
1578M: wli@holomorphy.com
1579S: Maintained
1580
Jean Delvare5b543962005-08-15 19:51:02 +02001581I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582P: Jean Delvare
1583M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001584L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001585T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586S: Maintained
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588i386 BOOT CODE
1589P: Riley H. Williams
1590M: Riley@Williams.Name
1591L: Linux-Kernel@vger.kernel.org
1592S: Maintained
1593
1594i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1595P: Dave Jones
1596M: davej@codemonkey.org.uk
1597P: H. Peter Anvin
1598M: hpa@zytor.com
1599S: Maintained
1600
1601i810 TCO TIMER WATCHDOG
1602P: Nils Faerber
1603M: nils@kernelconcepts.de
1604W: http://www.kernelconcepts.de/
1605S: Maintained
1606
1607IA64 (Itanium) PLATFORM
1608P: Tony Luck
1609M: tony.luck@intel.com
1610L: linux-ia64@vger.kernel.org
1611W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001612T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613S: Maintained
1614
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001615IBM ACPI EXTRAS DRIVER
1616P: Henrique de Moraes Holschuh
1617M: ibm-acpi@hmh.eng.br
1618L: ibm-acpi-devel@lists.sourceforge.net
1619W: http://ibm-acpi.sourceforge.net
1620W: http://thinkwiki.org/wiki/Ibm-acpi
1621T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1622S: Maintained
1623
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001625P: Jes Sorensen
1626M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627L: linux-altix@sgi.com
1628L: linux-ia64@vger.kernel.org
1629W: http://www.sgi.com/altix
1630S: Maintained
1631
1632IBM MCA SCSI SUBSYSTEM DRIVER
1633P: Michael Lang
1634M: langa2@kph.uni-mainz.de
1635W: http://www.uni-mainz.de/~langm000/linux.html
1636S: Maintained
1637
1638IBM Power Linux RAID adapter
1639P: Brian King
1640M: brking@us.ibm.com
1641S: Supported
1642
1643IBM ServeRAID RAID DRIVER
1644P: Jack Hammer
1645P: Dave Jeffery
1646M: ipslinux@adaptec.com
1647W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1648S: Supported
1649
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001650IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001652M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001654T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655S: Maintained
1656
1657IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001658P: Alan Cox
1659M: alan@lxorguk.ukuu.org.uk
1660L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661S: Maintained
1662
1663IDE/ATAPI FLOPPY DRIVERS
1664P: Paul Bristow
1665M: Paul Bristow <paul@paulbristow.net>
1666W: http://paulbristow.net/linux/idefloppy.html
1667L: linux-kernel@vger.kernel.org
1668S: Maintained
1669
1670IDE/ATAPI TAPE DRIVERS
1671P: Gadi Oxman
1672M: Gadi Oxman <gadio@netvision.net.il>
1673L: linux-kernel@vger.kernel.org
1674S: Maintained
1675
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676IEEE 1394 SUBSYSTEM
1677P: Ben Collins
1678M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001679P: Stefan Richter
1680M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681L: linux1394-devel@lists.sourceforge.net
1682W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001683T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684S: Maintained
1685
Stefan Richter87730d02006-09-16 12:24:00 +02001686IEEE 1394 IPV4 DRIVER (eth1394)
1687P: Stefan Richter
1688M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001690S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691
1692IEEE 1394 PCILYNX DRIVER
1693P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001694M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001695P: Stefan Richter
1696M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001698S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699
1700IEEE 1394 RAW I/O DRIVER
1701P: Ben Collins
1702M: bcollins@debian.org
1703P: Dan Dennedy
1704M: dan@dennedy.org
1705L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001706S: Maintained
1707
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708IMS TWINTURBO FRAMEBUFFER DRIVER
1709P: Paul Mundt
1710M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001711L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712S: Maintained
1713
1714INFINIBAND SUBSYSTEM
1715P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001716M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717P: Sean Hefty
1718M: mshefty@ichips.intel.com
1719P: Hal Rosenstock
1720M: halr@voltaire.com
1721L: openib-general@openib.org
1722W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001723T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724S: Supported
1725
1726INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001727P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001728M: dmitry.torokhov@gmail.com
1729M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730L: linux-input@atrey.karlin.mff.cuni.cz
1731L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001732T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733S: Maintained
1734
Robert Lovec9f04f52005-07-15 12:21:07 -04001735INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001736P: John McCutchan
1737M: ttb@tentacle.dhs.org
1738P: Robert Love
1739M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001740L: linux-kernel@vger.kernel.org
1741S: Maintained
1742
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001743INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001744P: Sylvain Meyer
1745M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001746L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001747S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001750P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001751M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001752L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001753S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754
1755INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1756P: Ingo Molnar
1757M: mingo@redhat.com
1758S: Maintained
1759
1760INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1761P: Jeff Garzik
1762M: jgarzik@pobox.com
1763W: http://sourceforge.net/projects/gkernel/
1764S: Maintained
1765
1766INTEL IA32 MICROCODE UPDATE SUPPORT
1767P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001768M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769S: Maintained
1770
Michael Buesch844dd052006-06-26 00:24:59 -07001771INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1772P: Deepak Saxena
1773M: dsaxena@plexity.net
1774S: Maintained
1775
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001776INTEL IXP2000 ETHERNET DRIVER
1777P: Lennert Buytenhek
1778M: kernel@wantstofly.org
1779L: netdev@vger.kernel.org
1780S: Maintained
1781
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782INTEL PRO/100 ETHERNET SUPPORT
1783P: John Ronciak
1784M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785P: Jesse Brandeburg
1786M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001787P: Jeff Kirsher
1788M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001789P: Auke Kok
1790M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791W: http://sourceforge.net/projects/e1000/
1792S: Supported
1793
1794INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1795P: Jeb Cramer
1796M: cramerj@intel.com
1797P: John Ronciak
1798M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001799P: Jesse Brandeburg
1800M: jesse.brandeburg@intel.com
1801P: Jeff Kirsher
1802M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001803P: Auke Kok
1804M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805W: http://sourceforge.net/projects/e1000/
1806S: Supported
1807
1808INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001809P: Jeff Kirsher
1810M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811P: Ayyappan Veeraiyan
1812M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813P: John Ronciak
1814M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001815P: Jesse Brandeburg
1816M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001817P: Auke Kok
1818M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819W: http://sourceforge.net/projects/e1000/
1820S: Supported
1821
James Ketrenos826d2ab2005-11-07 18:56:59 -06001822INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1823P: Yi Zhu
1824M: yi.zhu@intel.com
1825P: James Ketrenos
1826M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001827L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001828L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1829W: http://ipw2100.sourceforge.net
1830S: Supported
1831
1832INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1833P: Yi Zhu
1834M: yi.zhu@intel.com
1835P: James Ketrenos
1836M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001837L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001838L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1839W: http://ipw2200.sourceforge.net
1840S: Supported
1841
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842IOC3 DRIVER
1843P: Ralf Baechle
1844M: ralf@linux-mips.org
1845L: linux-mips@linux-mips.org
1846S: Maintained
1847
1848IP MASQUERADING:
1849P: Juanjo Ciarlante
1850M: jjciarla@raiz.uncu.edu.ar
1851S: Maintained
1852
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001853IPATH DRIVER:
1854P: Bryan O'Sullivan
1855M: support@pathscale.com
1856L: openib-general@openib.org
1857S: Supported
1858
Corey Minyard4409ebe2006-04-20 02:43:12 -07001859IPMI SUBSYSTEM
1860P: Corey Minyard
1861M: minyard@acm.org
1862L: openipmi-developer@lists.sourceforge.net
1863W: http://openipmi.sourceforge.net/
1864S: Supported
1865
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866IPX NETWORK LAYER
1867P: Arnaldo Carvalho de Melo
1868M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001869L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870S: Maintained
1871
1872IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001873P: Samuel Ortiz
1874M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001875L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001877S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878
1879ISAPNP
1880P: Jaroslav Kysela
1881M: perex@suse.cz
1882S: Maintained
1883
1884ISDN SUBSYSTEM
1885P: Karsten Keil
1886M: kkeil@suse.de
1887P: Kai Germaschewski
1888M: kai.germaschewski@gmx.de
1889L: isdn4linux@listserv.isdn4linux.de
1890W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001891T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892S: Maintained
1893
1894ISDN SUBSYSTEM (Eicon active card driver)
1895P: Armin Schindler
1896M: mac@melware.de
1897L: isdn4linux@listserv.isdn4linux.de
1898W: http://www.melware.de
1899S: Maintained
1900
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1902P: David Woodhouse
1903M: dwmw2@infradead.org
1904L: jffs-dev@axis.com
1905W: http://sources.redhat.com/jffs2/
1906S: Maintained
1907
1908JFS FILESYSTEM
1909P: Dave Kleikamp
1910M: shaggy@austin.ibm.com
1911L: jfs-discussion@lists.sourceforge.net
1912W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001913T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914S: Supported
1915
Josh Triplettde456d32006-07-30 03:04:00 -07001916JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001917P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001918M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001919L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001920S: Maintained
1921
Rudolf Marek4660cb32006-10-08 22:01:26 +02001922K8TEMP HARDWARE MONITORING DRIVER
1923P: Rudolf Marek
1924M: r.marek@assembler.cz
1925L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926S: Maintained
1927
1928KCONFIG
1929P: Roman Zippel
1930M: zippel@linux-m68k.org
1931L: kbuild-devel@lists.sourceforge.net
1932S: Maintained
1933
Vivek Goyalea6c2082006-05-20 14:59:55 -07001934KDUMP
1935P: Vivek Goyal
1936M: vgoyal@in.ibm.com
1937P: Haren Myneni
1938M: hbabu@us.ibm.com
1939L: fastboot@lists.osdl.org
1940L: linux-kernel@vger.kernel.org
1941W: http://lse.sourceforge.net/kdump/
1942S: Maintained
1943
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944KERNEL AUTOMOUNTER (AUTOFS)
1945P: H. Peter Anvin
1946M: hpa@zytor.com
1947L: autofs@linux.kernel.org
1948S: Odd Fixes
1949
1950KERNEL AUTOMOUNTER v4 (AUTOFS4)
1951P: Ian Kent
1952M: raven@themaw.net
1953L: autofs@linux.kernel.org
1954S: Maintained
1955
1956KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1957P: Kai Germaschewski
1958M: kai@germaschewski.name
1959P: Sam Ravnborg
1960M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001961T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962S: Maintained
1963
1964KERNEL JANITORS
1965P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001966L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968S: Maintained
1969
1970KERNEL NFSD
1971P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08001972M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973L: nfs@lists.sourceforge.net
1974W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08001975S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976
Avi Kivity426d62e2006-12-13 00:34:03 -08001977KERNEL VIRTUAL MACHINE (KVM)
1978P: Avi Kivity
1979M: avi@qumranet.com
1980L: kvm-devel@lists.sourceforge.net
1981W: kvm.sourceforge.net
1982S: Supported
1983
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001984KEXEC
1985P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001986M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001987W: http://www.xmission.com/~ebiederm/files/kexec/
1988L: linux-kernel@vger.kernel.org
Simon Horman588cc702007-02-20 13:58:06 -08001989L: fastboot@lists.osdl.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001990S: Maintained
1991
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001992KPROBES
1993P: Prasanna S Panchamukhi
1994M: prasanna@in.ibm.com
1995P: Ananth N Mavinakayanahalli
1996M: ananth@in.ibm.com
1997P: Anil S Keshavamurthy
1998M: anil.s.keshavamurthy@intel.com
1999P: David S. Miller
2000M: davem@davemloft.net
2001L: linux-kernel@vger.kernel.org
2002S: Maintained
2003
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002004KS0108 LCD CONTROLLER DRIVER
2005P: Miguel Ojeda Sandonis
2006M: maxextreme@gmail.com
2007L: linux-kernel@vger.kernel.org
2008S: Maintained
2009
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002012S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013
2014LASI 53c700 driver for PARISC
2015P: James E.J. Bottomley
2016M: James.Bottomley@HansenPartnership.com
2017L: linux-scsi@vger.kernel.org
2018S: Maintained
2019
Richard Purdie263de9b2006-05-15 09:44:16 -07002020LED SUBSYSTEM
2021P: Richard Purdie
2022M: rpurdie@rpsys.net
2023S: Maintained
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025LEGO USB Tower driver
2026P: Juergen Stuber
2027M: starblue@users.sourceforge.net
2028L: legousb-devel@lists.sourceforge.net
2029W: http://legousb.sourceforge.net/
2030S: Maintained
2031
2032LINUX FOR IBM pSERIES (RS/6000)
2033P: Paul Mackerras
2034M: paulus@au.ibm.com
2035W: http://www.ibm.com/linux/ltc/projects/ppc
2036S: Supported
2037
2038LINUX FOR NCR VOYAGER
2039P: James Bottomley
2040M: James.Bottomley@HansenPartnership.com
2041W: http://www.hansenpartnership.com/voyager
2042S: Maintained
2043
2044LINUX FOR POWERPC
2045P: Paul Mackerras
2046M: paulus@samba.org
2047W: http://www.penguinppc.org/
2048L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002049T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050S: Supported
2051
2052LINUX FOR POWER MACINTOSH
2053P: Benjamin Herrenschmidt
2054M: benh@kernel.crashing.org
2055W: http://www.penguinppc.org/
2056L: linuxppc-dev@ozlabs.org
2057S: Maintained
2058
2059LINUX FOR POWERPC EMBEDDED MPC52XX
2060P: Sylvain Munaut
2061M: tnt@246tNt.com
2062W: http://www.246tNt.com/mpc52xx/
2063W: http://www.penguinppc.org/
2064L: linuxppc-dev@ozlabs.org
2065L: linuxppc-embedded@ozlabs.org
2066S: Maintained
2067
2068LINUX FOR POWERPC EMBEDDED PPC4XX
2069P: Matt Porter
2070M: mporter@kernel.crashing.org
2071W: http://www.penguinppc.org/
2072L: linuxppc-embedded@ozlabs.org
2073S: Maintained
2074
Tom Rinie93adf12005-07-26 12:49:53 -07002075LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076P: Tom Rini
2077M: trini@kernel.crashing.org
2078W: http://www.penguinppc.org/
2079L: linuxppc-embedded@ozlabs.org
2080S: Maintained
2081
Tom Rinie93adf12005-07-26 12:49:53 -07002082LINUX FOR POWERPC EMBEDDED PPC8XX
2083P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002084M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002085W: http://www.penguinppc.org/
2086L: linuxppc-embedded@ozlabs.org
2087S: Maintained
2088
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002090P: Kumar Gala
2091M: galak@kernel.crashing.org
2092W: http://www.penguinppc.org/
2093L: linuxppc-embedded@ozlabs.org
2094S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095
Olof Johanssonab06ff32006-09-06 14:44:54 -05002096LINUX FOR POWERPC PA SEMI PWRFICIENT
2097P: Olof Johansson
2098M: olof@lixom.net
2099W: http://www.pasemi.com/
2100L: linuxppc-dev@ozlabs.org
2101S: Supported
2102
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103LLC (802.2)
2104P: Arnaldo Carvalho de Melo
2105M: acme@conectiva.com.br
2106S: Maintained
2107
2108LINUX FOR 64BIT POWERPC
2109P: Paul Mackerras
2110M: paulus@samba.org
2111M: paulus@au.ibm.com
2112P: Anton Blanchard
2113M: anton@samba.org
2114M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002115W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002116L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117S: Supported
2118
2119LINUX SECURITY MODULE (LSM) FRAMEWORK
2120P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002121M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002122L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002124T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125S: Supported
2126
2127LM83 HARDWARE MONITOR DRIVER
2128P: Jean Delvare
2129M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002130L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131S: Maintained
2132
2133LM90 HARDWARE MONITOR DRIVER
2134P: Jean Delvare
2135M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002136L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
2139LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2140P: Richard Russon (FlatCap)
2141M: ldm@flatcap.org
2142L: ldm-devel@lists.sourceforge.net
2143W: http://ldm.sourceforge.net
2144S: Maintained
2145
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002146LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2147P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002148M: Eric.Moore@lsi.com
2149M: support@lsi.com
2150L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002151L: linux-scsi@vger.kernel.org
2152W: http://www.lsilogic.com/support
2153S: Supported
2154
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2156P: Matthew Wilcox
2157M: matthew@wil.cx
2158L: linux-scsi@vger.kernel.org
2159S: Maintained
2160
2161M68K ARCHITECTURE
2162P: Geert Uytterhoeven
2163M: geert@linux-m68k.org
2164P: Roman Zippel
2165M: zippel@linux-m68k.org
2166L: linux-m68k@lists.linux-m68k.org
2167W: http://www.linux-m68k.org/
2168W: http://linux-m68k-cvs.ubb.ca/
2169S: Maintained
2170
2171M68K ON APPLE MACINTOSH
2172P: Joshua Thompson
2173M: funaho@jurai.org
2174W: http://www.mac.linux-m68k.org/
2175L: linux-mac68k@mac.linux-m68k.org
2176S: Maintained
2177
2178M68K ON HP9000/300
2179P: Philip Blundell
2180M: philb@gnu.org
2181W: http://www.tazenda.demon.co.uk/phil/linux-hp
2182S: Maintained
2183
2184MARVELL YUKON / SYSKONNECT DRIVER
2185P: Mirko Lindner
2186M: mlindner@syskonnect.de
2187P: Ralph Roesler
2188M: rroesler@syskonnect.de
2189W: http://www.syskonnect.com
2190S: Supported
2191
Michael Kerriskfaf16682005-07-31 22:34:47 -07002192MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002193P: Michael Kerrisk
2194M: mtk-manpages@gmx.net
2195W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2196S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002197
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002198MARVELL MV643XX ETHERNET DRIVER
2199P: Dale Farnsworth
2200M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002202M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002203L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002204S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205
2206MATROX FRAMEBUFFER DRIVER
2207P: Petr Vandrovec
2208M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002209L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Maintained
2211
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002212MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002213P: Neela Syam Kolli
2214M: Neela.Kolli@engenio.com
2215S: linux-scsi@vger.kernel.org
2216W: http://megaraid.lsilogic.com
2217S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002218
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002219MEMORY MANAGEMENT
2220L: linux-mm@kvack.org
2221L: linux-kernel@vger.kernel.org
2222W: http://www.linux-mm.org
2223S: Maintained
2224
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002225MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226P: David Woodhouse
2227M: dwmw2@infradead.org
2228W: http://www.linux-mtd.infradead.org/
2229L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002230T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231S: Maintained
2232
2233MICROTEK X6 SCANNER
2234P: Oliver Neukum
2235M: oliver@neukum.name
2236S: Maintained
2237
2238MIPS
2239P: Ralf Baechle
2240M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002241W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002243T: git www.linux-mips.org:/pub/scm/linux.git
2244S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245
2246MISCELLANEOUS MCA-SUPPORT
2247P: James Bottomley
2248M: jejb@steeleye.com
2249L: linux-kernel@vger.kernel.org
2250S: Maintained
2251
2252MODULE SUPPORT
2253P: Rusty Russell
2254M: rusty@rustcorp.com.au
2255L: linux-kernel@vger.kernel.org
2256S: Maintained
2257
2258MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2259P: Stelian Pop
2260M: stelian@popies.net
2261W: http://popies.net/meye/
2262S: Maintained
2263
2264MOUSE AND MISC DEVICES [GENERAL]
2265P: Alessandro Rubini
2266M: rubini@ipvvis.unipv.it
2267L: linux-kernel@vger.kernel.org
2268S: Maintained
2269
Jiri Slabyd7354102006-12-08 02:38:35 -08002270MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2271P: Jiri Slaby
2272M: jirislaby@gmail.com
2273L: linux-kernel@vger.kernel.org
2274S: Maintained
2275
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002276MSI LAPTOP SUPPORT
2277P: Lennart Poettering
2278M: mzxreary@0pointer.de
2279L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2280W: http://0pointer.de/lennart/tchibo.html
2281S: Maintained
2282
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283MTRR AND SIMILAR SUPPORT [i386]
2284P: Richard Gooch
2285M: rgooch@atnf.csiro.au
2286L: linux-kernel@vger.kernel.org
2287W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2288S: Maintained
2289
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002290MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2291P: Pierre Ossman
2292M: drzeus-mmc@drzeus.cx
2293L: linux-kernel@vger.kernel.org
2294S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002295
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296MULTISOUND SOUND DRIVER
2297P: Andrew Veliath
2298M: andrewtv@usa.net
2299S: Maintained
2300
Jiri Slabyd7354102006-12-08 02:38:35 -08002301MULTITECH MULTIPORT CARD (ISICOM)
2302P: Jiri Slaby
2303M: jirislaby@gmail.com
2304L: linux-kernel@vger.kernel.org
2305S: Maintained
2306
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307NATSEMI ETHERNET DRIVER (DP8381x)
2308P: Tim Hockin
2309M: thockin@hockin.org
2310S: Maintained
2311
2312NCP FILESYSTEM
2313P: Petr Vandrovec
2314M: vandrove@vc.cvut.cz
2315L: linware@sh.cvut.cz
2316S: Maintained
2317
2318NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2319P: James E.J. Bottomley
2320M: James.Bottomley@HansenPartnership.com
2321L: linux-scsi@vger.kernel.org
2322S: Maintained
2323
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002324NETEM NETWORK EMULATOR
2325P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002326M: shemminger@linux-foundation.org
Simon Horman588cc702007-02-20 13:58:06 -08002327L: netem@lists.osdl.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002328S: Maintained
2329
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330NETFILTER/IPTABLES/IPCHAINS
2331P: Rusty Russell
2332P: Marc Boucher
2333P: James Morris
2334P: Harald Welte
2335P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002336P: Patrick McHardy
2337M: kaber@trash.net
2338L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002339L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002340L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341W: http://www.netfilter.org/
2342W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343S: Supported
2344
Paul Moore4cc67732006-09-25 15:57:13 -07002345NETLABEL
2346P: Paul Moore
2347M: paul.moore@hp.com
2348W: http://netlabel.sf.net
2349L: netdev@vger.kernel.org
2350S: Supported
2351
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352NETROM NETWORK LAYER
2353P: Ralf Baechle
2354M: ralf@linux-mips.org
2355L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002356W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Maintained
2358
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002359NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360P: Paul Clements
2361M: Paul.Clements@steeleye.com
2362S: Maintained
2363
2364NETWORK DEVICE DRIVERS
2365P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002366M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367P: Jeff Garzik
2368M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002369L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002370T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Maintained
2372
2373NETWORKING [GENERAL]
2374P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002375M: netdev@vger.kernel.org
2376L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002377W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Maintained
2379
2380NETWORKING [IPv4/IPv6]
2381P: David S. Miller
2382M: davem@davemloft.net
2383P: Alexey Kuznetsov
2384M: kuznet@ms2.inr.ac.ru
2385P: Pekka Savola (ipv6)
2386M: pekkas@netcore.fi
2387P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002388M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389P: Hideaki YOSHIFUJI
2390M: yoshfuji@linux-ipv6.org
2391P: Patrick McHardy
2392M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002393L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002394T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395S: Maintained
2396
John W. Linville29f8f632006-01-18 14:52:48 -08002397NETWORKING [WIRELESS]
2398P: John W. Linville
2399M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002400L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002401T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2402S: Maintained
2403
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002404NETXEN (1/10) GbE SUPPORT
2405P: Amit S. Kale
2406M: amitkale@netxen.com
2407L: netdev@vger.kernel.org
2408W: http://www.netxen.com
2409S: Supported
2410
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411IPVS
2412P: Wensong Zhang
2413M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002414P: Simon Horman
2415M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416P: Julian Anastasov
2417M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002418L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419S: Maintained
2420
2421NFS CLIENT
2422P: Trond Myklebust
2423M: trond.myklebust@fys.uio.no
2424L: linux-kernel@vger.kernel.org
2425S: Maintained
2426
2427NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002428P: Jan-Pascal van Best
2429M: janpascal@vanbest.org
2430P: Andreas Mohr
2431M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002432L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
2435NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2436P: YOKOTA Hiroshi
2437M: yokota@netlab.is.tsukuba.ac.jp
2438W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2439S: Maintained
2440
2441NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2442P: GOTO Masanori
2443M: gotom@debian.or.jp
2444P: YOKOTA Hiroshi
2445M: yokota@netlab.is.tsukuba.ac.jp
2446W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2447S: Maintained
2448
2449NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2450P: Eberhard Moenkeberg
2451M: emoenke@gwdg.de
2452L: linux-kernel@vger.kernel.org
2453S: Maintained
2454
2455NTFS FILESYSTEM
2456P: Anton Altaparmakov
2457M: aia21@cantab.net
2458L: linux-ntfs-dev@lists.sourceforge.net
2459L: linux-kernel@vger.kernel.org
2460W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002461T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462S: Maintained
2463
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002464NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002465P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002466M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002467L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002468S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002470OPENCORES I2C BUS DRIVER
2471P: Peter Korsgaard
2472M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002473L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002474S: Maintained
2475
Mark Fashehccd979b2005-12-15 14:31:24 -08002476ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2477P: Mark Fasheh
2478M: mark.fasheh@oracle.com
2479P: Kurt Hackel
2480M: kurt.hackel@oracle.com
2481L: ocfs2-devel@oss.oracle.com
2482W: http://oss.oracle.com/projects/ocfs2/
2483S: Supported
2484
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485OLYMPIC NETWORK DRIVER
2486P: Peter De Shrijver
2487M: p2@ace.ulyssis.student.kuleuven.ac.be
2488P: Mike Phillips
2489M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002490L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491L: linux-tr@linuxtr.net
2492W: http://www.linuxtr.net
2493S: Maintained
2494
Harald Weltec1986ee2005-11-13 16:06:29 -08002495OMNIKEY CARDMAN 4000 DRIVER
2496P: Harald Welte
2497M: laforge@gnumonks.org
2498S: Maintained
2499
Harald Welte77c44ab2005-11-13 16:06:26 -08002500OMNIKEY CARDMAN 4040 DRIVER
2501P: Harald Welte
2502M: laforge@gnumonks.org
2503S: Maintained
2504
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505ONSTREAM SCSI TAPE DRIVER
2506P: Willem Riede
2507M: osst@riede.org
2508L: osst-users@lists.sourceforge.net
2509L: linux-scsi@vger.kernel.org
2510S: Maintained
2511
2512OPL3-SA2, SA3, and SAx DRIVER
2513P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002514M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515L: linux-sound@vger.kernel.org
2516S: Maintained
2517
2518OPROFILE
2519P: Philippe Elie
2520M: phil.el@wanadoo.fr
2521L: oprofile-list@lists.sf.net
2522S: Maintained
2523
2524ORINOCO DRIVER
2525P: Pavel Roskin
2526M: proski@gnu.org
2527P: David Gibson
2528M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002529L: orinoco-users@lists.sourceforge.net
2530L: orinoco-devel@lists.sourceforge.net
2531W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532S: Maintained
2533
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002534PA SEMI ETHERNET DRIVER
2535P: Olof Johansson
2536M: olof@lixom.net
2537L: netdev@vger.kernel.org
2538S: Maintained
2539
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002540PA SEMI SMBUS DRIVER
2541P: Olof Johansson
2542M: olof@lixom.net
2543L: i2c@lm-sensors.org
2544S: Maintained
2545
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546PARALLEL PORT SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547L: linux-parport@lists.infradead.org
David Brownell5fdc2ab2007-03-05 00:30:13 -08002548S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549
2550PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2551P: Tim Waugh
2552M: tim@cyberelk.net
2553L: linux-parport@lists.infradead.org
2554W: http://www.torque.net/linux-pp.html
2555S: Maintained
2556
2557PARISC ARCHITECTURE
2558P: Matthew Wilcox
2559M: matthew@wil.cx
2560P: Grant Grundler
2561M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002562P: Kyle McMartin
2563M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564L: parisc-linux@parisc-linux.org
2565W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002566T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2567T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568S: Maintained
2569
Jim Cromie1662d322006-10-06 00:43:59 -07002570PC87360 HARDWARE MONITORING DRIVER
2571P: Jim Cromie
2572M: jim.cromie@gmail.com
2573L: lm-sensors@lm-sensors.org
2574S: Maintained
2575
2576PC8736x GPIO DRIVER
2577P: Jim Cromie
2578M: jim.cromie@gmail.com
2579S: Maintained
2580
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002581PCI ERROR RECOVERY
2582P: Linas Vepstas
2583M: linas@austin.ibm.com
2584L: linux-kernel@vger.kernel.org
2585L: linux-pci@atrey.karlin.mff.cuni.cz
2586S: Supported
2587
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2589P: Thomas Sailer
2590M: sailer@ife.ee.ethz.ch
2591L: linux-sound@vger.kernel.org
2592W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2593S: Maintained
2594
2595PCI SUBSYSTEM
2596P: Greg Kroah-Hartman
2597M: gregkh@suse.de
2598L: linux-kernel@vger.kernel.org
2599L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002600T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601S: Supported
2602
2603PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002604P: Kristen Carlson Accardi
2605M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606S: Supported
2607
2608PCI HOTPLUG COMPAQ DRIVER
2609P: Greg Kroah-Hartman
2610M: greg@kroah.com
2611S: Maintained
2612
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002613PCIE HOTPLUG DRIVER
2614P: Kristen Carlson Accardi
2615M: kristen.c.accardi@intel.com
2616L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002617S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002618
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002620P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002621L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002623T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002624S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625
2626PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002627P: Don Fry
2628M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002629L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630S: Maintained
2631
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002632PER-TASK DELAY ACCOUNTING
2633P: Shailabh Nagar
2634M: nagar@watson.ibm.com
2635L: linux-kernel@vger.kernel.org
2636S: Maintained
2637
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002638PERSONALITY HANDLING
2639P: Christoph Hellwig
2640M: hch@infradead.org
2641L: linux-abi-devel@lists.sourceforge.net
2642S: Maintained
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644PHRAM MTD DRIVER
2645P: Jörn Engel
2646M: joern@wh.fh-wedel.de
2647L: linux-mtd@lists.infradead.org
2648S: Maintained
2649
Peter Osterlund249a6772005-09-27 21:45:30 -07002650PKTCDVD DRIVER
2651P: Peter Osterlund
2652M: petero2@telia.com
2653L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002654S: Maintained
2655
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656POSIX CLOCKS and TIMERS
2657P: George Anzinger
2658M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002659L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660S: Supported
2661
Eugene Surovegin24682972005-10-14 03:00:53 -07002662POWERPC 4xx EMAC DRIVER
2663P: Eugene Surovegin
2664M: ebs@ebshome.net
2665W: http://kernel.ebshome.net/emac/
2666L: linuxppc-embedded@ozlabs.org
2667L: netdev@vger.kernel.org
2668S: Maintained
2669
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670PNP SUPPORT
2671P: Adam Belay
2672M: ambx1@neo.rr.com
2673S: Maintained
2674
Vitaly Wool999445d2007-01-04 13:07:03 +01002675PNXxxxx I2C DRIVER
2676P: Vitaly Wool
2677M: vitalywool@gmail.com
2678L: i2c@lm-sensors.org
2679S: Maintained
2680
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681PPP PROTOCOL DRIVERS AND COMPRESSORS
2682P: Paul Mackerras
2683M: paulus@samba.org
2684L: linux-ppp@vger.kernel.org
2685S: Maintained
2686
2687PPP OVER ATM (RFC 2364)
2688P: Mitchell Blank Jr
2689M: mitch@sfgoth.com
2690S: Maintained
2691
2692PPP OVER ETHERNET
2693P: Michal Ostrowski
2694M: mostrows@speakeasy.net
2695S: Maintained
2696
2697PREEMPTIBLE KERNEL
2698P: Robert Love
2699M: rml@tech9.net
2700L: linux-kernel@vger.kernel.org
2701L: kpreempt-tech@lists.sourceforge.net
2702W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2703S: Supported
2704
2705PRISM54 WIRELESS DRIVER
2706P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002707M: developers@islsm.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002708L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709W: http://prism54.org
2710S: Maintained
2711
2712PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2713P: Peter Denison
2714M: promise@pnd-pc.demon.co.uk
2715W: http://www.pnd-pc.demon.co.uk/promise/
2716S: Maintained
2717
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002718PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2719P: Mikael Pettersson
2720M: mikpe@it.uu.se
2721L: linux-ide@vger.kernel.org
2722S: Maintained
2723
Geoff Levandf58a9d12006-11-23 00:46:51 +01002724PS3 PLATFORM SUPPORT
2725P: Geoff Levand
2726M: geoffrey.levand@am.sony.com
2727L: linuxppc-dev@ozlabs.org
2728L: cbe-oss-dev@ozlabs.org
2729S: Supported
2730
Michael Krufky83202042006-07-03 00:24:18 -07002731PVRUSB2 VIDEO4LINUX DRIVER
2732P: Mike Isely
2733M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03002734L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07002735L: video4linux-list@redhat.com
2736W: http://www.isely.net/pvrusb2/
2737S: Maintained
2738
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739PXA2xx SUPPORT
2740P: Nicolas Pitre
2741M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002742L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743S: Maintained
2744
2745QLOGIC QLA2XXX FC-SCSI DRIVER
2746P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002747M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748L: linux-scsi@vger.kernel.org
2749S: Supported
2750
Ron Mercer5a4faa872006-07-25 00:40:21 -07002751QLOGIC QLA3XXX NETWORK DRIVER
2752P: Ron Mercer
2753M: linux-driver@qlogic.com
2754L: netdev@vger.kernel.org
2755S: Supported
2756
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757QNX4 FILESYSTEM
2758P: Anders Larsen
2759M: al@alarsen.net
2760L: linux-kernel@vger.kernel.org
2761W: http://www.alarsen.net/linux/qnx4fs/
2762S: Maintained
2763
2764RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002765P: Benjamin Herrenschmidt
2766M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002767L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768S: Maintained
2769
2770RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002771P: Paul Mackerras
2772M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002773L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774S: Maintained
2775
2776RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2777P: Corey Thomas
2778M: corey@world.std.com
2779L: linux-kernel@vger.kernel.org
2780S: Maintained
2781
Matt Mackall9e95ce22005-04-16 15:25:56 -07002782RANDOM NUMBER DRIVER
2783P: Matt Mackall
2784M: mpm@selenic.com
2785S: Maintained
2786
Matt Porter394b7012005-11-07 01:00:15 -08002787RAPIDIO SUBSYSTEM
2788P: Matt Porter
2789M: mporter@kernel.crashing.org
2790L: linux-kernel@vger.kernel.org
2791S: Maintained
2792
Josh Triplett595182b2006-10-04 02:17:21 -07002793READ-COPY UPDATE (RCU)
2794P: Dipankar Sarma
2795M: dipankar@in.ibm.com
2796W: http://www.rdrop.com/users/paulmck/rclock/
2797L: linux-kernel@vger.kernel.org
2798S: Supported
2799
2800RCUTORTURE MODULE
2801P: Josh Triplett
2802M: josh@freedesktop.org
2803L: linux-kernel@vger.kernel.org
2804S: Maintained
2805
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806REAL TIME CLOCK DRIVER
2807P: Paul Gortmaker
2808M: p_gortmaker@yahoo.com
2809L: linux-kernel@vger.kernel.org
2810S: Maintained
2811
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002812REAL TIME CLOCK (RTC) SUBSYSTEM
2813P: Alessandro Zummo
2814M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002815L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002816S: Maintained
2817
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818REISERFS FILE SYSTEM
2819P: Hans Reiser
2820M: reiserfs-dev@namesys.com
2821L: reiserfs-list@namesys.com
2822W: http://www.namesys.com
2823S: Supported
2824
2825ROCKETPORT DRIVER
2826P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827W: http://www.comtrol.com
2828S: Maintained
2829
2830ROSE NETWORK LAYER
2831P: Ralf Baechle
2832M: ralf@linux-mips.org
2833L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002834W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835S: Maintained
2836
2837RISCOM8 DRIVER
2838S: Orphan
2839
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002840S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002841P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002842M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002843L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002844S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002845
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846S390
2847P: Martin Schwidefsky
2848M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002849P: Heiko Carstens
2850M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002852L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002853W: http://www.ibm.com/developerworks/linux/linux390/
2854S: Supported
2855
2856S390 NETWORK DRIVERS
2857P: Frank Pavlic
2858M: fpavlic@de.ibm.com
2859M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002860L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002861W: http://www.ibm.com/developerworks/linux/linux390/
2862S: Supported
2863
2864S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002865P: Swen Schillig
2866M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002867M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002868L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002869W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870S: Supported
2871
2872SAA7146 VIDEO4LINUX-2 DRIVER
2873P: Michael Hunold
2874M: michael@mihu.de
2875W: http://www.mihu.de/linux/saa7146
2876S: Maintained
2877
2878SBPCD CDROM DRIVER
2879P: Eberhard Moenkeberg
2880M: emoenke@gwdg.de
2881L: linux-kernel@vger.kernel.org
2882S: Maintained
2883
2884SC1200 WDT DRIVER
2885P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002886M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887S: Maintained
2888
2889SCHEDULER
2890P: Ingo Molnar
2891M: mingo@elte.hu
2892P: Robert Love [the preemptible kernel bits]
2893M: rml@tech9.net
2894L: linux-kernel@vger.kernel.org
2895S: Maintained
2896
2897SCSI CDROM DRIVER
2898P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002899M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900L: linux-scsi@vger.kernel.org
2901W: http://www.kernel.dk
2902S: Maintained
2903
2904SCSI SG DRIVER
2905P: Doug Gilbert
2906M: dgilbert@interlog.com
2907L: linux-scsi@vger.kernel.org
2908W: http://www.torque.net/sg
2909S: Maintained
2910
2911SCSI SUBSYSTEM
2912P: James E.J. Bottomley
2913M: James.Bottomley@SteelEye.com
2914L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002915T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916S: Maintained
2917
2918SCSI TAPE DRIVER
2919P: Kai Mäkisara
2920M: Kai.Makisara@kolumbus.fi
2921L: linux-scsi@vger.kernel.org
2922S: Maintained
2923
2924SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002925P: Vlad Yasevich
2926M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01002927P: Sridhar Samudrala
2928M: sri@us.ibm.com
2929L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07002930W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01002931S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932
2933SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002934P: Jim Cromie
2935M: jim.cromie@gmail.com
2936S: Odd Fixes
2937
2938SCx200 GPIO DRIVER
2939P: Jim Cromie
2940M: jim.cromie@gmail.com
2941S: Maintained
2942
2943SCx200 HRT CLOCKSOURCE DRIVER
2944P: Jim Cromie
2945M: jim.cromie@gmail.com
2946S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947
2948SECURITY CONTACT
2949P: Security Officers
2950M: security@kernel.org
2951S: Supported
2952
2953SELINUX SECURITY MODULE
2954P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002955M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002957M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958L: linux-kernel@vger.kernel.org (kernel issues)
2959L: selinux@tycho.nsa.gov (general discussion)
2960W: http://www.nsa.gov/selinux
2961S: Supported
2962
2963SERIAL ATA (SATA) SUBSYSTEM:
2964P: Jeff Garzik
2965M: jgarzik@pobox.com
2966L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002967T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968S: Supported
2969
2970SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2971P: Pat Gefre
2972M: pfg@sgi.com
2973L: linux-ia64@vger.kernel.org
2974S: Supported
2975
2976SGI VISUAL WORKSTATION 320 AND 540
2977P: Andrey Panin
2978M: pazke@donpac.ru
2979L: linux-visws-devel@lists.sf.net
2980W: http://linux-visws.sf.net
2981S: Maintained for 2.6.
2982
2983SIMTEC EB110ATX (Chalice CATS)
2984P: Ben Dooks
2985P: Vincent Sanders
2986M: support@simtec.co.uk
2987W: http://www.simtec.co.uk/products/EB110ATX/
2988S: Supported
2989
2990SIMTEC EB2410ITX (BAST)
2991P: Ben Dooks
2992P: Vincent Sanders
2993M: support@simtec.co.uk
2994W: http://www.simtec.co.uk/products/EB2410ITX/
2995S: Supported
2996
Francois Romieu92aab3c2005-07-30 13:11:18 +02002997SIS 190 ETHERNET DRIVER
2998P: Francois Romieu
2999M: romieu@fr.zoreil.com
3000L: netdev@vger.kernel.org
3001S: Maintained
3002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003SIS 5513 IDE CONTROLLER DRIVER
3004P: Lionel Bouton
3005M: Lionel.Bouton@inet6.fr
3006W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3007W: http://gyver.homeip.net/sis5513/index.html
3008S: Maintained
3009
3010SIS 900/7016 FAST ETHERNET DRIVER
3011P: Daniele Venzano
3012M: venza@brownhat.org
3013W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003014L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015S: Maintained
3016
3017SIS FRAMEBUFFER DRIVER
3018P: Thomas Winischhofer
3019M: thomas@winischhofer.net
3020W: http://www.winischhofer.net/linuxsisvga.shtml
3021S: Maintained
3022
3023SIS USB2VGA DRIVER
3024P: Thomas Winischhofer
3025M: thomas@winischhofer.net
3026W: http://www.winischhofer.at/linuxsisusbvga.shtml
3027S: Maintained
3028
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029SMC91x ETHERNET DRIVER
3030P: Nicolas Pitre
3031M: nico@cam.org
3032S: Maintained
3033
Daniel Drake8f0f8502006-07-18 22:00:25 +01003034SOFTMAC LAYER (IEEE 802.11)
3035P: Johannes Berg
3036M: johannes@sipsolutions.net
3037P: Joe Jezak
3038M: josejx@gentoo.org
3039P: Daniel Drake
3040M: dsd@gentoo.org
3041W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01003042L: netdev@vger.kernel.org
3043S: Maintained
3044
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045SOFTWARE RAID (Multiple Disks) SUPPORT
3046P: Ingo Molnar
3047M: mingo@redhat.com
3048P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003049M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003051S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052
3053SOFTWARE SUSPEND:
3054P: Pavel Machek
3055M: pavel@suse.cz
Simon Horman588cc702007-02-20 13:58:06 -08003056L: linux-pm@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057S: Maintained
3058
3059SONIC NETWORK DRIVER
3060P: Thomas Bogendoerfer
3061M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003062L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063S: Maintained
3064
3065SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003066P: Mattia Dongili
3067M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003068L: linux-acpi@vger.kernel.org
3069W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070S: Maintained
3071
3072SOUND
3073P: Jaroslav Kysela
3074M: perex@suse.cz
3075L: alsa-devel@alsa-project.org
3076S: Maintained
3077
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003078SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3079P: Liam Girdwood
3080M: liam.girdwood@wolfsonmicro.com
3081L: alsa-devel@alsa-project.org
3082S: Supported
3083
Kumar Gala025c3982006-04-02 16:05:54 -05003084SPI SUBSYSTEM
3085P: David Brownell
3086M: dbrownell@users.sourceforge.net
3087L: spi-devel-general@lists.sourceforge.net
3088S: Maintained
3089
Steven Rostedt855f46a2006-08-05 12:14:50 -07003090STABLE BRANCH:
3091P: Greg Kroah-Hartman
3092M: greg@kroah.com
3093P: Chris Wright
3094M: chrisw@sous-sol.org
3095L: stable@kernel.org
3096S: Maintained
3097
Kylene Hall1c72d462005-05-01 08:59:13 -07003098TPM DEVICE DRIVER
3099P: Kylene Hall
3100M: kjhall@us.ibm.com
3101W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003102P: Marcel Selhorst
3103M: tpm@selhorst.net
3104W: http://www.prosec.rub.de/tpm/
Kylene Hall1c72d462005-05-01 08:59:13 -07003105L: tpmdd-devel@lists.sourceforge.net
3106S: Maintained
3107
Mark Gross1a80ba82005-10-30 15:02:55 -08003108Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003109P: Mark Gross
3110M: mark.gross@intel.com
3111S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003112
Chris Zankel48b415c2005-06-23 22:01:07 -07003113TENSILICA XTENSA PORT (xtensa):
3114P: Chris Zankel
3115M: chris@zankel.net
3116S: Maintained
3117
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118UltraSPARC (sparc64):
3119P: David S. Miller
3120M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003122T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123S: Maintained
3124
3125SHARP LH SUPPORT (LH7952X & LH7A40X)
3126P: Marc Singer
3127M: elf@buici.com
3128W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003129L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130S: Maintained
3131
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003132SHPC HOTPLUG DRIVER
3133P: Kristen Carlson Accardi
3134M: kristen.c.accardi@intel.com
3135L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003136S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003137
Pierre Ossmand129bce2006-03-24 03:18:17 -08003138SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3139P: Pierre Ossman
3140M: drzeus-sdhci@drzeus.cx
3141L: sdhci-devel@list.drzeus.cx
3142W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3143S: Maintained
3144
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003145SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3146P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003147M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003148L: netdev@vger.kernel.org
3149S: Maintained
3150
Chris Boot1a87d942006-07-10 04:45:34 -07003151SOEKRIS NET48XX LED SUPPORT
3152P: Chris Boot
3153M: bootc@bootc.net
3154S: Maintained
3155
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156SPARC (sparc32):
3157P: William L. Irwin
3158M: wli@holomorphy.com
3159L: sparclinux@vger.kernel.org
3160S: Maintained
3161
3162SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3163P: Roger Wolff
3164M: R.E.Wolff@BitWizard.nl
3165L: linux-kernel@vger.kernel.org ?
3166S: Supported
3167
Jim Lewis2752e402006-09-29 02:01:19 -07003168SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003169P: Linas Vepstas
3170M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003171L: netdev@vger.kernel.org
3172S: Supported
3173
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174SRM (Alpha) environment access
3175P: Jan-Benedict Glaw
3176M: jbglaw@lug-owl.de
3177L: linux-kernel@vger.kernel.org
3178S: Maintained
3179
3180STARFIRE/DURALAN NETWORK DRIVER
3181P: Ion Badulescu
3182M: ionut@cs.columbia.edu
3183S: Maintained
3184
3185STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3186W: http://mosquitonet.Stanford.EDU/strip.html
3187S: Unsupported ?
3188
3189STRADIS MPEG-2 DECODER DRIVER
3190P: Nathan Laredo
3191M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192W: http://www.stradis.com/
3193S: Maintained
3194
3195SUPERH (sh)
3196P: Paul Mundt
3197M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003198L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200S: Maintained
3201
3202SUPERH64 (sh64)
3203P: Paul Mundt
3204M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205L: linuxsh-shmedia-dev@lists.sourceforge.net
3206W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207S: Maintained
3208
3209SUN3/3X
3210P: Sam Creasey
3211M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212W: http://sammy.net/sun3/
3213S: Maintained
3214
3215SVGA HANDLING
3216P: Martin Mares
3217M: mj@ucw.cz
3218L: linux-video@atrey.karlin.mff.cuni.cz
3219S: Maintained
3220
3221SYSV FILESYSTEM
3222P: Christoph Hellwig
3223M: hch@infradead.org
3224S: Maintained
3225
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003226TC CLASSIFIER
3227P: Jamal Hadi Salim
3228M: hadi@cyberus.ca
3229L: netdev@vger.kernel.org
3230S: Maintained
3231
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003232TCP LOW PRIORITY MODULE
3233P: Wong Hoi Sing, Edison
3234M: hswong3i@gmail.com
3235P: Hung Hing Lun, Mike
3236M: hlhung3i@gmail.com
3237W: http://tcp-lp-mod.sourceforge.net/
3238S: Maintained
3239
Alex Dubov4020f2d2006-10-04 02:15:37 -07003240TI FLASH MEDIA INTERFACE DRIVER
3241P: Alex Dubov
3242M: oakad@yahoo.com
3243S: Maintained
3244
Michael Buesch844dd052006-06-26 00:24:59 -07003245TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3246P: Deepak Saxena
3247M: dsaxena@plexity.net
3248S: Maintained
3249
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003250TASKSTATS STATISTICS INTERFACE
3251P: Shailabh Nagar
3252M: nagar@watson.ibm.com
3253L: linux-kernel@vger.kernel.org
3254S: Maintained
3255
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003257P: Romain Lievin
3258M: roms@lpg.ticalc.org
3259S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260
Per Lidene86eaa32006-01-12 16:45:18 +01003261TIPC NETWORK LAYER
3262P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003263M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003264P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003265M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003266P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003267M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003268L: tipc-discussion@lists.sourceforge.net
3269W: http://tipc.sourceforge.net/
3270W: http://tipc.cslab.ericsson.net/
3271T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3272S: Maintained
3273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274TLAN NETWORK DRIVER
3275P: Samuel Chessman
3276M: chessman@tux.org
3277L: tlan-devel@lists.sourceforge.net
3278W: http://sourceforge.net/projects/tlan/
3279S: Maintained
3280
3281TOKEN-RING NETWORK DRIVER
3282P: Mike Phillips
3283M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003284L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285L: linux-tr@linuxtr.net
3286W: http://www.linuxtr.net
3287S: Maintained
3288
3289TOSHIBA ACPI EXTRAS DRIVER
3290P: John Belmonte
3291M: toshiba_acpi@memebeam.org
3292W: http://memebeam.org/toys/ToshibaAcpiDriver
3293S: Maintained
3294
3295TOSHIBA SMM DRIVER
3296P: Jonathan Buzzard
3297M: jonathan@buzzard.org.uk
3298L: tlinux-users@tce.toshiba-dme.co.jp
3299W: http://www.buzzard.org.uk/toshiba/
3300S: Maintained
3301
3302TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3303P: Muli Ben-Yehuda
3304M: mulix@mulix.org
3305L: linux-kernel@vger.kernel.org
3306S: Maintained
3307
3308TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003309P: Adrian Bunk
3310M: trivial@kernel.org
3311L: linux-kernel@vger.kernel.org
3312W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3313T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3314S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315
3316TMS380 TOKEN-RING NETWORK DRIVER
3317P: Adam Fritzler
3318M: mid@auk.cx
3319L: linux-tr@linuxtr.net
3320W: http://www.auk.cx/tms380tr/
3321S: Maintained
3322
3323TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003324P: Valerie Henson
3325M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326L: tulip-users@lists.sourceforge.net
3327W: http://sourceforge.net/projects/tulip/
3328S: Maintained
3329
3330TUN/TAP driver
3331P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003332M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333L: vtun@office.satix.net
3334W: http://vtun.sourceforge.net/tun
3335S: Maintained
3336
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003337TURBOCHANNEL SUBSYSTEM
3338P: Maciej W. Rozycki
3339M: macro@linux-mips.org
3340S: Maintained
3341
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342U14-34F SCSI DRIVER
3343P: Dario Ballabio
3344M: ballabio_dario@emc.com
3345L: linux-scsi@vger.kernel.org
3346S: Maintained
3347
3348UDF FILESYSTEM
3349P: Ben Fennema
3350M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351W: http://linux-udf.sourceforge.net
3352S: Maintained
3353
3354UNIFORM CDROM DRIVER
3355P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003356M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357L: linux-kernel@vger.kernel.org
3358W: http://www.kernel.dk
3359S: Maintained
3360
3361USB ACM DRIVER
3362P: Oliver Neukum
3363M: oliver@neukum.name
3364L: linux-usb-users@lists.sourceforge.net
3365L: linux-usb-devel@lists.sourceforge.net
3366S: Maintained
3367
3368USB BLOCK DRIVER (UB ub)
3369P: Pete Zaitcev
3370M: zaitcev@redhat.com
3371L: linux-kernel@vger.kernel.org
3372L: linux-usb-devel@lists.sourceforge.net
3373S: Supported
3374
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375USB CDC ETHERNET DRIVER
3376P: Greg Kroah-Hartman
3377M: greg@kroah.com
3378L: linux-usb-users@lists.sourceforge.net
3379L: linux-usb-devel@lists.sourceforge.net
3380S: Maintained
3381W: http://www.kroah.com/linux-usb/
3382
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003383USB DAVICOM DM9601 DRIVER
3384P: Peter Korsgaard
3385M: jacmet@sunsite.dk
3386L: linux-usb-devel@lists.sourceforge.net
3387W: http://www.linux-usb.org/usbnet
3388S: Maintained
3389
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390USB 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 Kosina641266fd2007-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
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003415T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416S: Maintained
3417
3418USB HUB DRIVER
3419P: Johannes Erdfelt
3420M: johannes@erdfelt.com
3421L: linux-usb-users@lists.sourceforge.net
3422L: linux-usb-devel@lists.sourceforge.net
3423S: Maintained
3424
Olav Kongas959eea22005-11-03 17:38:14 +02003425USB ISP116X DRIVER
3426P: Olav Kongas
3427M: ok@artecdesign.ee
3428L: linux-usb-devel@lists.sourceforge.net
3429S: Maintained
3430
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431USB KAWASAKI LSI DRIVER
3432P: Oliver Neukum
3433M: oliver@neukum.name
3434L: linux-usb-users@lists.sourceforge.net
3435L: linux-usb-devel@lists.sourceforge.net
3436S: Maintained
3437
3438USB MASS STORAGE DRIVER
3439P: Matthew Dharm
3440M: mdharm-usb@one-eyed-alien.net
3441L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003442L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443S: Maintained
3444W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3445
3446USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003447P: David Brownell
3448M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449L: linux-usb-users@lists.sourceforge.net
3450L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003451S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452
Matthias Urlichsba460e42005-07-14 00:33:47 -07003453USB OPTION-CARD DRIVER
3454P: Matthias Urlichs
3455M: smurf@smurf.noris.de
3456L: linux-usb-devel@lists.sourceforge.net
3457S: Maintained
3458
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459USB OV511 DRIVER
3460P: Mark McClelland
3461M: mmcclell@bigfoot.com
3462L: linux-usb-users@lists.sourceforge.net
3463L: linux-usb-devel@lists.sourceforge.net
3464W: http://alpha.dyndns.org/ov511/
3465S: Maintained
3466
3467USB PEGASUS DRIVER
3468P: Petko Manolov
3469M: petkan@users.sourceforge.net
3470L: linux-usb-users@lists.sourceforge.net
3471L: linux-usb-devel@lists.sourceforge.net
3472W: http://pegasus2.sourceforge.net/
3473S: Maintained
3474
3475USB PRINTER DRIVER
3476P: Vojtech Pavlik
3477M: vojtech@suse.cz
3478L: linux-usb-users@lists.sourceforge.net
3479L: linux-usb-devel@lists.sourceforge.net
3480S: Maintained
3481
3482USB RTL8150 DRIVER
3483P: Petko Manolov
3484M: petkan@users.sourceforge.net
3485L: linux-usb-users@lists.sourceforge.net
3486L: linux-usb-devel@lists.sourceforge.net
3487W: http://pegasus2.sourceforge.net/
3488S: Maintained
3489
3490USB SE401 DRIVER
3491P: Jeroen Vreeken
3492M: pe1rxq@amsat.org
3493L: linux-usb-users@lists.sourceforge.net
3494L: linux-usb-devel@lists.sourceforge.net
3495W: http://www.chello.nl/~j.vreeken/se401/
3496S: Maintained
3497
3498USB SERIAL CYBERJACK DRIVER
3499P: Matthias Bruestle and Harald Welte
3500M: support@reiner-sct.com
3501W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3502S: Maintained
3503
3504USB SERIAL DIGI ACCELEPORT DRIVER
3505P: Peter Berger and Al Borchers
3506M: pberger@brimson.com
3507M: alborchers@steinerpoint.com
3508L: linux-usb-users@lists.sourceforge.net
3509L: linux-usb-devel@lists.sourceforge.net
3510S: Maintained
3511
3512USB SERIAL DRIVER
3513P: Greg Kroah-Hartman
3514M: gregkh@suse.de
3515L: linux-usb-users@lists.sourceforge.net
3516L: linux-usb-devel@lists.sourceforge.net
3517S: Supported
3518
3519USB SERIAL BELKIN F5U103 DRIVER
3520P: William Greathouse
3521M: wgreathouse@smva.com
3522L: linux-usb-users@lists.sourceforge.net
3523L: linux-usb-devel@lists.sourceforge.net
3524S: Maintained
3525
3526USB SERIAL CYPRESS M8 DRIVER
3527P: Lonnie Mendez
3528M: dignome@gmail.com
3529L: linux-usb-users@lists.sourceforge.net
3530L: linux-usb-devel@lists.sourceforge.net
3531S: Maintained
3532W: http://geocities.com/i0xox0i
3533W: http://firstlight.net/cvs
3534
3535USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3536L: linux-usb-users@lists.sourceforge.net
3537L: linux-usb-devel@lists.sourceforge.net
3538S: Maintained
3539
3540USB AUERSWALD DRIVER
3541P: Wolfgang Muees
3542M: wolfgang@iksw-muees.de
3543L: linux-usb-users@lists.sourceforge.net
3544L: linux-usb-devel@lists.sourceforge.net
3545S: Maintained
3546
3547USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3548P: Gary Brubaker
3549M: xavyer@ix.netcom.com
3550L: linux-usb-users@lists.sourceforge.net
3551L: linux-usb-devel@lists.sourceforge.net
3552S: Maintained
3553
3554USB SERIAL KEYSPAN DRIVER
3555P: Greg Kroah-Hartman
3556M: greg@kroah.com
3557L: linux-usb-users@lists.sourceforge.net
3558L: linux-usb-devel@lists.sourceforge.net
3559W: http://www.kroah.com/linux/
3560S: Maintained
3561
3562USB SERIAL WHITEHEAT DRIVER
3563P: Stuart MacDonald
3564M: stuartm@connecttech.com
3565L: linux-usb-users@lists.sourceforge.net
3566L: linux-usb-devel@lists.sourceforge.net
3567W: http://www.connecttech.com
3568S: Supported
3569
3570USB SN9C10x DRIVER
3571P: Luca Risolia
3572M: luca.risolia@studio.unibo.it
3573L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003574L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003575W: http://www.linux-projects.org
3576S: Maintained
3577
3578USB SUBSYSTEM
3579P: Greg Kroah-Hartman
3580M: gregkh@suse.de
3581L: linux-usb-users@lists.sourceforge.net
3582L: linux-usb-devel@lists.sourceforge.net
3583W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003584T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585S: Supported
3586
3587USB UHCI DRIVER
3588P: Alan Stern
3589M: stern@rowland.harvard.edu
3590L: linux-usb-users@lists.sourceforge.net
3591L: linux-usb-devel@lists.sourceforge.net
3592S: Maintained
3593
David Brownell69ae9e32006-11-14 02:03:31 -08003594USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595P: David Brownell
3596M: dbrownell@users.sourceforge.net
3597L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003598W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599S: Maintained
3600
3601USB W996[87]CF DRIVER
3602P: Luca Risolia
3603M: luca.risolia@studio.unibo.it
3604L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003605L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606W: http://www.linux-projects.org
3607S: Maintained
3608
Luca Risolia60f78052006-02-06 16:29:35 +00003609USB ZC0301 DRIVER
3610P: Luca Risolia
3611M: luca.risolia@studio.unibo.it
3612L: linux-usb-devel@lists.sourceforge.net
3613L: video4linux-list@redhat.com
3614W: http://www.linux-projects.org
3615S: Maintained
3616
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617USB ZD1201 DRIVER
3618P: Jeroen Vreeken
3619M: pe1rxq@amsat.org
3620L: linux-usb-users@lists.sourceforge.net
3621L: linux-usb-devel@lists.sourceforge.net
3622W: http://linux-lc100020.sourceforge.net
3623S: Maintained
3624
3625USER-MODE LINUX
3626P: Jeff Dike
3627M: jdike@karaya.com
3628L: user-mode-linux-devel@lists.sourceforge.net
3629L: user-mode-linux-user@lists.sourceforge.net
3630W: http://user-mode-linux.sourceforge.net
3631S: Maintained
3632
3633FAT/VFAT/MSDOS FILESYSTEM:
3634P: OGAWA Hirofumi
3635M: hirofumi@mail.parknet.co.jp
3636L: linux-kernel@vger.kernel.org
3637S: Maintained
3638
3639VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3640P: Jeff Garzik
3641S: Odd fixes
3642
3643VIA RHINE NETWORK DRIVER
3644P: Roger Luethi
3645M: rl@hellgate.ch
3646S: Maintained
3647
Jean Delvare32c0a522005-09-22 21:47:58 +02003648VIAPRO SMBUS DRIVER
3649P: Jean Delvare
3650M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003651L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003652S: Maintained
3653
Francois Romieu01f20732007-01-26 00:57:17 -08003654VIA VELOCITY NETWORK DRIVER
3655P: Francois Romieu
3656M: romieu@fr.zoreil.com
3657L: netdev@vger.kernel.org
3658S: Maintained
3659
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660UCLINUX (AND M68KNOMMU)
3661P: Greg Ungerer
3662M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003664L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665S: Maintained
3666
3667UCLINUX FOR NEC V850
3668P: Miles Bader
3669M: uclinux-v850@lsi.nec.co.jp
3670W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3671W: http://www.ee.nec.de/uclinux/
3672S: Supported
3673
3674UCLINUX FOR RENESAS H8/300
3675P: Yoshinori Sato
3676M: ysato@users.sourceforge.jp
3677W: http://uclinux-h8.sourceforge.jp/
3678S: Supported
3679
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003680UFS FILESYSTEM
3681P: Evgeniy Dushistov
3682M: dushistov@mail.ru
3683L: linux-kernel@vger.kernel.org
3684S: Maintained
3685
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686USB DIAMOND RIO500 DRIVER
3687P: Cesar Miquel
3688M: miquel@df.uba.ar
3689L: rio500-users@lists.sourceforge.net
3690W: http://rio500.sourceforge.net
3691S: Maintained
3692
3693VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003694P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003695M: mchehab@infradead.org
3696M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003698W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003699T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003700S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701
Juerg Haefligerab413192006-09-24 20:54:04 +02003702VT1211 HARDWARE MONITOR DRIVER
3703P: Juerg Haefliger
3704M: juergh@gmail.com
3705L: lm-sensors@lm-sensors.org
3706S: Maintained
3707
Roger Lucas1de9e372005-11-26 20:20:05 +01003708VT8231 HARDWARE MONITOR DRIVER
3709P: Roger Lucas
3710M: roger@planbit.co.uk
3711L: lm-sensors@lm-sensors.org
3712S: Maintained
3713
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714W1 DALLAS'S 1-WIRE BUS
3715P: Evgeniy Polyakov
3716M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717S: Maintained
3718
Charles Spirakis13927072006-07-05 18:05:15 +02003719W83791D HARDWARE MONITORING DRIVER
3720P: Charles Spirakis
3721M: bezaur@gmail.com
3722L: lm-sensors@lm-sensors.org
3723S: Maintained
3724
Rudolf Marek61db0112006-12-12 18:18:30 +01003725W83793 HARDWARE MONITORING DRIVER
3726P: Rudolf Marek
3727M: r.marek@assembler.cz
3728L: lm-sensors@lm-sensors.org
3729S: Maintained
3730
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731W83L51xD SD/MMC CARD INTERFACE DRIVER
3732P: Pierre Ossman
3733M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003734L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735W: http://projects.drzeus.cx/wbsd
3736S: Maintained
3737
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003738WATCHDOG DEVICE DRIVERS
3739P: Wim Van Sebroeck
3740M: wim@iguana.be
3741T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3742S: Maintained
3743
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3745P: Jean Tourrilhes
3746M: jt@hpl.hp.com
3747W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3748S: Maintained
3749
3750WD7000 SCSI DRIVER
3751P: Miroslav Zagorac
3752M: zaga@fly.cc.fer.hr
3753L: linux-scsi@vger.kernel.org
3754S: Maintained
3755
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003756WISTRON LAPTOP BUTTON DRIVER
3757P: Miloslav Trmac
3758M: mitr@volny.cz
3759S: Maintained
3760
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761WL3501 WIRELESS PCMCIA CARD DRIVER
3762P: Arnaldo Carvalho de Melo
3763M: acme@conectiva.com.br
3764W: http://advogato.org/person/acme
3765S: Maintained
3766
3767X.25 NETWORK LAYER
3768P: Henner Eisen
3769M: eis@baty.hanse.de
3770L: linux-x25@vger.kernel.org
3771S: Maintained
3772
3773XFS FILESYSTEM
3774P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003775P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003777L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003779T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780S: Supported
3781
Peter Korsgaard238b8722006-12-06 20:35:17 -08003782XILINX UARTLITE SERIAL DRIVER
3783P: Peter Korsgaard
3784M: jacmet@sunsite.dk
3785L: linux-serial@vger.kernel.org
3786S: Maintained
3787
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788X86 3-LEVEL PAGING (PAE) SUPPORT
3789P: Ingo Molnar
3790M: mingo@redhat.com
3791S: Maintained
3792
3793X86-64 port
3794P: Andi Kleen
3795M: ak@suse.de
3796L: discuss@x86-64.org
3797W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003798T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799S: Maintained
3800
3801YAM DRIVER FOR AX.25
3802P: Jean-Paul Roubelat
3803M: jpr@f6fbb.org
3804L: linux-hams@vger.kernel.org
3805S: Maintained
3806
Henkaf64a5e2005-10-12 15:02:56 +02003807YEALINK PHONE DRIVER
3808P: Henk Vergonet
3809M: Henk.Vergonet@gmail.com
3810L: usbb2k-api-dev@nongnu.org
3811S: Maintained
3812
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813Z8530 DRIVER FOR AX.25
3814P: Joerg Reuter
3815M: jreuter@yaina.de
3816W: http://yaina.de/jreuter/
3817W: http://www.qsl.net/dl1bke/
3818L: linux-hams@vger.kernel.org
3819S: Maintained
3820
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003821ZD1211RW WIRELESS DRIVER
3822P: Daniel Drake
3823M: dsd@gentoo.org
3824P: Ulrich Kunitz
3825M: kune@deine-taler.de
3826W: http://zd1211.ath.cx/wiki/DriverRewrite
3827L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3828S: Maintained
3829
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830ZF MACHZ WATCHDOG
3831P: Fernando Fuganti
3832M: fuganti@netbank.com.br
3833W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3834S: Maintained
3835
3836ZR36067 VIDEO FOR LINUX DRIVER
3837P: Ronald Bultje
3838M: rbultje@ronald.bitfreak.net
3839L: mjpeg-users@lists.sourceforge.net
3840W: http://mjpeg.sourceforge.net/driver-zoran/
3841S: Maintained
3842
3843ZR36120 VIDEO FOR LINUX DRIVER
3844P: Pauline Middelink
3845M: middelin@polyware.nl
3846W: http://www.polyware.nl/~middelin/En/hobbies.html
3847W: http://www.polyware.nl/~middelin/hobbies.html
3848S: Maintained
3849
3850THE REST
3851P: Linus Torvalds
3852S: Buried alive in reporters