blob: a384551a597810724237d097cc622a9f3a14ecb7 [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
278ADT746X FAN DRIVER
279P: Colin Leroy
280M: colin@colino.net
281S: Maintained
282
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283AEDSP16 DRIVER
284P: Riccardo Facchetti
285M: fizban@tin.it
286S: Maintained
287
288AFFS FILE SYSTEM
289P: Roman Zippel
290M: zippel@linux-m68k.org
291S: Maintained
292
293AGPGART DRIVER
294P: Dave Jones
295M: davej@codemonkey.org.uk
296W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800297T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298S: Maintained
299
300AHA152X SCSI DRIVER
301P: Juergen E. Fischer
302M: Juergen Fischer <fischer@norbit.de>
303L: linux-scsi@vger.kernel.org
304S: Maintained
305
306ALCATEL SPEEDTOUCH USB DRIVER
307P: Duncan Sands
308M: duncan.sands@free.fr
309L: linux-usb-users@lists.sourceforge.net
310L: linux-usb-devel@lists.sourceforge.net
311W: http://www.linux-usb.org/SpeedTouch/
312S: Maintained
313
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000314ALI1563 I2C DRIVER
315P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100316M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200317L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000318S: Maintained
319
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320ALPHA PORT
321P: Richard Henderson
322M: rth@twiddle.net
323S: Odd Fixes for 2.4; Maintained for 2.6.
324P: Ivan Kokshaysky
325M: ink@jurassic.park.msu.ru
326S: Maintained for 2.4; PCI support for 2.6.
327
Jordan Crousef90b8112006-01-06 00:12:14 -0800328AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100329P: Jordan Crouse
330M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800331L: info-linux@geode.amd.com
332W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
333S: Supported
334
Stelian Pop284f42b2006-12-12 18:18:31 +0100335AMS (Apple Motion Sensor) DRIVER
336P: Stelian Pop
337M: stelian@popies.net
338P: Michael Hanselmann
339M: linux-kernel@hansmi.ch
340S: Supported
341
Tom Tuckerf94b5332006-09-22 15:22:48 -0700342AMSO1100 RNIC DRIVER
343P: Tom Tucker
344M: tom@opengridcomputing.com
345P: Steve Wise
346M: swise@opengridcomputing.com
347L: openib-general@openib.org
348S: Maintained
349
Johannes Berg42269062006-07-25 16:15:50 +0200350AOA (Apple Onboard Audio) ALSA DRIVER
351P: Johannes Berg
352M: johannes@sipsolutions.net
353L: linuxppc-dev@ozlabs.org
354L: alsa-devel@alsa-project.org
355S: Maintained
356
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357APM DRIVER
358P: Stephen Rothwell
359M: sfr@canb.auug.org.au
360L: linux-laptop@vger.kernel.org
361W: http://www.canb.auug.org.au/~sfr/
362S: Supported
363
364APPLETALK NETWORK LAYER
365P: Arnaldo Carvalho de Melo
366M: acme@conectiva.com.br
367S: Maintained
368
Jaya Kumar1154ea72005-06-21 17:17:04 -0700369ARC FRAMEBUFFER DRIVER
370P: Jaya Kumar
371M: jayalk@intworks.biz
372S: Maintained
373
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374ARM26 ARCHITECTURE
375P: Ian Molton
376M: spyro@f2s.com
377S: Maintained
378
379ARM26/ARCHIMEDES
380P: Ian Molton
381M: spyro@f2s.com
382S: Maintained
383
384ARM26/A5000
385P: John Appleby
386M: john@dnsworld.co.uk
387S: Maintained
388
389ARM MFM AND FLOPPY DRIVERS
390P: Ian Molton
391M: spyro@f2s.com
392S: Maintained
393
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800394ARM/ADI ROADRUNNER MACHINE SUPPORT
395P: Lennert Buytenhek
396M: kernel@wantstofly.org
397L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
398S: Maintained
399
400ARM/ADS SPHERE MACHINE SUPPORT
401P: Lennert Buytenhek
402M: kernel@wantstofly.org
403L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
404S: Maintained
405
406ARM/AJECO 1ARM MACHINE SUPPORT
407P: Lennert Buytenhek
408M: kernel@wantstofly.org
409L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
410S: Maintained
411
Andrew Victord4a89c72006-12-04 13:56:21 +0100412ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
413P: Andrew Victor
414M: andrew@sanpeople.com
415L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
416W: http://maxim.org.za/at91_26.html
417S: Maintained
418
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800419ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
420P: Lennert Buytenhek
421M: kernel@wantstofly.org
422L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
423S: Maintained
424
425ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
426P: Lennert Buytenhek
427M: kernel@wantstofly.org
428L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
429S: Maintained
430
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431ARM/CORGI MACHINE SUPPORT
432P: Richard Purdie
433M: rpurdie@rpsys.net
434S: Maintained
435
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800436ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
437P: Lennert Buytenhek
438M: kernel@wantstofly.org
439L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
440S: Maintained
441
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100442ARM/HP JORNADA 7XX MACHINE SUPPORT
443P: Kristoffer Ericson
444M: kristoffer_e1@hotmail.com
445W: www.jlime.com
446S: Maintained
447
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800448ARM/INTEL IOP32X ARM ARCHITECTURE
449P: Lennert Buytenhek
450M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100451P: Dan Williams
452M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800453L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100454S: Supported
455
456ARM/INTEL IOP33X ARM ARCHITECTURE
457P: Dan Williams
458M: dan.j.williams@intel.com
459L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
460S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800461
462ARM/INTEL IOP13XX ARM ARCHITECTURE
463P: Lennert Buytenhek
464M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100465P: Dan Williams
466M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100468S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469
470ARM/INTEL IQ81342EX MACHINE SUPPORT
471P: Lennert Buytenhek
472M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100473P: Dan Williams
474M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800475L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100476S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800477
478ARM/INTEL IXP2000 ARM ARCHITECTURE
479P: Lennert Buytenhek
480M: kernel@wantstofly.org
481L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
482S: Maintained
483
484ARM/INTEL IXDP2850 MACHINE SUPPORT
485P: Lennert Buytenhek
486M: kernel@wantstofly.org
487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
488S: Maintained
489
490ARM/INTEL IXP23XX ARM ARCHITECTURE
491P: Lennert Buytenhek
492M: kernel@wantstofly.org
493L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
494S: Maintained
495
496ARM/INTEL XSC3 (MANZANO) ARM CORE
497P: Lennert Buytenhek
498M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100499P: Dan Williams
500M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100502S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503
504ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
505P: Lennert Buytenhek
506M: kernel@wantstofly.org
507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
508S: Maintained
509
510ARM/LOGICPD PXA270 MACHINE SUPPORT
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
Dirk Opfer8459c152005-11-06 14:27:52 +0000516ARM/TOSA MACHINE SUPPORT
517P: Dirk Opfer
518M: dirk@opfer-online.de
519S: Maintained
520
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521ARM/PLEB SUPPORT
522P: Peter Chubb
523M: pleb@gelato.unsw.edu.au
524W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
525S: Maintained
526
527ARM/PT DIGITAL BOARD PORT
528P: Stefan Eletzhofer
529M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700530L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531W: http://www.arm.linux.org.uk/
532S: Maintained
533
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800534ARM/RADISYS ENP2611 MACHINE SUPPORT
535P: Lennert Buytenhek
536M: kernel@wantstofly.org
537L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
538S: Maintained
539
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540ARM/SHARK MACHINE SUPPORT
541P: Alexander Schulz
542M: alex@shark-linux.de
543W: http://www.shark-linux.de/shark.html
544S: Maintained
545
546ARM/STRONGARM110 PORT
547P: Russell King
548M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700549L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550W: http://www.arm.linux.org.uk/
551S: Maintained
552
553ARM/S3C2410 ARM ARCHITECTURE
554P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800555M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557W: http://www.fluff.org/ben/linux/
558S: Maintained
559
560ARM/S3C2440 ARM ARCHITECTURE
561P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800562M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564W: http://www.fluff.org/ben/linux/
565S: Maintained
566
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
568P: Lennert Buytenhek
569M: kernel@wantstofly.org
570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
571S: Maintained
572
573ARM/THECUS N2100 MACHINE SUPPORT
574P: Lennert Buytenhek
575M: kernel@wantstofly.org
576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
577S: Maintained
578
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579ARPD SUPPORT
580P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700581L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582S: Maintained
583
584ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500585P: Corentin Chary
586M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587P: Karol Kozimor
588M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589L: acpi4asus-user@lists.sourceforge.net
590W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500591W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592S: Maintained
593
Corentin Chary85091b72007-01-26 14:04:30 +0100594ASUS LAPTOP EXTRAS DRIVER
595P: Corentin Chary
596M: corentincj@iksaif.net
597L: acpi4asus-user@lists.sourceforge.net
598W: http://sourceforge.net/projects/acpi4asus
599W: http://xf.iksaif.net/acpi4asus
600S: Maintained
601
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602ATA OVER ETHERNET DRIVER
603P: Ed L. Cashin
604M: ecashin@coraid.com
605W: http://www.coraid.com/support/linux
606S: Supported
607
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600608ATL1 ETHERNET DRIVER
609P: Jay Cliburn
610M: jcliburn@gmail.com
611P: Chris Snook
612M: csnook@redhat.com
613L: atl1-devel@lists.sourceforge.net
614W: http://sourceforge.net/projects/atl1
615W: http://atl1.sourceforge.net
616S: Maintained
617
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618ATM
619P: Chas Williams
620M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700621L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622W: http://linux-atm.sourceforge.net
623S: Maintained
624
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100625ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100626P: Haavard Skinnemoen
627M: hskinnemoen@atmel.com
628S: Supported
629
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800630ATMEL SPI DRIVER
631P: Haavard Skinnemoen
632M: hskinnemoen@atmel.com
633S: Supported
634
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635ATMEL WIRELESS DRIVER
636P: Simon Kelley
637M: simon@thekelleys.org.uk
638W: http://www.thekelleys.org.uk/atmel
639W: http://atmelwlandriver.sourceforge.net/
640S: Maintained
641
Chris Wrighta92b7b82005-07-07 18:12:23 -0700642AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100643P: David Woodhouse
644M: dwmw2@infradead.org
645L: linux-audit@redhat.com
646W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800647T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700648S: Maintained
649
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800650AUXILIARY DISPLAY DRIVERS
651P: Miguel Ojeda Sandonis
652M: maxextreme@gmail.com
653L: linux-kernel@vger.kernel.org
654S: Maintained
655
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700656AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700657P: Haavard Skinnemoen
658M: hskinnemoen@atmel.com
659W: http://www.atmel.com/products/AVR32/
660W: http://avr32linux.org/
661W: http://avrfreaks.net/
662S: Supported
663
664AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700665P: Haavard Skinnemoen
666M: hskinnemoen@atmel.com
667S: Supported
668
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669AX.25 NETWORK LAYER
670P: Ralf Baechle
671M: ralf@linux-mips.org
672L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200673W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674S: Maintained
675
676BAYCOM/HDLCDRV DRIVERS FOR AX.25
677P: Thomas Sailer
678M: t.sailer@alumni.ethz.ch
679L: linux-hams@vger.kernel.org
680W: http://www.baycom.org/~tom/ham/ham.html
681S: Maintained
682
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200683BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
684P: Larry Finger
685M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200686P: Stefano Brivio
687M: st3@riseup.net
688W: http://bcm43xx.berlios.de/
689S: Maintained
690
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691BEFS FILE SYSTEM
692P: Sergey S. Kostyliov
693M: rathamahata@php4.ru
694L: linux-kernel@vger.kernel.org
695S: Maintained
696
697BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
698P: Kenji Hollis
699W: http://ftp.bitgate.com/pcwd/
700S: Maintained
701
702BFS FILE SYSTEM
703P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800704M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705L: linux-kernel@vger.kernel.org
706S: Maintained
707
708BLOCK LAYER
709P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200710M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800712T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713S: Maintained
714
715BLUETOOTH SUBSYSTEM
716P: Marcel Holtmann
717M: marcel@holtmann.org
718P: Maxim Krasnyansky
719M: maxk@qualcomm.com
720L: bluez-devel@lists.sf.net
721W: http://bluez.sf.net
722W: http://www.bluez.org
723W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800724T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725S: Maintained
726
727BLUETOOTH RFCOMM LAYER
728P: Marcel Holtmann
729M: marcel@holtmann.org
730P: Maxim Krasnyansky
731M: maxk@qualcomm.com
732S: Maintained
733
734BLUETOOTH BNEP LAYER
735P: Marcel Holtmann
736M: marcel@holtmann.org
737P: Maxim Krasnyansky
738M: maxk@qualcomm.com
739S: Maintained
740
741BLUETOOTH CMTP LAYER
742P: Marcel Holtmann
743M: marcel@holtmann.org
744S: Maintained
745
746BLUETOOTH HIDP LAYER
747P: Marcel Holtmann
748M: marcel@holtmann.org
749S: Maintained
750
751BLUETOOTH HCI UART DRIVER
752P: Marcel Holtmann
753M: marcel@holtmann.org
754P: Maxim Krasnyansky
755M: maxk@qualcomm.com
756S: Maintained
757
758BLUETOOTH HCI USB DRIVER
759P: Marcel Holtmann
760M: marcel@holtmann.org
761P: Maxim Krasnyansky
762M: maxk@qualcomm.com
763S: Maintained
764
765BLUETOOTH HCI BCM203X DRIVER
766P: Marcel Holtmann
767M: marcel@holtmann.org
768S: Maintained
769
770BLUETOOTH HCI BPA10X DRIVER
771P: Marcel Holtmann
772M: marcel@holtmann.org
773S: Maintained
774
775BLUETOOTH HCI BFUSB DRIVER
776P: Marcel Holtmann
777M: marcel@holtmann.org
778S: Maintained
779
780BLUETOOTH HCI DTL1 DRIVER
781P: Marcel Holtmann
782M: marcel@holtmann.org
783S: Maintained
784
785BLUETOOTH HCI BLUECARD DRIVER
786P: Marcel Holtmann
787M: marcel@holtmann.org
788S: Maintained
789
790BLUETOOTH HCI BT3C DRIVER
791P: Marcel Holtmann
792M: marcel@holtmann.org
793S: Maintained
794
795BLUETOOTH HCI BTUART DRIVER
796P: Marcel Holtmann
797M: marcel@holtmann.org
798S: Maintained
799
800BLUETOOTH HCI VHCI DRIVER
801P: Maxim Krasnyansky
802M: maxk@qualcomm.com
803S: Maintained
804
805BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100806P: Chad Tindel
807M: ctindel@users.sourceforge.net
808P: Jay Vosburgh
809M: fubar@us.ibm.com
810L: bonding-devel@lists.sourceforge.net
811W: http://sourceforge.net/projects/bonding/
812S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000814BROADBAND PROCESSOR ARCHITECTURE
815P: Arnd Bergmann
816M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100817L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400818W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000819S: Supported
820
Gary Zambrano39105892006-06-22 17:26:20 -0700821BROADCOM B44 10/100 ETHERNET DRIVER
822P: Gary Zambrano
823M: zambrano@broadcom.com
824L: netdev@vger.kernel.org
825S: Supported
826
Michael Chan948c51e2006-06-04 02:51:39 -0700827BROADCOM BNX2 GIGABIT ETHERNET DRIVER
828P: Michael Chan
829M: mchan@broadcom.com
830L: netdev@vger.kernel.org
831S: Supported
832
833BROADCOM TG3 GIGABIT ETHERNET DRIVER
834P: Michael Chan
835M: mchan@broadcom.com
836L: netdev@vger.kernel.org
837S: Supported
838
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700840P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200841M: mchehab@infradead.org
842M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700844W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200845T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700846S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200848CALGARY x86-64 IOMMU
849P: Muli Ben-Yehuda
850M: muli@il.ibm.com
851P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200852M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200853L: linux-kernel@vger.kernel.org
854L: discuss@x86-64.org
855S: Maintained
856
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800857CFAG12864B LCD DRIVER
858P: Miguel Ojeda Sandonis
859M: maxextreme@gmail.com
860L: linux-kernel@vger.kernel.org
861S: Maintained
862
863CFAG12864BFB LCD FRAMEBUFFER DRIVER
864P: Miguel Ojeda Sandonis
865M: maxextreme@gmail.com
866L: linux-kernel@vger.kernel.org
867S: Maintained
868
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869COMMON INTERNET FILE SYSTEM (CIFS)
870P: Steve French
871M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100872L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873L: samba-technical@lists.samba.org
874W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800875T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876S: Supported
877
Joel Becker7063fbf2005-12-15 14:29:43 -0800878CONFIGFS
879P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800880M: joel.becker@oracle.com
881L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800882S: Supported
883
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800884CIRRUS LOGIC EP93XX ETHERNET DRIVER
885P: Lennert Buytenhek
886M: kernel@wantstofly.org
887L: netdev@vger.kernel.org
888S: Maintained
889
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890CIRRUS LOGIC GENERIC FBDEV DRIVER
891P: Jeff Garzik
892M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800893L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894S: Odd Fixes
895
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800896CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
897P: Lennert Buytenhek
898M: kernel@wantstofly.org
899L: linux-usb-devel@lists.sourceforge.net
900S: Maintained
901
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
903P: Cirrus Logic Corporation (kernel 2.2 driver)
904M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
905P: Nils Faerber (port to kernel 2.4)
906M: Nils Faerber <nils@kernelconcepts.de>
907S: Maintained
908
909CODA FILE SYSTEM
910P: Jan Harkes
911M: jaharkes@cs.cmu.edu
912M: coda@cs.cmu.edu
913L: codalist@coda.cs.cmu.edu
914W: http://www.coda.cs.cmu.edu/
915S: Maintained
916
917COMPACTPCI HOTPLUG CORE
918P: Scott Murray
919M: scottm@somanetworks.com
920M: scott@spiteful.org
921L: pcihpd-discuss@lists.sourceforge.net
922S: Supported
923
924COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
925P: Scott Murray
926M: scottm@somanetworks.com
927M: scott@spiteful.org
928L: pcihpd-discuss@lists.sourceforge.net
929S: Supported
930
931COMPACTPCI HOTPLUG GENERIC DRIVER
932P: Scott Murray
933M: scottm@somanetworks.com
934M: scott@spiteful.org
935L: pcihpd-discuss@lists.sourceforge.net
936S: Supported
937
938COMPUTONE INTELLIPORT MULTIPORT CARD
939P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700940M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700942S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943
944COSA/SRP SYNC SERIAL DRIVER
945P: Jan "Yenya" Kasprzak
946M: kas@fi.muni.cz
947W: http://www.fi.muni.cz/~kas/cosa/
948S: Maintained
949
950CPU FREQUENCY DRIVERS
951P: Dave Jones
952M: davej@codemonkey.org.uk
953L: cpufreq@lists.linux.org.uk
954W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500955T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956S: Maintained
957
958CPUID/MSR DRIVER
959P: H. Peter Anvin
960M: hpa@zytor.com
961S: Maintained
962
Paul Jacksoned90fb42005-09-27 21:45:37 -0700963CPUSETS
964P: Paul Jackson
965P: Simon Derr
966M: pj@sgi.com
967M: simon.derr@bull.net
968L: linux-kernel@vger.kernel.org
969W: http://www.bullopensource.org/cpuset/
970S: Supported
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100973W: http://sourceforge.net/projects/cramfs/
974S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
976CRIS PORT
977P: Mikael Starvik
978M: starvik@axis.com
979L: dev-etrax@axis.com
980W: http://developer.axis.com
981S: Maintained
982
983CRYPTO API
984P: Herbert Xu
985M: herbert@gondor.apana.org.au
986P: David S. Miller
987M: davem@davemloft.net
988L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800989T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990S: Maintained
991
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100992CS5535 Audio ALSA driver
993P: Jaya Kumar
994M: jayakumar.alsa@gmail.com
995S: Maintained
996
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997CYBERPRO FB DRIVER
998P: Russell King
999M: rmk@arm.linux.org.uk
1000W: http://www.arm.linux.org.uk/
1001S: Maintained
1002
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001003CYBLAFB FRAMEBUFFER DRIVER
1004P: Knut Petersen
1005M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001006L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001007S: Maintained
1008
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009CYCLADES 2X SYNC CARD DRIVER
1010P: Arnaldo Carvalho de Melo
1011M: acme@conectiva.com.br
1012W: http://advogato.org/person/acme
1013L: cycsyn-devel@bazar.conectiva.com.br
1014S: Maintained
1015
1016CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001018S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019
1020CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001022S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024DAMA SLAVE for AX.25
1025P: Joerg Reuter
1026M: jreuter@yaina.de
1027W: http://yaina.de/jreuter/
1028W: http://www.qsl.net/dl1bke/
1029L: linux-hams@vger.kernel.org
1030S: Maintained
1031
1032DC395x SCSI driver
1033P: Oliver Neukum
1034M: oliver@neukum.name
1035P: Ali Akcaagac
1036M: aliakc@web.de
1037P: Jamie Lenehan
1038M: lenehan@twibble.org
1039W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001040L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041L: http://lists.twibble.org/mailman/listinfo/dc395x/
1042S: Maintained
1043
1044DC390/AM53C974 SCSI driver
1045P: Kurt Garloff
1046M: garloff@suse.de
1047W: http://www.garloff.de/kurt/linux/dc390/
1048P: Guennadi Liakhovetski
1049M: g.liakhovetski@gmx.de
1050S: Maintained
1051
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001052DCCP PROTOCOL
1053P: Arnaldo Carvalho de Melo
1054M: acme@mandriva.com
1055L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001056W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001057S: Maintained
1058
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059DECnet NETWORK LAYER
1060P: Patrick Caulfield
1061M: patrick@tykepenguin.com
1062W: http://linux-decnet.sourceforge.net
1063L: linux-decnet-user@lists.sourceforge.net
1064S: Maintained
1065
1066DEFXX FDDI NETWORK DRIVER
1067P: Maciej W. Rozycki
1068M: macro@linux-mips.org
1069S: Maintained
1070
1071DELL LAPTOP SMM DRIVER
1072P: Massimo Dal Zotto
1073M: dz@debian.org
1074W: http://www.debian.org/~dz/i8k/
1075S: Maintained
1076
Doug Warzecha90563ec2005-09-06 15:17:15 -07001077DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1078P: Doug Warzecha
1079M: Douglas_Warzecha@dell.com
1080S: Maintained
1081
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001082DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083P: Alasdair Kergon
1084L: dm-devel@redhat.com
1085W: http://sources.redhat.com/dm
1086S: Maintained
1087
1088DEVICE NUMBER REGISTRY
1089P: Torben Mathiasen
1090M: device@lanana.org
1091W: http://lanana.org/docs/device-list/index.html
1092L: linux-kernel@vger.kernel.org
1093S: Maintained
1094
1095DEVICE FILESYSTEM
1096S: Obsolete
1097
1098DIGI INTL. EPCA DRIVER
1099P: Digi International, Inc
1100M: Eng.Linux@digi.com
1101L: Eng.Linux@digi.com
1102W: http://www.digi.com
1103S: Orphaned
1104
1105DIGI RIGHTSWITCH NETWORK DRIVER
1106P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001107L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108W: http://www.digi.com
1109S: Orphaned
1110
1111DIRECTORY NOTIFICATION
1112P: Stephen Rothwell
1113M: sfr@canb.auug.org.au
1114L: linux-kernel@vger.kernel.org
1115S: Supported
1116
1117DISK GEOMETRY AND PARTITION HANDLING
1118P: Andries Brouwer
1119M: aeb@cwi.nl
1120W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1121W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1122W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1123S: Maintained
1124
1125DISKQUOTA:
1126P: Jan Kara
1127M: jack@suse.cz
1128L: linux-kernel@vger.kernel.org
1129S: Maintained
1130
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001131DISTRIBUTED LOCK MANAGER
1132P: Patrick Caulfield
1133M: pcaulfie@redhat.com
1134P: David Teigland
1135M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001136L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001137W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001138T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1139T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001140S: Supported
1141
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1143P: Tobias Ringstrom
1144M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146S: Maintained
1147
Martin Waitzba483d52005-06-17 13:20:59 -07001148DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001149P: Randy Dunlap
1150M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001151S: Maintained
1152
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001153DOCKING STATION DRIVER
1154P: Kristen Carlson Accardi
1155M: kristen.c.accardi@intel.com
1156L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001157S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001158
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159DOUBLETALK DRIVER
1160P: James R. Van Zandt
1161M: jrv@vanzandt.mv.com
1162L: blinux-list@redhat.com
1163S: Maintained
1164
1165DRIVER CORE, KOBJECTS, AND SYSFS
1166P: Greg Kroah-Hartman
1167M: gregkh@suse.de
1168L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001169T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170S: Supported
1171
1172DRM DRIVERS
1173P: David Airlie
1174M: airlied@linux.ie
1175L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001176T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177S: Maintained
1178
1179DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001180P: Francois Romieu
1181M: romieu@fr.zoreil.com
1182L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183S: Maintained
1184
1185DVB SUBSYSTEM AND DRIVERS
1186P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001187M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001189W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001190T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001191S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
1193EATA-DMA SCSI DRIVER
1194P: Michael Neuffer
1195L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1196S: Maintained
1197
1198EATA ISA/EISA/PCI SCSI DRIVER
1199P: Dario Ballabio
1200M: ballabio_dario@emc.com
1201L: linux-scsi@vger.kernel.org
1202S: Maintained
1203
1204EATA-PIO SCSI DRIVER
1205P: Michael Neuffer
1206M: mike@i-Connect.Net
1207L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1208S: Maintained
1209
1210EBTABLES
1211P: Bart De Schuymer
1212M: bart.de.schuymer@pandora.be
1213L: ebtables-user@lists.sourceforge.net
1214L: ebtables-devel@lists.sourceforge.net
1215W: http://ebtables.sourceforge.net/
1216S: Maintained
1217
Michael Halcrow237fead2006-10-04 02:16:22 -07001218ECRYPT FILE SYSTEM
1219P: Mike Halcrow, Phillip Hellewell
1220M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1221L: ecryptfs-devel@lists.sourceforge.net
1222W: http://ecryptfs.sourceforge.net/
1223S: Supported
1224
Alan Coxda9bb1d2006-01-18 17:44:13 -08001225EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001226P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001227M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001228L: bluesmoke-devel@lists.sourceforge.net
1229W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001230S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001231
1232EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001233P: Mark Gross
1234M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001235L: bluesmoke-devel@lists.sourceforge.net
1236W: bluesmoke.sourceforge.net
1237S: Maintained
1238
1239EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001240P: Doug Thompson
1241M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001242L: bluesmoke-devel@lists.sourceforge.net
1243W: bluesmoke.sourceforge.net
1244S: Maintained
1245
1246EDAC-R82600
1247P: Tim Small
1248M: tim@buttersideup.com
1249L: bluesmoke-devel@lists.sourceforge.net
1250W: bluesmoke.sourceforge.net
1251S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001252
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253EEPRO100 NETWORK DRIVER
1254P: Andrey V. Savochkin
1255M: saw@saw.sw.com.sg
1256S: Maintained
1257
Josh Triplett0bee8d22006-07-30 03:03:58 -07001258EFS FILESYSTEM
1259W: http://aeschi.ch.eu.org/efs/
1260S: Orphan
1261
Heiko J Schickfab97222006-09-22 15:22:22 -07001262EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1263P: Hoang-Nam Nguyen
1264M: hnguyen@de.ibm.com
1265P: Christoph Raisch
1266M: raisch@de.ibm.com
1267L: openib-general@openib.org
1268S: Supported
1269
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270EMU10K1 SOUND DRIVER
1271P: James Courtier-Dutton
1272M: James@superbug.demon.co.uk
1273L: emu10k1-devel@lists.sourceforge.net
1274W: http://sourceforge.net/projects/emu10k1/
1275S: Maintained
1276
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001277EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001278P: James Smart
1279M: james.smart@emulex.com
1280L: linux-scsi@vger.kernel.org
1281W: http://sourceforge.net/projects/lpfcxxxx
1282S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001283
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284EPSON 1355 FRAMEBUFFER DRIVER
1285P: Christopher Hoover
1286M: ch@murgatroid.com, ch@hpl.hp.com
1287S: Maintained
1288
1289ETHEREXPRESS-16 NETWORK DRIVER
1290P: Philip Blundell
1291M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001292L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
1295ETHERNET BRIDGE
1296P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001297M: shemminger@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298L: bridge@osdl.org
1299W: http://bridge.sourceforge.net/
1300S: Maintained
1301
1302ETHERTEAM 16I DRIVER
1303P: Mika Kuoppala
1304M: miku@iki.fi
1305S: Maintained
1306
1307EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001308L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309S: Maintained
1310
1311EXT3 FILE SYSTEM
1312P: Stephen Tweedie, Andrew Morton
1313M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001314L: linux-ext4@vger.kernel.org
1315S: Maintained
1316
1317EXT4 FILE SYSTEM
1318P: Stephen Tweedie, Andrew Morton
1319M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1320L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321S: Maintained
1322
Jean Delvaree53004e2006-01-09 23:26:14 +01001323F71805F HARDWARE MONITORING DRIVER
1324P: Jean Delvare
1325M: khali@linux-fr.org
1326L: lm-sensors@lm-sensors.org
1327S: Maintained
1328
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329FARSYNC SYNCHRONOUS DRIVER
1330P: Kevin Curtis
1331M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332W: http://www.farsite.co.uk/
1333S: Supported
1334
1335FRAMEBUFFER LAYER
1336P: Antonino Daplas
1337M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001338L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339W: http://linux-fbdev.sourceforge.net/
1340S: Maintained
1341
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001342FREESCALE SOC FS_ENET DRIVER
1343P: Pantelis Antoniou
1344M: pantelis.antoniou@gmail.com
1345P: Vitaly Bordug
1346M: vbordug@ru.mvista.com
1347L: linuxppc-embedded@ozlabs.org
1348L: netdev@vger.kernel.org
1349S: Maintained
1350
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351FILE LOCKING (flock() and fcntl()/lockf())
1352P: Matthew Wilcox
1353M: matthew@wil.cx
1354L: linux-fsdevel@vger.kernel.org
1355S: Maintained
1356
1357FILESYSTEMS (VFS and infrastructure)
1358P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001359M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360S: Maintained
1361
1362FIRMWARE LOADER (request_firmware)
1363L: linux-kernel@vger.kernel.org
1364S: Orphan
1365
1366FPU EMULATOR
1367P: Bill Metzenthen
1368M: billm@suburbia.net
1369W: http://suburbia.net/~billm/floating-point/emulator/
1370S: Maintained
1371
1372FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1373P: Mike McLagan
1374M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001375L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376S: Maintained
1377
1378FREEVXFS FILESYSTEM
1379P: Christoph Hellwig
1380M: hch@infradead.org
1381W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1382S: Maintained
1383
1384FUJITSU FR-V PORT
1385P: David Howells
1386M: dhowells@redhat.com
1387S: Maintained
1388
Miklos Szeredi04578f12005-09-09 13:10:22 -07001389FUSE: FILESYSTEM IN USERSPACE
1390P: Miklos Szeredi
1391M: miklos@szeredi.hu
1392L: fuse-devel@lists.sourceforge.net
1393W: http://fuse.sourceforge.net/
1394S: Maintained
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1397P: Rik Faith
1398M: faith@cs.unc.edu
1399L: linux-scsi@vger.kernel.org
1400S: Odd fixes (e.g., new signatures)
1401
1402GDT SCSI DISK ARRAY CONTROLLER DRIVER
1403P: Achim Leubner
1404M: achim_leubner@adaptec.com
1405L: linux-scsi@vger.kernel.org
1406W: http://www.icp-vortex.com/
1407S: Supported
1408
1409GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1410P: Krzysztof Halasa
1411M: khc@pm.waw.pl
1412W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1413S: Maintained
1414
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001415GFS2 FILE SYSTEM
1416P: Steven Whitehouse
1417M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001418L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001419W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001420T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1421T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001422S: Supported
1423
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001424GIGASET ISDN DRIVERS
1425P: Hansjoerg Lipp
1426M: hjlipp@web.de
1427P: Tilman Schmidt
1428M: tilman@imap.cc
1429L: gigaset307x-common@lists.sourceforge.net
1430W: http://gigaset307x.sourceforge.net/
1431S: Maintained
1432
Jean Delvare5b543962005-08-15 19:51:02 +02001433HARDWARE MONITORING
1434P: Jean Delvare
1435M: khali@linux-fr.org
1436L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001437W: http://www.lm-sensors.org/
1438T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001439S: Maintained
1440
Michael Buesch844dd052006-06-26 00:24:59 -07001441HARDWARE RANDOM NUMBER GENERATOR CORE
1442P: Michael Buesch
1443M: mb@bu3sch.de
1444S: Maintained
1445
Robert Love860e1d62005-08-31 23:57:59 -04001446HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1447P: Robert Love
1448M: rlove@rlove.org
1449M: linux-kernel@vger.kernel.org
1450W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1451S: Maintained
1452
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453HARMONY SOUND DRIVER
1454P: Kyle McMartin
1455M: kyle@parisc-linux.org
1456W: http://www.parisc-linux.org/~kyle/harmony/
1457L: parisc-linux@lists.parisc-linux.org
1458S: Maintained
1459
1460HAYES ESP SERIAL DRIVER
1461P: Andrew J. Robinson
1462M: arobinso@nyx.net
1463L: linux-kernel@vger.kernel.org
1464W: http://www.nyx.net/~arobinso
1465S: Maintained
1466
1467HFS FILESYSTEM
1468P: Roman Zippel
1469M: zippel@linux-m68k.org
1470L: linux-kernel@vger.kernel.org
1471S: Maintained
1472
1473HGA FRAMEBUFFER DRIVER
1474P: Ferenc Bakonyi
1475M: fero@drama.obuda.kando.hu
1476L: linux-nvidia@lists.surfsouth.com
1477W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1478S: Maintained
1479
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001480HID CORE LAYER
1481P: Jiri Kosina
1482M: jkosina@suse.cz
1483L: linux-input@atrey.karlin.mff.cuni.cz
1484S: Maintained
1485
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486HIGH-SPEED SCC DRIVER FOR AX.25
1487P: Klaus Kudielka
1488M: klaus.kudielka@ieee.org
1489L: linux-hams@vger.kernel.org
1490W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1491S: Maintained
1492
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001493HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1494P: HighPoint Linux Team
1495M: linux@highpoint-tech.com
1496W: http://www.highpoint-tech.com
1497S: Supported
1498
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499HIPPI
1500P: Jes Sorensen
1501M: jes@trained-monkey.org
1502L: linux-hippi@sunsite.dk
1503S: Maintained
1504
1505HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1506P: Chirag Kantharia
1507M: chirag.kantharia@hp.com
1508L: iss_storagedev@hp.com
1509S: Maintained
1510
1511HEWLETT-PACKARD SMART2 RAID DRIVER
1512P: Chirag Kantharia
1513M: chirag.kantharia@hp.com
1514L: iss_storagedev@hp.com
1515S: Maintained
1516
1517HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1518P: Mike Miller
1519M: mike.miller@hp.com
1520L: iss_storagedev@hp.com
1521S: Supported
1522
Jouni Malinenff1d2762005-05-12 22:54:16 -04001523HOST AP DRIVER
1524P: Jouni Malinen
1525M: jkmaline@cc.hut.fi
1526L: hostap@shmoo.com
1527W: http://hostap.epitest.fi/
1528S: Maintained
1529
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1531P: Jaroslav Kysela
1532M: perex@suse.cz
1533S: Maintained
1534
Bob Piccob9b03322005-11-07 00:59:19 -08001535HPET: High Precision Event Timers driver (hpet.c)
1536P: Clemens Ladisch
1537M: clemens@ladisch.de
1538S: Maintained
1539
1540HPET: i386
1541P: Venkatesh Pallipadi (Venki)
1542M: venkatesh.pallipadi@intel.com
1543S: Maintained
1544
1545HPET: x86_64
1546P: Andi Kleen and Vojtech Pavlik
1547M: ak@muc.de and vojtech@suse.cz
1548S: Maintained
1549
1550HPET: ACPI hpet.c
1551P: Bob Picco
1552M: bob.picco@hp.com
1553S: Maintained
1554
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555HPFS FILESYSTEM
1556P: Mikulas Patocka
1557M: mikulas@artax.karlin.mff.cuni.cz
1558W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1559S: Maintained
1560
1561HUGETLB FILESYSTEM
1562P: William Irwin
1563M: wli@holomorphy.com
1564S: Maintained
1565
Jean Delvare5b543962005-08-15 19:51:02 +02001566I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567P: Jean Delvare
1568M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001569L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001570T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571S: Maintained
1572
1573I2O
1574P: Markus Lidel
1575M: markus.lidel@shadowconnect.com
1576W: http://i2o.shadowconnect.com/
1577S: Maintained
1578
1579i386 BOOT CODE
1580P: Riley H. Williams
1581M: Riley@Williams.Name
1582L: Linux-Kernel@vger.kernel.org
1583S: Maintained
1584
1585i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1586P: Dave Jones
1587M: davej@codemonkey.org.uk
1588P: H. Peter Anvin
1589M: hpa@zytor.com
1590S: Maintained
1591
1592i810 TCO TIMER WATCHDOG
1593P: Nils Faerber
1594M: nils@kernelconcepts.de
1595W: http://www.kernelconcepts.de/
1596S: Maintained
1597
1598IA64 (Itanium) PLATFORM
1599P: Tony Luck
1600M: tony.luck@intel.com
1601L: linux-ia64@vger.kernel.org
1602W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001603T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604S: Maintained
1605
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001606IBM ACPI EXTRAS DRIVER
1607P: Henrique de Moraes Holschuh
1608M: ibm-acpi@hmh.eng.br
1609L: ibm-acpi-devel@lists.sourceforge.net
1610W: http://ibm-acpi.sourceforge.net
1611W: http://thinkwiki.org/wiki/Ibm-acpi
1612T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1613S: Maintained
1614
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001616P: Jes Sorensen
1617M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618L: linux-altix@sgi.com
1619L: linux-ia64@vger.kernel.org
1620W: http://www.sgi.com/altix
1621S: Maintained
1622
1623IBM MCA SCSI SUBSYSTEM DRIVER
1624P: Michael Lang
1625M: langa2@kph.uni-mainz.de
1626W: http://www.uni-mainz.de/~langm000/linux.html
1627S: Maintained
1628
1629IBM Power Linux RAID adapter
1630P: Brian King
1631M: brking@us.ibm.com
1632S: Supported
1633
1634IBM ServeRAID RAID DRIVER
1635P: Jack Hammer
1636P: Dave Jeffery
1637M: ipslinux@adaptec.com
1638W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1639S: Supported
1640
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001641IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001643M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001645T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646S: Maintained
1647
1648IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001649P: Alan Cox
1650M: alan@lxorguk.ukuu.org.uk
1651L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652S: Maintained
1653
1654IDE/ATAPI FLOPPY DRIVERS
1655P: Paul Bristow
1656M: Paul Bristow <paul@paulbristow.net>
1657W: http://paulbristow.net/linux/idefloppy.html
1658L: linux-kernel@vger.kernel.org
1659S: Maintained
1660
1661IDE/ATAPI TAPE DRIVERS
1662P: Gadi Oxman
1663M: Gadi Oxman <gadio@netvision.net.il>
1664L: linux-kernel@vger.kernel.org
1665S: Maintained
1666
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667IEEE 1394 SUBSYSTEM
1668P: Ben Collins
1669M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001670P: Stefan Richter
1671M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672L: linux1394-devel@lists.sourceforge.net
1673W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001674T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675S: Maintained
1676
Stefan Richter87730d02006-09-16 12:24:00 +02001677IEEE 1394 IPV4 DRIVER (eth1394)
1678P: Stefan Richter
1679M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001681S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682
1683IEEE 1394 PCILYNX DRIVER
1684P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001685M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001686P: Stefan Richter
1687M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001689S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690
1691IEEE 1394 RAW I/O DRIVER
1692P: Ben Collins
1693M: bcollins@debian.org
1694P: Dan Dennedy
1695M: dan@dennedy.org
1696L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001697S: Maintained
1698
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699IMS TWINTURBO FRAMEBUFFER DRIVER
1700P: Paul Mundt
1701M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001702L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703S: Maintained
1704
1705INFINIBAND SUBSYSTEM
1706P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001707M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708P: Sean Hefty
1709M: mshefty@ichips.intel.com
1710P: Hal Rosenstock
1711M: halr@voltaire.com
1712L: openib-general@openib.org
1713W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001714T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715S: Supported
1716
1717INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001718P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001719M: dmitry.torokhov@gmail.com
1720M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721L: linux-input@atrey.karlin.mff.cuni.cz
1722L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001723T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724S: Maintained
1725
Robert Lovec9f04f52005-07-15 12:21:07 -04001726INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001727P: John McCutchan
1728M: ttb@tentacle.dhs.org
1729P: Robert Love
1730M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001731L: linux-kernel@vger.kernel.org
1732S: Maintained
1733
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001734INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001735P: Sylvain Meyer
1736M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001737L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001738S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001739
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001741P: Antonino Daplas
1742M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001743L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001744S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745
1746INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1747P: Ingo Molnar
1748M: mingo@redhat.com
1749S: Maintained
1750
1751INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1752P: Jeff Garzik
1753M: jgarzik@pobox.com
1754W: http://sourceforge.net/projects/gkernel/
1755S: Maintained
1756
1757INTEL IA32 MICROCODE UPDATE SUPPORT
1758P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001759M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760S: Maintained
1761
Michael Buesch844dd052006-06-26 00:24:59 -07001762INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1763P: Deepak Saxena
1764M: dsaxena@plexity.net
1765S: Maintained
1766
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001767INTEL IXP2000 ETHERNET DRIVER
1768P: Lennert Buytenhek
1769M: kernel@wantstofly.org
1770L: netdev@vger.kernel.org
1771S: Maintained
1772
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773INTEL PRO/100 ETHERNET SUPPORT
1774P: John Ronciak
1775M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776P: Jesse Brandeburg
1777M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001778P: Jeff Kirsher
1779M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001780P: Auke Kok
1781M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782W: http://sourceforge.net/projects/e1000/
1783S: Supported
1784
1785INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1786P: Jeb Cramer
1787M: cramerj@intel.com
1788P: John Ronciak
1789M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001790P: Jesse Brandeburg
1791M: jesse.brandeburg@intel.com
1792P: Jeff Kirsher
1793M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001794P: Auke Kok
1795M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796W: http://sourceforge.net/projects/e1000/
1797S: Supported
1798
1799INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001800P: Jeff Kirsher
1801M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802P: Ayyappan Veeraiyan
1803M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804P: John Ronciak
1805M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001806P: Jesse Brandeburg
1807M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001808P: Auke Kok
1809M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810W: http://sourceforge.net/projects/e1000/
1811S: Supported
1812
James Ketrenos826d2ab2005-11-07 18:56:59 -06001813INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1814P: Yi Zhu
1815M: yi.zhu@intel.com
1816P: James Ketrenos
1817M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001818L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001819L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1820W: http://ipw2100.sourceforge.net
1821S: Supported
1822
1823INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1824P: Yi Zhu
1825M: yi.zhu@intel.com
1826P: James Ketrenos
1827M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001828L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001829L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1830W: http://ipw2200.sourceforge.net
1831S: Supported
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833IOC3 DRIVER
1834P: Ralf Baechle
1835M: ralf@linux-mips.org
1836L: linux-mips@linux-mips.org
1837S: Maintained
1838
1839IP MASQUERADING:
1840P: Juanjo Ciarlante
1841M: jjciarla@raiz.uncu.edu.ar
1842S: Maintained
1843
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001844IPATH DRIVER:
1845P: Bryan O'Sullivan
1846M: support@pathscale.com
1847L: openib-general@openib.org
1848S: Supported
1849
Corey Minyard4409ebe2006-04-20 02:43:12 -07001850IPMI SUBSYSTEM
1851P: Corey Minyard
1852M: minyard@acm.org
1853L: openipmi-developer@lists.sourceforge.net
1854W: http://openipmi.sourceforge.net/
1855S: Supported
1856
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857IPX NETWORK LAYER
1858P: Arnaldo Carvalho de Melo
1859M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001860L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861S: Maintained
1862
1863IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001864P: Samuel Ortiz
1865M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001866L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001868S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869
1870ISAPNP
1871P: Jaroslav Kysela
1872M: perex@suse.cz
1873S: Maintained
1874
1875ISDN SUBSYSTEM
1876P: Karsten Keil
1877M: kkeil@suse.de
1878P: Kai Germaschewski
1879M: kai.germaschewski@gmx.de
1880L: isdn4linux@listserv.isdn4linux.de
1881W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001882T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883S: Maintained
1884
1885ISDN SUBSYSTEM (Eicon active card driver)
1886P: Armin Schindler
1887M: mac@melware.de
1888L: isdn4linux@listserv.isdn4linux.de
1889W: http://www.melware.de
1890S: Maintained
1891
1892JOURNALLING FLASH FILE SYSTEM (JFFS)
1893P: Axis Communications AB
1894M: jffs-dev@axis.com
1895L: jffs-dev@axis.com
1896W: http://www.developer.axis.com/software/jffs/
1897S: Maintained
1898
1899JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1900P: David Woodhouse
1901M: dwmw2@infradead.org
1902L: jffs-dev@axis.com
1903W: http://sources.redhat.com/jffs2/
1904S: Maintained
1905
1906JFS FILESYSTEM
1907P: Dave Kleikamp
1908M: shaggy@austin.ibm.com
1909L: jfs-discussion@lists.sourceforge.net
1910W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001911T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912S: Supported
1913
Josh Triplettde456d32006-07-30 03:04:00 -07001914JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001915P: Stephen Tweedie, Andrew Morton
1916M: sct@redhat.com, akpm@osdl.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001917L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001918S: Maintained
1919
Rudolf Marek4660cb32006-10-08 22:01:26 +02001920K8TEMP HARDWARE MONITORING DRIVER
1921P: Rudolf Marek
1922M: r.marek@assembler.cz
1923L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924S: Maintained
1925
1926KCONFIG
1927P: Roman Zippel
1928M: zippel@linux-m68k.org
1929L: kbuild-devel@lists.sourceforge.net
1930S: Maintained
1931
Vivek Goyalea6c2082006-05-20 14:59:55 -07001932KDUMP
1933P: Vivek Goyal
1934M: vgoyal@in.ibm.com
1935P: Haren Myneni
1936M: hbabu@us.ibm.com
1937L: fastboot@lists.osdl.org
1938L: linux-kernel@vger.kernel.org
1939W: http://lse.sourceforge.net/kdump/
1940S: Maintained
1941
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942KERNEL AUTOMOUNTER (AUTOFS)
1943P: H. Peter Anvin
1944M: hpa@zytor.com
1945L: autofs@linux.kernel.org
1946S: Odd Fixes
1947
1948KERNEL AUTOMOUNTER v4 (AUTOFS4)
1949P: Ian Kent
1950M: raven@themaw.net
1951L: autofs@linux.kernel.org
1952S: Maintained
1953
1954KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1955P: Kai Germaschewski
1956M: kai@germaschewski.name
1957P: Sam Ravnborg
1958M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001959T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960S: Maintained
1961
1962KERNEL JANITORS
1963P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001964L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966S: Maintained
1967
1968KERNEL NFSD
1969P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08001970M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971L: nfs@lists.sourceforge.net
1972W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08001973S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974
Avi Kivity426d62e2006-12-13 00:34:03 -08001975KERNEL VIRTUAL MACHINE (KVM)
1976P: Avi Kivity
1977M: avi@qumranet.com
1978L: kvm-devel@lists.sourceforge.net
1979W: kvm.sourceforge.net
1980S: Supported
1981
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001982KEXEC
1983P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001984M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001985W: http://www.xmission.com/~ebiederm/files/kexec/
1986L: linux-kernel@vger.kernel.org
1987L: fastboot@osdl.org
1988S: Maintained
1989
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001990KPROBES
1991P: Prasanna S Panchamukhi
1992M: prasanna@in.ibm.com
1993P: Ananth N Mavinakayanahalli
1994M: ananth@in.ibm.com
1995P: Anil S Keshavamurthy
1996M: anil.s.keshavamurthy@intel.com
1997P: David S. Miller
1998M: davem@davemloft.net
1999L: linux-kernel@vger.kernel.org
2000S: Maintained
2001
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002002KS0108 LCD CONTROLLER DRIVER
2003P: Miguel Ojeda Sandonis
2004M: maxextreme@gmail.com
2005L: linux-kernel@vger.kernel.org
2006S: Maintained
2007
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002010S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011
2012LASI 53c700 driver for PARISC
2013P: James E.J. Bottomley
2014M: James.Bottomley@HansenPartnership.com
2015L: linux-scsi@vger.kernel.org
2016S: Maintained
2017
Richard Purdie263de9b2006-05-15 09:44:16 -07002018LED SUBSYSTEM
2019P: Richard Purdie
2020M: rpurdie@rpsys.net
2021S: Maintained
2022
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023LEGO USB Tower driver
2024P: Juergen Stuber
2025M: starblue@users.sourceforge.net
2026L: legousb-devel@lists.sourceforge.net
2027W: http://legousb.sourceforge.net/
2028S: Maintained
2029
2030LINUX FOR IBM pSERIES (RS/6000)
2031P: Paul Mackerras
2032M: paulus@au.ibm.com
2033W: http://www.ibm.com/linux/ltc/projects/ppc
2034S: Supported
2035
2036LINUX FOR NCR VOYAGER
2037P: James Bottomley
2038M: James.Bottomley@HansenPartnership.com
2039W: http://www.hansenpartnership.com/voyager
2040S: Maintained
2041
2042LINUX FOR POWERPC
2043P: Paul Mackerras
2044M: paulus@samba.org
2045W: http://www.penguinppc.org/
2046L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002047T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048S: Supported
2049
2050LINUX FOR POWER MACINTOSH
2051P: Benjamin Herrenschmidt
2052M: benh@kernel.crashing.org
2053W: http://www.penguinppc.org/
2054L: linuxppc-dev@ozlabs.org
2055S: Maintained
2056
2057LINUX FOR POWERPC EMBEDDED MPC52XX
2058P: Sylvain Munaut
2059M: tnt@246tNt.com
2060W: http://www.246tNt.com/mpc52xx/
2061W: http://www.penguinppc.org/
2062L: linuxppc-dev@ozlabs.org
2063L: linuxppc-embedded@ozlabs.org
2064S: Maintained
2065
2066LINUX FOR POWERPC EMBEDDED PPC4XX
2067P: Matt Porter
2068M: mporter@kernel.crashing.org
2069W: http://www.penguinppc.org/
2070L: linuxppc-embedded@ozlabs.org
2071S: Maintained
2072
Tom Rinie93adf12005-07-26 12:49:53 -07002073LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074P: Tom Rini
2075M: trini@kernel.crashing.org
2076W: http://www.penguinppc.org/
2077L: linuxppc-embedded@ozlabs.org
2078S: Maintained
2079
Tom Rinie93adf12005-07-26 12:49:53 -07002080LINUX FOR POWERPC EMBEDDED PPC8XX
2081P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002082M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002083W: http://www.penguinppc.org/
2084L: linuxppc-embedded@ozlabs.org
2085S: Maintained
2086
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002088P: Kumar Gala
2089M: galak@kernel.crashing.org
2090W: http://www.penguinppc.org/
2091L: linuxppc-embedded@ozlabs.org
2092S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
Olof Johanssonab06ff32006-09-06 14:44:54 -05002094LINUX FOR POWERPC PA SEMI PWRFICIENT
2095P: Olof Johansson
2096M: olof@lixom.net
2097W: http://www.pasemi.com/
2098L: linuxppc-dev@ozlabs.org
2099S: Supported
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101LLC (802.2)
2102P: Arnaldo Carvalho de Melo
2103M: acme@conectiva.com.br
2104S: Maintained
2105
2106LINUX FOR 64BIT POWERPC
2107P: Paul Mackerras
2108M: paulus@samba.org
2109M: paulus@au.ibm.com
2110P: Anton Blanchard
2111M: anton@samba.org
2112M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002113W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002114L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115S: Supported
2116
2117LINUX SECURITY MODULE (LSM) FRAMEWORK
2118P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002119M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002120L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002122T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123S: Supported
2124
2125LM83 HARDWARE MONITOR DRIVER
2126P: Jean Delvare
2127M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002128L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Maintained
2130
2131LM90 HARDWARE MONITOR DRIVER
2132P: Jean Delvare
2133M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002134L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Maintained
2136
2137LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2138P: Richard Russon (FlatCap)
2139M: ldm@flatcap.org
2140L: ldm-devel@lists.sourceforge.net
2141W: http://ldm.sourceforge.net
2142S: Maintained
2143
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002144LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2145P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002146M: Eric.Moore@lsi.com
2147M: support@lsi.com
2148L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002149L: linux-scsi@vger.kernel.org
2150W: http://www.lsilogic.com/support
2151S: Supported
2152
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2154P: Matthew Wilcox
2155M: matthew@wil.cx
2156L: linux-scsi@vger.kernel.org
2157S: Maintained
2158
2159M68K ARCHITECTURE
2160P: Geert Uytterhoeven
2161M: geert@linux-m68k.org
2162P: Roman Zippel
2163M: zippel@linux-m68k.org
2164L: linux-m68k@lists.linux-m68k.org
2165W: http://www.linux-m68k.org/
2166W: http://linux-m68k-cvs.ubb.ca/
2167S: Maintained
2168
2169M68K ON APPLE MACINTOSH
2170P: Joshua Thompson
2171M: funaho@jurai.org
2172W: http://www.mac.linux-m68k.org/
2173L: linux-mac68k@mac.linux-m68k.org
2174S: Maintained
2175
2176M68K ON HP9000/300
2177P: Philip Blundell
2178M: philb@gnu.org
2179W: http://www.tazenda.demon.co.uk/phil/linux-hp
2180S: Maintained
2181
2182MARVELL YUKON / SYSKONNECT DRIVER
2183P: Mirko Lindner
2184M: mlindner@syskonnect.de
2185P: Ralph Roesler
2186M: rroesler@syskonnect.de
2187W: http://www.syskonnect.com
2188S: Supported
2189
Michael Kerriskfaf16682005-07-31 22:34:47 -07002190MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002191P: Michael Kerrisk
2192M: mtk-manpages@gmx.net
2193W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2194S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002195
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002196MARVELL MV643XX ETHERNET DRIVER
2197P: Dale Farnsworth
2198M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002200M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002201L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002202S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203
2204MATROX FRAMEBUFFER DRIVER
2205P: Petr Vandrovec
2206M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002207L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208S: Maintained
2209
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002210MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002211P: Neela Syam Kolli
2212M: Neela.Kolli@engenio.com
2213S: linux-scsi@vger.kernel.org
2214W: http://megaraid.lsilogic.com
2215S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002216
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002217MEMORY MANAGEMENT
2218L: linux-mm@kvack.org
2219L: linux-kernel@vger.kernel.org
2220W: http://www.linux-mm.org
2221S: Maintained
2222
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002223MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224P: David Woodhouse
2225M: dwmw2@infradead.org
2226W: http://www.linux-mtd.infradead.org/
2227L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002228T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229S: Maintained
2230
2231MICROTEK X6 SCANNER
2232P: Oliver Neukum
2233M: oliver@neukum.name
2234S: Maintained
2235
2236MIPS
2237P: Ralf Baechle
2238M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002239W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002241T: git www.linux-mips.org:/pub/scm/linux.git
2242S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243
2244MISCELLANEOUS MCA-SUPPORT
2245P: James Bottomley
2246M: jejb@steeleye.com
2247L: linux-kernel@vger.kernel.org
2248S: Maintained
2249
2250MODULE SUPPORT
2251P: Rusty Russell
2252M: rusty@rustcorp.com.au
2253L: linux-kernel@vger.kernel.org
2254S: Maintained
2255
2256MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2257P: Stelian Pop
2258M: stelian@popies.net
2259W: http://popies.net/meye/
2260S: Maintained
2261
2262MOUSE AND MISC DEVICES [GENERAL]
2263P: Alessandro Rubini
2264M: rubini@ipvvis.unipv.it
2265L: linux-kernel@vger.kernel.org
2266S: Maintained
2267
Jiri Slabyd7354102006-12-08 02:38:35 -08002268MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2269P: Jiri Slaby
2270M: jirislaby@gmail.com
2271L: linux-kernel@vger.kernel.org
2272S: Maintained
2273
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002274MSI LAPTOP SUPPORT
2275P: Lennart Poettering
2276M: mzxreary@0pointer.de
2277L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2278W: http://0pointer.de/lennart/tchibo.html
2279S: Maintained
2280
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281MTRR AND SIMILAR SUPPORT [i386]
2282P: Richard Gooch
2283M: rgooch@atnf.csiro.au
2284L: linux-kernel@vger.kernel.org
2285W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2286S: Maintained
2287
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002288MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2289P: Pierre Ossman
2290M: drzeus-mmc@drzeus.cx
2291L: linux-kernel@vger.kernel.org
2292S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002293
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294MULTISOUND SOUND DRIVER
2295P: Andrew Veliath
2296M: andrewtv@usa.net
2297S: Maintained
2298
Jiri Slabyd7354102006-12-08 02:38:35 -08002299MULTITECH MULTIPORT CARD (ISICOM)
2300P: Jiri Slaby
2301M: jirislaby@gmail.com
2302L: linux-kernel@vger.kernel.org
2303S: Maintained
2304
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305NATSEMI ETHERNET DRIVER (DP8381x)
2306P: Tim Hockin
2307M: thockin@hockin.org
2308S: Maintained
2309
2310NCP FILESYSTEM
2311P: Petr Vandrovec
2312M: vandrove@vc.cvut.cz
2313L: linware@sh.cvut.cz
2314S: Maintained
2315
2316NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2317P: James E.J. Bottomley
2318M: James.Bottomley@HansenPartnership.com
2319L: linux-scsi@vger.kernel.org
2320S: Maintained
2321
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002322NETEM NETWORK EMULATOR
2323P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002324M: shemminger@linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002325L: netem@osdl.org
2326S: Maintained
2327
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328NETFILTER/IPTABLES/IPCHAINS
2329P: Rusty Russell
2330P: Marc Boucher
2331P: James Morris
2332P: Harald Welte
2333P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002334P: Patrick McHardy
2335M: kaber@trash.net
2336L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002337L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002338L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339W: http://www.netfilter.org/
2340W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341S: Supported
2342
Paul Moore4cc67732006-09-25 15:57:13 -07002343NETLABEL
2344P: Paul Moore
2345M: paul.moore@hp.com
2346W: http://netlabel.sf.net
2347L: netdev@vger.kernel.org
2348S: Supported
2349
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350NETROM NETWORK LAYER
2351P: Ralf Baechle
2352M: ralf@linux-mips.org
2353L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002354W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355S: Maintained
2356
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002357NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358P: Paul Clements
2359M: Paul.Clements@steeleye.com
2360S: Maintained
2361
2362NETWORK DEVICE DRIVERS
2363P: Andrew Morton
2364M: akpm@osdl.org
2365P: Jeff Garzik
2366M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002367L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002368T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369S: Maintained
2370
2371NETWORKING [GENERAL]
2372P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002373M: netdev@vger.kernel.org
2374L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002375W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Maintained
2377
2378NETWORKING [IPv4/IPv6]
2379P: David S. Miller
2380M: davem@davemloft.net
2381P: Alexey Kuznetsov
2382M: kuznet@ms2.inr.ac.ru
2383P: Pekka Savola (ipv6)
2384M: pekkas@netcore.fi
2385P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002386M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387P: Hideaki YOSHIFUJI
2388M: yoshfuji@linux-ipv6.org
2389P: Patrick McHardy
2390M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002391L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002392T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393S: Maintained
2394
John W. Linville29f8f632006-01-18 14:52:48 -08002395NETWORKING [WIRELESS]
2396P: John W. Linville
2397M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002398L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002399T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2400S: Maintained
2401
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002402NETXEN (1/10) GbE SUPPORT
2403P: Amit S. Kale
2404M: amitkale@netxen.com
2405L: netdev@vger.kernel.org
2406W: http://www.netxen.com
2407S: Supported
2408
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409IPVS
2410P: Wensong Zhang
2411M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002412P: Simon Horman
2413M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414P: Julian Anastasov
2415M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002416L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417S: Maintained
2418
2419NFS CLIENT
2420P: Trond Myklebust
2421M: trond.myklebust@fys.uio.no
2422L: linux-kernel@vger.kernel.org
2423S: Maintained
2424
2425NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002426P: Jan-Pascal van Best
2427M: janpascal@vanbest.org
2428P: Andreas Mohr
2429M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002430L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431S: Maintained
2432
2433NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2434P: YOKOTA Hiroshi
2435M: yokota@netlab.is.tsukuba.ac.jp
2436W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2437S: Maintained
2438
2439NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2440P: GOTO Masanori
2441M: gotom@debian.or.jp
2442P: YOKOTA Hiroshi
2443M: yokota@netlab.is.tsukuba.ac.jp
2444W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2445S: Maintained
2446
2447NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2448P: Eberhard Moenkeberg
2449M: emoenke@gwdg.de
2450L: linux-kernel@vger.kernel.org
2451S: Maintained
2452
2453NTFS FILESYSTEM
2454P: Anton Altaparmakov
2455M: aia21@cantab.net
2456L: linux-ntfs-dev@lists.sourceforge.net
2457L: linux-kernel@vger.kernel.org
2458W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002459T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460S: Maintained
2461
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002462NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002463P: Antonino Daplas
2464M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002465L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002466S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002468OPENCORES I2C BUS DRIVER
2469P: Peter Korsgaard
2470M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002471L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002472S: Maintained
2473
Mark Fashehccd979b2005-12-15 14:31:24 -08002474ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2475P: Mark Fasheh
2476M: mark.fasheh@oracle.com
2477P: Kurt Hackel
2478M: kurt.hackel@oracle.com
2479L: ocfs2-devel@oss.oracle.com
2480W: http://oss.oracle.com/projects/ocfs2/
2481S: Supported
2482
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483OLYMPIC NETWORK DRIVER
2484P: Peter De Shrijver
2485M: p2@ace.ulyssis.student.kuleuven.ac.be
2486P: Mike Phillips
2487M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002488L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489L: linux-tr@linuxtr.net
2490W: http://www.linuxtr.net
2491S: Maintained
2492
Harald Weltec1986ee2005-11-13 16:06:29 -08002493OMNIKEY CARDMAN 4000 DRIVER
2494P: Harald Welte
2495M: laforge@gnumonks.org
2496S: Maintained
2497
Harald Welte77c44ab2005-11-13 16:06:26 -08002498OMNIKEY CARDMAN 4040 DRIVER
2499P: Harald Welte
2500M: laforge@gnumonks.org
2501S: Maintained
2502
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503ONSTREAM SCSI TAPE DRIVER
2504P: Willem Riede
2505M: osst@riede.org
2506L: osst-users@lists.sourceforge.net
2507L: linux-scsi@vger.kernel.org
2508S: Maintained
2509
2510OPL3-SA2, SA3, and SAx DRIVER
2511P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002512M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513L: linux-sound@vger.kernel.org
2514S: Maintained
2515
2516OPROFILE
2517P: Philippe Elie
2518M: phil.el@wanadoo.fr
2519L: oprofile-list@lists.sf.net
2520S: Maintained
2521
2522ORINOCO DRIVER
2523P: Pavel Roskin
2524M: proski@gnu.org
2525P: David Gibson
2526M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002527L: orinoco-users@lists.sourceforge.net
2528L: orinoco-devel@lists.sourceforge.net
2529W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530S: Maintained
2531
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002532PA SEMI ETHERNET DRIVER
2533P: Olof Johansson
2534M: olof@lixom.net
2535L: netdev@vger.kernel.org
2536S: Maintained
2537
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002538PA SEMI SMBUS DRIVER
2539P: Olof Johansson
2540M: olof@lixom.net
2541L: i2c@lm-sensors.org
2542S: Maintained
2543
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544PARALLEL PORT SUPPORT
2545P: Phil Blundell
2546M: philb@gnu.org
2547P: Tim Waugh
2548M: tim@cyberelk.net
2549P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550P: Andrea Arcangeli
2551M: andrea@suse.de
2552L: linux-parport@lists.infradead.org
2553W: http://people.redhat.com/twaugh/parport/
2554S: Maintained
2555
2556PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2557P: Tim Waugh
2558M: tim@cyberelk.net
2559L: linux-parport@lists.infradead.org
2560W: http://www.torque.net/linux-pp.html
2561S: Maintained
2562
2563PARISC ARCHITECTURE
2564P: Matthew Wilcox
2565M: matthew@wil.cx
2566P: Grant Grundler
2567M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002568P: Kyle McMartin
2569M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570L: parisc-linux@parisc-linux.org
2571W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002572T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2573T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574S: Maintained
2575
Jim Cromie1662d322006-10-06 00:43:59 -07002576PC87360 HARDWARE MONITORING DRIVER
2577P: Jim Cromie
2578M: jim.cromie@gmail.com
2579L: lm-sensors@lm-sensors.org
2580S: Maintained
2581
2582PC8736x GPIO DRIVER
2583P: Jim Cromie
2584M: jim.cromie@gmail.com
2585S: Maintained
2586
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002587PCI ERROR RECOVERY
2588P: Linas Vepstas
2589M: linas@austin.ibm.com
2590L: linux-kernel@vger.kernel.org
2591L: linux-pci@atrey.karlin.mff.cuni.cz
2592S: Supported
2593
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2595P: Thomas Sailer
2596M: sailer@ife.ee.ethz.ch
2597L: linux-sound@vger.kernel.org
2598W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2599S: Maintained
2600
2601PCI SUBSYSTEM
2602P: Greg Kroah-Hartman
2603M: gregkh@suse.de
2604L: linux-kernel@vger.kernel.org
2605L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002606T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607S: Supported
2608
2609PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002610P: Kristen Carlson Accardi
2611M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612S: Supported
2613
2614PCI HOTPLUG COMPAQ DRIVER
2615P: Greg Kroah-Hartman
2616M: greg@kroah.com
2617S: Maintained
2618
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002619PCIE HOTPLUG DRIVER
2620P: Kristen Carlson Accardi
2621M: kristen.c.accardi@intel.com
2622L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002623S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002624
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002626P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002627L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002629T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002630S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631
2632PCNET32 NETWORK DRIVER
2633P: Thomas Bogendörfer
2634M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002635L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636S: Maintained
2637
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002638PER-TASK DELAY ACCOUNTING
2639P: Shailabh Nagar
2640M: nagar@watson.ibm.com
2641L: linux-kernel@vger.kernel.org
2642S: Maintained
2643
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002644PERSONALITY HANDLING
2645P: Christoph Hellwig
2646M: hch@infradead.org
2647L: linux-abi-devel@lists.sourceforge.net
2648S: Maintained
2649
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650PHRAM MTD DRIVER
2651P: Jörn Engel
2652M: joern@wh.fh-wedel.de
2653L: linux-mtd@lists.infradead.org
2654S: Maintained
2655
Peter Osterlund249a6772005-09-27 21:45:30 -07002656PKTCDVD DRIVER
2657P: Peter Osterlund
2658M: petero2@telia.com
2659L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002660S: Maintained
2661
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662POSIX CLOCKS and TIMERS
2663P: George Anzinger
2664M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002665L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666S: Supported
2667
Eugene Surovegin24682972005-10-14 03:00:53 -07002668POWERPC 4xx EMAC DRIVER
2669P: Eugene Surovegin
2670M: ebs@ebshome.net
2671W: http://kernel.ebshome.net/emac/
2672L: linuxppc-embedded@ozlabs.org
2673L: netdev@vger.kernel.org
2674S: Maintained
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676PNP SUPPORT
2677P: Adam Belay
2678M: ambx1@neo.rr.com
2679S: Maintained
2680
Vitaly Wool999445d2007-01-04 13:07:03 +01002681PNXxxxx I2C DRIVER
2682P: Vitaly Wool
2683M: vitalywool@gmail.com
2684L: i2c@lm-sensors.org
2685S: Maintained
2686
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687PPP PROTOCOL DRIVERS AND COMPRESSORS
2688P: Paul Mackerras
2689M: paulus@samba.org
2690L: linux-ppp@vger.kernel.org
2691S: Maintained
2692
2693PPP OVER ATM (RFC 2364)
2694P: Mitchell Blank Jr
2695M: mitch@sfgoth.com
2696S: Maintained
2697
2698PPP OVER ETHERNET
2699P: Michal Ostrowski
2700M: mostrows@speakeasy.net
2701S: Maintained
2702
2703PREEMPTIBLE KERNEL
2704P: Robert Love
2705M: rml@tech9.net
2706L: linux-kernel@vger.kernel.org
2707L: kpreempt-tech@lists.sourceforge.net
2708W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2709S: Supported
2710
2711PRISM54 WIRELESS DRIVER
2712P: Prism54 Development Team
Michael Bueschc10ca772006-12-15 21:32:44 +01002713M: developers@islsm.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002714L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715W: http://prism54.org
2716S: Maintained
2717
2718PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2719P: Peter Denison
2720M: promise@pnd-pc.demon.co.uk
2721W: http://www.pnd-pc.demon.co.uk/promise/
2722S: Maintained
2723
Mikael Petterssonb3277df2007-01-10 09:33:53 +01002724PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2725P: Mikael Pettersson
2726M: mikpe@it.uu.se
2727L: linux-ide@vger.kernel.org
2728S: Maintained
2729
Geoff Levandf58a9d12006-11-23 00:46:51 +01002730PS3 PLATFORM SUPPORT
2731P: Geoff Levand
2732M: geoffrey.levand@am.sony.com
2733L: linuxppc-dev@ozlabs.org
2734L: cbe-oss-dev@ozlabs.org
2735S: Supported
2736
Michael Krufky83202042006-07-03 00:24:18 -07002737PVRUSB2 VIDEO4LINUX DRIVER
2738P: Mike Isely
2739M: isely@pobox.com
2740L: pvrusb2@isely.net
2741L: video4linux-list@redhat.com
2742W: http://www.isely.net/pvrusb2/
2743S: Maintained
2744
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745PXA2xx SUPPORT
2746P: Nicolas Pitre
2747M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002748L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749S: Maintained
2750
2751QLOGIC QLA2XXX FC-SCSI DRIVER
2752P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002753M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754L: linux-scsi@vger.kernel.org
2755S: Supported
2756
Ron Mercer5a4faa872006-07-25 00:40:21 -07002757QLOGIC QLA3XXX NETWORK DRIVER
2758P: Ron Mercer
2759M: linux-driver@qlogic.com
2760L: netdev@vger.kernel.org
2761S: Supported
2762
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763QNX4 FILESYSTEM
2764P: Anders Larsen
2765M: al@alarsen.net
2766L: linux-kernel@vger.kernel.org
2767W: http://www.alarsen.net/linux/qnx4fs/
2768S: Maintained
2769
2770RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002771P: Benjamin Herrenschmidt
2772M: benh@kernel.crashing.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
2776RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002777P: Paul Mackerras
2778M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002779L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780S: Maintained
2781
2782RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2783P: Corey Thomas
2784M: corey@world.std.com
2785L: linux-kernel@vger.kernel.org
2786S: Maintained
2787
Matt Mackall9e95ce22005-04-16 15:25:56 -07002788RANDOM NUMBER DRIVER
2789P: Matt Mackall
2790M: mpm@selenic.com
2791S: Maintained
2792
Matt Porter394b7012005-11-07 01:00:15 -08002793RAPIDIO SUBSYSTEM
2794P: Matt Porter
2795M: mporter@kernel.crashing.org
2796L: linux-kernel@vger.kernel.org
2797S: Maintained
2798
Josh Triplett595182b2006-10-04 02:17:21 -07002799READ-COPY UPDATE (RCU)
2800P: Dipankar Sarma
2801M: dipankar@in.ibm.com
2802W: http://www.rdrop.com/users/paulmck/rclock/
2803L: linux-kernel@vger.kernel.org
2804S: Supported
2805
2806RCUTORTURE MODULE
2807P: Josh Triplett
2808M: josh@freedesktop.org
2809L: linux-kernel@vger.kernel.org
2810S: Maintained
2811
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812REAL TIME CLOCK DRIVER
2813P: Paul Gortmaker
2814M: p_gortmaker@yahoo.com
2815L: linux-kernel@vger.kernel.org
2816S: Maintained
2817
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002818REAL TIME CLOCK (RTC) SUBSYSTEM
2819P: Alessandro Zummo
2820M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002821L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002822S: Maintained
2823
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824REISERFS FILE SYSTEM
2825P: Hans Reiser
2826M: reiserfs-dev@namesys.com
2827L: reiserfs-list@namesys.com
2828W: http://www.namesys.com
2829S: Supported
2830
2831ROCKETPORT DRIVER
2832P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833W: http://www.comtrol.com
2834S: Maintained
2835
2836ROSE NETWORK LAYER
2837P: Ralf Baechle
2838M: ralf@linux-mips.org
2839L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002840W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841S: Maintained
2842
2843RISCOM8 DRIVER
2844S: Orphan
2845
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002846S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002847P: Antonino Daplas
2848M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002849L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002850S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852S390
2853P: Martin Schwidefsky
2854M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002855P: Heiko Carstens
2856M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002858L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002859W: http://www.ibm.com/developerworks/linux/linux390/
2860S: Supported
2861
2862S390 NETWORK DRIVERS
2863P: Frank Pavlic
2864M: fpavlic@de.ibm.com
2865M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002866L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002867W: http://www.ibm.com/developerworks/linux/linux390/
2868S: Supported
2869
2870S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002871P: Swen Schillig
2872M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002873M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01002874L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08002875W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876S: Supported
2877
2878SAA7146 VIDEO4LINUX-2 DRIVER
2879P: Michael Hunold
2880M: michael@mihu.de
2881W: http://www.mihu.de/linux/saa7146
2882S: Maintained
2883
2884SBPCD CDROM DRIVER
2885P: Eberhard Moenkeberg
2886M: emoenke@gwdg.de
2887L: linux-kernel@vger.kernel.org
2888S: Maintained
2889
2890SC1200 WDT DRIVER
2891P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002892M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893S: Maintained
2894
2895SCHEDULER
2896P: Ingo Molnar
2897M: mingo@elte.hu
2898P: Robert Love [the preemptible kernel bits]
2899M: rml@tech9.net
2900L: linux-kernel@vger.kernel.org
2901S: Maintained
2902
2903SCSI CDROM DRIVER
2904P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002905M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906L: linux-scsi@vger.kernel.org
2907W: http://www.kernel.dk
2908S: Maintained
2909
2910SCSI SG DRIVER
2911P: Doug Gilbert
2912M: dgilbert@interlog.com
2913L: linux-scsi@vger.kernel.org
2914W: http://www.torque.net/sg
2915S: Maintained
2916
2917SCSI SUBSYSTEM
2918P: James E.J. Bottomley
2919M: James.Bottomley@SteelEye.com
2920L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002921T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922S: Maintained
2923
2924SCSI TAPE DRIVER
2925P: Kai Mäkisara
2926M: Kai.Makisara@kolumbus.fi
2927L: linux-scsi@vger.kernel.org
2928S: Maintained
2929
2930SCTP PROTOCOL
Jim Cromiece00f852006-11-30 04:49:44 +01002931P: Sridhar Samudrala
2932M: sri@us.ibm.com
2933L: lksctp-developers@lists.sourceforge.net
2934S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935
2936SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002937P: Jim Cromie
2938M: jim.cromie@gmail.com
2939S: Odd Fixes
2940
2941SCx200 GPIO DRIVER
2942P: Jim Cromie
2943M: jim.cromie@gmail.com
2944S: Maintained
2945
2946SCx200 HRT CLOCKSOURCE DRIVER
2947P: Jim Cromie
2948M: jim.cromie@gmail.com
2949S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950
2951SECURITY CONTACT
2952P: Security Officers
2953M: security@kernel.org
2954S: Supported
2955
2956SELINUX SECURITY MODULE
2957P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002958M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002960M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961L: linux-kernel@vger.kernel.org (kernel issues)
2962L: selinux@tycho.nsa.gov (general discussion)
2963W: http://www.nsa.gov/selinux
2964S: Supported
2965
2966SERIAL ATA (SATA) SUBSYSTEM:
2967P: Jeff Garzik
2968M: jgarzik@pobox.com
2969L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002970T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971S: Supported
2972
2973SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2974P: Pat Gefre
2975M: pfg@sgi.com
2976L: linux-ia64@vger.kernel.org
2977S: Supported
2978
2979SGI VISUAL WORKSTATION 320 AND 540
2980P: Andrey Panin
2981M: pazke@donpac.ru
2982L: linux-visws-devel@lists.sf.net
2983W: http://linux-visws.sf.net
2984S: Maintained for 2.6.
2985
2986SIMTEC EB110ATX (Chalice CATS)
2987P: Ben Dooks
2988P: Vincent Sanders
2989M: support@simtec.co.uk
2990W: http://www.simtec.co.uk/products/EB110ATX/
2991S: Supported
2992
2993SIMTEC EB2410ITX (BAST)
2994P: Ben Dooks
2995P: Vincent Sanders
2996M: support@simtec.co.uk
2997W: http://www.simtec.co.uk/products/EB2410ITX/
2998S: Supported
2999
Francois Romieu92aab3c2005-07-30 13:11:18 +02003000SIS 190 ETHERNET DRIVER
3001P: Francois Romieu
3002M: romieu@fr.zoreil.com
3003L: netdev@vger.kernel.org
3004S: Maintained
3005
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006SIS 5513 IDE CONTROLLER DRIVER
3007P: Lionel Bouton
3008M: Lionel.Bouton@inet6.fr
3009W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3010W: http://gyver.homeip.net/sis5513/index.html
3011S: Maintained
3012
3013SIS 900/7016 FAST ETHERNET DRIVER
3014P: Daniele Venzano
3015M: venza@brownhat.org
3016W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003017L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018S: Maintained
3019
3020SIS FRAMEBUFFER DRIVER
3021P: Thomas Winischhofer
3022M: thomas@winischhofer.net
3023W: http://www.winischhofer.net/linuxsisvga.shtml
3024S: Maintained
3025
3026SIS USB2VGA DRIVER
3027P: Thomas Winischhofer
3028M: thomas@winischhofer.net
3029W: http://www.winischhofer.at/linuxsisusbvga.shtml
3030S: Maintained
3031
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032SMC91x ETHERNET DRIVER
3033P: Nicolas Pitre
3034M: nico@cam.org
3035S: Maintained
3036
Daniel Drake8f0f8502006-07-18 22:00:25 +01003037SOFTMAC LAYER (IEEE 802.11)
3038P: Johannes Berg
3039M: johannes@sipsolutions.net
3040P: Joe Jezak
3041M: josejx@gentoo.org
3042P: Daniel Drake
3043M: dsd@gentoo.org
3044W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01003045L: netdev@vger.kernel.org
3046S: Maintained
3047
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048SOFTWARE RAID (Multiple Disks) SUPPORT
3049P: Ingo Molnar
3050M: mingo@redhat.com
3051P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003052M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003054S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055
3056SOFTWARE SUSPEND:
3057P: Pavel Machek
3058M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07003059L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060S: Maintained
3061
3062SONIC NETWORK DRIVER
3063P: Thomas Bogendoerfer
3064M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003065L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066S: Maintained
3067
3068SONY VAIO CONTROL DEVICE DRIVER
3069P: Stelian Pop
3070M: stelian@popies.net
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003071P: Mattia Dongili
3072M: malattia@linux.it
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073W: http://popies.net/sonypi/
3074S: Maintained
3075
3076SOUND
3077P: Jaroslav Kysela
3078M: perex@suse.cz
3079L: alsa-devel@alsa-project.org
3080S: Maintained
3081
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003082SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3083P: Liam Girdwood
3084M: liam.girdwood@wolfsonmicro.com
3085L: alsa-devel@alsa-project.org
3086S: Supported
3087
Kumar Gala025c3982006-04-02 16:05:54 -05003088SPI SUBSYSTEM
3089P: David Brownell
3090M: dbrownell@users.sourceforge.net
3091L: spi-devel-general@lists.sourceforge.net
3092S: Maintained
3093
Steven Rostedt855f46a2006-08-05 12:14:50 -07003094STABLE BRANCH:
3095P: Greg Kroah-Hartman
3096M: greg@kroah.com
3097P: Chris Wright
3098M: chrisw@sous-sol.org
3099L: stable@kernel.org
3100S: Maintained
3101
Kylene Hall1c72d462005-05-01 08:59:13 -07003102TPM DEVICE DRIVER
3103P: Kylene Hall
3104M: kjhall@us.ibm.com
3105W: http://tpmdd.sourceforge.net
3106L: tpmdd-devel@lists.sourceforge.net
3107S: Maintained
3108
Mark Gross1a80ba82005-10-30 15:02:55 -08003109Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003110P: Mark Gross
3111M: mark.gross@intel.com
3112S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003113
Chris Zankel48b415c2005-06-23 22:01:07 -07003114TENSILICA XTENSA PORT (xtensa):
3115P: Chris Zankel
3116M: chris@zankel.net
3117S: Maintained
3118
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119UltraSPARC (sparc64):
3120P: David S. Miller
3121M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003123T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124S: Maintained
3125
3126SHARP LH SUPPORT (LH7952X & LH7A40X)
3127P: Marc Singer
3128M: elf@buici.com
3129W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003130L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131S: Maintained
3132
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003133SHPC HOTPLUG DRIVER
3134P: Kristen Carlson Accardi
3135M: kristen.c.accardi@intel.com
3136L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003137S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003138
Pierre Ossmand129bce2006-03-24 03:18:17 -08003139SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3140P: Pierre Ossman
3141M: drzeus-sdhci@drzeus.cx
3142L: sdhci-devel@list.drzeus.cx
3143W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3144S: Maintained
3145
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003146SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3147P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003148M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003149L: netdev@vger.kernel.org
3150S: Maintained
3151
Chris Boot1a87d942006-07-10 04:45:34 -07003152SOEKRIS NET48XX LED SUPPORT
3153P: Chris Boot
3154M: bootc@bootc.net
3155S: Maintained
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157SPARC (sparc32):
3158P: William L. Irwin
3159M: wli@holomorphy.com
3160L: sparclinux@vger.kernel.org
3161S: Maintained
3162
3163SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3164P: Roger Wolff
3165M: R.E.Wolff@BitWizard.nl
3166L: linux-kernel@vger.kernel.org ?
3167S: Supported
3168
Jim Lewis2752e402006-09-29 02:01:19 -07003169SPIDERNET NETWORK DRIVER for CELL
3170P: Jim Lewis
3171M: jim@jklewis.com
3172L: netdev@vger.kernel.org
3173S: Supported
3174
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175SRM (Alpha) environment access
3176P: Jan-Benedict Glaw
3177M: jbglaw@lug-owl.de
3178L: linux-kernel@vger.kernel.org
3179S: Maintained
3180
3181STARFIRE/DURALAN NETWORK DRIVER
3182P: Ion Badulescu
3183M: ionut@cs.columbia.edu
3184S: Maintained
3185
3186STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3187W: http://mosquitonet.Stanford.EDU/strip.html
3188S: Unsupported ?
3189
3190STRADIS MPEG-2 DECODER DRIVER
3191P: Nathan Laredo
3192M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193W: http://www.stradis.com/
3194S: Maintained
3195
3196SUPERH (sh)
3197P: Paul Mundt
3198M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003199L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201S: Maintained
3202
3203SUPERH64 (sh64)
3204P: Paul Mundt
3205M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206L: linuxsh-shmedia-dev@lists.sourceforge.net
3207W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208S: Maintained
3209
3210SUN3/3X
3211P: Sam Creasey
3212M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213W: http://sammy.net/sun3/
3214S: Maintained
3215
3216SVGA HANDLING
3217P: Martin Mares
3218M: mj@ucw.cz
3219L: linux-video@atrey.karlin.mff.cuni.cz
3220S: Maintained
3221
3222SYSV FILESYSTEM
3223P: Christoph Hellwig
3224M: hch@infradead.org
3225S: Maintained
3226
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003227TC CLASSIFIER
3228P: Jamal Hadi Salim
3229M: hadi@cyberus.ca
3230L: netdev@vger.kernel.org
3231S: Maintained
3232
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003233TCP LOW PRIORITY MODULE
3234P: Wong Hoi Sing, Edison
3235M: hswong3i@gmail.com
3236P: Hung Hing Lun, Mike
3237M: hlhung3i@gmail.com
3238W: http://tcp-lp-mod.sourceforge.net/
3239S: Maintained
3240
Alex Dubov4020f2d2006-10-04 02:15:37 -07003241TI FLASH MEDIA INTERFACE DRIVER
3242P: Alex Dubov
3243M: oakad@yahoo.com
3244S: Maintained
3245
Michael Buesch844dd052006-06-26 00:24:59 -07003246TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3247P: Deepak Saxena
3248M: dsaxena@plexity.net
3249S: Maintained
3250
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003251TASKSTATS STATISTICS INTERFACE
3252P: Shailabh Nagar
3253M: nagar@watson.ibm.com
3254L: linux-kernel@vger.kernel.org
3255S: Maintained
3256
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003258P: Romain Lievin
3259M: roms@lpg.ticalc.org
3260S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261
Per Lidene86eaa32006-01-12 16:45:18 +01003262TIPC NETWORK LAYER
3263P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003264M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003265P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003266M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003267P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003268M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003269L: tipc-discussion@lists.sourceforge.net
3270W: http://tipc.sourceforge.net/
3271W: http://tipc.cslab.ericsson.net/
3272T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3273S: Maintained
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275TLAN NETWORK DRIVER
3276P: Samuel Chessman
3277M: chessman@tux.org
3278L: tlan-devel@lists.sourceforge.net
3279W: http://sourceforge.net/projects/tlan/
3280S: Maintained
3281
3282TOKEN-RING NETWORK DRIVER
3283P: Mike Phillips
3284M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003285L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286L: linux-tr@linuxtr.net
3287W: http://www.linuxtr.net
3288S: Maintained
3289
3290TOSHIBA ACPI EXTRAS DRIVER
3291P: John Belmonte
3292M: toshiba_acpi@memebeam.org
3293W: http://memebeam.org/toys/ToshibaAcpiDriver
3294S: Maintained
3295
3296TOSHIBA SMM DRIVER
3297P: Jonathan Buzzard
3298M: jonathan@buzzard.org.uk
3299L: tlinux-users@tce.toshiba-dme.co.jp
3300W: http://www.buzzard.org.uk/toshiba/
3301S: Maintained
3302
3303TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3304P: Muli Ben-Yehuda
3305M: mulix@mulix.org
3306L: linux-kernel@vger.kernel.org
3307S: Maintained
3308
3309TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003310P: Adrian Bunk
3311M: trivial@kernel.org
3312L: linux-kernel@vger.kernel.org
3313W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3314T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3315S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316
3317TMS380 TOKEN-RING NETWORK DRIVER
3318P: Adam Fritzler
3319M: mid@auk.cx
3320L: linux-tr@linuxtr.net
3321W: http://www.auk.cx/tms380tr/
3322S: Maintained
3323
3324TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003325P: Valerie Henson
3326M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327L: tulip-users@lists.sourceforge.net
3328W: http://sourceforge.net/projects/tulip/
3329S: Maintained
3330
3331TUN/TAP driver
3332P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003333M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334L: vtun@office.satix.net
3335W: http://vtun.sourceforge.net/tun
3336S: Maintained
3337
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003338TURBOCHANNEL SUBSYSTEM
3339P: Maciej W. Rozycki
3340M: macro@linux-mips.org
3341S: Maintained
3342
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343U14-34F SCSI DRIVER
3344P: Dario Ballabio
3345M: ballabio_dario@emc.com
3346L: linux-scsi@vger.kernel.org
3347S: Maintained
3348
3349UDF FILESYSTEM
3350P: Ben Fennema
3351M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352W: http://linux-udf.sourceforge.net
3353S: Maintained
3354
3355UNIFORM CDROM DRIVER
3356P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003357M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358L: linux-kernel@vger.kernel.org
3359W: http://www.kernel.dk
3360S: Maintained
3361
3362USB ACM DRIVER
3363P: Oliver Neukum
3364M: oliver@neukum.name
3365L: linux-usb-users@lists.sourceforge.net
3366L: linux-usb-devel@lists.sourceforge.net
3367S: Maintained
3368
3369USB BLOCK DRIVER (UB ub)
3370P: Pete Zaitcev
3371M: zaitcev@redhat.com
3372L: linux-kernel@vger.kernel.org
3373L: linux-usb-devel@lists.sourceforge.net
3374S: Supported
3375
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376USB CDC ETHERNET DRIVER
3377P: Greg Kroah-Hartman
3378M: greg@kroah.com
3379L: linux-usb-users@lists.sourceforge.net
3380L: linux-usb-devel@lists.sourceforge.net
3381S: Maintained
3382W: http://www.kroah.com/linux-usb/
3383
3384USB EHCI DRIVER
3385P: David Brownell
3386M: dbrownell@users.sourceforge.net
3387L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003388S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389
Luca Risolia7ce08c92006-01-11 02:06:59 +00003390USB ET61X[12]51 DRIVER
3391P: Luca Risolia
3392M: luca.risolia@studio.unibo.it
3393L: linux-usb-devel@lists.sourceforge.net
3394L: video4linux-list@redhat.com
3395W: http://www.linux-projects.org
3396S: Maintained
3397
David Brownell69ae9e32006-11-14 02:03:31 -08003398USB GADGET/PERIPHERAL SUBSYSTEM
3399P: David Brownell
3400M: dbrownell@users.sourceforge.net
3401L: linux-usb-devel@lists.sourceforge.net
3402W: http://www.linux-usb.org/gadget
3403S: Maintained
3404
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405USB HID/HIDBP DRIVERS
Jiri Kosina641266fd2007-01-15 09:56:21 +01003406P: Jiri Kosina
3407M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408L: linux-usb-devel@lists.sourceforge.net
3409S: Maintained
3410
3411USB HUB DRIVER
3412P: Johannes Erdfelt
3413M: johannes@erdfelt.com
3414L: linux-usb-users@lists.sourceforge.net
3415L: linux-usb-devel@lists.sourceforge.net
3416S: Maintained
3417
Olav Kongas959eea22005-11-03 17:38:14 +02003418USB ISP116X DRIVER
3419P: Olav Kongas
3420M: ok@artecdesign.ee
3421L: linux-usb-devel@lists.sourceforge.net
3422S: Maintained
3423
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424USB KAWASAKI LSI DRIVER
3425P: Oliver Neukum
3426M: oliver@neukum.name
3427L: linux-usb-users@lists.sourceforge.net
3428L: linux-usb-devel@lists.sourceforge.net
3429S: Maintained
3430
3431USB MASS STORAGE DRIVER
3432P: Matthew Dharm
3433M: mdharm-usb@one-eyed-alien.net
3434L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003435L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436S: Maintained
3437W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3438
3439USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003440P: David Brownell
3441M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442L: linux-usb-users@lists.sourceforge.net
3443L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003444S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445
Matthias Urlichsba460e42005-07-14 00:33:47 -07003446USB OPTION-CARD DRIVER
3447P: Matthias Urlichs
3448M: smurf@smurf.noris.de
3449L: linux-usb-devel@lists.sourceforge.net
3450S: Maintained
3451
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452USB OV511 DRIVER
3453P: Mark McClelland
3454M: mmcclell@bigfoot.com
3455L: linux-usb-users@lists.sourceforge.net
3456L: linux-usb-devel@lists.sourceforge.net
3457W: http://alpha.dyndns.org/ov511/
3458S: Maintained
3459
3460USB PEGASUS DRIVER
3461P: Petko Manolov
3462M: petkan@users.sourceforge.net
3463L: linux-usb-users@lists.sourceforge.net
3464L: linux-usb-devel@lists.sourceforge.net
3465W: http://pegasus2.sourceforge.net/
3466S: Maintained
3467
3468USB PRINTER DRIVER
3469P: Vojtech Pavlik
3470M: vojtech@suse.cz
3471L: linux-usb-users@lists.sourceforge.net
3472L: linux-usb-devel@lists.sourceforge.net
3473S: Maintained
3474
3475USB RTL8150 DRIVER
3476P: Petko Manolov
3477M: petkan@users.sourceforge.net
3478L: linux-usb-users@lists.sourceforge.net
3479L: linux-usb-devel@lists.sourceforge.net
3480W: http://pegasus2.sourceforge.net/
3481S: Maintained
3482
3483USB SE401 DRIVER
3484P: Jeroen Vreeken
3485M: pe1rxq@amsat.org
3486L: linux-usb-users@lists.sourceforge.net
3487L: linux-usb-devel@lists.sourceforge.net
3488W: http://www.chello.nl/~j.vreeken/se401/
3489S: Maintained
3490
3491USB SERIAL CYBERJACK DRIVER
3492P: Matthias Bruestle and Harald Welte
3493M: support@reiner-sct.com
3494W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3495S: Maintained
3496
3497USB SERIAL DIGI ACCELEPORT DRIVER
3498P: Peter Berger and Al Borchers
3499M: pberger@brimson.com
3500M: alborchers@steinerpoint.com
3501L: linux-usb-users@lists.sourceforge.net
3502L: linux-usb-devel@lists.sourceforge.net
3503S: Maintained
3504
3505USB SERIAL DRIVER
3506P: Greg Kroah-Hartman
3507M: gregkh@suse.de
3508L: linux-usb-users@lists.sourceforge.net
3509L: linux-usb-devel@lists.sourceforge.net
3510S: Supported
3511
3512USB SERIAL BELKIN F5U103 DRIVER
3513P: William Greathouse
3514M: wgreathouse@smva.com
3515L: linux-usb-users@lists.sourceforge.net
3516L: linux-usb-devel@lists.sourceforge.net
3517S: Maintained
3518
3519USB SERIAL CYPRESS M8 DRIVER
3520P: Lonnie Mendez
3521M: dignome@gmail.com
3522L: linux-usb-users@lists.sourceforge.net
3523L: linux-usb-devel@lists.sourceforge.net
3524S: Maintained
3525W: http://geocities.com/i0xox0i
3526W: http://firstlight.net/cvs
3527
3528USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3529L: linux-usb-users@lists.sourceforge.net
3530L: linux-usb-devel@lists.sourceforge.net
3531S: Maintained
3532
3533USB AUERSWALD DRIVER
3534P: Wolfgang Muees
3535M: wolfgang@iksw-muees.de
3536L: linux-usb-users@lists.sourceforge.net
3537L: linux-usb-devel@lists.sourceforge.net
3538S: Maintained
3539
3540USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3541P: Gary Brubaker
3542M: xavyer@ix.netcom.com
3543L: linux-usb-users@lists.sourceforge.net
3544L: linux-usb-devel@lists.sourceforge.net
3545S: Maintained
3546
3547USB SERIAL KEYSPAN DRIVER
3548P: Greg Kroah-Hartman
3549M: greg@kroah.com
3550L: linux-usb-users@lists.sourceforge.net
3551L: linux-usb-devel@lists.sourceforge.net
3552W: http://www.kroah.com/linux/
3553S: Maintained
3554
3555USB SERIAL WHITEHEAT DRIVER
3556P: Stuart MacDonald
3557M: stuartm@connecttech.com
3558L: linux-usb-users@lists.sourceforge.net
3559L: linux-usb-devel@lists.sourceforge.net
3560W: http://www.connecttech.com
3561S: Supported
3562
3563USB SN9C10x DRIVER
3564P: Luca Risolia
3565M: luca.risolia@studio.unibo.it
3566L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003567L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568W: http://www.linux-projects.org
3569S: Maintained
3570
3571USB SUBSYSTEM
3572P: Greg Kroah-Hartman
3573M: gregkh@suse.de
3574L: linux-usb-users@lists.sourceforge.net
3575L: linux-usb-devel@lists.sourceforge.net
3576W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003577T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578S: Supported
3579
3580USB UHCI DRIVER
3581P: Alan Stern
3582M: stern@rowland.harvard.edu
3583L: linux-usb-users@lists.sourceforge.net
3584L: linux-usb-devel@lists.sourceforge.net
3585S: Maintained
3586
David Brownell69ae9e32006-11-14 02:03:31 -08003587USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588P: David Brownell
3589M: dbrownell@users.sourceforge.net
3590L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003591W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592S: Maintained
3593
3594USB W996[87]CF DRIVER
3595P: Luca Risolia
3596M: luca.risolia@studio.unibo.it
3597L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003598L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599W: http://www.linux-projects.org
3600S: Maintained
3601
Luca Risolia60f78052006-02-06 16:29:35 +00003602USB ZC0301 DRIVER
3603P: Luca Risolia
3604M: luca.risolia@studio.unibo.it
3605L: linux-usb-devel@lists.sourceforge.net
3606L: video4linux-list@redhat.com
3607W: http://www.linux-projects.org
3608S: Maintained
3609
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610USB ZD1201 DRIVER
3611P: Jeroen Vreeken
3612M: pe1rxq@amsat.org
3613L: linux-usb-users@lists.sourceforge.net
3614L: linux-usb-devel@lists.sourceforge.net
3615W: http://linux-lc100020.sourceforge.net
3616S: Maintained
3617
3618USER-MODE LINUX
3619P: Jeff Dike
3620M: jdike@karaya.com
3621L: user-mode-linux-devel@lists.sourceforge.net
3622L: user-mode-linux-user@lists.sourceforge.net
3623W: http://user-mode-linux.sourceforge.net
3624S: Maintained
3625
3626FAT/VFAT/MSDOS FILESYSTEM:
3627P: OGAWA Hirofumi
3628M: hirofumi@mail.parknet.co.jp
3629L: linux-kernel@vger.kernel.org
3630S: Maintained
3631
3632VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3633P: Jeff Garzik
3634S: Odd fixes
3635
3636VIA RHINE NETWORK DRIVER
3637P: Roger Luethi
3638M: rl@hellgate.ch
3639S: Maintained
3640
Jean Delvare32c0a522005-09-22 21:47:58 +02003641VIAPRO SMBUS DRIVER
3642P: Jean Delvare
3643M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003644L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003645S: Maintained
3646
Francois Romieu01f20732007-01-26 00:57:17 -08003647VIA VELOCITY NETWORK DRIVER
3648P: Francois Romieu
3649M: romieu@fr.zoreil.com
3650L: netdev@vger.kernel.org
3651S: Maintained
3652
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653UCLINUX (AND M68KNOMMU)
3654P: Greg Ungerer
3655M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003657L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658S: Maintained
3659
3660UCLINUX FOR NEC V850
3661P: Miles Bader
3662M: uclinux-v850@lsi.nec.co.jp
3663W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3664W: http://www.ee.nec.de/uclinux/
3665S: Supported
3666
3667UCLINUX FOR RENESAS H8/300
3668P: Yoshinori Sato
3669M: ysato@users.sourceforge.jp
3670W: http://uclinux-h8.sourceforge.jp/
3671S: Supported
3672
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03003673UFS FILESYSTEM
3674P: Evgeniy Dushistov
3675M: dushistov@mail.ru
3676L: linux-kernel@vger.kernel.org
3677S: Maintained
3678
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679USB DIAMOND RIO500 DRIVER
3680P: Cesar Miquel
3681M: miquel@df.uba.ar
3682L: rio500-users@lists.sourceforge.net
3683W: http://rio500.sourceforge.net
3684S: Maintained
3685
3686VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003687P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003688M: mchehab@infradead.org
3689M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003691W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003692T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003693S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694
Juerg Haefligerab413192006-09-24 20:54:04 +02003695VT1211 HARDWARE MONITOR DRIVER
3696P: Juerg Haefliger
3697M: juergh@gmail.com
3698L: lm-sensors@lm-sensors.org
3699S: Maintained
3700
Roger Lucas1de9e372005-11-26 20:20:05 +01003701VT8231 HARDWARE MONITOR DRIVER
3702P: Roger Lucas
3703M: roger@planbit.co.uk
3704L: lm-sensors@lm-sensors.org
3705S: Maintained
3706
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707W1 DALLAS'S 1-WIRE BUS
3708P: Evgeniy Polyakov
3709M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710S: Maintained
3711
Charles Spirakis13927072006-07-05 18:05:15 +02003712W83791D HARDWARE MONITORING DRIVER
3713P: Charles Spirakis
3714M: bezaur@gmail.com
3715L: lm-sensors@lm-sensors.org
3716S: Maintained
3717
Rudolf Marek61db0112006-12-12 18:18:30 +01003718W83793 HARDWARE MONITORING DRIVER
3719P: Rudolf Marek
3720M: r.marek@assembler.cz
3721L: lm-sensors@lm-sensors.org
3722S: Maintained
3723
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724W83L51xD SD/MMC CARD INTERFACE DRIVER
3725P: Pierre Ossman
3726M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01003727L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728W: http://projects.drzeus.cx/wbsd
3729S: Maintained
3730
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003731WATCHDOG DEVICE DRIVERS
3732P: Wim Van Sebroeck
3733M: wim@iguana.be
3734T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3735S: Maintained
3736
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3738P: Jean Tourrilhes
3739M: jt@hpl.hp.com
3740W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3741S: Maintained
3742
3743WD7000 SCSI DRIVER
3744P: Miroslav Zagorac
3745M: zaga@fly.cc.fer.hr
3746L: linux-scsi@vger.kernel.org
3747S: Maintained
3748
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003749WISTRON LAPTOP BUTTON DRIVER
3750P: Miloslav Trmac
3751M: mitr@volny.cz
3752S: Maintained
3753
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754WL3501 WIRELESS PCMCIA CARD DRIVER
3755P: Arnaldo Carvalho de Melo
3756M: acme@conectiva.com.br
3757W: http://advogato.org/person/acme
3758S: Maintained
3759
3760X.25 NETWORK LAYER
3761P: Henner Eisen
3762M: eis@baty.hanse.de
3763L: linux-x25@vger.kernel.org
3764S: Maintained
3765
3766XFS FILESYSTEM
3767P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003768P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003770L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003772T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773S: Supported
3774
Peter Korsgaard238b8722006-12-06 20:35:17 -08003775XILINX UARTLITE SERIAL DRIVER
3776P: Peter Korsgaard
3777M: jacmet@sunsite.dk
3778L: linux-serial@vger.kernel.org
3779S: Maintained
3780
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781X86 3-LEVEL PAGING (PAE) SUPPORT
3782P: Ingo Molnar
3783M: mingo@redhat.com
3784S: Maintained
3785
3786X86-64 port
3787P: Andi Kleen
3788M: ak@suse.de
3789L: discuss@x86-64.org
3790W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01003791T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792S: Maintained
3793
3794YAM DRIVER FOR AX.25
3795P: Jean-Paul Roubelat
3796M: jpr@f6fbb.org
3797L: linux-hams@vger.kernel.org
3798S: Maintained
3799
Henkaf64a5e2005-10-12 15:02:56 +02003800YEALINK PHONE DRIVER
3801P: Henk Vergonet
3802M: Henk.Vergonet@gmail.com
3803L: usbb2k-api-dev@nongnu.org
3804S: Maintained
3805
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806Z8530 DRIVER FOR AX.25
3807P: Joerg Reuter
3808M: jreuter@yaina.de
3809W: http://yaina.de/jreuter/
3810W: http://www.qsl.net/dl1bke/
3811L: linux-hams@vger.kernel.org
3812S: Maintained
3813
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003814ZD1211RW WIRELESS DRIVER
3815P: Daniel Drake
3816M: dsd@gentoo.org
3817P: Ulrich Kunitz
3818M: kune@deine-taler.de
3819W: http://zd1211.ath.cx/wiki/DriverRewrite
3820L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3821S: Maintained
3822
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823ZF MACHZ WATCHDOG
3824P: Fernando Fuganti
3825M: fuganti@netbank.com.br
3826W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3827S: Maintained
3828
3829ZR36067 VIDEO FOR LINUX DRIVER
3830P: Ronald Bultje
3831M: rbultje@ronald.bitfreak.net
3832L: mjpeg-users@lists.sourceforge.net
3833W: http://mjpeg.sourceforge.net/driver-zoran/
3834S: Maintained
3835
3836ZR36120 VIDEO FOR LINUX DRIVER
3837P: Pauline Middelink
3838M: middelin@polyware.nl
3839W: http://www.polyware.nl/~middelin/En/hobbies.html
3840W: http://www.polyware.nl/~middelin/hobbies.html
3841S: Maintained
3842
3843THE REST
3844P: Linus Torvalds
3845S: Buried alive in reporters