blob: d5a97d3e23c385174c3aac9517e1d6be5a5351f8 [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 Brown6968e502005-12-30 00:32:49 -0500210L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800212T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213S: Maintained
214
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700215ACPI PCI HOTPLUG DRIVER
216P: Kristen Carlson Accardi
217M: kristen.c.accardi@intel.com
218L: pcihpd-discuss@lists.sourceforge.net
219S: Maintained
220
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221AD1816 SOUND DRIVER
222P: Thorsten Knabe
223M: Thorsten Knabe <linux@thorsten-knabe.de>
224W: http://linux.thorsten-knabe.de
225S: Maintained
226
Kyle McMartin6958ae32005-10-21 23:11:27 -0400227AD1889 SOUND DRIVER
228P: Kyle McMartin
229M: kyle@parisc-linux.org
230P: Thibaut Varene
231M: T-Bone@parisc-linux.org
232W: http://wiki.parisc-linux.org/AD1889
233L: parisc-linux@lists.parisc-linux.org
234S: Maintained
235
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236ADM1025 HARDWARE MONITOR DRIVER
237P: Jean Delvare
238M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200239L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240S: Maintained
241
242ADT746X FAN DRIVER
243P: Colin Leroy
244M: colin@colino.net
245S: Maintained
246
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247AEDSP16 DRIVER
248P: Riccardo Facchetti
249M: fizban@tin.it
250S: Maintained
251
252AFFS FILE SYSTEM
253P: Roman Zippel
254M: zippel@linux-m68k.org
255S: Maintained
256
257AGPGART DRIVER
258P: Dave Jones
259M: davej@codemonkey.org.uk
260W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800261T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262S: Maintained
263
264AHA152X SCSI DRIVER
265P: Juergen E. Fischer
266M: Juergen Fischer <fischer@norbit.de>
267L: linux-scsi@vger.kernel.org
268S: Maintained
269
270ALCATEL SPEEDTOUCH USB DRIVER
271P: Duncan Sands
272M: duncan.sands@free.fr
273L: linux-usb-users@lists.sourceforge.net
274L: linux-usb-devel@lists.sourceforge.net
275W: http://www.linux-usb.org/SpeedTouch/
276S: Maintained
277
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000278ALI1563 I2C DRIVER
279P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100280M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200281L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ALPHA PORT
285P: Richard Henderson
286M: rth@twiddle.net
287S: Odd Fixes for 2.4; Maintained for 2.6.
288P: Ivan Kokshaysky
289M: ink@jurassic.park.msu.ru
290S: Maintained for 2.4; PCI support for 2.6.
291
Jordan Crousef90b8112006-01-06 00:12:14 -0800292AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100293P: Jordan Crouse
294M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800295L: info-linux@geode.amd.com
296W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
297S: Supported
298
Stelian Pop284f42b2006-12-12 18:18:31 +0100299AMS (Apple Motion Sensor) DRIVER
300P: Stelian Pop
301M: stelian@popies.net
302P: Michael Hanselmann
303M: linux-kernel@hansmi.ch
304S: Supported
305
Tom Tuckerf94b5332006-09-22 15:22:48 -0700306AMSO1100 RNIC DRIVER
307P: Tom Tucker
308M: tom@opengridcomputing.com
309P: Steve Wise
310M: swise@opengridcomputing.com
311L: openib-general@openib.org
312S: Maintained
313
Johannes Berg42269062006-07-25 16:15:50 +0200314AOA (Apple Onboard Audio) ALSA DRIVER
315P: Johannes Berg
316M: johannes@sipsolutions.net
317L: linuxppc-dev@ozlabs.org
318L: alsa-devel@alsa-project.org
319S: Maintained
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321APM DRIVER
322P: Stephen Rothwell
323M: sfr@canb.auug.org.au
324L: linux-laptop@vger.kernel.org
325W: http://www.canb.auug.org.au/~sfr/
326S: Supported
327
328APPLETALK NETWORK LAYER
329P: Arnaldo Carvalho de Melo
330M: acme@conectiva.com.br
331S: Maintained
332
Jaya Kumar1154ea72005-06-21 17:17:04 -0700333ARC FRAMEBUFFER DRIVER
334P: Jaya Kumar
335M: jayalk@intworks.biz
336S: Maintained
337
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338ARM26 ARCHITECTURE
339P: Ian Molton
340M: spyro@f2s.com
341S: Maintained
342
343ARM26/ARCHIMEDES
344P: Ian Molton
345M: spyro@f2s.com
346S: Maintained
347
348ARM26/A5000
349P: John Appleby
350M: john@dnsworld.co.uk
351S: Maintained
352
353ARM MFM AND FLOPPY DRIVERS
354P: Ian Molton
355M: spyro@f2s.com
356S: Maintained
357
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800358ARM/ADI ROADRUNNER MACHINE SUPPORT
359P: Lennert Buytenhek
360M: kernel@wantstofly.org
361L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
362S: Maintained
363
364ARM/ADS SPHERE MACHINE SUPPORT
365P: Lennert Buytenhek
366M: kernel@wantstofly.org
367L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
368S: Maintained
369
370ARM/AJECO 1ARM MACHINE SUPPORT
371P: Lennert Buytenhek
372M: kernel@wantstofly.org
373L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
374S: Maintained
375
Andrew Victord4a89c72006-12-04 13:56:21 +0100376ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
377P: Andrew Victor
378M: andrew@sanpeople.com
379L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
380W: http://maxim.org.za/at91_26.html
381S: Maintained
382
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800383ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
384P: Lennert Buytenhek
385M: kernel@wantstofly.org
386L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
387S: Maintained
388
389ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
390P: Lennert Buytenhek
391M: kernel@wantstofly.org
392L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
393S: Maintained
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395ARM/CORGI MACHINE SUPPORT
396P: Richard Purdie
397M: rpurdie@rpsys.net
398S: Maintained
399
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800400ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
401P: Lennert Buytenhek
402M: kernel@wantstofly.org
403L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
404S: Maintained
405
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100406ARM/HP JORNADA 7XX MACHINE SUPPORT
407P: Kristoffer Ericson
408M: kristoffer_e1@hotmail.com
409W: www.jlime.com
410S: Maintained
411
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800412ARM/INTEL IOP32X ARM ARCHITECTURE
413P: Lennert Buytenhek
414M: kernel@wantstofly.org
415L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
416S: Maintained
417
418ARM/INTEL IOP13XX ARM ARCHITECTURE
419P: Lennert Buytenhek
420M: kernel@wantstofly.org
421L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
422S: Maintained
423
424ARM/INTEL IQ81342EX MACHINE SUPPORT
425P: Lennert Buytenhek
426M: kernel@wantstofly.org
427L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
428S: Maintained
429
430ARM/INTEL IXP2000 ARM ARCHITECTURE
431P: Lennert Buytenhek
432M: kernel@wantstofly.org
433L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
434S: Maintained
435
436ARM/INTEL IXDP2850 MACHINE SUPPORT
437P: Lennert Buytenhek
438M: kernel@wantstofly.org
439L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
440S: Maintained
441
442ARM/INTEL IXP23XX ARM ARCHITECTURE
443P: Lennert Buytenhek
444M: kernel@wantstofly.org
445L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
446S: Maintained
447
448ARM/INTEL XSC3 (MANZANO) ARM CORE
449P: Lennert Buytenhek
450M: kernel@wantstofly.org
451L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
452S: Maintained
453
454ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
455P: Lennert Buytenhek
456M: kernel@wantstofly.org
457L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
458S: Maintained
459
460ARM/LOGICPD PXA270 MACHINE SUPPORT
461P: Lennert Buytenhek
462M: kernel@wantstofly.org
463L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
464S: Maintained
465
Dirk Opfer8459c152005-11-06 14:27:52 +0000466ARM/TOSA MACHINE SUPPORT
467P: Dirk Opfer
468M: dirk@opfer-online.de
469S: Maintained
470
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471ARM/PLEB SUPPORT
472P: Peter Chubb
473M: pleb@gelato.unsw.edu.au
474W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
475S: Maintained
476
477ARM/PT DIGITAL BOARD PORT
478P: Stefan Eletzhofer
479M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481W: http://www.arm.linux.org.uk/
482S: Maintained
483
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800484ARM/RADISYS ENP2611 MACHINE SUPPORT
485P: Lennert Buytenhek
486M: kernel@wantstofly.org
487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
488S: Maintained
489
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490ARM/SHARK MACHINE SUPPORT
491P: Alexander Schulz
492M: alex@shark-linux.de
493W: http://www.shark-linux.de/shark.html
494S: Maintained
495
496ARM/STRONGARM110 PORT
497P: Russell King
498M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700499L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500W: http://www.arm.linux.org.uk/
501S: Maintained
502
503ARM/S3C2410 ARM ARCHITECTURE
504P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800505M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700506L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507W: http://www.fluff.org/ben/linux/
508S: Maintained
509
510ARM/S3C2440 ARM ARCHITECTURE
511P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800512M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514W: http://www.fluff.org/ben/linux/
515S: Maintained
516
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800517ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
523ARM/THECUS N2100 MACHINE SUPPORT
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529ARPD SUPPORT
530P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700531L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532S: Maintained
533
534ASUS ACPI EXTRAS DRIVER
535P: Karol Kozimor
536M: sziwan@users.sourceforge.net
537P: Julien Lerouge
538M: julien.lerouge@free.fr
539L: acpi4asus-user@lists.sourceforge.net
540W: http://sourceforge.net/projects/acpi4asus
541W: http://julien.lerouge.free.fr
542S: Maintained
543
544ATA OVER ETHERNET DRIVER
545P: Ed L. Cashin
546M: ecashin@coraid.com
547W: http://www.coraid.com/support/linux
548S: Supported
549
550ATM
551P: Chas Williams
552M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700553L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554W: http://linux-atm.sourceforge.net
555S: Maintained
556
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100557ATMEL MACB ETHERNET DRIVER
558P: Atmel AVR32 Support Team
559M: avr32@atmel.com
560P: Haavard Skinnemoen
561M: hskinnemoen@atmel.com
562S: Supported
563
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564ATMEL WIRELESS DRIVER
565P: Simon Kelley
566M: simon@thekelleys.org.uk
567W: http://www.thekelleys.org.uk/atmel
568W: http://atmelwlandriver.sourceforge.net/
569S: Maintained
570
Chris Wrighta92b7b82005-07-07 18:12:23 -0700571AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100572P: David Woodhouse
573M: dwmw2@infradead.org
574L: linux-audit@redhat.com
575W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800576T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700577S: Maintained
578
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700579AVR32 ARCHITECTURE
580P: Atmel AVR32 Support Team
581M: avr32@atmel.com
582P: Haavard Skinnemoen
583M: hskinnemoen@atmel.com
584W: http://www.atmel.com/products/AVR32/
585W: http://avr32linux.org/
586W: http://avrfreaks.net/
587S: Supported
588
589AVR32/AT32AP MACHINE SUPPORT
590P: Atmel AVR32 Support Team
591M: avr32@atmel.com
592P: Haavard Skinnemoen
593M: hskinnemoen@atmel.com
594S: Supported
595
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596AX.25 NETWORK LAYER
597P: Ralf Baechle
598M: ralf@linux-mips.org
599L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200600W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601S: Maintained
602
603BAYCOM/HDLCDRV DRIVERS FOR AX.25
604P: Thomas Sailer
605M: t.sailer@alumni.ethz.ch
606L: linux-hams@vger.kernel.org
607W: http://www.baycom.org/~tom/ham/ham.html
608S: Maintained
609
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200610BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
611P: Larry Finger
612M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200613P: Stefano Brivio
614M: st3@riseup.net
615W: http://bcm43xx.berlios.de/
616S: Maintained
617
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618BEFS FILE SYSTEM
619P: Sergey S. Kostyliov
620M: rathamahata@php4.ru
621L: linux-kernel@vger.kernel.org
622S: Maintained
623
624BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
625P: Kenji Hollis
626W: http://ftp.bitgate.com/pcwd/
627S: Maintained
628
629BFS FILE SYSTEM
630P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800631M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632L: linux-kernel@vger.kernel.org
633S: Maintained
634
635BLOCK LAYER
636P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200637M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800639T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640S: Maintained
641
642BLUETOOTH SUBSYSTEM
643P: Marcel Holtmann
644M: marcel@holtmann.org
645P: Maxim Krasnyansky
646M: maxk@qualcomm.com
647L: bluez-devel@lists.sf.net
648W: http://bluez.sf.net
649W: http://www.bluez.org
650W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800651T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652S: Maintained
653
654BLUETOOTH RFCOMM LAYER
655P: Marcel Holtmann
656M: marcel@holtmann.org
657P: Maxim Krasnyansky
658M: maxk@qualcomm.com
659S: Maintained
660
661BLUETOOTH BNEP LAYER
662P: Marcel Holtmann
663M: marcel@holtmann.org
664P: Maxim Krasnyansky
665M: maxk@qualcomm.com
666S: Maintained
667
668BLUETOOTH CMTP LAYER
669P: Marcel Holtmann
670M: marcel@holtmann.org
671S: Maintained
672
673BLUETOOTH HIDP LAYER
674P: Marcel Holtmann
675M: marcel@holtmann.org
676S: Maintained
677
678BLUETOOTH HCI UART DRIVER
679P: Marcel Holtmann
680M: marcel@holtmann.org
681P: Maxim Krasnyansky
682M: maxk@qualcomm.com
683S: Maintained
684
685BLUETOOTH HCI USB DRIVER
686P: Marcel Holtmann
687M: marcel@holtmann.org
688P: Maxim Krasnyansky
689M: maxk@qualcomm.com
690S: Maintained
691
692BLUETOOTH HCI BCM203X DRIVER
693P: Marcel Holtmann
694M: marcel@holtmann.org
695S: Maintained
696
697BLUETOOTH HCI BPA10X DRIVER
698P: Marcel Holtmann
699M: marcel@holtmann.org
700S: Maintained
701
702BLUETOOTH HCI BFUSB DRIVER
703P: Marcel Holtmann
704M: marcel@holtmann.org
705S: Maintained
706
707BLUETOOTH HCI DTL1 DRIVER
708P: Marcel Holtmann
709M: marcel@holtmann.org
710S: Maintained
711
712BLUETOOTH HCI BLUECARD DRIVER
713P: Marcel Holtmann
714M: marcel@holtmann.org
715S: Maintained
716
717BLUETOOTH HCI BT3C DRIVER
718P: Marcel Holtmann
719M: marcel@holtmann.org
720S: Maintained
721
722BLUETOOTH HCI BTUART DRIVER
723P: Marcel Holtmann
724M: marcel@holtmann.org
725S: Maintained
726
727BLUETOOTH HCI VHCI DRIVER
728P: Maxim Krasnyansky
729M: maxk@qualcomm.com
730S: Maintained
731
732BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100733P: Chad Tindel
734M: ctindel@users.sourceforge.net
735P: Jay Vosburgh
736M: fubar@us.ibm.com
737L: bonding-devel@lists.sourceforge.net
738W: http://sourceforge.net/projects/bonding/
739S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000741BROADBAND PROCESSOR ARCHITECTURE
742P: Arnd Bergmann
743M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100744L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400745W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000746S: Supported
747
Gary Zambrano39105892006-06-22 17:26:20 -0700748BROADCOM B44 10/100 ETHERNET DRIVER
749P: Gary Zambrano
750M: zambrano@broadcom.com
751L: netdev@vger.kernel.org
752S: Supported
753
Michael Chan948c51e2006-06-04 02:51:39 -0700754BROADCOM BNX2 GIGABIT ETHERNET DRIVER
755P: Michael Chan
756M: mchan@broadcom.com
757L: netdev@vger.kernel.org
758S: Supported
759
760BROADCOM TG3 GIGABIT ETHERNET DRIVER
761P: Michael Chan
762M: mchan@broadcom.com
763L: netdev@vger.kernel.org
764S: Supported
765
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700767P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200768M: mchehab@infradead.org
769M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700771W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200772T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700773S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200775CALGARY x86-64 IOMMU
776P: Muli Ben-Yehuda
777M: muli@il.ibm.com
778P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200779M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200780L: linux-kernel@vger.kernel.org
781L: discuss@x86-64.org
782S: Maintained
783
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784COMMON INTERNET FILE SYSTEM (CIFS)
785P: Steve French
786M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100787L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788L: samba-technical@lists.samba.org
789W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800790T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791S: Supported
792
Joel Becker7063fbf2005-12-15 14:29:43 -0800793CONFIGFS
794P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800795M: joel.becker@oracle.com
796L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800797S: Supported
798
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800799CIRRUS LOGIC EP93XX ETHERNET DRIVER
800P: Lennert Buytenhek
801M: kernel@wantstofly.org
802L: netdev@vger.kernel.org
803S: Maintained
804
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805CIRRUS LOGIC GENERIC FBDEV DRIVER
806P: Jeff Garzik
807M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800808L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809S: Odd Fixes
810
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800811CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
812P: Lennert Buytenhek
813M: kernel@wantstofly.org
814L: linux-usb-devel@lists.sourceforge.net
815S: Maintained
816
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
818P: Cirrus Logic Corporation (kernel 2.2 driver)
819M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
820P: Nils Faerber (port to kernel 2.4)
821M: Nils Faerber <nils@kernelconcepts.de>
822S: Maintained
823
824CODA FILE SYSTEM
825P: Jan Harkes
826M: jaharkes@cs.cmu.edu
827M: coda@cs.cmu.edu
828L: codalist@coda.cs.cmu.edu
829W: http://www.coda.cs.cmu.edu/
830S: Maintained
831
832COMPACTPCI HOTPLUG CORE
833P: Scott Murray
834M: scottm@somanetworks.com
835M: scott@spiteful.org
836L: pcihpd-discuss@lists.sourceforge.net
837S: Supported
838
839COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
840P: Scott Murray
841M: scottm@somanetworks.com
842M: scott@spiteful.org
843L: pcihpd-discuss@lists.sourceforge.net
844S: Supported
845
846COMPACTPCI HOTPLUG GENERIC DRIVER
847P: Scott Murray
848M: scottm@somanetworks.com
849M: scott@spiteful.org
850L: pcihpd-discuss@lists.sourceforge.net
851S: Supported
852
853COMPUTONE INTELLIPORT MULTIPORT CARD
854P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700855M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700857S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858
859COSA/SRP SYNC SERIAL DRIVER
860P: Jan "Yenya" Kasprzak
861M: kas@fi.muni.cz
862W: http://www.fi.muni.cz/~kas/cosa/
863S: Maintained
864
865CPU FREQUENCY DRIVERS
866P: Dave Jones
867M: davej@codemonkey.org.uk
868L: cpufreq@lists.linux.org.uk
869W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500870T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871S: Maintained
872
873CPUID/MSR DRIVER
874P: H. Peter Anvin
875M: hpa@zytor.com
876S: Maintained
877
Paul Jacksoned90fb42005-09-27 21:45:37 -0700878CPUSETS
879P: Paul Jackson
880P: Simon Derr
881M: pj@sgi.com
882M: simon.derr@bull.net
883L: linux-kernel@vger.kernel.org
884W: http://www.bullopensource.org/cpuset/
885S: Supported
886
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100888W: http://sourceforge.net/projects/cramfs/
889S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890
891CRIS PORT
892P: Mikael Starvik
893M: starvik@axis.com
894L: dev-etrax@axis.com
895W: http://developer.axis.com
896S: Maintained
897
898CRYPTO API
899P: Herbert Xu
900M: herbert@gondor.apana.org.au
901P: David S. Miller
902M: davem@davemloft.net
903L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800904T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905S: Maintained
906
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100907CS5535 Audio ALSA driver
908P: Jaya Kumar
909M: jayakumar.alsa@gmail.com
910S: Maintained
911
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912CYBERPRO FB DRIVER
913P: Russell King
914M: rmk@arm.linux.org.uk
915W: http://www.arm.linux.org.uk/
916S: Maintained
917
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700918CYBLAFB FRAMEBUFFER DRIVER
919P: Knut Petersen
920M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800921L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700922S: Maintained
923
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924CYCLADES 2X SYNC CARD DRIVER
925P: Arnaldo Carvalho de Melo
926M: acme@conectiva.com.br
927W: http://advogato.org/person/acme
928L: cycsyn-devel@bazar.conectiva.com.br
929S: Maintained
930
931CYCLADES ASYNC MUX DRIVER
932M: async@cyclades.com
933W: http://www.cyclades.com/
934S: Supported
935
936CYCLADES PC300 DRIVER
937M: pc300@cyclades.com
938W: http://www.cyclades.com/
939S: Supported
940
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941DAMA SLAVE for AX.25
942P: Joerg Reuter
943M: jreuter@yaina.de
944W: http://yaina.de/jreuter/
945W: http://www.qsl.net/dl1bke/
946L: linux-hams@vger.kernel.org
947S: Maintained
948
949DC395x SCSI driver
950P: Oliver Neukum
951M: oliver@neukum.name
952P: Ali Akcaagac
953M: aliakc@web.de
954P: Jamie Lenehan
955M: lenehan@twibble.org
956W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700957L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958L: http://lists.twibble.org/mailman/listinfo/dc395x/
959S: Maintained
960
961DC390/AM53C974 SCSI driver
962P: Kurt Garloff
963M: garloff@suse.de
964W: http://www.garloff.de/kurt/linux/dc390/
965P: Guennadi Liakhovetski
966M: g.liakhovetski@gmx.de
967S: Maintained
968
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700969DCCP PROTOCOL
970P: Arnaldo Carvalho de Melo
971M: acme@mandriva.com
972L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800973W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700974S: Maintained
975
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976DECnet NETWORK LAYER
977P: Patrick Caulfield
978M: patrick@tykepenguin.com
979W: http://linux-decnet.sourceforge.net
980L: linux-decnet-user@lists.sourceforge.net
981S: Maintained
982
983DEFXX FDDI NETWORK DRIVER
984P: Maciej W. Rozycki
985M: macro@linux-mips.org
986S: Maintained
987
988DELL LAPTOP SMM DRIVER
989P: Massimo Dal Zotto
990M: dz@debian.org
991W: http://www.debian.org/~dz/i8k/
992S: Maintained
993
Doug Warzecha90563ec2005-09-06 15:17:15 -0700994DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
995P: Doug Warzecha
996M: Douglas_Warzecha@dell.com
997S: Maintained
998
Pavel Machek5ddb88c2006-09-29 02:01:29 -0700999DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000P: Alasdair Kergon
1001L: dm-devel@redhat.com
1002W: http://sources.redhat.com/dm
1003S: Maintained
1004
1005DEVICE NUMBER REGISTRY
1006P: Torben Mathiasen
1007M: device@lanana.org
1008W: http://lanana.org/docs/device-list/index.html
1009L: linux-kernel@vger.kernel.org
1010S: Maintained
1011
1012DEVICE FILESYSTEM
1013S: Obsolete
1014
1015DIGI INTL. EPCA DRIVER
1016P: Digi International, Inc
1017M: Eng.Linux@digi.com
1018L: Eng.Linux@digi.com
1019W: http://www.digi.com
1020S: Orphaned
1021
1022DIGI RIGHTSWITCH NETWORK DRIVER
1023P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001024L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025W: http://www.digi.com
1026S: Orphaned
1027
1028DIRECTORY NOTIFICATION
1029P: Stephen Rothwell
1030M: sfr@canb.auug.org.au
1031L: linux-kernel@vger.kernel.org
1032S: Supported
1033
1034DISK GEOMETRY AND PARTITION HANDLING
1035P: Andries Brouwer
1036M: aeb@cwi.nl
1037W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1038W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1039W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1040S: Maintained
1041
1042DISKQUOTA:
1043P: Jan Kara
1044M: jack@suse.cz
1045L: linux-kernel@vger.kernel.org
1046S: Maintained
1047
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001048DISTRIBUTED LOCK MANAGER
1049P: Patrick Caulfield
1050M: pcaulfie@redhat.com
1051P: David Teigland
1052M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001053L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001054W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001055T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1056T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001057S: Supported
1058
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1060P: Tobias Ringstrom
1061M: tori@unhappy.mine.nu
1062L: linux-kernel@vger.kernel.org
1063S: Maintained
1064
Martin Waitzba483d52005-06-17 13:20:59 -07001065DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001066P: Randy Dunlap
1067M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001068S: Maintained
1069
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001070DOCKING STATION DRIVER
1071P: Kristen Carlson Accardi
1072M: kristen.c.accardi@intel.com
1073L: linux-acpi@vger.kernel.org
1074S: Maintained
1075
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076DOUBLETALK DRIVER
1077P: James R. Van Zandt
1078M: jrv@vanzandt.mv.com
1079L: blinux-list@redhat.com
1080S: Maintained
1081
1082DRIVER CORE, KOBJECTS, AND SYSFS
1083P: Greg Kroah-Hartman
1084M: gregkh@suse.de
1085L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001086T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087S: Supported
1088
1089DRM DRIVERS
1090P: David Airlie
1091M: airlied@linux.ie
1092L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001093T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094S: Maintained
1095
1096DSCC4 DRIVER
1097P: François Romieu
1098M: romieu@cogenit.fr
1099M: romieu@ensta.fr
1100S: Maintained
1101
1102DVB SUBSYSTEM AND DRIVERS
1103P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001104M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001106W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001107T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001108S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109
1110EATA-DMA SCSI DRIVER
1111P: Michael Neuffer
1112L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1113S: Maintained
1114
1115EATA ISA/EISA/PCI SCSI DRIVER
1116P: Dario Ballabio
1117M: ballabio_dario@emc.com
1118L: linux-scsi@vger.kernel.org
1119S: Maintained
1120
1121EATA-PIO SCSI DRIVER
1122P: Michael Neuffer
1123M: mike@i-Connect.Net
1124L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1125S: Maintained
1126
1127EBTABLES
1128P: Bart De Schuymer
1129M: bart.de.schuymer@pandora.be
1130L: ebtables-user@lists.sourceforge.net
1131L: ebtables-devel@lists.sourceforge.net
1132W: http://ebtables.sourceforge.net/
1133S: Maintained
1134
Michael Halcrow237fead2006-10-04 02:16:22 -07001135ECRYPT FILE SYSTEM
1136P: Mike Halcrow, Phillip Hellewell
1137M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1138L: ecryptfs-devel@lists.sourceforge.net
1139W: http://ecryptfs.sourceforge.net/
1140S: Supported
1141
Alan Coxda9bb1d2006-01-18 17:44:13 -08001142EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001143P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001144M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001145L: bluesmoke-devel@lists.sourceforge.net
1146W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001147S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001148
1149EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001150P: Mark Gross
1151M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001152L: bluesmoke-devel@lists.sourceforge.net
1153W: bluesmoke.sourceforge.net
1154S: Maintained
1155
1156EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001157P: Doug Thompson
1158M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001159L: bluesmoke-devel@lists.sourceforge.net
1160W: bluesmoke.sourceforge.net
1161S: Maintained
1162
1163EDAC-R82600
1164P: Tim Small
1165M: tim@buttersideup.com
1166L: bluesmoke-devel@lists.sourceforge.net
1167W: bluesmoke.sourceforge.net
1168S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001169
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170EEPRO100 NETWORK DRIVER
1171P: Andrey V. Savochkin
1172M: saw@saw.sw.com.sg
1173S: Maintained
1174
Josh Triplett0bee8d22006-07-30 03:03:58 -07001175EFS FILESYSTEM
1176W: http://aeschi.ch.eu.org/efs/
1177S: Orphan
1178
Heiko J Schickfab97222006-09-22 15:22:22 -07001179EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1180P: Hoang-Nam Nguyen
1181M: hnguyen@de.ibm.com
1182P: Christoph Raisch
1183M: raisch@de.ibm.com
1184L: openib-general@openib.org
1185S: Supported
1186
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187EMU10K1 SOUND DRIVER
1188P: James Courtier-Dutton
1189M: James@superbug.demon.co.uk
1190L: emu10k1-devel@lists.sourceforge.net
1191W: http://sourceforge.net/projects/emu10k1/
1192S: Maintained
1193
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001194EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001195P: James Smart
1196M: james.smart@emulex.com
1197L: linux-scsi@vger.kernel.org
1198W: http://sourceforge.net/projects/lpfcxxxx
1199S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001200
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201EPSON 1355 FRAMEBUFFER DRIVER
1202P: Christopher Hoover
1203M: ch@murgatroid.com, ch@hpl.hp.com
1204S: Maintained
1205
1206ETHEREXPRESS-16 NETWORK DRIVER
1207P: Philip Blundell
1208M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001209L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210S: Maintained
1211
1212ETHERNET BRIDGE
1213P: Stephen Hemminger
1214M: shemminger@osdl.org
1215L: bridge@osdl.org
1216W: http://bridge.sourceforge.net/
1217S: Maintained
1218
1219ETHERTEAM 16I DRIVER
1220P: Mika Kuoppala
1221M: miku@iki.fi
1222S: Maintained
1223
1224EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001225L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226S: Maintained
1227
1228EXT3 FILE SYSTEM
1229P: Stephen Tweedie, Andrew Morton
1230M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001231L: linux-ext4@vger.kernel.org
1232S: Maintained
1233
1234EXT4 FILE SYSTEM
1235P: Stephen Tweedie, Andrew Morton
1236M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1237L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238S: Maintained
1239
Jean Delvaree53004e2006-01-09 23:26:14 +01001240F71805F HARDWARE MONITORING DRIVER
1241P: Jean Delvare
1242M: khali@linux-fr.org
1243L: lm-sensors@lm-sensors.org
1244S: Maintained
1245
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246FARSYNC SYNCHRONOUS DRIVER
1247P: Kevin Curtis
1248M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249W: http://www.farsite.co.uk/
1250S: Supported
1251
1252FRAMEBUFFER LAYER
1253P: Antonino Daplas
1254M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001255L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256W: http://linux-fbdev.sourceforge.net/
1257S: Maintained
1258
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001259FREESCALE SOC FS_ENET DRIVER
1260P: Pantelis Antoniou
1261M: pantelis.antoniou@gmail.com
1262P: Vitaly Bordug
1263M: vbordug@ru.mvista.com
1264L: linuxppc-embedded@ozlabs.org
1265L: netdev@vger.kernel.org
1266S: Maintained
1267
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268FILE LOCKING (flock() and fcntl()/lockf())
1269P: Matthew Wilcox
1270M: matthew@wil.cx
1271L: linux-fsdevel@vger.kernel.org
1272S: Maintained
1273
1274FILESYSTEMS (VFS and infrastructure)
1275P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001276M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277S: Maintained
1278
1279FIRMWARE LOADER (request_firmware)
1280L: linux-kernel@vger.kernel.org
1281S: Orphan
1282
1283FPU EMULATOR
1284P: Bill Metzenthen
1285M: billm@suburbia.net
1286W: http://suburbia.net/~billm/floating-point/emulator/
1287S: Maintained
1288
1289FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1290P: Mike McLagan
1291M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001292L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
1295FREEVXFS FILESYSTEM
1296P: Christoph Hellwig
1297M: hch@infradead.org
1298W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1299S: Maintained
1300
1301FUJITSU FR-V PORT
1302P: David Howells
1303M: dhowells@redhat.com
1304S: Maintained
1305
Miklos Szeredi04578f12005-09-09 13:10:22 -07001306FUSE: FILESYSTEM IN USERSPACE
1307P: Miklos Szeredi
1308M: miklos@szeredi.hu
1309L: fuse-devel@lists.sourceforge.net
1310W: http://fuse.sourceforge.net/
1311S: Maintained
1312
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1314P: Rik Faith
1315M: faith@cs.unc.edu
1316L: linux-scsi@vger.kernel.org
1317S: Odd fixes (e.g., new signatures)
1318
1319GDT SCSI DISK ARRAY CONTROLLER DRIVER
1320P: Achim Leubner
1321M: achim_leubner@adaptec.com
1322L: linux-scsi@vger.kernel.org
1323W: http://www.icp-vortex.com/
1324S: Supported
1325
1326GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1327P: Krzysztof Halasa
1328M: khc@pm.waw.pl
1329W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1330S: Maintained
1331
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001332GFS2 FILE SYSTEM
1333P: Steven Whitehouse
1334M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001335L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001336W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001337T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1338T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001339S: Supported
1340
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001341GIGASET ISDN DRIVERS
1342P: Hansjoerg Lipp
1343M: hjlipp@web.de
1344P: Tilman Schmidt
1345M: tilman@imap.cc
1346L: gigaset307x-common@lists.sourceforge.net
1347W: http://gigaset307x.sourceforge.net/
1348S: Maintained
1349
Jean Delvare5b543962005-08-15 19:51:02 +02001350HARDWARE MONITORING
1351P: Jean Delvare
1352M: khali@linux-fr.org
1353L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001354W: http://www.lm-sensors.org/
1355T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001356S: Maintained
1357
Michael Buesch844dd052006-06-26 00:24:59 -07001358HARDWARE RANDOM NUMBER GENERATOR CORE
1359P: Michael Buesch
1360M: mb@bu3sch.de
1361S: Maintained
1362
Robert Love860e1d62005-08-31 23:57:59 -04001363HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1364P: Robert Love
1365M: rlove@rlove.org
1366M: linux-kernel@vger.kernel.org
1367W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1368S: Maintained
1369
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370HARMONY SOUND DRIVER
1371P: Kyle McMartin
1372M: kyle@parisc-linux.org
1373W: http://www.parisc-linux.org/~kyle/harmony/
1374L: parisc-linux@lists.parisc-linux.org
1375S: Maintained
1376
1377HAYES ESP SERIAL DRIVER
1378P: Andrew J. Robinson
1379M: arobinso@nyx.net
1380L: linux-kernel@vger.kernel.org
1381W: http://www.nyx.net/~arobinso
1382S: Maintained
1383
1384HFS FILESYSTEM
1385P: Roman Zippel
1386M: zippel@linux-m68k.org
1387L: linux-kernel@vger.kernel.org
1388S: Maintained
1389
1390HGA FRAMEBUFFER DRIVER
1391P: Ferenc Bakonyi
1392M: fero@drama.obuda.kando.hu
1393L: linux-nvidia@lists.surfsouth.com
1394W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1395S: Maintained
1396
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001397HID CORE LAYER
1398P: Jiri Kosina
1399M: jkosina@suse.cz
1400L: linux-input@atrey.karlin.mff.cuni.cz
1401S: Maintained
1402
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403HIGH-SPEED SCC DRIVER FOR AX.25
1404P: Klaus Kudielka
1405M: klaus.kudielka@ieee.org
1406L: linux-hams@vger.kernel.org
1407W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1408S: Maintained
1409
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001410HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1411P: HighPoint Linux Team
1412M: linux@highpoint-tech.com
1413W: http://www.highpoint-tech.com
1414S: Supported
1415
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416HIPPI
1417P: Jes Sorensen
1418M: jes@trained-monkey.org
1419L: linux-hippi@sunsite.dk
1420S: Maintained
1421
1422HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1423P: Chirag Kantharia
1424M: chirag.kantharia@hp.com
1425L: iss_storagedev@hp.com
1426S: Maintained
1427
1428HEWLETT-PACKARD SMART2 RAID DRIVER
1429P: Chirag Kantharia
1430M: chirag.kantharia@hp.com
1431L: iss_storagedev@hp.com
1432S: Maintained
1433
1434HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1435P: Mike Miller
1436M: mike.miller@hp.com
1437L: iss_storagedev@hp.com
1438S: Supported
1439
Jouni Malinenff1d2762005-05-12 22:54:16 -04001440HOST AP DRIVER
1441P: Jouni Malinen
1442M: jkmaline@cc.hut.fi
1443L: hostap@shmoo.com
1444W: http://hostap.epitest.fi/
1445S: Maintained
1446
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1448P: Jaroslav Kysela
1449M: perex@suse.cz
1450S: Maintained
1451
Bob Piccob9b03322005-11-07 00:59:19 -08001452HPET: High Precision Event Timers driver (hpet.c)
1453P: Clemens Ladisch
1454M: clemens@ladisch.de
1455S: Maintained
1456
1457HPET: i386
1458P: Venkatesh Pallipadi (Venki)
1459M: venkatesh.pallipadi@intel.com
1460S: Maintained
1461
1462HPET: x86_64
1463P: Andi Kleen and Vojtech Pavlik
1464M: ak@muc.de and vojtech@suse.cz
1465S: Maintained
1466
1467HPET: ACPI hpet.c
1468P: Bob Picco
1469M: bob.picco@hp.com
1470S: Maintained
1471
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472HPFS FILESYSTEM
1473P: Mikulas Patocka
1474M: mikulas@artax.karlin.mff.cuni.cz
1475W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1476S: Maintained
1477
1478HUGETLB FILESYSTEM
1479P: William Irwin
1480M: wli@holomorphy.com
1481S: Maintained
1482
Jean Delvare5b543962005-08-15 19:51:02 +02001483I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484P: Jean Delvare
1485M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001486L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001487T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488S: Maintained
1489
1490I2O
1491P: Markus Lidel
1492M: markus.lidel@shadowconnect.com
1493W: http://i2o.shadowconnect.com/
1494S: Maintained
1495
1496i386 BOOT CODE
1497P: Riley H. Williams
1498M: Riley@Williams.Name
1499L: Linux-Kernel@vger.kernel.org
1500S: Maintained
1501
1502i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1503P: Dave Jones
1504M: davej@codemonkey.org.uk
1505P: H. Peter Anvin
1506M: hpa@zytor.com
1507S: Maintained
1508
1509i810 TCO TIMER WATCHDOG
1510P: Nils Faerber
1511M: nils@kernelconcepts.de
1512W: http://www.kernelconcepts.de/
1513S: Maintained
1514
1515IA64 (Itanium) PLATFORM
1516P: Tony Luck
1517M: tony.luck@intel.com
1518L: linux-ia64@vger.kernel.org
1519W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001520T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521S: Maintained
1522
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001523IBM ACPI EXTRAS DRIVER
1524P: Henrique de Moraes Holschuh
1525M: ibm-acpi@hmh.eng.br
1526L: ibm-acpi-devel@lists.sourceforge.net
1527W: http://ibm-acpi.sourceforge.net
1528W: http://thinkwiki.org/wiki/Ibm-acpi
1529T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1530S: Maintained
1531
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001533P: Jes Sorensen
1534M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535L: linux-altix@sgi.com
1536L: linux-ia64@vger.kernel.org
1537W: http://www.sgi.com/altix
1538S: Maintained
1539
1540IBM MCA SCSI SUBSYSTEM DRIVER
1541P: Michael Lang
1542M: langa2@kph.uni-mainz.de
1543W: http://www.uni-mainz.de/~langm000/linux.html
1544S: Maintained
1545
1546IBM Power Linux RAID adapter
1547P: Brian King
1548M: brking@us.ibm.com
1549S: Supported
1550
1551IBM ServeRAID RAID DRIVER
1552P: Jack Hammer
1553P: Dave Jeffery
1554M: ipslinux@adaptec.com
1555W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1556S: Supported
1557
1558IDE DRIVER [GENERAL]
1559P: Bartlomiej Zolnierkiewicz
1560M: B.Zolnierkiewicz@elka.pw.edu.pl
1561L: linux-kernel@vger.kernel.org
1562L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001563T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564S: Maintained
1565
1566IDE/ATAPI CDROM DRIVER
1567P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02001568M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569L: linux-kernel@vger.kernel.org
1570W: http://www.kernel.dk
1571S: Maintained
1572
1573IDE/ATAPI FLOPPY DRIVERS
1574P: Paul Bristow
1575M: Paul Bristow <paul@paulbristow.net>
1576W: http://paulbristow.net/linux/idefloppy.html
1577L: linux-kernel@vger.kernel.org
1578S: Maintained
1579
1580IDE/ATAPI TAPE DRIVERS
1581P: Gadi Oxman
1582M: Gadi Oxman <gadio@netvision.net.il>
1583L: linux-kernel@vger.kernel.org
1584S: Maintained
1585
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586IEEE 1394 SUBSYSTEM
1587P: Ben Collins
1588M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001589P: Stefan Richter
1590M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591L: linux1394-devel@lists.sourceforge.net
1592W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001593T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594S: Maintained
1595
Stefan Richter87730d02006-09-16 12:24:00 +02001596IEEE 1394 IPV4 DRIVER (eth1394)
1597P: Stefan Richter
1598M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001600S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601
1602IEEE 1394 PCILYNX DRIVER
1603P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001604M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001605P: Stefan Richter
1606M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001608S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609
1610IEEE 1394 RAW I/O DRIVER
1611P: Ben Collins
1612M: bcollins@debian.org
1613P: Dan Dennedy
1614M: dan@dennedy.org
1615L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001616S: Maintained
1617
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618IMS TWINTURBO FRAMEBUFFER DRIVER
1619P: Paul Mundt
1620M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001621L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622S: Maintained
1623
1624INFINIBAND SUBSYSTEM
1625P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001626M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627P: Sean Hefty
1628M: mshefty@ichips.intel.com
1629P: Hal Rosenstock
1630M: halr@voltaire.com
1631L: openib-general@openib.org
1632W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001633T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634S: Supported
1635
1636INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001637P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001638M: dmitry.torokhov@gmail.com
1639M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640L: linux-input@atrey.karlin.mff.cuni.cz
1641L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001642T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643S: Maintained
1644
Robert Lovec9f04f52005-07-15 12:21:07 -04001645INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001646P: John McCutchan
1647M: ttb@tentacle.dhs.org
1648P: Robert Love
1649M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001650L: linux-kernel@vger.kernel.org
1651S: Maintained
1652
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001653INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001654P: Sylvain Meyer
1655M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001656L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001657S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001658
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001660P: Antonino Daplas
1661M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001662L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001663S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664
1665INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1666P: Ingo Molnar
1667M: mingo@redhat.com
1668S: Maintained
1669
1670INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1671P: Jeff Garzik
1672M: jgarzik@pobox.com
1673W: http://sourceforge.net/projects/gkernel/
1674S: Maintained
1675
1676INTEL IA32 MICROCODE UPDATE SUPPORT
1677P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001678M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679S: Maintained
1680
Michael Buesch844dd052006-06-26 00:24:59 -07001681INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1682P: Deepak Saxena
1683M: dsaxena@plexity.net
1684S: Maintained
1685
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001686INTEL IXP2000 ETHERNET DRIVER
1687P: Lennert Buytenhek
1688M: kernel@wantstofly.org
1689L: netdev@vger.kernel.org
1690S: Maintained
1691
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692INTEL PRO/100 ETHERNET SUPPORT
1693P: John Ronciak
1694M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695P: Jesse Brandeburg
1696M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001697P: Jeff Kirsher
1698M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001699P: Auke Kok
1700M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701W: http://sourceforge.net/projects/e1000/
1702S: Supported
1703
1704INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1705P: Jeb Cramer
1706M: cramerj@intel.com
1707P: John Ronciak
1708M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001709P: Jesse Brandeburg
1710M: jesse.brandeburg@intel.com
1711P: Jeff Kirsher
1712M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001713P: Auke Kok
1714M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715W: http://sourceforge.net/projects/e1000/
1716S: Supported
1717
1718INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001719P: Jeff Kirsher
1720M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721P: Ayyappan Veeraiyan
1722M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723P: John Ronciak
1724M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001725P: Jesse Brandeburg
1726M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001727P: Auke Kok
1728M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729W: http://sourceforge.net/projects/e1000/
1730S: Supported
1731
James Ketrenos826d2ab2005-11-07 18:56:59 -06001732INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1733P: Yi Zhu
1734M: yi.zhu@intel.com
1735P: James Ketrenos
1736M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001737L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001738L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1739W: http://ipw2100.sourceforge.net
1740S: Supported
1741
1742INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1743P: Yi Zhu
1744M: yi.zhu@intel.com
1745P: James Ketrenos
1746M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001747L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001748L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1749W: http://ipw2200.sourceforge.net
1750S: Supported
1751
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752IOC3 DRIVER
1753P: Ralf Baechle
1754M: ralf@linux-mips.org
1755L: linux-mips@linux-mips.org
1756S: Maintained
1757
1758IP MASQUERADING:
1759P: Juanjo Ciarlante
1760M: jjciarla@raiz.uncu.edu.ar
1761S: Maintained
1762
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001763IPATH DRIVER:
1764P: Bryan O'Sullivan
1765M: support@pathscale.com
1766L: openib-general@openib.org
1767S: Supported
1768
Corey Minyard4409ebe2006-04-20 02:43:12 -07001769IPMI SUBSYSTEM
1770P: Corey Minyard
1771M: minyard@acm.org
1772L: openipmi-developer@lists.sourceforge.net
1773W: http://openipmi.sourceforge.net/
1774S: Supported
1775
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776IPX NETWORK LAYER
1777P: Arnaldo Carvalho de Melo
1778M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001779L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780S: Maintained
1781
1782IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001783P: Samuel Ortiz
1784M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001785L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001787S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788
1789ISAPNP
1790P: Jaroslav Kysela
1791M: perex@suse.cz
1792S: Maintained
1793
1794ISDN SUBSYSTEM
1795P: Karsten Keil
1796M: kkeil@suse.de
1797P: Kai Germaschewski
1798M: kai.germaschewski@gmx.de
1799L: isdn4linux@listserv.isdn4linux.de
1800W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001801T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802S: Maintained
1803
1804ISDN SUBSYSTEM (Eicon active card driver)
1805P: Armin Schindler
1806M: mac@melware.de
1807L: isdn4linux@listserv.isdn4linux.de
1808W: http://www.melware.de
1809S: Maintained
1810
1811JOURNALLING FLASH FILE SYSTEM (JFFS)
1812P: Axis Communications AB
1813M: jffs-dev@axis.com
1814L: jffs-dev@axis.com
1815W: http://www.developer.axis.com/software/jffs/
1816S: Maintained
1817
1818JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1819P: David Woodhouse
1820M: dwmw2@infradead.org
1821L: jffs-dev@axis.com
1822W: http://sources.redhat.com/jffs2/
1823S: Maintained
1824
1825JFS FILESYSTEM
1826P: Dave Kleikamp
1827M: shaggy@austin.ibm.com
1828L: jfs-discussion@lists.sourceforge.net
1829W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001830T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831S: Supported
1832
Josh Triplettde456d32006-07-30 03:04:00 -07001833JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001834P: Stephen Tweedie, Andrew Morton
1835M: sct@redhat.com, akpm@osdl.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001836L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001837S: Maintained
1838
Rudolf Marek4660cb32006-10-08 22:01:26 +02001839K8TEMP HARDWARE MONITORING DRIVER
1840P: Rudolf Marek
1841M: r.marek@assembler.cz
1842L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843S: Maintained
1844
1845KCONFIG
1846P: Roman Zippel
1847M: zippel@linux-m68k.org
1848L: kbuild-devel@lists.sourceforge.net
1849S: Maintained
1850
Vivek Goyalea6c2082006-05-20 14:59:55 -07001851KDUMP
1852P: Vivek Goyal
1853M: vgoyal@in.ibm.com
1854P: Haren Myneni
1855M: hbabu@us.ibm.com
1856L: fastboot@lists.osdl.org
1857L: linux-kernel@vger.kernel.org
1858W: http://lse.sourceforge.net/kdump/
1859S: Maintained
1860
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861KERNEL AUTOMOUNTER (AUTOFS)
1862P: H. Peter Anvin
1863M: hpa@zytor.com
1864L: autofs@linux.kernel.org
1865S: Odd Fixes
1866
1867KERNEL AUTOMOUNTER v4 (AUTOFS4)
1868P: Ian Kent
1869M: raven@themaw.net
1870L: autofs@linux.kernel.org
1871S: Maintained
1872
1873KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1874P: Kai Germaschewski
1875M: kai@germaschewski.name
1876P: Sam Ravnborg
1877M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001878T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879S: Maintained
1880
1881KERNEL JANITORS
1882P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001883L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885S: Maintained
1886
1887KERNEL NFSD
1888P: Neil Brown
1889M: neilb@cse.unsw.edu.au
1890L: nfs@lists.sourceforge.net
1891W: http://nfs.sourceforge.net/
1892W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1893S: Maintained
1894
Avi Kivity426d62e2006-12-13 00:34:03 -08001895KERNEL VIRTUAL MACHINE (KVM)
1896P: Avi Kivity
1897M: avi@qumranet.com
1898L: kvm-devel@lists.sourceforge.net
1899W: kvm.sourceforge.net
1900S: Supported
1901
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001902KEXEC
1903P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001904M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001905W: http://www.xmission.com/~ebiederm/files/kexec/
1906L: linux-kernel@vger.kernel.org
1907L: fastboot@osdl.org
1908S: Maintained
1909
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001910KPROBES
1911P: Prasanna S Panchamukhi
1912M: prasanna@in.ibm.com
1913P: Ananth N Mavinakayanahalli
1914M: ananth@in.ibm.com
1915P: Anil S Keshavamurthy
1916M: anil.s.keshavamurthy@intel.com
1917P: David S. Miller
1918M: davem@davemloft.net
1919L: linux-kernel@vger.kernel.org
1920S: Maintained
1921
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001924S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925
1926LASI 53c700 driver for PARISC
1927P: James E.J. Bottomley
1928M: James.Bottomley@HansenPartnership.com
1929L: linux-scsi@vger.kernel.org
1930S: Maintained
1931
Richard Purdie263de9b2006-05-15 09:44:16 -07001932LED SUBSYSTEM
1933P: Richard Purdie
1934M: rpurdie@rpsys.net
1935S: Maintained
1936
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937LEGO USB Tower driver
1938P: Juergen Stuber
1939M: starblue@users.sourceforge.net
1940L: legousb-devel@lists.sourceforge.net
1941W: http://legousb.sourceforge.net/
1942S: Maintained
1943
1944LINUX FOR IBM pSERIES (RS/6000)
1945P: Paul Mackerras
1946M: paulus@au.ibm.com
1947W: http://www.ibm.com/linux/ltc/projects/ppc
1948S: Supported
1949
1950LINUX FOR NCR VOYAGER
1951P: James Bottomley
1952M: James.Bottomley@HansenPartnership.com
1953W: http://www.hansenpartnership.com/voyager
1954S: Maintained
1955
1956LINUX FOR POWERPC
1957P: Paul Mackerras
1958M: paulus@samba.org
1959W: http://www.penguinppc.org/
1960L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001961T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962S: Supported
1963
1964LINUX FOR POWER MACINTOSH
1965P: Benjamin Herrenschmidt
1966M: benh@kernel.crashing.org
1967W: http://www.penguinppc.org/
1968L: linuxppc-dev@ozlabs.org
1969S: Maintained
1970
1971LINUX FOR POWERPC EMBEDDED MPC52XX
1972P: Sylvain Munaut
1973M: tnt@246tNt.com
1974W: http://www.246tNt.com/mpc52xx/
1975W: http://www.penguinppc.org/
1976L: linuxppc-dev@ozlabs.org
1977L: linuxppc-embedded@ozlabs.org
1978S: Maintained
1979
1980LINUX FOR POWERPC EMBEDDED PPC4XX
1981P: Matt Porter
1982M: mporter@kernel.crashing.org
1983W: http://www.penguinppc.org/
1984L: linuxppc-embedded@ozlabs.org
1985S: Maintained
1986
Tom Rinie93adf12005-07-26 12:49:53 -07001987LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988P: Tom Rini
1989M: trini@kernel.crashing.org
1990W: http://www.penguinppc.org/
1991L: linuxppc-embedded@ozlabs.org
1992S: Maintained
1993
Tom Rinie93adf12005-07-26 12:49:53 -07001994LINUX FOR POWERPC EMBEDDED PPC8XX
1995P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001996M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001997W: http://www.penguinppc.org/
1998L: linuxppc-embedded@ozlabs.org
1999S: Maintained
2000
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002002P: Kumar Gala
2003M: galak@kernel.crashing.org
2004W: http://www.penguinppc.org/
2005L: linuxppc-embedded@ozlabs.org
2006S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007
Olof Johanssonab06ff32006-09-06 14:44:54 -05002008LINUX FOR POWERPC PA SEMI PWRFICIENT
2009P: Olof Johansson
2010M: olof@lixom.net
2011W: http://www.pasemi.com/
2012L: linuxppc-dev@ozlabs.org
2013S: Supported
2014
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015LLC (802.2)
2016P: Arnaldo Carvalho de Melo
2017M: acme@conectiva.com.br
2018S: Maintained
2019
2020LINUX FOR 64BIT POWERPC
2021P: Paul Mackerras
2022M: paulus@samba.org
2023M: paulus@au.ibm.com
2024P: Anton Blanchard
2025M: anton@samba.org
2026M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002027W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002028L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029S: Supported
2030
2031LINUX SECURITY MODULE (LSM) FRAMEWORK
2032P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002033M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002034L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002036T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037S: Supported
2038
2039LM83 HARDWARE MONITOR DRIVER
2040P: Jean Delvare
2041M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002042L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043S: Maintained
2044
2045LM90 HARDWARE MONITOR DRIVER
2046P: Jean Delvare
2047M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002048L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049S: Maintained
2050
2051LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2052P: Richard Russon (FlatCap)
2053M: ldm@flatcap.org
2054L: ldm-devel@lists.sourceforge.net
2055W: http://ldm.sourceforge.net
2056S: Maintained
2057
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002058LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2059P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002060M: Eric.Moore@lsi.com
2061M: support@lsi.com
2062L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002063L: linux-scsi@vger.kernel.org
2064W: http://www.lsilogic.com/support
2065S: Supported
2066
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2068P: Matthew Wilcox
2069M: matthew@wil.cx
2070L: linux-scsi@vger.kernel.org
2071S: Maintained
2072
2073M68K ARCHITECTURE
2074P: Geert Uytterhoeven
2075M: geert@linux-m68k.org
2076P: Roman Zippel
2077M: zippel@linux-m68k.org
2078L: linux-m68k@lists.linux-m68k.org
2079W: http://www.linux-m68k.org/
2080W: http://linux-m68k-cvs.ubb.ca/
2081S: Maintained
2082
2083M68K ON APPLE MACINTOSH
2084P: Joshua Thompson
2085M: funaho@jurai.org
2086W: http://www.mac.linux-m68k.org/
2087L: linux-mac68k@mac.linux-m68k.org
2088S: Maintained
2089
2090M68K ON HP9000/300
2091P: Philip Blundell
2092M: philb@gnu.org
2093W: http://www.tazenda.demon.co.uk/phil/linux-hp
2094S: Maintained
2095
2096MARVELL YUKON / SYSKONNECT DRIVER
2097P: Mirko Lindner
2098M: mlindner@syskonnect.de
2099P: Ralph Roesler
2100M: rroesler@syskonnect.de
2101W: http://www.syskonnect.com
2102S: Supported
2103
Michael Kerriskfaf16682005-07-31 22:34:47 -07002104MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002105P: Michael Kerrisk
2106M: mtk-manpages@gmx.net
2107W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2108S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002109
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002110MARVELL MV643XX ETHERNET DRIVER
2111P: Dale Farnsworth
2112M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002114M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002115L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002116S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117
2118MATROX FRAMEBUFFER DRIVER
2119P: Petr Vandrovec
2120M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002121L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Maintained
2123
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002124MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002125P: Neela Syam Kolli
2126M: Neela.Kolli@engenio.com
2127S: linux-scsi@vger.kernel.org
2128W: http://megaraid.lsilogic.com
2129S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002130
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002131MEMORY MANAGEMENT
2132L: linux-mm@kvack.org
2133L: linux-kernel@vger.kernel.org
2134W: http://www.linux-mm.org
2135S: Maintained
2136
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002137MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138P: David Woodhouse
2139M: dwmw2@infradead.org
2140W: http://www.linux-mtd.infradead.org/
2141L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002142T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143S: Maintained
2144
2145MICROTEK X6 SCANNER
2146P: Oliver Neukum
2147M: oliver@neukum.name
2148S: Maintained
2149
2150MIPS
2151P: Ralf Baechle
2152M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002153W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002155T: git www.linux-mips.org:/pub/scm/linux.git
2156S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157
2158MISCELLANEOUS MCA-SUPPORT
2159P: James Bottomley
2160M: jejb@steeleye.com
2161L: linux-kernel@vger.kernel.org
2162S: Maintained
2163
2164MODULE SUPPORT
2165P: Rusty Russell
2166M: rusty@rustcorp.com.au
2167L: linux-kernel@vger.kernel.org
2168S: Maintained
2169
2170MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2171P: Stelian Pop
2172M: stelian@popies.net
2173W: http://popies.net/meye/
2174S: Maintained
2175
2176MOUSE AND MISC DEVICES [GENERAL]
2177P: Alessandro Rubini
2178M: rubini@ipvvis.unipv.it
2179L: linux-kernel@vger.kernel.org
2180S: Maintained
2181
Jiri Slabyd7354102006-12-08 02:38:35 -08002182MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2183P: Jiri Slaby
2184M: jirislaby@gmail.com
2185L: linux-kernel@vger.kernel.org
2186S: Maintained
2187
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002188MSI LAPTOP SUPPORT
2189P: Lennart Poettering
2190M: mzxreary@0pointer.de
2191L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2192W: http://0pointer.de/lennart/tchibo.html
2193S: Maintained
2194
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195MTRR AND SIMILAR SUPPORT [i386]
2196P: Richard Gooch
2197M: rgooch@atnf.csiro.au
2198L: linux-kernel@vger.kernel.org
2199W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2200S: Maintained
2201
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002202MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2203P: Pierre Ossman
2204M: drzeus-mmc@drzeus.cx
2205L: linux-kernel@vger.kernel.org
2206S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002207
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208MULTISOUND SOUND DRIVER
2209P: Andrew Veliath
2210M: andrewtv@usa.net
2211S: Maintained
2212
Jiri Slabyd7354102006-12-08 02:38:35 -08002213MULTITECH MULTIPORT CARD (ISICOM)
2214P: Jiri Slaby
2215M: jirislaby@gmail.com
2216L: linux-kernel@vger.kernel.org
2217S: Maintained
2218
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219NATSEMI ETHERNET DRIVER (DP8381x)
2220P: Tim Hockin
2221M: thockin@hockin.org
2222S: Maintained
2223
2224NCP FILESYSTEM
2225P: Petr Vandrovec
2226M: vandrove@vc.cvut.cz
2227L: linware@sh.cvut.cz
2228S: Maintained
2229
2230NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2231P: James E.J. Bottomley
2232M: James.Bottomley@HansenPartnership.com
2233L: linux-scsi@vger.kernel.org
2234S: Maintained
2235
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002236NETEM NETWORK EMULATOR
2237P: Stephen Hemminger
2238M: shemminger@osdl.org
2239L: netem@osdl.org
2240S: Maintained
2241
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242NETFILTER/IPTABLES/IPCHAINS
2243P: Rusty Russell
2244P: Marc Boucher
2245P: James Morris
2246P: Harald Welte
2247P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002248P: Patrick McHardy
2249M: kaber@trash.net
2250L: netfilter-devel@lists.netfilter.org
2251L: netfilter@lists.netfilter.org
2252L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253W: http://www.netfilter.org/
2254W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255S: Supported
2256
Paul Moore4cc67732006-09-25 15:57:13 -07002257NETLABEL
2258P: Paul Moore
2259M: paul.moore@hp.com
2260W: http://netlabel.sf.net
2261L: netdev@vger.kernel.org
2262S: Supported
2263
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264NETROM NETWORK LAYER
2265P: Ralf Baechle
2266M: ralf@linux-mips.org
2267L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002268W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269S: Maintained
2270
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002271NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272P: Paul Clements
2273M: Paul.Clements@steeleye.com
2274S: Maintained
2275
2276NETWORK DEVICE DRIVERS
2277P: Andrew Morton
2278M: akpm@osdl.org
2279P: Jeff Garzik
2280M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002281L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002282T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283S: Maintained
2284
2285NETWORKING [GENERAL]
2286P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002287M: netdev@vger.kernel.org
2288L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002289W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290S: Maintained
2291
2292NETWORKING [IPv4/IPv6]
2293P: David S. Miller
2294M: davem@davemloft.net
2295P: Alexey Kuznetsov
2296M: kuznet@ms2.inr.ac.ru
2297P: Pekka Savola (ipv6)
2298M: pekkas@netcore.fi
2299P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002300M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301P: Hideaki YOSHIFUJI
2302M: yoshfuji@linux-ipv6.org
2303P: Patrick McHardy
2304M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002305L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002306T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307S: Maintained
2308
John W. Linville29f8f632006-01-18 14:52:48 -08002309NETWORKING [WIRELESS]
2310P: John W. Linville
2311M: linville@tuxdriver.com
2312L: netdev@vger.kernel.org
2313T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2314S: Maintained
2315
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002316NETXEN (1/10) GbE SUPPORT
2317P: Amit S. Kale
2318M: amitkale@netxen.com
2319L: netdev@vger.kernel.org
2320W: http://www.netxen.com
2321S: Supported
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323IPVS
2324P: Wensong Zhang
2325M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002326P: Simon Horman
2327M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328P: Julian Anastasov
2329M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002330L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331S: Maintained
2332
2333NFS CLIENT
2334P: Trond Myklebust
2335M: trond.myklebust@fys.uio.no
2336L: linux-kernel@vger.kernel.org
2337S: Maintained
2338
2339NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002340P: Jan-Pascal van Best
2341M: janpascal@vanbest.org
2342P: Andreas Mohr
2343M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002344L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Maintained
2346
2347NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2348P: YOKOTA Hiroshi
2349M: yokota@netlab.is.tsukuba.ac.jp
2350W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2351S: Maintained
2352
2353NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2354P: GOTO Masanori
2355M: gotom@debian.or.jp
2356P: YOKOTA Hiroshi
2357M: yokota@netlab.is.tsukuba.ac.jp
2358W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2359S: Maintained
2360
2361NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2362P: Eberhard Moenkeberg
2363M: emoenke@gwdg.de
2364L: linux-kernel@vger.kernel.org
2365S: Maintained
2366
2367NTFS FILESYSTEM
2368P: Anton Altaparmakov
2369M: aia21@cantab.net
2370L: linux-ntfs-dev@lists.sourceforge.net
2371L: linux-kernel@vger.kernel.org
2372W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002373T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S: Maintained
2375
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002376NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002377P: Antonino Daplas
2378M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002379L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002380S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002382OPENCORES I2C BUS DRIVER
2383P: Peter Korsgaard
2384M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002385L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002386S: Maintained
2387
Mark Fashehccd979b2005-12-15 14:31:24 -08002388ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2389P: Mark Fasheh
2390M: mark.fasheh@oracle.com
2391P: Kurt Hackel
2392M: kurt.hackel@oracle.com
2393L: ocfs2-devel@oss.oracle.com
2394W: http://oss.oracle.com/projects/ocfs2/
2395S: Supported
2396
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397OLYMPIC NETWORK DRIVER
2398P: Peter De Shrijver
2399M: p2@ace.ulyssis.student.kuleuven.ac.be
2400P: Mike Phillips
2401M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002402L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403L: linux-tr@linuxtr.net
2404W: http://www.linuxtr.net
2405S: Maintained
2406
Harald Weltec1986ee2005-11-13 16:06:29 -08002407OMNIKEY CARDMAN 4000 DRIVER
2408P: Harald Welte
2409M: laforge@gnumonks.org
2410S: Maintained
2411
Harald Welte77c44ab2005-11-13 16:06:26 -08002412OMNIKEY CARDMAN 4040 DRIVER
2413P: Harald Welte
2414M: laforge@gnumonks.org
2415S: Maintained
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417ONSTREAM SCSI TAPE DRIVER
2418P: Willem Riede
2419M: osst@riede.org
2420L: osst-users@lists.sourceforge.net
2421L: linux-scsi@vger.kernel.org
2422S: Maintained
2423
2424OPL3-SA2, SA3, and SAx DRIVER
2425P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002426M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427L: linux-sound@vger.kernel.org
2428S: Maintained
2429
2430OPROFILE
2431P: Philippe Elie
2432M: phil.el@wanadoo.fr
2433L: oprofile-list@lists.sf.net
2434S: Maintained
2435
2436ORINOCO DRIVER
2437P: Pavel Roskin
2438M: proski@gnu.org
2439P: David Gibson
2440M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002441L: orinoco-users@lists.sourceforge.net
2442L: orinoco-devel@lists.sourceforge.net
2443W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444S: Maintained
2445
2446PARALLEL PORT SUPPORT
2447P: Phil Blundell
2448M: philb@gnu.org
2449P: Tim Waugh
2450M: tim@cyberelk.net
2451P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452P: Andrea Arcangeli
2453M: andrea@suse.de
2454L: linux-parport@lists.infradead.org
2455W: http://people.redhat.com/twaugh/parport/
2456S: Maintained
2457
2458PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2459P: Tim Waugh
2460M: tim@cyberelk.net
2461L: linux-parport@lists.infradead.org
2462W: http://www.torque.net/linux-pp.html
2463S: Maintained
2464
2465PARISC ARCHITECTURE
2466P: Matthew Wilcox
2467M: matthew@wil.cx
2468P: Grant Grundler
2469M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002470P: Kyle McMartin
2471M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472L: parisc-linux@parisc-linux.org
2473W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002474T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2475T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476S: Maintained
2477
Jim Cromie1662d322006-10-06 00:43:59 -07002478PC87360 HARDWARE MONITORING DRIVER
2479P: Jim Cromie
2480M: jim.cromie@gmail.com
2481L: lm-sensors@lm-sensors.org
2482S: Maintained
2483
2484PC8736x GPIO DRIVER
2485P: Jim Cromie
2486M: jim.cromie@gmail.com
2487S: Maintained
2488
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002489PCI ERROR RECOVERY
2490P: Linas Vepstas
2491M: linas@austin.ibm.com
2492L: linux-kernel@vger.kernel.org
2493L: linux-pci@atrey.karlin.mff.cuni.cz
2494S: Supported
2495
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2497P: Thomas Sailer
2498M: sailer@ife.ee.ethz.ch
2499L: linux-sound@vger.kernel.org
2500W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2501S: Maintained
2502
2503PCI SUBSYSTEM
2504P: Greg Kroah-Hartman
2505M: gregkh@suse.de
2506L: linux-kernel@vger.kernel.org
2507L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002508T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509S: Supported
2510
2511PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002512P: Kristen Carlson Accardi
2513M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514S: Supported
2515
2516PCI HOTPLUG COMPAQ DRIVER
2517P: Greg Kroah-Hartman
2518M: greg@kroah.com
2519S: Maintained
2520
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002521PCIE HOTPLUG DRIVER
2522P: Kristen Carlson Accardi
2523M: kristen.c.accardi@intel.com
2524L: pcihpd-discuss@lists.sourceforge.net
2525S: Maintained
2526
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002528P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002529L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002531T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002532S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533
2534PCNET32 NETWORK DRIVER
2535P: Thomas Bogendörfer
2536M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002537L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538S: Maintained
2539
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002540PER-TASK DELAY ACCOUNTING
2541P: Shailabh Nagar
2542M: nagar@watson.ibm.com
2543L: linux-kernel@vger.kernel.org
2544S: Maintained
2545
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002546PERSONALITY HANDLING
2547P: Christoph Hellwig
2548M: hch@infradead.org
2549L: linux-abi-devel@lists.sourceforge.net
2550S: Maintained
2551
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552PHRAM MTD DRIVER
2553P: Jörn Engel
2554M: joern@wh.fh-wedel.de
2555L: linux-mtd@lists.infradead.org
2556S: Maintained
2557
Peter Osterlund249a6772005-09-27 21:45:30 -07002558PKTCDVD DRIVER
2559P: Peter Osterlund
2560M: petero2@telia.com
2561L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002562S: Maintained
2563
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564POSIX CLOCKS and TIMERS
2565P: George Anzinger
2566M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002567L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568S: Supported
2569
Eugene Surovegin24682972005-10-14 03:00:53 -07002570POWERPC 4xx EMAC DRIVER
2571P: Eugene Surovegin
2572M: ebs@ebshome.net
2573W: http://kernel.ebshome.net/emac/
2574L: linuxppc-embedded@ozlabs.org
2575L: netdev@vger.kernel.org
2576S: Maintained
2577
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578PNP SUPPORT
2579P: Adam Belay
2580M: ambx1@neo.rr.com
2581S: Maintained
2582
2583PPP PROTOCOL DRIVERS AND COMPRESSORS
2584P: Paul Mackerras
2585M: paulus@samba.org
2586L: linux-ppp@vger.kernel.org
2587S: Maintained
2588
2589PPP OVER ATM (RFC 2364)
2590P: Mitchell Blank Jr
2591M: mitch@sfgoth.com
2592S: Maintained
2593
2594PPP OVER ETHERNET
2595P: Michal Ostrowski
2596M: mostrows@speakeasy.net
2597S: Maintained
2598
2599PREEMPTIBLE KERNEL
2600P: Robert Love
2601M: rml@tech9.net
2602L: linux-kernel@vger.kernel.org
2603L: kpreempt-tech@lists.sourceforge.net
2604W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2605S: Supported
2606
2607PRISM54 WIRELESS DRIVER
2608P: Prism54 Development Team
2609M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002610L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611W: http://prism54.org
2612S: Maintained
2613
2614PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2615P: Peter Denison
2616M: promise@pnd-pc.demon.co.uk
2617W: http://www.pnd-pc.demon.co.uk/promise/
2618S: Maintained
2619
Geoff Levandf58a9d12006-11-23 00:46:51 +01002620PS3 PLATFORM SUPPORT
2621P: Geoff Levand
2622M: geoffrey.levand@am.sony.com
2623L: linuxppc-dev@ozlabs.org
2624L: cbe-oss-dev@ozlabs.org
2625S: Supported
2626
Michael Krufky83202042006-07-03 00:24:18 -07002627PVRUSB2 VIDEO4LINUX DRIVER
2628P: Mike Isely
2629M: isely@pobox.com
2630L: pvrusb2@isely.net
2631L: video4linux-list@redhat.com
2632W: http://www.isely.net/pvrusb2/
2633S: Maintained
2634
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635PXA2xx SUPPORT
2636P: Nicolas Pitre
2637M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002638L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639S: Maintained
2640
2641QLOGIC QLA2XXX FC-SCSI DRIVER
2642P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002643M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644L: linux-scsi@vger.kernel.org
2645S: Supported
2646
Ron Mercer5a4faa872006-07-25 00:40:21 -07002647QLOGIC QLA3XXX NETWORK DRIVER
2648P: Ron Mercer
2649M: linux-driver@qlogic.com
2650L: netdev@vger.kernel.org
2651S: Supported
2652
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653QNX4 FILESYSTEM
2654P: Anders Larsen
2655M: al@alarsen.net
2656L: linux-kernel@vger.kernel.org
2657W: http://www.alarsen.net/linux/qnx4fs/
2658S: Maintained
2659
2660RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002661P: Benjamin Herrenschmidt
2662M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002663L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664S: Maintained
2665
2666RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002667P: Paul Mackerras
2668M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002669L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670S: Maintained
2671
2672RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2673P: Corey Thomas
2674M: corey@world.std.com
2675L: linux-kernel@vger.kernel.org
2676S: Maintained
2677
Matt Mackall9e95ce22005-04-16 15:25:56 -07002678RANDOM NUMBER DRIVER
2679P: Matt Mackall
2680M: mpm@selenic.com
2681S: Maintained
2682
Matt Porter394b7012005-11-07 01:00:15 -08002683RAPIDIO SUBSYSTEM
2684P: Matt Porter
2685M: mporter@kernel.crashing.org
2686L: linux-kernel@vger.kernel.org
2687S: Maintained
2688
Josh Triplett595182b2006-10-04 02:17:21 -07002689READ-COPY UPDATE (RCU)
2690P: Dipankar Sarma
2691M: dipankar@in.ibm.com
2692W: http://www.rdrop.com/users/paulmck/rclock/
2693L: linux-kernel@vger.kernel.org
2694S: Supported
2695
2696RCUTORTURE MODULE
2697P: Josh Triplett
2698M: josh@freedesktop.org
2699L: linux-kernel@vger.kernel.org
2700S: Maintained
2701
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702REAL TIME CLOCK DRIVER
2703P: Paul Gortmaker
2704M: p_gortmaker@yahoo.com
2705L: linux-kernel@vger.kernel.org
2706S: Maintained
2707
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002708REAL TIME CLOCK (RTC) SUBSYSTEM
2709P: Alessandro Zummo
2710M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002711L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002712S: Maintained
2713
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714REISERFS FILE SYSTEM
2715P: Hans Reiser
2716M: reiserfs-dev@namesys.com
2717L: reiserfs-list@namesys.com
2718W: http://www.namesys.com
2719S: Supported
2720
2721ROCKETPORT DRIVER
2722P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723W: http://www.comtrol.com
2724S: Maintained
2725
2726ROSE NETWORK LAYER
2727P: Ralf Baechle
2728M: ralf@linux-mips.org
2729L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002730W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731S: Maintained
2732
2733RISCOM8 DRIVER
2734S: Orphan
2735
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002736S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002737P: Antonino Daplas
2738M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002739L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002740S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002741
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742S390
2743P: Martin Schwidefsky
2744M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002745P: Heiko Carstens
2746M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747M: linux390@de.ibm.com
2748L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002749W: http://www.ibm.com/developerworks/linux/linux390/
2750S: Supported
2751
2752S390 NETWORK DRIVERS
2753P: Frank Pavlic
2754M: fpavlic@de.ibm.com
2755M: linux390@de.ibm.com
2756L: linux-390@vm.marist.edu
2757W: http://www.ibm.com/developerworks/linux/linux390/
2758S: Supported
2759
2760S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002761P: Swen Schillig
2762M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002763M: linux390@de.ibm.com
2764L: linux-390@vm.marist.edu
2765W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766S: Supported
2767
2768SAA7146 VIDEO4LINUX-2 DRIVER
2769P: Michael Hunold
2770M: michael@mihu.de
2771W: http://www.mihu.de/linux/saa7146
2772S: Maintained
2773
2774SBPCD CDROM DRIVER
2775P: Eberhard Moenkeberg
2776M: emoenke@gwdg.de
2777L: linux-kernel@vger.kernel.org
2778S: Maintained
2779
2780SC1200 WDT DRIVER
2781P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002782M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783S: Maintained
2784
2785SCHEDULER
2786P: Ingo Molnar
2787M: mingo@elte.hu
2788P: Robert Love [the preemptible kernel bits]
2789M: rml@tech9.net
2790L: linux-kernel@vger.kernel.org
2791S: Maintained
2792
2793SCSI CDROM DRIVER
2794P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002795M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796L: linux-scsi@vger.kernel.org
2797W: http://www.kernel.dk
2798S: Maintained
2799
2800SCSI SG DRIVER
2801P: Doug Gilbert
2802M: dgilbert@interlog.com
2803L: linux-scsi@vger.kernel.org
2804W: http://www.torque.net/sg
2805S: Maintained
2806
2807SCSI SUBSYSTEM
2808P: James E.J. Bottomley
2809M: James.Bottomley@SteelEye.com
2810L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002811T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812S: Maintained
2813
2814SCSI TAPE DRIVER
2815P: Kai Mäkisara
2816M: Kai.Makisara@kolumbus.fi
2817L: linux-scsi@vger.kernel.org
2818S: Maintained
2819
2820SCTP PROTOCOL
Jim Cromiece00f852006-11-30 04:49:44 +01002821P: Sridhar Samudrala
2822M: sri@us.ibm.com
2823L: lksctp-developers@lists.sourceforge.net
2824S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825
2826SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002827P: Jim Cromie
2828M: jim.cromie@gmail.com
2829S: Odd Fixes
2830
2831SCx200 GPIO DRIVER
2832P: Jim Cromie
2833M: jim.cromie@gmail.com
2834S: Maintained
2835
2836SCx200 HRT CLOCKSOURCE DRIVER
2837P: Jim Cromie
2838M: jim.cromie@gmail.com
2839S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840
2841SECURITY CONTACT
2842P: Security Officers
2843M: security@kernel.org
2844S: Supported
2845
2846SELINUX SECURITY MODULE
2847P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002848M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002850M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851L: linux-kernel@vger.kernel.org (kernel issues)
2852L: selinux@tycho.nsa.gov (general discussion)
2853W: http://www.nsa.gov/selinux
2854S: Supported
2855
2856SERIAL ATA (SATA) SUBSYSTEM:
2857P: Jeff Garzik
2858M: jgarzik@pobox.com
2859L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002860T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861S: Supported
2862
2863SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2864P: Pat Gefre
2865M: pfg@sgi.com
2866L: linux-ia64@vger.kernel.org
2867S: Supported
2868
2869SGI VISUAL WORKSTATION 320 AND 540
2870P: Andrey Panin
2871M: pazke@donpac.ru
2872L: linux-visws-devel@lists.sf.net
2873W: http://linux-visws.sf.net
2874S: Maintained for 2.6.
2875
2876SIMTEC EB110ATX (Chalice CATS)
2877P: Ben Dooks
2878P: Vincent Sanders
2879M: support@simtec.co.uk
2880W: http://www.simtec.co.uk/products/EB110ATX/
2881S: Supported
2882
2883SIMTEC EB2410ITX (BAST)
2884P: Ben Dooks
2885P: Vincent Sanders
2886M: support@simtec.co.uk
2887W: http://www.simtec.co.uk/products/EB2410ITX/
2888S: Supported
2889
Francois Romieu92aab3c2005-07-30 13:11:18 +02002890SIS 190 ETHERNET DRIVER
2891P: Francois Romieu
2892M: romieu@fr.zoreil.com
2893L: netdev@vger.kernel.org
2894S: Maintained
2895
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896SIS 5513 IDE CONTROLLER DRIVER
2897P: Lionel Bouton
2898M: Lionel.Bouton@inet6.fr
2899W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2900W: http://gyver.homeip.net/sis5513/index.html
2901S: Maintained
2902
2903SIS 900/7016 FAST ETHERNET DRIVER
2904P: Daniele Venzano
2905M: venza@brownhat.org
2906W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002907L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908S: Maintained
2909
2910SIS FRAMEBUFFER DRIVER
2911P: Thomas Winischhofer
2912M: thomas@winischhofer.net
2913W: http://www.winischhofer.net/linuxsisvga.shtml
2914S: Maintained
2915
2916SIS USB2VGA DRIVER
2917P: Thomas Winischhofer
2918M: thomas@winischhofer.net
2919W: http://www.winischhofer.at/linuxsisusbvga.shtml
2920S: Maintained
2921
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922SMC91x ETHERNET DRIVER
2923P: Nicolas Pitre
2924M: nico@cam.org
2925S: Maintained
2926
Daniel Drake8f0f8502006-07-18 22:00:25 +01002927SOFTMAC LAYER (IEEE 802.11)
2928P: Johannes Berg
2929M: johannes@sipsolutions.net
2930P: Joe Jezak
2931M: josejx@gentoo.org
2932P: Daniel Drake
2933M: dsd@gentoo.org
2934W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01002935L: netdev@vger.kernel.org
2936S: Maintained
2937
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938SOFTWARE RAID (Multiple Disks) SUPPORT
2939P: Ingo Molnar
2940M: mingo@redhat.com
2941P: Neil Brown
2942M: neilb@cse.unsw.edu.au
2943L: linux-raid@vger.kernel.org
2944S: Maintained
2945
2946SOFTWARE SUSPEND:
2947P: Pavel Machek
2948M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002949L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950S: Maintained
2951
2952SONIC NETWORK DRIVER
2953P: Thomas Bogendoerfer
2954M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002955L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956S: Maintained
2957
2958SONY VAIO CONTROL DEVICE DRIVER
2959P: Stelian Pop
2960M: stelian@popies.net
2961W: http://popies.net/sonypi/
2962S: Maintained
2963
2964SOUND
2965P: Jaroslav Kysela
2966M: perex@suse.cz
2967L: alsa-devel@alsa-project.org
2968S: Maintained
2969
Kumar Gala025c3982006-04-02 16:05:54 -05002970SPI SUBSYSTEM
2971P: David Brownell
2972M: dbrownell@users.sourceforge.net
2973L: spi-devel-general@lists.sourceforge.net
2974S: Maintained
2975
Steven Rostedt855f46a2006-08-05 12:14:50 -07002976STABLE BRANCH:
2977P: Greg Kroah-Hartman
2978M: greg@kroah.com
2979P: Chris Wright
2980M: chrisw@sous-sol.org
2981L: stable@kernel.org
2982S: Maintained
2983
Kylene Hall1c72d462005-05-01 08:59:13 -07002984TPM DEVICE DRIVER
2985P: Kylene Hall
2986M: kjhall@us.ibm.com
2987W: http://tpmdd.sourceforge.net
2988L: tpmdd-devel@lists.sourceforge.net
2989S: Maintained
2990
Mark Gross1a80ba82005-10-30 15:02:55 -08002991Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01002992P: Mark Gross
2993M: mark.gross@intel.com
2994S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08002995
Chris Zankel48b415c2005-06-23 22:01:07 -07002996TENSILICA XTENSA PORT (xtensa):
2997P: Chris Zankel
2998M: chris@zankel.net
2999S: Maintained
3000
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001UltraSPARC (sparc64):
3002P: David S. Miller
3003M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003005T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006S: Maintained
3007
3008SHARP LH SUPPORT (LH7952X & LH7A40X)
3009P: Marc Singer
3010M: elf@buici.com
3011W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003012L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013S: Maintained
3014
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003015SHPC HOTPLUG DRIVER
3016P: Kristen Carlson Accardi
3017M: kristen.c.accardi@intel.com
3018L: pcihpd-discuss@lists.sourceforge.net
3019S: Maintained
3020
Pierre Ossmand129bce2006-03-24 03:18:17 -08003021SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3022P: Pierre Ossman
3023M: drzeus-sdhci@drzeus.cx
3024L: sdhci-devel@list.drzeus.cx
3025W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3026S: Maintained
3027
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003028SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3029P: Stephen Hemminger
3030M: shemminger@osdl.org
3031L: netdev@vger.kernel.org
3032S: Maintained
3033
Chris Boot1a87d942006-07-10 04:45:34 -07003034SOEKRIS NET48XX LED SUPPORT
3035P: Chris Boot
3036M: bootc@bootc.net
3037S: Maintained
3038
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039SPARC (sparc32):
3040P: William L. Irwin
3041M: wli@holomorphy.com
3042L: sparclinux@vger.kernel.org
3043S: Maintained
3044
3045SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3046P: Roger Wolff
3047M: R.E.Wolff@BitWizard.nl
3048L: linux-kernel@vger.kernel.org ?
3049S: Supported
3050
Jim Lewis2752e402006-09-29 02:01:19 -07003051SPIDERNET NETWORK DRIVER for CELL
3052P: Jim Lewis
3053M: jim@jklewis.com
3054L: netdev@vger.kernel.org
3055S: Supported
3056
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057SRM (Alpha) environment access
3058P: Jan-Benedict Glaw
3059M: jbglaw@lug-owl.de
3060L: linux-kernel@vger.kernel.org
3061S: Maintained
3062
3063STARFIRE/DURALAN NETWORK DRIVER
3064P: Ion Badulescu
3065M: ionut@cs.columbia.edu
3066S: Maintained
3067
3068STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3069W: http://mosquitonet.Stanford.EDU/strip.html
3070S: Unsupported ?
3071
3072STRADIS MPEG-2 DECODER DRIVER
3073P: Nathan Laredo
3074M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075W: http://www.stradis.com/
3076S: Maintained
3077
3078SUPERH (sh)
3079P: Paul Mundt
3080M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003081L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083S: Maintained
3084
3085SUPERH64 (sh64)
3086P: Paul Mundt
3087M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088L: linuxsh-shmedia-dev@lists.sourceforge.net
3089W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090S: Maintained
3091
3092SUN3/3X
3093P: Sam Creasey
3094M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095W: http://sammy.net/sun3/
3096S: Maintained
3097
3098SVGA HANDLING
3099P: Martin Mares
3100M: mj@ucw.cz
3101L: linux-video@atrey.karlin.mff.cuni.cz
3102S: Maintained
3103
3104SYSV FILESYSTEM
3105P: Christoph Hellwig
3106M: hch@infradead.org
3107S: Maintained
3108
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003109TC CLASSIFIER
3110P: Jamal Hadi Salim
3111M: hadi@cyberus.ca
3112L: netdev@vger.kernel.org
3113S: Maintained
3114
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003115TCP LOW PRIORITY MODULE
3116P: Wong Hoi Sing, Edison
3117M: hswong3i@gmail.com
3118P: Hung Hing Lun, Mike
3119M: hlhung3i@gmail.com
3120W: http://tcp-lp-mod.sourceforge.net/
3121S: Maintained
3122
Alex Dubov4020f2d2006-10-04 02:15:37 -07003123TI FLASH MEDIA INTERFACE DRIVER
3124P: Alex Dubov
3125M: oakad@yahoo.com
3126S: Maintained
3127
Michael Buesch844dd052006-06-26 00:24:59 -07003128TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3129P: Deepak Saxena
3130M: dsaxena@plexity.net
3131S: Maintained
3132
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003133TASKSTATS STATISTICS INTERFACE
3134P: Shailabh Nagar
3135M: nagar@watson.ibm.com
3136L: linux-kernel@vger.kernel.org
3137S: Maintained
3138
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003140P: Romain Lievin
3141M: roms@lpg.ticalc.org
3142S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143
Per Lidene86eaa32006-01-12 16:45:18 +01003144TIPC NETWORK LAYER
3145P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003146M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003147P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003148M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003149P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003150M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003151L: tipc-discussion@lists.sourceforge.net
3152W: http://tipc.sourceforge.net/
3153W: http://tipc.cslab.ericsson.net/
3154T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3155S: Maintained
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157TLAN NETWORK DRIVER
3158P: Samuel Chessman
3159M: chessman@tux.org
3160L: tlan-devel@lists.sourceforge.net
3161W: http://sourceforge.net/projects/tlan/
3162S: Maintained
3163
3164TOKEN-RING NETWORK DRIVER
3165P: Mike Phillips
3166M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003167L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168L: linux-tr@linuxtr.net
3169W: http://www.linuxtr.net
3170S: Maintained
3171
3172TOSHIBA ACPI EXTRAS DRIVER
3173P: John Belmonte
3174M: toshiba_acpi@memebeam.org
3175W: http://memebeam.org/toys/ToshibaAcpiDriver
3176S: Maintained
3177
3178TOSHIBA SMM DRIVER
3179P: Jonathan Buzzard
3180M: jonathan@buzzard.org.uk
3181L: tlinux-users@tce.toshiba-dme.co.jp
3182W: http://www.buzzard.org.uk/toshiba/
3183S: Maintained
3184
3185TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3186P: Muli Ben-Yehuda
3187M: mulix@mulix.org
3188L: linux-kernel@vger.kernel.org
3189S: Maintained
3190
3191TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003192P: Adrian Bunk
3193M: trivial@kernel.org
3194L: linux-kernel@vger.kernel.org
3195W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3196T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3197S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198
3199TMS380 TOKEN-RING NETWORK DRIVER
3200P: Adam Fritzler
3201M: mid@auk.cx
3202L: linux-tr@linuxtr.net
3203W: http://www.auk.cx/tms380tr/
3204S: Maintained
3205
3206TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003207P: Valerie Henson
3208M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209L: tulip-users@lists.sourceforge.net
3210W: http://sourceforge.net/projects/tulip/
3211S: Maintained
3212
3213TUN/TAP driver
3214P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003215M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216L: vtun@office.satix.net
3217W: http://vtun.sourceforge.net/tun
3218S: Maintained
3219
3220U14-34F SCSI DRIVER
3221P: Dario Ballabio
3222M: ballabio_dario@emc.com
3223L: linux-scsi@vger.kernel.org
3224S: Maintained
3225
3226UDF FILESYSTEM
3227P: Ben Fennema
3228M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229W: http://linux-udf.sourceforge.net
3230S: Maintained
3231
3232UNIFORM CDROM DRIVER
3233P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003234M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235L: linux-kernel@vger.kernel.org
3236W: http://www.kernel.dk
3237S: Maintained
3238
3239USB ACM DRIVER
3240P: Oliver Neukum
3241M: oliver@neukum.name
3242L: linux-usb-users@lists.sourceforge.net
3243L: linux-usb-devel@lists.sourceforge.net
3244S: Maintained
3245
3246USB BLOCK DRIVER (UB ub)
3247P: Pete Zaitcev
3248M: zaitcev@redhat.com
3249L: linux-kernel@vger.kernel.org
3250L: linux-usb-devel@lists.sourceforge.net
3251S: Supported
3252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253USB CDC ETHERNET DRIVER
3254P: Greg Kroah-Hartman
3255M: greg@kroah.com
3256L: linux-usb-users@lists.sourceforge.net
3257L: linux-usb-devel@lists.sourceforge.net
3258S: Maintained
3259W: http://www.kroah.com/linux-usb/
3260
3261USB EHCI DRIVER
3262P: David Brownell
3263M: dbrownell@users.sourceforge.net
3264L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003265S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266
Luca Risolia7ce08c92006-01-11 02:06:59 +00003267USB ET61X[12]51 DRIVER
3268P: Luca Risolia
3269M: luca.risolia@studio.unibo.it
3270L: linux-usb-devel@lists.sourceforge.net
3271L: video4linux-list@redhat.com
3272W: http://www.linux-projects.org
3273S: Maintained
3274
David Brownell69ae9e32006-11-14 02:03:31 -08003275USB GADGET/PERIPHERAL SUBSYSTEM
3276P: David Brownell
3277M: dbrownell@users.sourceforge.net
3278L: linux-usb-devel@lists.sourceforge.net
3279W: http://www.linux-usb.org/gadget
3280S: Maintained
3281
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282USB HID/HIDBP DRIVERS
3283P: Vojtech Pavlik
3284M: vojtech@suse.cz
3285L: linux-usb-users@lists.sourceforge.net
3286L: linux-usb-devel@lists.sourceforge.net
3287S: Maintained
3288
3289USB HUB DRIVER
3290P: Johannes Erdfelt
3291M: johannes@erdfelt.com
3292L: linux-usb-users@lists.sourceforge.net
3293L: linux-usb-devel@lists.sourceforge.net
3294S: Maintained
3295
Olav Kongas959eea22005-11-03 17:38:14 +02003296USB ISP116X DRIVER
3297P: Olav Kongas
3298M: ok@artecdesign.ee
3299L: linux-usb-devel@lists.sourceforge.net
3300S: Maintained
3301
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302USB KAWASAKI LSI DRIVER
3303P: Oliver Neukum
3304M: oliver@neukum.name
3305L: linux-usb-users@lists.sourceforge.net
3306L: linux-usb-devel@lists.sourceforge.net
3307S: Maintained
3308
3309USB MASS STORAGE DRIVER
3310P: Matthew Dharm
3311M: mdharm-usb@one-eyed-alien.net
3312L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003313L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314S: Maintained
3315W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3316
3317USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003318P: David Brownell
3319M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320L: linux-usb-users@lists.sourceforge.net
3321L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003322S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323
Matthias Urlichsba460e42005-07-14 00:33:47 -07003324USB OPTION-CARD DRIVER
3325P: Matthias Urlichs
3326M: smurf@smurf.noris.de
3327L: linux-usb-devel@lists.sourceforge.net
3328S: Maintained
3329
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330USB OV511 DRIVER
3331P: Mark McClelland
3332M: mmcclell@bigfoot.com
3333L: linux-usb-users@lists.sourceforge.net
3334L: linux-usb-devel@lists.sourceforge.net
3335W: http://alpha.dyndns.org/ov511/
3336S: Maintained
3337
3338USB PEGASUS DRIVER
3339P: Petko Manolov
3340M: petkan@users.sourceforge.net
3341L: linux-usb-users@lists.sourceforge.net
3342L: linux-usb-devel@lists.sourceforge.net
3343W: http://pegasus2.sourceforge.net/
3344S: Maintained
3345
3346USB PRINTER DRIVER
3347P: Vojtech Pavlik
3348M: vojtech@suse.cz
3349L: linux-usb-users@lists.sourceforge.net
3350L: linux-usb-devel@lists.sourceforge.net
3351S: Maintained
3352
3353USB RTL8150 DRIVER
3354P: Petko Manolov
3355M: petkan@users.sourceforge.net
3356L: linux-usb-users@lists.sourceforge.net
3357L: linux-usb-devel@lists.sourceforge.net
3358W: http://pegasus2.sourceforge.net/
3359S: Maintained
3360
3361USB SE401 DRIVER
3362P: Jeroen Vreeken
3363M: pe1rxq@amsat.org
3364L: linux-usb-users@lists.sourceforge.net
3365L: linux-usb-devel@lists.sourceforge.net
3366W: http://www.chello.nl/~j.vreeken/se401/
3367S: Maintained
3368
3369USB SERIAL CYBERJACK DRIVER
3370P: Matthias Bruestle and Harald Welte
3371M: support@reiner-sct.com
3372W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3373S: Maintained
3374
3375USB SERIAL DIGI ACCELEPORT DRIVER
3376P: Peter Berger and Al Borchers
3377M: pberger@brimson.com
3378M: alborchers@steinerpoint.com
3379L: linux-usb-users@lists.sourceforge.net
3380L: linux-usb-devel@lists.sourceforge.net
3381S: Maintained
3382
3383USB SERIAL DRIVER
3384P: Greg Kroah-Hartman
3385M: gregkh@suse.de
3386L: linux-usb-users@lists.sourceforge.net
3387L: linux-usb-devel@lists.sourceforge.net
3388S: Supported
3389
3390USB SERIAL BELKIN F5U103 DRIVER
3391P: William Greathouse
3392M: wgreathouse@smva.com
3393L: linux-usb-users@lists.sourceforge.net
3394L: linux-usb-devel@lists.sourceforge.net
3395S: Maintained
3396
3397USB SERIAL CYPRESS M8 DRIVER
3398P: Lonnie Mendez
3399M: dignome@gmail.com
3400L: linux-usb-users@lists.sourceforge.net
3401L: linux-usb-devel@lists.sourceforge.net
3402S: Maintained
3403W: http://geocities.com/i0xox0i
3404W: http://firstlight.net/cvs
3405
3406USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3407L: linux-usb-users@lists.sourceforge.net
3408L: linux-usb-devel@lists.sourceforge.net
3409S: Maintained
3410
3411USB AUERSWALD DRIVER
3412P: Wolfgang Muees
3413M: wolfgang@iksw-muees.de
3414L: linux-usb-users@lists.sourceforge.net
3415L: linux-usb-devel@lists.sourceforge.net
3416S: Maintained
3417
3418USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3419P: Gary Brubaker
3420M: xavyer@ix.netcom.com
3421L: linux-usb-users@lists.sourceforge.net
3422L: linux-usb-devel@lists.sourceforge.net
3423S: Maintained
3424
3425USB SERIAL KEYSPAN DRIVER
3426P: Greg Kroah-Hartman
3427M: greg@kroah.com
3428L: linux-usb-users@lists.sourceforge.net
3429L: linux-usb-devel@lists.sourceforge.net
3430W: http://www.kroah.com/linux/
3431S: Maintained
3432
3433USB SERIAL WHITEHEAT DRIVER
3434P: Stuart MacDonald
3435M: stuartm@connecttech.com
3436L: linux-usb-users@lists.sourceforge.net
3437L: linux-usb-devel@lists.sourceforge.net
3438W: http://www.connecttech.com
3439S: Supported
3440
3441USB SN9C10x DRIVER
3442P: Luca Risolia
3443M: luca.risolia@studio.unibo.it
3444L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003445L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446W: http://www.linux-projects.org
3447S: Maintained
3448
3449USB SUBSYSTEM
3450P: Greg Kroah-Hartman
3451M: gregkh@suse.de
3452L: linux-usb-users@lists.sourceforge.net
3453L: linux-usb-devel@lists.sourceforge.net
3454W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003455T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456S: Supported
3457
3458USB UHCI DRIVER
3459P: Alan Stern
3460M: stern@rowland.harvard.edu
3461L: linux-usb-users@lists.sourceforge.net
3462L: linux-usb-devel@lists.sourceforge.net
3463S: Maintained
3464
David Brownell69ae9e32006-11-14 02:03:31 -08003465USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466P: David Brownell
3467M: dbrownell@users.sourceforge.net
3468L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003469W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470S: Maintained
3471
3472USB W996[87]CF DRIVER
3473P: Luca Risolia
3474M: luca.risolia@studio.unibo.it
3475L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003476L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477W: http://www.linux-projects.org
3478S: Maintained
3479
Luca Risolia60f78052006-02-06 16:29:35 +00003480USB ZC0301 DRIVER
3481P: Luca Risolia
3482M: luca.risolia@studio.unibo.it
3483L: linux-usb-devel@lists.sourceforge.net
3484L: video4linux-list@redhat.com
3485W: http://www.linux-projects.org
3486S: Maintained
3487
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488USB ZD1201 DRIVER
3489P: Jeroen Vreeken
3490M: pe1rxq@amsat.org
3491L: linux-usb-users@lists.sourceforge.net
3492L: linux-usb-devel@lists.sourceforge.net
3493W: http://linux-lc100020.sourceforge.net
3494S: Maintained
3495
3496USER-MODE LINUX
3497P: Jeff Dike
3498M: jdike@karaya.com
3499L: user-mode-linux-devel@lists.sourceforge.net
3500L: user-mode-linux-user@lists.sourceforge.net
3501W: http://user-mode-linux.sourceforge.net
3502S: Maintained
3503
3504FAT/VFAT/MSDOS FILESYSTEM:
3505P: OGAWA Hirofumi
3506M: hirofumi@mail.parknet.co.jp
3507L: linux-kernel@vger.kernel.org
3508S: Maintained
3509
3510VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3511P: Jeff Garzik
3512S: Odd fixes
3513
3514VIA RHINE NETWORK DRIVER
3515P: Roger Luethi
3516M: rl@hellgate.ch
3517S: Maintained
3518
Jean Delvare32c0a522005-09-22 21:47:58 +02003519VIAPRO SMBUS DRIVER
3520P: Jean Delvare
3521M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003522L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003523S: Maintained
3524
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525UCLINUX (AND M68KNOMMU)
3526P: Greg Ungerer
3527M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003529L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530S: Maintained
3531
3532UCLINUX FOR NEC V850
3533P: Miles Bader
3534M: uclinux-v850@lsi.nec.co.jp
3535W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3536W: http://www.ee.nec.de/uclinux/
3537S: Supported
3538
3539UCLINUX FOR RENESAS H8/300
3540P: Yoshinori Sato
3541M: ysato@users.sourceforge.jp
3542W: http://uclinux-h8.sourceforge.jp/
3543S: Supported
3544
3545USB DIAMOND RIO500 DRIVER
3546P: Cesar Miquel
3547M: miquel@df.uba.ar
3548L: rio500-users@lists.sourceforge.net
3549W: http://rio500.sourceforge.net
3550S: Maintained
3551
3552VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003553P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003554M: mchehab@infradead.org
3555M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003556L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003557W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003558T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003559S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560
Juerg Haefligerab413192006-09-24 20:54:04 +02003561VT1211 HARDWARE MONITOR DRIVER
3562P: Juerg Haefliger
3563M: juergh@gmail.com
3564L: lm-sensors@lm-sensors.org
3565S: Maintained
3566
Roger Lucas1de9e372005-11-26 20:20:05 +01003567VT8231 HARDWARE MONITOR DRIVER
3568P: Roger Lucas
3569M: roger@planbit.co.uk
3570L: lm-sensors@lm-sensors.org
3571S: Maintained
3572
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573W1 DALLAS'S 1-WIRE BUS
3574P: Evgeniy Polyakov
3575M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576S: Maintained
3577
Charles Spirakis13927072006-07-05 18:05:15 +02003578W83791D HARDWARE MONITORING DRIVER
3579P: Charles Spirakis
3580M: bezaur@gmail.com
3581L: lm-sensors@lm-sensors.org
3582S: Maintained
3583
Rudolf Marek61db0112006-12-12 18:18:30 +01003584W83793 HARDWARE MONITORING DRIVER
3585P: Rudolf Marek
3586M: r.marek@assembler.cz
3587L: lm-sensors@lm-sensors.org
3588S: Maintained
3589
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590W83L51xD SD/MMC CARD INTERFACE DRIVER
3591P: Pierre Ossman
3592M: drzeus-wbsd@drzeus.cx
3593L: wbsd-devel@list.drzeus.cx
3594W: http://projects.drzeus.cx/wbsd
3595S: Maintained
3596
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003597WATCHDOG DEVICE DRIVERS
3598P: Wim Van Sebroeck
3599M: wim@iguana.be
3600T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3601S: Maintained
3602
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3604P: Jean Tourrilhes
3605M: jt@hpl.hp.com
3606W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3607S: Maintained
3608
3609WD7000 SCSI DRIVER
3610P: Miroslav Zagorac
3611M: zaga@fly.cc.fer.hr
3612L: linux-scsi@vger.kernel.org
3613S: Maintained
3614
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003615WISTRON LAPTOP BUTTON DRIVER
3616P: Miloslav Trmac
3617M: mitr@volny.cz
3618S: Maintained
3619
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620WL3501 WIRELESS PCMCIA CARD DRIVER
3621P: Arnaldo Carvalho de Melo
3622M: acme@conectiva.com.br
3623W: http://advogato.org/person/acme
3624S: Maintained
3625
3626X.25 NETWORK LAYER
3627P: Henner Eisen
3628M: eis@baty.hanse.de
3629L: linux-x25@vger.kernel.org
3630S: Maintained
3631
3632XFS FILESYSTEM
3633P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003634P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003636L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003638T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639S: Supported
3640
Peter Korsgaard238b8722006-12-06 20:35:17 -08003641XILINX UARTLITE SERIAL DRIVER
3642P: Peter Korsgaard
3643M: jacmet@sunsite.dk
3644L: linux-serial@vger.kernel.org
3645S: Maintained
3646
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647X86 3-LEVEL PAGING (PAE) SUPPORT
3648P: Ingo Molnar
3649M: mingo@redhat.com
3650S: Maintained
3651
3652X86-64 port
3653P: Andi Kleen
3654M: ak@suse.de
3655L: discuss@x86-64.org
3656W: http://www.x86-64.org
3657S: Maintained
3658
3659YAM DRIVER FOR AX.25
3660P: Jean-Paul Roubelat
3661M: jpr@f6fbb.org
3662L: linux-hams@vger.kernel.org
3663S: Maintained
3664
Henkaf64a5e2005-10-12 15:02:56 +02003665YEALINK PHONE DRIVER
3666P: Henk Vergonet
3667M: Henk.Vergonet@gmail.com
3668L: usbb2k-api-dev@nongnu.org
3669S: Maintained
3670
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671Z8530 DRIVER FOR AX.25
3672P: Joerg Reuter
3673M: jreuter@yaina.de
3674W: http://yaina.de/jreuter/
3675W: http://www.qsl.net/dl1bke/
3676L: linux-hams@vger.kernel.org
3677S: Maintained
3678
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003679ZD1211RW WIRELESS DRIVER
3680P: Daniel Drake
3681M: dsd@gentoo.org
3682P: Ulrich Kunitz
3683M: kune@deine-taler.de
3684W: http://zd1211.ath.cx/wiki/DriverRewrite
3685L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3686S: Maintained
3687
Linus Torvalds1da177e2005-04-16 15:20:36 -07003688ZF MACHZ WATCHDOG
3689P: Fernando Fuganti
3690M: fuganti@netbank.com.br
3691W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3692S: Maintained
3693
3694ZR36067 VIDEO FOR LINUX DRIVER
3695P: Ronald Bultje
3696M: rbultje@ronald.bitfreak.net
3697L: mjpeg-users@lists.sourceforge.net
3698W: http://mjpeg.sourceforge.net/driver-zoran/
3699S: Maintained
3700
3701ZR36120 VIDEO FOR LINUX DRIVER
3702P: Pauline Middelink
3703M: middelin@polyware.nl
3704W: http://www.polyware.nl/~middelin/En/hobbies.html
3705W: http://www.polyware.nl/~middelin/hobbies.html
3706S: Maintained
3707
3708THE REST
3709P: Linus Torvalds
3710S: Buried alive in reporters