blob: 6b8788ee78c4bef83c0221745e0a074a7e1ed4b9 [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
Andrew Victord4a89c72006-12-04 13:56:21 +0100358ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
359P: Andrew Victor
360M: andrew@sanpeople.com
361L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
362W: http://maxim.org.za/at91_26.html
363S: Maintained
364
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365ARM/CORGI MACHINE SUPPORT
366P: Richard Purdie
367M: rpurdie@rpsys.net
368S: Maintained
369
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100370ARM/HP JORNADA 7XX MACHINE SUPPORT
371P: Kristoffer Ericson
372M: kristoffer_e1@hotmail.com
373W: www.jlime.com
374S: Maintained
375
Dirk Opfer8459c152005-11-06 14:27:52 +0000376ARM/TOSA MACHINE SUPPORT
377P: Dirk Opfer
378M: dirk@opfer-online.de
379S: Maintained
380
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381ARM/PLEB SUPPORT
382P: Peter Chubb
383M: pleb@gelato.unsw.edu.au
384W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
385S: Maintained
386
387ARM/PT DIGITAL BOARD PORT
388P: Stefan Eletzhofer
389M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700390L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391W: http://www.arm.linux.org.uk/
392S: Maintained
393
394ARM/SHARK MACHINE SUPPORT
395P: Alexander Schulz
396M: alex@shark-linux.de
397W: http://www.shark-linux.de/shark.html
398S: Maintained
399
400ARM/STRONGARM110 PORT
401P: Russell King
402M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700403L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404W: http://www.arm.linux.org.uk/
405S: Maintained
406
407ARM/S3C2410 ARM ARCHITECTURE
408P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800409M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700410L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411W: http://www.fluff.org/ben/linux/
412S: Maintained
413
414ARM/S3C2440 ARM ARCHITECTURE
415P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800416M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700417L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418W: http://www.fluff.org/ben/linux/
419S: Maintained
420
421ARPD SUPPORT
422P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700423L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424S: Maintained
425
426ASUS ACPI EXTRAS DRIVER
427P: Karol Kozimor
428M: sziwan@users.sourceforge.net
429P: Julien Lerouge
430M: julien.lerouge@free.fr
431L: acpi4asus-user@lists.sourceforge.net
432W: http://sourceforge.net/projects/acpi4asus
433W: http://julien.lerouge.free.fr
434S: Maintained
435
436ATA OVER ETHERNET DRIVER
437P: Ed L. Cashin
438M: ecashin@coraid.com
439W: http://www.coraid.com/support/linux
440S: Supported
441
442ATM
443P: Chas Williams
444M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700445L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446W: http://linux-atm.sourceforge.net
447S: Maintained
448
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100449ATMEL MACB ETHERNET DRIVER
450P: Atmel AVR32 Support Team
451M: avr32@atmel.com
452P: Haavard Skinnemoen
453M: hskinnemoen@atmel.com
454S: Supported
455
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456ATMEL WIRELESS DRIVER
457P: Simon Kelley
458M: simon@thekelleys.org.uk
459W: http://www.thekelleys.org.uk/atmel
460W: http://atmelwlandriver.sourceforge.net/
461S: Maintained
462
Chris Wrighta92b7b82005-07-07 18:12:23 -0700463AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100464P: David Woodhouse
465M: dwmw2@infradead.org
466L: linux-audit@redhat.com
467W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800468T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700469S: Maintained
470
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700471AVR32 ARCHITECTURE
472P: Atmel AVR32 Support Team
473M: avr32@atmel.com
474P: Haavard Skinnemoen
475M: hskinnemoen@atmel.com
476W: http://www.atmel.com/products/AVR32/
477W: http://avr32linux.org/
478W: http://avrfreaks.net/
479S: Supported
480
481AVR32/AT32AP MACHINE SUPPORT
482P: Atmel AVR32 Support Team
483M: avr32@atmel.com
484P: Haavard Skinnemoen
485M: hskinnemoen@atmel.com
486S: Supported
487
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488AX.25 NETWORK LAYER
489P: Ralf Baechle
490M: ralf@linux-mips.org
491L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200492W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493S: Maintained
494
495BAYCOM/HDLCDRV DRIVERS FOR AX.25
496P: Thomas Sailer
497M: t.sailer@alumni.ethz.ch
498L: linux-hams@vger.kernel.org
499W: http://www.baycom.org/~tom/ham/ham.html
500S: Maintained
501
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200502BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
503P: Larry Finger
504M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200505P: Stefano Brivio
506M: st3@riseup.net
507W: http://bcm43xx.berlios.de/
508S: Maintained
509
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510BEFS FILE SYSTEM
511P: Sergey S. Kostyliov
512M: rathamahata@php4.ru
513L: linux-kernel@vger.kernel.org
514S: Maintained
515
516BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
517P: Kenji Hollis
518W: http://ftp.bitgate.com/pcwd/
519S: Maintained
520
521BFS FILE SYSTEM
522P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800523M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524L: linux-kernel@vger.kernel.org
525S: Maintained
526
527BLOCK LAYER
528P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200529M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800531T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532S: Maintained
533
534BLUETOOTH SUBSYSTEM
535P: Marcel Holtmann
536M: marcel@holtmann.org
537P: Maxim Krasnyansky
538M: maxk@qualcomm.com
539L: bluez-devel@lists.sf.net
540W: http://bluez.sf.net
541W: http://www.bluez.org
542W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800543T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544S: Maintained
545
546BLUETOOTH RFCOMM LAYER
547P: Marcel Holtmann
548M: marcel@holtmann.org
549P: Maxim Krasnyansky
550M: maxk@qualcomm.com
551S: Maintained
552
553BLUETOOTH BNEP LAYER
554P: Marcel Holtmann
555M: marcel@holtmann.org
556P: Maxim Krasnyansky
557M: maxk@qualcomm.com
558S: Maintained
559
560BLUETOOTH CMTP LAYER
561P: Marcel Holtmann
562M: marcel@holtmann.org
563S: Maintained
564
565BLUETOOTH HIDP LAYER
566P: Marcel Holtmann
567M: marcel@holtmann.org
568S: Maintained
569
570BLUETOOTH HCI UART DRIVER
571P: Marcel Holtmann
572M: marcel@holtmann.org
573P: Maxim Krasnyansky
574M: maxk@qualcomm.com
575S: Maintained
576
577BLUETOOTH HCI USB DRIVER
578P: Marcel Holtmann
579M: marcel@holtmann.org
580P: Maxim Krasnyansky
581M: maxk@qualcomm.com
582S: Maintained
583
584BLUETOOTH HCI BCM203X DRIVER
585P: Marcel Holtmann
586M: marcel@holtmann.org
587S: Maintained
588
589BLUETOOTH HCI BPA10X DRIVER
590P: Marcel Holtmann
591M: marcel@holtmann.org
592S: Maintained
593
594BLUETOOTH HCI BFUSB DRIVER
595P: Marcel Holtmann
596M: marcel@holtmann.org
597S: Maintained
598
599BLUETOOTH HCI DTL1 DRIVER
600P: Marcel Holtmann
601M: marcel@holtmann.org
602S: Maintained
603
604BLUETOOTH HCI BLUECARD DRIVER
605P: Marcel Holtmann
606M: marcel@holtmann.org
607S: Maintained
608
609BLUETOOTH HCI BT3C DRIVER
610P: Marcel Holtmann
611M: marcel@holtmann.org
612S: Maintained
613
614BLUETOOTH HCI BTUART DRIVER
615P: Marcel Holtmann
616M: marcel@holtmann.org
617S: Maintained
618
619BLUETOOTH HCI VHCI DRIVER
620P: Maxim Krasnyansky
621M: maxk@qualcomm.com
622S: Maintained
623
624BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100625P: Chad Tindel
626M: ctindel@users.sourceforge.net
627P: Jay Vosburgh
628M: fubar@us.ibm.com
629L: bonding-devel@lists.sourceforge.net
630W: http://sourceforge.net/projects/bonding/
631S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000633BROADBAND PROCESSOR ARCHITECTURE
634P: Arnd Bergmann
635M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100636L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400637W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000638S: Supported
639
Gary Zambrano39105892006-06-22 17:26:20 -0700640BROADCOM B44 10/100 ETHERNET DRIVER
641P: Gary Zambrano
642M: zambrano@broadcom.com
643L: netdev@vger.kernel.org
644S: Supported
645
Michael Chan948c51e2006-06-04 02:51:39 -0700646BROADCOM BNX2 GIGABIT ETHERNET DRIVER
647P: Michael Chan
648M: mchan@broadcom.com
649L: netdev@vger.kernel.org
650S: Supported
651
652BROADCOM TG3 GIGABIT ETHERNET DRIVER
653P: Michael Chan
654M: mchan@broadcom.com
655L: netdev@vger.kernel.org
656S: Supported
657
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700659P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200660M: mchehab@infradead.org
661M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700663W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200664T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700665S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200667CALGARY x86-64 IOMMU
668P: Muli Ben-Yehuda
669M: muli@il.ibm.com
670P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200671M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200672L: linux-kernel@vger.kernel.org
673L: discuss@x86-64.org
674S: Maintained
675
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676COMMON INTERNET FILE SYSTEM (CIFS)
677P: Steve French
678M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100679L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680L: samba-technical@lists.samba.org
681W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800682T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683S: Supported
684
Joel Becker7063fbf2005-12-15 14:29:43 -0800685CONFIGFS
686P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800687M: joel.becker@oracle.com
688L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800689S: Supported
690
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691CIRRUS LOGIC GENERIC FBDEV DRIVER
692P: Jeff Garzik
693M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800694L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695S: Odd Fixes
696
697CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
698P: Cirrus Logic Corporation (kernel 2.2 driver)
699M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
700P: Nils Faerber (port to kernel 2.4)
701M: Nils Faerber <nils@kernelconcepts.de>
702S: Maintained
703
704CODA FILE SYSTEM
705P: Jan Harkes
706M: jaharkes@cs.cmu.edu
707M: coda@cs.cmu.edu
708L: codalist@coda.cs.cmu.edu
709W: http://www.coda.cs.cmu.edu/
710S: Maintained
711
712COMPACTPCI HOTPLUG CORE
713P: Scott Murray
714M: scottm@somanetworks.com
715M: scott@spiteful.org
716L: pcihpd-discuss@lists.sourceforge.net
717S: Supported
718
719COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
720P: Scott Murray
721M: scottm@somanetworks.com
722M: scott@spiteful.org
723L: pcihpd-discuss@lists.sourceforge.net
724S: Supported
725
726COMPACTPCI HOTPLUG GENERIC DRIVER
727P: Scott Murray
728M: scottm@somanetworks.com
729M: scott@spiteful.org
730L: pcihpd-discuss@lists.sourceforge.net
731S: Supported
732
733COMPUTONE INTELLIPORT MULTIPORT CARD
734P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700735M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700737S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738
739COSA/SRP SYNC SERIAL DRIVER
740P: Jan "Yenya" Kasprzak
741M: kas@fi.muni.cz
742W: http://www.fi.muni.cz/~kas/cosa/
743S: Maintained
744
745CPU FREQUENCY DRIVERS
746P: Dave Jones
747M: davej@codemonkey.org.uk
748L: cpufreq@lists.linux.org.uk
749W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -0500750T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751S: Maintained
752
753CPUID/MSR DRIVER
754P: H. Peter Anvin
755M: hpa@zytor.com
756S: Maintained
757
Paul Jacksoned90fb42005-09-27 21:45:37 -0700758CPUSETS
759P: Paul Jackson
760P: Simon Derr
761M: pj@sgi.com
762M: simon.derr@bull.net
763L: linux-kernel@vger.kernel.org
764W: http://www.bullopensource.org/cpuset/
765S: Supported
766
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100768W: http://sourceforge.net/projects/cramfs/
769S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770
771CRIS PORT
772P: Mikael Starvik
773M: starvik@axis.com
774L: dev-etrax@axis.com
775W: http://developer.axis.com
776S: Maintained
777
778CRYPTO API
779P: Herbert Xu
780M: herbert@gondor.apana.org.au
781P: David S. Miller
782M: davem@davemloft.net
783L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800784T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785S: Maintained
786
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100787CS5535 Audio ALSA driver
788P: Jaya Kumar
789M: jayakumar.alsa@gmail.com
790S: Maintained
791
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792CYBERPRO FB DRIVER
793P: Russell King
794M: rmk@arm.linux.org.uk
795W: http://www.arm.linux.org.uk/
796S: Maintained
797
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700798CYBLAFB FRAMEBUFFER DRIVER
799P: Knut Petersen
800M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -0800801L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700802S: Maintained
803
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804CYCLADES 2X SYNC CARD DRIVER
805P: Arnaldo Carvalho de Melo
806M: acme@conectiva.com.br
807W: http://advogato.org/person/acme
808L: cycsyn-devel@bazar.conectiva.com.br
809S: Maintained
810
811CYCLADES ASYNC MUX DRIVER
812M: async@cyclades.com
813W: http://www.cyclades.com/
814S: Supported
815
816CYCLADES PC300 DRIVER
817M: pc300@cyclades.com
818W: http://www.cyclades.com/
819S: Supported
820
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821DAMA SLAVE for AX.25
822P: Joerg Reuter
823M: jreuter@yaina.de
824W: http://yaina.de/jreuter/
825W: http://www.qsl.net/dl1bke/
826L: linux-hams@vger.kernel.org
827S: Maintained
828
829DC395x SCSI driver
830P: Oliver Neukum
831M: oliver@neukum.name
832P: Ali Akcaagac
833M: aliakc@web.de
834P: Jamie Lenehan
835M: lenehan@twibble.org
836W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700837L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838L: http://lists.twibble.org/mailman/listinfo/dc395x/
839S: Maintained
840
841DC390/AM53C974 SCSI driver
842P: Kurt Garloff
843M: garloff@suse.de
844W: http://www.garloff.de/kurt/linux/dc390/
845P: Guennadi Liakhovetski
846M: g.liakhovetski@gmx.de
847S: Maintained
848
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700849DCCP PROTOCOL
850P: Arnaldo Carvalho de Melo
851M: acme@mandriva.com
852L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800853W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700854S: Maintained
855
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856DECnet NETWORK LAYER
857P: Patrick Caulfield
858M: patrick@tykepenguin.com
859W: http://linux-decnet.sourceforge.net
860L: linux-decnet-user@lists.sourceforge.net
861S: Maintained
862
863DEFXX FDDI NETWORK DRIVER
864P: Maciej W. Rozycki
865M: macro@linux-mips.org
866S: Maintained
867
868DELL LAPTOP SMM DRIVER
869P: Massimo Dal Zotto
870M: dz@debian.org
871W: http://www.debian.org/~dz/i8k/
872S: Maintained
873
Doug Warzecha90563ec2005-09-06 15:17:15 -0700874DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
875P: Doug Warzecha
876M: Douglas_Warzecha@dell.com
877S: Maintained
878
Pavel Machek5ddb88c2006-09-29 02:01:29 -0700879DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880P: Alasdair Kergon
881L: dm-devel@redhat.com
882W: http://sources.redhat.com/dm
883S: Maintained
884
885DEVICE NUMBER REGISTRY
886P: Torben Mathiasen
887M: device@lanana.org
888W: http://lanana.org/docs/device-list/index.html
889L: linux-kernel@vger.kernel.org
890S: Maintained
891
892DEVICE FILESYSTEM
893S: Obsolete
894
895DIGI INTL. EPCA DRIVER
896P: Digi International, Inc
897M: Eng.Linux@digi.com
898L: Eng.Linux@digi.com
899W: http://www.digi.com
900S: Orphaned
901
902DIGI RIGHTSWITCH NETWORK DRIVER
903P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700904L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905W: http://www.digi.com
906S: Orphaned
907
908DIRECTORY NOTIFICATION
909P: Stephen Rothwell
910M: sfr@canb.auug.org.au
911L: linux-kernel@vger.kernel.org
912S: Supported
913
914DISK GEOMETRY AND PARTITION HANDLING
915P: Andries Brouwer
916M: aeb@cwi.nl
917W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
918W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
919W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
920S: Maintained
921
922DISKQUOTA:
923P: Jan Kara
924M: jack@suse.cz
925L: linux-kernel@vger.kernel.org
926S: Maintained
927
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400928DISTRIBUTED LOCK MANAGER
929P: Patrick Caulfield
930M: pcaulfie@redhat.com
931P: David Teigland
932M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -0400933L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400934W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -0400935T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
936T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400937S: Supported
938
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
940P: Tobias Ringstrom
941M: tori@unhappy.mine.nu
942L: linux-kernel@vger.kernel.org
943S: Maintained
944
Martin Waitzba483d52005-06-17 13:20:59 -0700945DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700946P: Randy Dunlap
947M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -0700948S: Maintained
949
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -0400950DOCKING STATION DRIVER
951P: Kristen Carlson Accardi
952M: kristen.c.accardi@intel.com
953L: linux-acpi@vger.kernel.org
954S: Maintained
955
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956DOUBLETALK DRIVER
957P: James R. Van Zandt
958M: jrv@vanzandt.mv.com
959L: blinux-list@redhat.com
960S: Maintained
961
962DRIVER CORE, KOBJECTS, AND SYSFS
963P: Greg Kroah-Hartman
964M: gregkh@suse.de
965L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800966T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967S: Supported
968
969DRM DRIVERS
970P: David Airlie
971M: airlied@linux.ie
972L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800973T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974S: Maintained
975
976DSCC4 DRIVER
977P: François Romieu
978M: romieu@cogenit.fr
979M: romieu@ensta.fr
980S: Maintained
981
982DVB SUBSYSTEM AND DRIVERS
983P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200984M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200986W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200987T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200988S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989
990EATA-DMA SCSI DRIVER
991P: Michael Neuffer
992L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
993S: Maintained
994
995EATA ISA/EISA/PCI SCSI DRIVER
996P: Dario Ballabio
997M: ballabio_dario@emc.com
998L: linux-scsi@vger.kernel.org
999S: Maintained
1000
1001EATA-PIO SCSI DRIVER
1002P: Michael Neuffer
1003M: mike@i-Connect.Net
1004L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1005S: Maintained
1006
1007EBTABLES
1008P: Bart De Schuymer
1009M: bart.de.schuymer@pandora.be
1010L: ebtables-user@lists.sourceforge.net
1011L: ebtables-devel@lists.sourceforge.net
1012W: http://ebtables.sourceforge.net/
1013S: Maintained
1014
Michael Halcrow237fead2006-10-04 02:16:22 -07001015ECRYPT FILE SYSTEM
1016P: Mike Halcrow, Phillip Hellewell
1017M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1018L: ecryptfs-devel@lists.sourceforge.net
1019W: http://ecryptfs.sourceforge.net/
1020S: Supported
1021
Alan Coxda9bb1d2006-01-18 17:44:13 -08001022EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001023P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001024M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001025L: bluesmoke-devel@lists.sourceforge.net
1026W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001027S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001028
1029EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001030P: Mark Gross
1031M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001032L: bluesmoke-devel@lists.sourceforge.net
1033W: bluesmoke.sourceforge.net
1034S: Maintained
1035
1036EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001037P: Doug Thompson
1038M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001039L: bluesmoke-devel@lists.sourceforge.net
1040W: bluesmoke.sourceforge.net
1041S: Maintained
1042
1043EDAC-R82600
1044P: Tim Small
1045M: tim@buttersideup.com
1046L: bluesmoke-devel@lists.sourceforge.net
1047W: bluesmoke.sourceforge.net
1048S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001049
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050EEPRO100 NETWORK DRIVER
1051P: Andrey V. Savochkin
1052M: saw@saw.sw.com.sg
1053S: Maintained
1054
Josh Triplett0bee8d22006-07-30 03:03:58 -07001055EFS FILESYSTEM
1056W: http://aeschi.ch.eu.org/efs/
1057S: Orphan
1058
Heiko J Schickfab97222006-09-22 15:22:22 -07001059EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1060P: Hoang-Nam Nguyen
1061M: hnguyen@de.ibm.com
1062P: Christoph Raisch
1063M: raisch@de.ibm.com
1064L: openib-general@openib.org
1065S: Supported
1066
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067EMU10K1 SOUND DRIVER
1068P: James Courtier-Dutton
1069M: James@superbug.demon.co.uk
1070L: emu10k1-devel@lists.sourceforge.net
1071W: http://sourceforge.net/projects/emu10k1/
1072S: Maintained
1073
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001074EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001075P: James Smart
1076M: james.smart@emulex.com
1077L: linux-scsi@vger.kernel.org
1078W: http://sourceforge.net/projects/lpfcxxxx
1079S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001080
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081EPSON 1355 FRAMEBUFFER DRIVER
1082P: Christopher Hoover
1083M: ch@murgatroid.com, ch@hpl.hp.com
1084S: Maintained
1085
1086ETHEREXPRESS-16 NETWORK DRIVER
1087P: Philip Blundell
1088M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001089L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090S: Maintained
1091
1092ETHERNET BRIDGE
1093P: Stephen Hemminger
1094M: shemminger@osdl.org
1095L: bridge@osdl.org
1096W: http://bridge.sourceforge.net/
1097S: Maintained
1098
1099ETHERTEAM 16I DRIVER
1100P: Mika Kuoppala
1101M: miku@iki.fi
1102S: Maintained
1103
1104EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001105L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106S: Maintained
1107
1108EXT3 FILE SYSTEM
1109P: Stephen Tweedie, Andrew Morton
1110M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001111L: linux-ext4@vger.kernel.org
1112S: Maintained
1113
1114EXT4 FILE SYSTEM
1115P: Stephen Tweedie, Andrew Morton
1116M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1117L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118S: Maintained
1119
Jean Delvaree53004e2006-01-09 23:26:14 +01001120F71805F HARDWARE MONITORING DRIVER
1121P: Jean Delvare
1122M: khali@linux-fr.org
1123L: lm-sensors@lm-sensors.org
1124S: Maintained
1125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126FARSYNC SYNCHRONOUS DRIVER
1127P: Kevin Curtis
1128M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129W: http://www.farsite.co.uk/
1130S: Supported
1131
1132FRAMEBUFFER LAYER
1133P: Antonino Daplas
1134M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001135L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136W: http://linux-fbdev.sourceforge.net/
1137S: Maintained
1138
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001139FREESCALE SOC FS_ENET DRIVER
1140P: Pantelis Antoniou
1141M: pantelis.antoniou@gmail.com
1142P: Vitaly Bordug
1143M: vbordug@ru.mvista.com
1144L: linuxppc-embedded@ozlabs.org
1145L: netdev@vger.kernel.org
1146S: Maintained
1147
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148FILE LOCKING (flock() and fcntl()/lockf())
1149P: Matthew Wilcox
1150M: matthew@wil.cx
1151L: linux-fsdevel@vger.kernel.org
1152S: Maintained
1153
1154FILESYSTEMS (VFS and infrastructure)
1155P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001156M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157S: Maintained
1158
1159FIRMWARE LOADER (request_firmware)
1160L: linux-kernel@vger.kernel.org
1161S: Orphan
1162
1163FPU EMULATOR
1164P: Bill Metzenthen
1165M: billm@suburbia.net
1166W: http://suburbia.net/~billm/floating-point/emulator/
1167S: Maintained
1168
1169FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1170P: Mike McLagan
1171M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001172L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173S: Maintained
1174
1175FREEVXFS FILESYSTEM
1176P: Christoph Hellwig
1177M: hch@infradead.org
1178W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1179S: Maintained
1180
1181FUJITSU FR-V PORT
1182P: David Howells
1183M: dhowells@redhat.com
1184S: Maintained
1185
Miklos Szeredi04578f12005-09-09 13:10:22 -07001186FUSE: FILESYSTEM IN USERSPACE
1187P: Miklos Szeredi
1188M: miklos@szeredi.hu
1189L: fuse-devel@lists.sourceforge.net
1190W: http://fuse.sourceforge.net/
1191S: Maintained
1192
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1194P: Rik Faith
1195M: faith@cs.unc.edu
1196L: linux-scsi@vger.kernel.org
1197S: Odd fixes (e.g., new signatures)
1198
1199GDT SCSI DISK ARRAY CONTROLLER DRIVER
1200P: Achim Leubner
1201M: achim_leubner@adaptec.com
1202L: linux-scsi@vger.kernel.org
1203W: http://www.icp-vortex.com/
1204S: Supported
1205
1206GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1207P: Krzysztof Halasa
1208M: khc@pm.waw.pl
1209W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1210S: Maintained
1211
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001212GFS2 FILE SYSTEM
1213P: Steven Whitehouse
1214M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001215L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001216W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001217T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1218T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001219S: Supported
1220
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001221GIGASET ISDN DRIVERS
1222P: Hansjoerg Lipp
1223M: hjlipp@web.de
1224P: Tilman Schmidt
1225M: tilman@imap.cc
1226L: gigaset307x-common@lists.sourceforge.net
1227W: http://gigaset307x.sourceforge.net/
1228S: Maintained
1229
Jean Delvare5b543962005-08-15 19:51:02 +02001230HARDWARE MONITORING
1231P: Jean Delvare
1232M: khali@linux-fr.org
1233L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001234W: http://www.lm-sensors.org/
1235T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001236S: Maintained
1237
Michael Buesch844dd052006-06-26 00:24:59 -07001238HARDWARE RANDOM NUMBER GENERATOR CORE
1239P: Michael Buesch
1240M: mb@bu3sch.de
1241S: Maintained
1242
Robert Love860e1d62005-08-31 23:57:59 -04001243HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1244P: Robert Love
1245M: rlove@rlove.org
1246M: linux-kernel@vger.kernel.org
1247W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1248S: Maintained
1249
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250HARMONY SOUND DRIVER
1251P: Kyle McMartin
1252M: kyle@parisc-linux.org
1253W: http://www.parisc-linux.org/~kyle/harmony/
1254L: parisc-linux@lists.parisc-linux.org
1255S: Maintained
1256
1257HAYES ESP SERIAL DRIVER
1258P: Andrew J. Robinson
1259M: arobinso@nyx.net
1260L: linux-kernel@vger.kernel.org
1261W: http://www.nyx.net/~arobinso
1262S: Maintained
1263
1264HFS FILESYSTEM
1265P: Roman Zippel
1266M: zippel@linux-m68k.org
1267L: linux-kernel@vger.kernel.org
1268S: Maintained
1269
1270HGA FRAMEBUFFER DRIVER
1271P: Ferenc Bakonyi
1272M: fero@drama.obuda.kando.hu
1273L: linux-nvidia@lists.surfsouth.com
1274W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1275S: Maintained
1276
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001277HID CORE LAYER
1278P: Jiri Kosina
1279M: jkosina@suse.cz
1280L: linux-input@atrey.karlin.mff.cuni.cz
1281S: Maintained
1282
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283HIGH-SPEED SCC DRIVER FOR AX.25
1284P: Klaus Kudielka
1285M: klaus.kudielka@ieee.org
1286L: linux-hams@vger.kernel.org
1287W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1288S: Maintained
1289
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001290HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1291P: HighPoint Linux Team
1292M: linux@highpoint-tech.com
1293W: http://www.highpoint-tech.com
1294S: Supported
1295
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296HIPPI
1297P: Jes Sorensen
1298M: jes@trained-monkey.org
1299L: linux-hippi@sunsite.dk
1300S: Maintained
1301
1302HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1303P: Chirag Kantharia
1304M: chirag.kantharia@hp.com
1305L: iss_storagedev@hp.com
1306S: Maintained
1307
1308HEWLETT-PACKARD SMART2 RAID DRIVER
1309P: Chirag Kantharia
1310M: chirag.kantharia@hp.com
1311L: iss_storagedev@hp.com
1312S: Maintained
1313
1314HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1315P: Mike Miller
1316M: mike.miller@hp.com
1317L: iss_storagedev@hp.com
1318S: Supported
1319
Jouni Malinenff1d2762005-05-12 22:54:16 -04001320HOST AP DRIVER
1321P: Jouni Malinen
1322M: jkmaline@cc.hut.fi
1323L: hostap@shmoo.com
1324W: http://hostap.epitest.fi/
1325S: Maintained
1326
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1328P: Jaroslav Kysela
1329M: perex@suse.cz
1330S: Maintained
1331
Bob Piccob9b03322005-11-07 00:59:19 -08001332HPET: High Precision Event Timers driver (hpet.c)
1333P: Clemens Ladisch
1334M: clemens@ladisch.de
1335S: Maintained
1336
1337HPET: i386
1338P: Venkatesh Pallipadi (Venki)
1339M: venkatesh.pallipadi@intel.com
1340S: Maintained
1341
1342HPET: x86_64
1343P: Andi Kleen and Vojtech Pavlik
1344M: ak@muc.de and vojtech@suse.cz
1345S: Maintained
1346
1347HPET: ACPI hpet.c
1348P: Bob Picco
1349M: bob.picco@hp.com
1350S: Maintained
1351
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352HPFS FILESYSTEM
1353P: Mikulas Patocka
1354M: mikulas@artax.karlin.mff.cuni.cz
1355W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1356S: Maintained
1357
1358HUGETLB FILESYSTEM
1359P: William Irwin
1360M: wli@holomorphy.com
1361S: Maintained
1362
Jean Delvare5b543962005-08-15 19:51:02 +02001363I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364P: Jean Delvare
1365M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001366L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001367T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368S: Maintained
1369
1370I2O
1371P: Markus Lidel
1372M: markus.lidel@shadowconnect.com
1373W: http://i2o.shadowconnect.com/
1374S: Maintained
1375
1376i386 BOOT CODE
1377P: Riley H. Williams
1378M: Riley@Williams.Name
1379L: Linux-Kernel@vger.kernel.org
1380S: Maintained
1381
1382i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1383P: Dave Jones
1384M: davej@codemonkey.org.uk
1385P: H. Peter Anvin
1386M: hpa@zytor.com
1387S: Maintained
1388
1389i810 TCO TIMER WATCHDOG
1390P: Nils Faerber
1391M: nils@kernelconcepts.de
1392W: http://www.kernelconcepts.de/
1393S: Maintained
1394
1395IA64 (Itanium) PLATFORM
1396P: Tony Luck
1397M: tony.luck@intel.com
1398L: linux-ia64@vger.kernel.org
1399W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001400T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401S: Maintained
1402
Henrique de Moraes Holschuh7d63c672006-11-08 13:18:29 -02001403IBM ACPI EXTRAS DRIVER
1404P: Henrique de Moraes Holschuh
1405M: ibm-acpi@hmh.eng.br
1406L: ibm-acpi-devel@lists.sourceforge.net
1407W: http://ibm-acpi.sourceforge.net
1408W: http://thinkwiki.org/wiki/Ibm-acpi
1409T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1410S: Maintained
1411
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001413P: Jes Sorensen
1414M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415L: linux-altix@sgi.com
1416L: linux-ia64@vger.kernel.org
1417W: http://www.sgi.com/altix
1418S: Maintained
1419
1420IBM MCA SCSI SUBSYSTEM DRIVER
1421P: Michael Lang
1422M: langa2@kph.uni-mainz.de
1423W: http://www.uni-mainz.de/~langm000/linux.html
1424S: Maintained
1425
1426IBM Power Linux RAID adapter
1427P: Brian King
1428M: brking@us.ibm.com
1429S: Supported
1430
1431IBM ServeRAID RAID DRIVER
1432P: Jack Hammer
1433P: Dave Jeffery
1434M: ipslinux@adaptec.com
1435W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1436S: Supported
1437
1438IDE DRIVER [GENERAL]
1439P: Bartlomiej Zolnierkiewicz
1440M: B.Zolnierkiewicz@elka.pw.edu.pl
1441L: linux-kernel@vger.kernel.org
1442L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001443T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444S: Maintained
1445
1446IDE/ATAPI CDROM DRIVER
1447P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02001448M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449L: linux-kernel@vger.kernel.org
1450W: http://www.kernel.dk
1451S: Maintained
1452
1453IDE/ATAPI FLOPPY DRIVERS
1454P: Paul Bristow
1455M: Paul Bristow <paul@paulbristow.net>
1456W: http://paulbristow.net/linux/idefloppy.html
1457L: linux-kernel@vger.kernel.org
1458S: Maintained
1459
1460IDE/ATAPI TAPE DRIVERS
1461P: Gadi Oxman
1462M: Gadi Oxman <gadio@netvision.net.il>
1463L: linux-kernel@vger.kernel.org
1464S: Maintained
1465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466IEEE 1394 SUBSYSTEM
1467P: Ben Collins
1468M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001469P: Stefan Richter
1470M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471L: linux1394-devel@lists.sourceforge.net
1472W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001473T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474S: Maintained
1475
Stefan Richter87730d02006-09-16 12:24:00 +02001476IEEE 1394 IPV4 DRIVER (eth1394)
1477P: Stefan Richter
1478M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001480S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481
1482IEEE 1394 PCILYNX DRIVER
1483P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001484M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001485P: Stefan Richter
1486M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001488S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489
1490IEEE 1394 RAW I/O DRIVER
1491P: Ben Collins
1492M: bcollins@debian.org
1493P: Dan Dennedy
1494M: dan@dennedy.org
1495L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001496S: Maintained
1497
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498IMS TWINTURBO FRAMEBUFFER DRIVER
1499P: Paul Mundt
1500M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001501L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502S: Maintained
1503
1504INFINIBAND SUBSYSTEM
1505P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001506M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507P: Sean Hefty
1508M: mshefty@ichips.intel.com
1509P: Hal Rosenstock
1510M: halr@voltaire.com
1511L: openib-general@openib.org
1512W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001513T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514S: Supported
1515
1516INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001517P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001518M: dmitry.torokhov@gmail.com
1519M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520L: linux-input@atrey.karlin.mff.cuni.cz
1521L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001522T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523S: Maintained
1524
Robert Lovec9f04f52005-07-15 12:21:07 -04001525INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001526P: John McCutchan
1527M: ttb@tentacle.dhs.org
1528P: Robert Love
1529M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001530L: linux-kernel@vger.kernel.org
1531S: Maintained
1532
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001533INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001534P: Sylvain Meyer
1535M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001536L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001537S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001538
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001540P: Antonino Daplas
1541M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001542L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001543S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544
1545INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1546P: Ingo Molnar
1547M: mingo@redhat.com
1548S: Maintained
1549
1550INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1551P: Jeff Garzik
1552M: jgarzik@pobox.com
1553W: http://sourceforge.net/projects/gkernel/
1554S: Maintained
1555
1556INTEL IA32 MICROCODE UPDATE SUPPORT
1557P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001558M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559S: Maintained
1560
Michael Buesch844dd052006-06-26 00:24:59 -07001561INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1562P: Deepak Saxena
1563M: dsaxena@plexity.net
1564S: Maintained
1565
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566INTEL PRO/100 ETHERNET SUPPORT
1567P: John Ronciak
1568M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569P: Jesse Brandeburg
1570M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001571P: Jeff Kirsher
1572M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001573P: Auke Kok
1574M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575W: http://sourceforge.net/projects/e1000/
1576S: Supported
1577
1578INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1579P: Jeb Cramer
1580M: cramerj@intel.com
1581P: John Ronciak
1582M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001583P: Jesse Brandeburg
1584M: jesse.brandeburg@intel.com
1585P: Jeff Kirsher
1586M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001587P: Auke Kok
1588M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589W: http://sourceforge.net/projects/e1000/
1590S: Supported
1591
1592INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001593P: Jeff Kirsher
1594M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595P: Ayyappan Veeraiyan
1596M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597P: John Ronciak
1598M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001599P: Jesse Brandeburg
1600M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001601P: Auke Kok
1602M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603W: http://sourceforge.net/projects/e1000/
1604S: Supported
1605
James Ketrenos826d2ab2005-11-07 18:56:59 -06001606INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1607P: Yi Zhu
1608M: yi.zhu@intel.com
1609P: James Ketrenos
1610M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001611L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001612L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1613W: http://ipw2100.sourceforge.net
1614S: Supported
1615
1616INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1617P: Yi Zhu
1618M: yi.zhu@intel.com
1619P: James Ketrenos
1620M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001621L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001622L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1623W: http://ipw2200.sourceforge.net
1624S: Supported
1625
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626IOC3 DRIVER
1627P: Ralf Baechle
1628M: ralf@linux-mips.org
1629L: linux-mips@linux-mips.org
1630S: Maintained
1631
1632IP MASQUERADING:
1633P: Juanjo Ciarlante
1634M: jjciarla@raiz.uncu.edu.ar
1635S: Maintained
1636
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001637IPATH DRIVER:
1638P: Bryan O'Sullivan
1639M: support@pathscale.com
1640L: openib-general@openib.org
1641S: Supported
1642
Corey Minyard4409ebe2006-04-20 02:43:12 -07001643IPMI SUBSYSTEM
1644P: Corey Minyard
1645M: minyard@acm.org
1646L: openipmi-developer@lists.sourceforge.net
1647W: http://openipmi.sourceforge.net/
1648S: Supported
1649
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650IPX NETWORK LAYER
1651P: Arnaldo Carvalho de Melo
1652M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001653L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654S: Maintained
1655
1656IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001657P: Samuel Ortiz
1658M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001659L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001661S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662
1663ISAPNP
1664P: Jaroslav Kysela
1665M: perex@suse.cz
1666S: Maintained
1667
1668ISDN SUBSYSTEM
1669P: Karsten Keil
1670M: kkeil@suse.de
1671P: Kai Germaschewski
1672M: kai.germaschewski@gmx.de
1673L: isdn4linux@listserv.isdn4linux.de
1674W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001675T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676S: Maintained
1677
1678ISDN SUBSYSTEM (Eicon active card driver)
1679P: Armin Schindler
1680M: mac@melware.de
1681L: isdn4linux@listserv.isdn4linux.de
1682W: http://www.melware.de
1683S: Maintained
1684
1685JOURNALLING FLASH FILE SYSTEM (JFFS)
1686P: Axis Communications AB
1687M: jffs-dev@axis.com
1688L: jffs-dev@axis.com
1689W: http://www.developer.axis.com/software/jffs/
1690S: Maintained
1691
1692JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1693P: David Woodhouse
1694M: dwmw2@infradead.org
1695L: jffs-dev@axis.com
1696W: http://sources.redhat.com/jffs2/
1697S: Maintained
1698
1699JFS FILESYSTEM
1700P: Dave Kleikamp
1701M: shaggy@austin.ibm.com
1702L: jfs-discussion@lists.sourceforge.net
1703W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001704T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705S: Supported
1706
Josh Triplettde456d32006-07-30 03:04:00 -07001707JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001708P: Stephen Tweedie, Andrew Morton
1709M: sct@redhat.com, akpm@osdl.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001710L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001711S: Maintained
1712
Rudolf Marek4660cb32006-10-08 22:01:26 +02001713K8TEMP HARDWARE MONITORING DRIVER
1714P: Rudolf Marek
1715M: r.marek@assembler.cz
1716L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717S: Maintained
1718
1719KCONFIG
1720P: Roman Zippel
1721M: zippel@linux-m68k.org
1722L: kbuild-devel@lists.sourceforge.net
1723S: Maintained
1724
Vivek Goyalea6c2082006-05-20 14:59:55 -07001725KDUMP
1726P: Vivek Goyal
1727M: vgoyal@in.ibm.com
1728P: Haren Myneni
1729M: hbabu@us.ibm.com
1730L: fastboot@lists.osdl.org
1731L: linux-kernel@vger.kernel.org
1732W: http://lse.sourceforge.net/kdump/
1733S: Maintained
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735KERNEL AUTOMOUNTER (AUTOFS)
1736P: H. Peter Anvin
1737M: hpa@zytor.com
1738L: autofs@linux.kernel.org
1739S: Odd Fixes
1740
1741KERNEL AUTOMOUNTER v4 (AUTOFS4)
1742P: Ian Kent
1743M: raven@themaw.net
1744L: autofs@linux.kernel.org
1745S: Maintained
1746
1747KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1748P: Kai Germaschewski
1749M: kai@germaschewski.name
1750P: Sam Ravnborg
1751M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001752T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753S: Maintained
1754
1755KERNEL JANITORS
1756P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001757L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759S: Maintained
1760
1761KERNEL NFSD
1762P: Neil Brown
1763M: neilb@cse.unsw.edu.au
1764L: nfs@lists.sourceforge.net
1765W: http://nfs.sourceforge.net/
1766W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1767S: Maintained
1768
Avi Kivity426d62e2006-12-13 00:34:03 -08001769KERNEL VIRTUAL MACHINE (KVM)
1770P: Avi Kivity
1771M: avi@qumranet.com
1772L: kvm-devel@lists.sourceforge.net
1773W: kvm.sourceforge.net
1774S: Supported
1775
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001776KEXEC
1777P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001778M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001779W: http://www.xmission.com/~ebiederm/files/kexec/
1780L: linux-kernel@vger.kernel.org
1781L: fastboot@osdl.org
1782S: Maintained
1783
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001784KPROBES
1785P: Prasanna S Panchamukhi
1786M: prasanna@in.ibm.com
1787P: Ananth N Mavinakayanahalli
1788M: ananth@in.ibm.com
1789P: Anil S Keshavamurthy
1790M: anil.s.keshavamurthy@intel.com
1791P: David S. Miller
1792M: davem@davemloft.net
1793L: linux-kernel@vger.kernel.org
1794S: Maintained
1795
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001798S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799
1800LASI 53c700 driver for PARISC
1801P: James E.J. Bottomley
1802M: James.Bottomley@HansenPartnership.com
1803L: linux-scsi@vger.kernel.org
1804S: Maintained
1805
Richard Purdie263de9b2006-05-15 09:44:16 -07001806LED SUBSYSTEM
1807P: Richard Purdie
1808M: rpurdie@rpsys.net
1809S: Maintained
1810
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811LEGO USB Tower driver
1812P: Juergen Stuber
1813M: starblue@users.sourceforge.net
1814L: legousb-devel@lists.sourceforge.net
1815W: http://legousb.sourceforge.net/
1816S: Maintained
1817
1818LINUX FOR IBM pSERIES (RS/6000)
1819P: Paul Mackerras
1820M: paulus@au.ibm.com
1821W: http://www.ibm.com/linux/ltc/projects/ppc
1822S: Supported
1823
1824LINUX FOR NCR VOYAGER
1825P: James Bottomley
1826M: James.Bottomley@HansenPartnership.com
1827W: http://www.hansenpartnership.com/voyager
1828S: Maintained
1829
1830LINUX FOR POWERPC
1831P: Paul Mackerras
1832M: paulus@samba.org
1833W: http://www.penguinppc.org/
1834L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001835T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836S: Supported
1837
1838LINUX FOR POWER MACINTOSH
1839P: Benjamin Herrenschmidt
1840M: benh@kernel.crashing.org
1841W: http://www.penguinppc.org/
1842L: linuxppc-dev@ozlabs.org
1843S: Maintained
1844
1845LINUX FOR POWERPC EMBEDDED MPC52XX
1846P: Sylvain Munaut
1847M: tnt@246tNt.com
1848W: http://www.246tNt.com/mpc52xx/
1849W: http://www.penguinppc.org/
1850L: linuxppc-dev@ozlabs.org
1851L: linuxppc-embedded@ozlabs.org
1852S: Maintained
1853
1854LINUX FOR POWERPC EMBEDDED PPC4XX
1855P: Matt Porter
1856M: mporter@kernel.crashing.org
1857W: http://www.penguinppc.org/
1858L: linuxppc-embedded@ozlabs.org
1859S: Maintained
1860
Tom Rinie93adf12005-07-26 12:49:53 -07001861LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862P: Tom Rini
1863M: trini@kernel.crashing.org
1864W: http://www.penguinppc.org/
1865L: linuxppc-embedded@ozlabs.org
1866S: Maintained
1867
Tom Rinie93adf12005-07-26 12:49:53 -07001868LINUX FOR POWERPC EMBEDDED PPC8XX
1869P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001870M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001871W: http://www.penguinppc.org/
1872L: linuxppc-embedded@ozlabs.org
1873S: Maintained
1874
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01001876P: Kumar Gala
1877M: galak@kernel.crashing.org
1878W: http://www.penguinppc.org/
1879L: linuxppc-embedded@ozlabs.org
1880S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881
Olof Johanssonab06ff32006-09-06 14:44:54 -05001882LINUX FOR POWERPC PA SEMI PWRFICIENT
1883P: Olof Johansson
1884M: olof@lixom.net
1885W: http://www.pasemi.com/
1886L: linuxppc-dev@ozlabs.org
1887S: Supported
1888
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889LLC (802.2)
1890P: Arnaldo Carvalho de Melo
1891M: acme@conectiva.com.br
1892S: Maintained
1893
1894LINUX FOR 64BIT POWERPC
1895P: Paul Mackerras
1896M: paulus@samba.org
1897M: paulus@au.ibm.com
1898P: Anton Blanchard
1899M: anton@samba.org
1900M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001901W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001902L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903S: Supported
1904
1905LINUX SECURITY MODULE (LSM) FRAMEWORK
1906P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001907M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001908L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001910T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911S: Supported
1912
1913LM83 HARDWARE MONITOR DRIVER
1914P: Jean Delvare
1915M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001916L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917S: Maintained
1918
1919LM90 HARDWARE MONITOR DRIVER
1920P: Jean Delvare
1921M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001922L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923S: Maintained
1924
1925LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1926P: Richard Russon (FlatCap)
1927M: ldm@flatcap.org
1928L: ldm-devel@lists.sourceforge.net
1929W: http://ldm.sourceforge.net
1930S: Maintained
1931
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001932LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1933P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08001934M: Eric.Moore@lsi.com
1935M: support@lsi.com
1936L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001937L: linux-scsi@vger.kernel.org
1938W: http://www.lsilogic.com/support
1939S: Supported
1940
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1942P: Matthew Wilcox
1943M: matthew@wil.cx
1944L: linux-scsi@vger.kernel.org
1945S: Maintained
1946
1947M68K ARCHITECTURE
1948P: Geert Uytterhoeven
1949M: geert@linux-m68k.org
1950P: Roman Zippel
1951M: zippel@linux-m68k.org
1952L: linux-m68k@lists.linux-m68k.org
1953W: http://www.linux-m68k.org/
1954W: http://linux-m68k-cvs.ubb.ca/
1955S: Maintained
1956
1957M68K ON APPLE MACINTOSH
1958P: Joshua Thompson
1959M: funaho@jurai.org
1960W: http://www.mac.linux-m68k.org/
1961L: linux-mac68k@mac.linux-m68k.org
1962S: Maintained
1963
1964M68K ON HP9000/300
1965P: Philip Blundell
1966M: philb@gnu.org
1967W: http://www.tazenda.demon.co.uk/phil/linux-hp
1968S: Maintained
1969
1970MARVELL YUKON / SYSKONNECT DRIVER
1971P: Mirko Lindner
1972M: mlindner@syskonnect.de
1973P: Ralph Roesler
1974M: rroesler@syskonnect.de
1975W: http://www.syskonnect.com
1976S: Supported
1977
Michael Kerriskfaf16682005-07-31 22:34:47 -07001978MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01001979P: Michael Kerrisk
1980M: mtk-manpages@gmx.net
1981W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1982S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07001983
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001984MARVELL MV643XX ETHERNET DRIVER
1985P: Dale Farnsworth
1986M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001988M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001989L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001990S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991
1992MATROX FRAMEBUFFER DRIVER
1993P: Petr Vandrovec
1994M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001995L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996S: Maintained
1997
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001998MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01001999P: Neela Syam Kolli
2000M: Neela.Kolli@engenio.com
2001S: linux-scsi@vger.kernel.org
2002W: http://megaraid.lsilogic.com
2003S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002004
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002005MEMORY MANAGEMENT
2006L: linux-mm@kvack.org
2007L: linux-kernel@vger.kernel.org
2008W: http://www.linux-mm.org
2009S: Maintained
2010
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002011MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012P: David Woodhouse
2013M: dwmw2@infradead.org
2014W: http://www.linux-mtd.infradead.org/
2015L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002016T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017S: Maintained
2018
2019MICROTEK X6 SCANNER
2020P: Oliver Neukum
2021M: oliver@neukum.name
2022S: Maintained
2023
2024MIPS
2025P: Ralf Baechle
2026M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002027W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002029T: git www.linux-mips.org:/pub/scm/linux.git
2030S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031
2032MISCELLANEOUS MCA-SUPPORT
2033P: James Bottomley
2034M: jejb@steeleye.com
2035L: linux-kernel@vger.kernel.org
2036S: Maintained
2037
2038MODULE SUPPORT
2039P: Rusty Russell
2040M: rusty@rustcorp.com.au
2041L: linux-kernel@vger.kernel.org
2042S: Maintained
2043
2044MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2045P: Stelian Pop
2046M: stelian@popies.net
2047W: http://popies.net/meye/
2048S: Maintained
2049
2050MOUSE AND MISC DEVICES [GENERAL]
2051P: Alessandro Rubini
2052M: rubini@ipvvis.unipv.it
2053L: linux-kernel@vger.kernel.org
2054S: Maintained
2055
Jiri Slabyd7354102006-12-08 02:38:35 -08002056MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2057P: Jiri Slaby
2058M: jirislaby@gmail.com
2059L: linux-kernel@vger.kernel.org
2060S: Maintained
2061
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002062MSI LAPTOP SUPPORT
2063P: Lennart Poettering
2064M: mzxreary@0pointer.de
2065L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2066W: http://0pointer.de/lennart/tchibo.html
2067S: Maintained
2068
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069MTRR AND SIMILAR SUPPORT [i386]
2070P: Richard Gooch
2071M: rgooch@atnf.csiro.au
2072L: linux-kernel@vger.kernel.org
2073W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2074S: Maintained
2075
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002076MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2077P: Pierre Ossman
2078M: drzeus-mmc@drzeus.cx
2079L: linux-kernel@vger.kernel.org
2080S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002081
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082MULTISOUND SOUND DRIVER
2083P: Andrew Veliath
2084M: andrewtv@usa.net
2085S: Maintained
2086
Jiri Slabyd7354102006-12-08 02:38:35 -08002087MULTITECH MULTIPORT CARD (ISICOM)
2088P: Jiri Slaby
2089M: jirislaby@gmail.com
2090L: linux-kernel@vger.kernel.org
2091S: Maintained
2092
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093NATSEMI ETHERNET DRIVER (DP8381x)
2094P: Tim Hockin
2095M: thockin@hockin.org
2096S: Maintained
2097
2098NCP FILESYSTEM
2099P: Petr Vandrovec
2100M: vandrove@vc.cvut.cz
2101L: linware@sh.cvut.cz
2102S: Maintained
2103
2104NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2105P: James E.J. Bottomley
2106M: James.Bottomley@HansenPartnership.com
2107L: linux-scsi@vger.kernel.org
2108S: Maintained
2109
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002110NETEM NETWORK EMULATOR
2111P: Stephen Hemminger
2112M: shemminger@osdl.org
2113L: netem@osdl.org
2114S: Maintained
2115
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116NETFILTER/IPTABLES/IPCHAINS
2117P: Rusty Russell
2118P: Marc Boucher
2119P: James Morris
2120P: Harald Welte
2121P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002122P: Patrick McHardy
2123M: kaber@trash.net
2124L: netfilter-devel@lists.netfilter.org
2125L: netfilter@lists.netfilter.org
2126L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127W: http://www.netfilter.org/
2128W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Supported
2130
Paul Moore4cc67732006-09-25 15:57:13 -07002131NETLABEL
2132P: Paul Moore
2133M: paul.moore@hp.com
2134W: http://netlabel.sf.net
2135L: netdev@vger.kernel.org
2136S: Supported
2137
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138NETROM NETWORK LAYER
2139P: Ralf Baechle
2140M: ralf@linux-mips.org
2141L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002142W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143S: Maintained
2144
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002145NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146P: Paul Clements
2147M: Paul.Clements@steeleye.com
2148S: Maintained
2149
2150NETWORK DEVICE DRIVERS
2151P: Andrew Morton
2152M: akpm@osdl.org
2153P: Jeff Garzik
2154M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002155L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002156T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157S: Maintained
2158
2159NETWORKING [GENERAL]
2160P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002161M: netdev@vger.kernel.org
2162L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002163W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164S: Maintained
2165
2166NETWORKING [IPv4/IPv6]
2167P: David S. Miller
2168M: davem@davemloft.net
2169P: Alexey Kuznetsov
2170M: kuznet@ms2.inr.ac.ru
2171P: Pekka Savola (ipv6)
2172M: pekkas@netcore.fi
2173P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002174M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175P: Hideaki YOSHIFUJI
2176M: yoshfuji@linux-ipv6.org
2177P: Patrick McHardy
2178M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002179L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002180T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181S: Maintained
2182
John W. Linville29f8f632006-01-18 14:52:48 -08002183NETWORKING [WIRELESS]
2184P: John W. Linville
2185M: linville@tuxdriver.com
2186L: netdev@vger.kernel.org
2187T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2188S: Maintained
2189
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002190NETXEN (1/10) GbE SUPPORT
2191P: Amit S. Kale
2192M: amitkale@netxen.com
2193L: netdev@vger.kernel.org
2194W: http://www.netxen.com
2195S: Supported
2196
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197IPVS
2198P: Wensong Zhang
2199M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002200P: Simon Horman
2201M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202P: Julian Anastasov
2203M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002204L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205S: Maintained
2206
2207NFS CLIENT
2208P: Trond Myklebust
2209M: trond.myklebust@fys.uio.no
2210L: linux-kernel@vger.kernel.org
2211S: Maintained
2212
2213NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002214P: Jan-Pascal van Best
2215M: janpascal@vanbest.org
2216P: Andreas Mohr
2217M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002218L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219S: Maintained
2220
2221NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2222P: YOKOTA Hiroshi
2223M: yokota@netlab.is.tsukuba.ac.jp
2224W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2225S: Maintained
2226
2227NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2228P: GOTO Masanori
2229M: gotom@debian.or.jp
2230P: YOKOTA Hiroshi
2231M: yokota@netlab.is.tsukuba.ac.jp
2232W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2233S: Maintained
2234
2235NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2236P: Eberhard Moenkeberg
2237M: emoenke@gwdg.de
2238L: linux-kernel@vger.kernel.org
2239S: Maintained
2240
2241NTFS FILESYSTEM
2242P: Anton Altaparmakov
2243M: aia21@cantab.net
2244L: linux-ntfs-dev@lists.sourceforge.net
2245L: linux-kernel@vger.kernel.org
2246W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002247T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248S: Maintained
2249
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002250NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002251P: Antonino Daplas
2252M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002253L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002254S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002256OPENCORES I2C BUS DRIVER
2257P: Peter Korsgaard
2258M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002259L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002260S: Maintained
2261
Mark Fashehccd979b2005-12-15 14:31:24 -08002262ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2263P: Mark Fasheh
2264M: mark.fasheh@oracle.com
2265P: Kurt Hackel
2266M: kurt.hackel@oracle.com
2267L: ocfs2-devel@oss.oracle.com
2268W: http://oss.oracle.com/projects/ocfs2/
2269S: Supported
2270
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271OLYMPIC NETWORK DRIVER
2272P: Peter De Shrijver
2273M: p2@ace.ulyssis.student.kuleuven.ac.be
2274P: Mike Phillips
2275M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002276L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277L: linux-tr@linuxtr.net
2278W: http://www.linuxtr.net
2279S: Maintained
2280
Harald Weltec1986ee2005-11-13 16:06:29 -08002281OMNIKEY CARDMAN 4000 DRIVER
2282P: Harald Welte
2283M: laforge@gnumonks.org
2284S: Maintained
2285
Harald Welte77c44ab2005-11-13 16:06:26 -08002286OMNIKEY CARDMAN 4040 DRIVER
2287P: Harald Welte
2288M: laforge@gnumonks.org
2289S: Maintained
2290
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291ONSTREAM SCSI TAPE DRIVER
2292P: Willem Riede
2293M: osst@riede.org
2294L: osst-users@lists.sourceforge.net
2295L: linux-scsi@vger.kernel.org
2296S: Maintained
2297
2298OPL3-SA2, SA3, and SAx DRIVER
2299P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002300M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301L: linux-sound@vger.kernel.org
2302S: Maintained
2303
2304OPROFILE
2305P: Philippe Elie
2306M: phil.el@wanadoo.fr
2307L: oprofile-list@lists.sf.net
2308S: Maintained
2309
2310ORINOCO DRIVER
2311P: Pavel Roskin
2312M: proski@gnu.org
2313P: David Gibson
2314M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002315L: orinoco-users@lists.sourceforge.net
2316L: orinoco-devel@lists.sourceforge.net
2317W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318S: Maintained
2319
2320PARALLEL PORT SUPPORT
2321P: Phil Blundell
2322M: philb@gnu.org
2323P: Tim Waugh
2324M: tim@cyberelk.net
2325P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326P: Andrea Arcangeli
2327M: andrea@suse.de
2328L: linux-parport@lists.infradead.org
2329W: http://people.redhat.com/twaugh/parport/
2330S: Maintained
2331
2332PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2333P: Tim Waugh
2334M: tim@cyberelk.net
2335L: linux-parport@lists.infradead.org
2336W: http://www.torque.net/linux-pp.html
2337S: Maintained
2338
2339PARISC ARCHITECTURE
2340P: Matthew Wilcox
2341M: matthew@wil.cx
2342P: Grant Grundler
2343M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002344P: Kyle McMartin
2345M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346L: parisc-linux@parisc-linux.org
2347W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002348T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2349T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350S: Maintained
2351
Jim Cromie1662d322006-10-06 00:43:59 -07002352PC87360 HARDWARE MONITORING DRIVER
2353P: Jim Cromie
2354M: jim.cromie@gmail.com
2355L: lm-sensors@lm-sensors.org
2356S: Maintained
2357
2358PC8736x GPIO DRIVER
2359P: Jim Cromie
2360M: jim.cromie@gmail.com
2361S: Maintained
2362
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002363PCI ERROR RECOVERY
2364P: Linas Vepstas
2365M: linas@austin.ibm.com
2366L: linux-kernel@vger.kernel.org
2367L: linux-pci@atrey.karlin.mff.cuni.cz
2368S: Supported
2369
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2371P: Thomas Sailer
2372M: sailer@ife.ee.ethz.ch
2373L: linux-sound@vger.kernel.org
2374W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2375S: Maintained
2376
2377PCI SUBSYSTEM
2378P: Greg Kroah-Hartman
2379M: gregkh@suse.de
2380L: linux-kernel@vger.kernel.org
2381L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002382T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383S: Supported
2384
2385PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002386P: Kristen Carlson Accardi
2387M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388S: Supported
2389
2390PCI HOTPLUG COMPAQ DRIVER
2391P: Greg Kroah-Hartman
2392M: greg@kroah.com
2393S: Maintained
2394
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002395PCIE HOTPLUG DRIVER
2396P: Kristen Carlson Accardi
2397M: kristen.c.accardi@intel.com
2398L: pcihpd-discuss@lists.sourceforge.net
2399S: Maintained
2400
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002402P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002403L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002405T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002406S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407
2408PCNET32 NETWORK DRIVER
2409P: Thomas Bogendörfer
2410M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002411L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Maintained
2413
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002414PER-TASK DELAY ACCOUNTING
2415P: Shailabh Nagar
2416M: nagar@watson.ibm.com
2417L: linux-kernel@vger.kernel.org
2418S: Maintained
2419
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002420PERSONALITY HANDLING
2421P: Christoph Hellwig
2422M: hch@infradead.org
2423L: linux-abi-devel@lists.sourceforge.net
2424S: Maintained
2425
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426PHRAM MTD DRIVER
2427P: Jörn Engel
2428M: joern@wh.fh-wedel.de
2429L: linux-mtd@lists.infradead.org
2430S: Maintained
2431
Peter Osterlund249a6772005-09-27 21:45:30 -07002432PKTCDVD DRIVER
2433P: Peter Osterlund
2434M: petero2@telia.com
2435L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002436S: Maintained
2437
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438POSIX CLOCKS and TIMERS
2439P: George Anzinger
2440M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002441L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442S: Supported
2443
Eugene Surovegin24682972005-10-14 03:00:53 -07002444POWERPC 4xx EMAC DRIVER
2445P: Eugene Surovegin
2446M: ebs@ebshome.net
2447W: http://kernel.ebshome.net/emac/
2448L: linuxppc-embedded@ozlabs.org
2449L: netdev@vger.kernel.org
2450S: Maintained
2451
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452PNP SUPPORT
2453P: Adam Belay
2454M: ambx1@neo.rr.com
2455S: Maintained
2456
2457PPP PROTOCOL DRIVERS AND COMPRESSORS
2458P: Paul Mackerras
2459M: paulus@samba.org
2460L: linux-ppp@vger.kernel.org
2461S: Maintained
2462
2463PPP OVER ATM (RFC 2364)
2464P: Mitchell Blank Jr
2465M: mitch@sfgoth.com
2466S: Maintained
2467
2468PPP OVER ETHERNET
2469P: Michal Ostrowski
2470M: mostrows@speakeasy.net
2471S: Maintained
2472
2473PREEMPTIBLE KERNEL
2474P: Robert Love
2475M: rml@tech9.net
2476L: linux-kernel@vger.kernel.org
2477L: kpreempt-tech@lists.sourceforge.net
2478W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2479S: Supported
2480
2481PRISM54 WIRELESS DRIVER
2482P: Prism54 Development Team
2483M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002484L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485W: http://prism54.org
2486S: Maintained
2487
2488PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2489P: Peter Denison
2490M: promise@pnd-pc.demon.co.uk
2491W: http://www.pnd-pc.demon.co.uk/promise/
2492S: Maintained
2493
Geoff Levandf58a9d12006-11-23 00:46:51 +01002494PS3 PLATFORM SUPPORT
2495P: Geoff Levand
2496M: geoffrey.levand@am.sony.com
2497L: linuxppc-dev@ozlabs.org
2498L: cbe-oss-dev@ozlabs.org
2499S: Supported
2500
Michael Krufky83202042006-07-03 00:24:18 -07002501PVRUSB2 VIDEO4LINUX DRIVER
2502P: Mike Isely
2503M: isely@pobox.com
2504L: pvrusb2@isely.net
2505L: video4linux-list@redhat.com
2506W: http://www.isely.net/pvrusb2/
2507S: Maintained
2508
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509PXA2xx SUPPORT
2510P: Nicolas Pitre
2511M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002512L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513S: Maintained
2514
2515QLOGIC QLA2XXX FC-SCSI DRIVER
2516P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002517M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518L: linux-scsi@vger.kernel.org
2519S: Supported
2520
Ron Mercer5a4faa872006-07-25 00:40:21 -07002521QLOGIC QLA3XXX NETWORK DRIVER
2522P: Ron Mercer
2523M: linux-driver@qlogic.com
2524L: netdev@vger.kernel.org
2525S: Supported
2526
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527QNX4 FILESYSTEM
2528P: Anders Larsen
2529M: al@alarsen.net
2530L: linux-kernel@vger.kernel.org
2531W: http://www.alarsen.net/linux/qnx4fs/
2532S: Maintained
2533
2534RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002535P: Benjamin Herrenschmidt
2536M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002537L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538S: Maintained
2539
2540RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002541P: Paul Mackerras
2542M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002543L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544S: Maintained
2545
2546RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2547P: Corey Thomas
2548M: corey@world.std.com
2549L: linux-kernel@vger.kernel.org
2550S: Maintained
2551
Matt Mackall9e95ce22005-04-16 15:25:56 -07002552RANDOM NUMBER DRIVER
2553P: Matt Mackall
2554M: mpm@selenic.com
2555S: Maintained
2556
Matt Porter394b7012005-11-07 01:00:15 -08002557RAPIDIO SUBSYSTEM
2558P: Matt Porter
2559M: mporter@kernel.crashing.org
2560L: linux-kernel@vger.kernel.org
2561S: Maintained
2562
Josh Triplett595182b2006-10-04 02:17:21 -07002563READ-COPY UPDATE (RCU)
2564P: Dipankar Sarma
2565M: dipankar@in.ibm.com
2566W: http://www.rdrop.com/users/paulmck/rclock/
2567L: linux-kernel@vger.kernel.org
2568S: Supported
2569
2570RCUTORTURE MODULE
2571P: Josh Triplett
2572M: josh@freedesktop.org
2573L: linux-kernel@vger.kernel.org
2574S: Maintained
2575
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576REAL TIME CLOCK DRIVER
2577P: Paul Gortmaker
2578M: p_gortmaker@yahoo.com
2579L: linux-kernel@vger.kernel.org
2580S: Maintained
2581
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002582REAL TIME CLOCK (RTC) SUBSYSTEM
2583P: Alessandro Zummo
2584M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08002585L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002586S: Maintained
2587
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588REISERFS FILE SYSTEM
2589P: Hans Reiser
2590M: reiserfs-dev@namesys.com
2591L: reiserfs-list@namesys.com
2592W: http://www.namesys.com
2593S: Supported
2594
2595ROCKETPORT DRIVER
2596P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597W: http://www.comtrol.com
2598S: Maintained
2599
2600ROSE NETWORK LAYER
2601P: Ralf Baechle
2602M: ralf@linux-mips.org
2603L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002604W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Maintained
2606
2607RISCOM8 DRIVER
2608S: Orphan
2609
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002610S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002611P: Antonino Daplas
2612M: adaplas@pol.net
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002613L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002614S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002615
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616S390
2617P: Martin Schwidefsky
2618M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002619P: Heiko Carstens
2620M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621M: linux390@de.ibm.com
2622L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002623W: http://www.ibm.com/developerworks/linux/linux390/
2624S: Supported
2625
2626S390 NETWORK DRIVERS
2627P: Frank Pavlic
2628M: fpavlic@de.ibm.com
2629M: linux390@de.ibm.com
2630L: linux-390@vm.marist.edu
2631W: http://www.ibm.com/developerworks/linux/linux390/
2632S: Supported
2633
2634S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002635P: Swen Schillig
2636M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002637M: linux390@de.ibm.com
2638L: linux-390@vm.marist.edu
2639W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640S: Supported
2641
2642SAA7146 VIDEO4LINUX-2 DRIVER
2643P: Michael Hunold
2644M: michael@mihu.de
2645W: http://www.mihu.de/linux/saa7146
2646S: Maintained
2647
2648SBPCD CDROM DRIVER
2649P: Eberhard Moenkeberg
2650M: emoenke@gwdg.de
2651L: linux-kernel@vger.kernel.org
2652S: Maintained
2653
2654SC1200 WDT DRIVER
2655P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002656M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657S: Maintained
2658
2659SCHEDULER
2660P: Ingo Molnar
2661M: mingo@elte.hu
2662P: Robert Love [the preemptible kernel bits]
2663M: rml@tech9.net
2664L: linux-kernel@vger.kernel.org
2665S: Maintained
2666
2667SCSI CDROM DRIVER
2668P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002669M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670L: linux-scsi@vger.kernel.org
2671W: http://www.kernel.dk
2672S: Maintained
2673
2674SCSI SG DRIVER
2675P: Doug Gilbert
2676M: dgilbert@interlog.com
2677L: linux-scsi@vger.kernel.org
2678W: http://www.torque.net/sg
2679S: Maintained
2680
2681SCSI SUBSYSTEM
2682P: James E.J. Bottomley
2683M: James.Bottomley@SteelEye.com
2684L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002685T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686S: Maintained
2687
2688SCSI TAPE DRIVER
2689P: Kai Mäkisara
2690M: Kai.Makisara@kolumbus.fi
2691L: linux-scsi@vger.kernel.org
2692S: Maintained
2693
2694SCTP PROTOCOL
Jim Cromiece00f852006-11-30 04:49:44 +01002695P: Sridhar Samudrala
2696M: sri@us.ibm.com
2697L: lksctp-developers@lists.sourceforge.net
2698S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699
2700SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002701P: Jim Cromie
2702M: jim.cromie@gmail.com
2703S: Odd Fixes
2704
2705SCx200 GPIO DRIVER
2706P: Jim Cromie
2707M: jim.cromie@gmail.com
2708S: Maintained
2709
2710SCx200 HRT CLOCKSOURCE DRIVER
2711P: Jim Cromie
2712M: jim.cromie@gmail.com
2713S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714
2715SECURITY CONTACT
2716P: Security Officers
2717M: security@kernel.org
2718S: Supported
2719
2720SELINUX SECURITY MODULE
2721P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002722M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002724M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725L: linux-kernel@vger.kernel.org (kernel issues)
2726L: selinux@tycho.nsa.gov (general discussion)
2727W: http://www.nsa.gov/selinux
2728S: Supported
2729
2730SERIAL ATA (SATA) SUBSYSTEM:
2731P: Jeff Garzik
2732M: jgarzik@pobox.com
2733L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002734T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735S: Supported
2736
2737SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2738P: Pat Gefre
2739M: pfg@sgi.com
2740L: linux-ia64@vger.kernel.org
2741S: Supported
2742
2743SGI VISUAL WORKSTATION 320 AND 540
2744P: Andrey Panin
2745M: pazke@donpac.ru
2746L: linux-visws-devel@lists.sf.net
2747W: http://linux-visws.sf.net
2748S: Maintained for 2.6.
2749
2750SIMTEC EB110ATX (Chalice CATS)
2751P: Ben Dooks
2752P: Vincent Sanders
2753M: support@simtec.co.uk
2754W: http://www.simtec.co.uk/products/EB110ATX/
2755S: Supported
2756
2757SIMTEC EB2410ITX (BAST)
2758P: Ben Dooks
2759P: Vincent Sanders
2760M: support@simtec.co.uk
2761W: http://www.simtec.co.uk/products/EB2410ITX/
2762S: Supported
2763
Francois Romieu92aab3c2005-07-30 13:11:18 +02002764SIS 190 ETHERNET DRIVER
2765P: Francois Romieu
2766M: romieu@fr.zoreil.com
2767L: netdev@vger.kernel.org
2768S: Maintained
2769
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770SIS 5513 IDE CONTROLLER DRIVER
2771P: Lionel Bouton
2772M: Lionel.Bouton@inet6.fr
2773W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2774W: http://gyver.homeip.net/sis5513/index.html
2775S: Maintained
2776
2777SIS 900/7016 FAST ETHERNET DRIVER
2778P: Daniele Venzano
2779M: venza@brownhat.org
2780W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002781L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782S: Maintained
2783
2784SIS FRAMEBUFFER DRIVER
2785P: Thomas Winischhofer
2786M: thomas@winischhofer.net
2787W: http://www.winischhofer.net/linuxsisvga.shtml
2788S: Maintained
2789
2790SIS USB2VGA DRIVER
2791P: Thomas Winischhofer
2792M: thomas@winischhofer.net
2793W: http://www.winischhofer.at/linuxsisusbvga.shtml
2794S: Maintained
2795
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796SMC91x ETHERNET DRIVER
2797P: Nicolas Pitre
2798M: nico@cam.org
2799S: Maintained
2800
Daniel Drake8f0f8502006-07-18 22:00:25 +01002801SOFTMAC LAYER (IEEE 802.11)
2802P: Johannes Berg
2803M: johannes@sipsolutions.net
2804P: Joe Jezak
2805M: josejx@gentoo.org
2806P: Daniel Drake
2807M: dsd@gentoo.org
2808W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01002809L: netdev@vger.kernel.org
2810S: Maintained
2811
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812SOFTWARE RAID (Multiple Disks) SUPPORT
2813P: Ingo Molnar
2814M: mingo@redhat.com
2815P: Neil Brown
2816M: neilb@cse.unsw.edu.au
2817L: linux-raid@vger.kernel.org
2818S: Maintained
2819
2820SOFTWARE SUSPEND:
2821P: Pavel Machek
2822M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002823L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824S: Maintained
2825
2826SONIC NETWORK DRIVER
2827P: Thomas Bogendoerfer
2828M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002829L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830S: Maintained
2831
2832SONY VAIO CONTROL DEVICE DRIVER
2833P: Stelian Pop
2834M: stelian@popies.net
2835W: http://popies.net/sonypi/
2836S: Maintained
2837
2838SOUND
2839P: Jaroslav Kysela
2840M: perex@suse.cz
2841L: alsa-devel@alsa-project.org
2842S: Maintained
2843
Kumar Gala025c3982006-04-02 16:05:54 -05002844SPI SUBSYSTEM
2845P: David Brownell
2846M: dbrownell@users.sourceforge.net
2847L: spi-devel-general@lists.sourceforge.net
2848S: Maintained
2849
Steven Rostedt855f46a2006-08-05 12:14:50 -07002850STABLE BRANCH:
2851P: Greg Kroah-Hartman
2852M: greg@kroah.com
2853P: Chris Wright
2854M: chrisw@sous-sol.org
2855L: stable@kernel.org
2856S: Maintained
2857
Kylene Hall1c72d462005-05-01 08:59:13 -07002858TPM DEVICE DRIVER
2859P: Kylene Hall
2860M: kjhall@us.ibm.com
2861W: http://tpmdd.sourceforge.net
2862L: tpmdd-devel@lists.sourceforge.net
2863S: Maintained
2864
Mark Gross1a80ba82005-10-30 15:02:55 -08002865Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01002866P: Mark Gross
2867M: mark.gross@intel.com
2868S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08002869
Chris Zankel48b415c2005-06-23 22:01:07 -07002870TENSILICA XTENSA PORT (xtensa):
2871P: Chris Zankel
2872M: chris@zankel.net
2873S: Maintained
2874
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875UltraSPARC (sparc64):
2876P: David S. Miller
2877M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002879T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880S: Maintained
2881
2882SHARP LH SUPPORT (LH7952X & LH7A40X)
2883P: Marc Singer
2884M: elf@buici.com
2885W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002886L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887S: Maintained
2888
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002889SHPC HOTPLUG DRIVER
2890P: Kristen Carlson Accardi
2891M: kristen.c.accardi@intel.com
2892L: pcihpd-discuss@lists.sourceforge.net
2893S: Maintained
2894
Pierre Ossmand129bce2006-03-24 03:18:17 -08002895SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2896P: Pierre Ossman
2897M: drzeus-sdhci@drzeus.cx
2898L: sdhci-devel@list.drzeus.cx
2899W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2900S: Maintained
2901
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002902SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2903P: Stephen Hemminger
2904M: shemminger@osdl.org
2905L: netdev@vger.kernel.org
2906S: Maintained
2907
Chris Boot1a87d942006-07-10 04:45:34 -07002908SOEKRIS NET48XX LED SUPPORT
2909P: Chris Boot
2910M: bootc@bootc.net
2911S: Maintained
2912
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913SPARC (sparc32):
2914P: William L. Irwin
2915M: wli@holomorphy.com
2916L: sparclinux@vger.kernel.org
2917S: Maintained
2918
2919SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2920P: Roger Wolff
2921M: R.E.Wolff@BitWizard.nl
2922L: linux-kernel@vger.kernel.org ?
2923S: Supported
2924
Jim Lewis2752e402006-09-29 02:01:19 -07002925SPIDERNET NETWORK DRIVER for CELL
2926P: Jim Lewis
2927M: jim@jklewis.com
2928L: netdev@vger.kernel.org
2929S: Supported
2930
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931SRM (Alpha) environment access
2932P: Jan-Benedict Glaw
2933M: jbglaw@lug-owl.de
2934L: linux-kernel@vger.kernel.org
2935S: Maintained
2936
2937STARFIRE/DURALAN NETWORK DRIVER
2938P: Ion Badulescu
2939M: ionut@cs.columbia.edu
2940S: Maintained
2941
2942STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2943W: http://mosquitonet.Stanford.EDU/strip.html
2944S: Unsupported ?
2945
2946STRADIS MPEG-2 DECODER DRIVER
2947P: Nathan Laredo
2948M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949W: http://www.stradis.com/
2950S: Maintained
2951
2952SUPERH (sh)
2953P: Paul Mundt
2954M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07002955L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957S: Maintained
2958
2959SUPERH64 (sh64)
2960P: Paul Mundt
2961M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962L: linuxsh-shmedia-dev@lists.sourceforge.net
2963W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964S: Maintained
2965
2966SUN3/3X
2967P: Sam Creasey
2968M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969W: http://sammy.net/sun3/
2970S: Maintained
2971
2972SVGA HANDLING
2973P: Martin Mares
2974M: mj@ucw.cz
2975L: linux-video@atrey.karlin.mff.cuni.cz
2976S: Maintained
2977
2978SYSV FILESYSTEM
2979P: Christoph Hellwig
2980M: hch@infradead.org
2981S: Maintained
2982
Stephen Hemminger781b456a2006-07-10 20:25:29 -07002983TC CLASSIFIER
2984P: Jamal Hadi Salim
2985M: hadi@cyberus.ca
2986L: netdev@vger.kernel.org
2987S: Maintained
2988
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002989TCP LOW PRIORITY MODULE
2990P: Wong Hoi Sing, Edison
2991M: hswong3i@gmail.com
2992P: Hung Hing Lun, Mike
2993M: hlhung3i@gmail.com
2994W: http://tcp-lp-mod.sourceforge.net/
2995S: Maintained
2996
Alex Dubov4020f2d2006-10-04 02:15:37 -07002997TI FLASH MEDIA INTERFACE DRIVER
2998P: Alex Dubov
2999M: oakad@yahoo.com
3000S: Maintained
3001
Michael Buesch844dd052006-06-26 00:24:59 -07003002TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3003P: Deepak Saxena
3004M: dsaxena@plexity.net
3005S: Maintained
3006
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003007TASKSTATS STATISTICS INTERFACE
3008P: Shailabh Nagar
3009M: nagar@watson.ibm.com
3010L: linux-kernel@vger.kernel.org
3011S: Maintained
3012
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003014P: Romain Lievin
3015M: roms@lpg.ticalc.org
3016S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017
Per Lidene86eaa32006-01-12 16:45:18 +01003018TIPC NETWORK LAYER
3019P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003020M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003021P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003022M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003023P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003024M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003025L: tipc-discussion@lists.sourceforge.net
3026W: http://tipc.sourceforge.net/
3027W: http://tipc.cslab.ericsson.net/
3028T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3029S: Maintained
3030
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031TLAN NETWORK DRIVER
3032P: Samuel Chessman
3033M: chessman@tux.org
3034L: tlan-devel@lists.sourceforge.net
3035W: http://sourceforge.net/projects/tlan/
3036S: Maintained
3037
3038TOKEN-RING NETWORK DRIVER
3039P: Mike Phillips
3040M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003041L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042L: linux-tr@linuxtr.net
3043W: http://www.linuxtr.net
3044S: Maintained
3045
3046TOSHIBA ACPI EXTRAS DRIVER
3047P: John Belmonte
3048M: toshiba_acpi@memebeam.org
3049W: http://memebeam.org/toys/ToshibaAcpiDriver
3050S: Maintained
3051
3052TOSHIBA SMM DRIVER
3053P: Jonathan Buzzard
3054M: jonathan@buzzard.org.uk
3055L: tlinux-users@tce.toshiba-dme.co.jp
3056W: http://www.buzzard.org.uk/toshiba/
3057S: Maintained
3058
3059TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3060P: Muli Ben-Yehuda
3061M: mulix@mulix.org
3062L: linux-kernel@vger.kernel.org
3063S: Maintained
3064
3065TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003066P: Adrian Bunk
3067M: trivial@kernel.org
3068L: linux-kernel@vger.kernel.org
3069W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3070T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3071S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072
3073TMS380 TOKEN-RING NETWORK DRIVER
3074P: Adam Fritzler
3075M: mid@auk.cx
3076L: linux-tr@linuxtr.net
3077W: http://www.auk.cx/tms380tr/
3078S: Maintained
3079
3080TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003081P: Valerie Henson
3082M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083L: tulip-users@lists.sourceforge.net
3084W: http://sourceforge.net/projects/tulip/
3085S: Maintained
3086
3087TUN/TAP driver
3088P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003089M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090L: vtun@office.satix.net
3091W: http://vtun.sourceforge.net/tun
3092S: Maintained
3093
3094U14-34F SCSI DRIVER
3095P: Dario Ballabio
3096M: ballabio_dario@emc.com
3097L: linux-scsi@vger.kernel.org
3098S: Maintained
3099
3100UDF FILESYSTEM
3101P: Ben Fennema
3102M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103W: http://linux-udf.sourceforge.net
3104S: Maintained
3105
3106UNIFORM CDROM DRIVER
3107P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003108M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109L: linux-kernel@vger.kernel.org
3110W: http://www.kernel.dk
3111S: Maintained
3112
3113USB ACM DRIVER
3114P: Oliver Neukum
3115M: oliver@neukum.name
3116L: linux-usb-users@lists.sourceforge.net
3117L: linux-usb-devel@lists.sourceforge.net
3118S: Maintained
3119
3120USB BLOCK DRIVER (UB ub)
3121P: Pete Zaitcev
3122M: zaitcev@redhat.com
3123L: linux-kernel@vger.kernel.org
3124L: linux-usb-devel@lists.sourceforge.net
3125S: Supported
3126
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127USB CDC ETHERNET DRIVER
3128P: Greg Kroah-Hartman
3129M: greg@kroah.com
3130L: linux-usb-users@lists.sourceforge.net
3131L: linux-usb-devel@lists.sourceforge.net
3132S: Maintained
3133W: http://www.kroah.com/linux-usb/
3134
3135USB EHCI DRIVER
3136P: David Brownell
3137M: dbrownell@users.sourceforge.net
3138L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003139S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140
Luca Risolia7ce08c92006-01-11 02:06:59 +00003141USB ET61X[12]51 DRIVER
3142P: Luca Risolia
3143M: luca.risolia@studio.unibo.it
3144L: linux-usb-devel@lists.sourceforge.net
3145L: video4linux-list@redhat.com
3146W: http://www.linux-projects.org
3147S: Maintained
3148
David Brownell69ae9e32006-11-14 02:03:31 -08003149USB GADGET/PERIPHERAL SUBSYSTEM
3150P: David Brownell
3151M: dbrownell@users.sourceforge.net
3152L: linux-usb-devel@lists.sourceforge.net
3153W: http://www.linux-usb.org/gadget
3154S: Maintained
3155
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156USB HID/HIDBP DRIVERS
3157P: Vojtech Pavlik
3158M: vojtech@suse.cz
3159L: linux-usb-users@lists.sourceforge.net
3160L: linux-usb-devel@lists.sourceforge.net
3161S: Maintained
3162
3163USB HUB DRIVER
3164P: Johannes Erdfelt
3165M: johannes@erdfelt.com
3166L: linux-usb-users@lists.sourceforge.net
3167L: linux-usb-devel@lists.sourceforge.net
3168S: Maintained
3169
Olav Kongas959eea22005-11-03 17:38:14 +02003170USB ISP116X DRIVER
3171P: Olav Kongas
3172M: ok@artecdesign.ee
3173L: linux-usb-devel@lists.sourceforge.net
3174S: Maintained
3175
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176USB KAWASAKI LSI DRIVER
3177P: Oliver Neukum
3178M: oliver@neukum.name
3179L: linux-usb-users@lists.sourceforge.net
3180L: linux-usb-devel@lists.sourceforge.net
3181S: Maintained
3182
3183USB MASS STORAGE DRIVER
3184P: Matthew Dharm
3185M: mdharm-usb@one-eyed-alien.net
3186L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003187L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188S: Maintained
3189W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3190
3191USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003192P: David Brownell
3193M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194L: linux-usb-users@lists.sourceforge.net
3195L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003196S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197
Matthias Urlichsba460e42005-07-14 00:33:47 -07003198USB OPTION-CARD DRIVER
3199P: Matthias Urlichs
3200M: smurf@smurf.noris.de
3201L: linux-usb-devel@lists.sourceforge.net
3202S: Maintained
3203
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204USB OV511 DRIVER
3205P: Mark McClelland
3206M: mmcclell@bigfoot.com
3207L: linux-usb-users@lists.sourceforge.net
3208L: linux-usb-devel@lists.sourceforge.net
3209W: http://alpha.dyndns.org/ov511/
3210S: Maintained
3211
3212USB PEGASUS DRIVER
3213P: Petko Manolov
3214M: petkan@users.sourceforge.net
3215L: linux-usb-users@lists.sourceforge.net
3216L: linux-usb-devel@lists.sourceforge.net
3217W: http://pegasus2.sourceforge.net/
3218S: Maintained
3219
3220USB PRINTER DRIVER
3221P: Vojtech Pavlik
3222M: vojtech@suse.cz
3223L: linux-usb-users@lists.sourceforge.net
3224L: linux-usb-devel@lists.sourceforge.net
3225S: Maintained
3226
3227USB RTL8150 DRIVER
3228P: Petko Manolov
3229M: petkan@users.sourceforge.net
3230L: linux-usb-users@lists.sourceforge.net
3231L: linux-usb-devel@lists.sourceforge.net
3232W: http://pegasus2.sourceforge.net/
3233S: Maintained
3234
3235USB SE401 DRIVER
3236P: Jeroen Vreeken
3237M: pe1rxq@amsat.org
3238L: linux-usb-users@lists.sourceforge.net
3239L: linux-usb-devel@lists.sourceforge.net
3240W: http://www.chello.nl/~j.vreeken/se401/
3241S: Maintained
3242
3243USB SERIAL CYBERJACK DRIVER
3244P: Matthias Bruestle and Harald Welte
3245M: support@reiner-sct.com
3246W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3247S: Maintained
3248
3249USB SERIAL DIGI ACCELEPORT DRIVER
3250P: Peter Berger and Al Borchers
3251M: pberger@brimson.com
3252M: alborchers@steinerpoint.com
3253L: linux-usb-users@lists.sourceforge.net
3254L: linux-usb-devel@lists.sourceforge.net
3255S: Maintained
3256
3257USB SERIAL DRIVER
3258P: Greg Kroah-Hartman
3259M: gregkh@suse.de
3260L: linux-usb-users@lists.sourceforge.net
3261L: linux-usb-devel@lists.sourceforge.net
3262S: Supported
3263
3264USB SERIAL BELKIN F5U103 DRIVER
3265P: William Greathouse
3266M: wgreathouse@smva.com
3267L: linux-usb-users@lists.sourceforge.net
3268L: linux-usb-devel@lists.sourceforge.net
3269S: Maintained
3270
3271USB SERIAL CYPRESS M8 DRIVER
3272P: Lonnie Mendez
3273M: dignome@gmail.com
3274L: linux-usb-users@lists.sourceforge.net
3275L: linux-usb-devel@lists.sourceforge.net
3276S: Maintained
3277W: http://geocities.com/i0xox0i
3278W: http://firstlight.net/cvs
3279
3280USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3281L: linux-usb-users@lists.sourceforge.net
3282L: linux-usb-devel@lists.sourceforge.net
3283S: Maintained
3284
3285USB AUERSWALD DRIVER
3286P: Wolfgang Muees
3287M: wolfgang@iksw-muees.de
3288L: linux-usb-users@lists.sourceforge.net
3289L: linux-usb-devel@lists.sourceforge.net
3290S: Maintained
3291
3292USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3293P: Gary Brubaker
3294M: xavyer@ix.netcom.com
3295L: linux-usb-users@lists.sourceforge.net
3296L: linux-usb-devel@lists.sourceforge.net
3297S: Maintained
3298
3299USB SERIAL KEYSPAN DRIVER
3300P: Greg Kroah-Hartman
3301M: greg@kroah.com
3302L: linux-usb-users@lists.sourceforge.net
3303L: linux-usb-devel@lists.sourceforge.net
3304W: http://www.kroah.com/linux/
3305S: Maintained
3306
3307USB SERIAL WHITEHEAT DRIVER
3308P: Stuart MacDonald
3309M: stuartm@connecttech.com
3310L: linux-usb-users@lists.sourceforge.net
3311L: linux-usb-devel@lists.sourceforge.net
3312W: http://www.connecttech.com
3313S: Supported
3314
3315USB SN9C10x DRIVER
3316P: Luca Risolia
3317M: luca.risolia@studio.unibo.it
3318L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003319L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320W: http://www.linux-projects.org
3321S: Maintained
3322
3323USB SUBSYSTEM
3324P: Greg Kroah-Hartman
3325M: gregkh@suse.de
3326L: linux-usb-users@lists.sourceforge.net
3327L: linux-usb-devel@lists.sourceforge.net
3328W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003329T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330S: Supported
3331
3332USB UHCI DRIVER
3333P: Alan Stern
3334M: stern@rowland.harvard.edu
3335L: linux-usb-users@lists.sourceforge.net
3336L: linux-usb-devel@lists.sourceforge.net
3337S: Maintained
3338
David Brownell69ae9e32006-11-14 02:03:31 -08003339USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340P: David Brownell
3341M: dbrownell@users.sourceforge.net
3342L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003343W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344S: Maintained
3345
3346USB W996[87]CF DRIVER
3347P: Luca Risolia
3348M: luca.risolia@studio.unibo.it
3349L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003350L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351W: http://www.linux-projects.org
3352S: Maintained
3353
Luca Risolia60f78052006-02-06 16:29:35 +00003354USB ZC0301 DRIVER
3355P: Luca Risolia
3356M: luca.risolia@studio.unibo.it
3357L: linux-usb-devel@lists.sourceforge.net
3358L: video4linux-list@redhat.com
3359W: http://www.linux-projects.org
3360S: Maintained
3361
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362USB ZD1201 DRIVER
3363P: Jeroen Vreeken
3364M: pe1rxq@amsat.org
3365L: linux-usb-users@lists.sourceforge.net
3366L: linux-usb-devel@lists.sourceforge.net
3367W: http://linux-lc100020.sourceforge.net
3368S: Maintained
3369
3370USER-MODE LINUX
3371P: Jeff Dike
3372M: jdike@karaya.com
3373L: user-mode-linux-devel@lists.sourceforge.net
3374L: user-mode-linux-user@lists.sourceforge.net
3375W: http://user-mode-linux.sourceforge.net
3376S: Maintained
3377
3378FAT/VFAT/MSDOS FILESYSTEM:
3379P: OGAWA Hirofumi
3380M: hirofumi@mail.parknet.co.jp
3381L: linux-kernel@vger.kernel.org
3382S: Maintained
3383
3384VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3385P: Jeff Garzik
3386S: Odd fixes
3387
3388VIA RHINE NETWORK DRIVER
3389P: Roger Luethi
3390M: rl@hellgate.ch
3391S: Maintained
3392
Jean Delvare32c0a522005-09-22 21:47:58 +02003393VIAPRO SMBUS DRIVER
3394P: Jean Delvare
3395M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003396L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003397S: Maintained
3398
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399UCLINUX (AND M68KNOMMU)
3400P: Greg Ungerer
3401M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003403L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404S: Maintained
3405
3406UCLINUX FOR NEC V850
3407P: Miles Bader
3408M: uclinux-v850@lsi.nec.co.jp
3409W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3410W: http://www.ee.nec.de/uclinux/
3411S: Supported
3412
3413UCLINUX FOR RENESAS H8/300
3414P: Yoshinori Sato
3415M: ysato@users.sourceforge.jp
3416W: http://uclinux-h8.sourceforge.jp/
3417S: Supported
3418
3419USB DIAMOND RIO500 DRIVER
3420P: Cesar Miquel
3421M: miquel@df.uba.ar
3422L: rio500-users@lists.sourceforge.net
3423W: http://rio500.sourceforge.net
3424S: Maintained
3425
3426VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003427P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003428M: mchehab@infradead.org
3429M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003431W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003432T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003433S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434
Juerg Haefligerab413192006-09-24 20:54:04 +02003435VT1211 HARDWARE MONITOR DRIVER
3436P: Juerg Haefliger
3437M: juergh@gmail.com
3438L: lm-sensors@lm-sensors.org
3439S: Maintained
3440
Roger Lucas1de9e372005-11-26 20:20:05 +01003441VT8231 HARDWARE MONITOR DRIVER
3442P: Roger Lucas
3443M: roger@planbit.co.uk
3444L: lm-sensors@lm-sensors.org
3445S: Maintained
3446
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447W1 DALLAS'S 1-WIRE BUS
3448P: Evgeniy Polyakov
3449M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450S: Maintained
3451
Charles Spirakis13927072006-07-05 18:05:15 +02003452W83791D HARDWARE MONITORING DRIVER
3453P: Charles Spirakis
3454M: bezaur@gmail.com
3455L: lm-sensors@lm-sensors.org
3456S: Maintained
3457
Rudolf Marek61db0112006-12-12 18:18:30 +01003458W83793 HARDWARE MONITORING DRIVER
3459P: Rudolf Marek
3460M: r.marek@assembler.cz
3461L: lm-sensors@lm-sensors.org
3462S: Maintained
3463
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464W83L51xD SD/MMC CARD INTERFACE DRIVER
3465P: Pierre Ossman
3466M: drzeus-wbsd@drzeus.cx
3467L: wbsd-devel@list.drzeus.cx
3468W: http://projects.drzeus.cx/wbsd
3469S: Maintained
3470
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003471WATCHDOG DEVICE DRIVERS
3472P: Wim Van Sebroeck
3473M: wim@iguana.be
3474T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3475S: Maintained
3476
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3478P: Jean Tourrilhes
3479M: jt@hpl.hp.com
3480W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3481S: Maintained
3482
3483WD7000 SCSI DRIVER
3484P: Miroslav Zagorac
3485M: zaga@fly.cc.fer.hr
3486L: linux-scsi@vger.kernel.org
3487S: Maintained
3488
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003489WISTRON LAPTOP BUTTON DRIVER
3490P: Miloslav Trmac
3491M: mitr@volny.cz
3492S: Maintained
3493
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494WL3501 WIRELESS PCMCIA CARD DRIVER
3495P: Arnaldo Carvalho de Melo
3496M: acme@conectiva.com.br
3497W: http://advogato.org/person/acme
3498S: Maintained
3499
3500X.25 NETWORK LAYER
3501P: Henner Eisen
3502M: eis@baty.hanse.de
3503L: linux-x25@vger.kernel.org
3504S: Maintained
3505
3506XFS FILESYSTEM
3507P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003508P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003510L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003512T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513S: Supported
3514
Peter Korsgaard238b8722006-12-06 20:35:17 -08003515XILINX UARTLITE SERIAL DRIVER
3516P: Peter Korsgaard
3517M: jacmet@sunsite.dk
3518L: linux-serial@vger.kernel.org
3519S: Maintained
3520
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521X86 3-LEVEL PAGING (PAE) SUPPORT
3522P: Ingo Molnar
3523M: mingo@redhat.com
3524S: Maintained
3525
3526X86-64 port
3527P: Andi Kleen
3528M: ak@suse.de
3529L: discuss@x86-64.org
3530W: http://www.x86-64.org
3531S: Maintained
3532
3533YAM DRIVER FOR AX.25
3534P: Jean-Paul Roubelat
3535M: jpr@f6fbb.org
3536L: linux-hams@vger.kernel.org
3537S: Maintained
3538
Henkaf64a5e2005-10-12 15:02:56 +02003539YEALINK PHONE DRIVER
3540P: Henk Vergonet
3541M: Henk.Vergonet@gmail.com
3542L: usbb2k-api-dev@nongnu.org
3543S: Maintained
3544
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545Z8530 DRIVER FOR AX.25
3546P: Joerg Reuter
3547M: jreuter@yaina.de
3548W: http://yaina.de/jreuter/
3549W: http://www.qsl.net/dl1bke/
3550L: linux-hams@vger.kernel.org
3551S: Maintained
3552
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003553ZD1211RW WIRELESS DRIVER
3554P: Daniel Drake
3555M: dsd@gentoo.org
3556P: Ulrich Kunitz
3557M: kune@deine-taler.de
3558W: http://zd1211.ath.cx/wiki/DriverRewrite
3559L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3560S: Maintained
3561
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562ZF MACHZ WATCHDOG
3563P: Fernando Fuganti
3564M: fuganti@netbank.com.br
3565W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3566S: Maintained
3567
3568ZR36067 VIDEO FOR LINUX DRIVER
3569P: Ronald Bultje
3570M: rbultje@ronald.bitfreak.net
3571L: mjpeg-users@lists.sourceforge.net
3572W: http://mjpeg.sourceforge.net/driver-zoran/
3573S: Maintained
3574
3575ZR36120 VIDEO FOR LINUX DRIVER
3576P: Pauline Middelink
3577M: middelin@polyware.nl
3578W: http://www.polyware.nl/~middelin/En/hobbies.html
3579W: http://www.polyware.nl/~middelin/hobbies.html
3580S: Maintained
3581
3582THE REST
3583P: Linus Torvalds
3584S: Buried alive in reporters