blob: 8385a69138a802cb42658f60e1363f03ba684e80 [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
280M: r.marek@sh.cvut.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
Tom Tuckerf94b5332006-09-22 15:22:48 -0700299AMSO1100 RNIC DRIVER
300P: Tom Tucker
301M: tom@opengridcomputing.com
302P: Steve Wise
303M: swise@opengridcomputing.com
304L: openib-general@openib.org
305S: Maintained
306
Johannes Berg42269062006-07-25 16:15:50 +0200307AOA (Apple Onboard Audio) ALSA DRIVER
308P: Johannes Berg
309M: johannes@sipsolutions.net
310L: linuxppc-dev@ozlabs.org
311L: alsa-devel@alsa-project.org
312S: Maintained
313
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314APM DRIVER
315P: Stephen Rothwell
316M: sfr@canb.auug.org.au
317L: linux-laptop@vger.kernel.org
318W: http://www.canb.auug.org.au/~sfr/
319S: Supported
320
321APPLETALK NETWORK LAYER
322P: Arnaldo Carvalho de Melo
323M: acme@conectiva.com.br
324S: Maintained
325
Jaya Kumar1154ea72005-06-21 17:17:04 -0700326ARC FRAMEBUFFER DRIVER
327P: Jaya Kumar
328M: jayalk@intworks.biz
329S: Maintained
330
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331ARM26 ARCHITECTURE
332P: Ian Molton
333M: spyro@f2s.com
334S: Maintained
335
336ARM26/ARCHIMEDES
337P: Ian Molton
338M: spyro@f2s.com
339S: Maintained
340
341ARM26/A5000
342P: John Appleby
343M: john@dnsworld.co.uk
344S: Maintained
345
346ARM MFM AND FLOPPY DRIVERS
347P: Ian Molton
348M: spyro@f2s.com
349S: Maintained
350
351ARM/CORGI MACHINE SUPPORT
352P: Richard Purdie
353M: rpurdie@rpsys.net
354S: Maintained
355
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100356ARM/HP JORNADA 7XX MACHINE SUPPORT
357P: Kristoffer Ericson
358M: kristoffer_e1@hotmail.com
359W: www.jlime.com
360S: Maintained
361
Dirk Opfer8459c152005-11-06 14:27:52 +0000362ARM/TOSA MACHINE SUPPORT
363P: Dirk Opfer
364M: dirk@opfer-online.de
365S: Maintained
366
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367ARM/PLEB SUPPORT
368P: Peter Chubb
369M: pleb@gelato.unsw.edu.au
370W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
371S: Maintained
372
373ARM/PT DIGITAL BOARD PORT
374P: Stefan Eletzhofer
375M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700376L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377W: http://www.arm.linux.org.uk/
378S: Maintained
379
380ARM/SHARK MACHINE SUPPORT
381P: Alexander Schulz
382M: alex@shark-linux.de
383W: http://www.shark-linux.de/shark.html
384S: Maintained
385
386ARM/STRONGARM110 PORT
387P: Russell King
388M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700389L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390W: http://www.arm.linux.org.uk/
391S: Maintained
392
393ARM/S3C2410 ARM ARCHITECTURE
394P: Ben Dooks
395M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700396L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397W: http://www.fluff.org/ben/linux/
398S: Maintained
399
400ARM/S3C2440 ARM ARCHITECTURE
401P: Ben Dooks
402M: ben-s3c2440@fluff.org
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.fluff.org/ben/linux/
405S: Maintained
406
407ARPD SUPPORT
408P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700409L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410S: Maintained
411
412ASUS ACPI EXTRAS DRIVER
413P: Karol Kozimor
414M: sziwan@users.sourceforge.net
415P: Julien Lerouge
416M: julien.lerouge@free.fr
417L: acpi4asus-user@lists.sourceforge.net
418W: http://sourceforge.net/projects/acpi4asus
419W: http://julien.lerouge.free.fr
420S: Maintained
421
422ATA OVER ETHERNET DRIVER
423P: Ed L. Cashin
424M: ecashin@coraid.com
425W: http://www.coraid.com/support/linux
426S: Supported
427
428ATM
429P: Chas Williams
430M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700431L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432W: http://linux-atm.sourceforge.net
433S: Maintained
434
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100435ATMEL MACB ETHERNET DRIVER
436P: Atmel AVR32 Support Team
437M: avr32@atmel.com
438P: Haavard Skinnemoen
439M: hskinnemoen@atmel.com
440S: Supported
441
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442ATMEL WIRELESS DRIVER
443P: Simon Kelley
444M: simon@thekelleys.org.uk
445W: http://www.thekelleys.org.uk/atmel
446W: http://atmelwlandriver.sourceforge.net/
447S: Maintained
448
Chris Wrighta92b7b82005-07-07 18:12:23 -0700449AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100450P: David Woodhouse
451M: dwmw2@infradead.org
452L: linux-audit@redhat.com
453W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800454T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700455S: Maintained
456
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700457AVR32 ARCHITECTURE
458P: Atmel AVR32 Support Team
459M: avr32@atmel.com
460P: Haavard Skinnemoen
461M: hskinnemoen@atmel.com
462W: http://www.atmel.com/products/AVR32/
463W: http://avr32linux.org/
464W: http://avrfreaks.net/
465S: Supported
466
467AVR32/AT32AP MACHINE SUPPORT
468P: Atmel AVR32 Support Team
469M: avr32@atmel.com
470P: Haavard Skinnemoen
471M: hskinnemoen@atmel.com
472S: Supported
473
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474AX.25 NETWORK LAYER
475P: Ralf Baechle
476M: ralf@linux-mips.org
477L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200478W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479S: Maintained
480
481BAYCOM/HDLCDRV DRIVERS FOR AX.25
482P: Thomas Sailer
483M: t.sailer@alumni.ethz.ch
484L: linux-hams@vger.kernel.org
485W: http://www.baycom.org/~tom/ham/ham.html
486S: Maintained
487
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200488BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
489P: Larry Finger
490M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200491P: Stefano Brivio
492M: st3@riseup.net
493W: http://bcm43xx.berlios.de/
494S: Maintained
495
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496BEFS FILE SYSTEM
497P: Sergey S. Kostyliov
498M: rathamahata@php4.ru
499L: linux-kernel@vger.kernel.org
500S: Maintained
501
502BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
503P: Kenji Hollis
504W: http://ftp.bitgate.com/pcwd/
505S: Maintained
506
507BFS FILE SYSTEM
508P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800509M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510L: linux-kernel@vger.kernel.org
511S: Maintained
512
513BLOCK LAYER
514P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200515M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800517T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518S: Maintained
519
520BLUETOOTH SUBSYSTEM
521P: Marcel Holtmann
522M: marcel@holtmann.org
523P: Maxim Krasnyansky
524M: maxk@qualcomm.com
525L: bluez-devel@lists.sf.net
526W: http://bluez.sf.net
527W: http://www.bluez.org
528W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800529T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530S: Maintained
531
532BLUETOOTH RFCOMM LAYER
533P: Marcel Holtmann
534M: marcel@holtmann.org
535P: Maxim Krasnyansky
536M: maxk@qualcomm.com
537S: Maintained
538
539BLUETOOTH BNEP LAYER
540P: Marcel Holtmann
541M: marcel@holtmann.org
542P: Maxim Krasnyansky
543M: maxk@qualcomm.com
544S: Maintained
545
546BLUETOOTH CMTP LAYER
547P: Marcel Holtmann
548M: marcel@holtmann.org
549S: Maintained
550
551BLUETOOTH HIDP LAYER
552P: Marcel Holtmann
553M: marcel@holtmann.org
554S: Maintained
555
556BLUETOOTH HCI UART DRIVER
557P: Marcel Holtmann
558M: marcel@holtmann.org
559P: Maxim Krasnyansky
560M: maxk@qualcomm.com
561S: Maintained
562
563BLUETOOTH HCI USB DRIVER
564P: Marcel Holtmann
565M: marcel@holtmann.org
566P: Maxim Krasnyansky
567M: maxk@qualcomm.com
568S: Maintained
569
570BLUETOOTH HCI BCM203X DRIVER
571P: Marcel Holtmann
572M: marcel@holtmann.org
573S: Maintained
574
575BLUETOOTH HCI BPA10X DRIVER
576P: Marcel Holtmann
577M: marcel@holtmann.org
578S: Maintained
579
580BLUETOOTH HCI BFUSB DRIVER
581P: Marcel Holtmann
582M: marcel@holtmann.org
583S: Maintained
584
585BLUETOOTH HCI DTL1 DRIVER
586P: Marcel Holtmann
587M: marcel@holtmann.org
588S: Maintained
589
590BLUETOOTH HCI BLUECARD DRIVER
591P: Marcel Holtmann
592M: marcel@holtmann.org
593S: Maintained
594
595BLUETOOTH HCI BT3C DRIVER
596P: Marcel Holtmann
597M: marcel@holtmann.org
598S: Maintained
599
600BLUETOOTH HCI BTUART DRIVER
601P: Marcel Holtmann
602M: marcel@holtmann.org
603S: Maintained
604
605BLUETOOTH HCI VHCI DRIVER
606P: Maxim Krasnyansky
607M: maxk@qualcomm.com
608S: Maintained
609
610BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100611P: Chad Tindel
612M: ctindel@users.sourceforge.net
613P: Jay Vosburgh
614M: fubar@us.ibm.com
615L: bonding-devel@lists.sourceforge.net
616W: http://sourceforge.net/projects/bonding/
617S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000619BROADBAND PROCESSOR ARCHITECTURE
620P: Arnd Bergmann
621M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100622L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400623W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000624S: Supported
625
Gary Zambrano39105892006-06-22 17:26:20 -0700626BROADCOM B44 10/100 ETHERNET DRIVER
627P: Gary Zambrano
628M: zambrano@broadcom.com
629L: netdev@vger.kernel.org
630S: Supported
631
Michael Chan948c51e2006-06-04 02:51:39 -0700632BROADCOM BNX2 GIGABIT ETHERNET DRIVER
633P: Michael Chan
634M: mchan@broadcom.com
635L: netdev@vger.kernel.org
636S: Supported
637
638BROADCOM TG3 GIGABIT ETHERNET DRIVER
639P: Michael Chan
640M: mchan@broadcom.com
641L: netdev@vger.kernel.org
642S: Supported
643
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700645P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200646M: mchehab@infradead.org
647M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700649W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200650T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700651S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200653CALGARY x86-64 IOMMU
654P: Muli Ben-Yehuda
655M: muli@il.ibm.com
656P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200657M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200658L: linux-kernel@vger.kernel.org
659L: discuss@x86-64.org
660S: Maintained
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662COMMON INTERNET FILE SYSTEM (CIFS)
663P: Steve French
664M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100665L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666L: samba-technical@lists.samba.org
667W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800668T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669S: Supported
670
Joel Becker7063fbf2005-12-15 14:29:43 -0800671CONFIGFS
672P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800673M: joel.becker@oracle.com
674L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800675S: Supported
676
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677CIRRUS LOGIC GENERIC FBDEV DRIVER
678P: Jeff Garzik
679M: jgarzik@pobox.com
680L: linux-fbdev-devel@lists.sourceforge.net
681S: Odd Fixes
682
683CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
684P: Cirrus Logic Corporation (kernel 2.2 driver)
685M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
686P: Nils Faerber (port to kernel 2.4)
687M: Nils Faerber <nils@kernelconcepts.de>
688S: Maintained
689
690CODA FILE SYSTEM
691P: Jan Harkes
692M: jaharkes@cs.cmu.edu
693M: coda@cs.cmu.edu
694L: codalist@coda.cs.cmu.edu
695W: http://www.coda.cs.cmu.edu/
696S: Maintained
697
698COMPACTPCI HOTPLUG CORE
699P: Scott Murray
700M: scottm@somanetworks.com
701M: scott@spiteful.org
702L: pcihpd-discuss@lists.sourceforge.net
703S: Supported
704
705COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
706P: Scott Murray
707M: scottm@somanetworks.com
708M: scott@spiteful.org
709L: pcihpd-discuss@lists.sourceforge.net
710S: Supported
711
712COMPACTPCI HOTPLUG GENERIC DRIVER
713P: Scott Murray
714M: scottm@somanetworks.com
715M: scott@spiteful.org
716L: pcihpd-discuss@lists.sourceforge.net
717S: Supported
718
719COMPUTONE INTELLIPORT MULTIPORT CARD
720P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700721M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700723S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724
725COSA/SRP SYNC SERIAL DRIVER
726P: Jan "Yenya" Kasprzak
727M: kas@fi.muni.cz
728W: http://www.fi.muni.cz/~kas/cosa/
729S: Maintained
730
731CPU FREQUENCY DRIVERS
732P: Dave Jones
733M: davej@codemonkey.org.uk
734L: cpufreq@lists.linux.org.uk
735W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800736T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737S: Maintained
738
739CPUID/MSR DRIVER
740P: H. Peter Anvin
741M: hpa@zytor.com
742S: Maintained
743
Paul Jacksoned90fb42005-09-27 21:45:37 -0700744CPUSETS
745P: Paul Jackson
746P: Simon Derr
747M: pj@sgi.com
748M: simon.derr@bull.net
749L: linux-kernel@vger.kernel.org
750W: http://www.bullopensource.org/cpuset/
751S: Supported
752
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100754W: http://sourceforge.net/projects/cramfs/
755S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756
757CRIS PORT
758P: Mikael Starvik
759M: starvik@axis.com
760L: dev-etrax@axis.com
761W: http://developer.axis.com
762S: Maintained
763
764CRYPTO API
765P: Herbert Xu
766M: herbert@gondor.apana.org.au
767P: David S. Miller
768M: davem@davemloft.net
769L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800770T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771S: Maintained
772
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100773CS5535 Audio ALSA driver
774P: Jaya Kumar
775M: jayakumar.alsa@gmail.com
776S: Maintained
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778CYBERPRO FB DRIVER
779P: Russell King
780M: rmk@arm.linux.org.uk
781W: http://www.arm.linux.org.uk/
782S: Maintained
783
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700784CYBLAFB FRAMEBUFFER DRIVER
785P: Knut Petersen
786M: Knut_Petersen@t-online.de
787L: linux-fbdev-devel@lists.sourceforge.net
788S: Maintained
789
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790CYCLADES 2X SYNC CARD DRIVER
791P: Arnaldo Carvalho de Melo
792M: acme@conectiva.com.br
793W: http://advogato.org/person/acme
794L: cycsyn-devel@bazar.conectiva.com.br
795S: Maintained
796
797CYCLADES ASYNC MUX DRIVER
798M: async@cyclades.com
799W: http://www.cyclades.com/
800S: Supported
801
802CYCLADES PC300 DRIVER
803M: pc300@cyclades.com
804W: http://www.cyclades.com/
805S: Supported
806
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807DAMA SLAVE for AX.25
808P: Joerg Reuter
809M: jreuter@yaina.de
810W: http://yaina.de/jreuter/
811W: http://www.qsl.net/dl1bke/
812L: linux-hams@vger.kernel.org
813S: Maintained
814
815DC395x SCSI driver
816P: Oliver Neukum
817M: oliver@neukum.name
818P: Ali Akcaagac
819M: aliakc@web.de
820P: Jamie Lenehan
821M: lenehan@twibble.org
822W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700823L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824L: http://lists.twibble.org/mailman/listinfo/dc395x/
825S: Maintained
826
827DC390/AM53C974 SCSI driver
828P: Kurt Garloff
829M: garloff@suse.de
830W: http://www.garloff.de/kurt/linux/dc390/
831P: Guennadi Liakhovetski
832M: g.liakhovetski@gmx.de
833S: Maintained
834
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700835DCCP PROTOCOL
836P: Arnaldo Carvalho de Melo
837M: acme@mandriva.com
838L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800839W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700840S: Maintained
841
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842DECnet NETWORK LAYER
843P: Patrick Caulfield
844M: patrick@tykepenguin.com
845W: http://linux-decnet.sourceforge.net
846L: linux-decnet-user@lists.sourceforge.net
847S: Maintained
848
849DEFXX FDDI NETWORK DRIVER
850P: Maciej W. Rozycki
851M: macro@linux-mips.org
852S: Maintained
853
854DELL LAPTOP SMM DRIVER
855P: Massimo Dal Zotto
856M: dz@debian.org
857W: http://www.debian.org/~dz/i8k/
858S: Maintained
859
Doug Warzecha90563ec2005-09-06 15:17:15 -0700860DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
861P: Doug Warzecha
862M: Douglas_Warzecha@dell.com
863S: Maintained
864
Pavel Machek5ddb88c2006-09-29 02:01:29 -0700865DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866P: Alasdair Kergon
867L: dm-devel@redhat.com
868W: http://sources.redhat.com/dm
869S: Maintained
870
871DEVICE NUMBER REGISTRY
872P: Torben Mathiasen
873M: device@lanana.org
874W: http://lanana.org/docs/device-list/index.html
875L: linux-kernel@vger.kernel.org
876S: Maintained
877
878DEVICE FILESYSTEM
879S: Obsolete
880
881DIGI INTL. EPCA DRIVER
882P: Digi International, Inc
883M: Eng.Linux@digi.com
884L: Eng.Linux@digi.com
885W: http://www.digi.com
886S: Orphaned
887
888DIGI RIGHTSWITCH NETWORK DRIVER
889P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700890L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891W: http://www.digi.com
892S: Orphaned
893
894DIRECTORY NOTIFICATION
895P: Stephen Rothwell
896M: sfr@canb.auug.org.au
897L: linux-kernel@vger.kernel.org
898S: Supported
899
900DISK GEOMETRY AND PARTITION HANDLING
901P: Andries Brouwer
902M: aeb@cwi.nl
903W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
904W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
905W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
906S: Maintained
907
908DISKQUOTA:
909P: Jan Kara
910M: jack@suse.cz
911L: linux-kernel@vger.kernel.org
912S: Maintained
913
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400914DISTRIBUTED LOCK MANAGER
915P: Patrick Caulfield
916M: pcaulfie@redhat.com
917P: David Teigland
918M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -0400919L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400920W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -0400921T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
922T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400923S: Supported
924
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
926P: Tobias Ringstrom
927M: tori@unhappy.mine.nu
928L: linux-kernel@vger.kernel.org
929S: Maintained
930
Martin Waitzba483d52005-06-17 13:20:59 -0700931DOCBOOK FOR DOCUMENTATION
932P: Martin Waitz
933M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700934P: Randy Dunlap
935M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800936T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700937S: Maintained
938
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -0400939DOCKING STATION DRIVER
940P: Kristen Carlson Accardi
941M: kristen.c.accardi@intel.com
942L: linux-acpi@vger.kernel.org
943S: Maintained
944
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945DOUBLETALK DRIVER
946P: James R. Van Zandt
947M: jrv@vanzandt.mv.com
948L: blinux-list@redhat.com
949S: Maintained
950
951DRIVER CORE, KOBJECTS, AND SYSFS
952P: Greg Kroah-Hartman
953M: gregkh@suse.de
954L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800955T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956S: Supported
957
958DRM DRIVERS
959P: David Airlie
960M: airlied@linux.ie
961L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800962T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963S: Maintained
964
965DSCC4 DRIVER
966P: François Romieu
967M: romieu@cogenit.fr
968M: romieu@ensta.fr
969S: Maintained
970
971DVB SUBSYSTEM AND DRIVERS
972P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200973M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200975W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200976T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200977S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
979EATA-DMA SCSI DRIVER
980P: Michael Neuffer
981L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
982S: Maintained
983
984EATA ISA/EISA/PCI SCSI DRIVER
985P: Dario Ballabio
986M: ballabio_dario@emc.com
987L: linux-scsi@vger.kernel.org
988S: Maintained
989
990EATA-PIO SCSI DRIVER
991P: Michael Neuffer
992M: mike@i-Connect.Net
993L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
994S: Maintained
995
996EBTABLES
997P: Bart De Schuymer
998M: bart.de.schuymer@pandora.be
999L: ebtables-user@lists.sourceforge.net
1000L: ebtables-devel@lists.sourceforge.net
1001W: http://ebtables.sourceforge.net/
1002S: Maintained
1003
Michael Halcrow237fead2006-10-04 02:16:22 -07001004ECRYPT FILE SYSTEM
1005P: Mike Halcrow, Phillip Hellewell
1006M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1007L: ecryptfs-devel@lists.sourceforge.net
1008W: http://ecryptfs.sourceforge.net/
1009S: Supported
1010
Alan Coxda9bb1d2006-01-18 17:44:13 -08001011EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001012P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001013M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001014L: bluesmoke-devel@lists.sourceforge.net
1015W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001016S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001017
1018EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001019P: Mark Gross
1020M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001021L: bluesmoke-devel@lists.sourceforge.net
1022W: bluesmoke.sourceforge.net
1023S: Maintained
1024
1025EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001026P: Doug Thompson
1027M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001028L: bluesmoke-devel@lists.sourceforge.net
1029W: bluesmoke.sourceforge.net
1030S: Maintained
1031
1032EDAC-R82600
1033P: Tim Small
1034M: tim@buttersideup.com
1035L: bluesmoke-devel@lists.sourceforge.net
1036W: bluesmoke.sourceforge.net
1037S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001038
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039EEPRO100 NETWORK DRIVER
1040P: Andrey V. Savochkin
1041M: saw@saw.sw.com.sg
1042S: Maintained
1043
Josh Triplett0bee8d22006-07-30 03:03:58 -07001044EFS FILESYSTEM
1045W: http://aeschi.ch.eu.org/efs/
1046S: Orphan
1047
Heiko J Schickfab97222006-09-22 15:22:22 -07001048EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1049P: Hoang-Nam Nguyen
1050M: hnguyen@de.ibm.com
1051P: Christoph Raisch
1052M: raisch@de.ibm.com
1053L: openib-general@openib.org
1054S: Supported
1055
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056EMU10K1 SOUND DRIVER
1057P: James Courtier-Dutton
1058M: James@superbug.demon.co.uk
1059L: emu10k1-devel@lists.sourceforge.net
1060W: http://sourceforge.net/projects/emu10k1/
1061S: Maintained
1062
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001063EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001064P: James Smart
1065M: james.smart@emulex.com
1066L: linux-scsi@vger.kernel.org
1067W: http://sourceforge.net/projects/lpfcxxxx
1068S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001069
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070EPSON 1355 FRAMEBUFFER DRIVER
1071P: Christopher Hoover
1072M: ch@murgatroid.com, ch@hpl.hp.com
1073S: Maintained
1074
1075ETHEREXPRESS-16 NETWORK DRIVER
1076P: Philip Blundell
1077M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001078L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079S: Maintained
1080
1081ETHERNET BRIDGE
1082P: Stephen Hemminger
1083M: shemminger@osdl.org
1084L: bridge@osdl.org
1085W: http://bridge.sourceforge.net/
1086S: Maintained
1087
1088ETHERTEAM 16I DRIVER
1089P: Mika Kuoppala
1090M: miku@iki.fi
1091S: Maintained
1092
1093EXT2 FILE SYSTEM
1094L: ext2-devel@lists.sourceforge.net
1095S: Maintained
1096
1097EXT3 FILE SYSTEM
1098P: Stephen Tweedie, Andrew Morton
1099M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001100L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101S: Maintained
1102
Jean Delvaree53004e2006-01-09 23:26:14 +01001103F71805F HARDWARE MONITORING DRIVER
1104P: Jean Delvare
1105M: khali@linux-fr.org
1106L: lm-sensors@lm-sensors.org
1107S: Maintained
1108
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109FARSYNC SYNCHRONOUS DRIVER
1110P: Kevin Curtis
1111M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112W: http://www.farsite.co.uk/
1113S: Supported
1114
1115FRAMEBUFFER LAYER
1116P: Antonino Daplas
1117M: adaplas@pol.net
1118L: linux-fbdev-devel@lists.sourceforge.net
1119W: http://linux-fbdev.sourceforge.net/
1120S: Maintained
1121
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001122FREESCALE SOC FS_ENET DRIVER
1123P: Pantelis Antoniou
1124M: pantelis.antoniou@gmail.com
1125P: Vitaly Bordug
1126M: vbordug@ru.mvista.com
1127L: linuxppc-embedded@ozlabs.org
1128L: netdev@vger.kernel.org
1129S: Maintained
1130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131FILE LOCKING (flock() and fcntl()/lockf())
1132P: Matthew Wilcox
1133M: matthew@wil.cx
1134L: linux-fsdevel@vger.kernel.org
1135S: Maintained
1136
1137FILESYSTEMS (VFS and infrastructure)
1138P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001139M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140S: Maintained
1141
1142FIRMWARE LOADER (request_firmware)
1143L: linux-kernel@vger.kernel.org
1144S: Orphan
1145
1146FPU EMULATOR
1147P: Bill Metzenthen
1148M: billm@suburbia.net
1149W: http://suburbia.net/~billm/floating-point/emulator/
1150S: Maintained
1151
1152FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1153P: Mike McLagan
1154M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001155L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156S: Maintained
1157
1158FREEVXFS FILESYSTEM
1159P: Christoph Hellwig
1160M: hch@infradead.org
1161W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1162S: Maintained
1163
1164FUJITSU FR-V PORT
1165P: David Howells
1166M: dhowells@redhat.com
1167S: Maintained
1168
Miklos Szeredi04578f12005-09-09 13:10:22 -07001169FUSE: FILESYSTEM IN USERSPACE
1170P: Miklos Szeredi
1171M: miklos@szeredi.hu
1172L: fuse-devel@lists.sourceforge.net
1173W: http://fuse.sourceforge.net/
1174S: Maintained
1175
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1177P: Rik Faith
1178M: faith@cs.unc.edu
1179L: linux-scsi@vger.kernel.org
1180S: Odd fixes (e.g., new signatures)
1181
1182GDT SCSI DISK ARRAY CONTROLLER DRIVER
1183P: Achim Leubner
1184M: achim_leubner@adaptec.com
1185L: linux-scsi@vger.kernel.org
1186W: http://www.icp-vortex.com/
1187S: Supported
1188
1189GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1190P: Krzysztof Halasa
1191M: khc@pm.waw.pl
1192W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1193S: Maintained
1194
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001195GFS2 FILE SYSTEM
1196P: Steven Whitehouse
1197M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001198L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001199W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001200T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1201T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001202S: Supported
1203
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001204GIGASET ISDN DRIVERS
1205P: Hansjoerg Lipp
1206M: hjlipp@web.de
1207P: Tilman Schmidt
1208M: tilman@imap.cc
1209L: gigaset307x-common@lists.sourceforge.net
1210W: http://gigaset307x.sourceforge.net/
1211S: Maintained
1212
Jean Delvare5b543962005-08-15 19:51:02 +02001213HARDWARE MONITORING
1214P: Jean Delvare
1215M: khali@linux-fr.org
1216L: lm-sensors@lm-sensors.org
1217W: http://www.lm-sensors.nu/
1218S: Maintained
1219
Michael Buesch844dd052006-06-26 00:24:59 -07001220HARDWARE RANDOM NUMBER GENERATOR CORE
1221P: Michael Buesch
1222M: mb@bu3sch.de
1223S: Maintained
1224
Robert Love860e1d62005-08-31 23:57:59 -04001225HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1226P: Robert Love
1227M: rlove@rlove.org
1228M: linux-kernel@vger.kernel.org
1229W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1230S: Maintained
1231
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232HARMONY SOUND DRIVER
1233P: Kyle McMartin
1234M: kyle@parisc-linux.org
1235W: http://www.parisc-linux.org/~kyle/harmony/
1236L: parisc-linux@lists.parisc-linux.org
1237S: Maintained
1238
1239HAYES ESP SERIAL DRIVER
1240P: Andrew J. Robinson
1241M: arobinso@nyx.net
1242L: linux-kernel@vger.kernel.org
1243W: http://www.nyx.net/~arobinso
1244S: Maintained
1245
1246HFS FILESYSTEM
1247P: Roman Zippel
1248M: zippel@linux-m68k.org
1249L: linux-kernel@vger.kernel.org
1250S: Maintained
1251
1252HGA FRAMEBUFFER DRIVER
1253P: Ferenc Bakonyi
1254M: fero@drama.obuda.kando.hu
1255L: linux-nvidia@lists.surfsouth.com
1256W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1257S: Maintained
1258
1259HIGH-SPEED SCC DRIVER FOR AX.25
1260P: Klaus Kudielka
1261M: klaus.kudielka@ieee.org
1262L: linux-hams@vger.kernel.org
1263W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1264S: Maintained
1265
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001266HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1267P: HighPoint Linux Team
1268M: linux@highpoint-tech.com
1269W: http://www.highpoint-tech.com
1270S: Supported
1271
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272HIPPI
1273P: Jes Sorensen
1274M: jes@trained-monkey.org
1275L: linux-hippi@sunsite.dk
1276S: Maintained
1277
1278HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1279P: Chirag Kantharia
1280M: chirag.kantharia@hp.com
1281L: iss_storagedev@hp.com
1282S: Maintained
1283
1284HEWLETT-PACKARD SMART2 RAID DRIVER
1285P: Chirag Kantharia
1286M: chirag.kantharia@hp.com
1287L: iss_storagedev@hp.com
1288S: Maintained
1289
1290HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1291P: Mike Miller
1292M: mike.miller@hp.com
1293L: iss_storagedev@hp.com
1294S: Supported
1295
Jouni Malinenff1d2762005-05-12 22:54:16 -04001296HOST AP DRIVER
1297P: Jouni Malinen
1298M: jkmaline@cc.hut.fi
1299L: hostap@shmoo.com
1300W: http://hostap.epitest.fi/
1301S: Maintained
1302
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1304P: Jaroslav Kysela
1305M: perex@suse.cz
1306S: Maintained
1307
Bob Piccob9b03322005-11-07 00:59:19 -08001308HPET: High Precision Event Timers driver (hpet.c)
1309P: Clemens Ladisch
1310M: clemens@ladisch.de
1311S: Maintained
1312
1313HPET: i386
1314P: Venkatesh Pallipadi (Venki)
1315M: venkatesh.pallipadi@intel.com
1316S: Maintained
1317
1318HPET: x86_64
1319P: Andi Kleen and Vojtech Pavlik
1320M: ak@muc.de and vojtech@suse.cz
1321S: Maintained
1322
1323HPET: ACPI hpet.c
1324P: Bob Picco
1325M: bob.picco@hp.com
1326S: Maintained
1327
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328HPFS FILESYSTEM
1329P: Mikulas Patocka
1330M: mikulas@artax.karlin.mff.cuni.cz
1331W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1332S: Maintained
1333
1334HUGETLB FILESYSTEM
1335P: William Irwin
1336M: wli@holomorphy.com
1337S: Maintained
1338
Jean Delvare5b543962005-08-15 19:51:02 +02001339I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340P: Jean Delvare
1341M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001342L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001344T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Maintained
1346
1347I2O
1348P: Markus Lidel
1349M: markus.lidel@shadowconnect.com
1350W: http://i2o.shadowconnect.com/
1351S: Maintained
1352
1353i386 BOOT CODE
1354P: Riley H. Williams
1355M: Riley@Williams.Name
1356L: Linux-Kernel@vger.kernel.org
1357S: Maintained
1358
1359i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1360P: Dave Jones
1361M: davej@codemonkey.org.uk
1362P: H. Peter Anvin
1363M: hpa@zytor.com
1364S: Maintained
1365
1366i810 TCO TIMER WATCHDOG
1367P: Nils Faerber
1368M: nils@kernelconcepts.de
1369W: http://www.kernelconcepts.de/
1370S: Maintained
1371
1372IA64 (Itanium) PLATFORM
1373P: Tony Luck
1374M: tony.luck@intel.com
1375L: linux-ia64@vger.kernel.org
1376W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001377T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378S: Maintained
1379
1380SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001381P: Jes Sorensen
1382M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383L: linux-altix@sgi.com
1384L: linux-ia64@vger.kernel.org
1385W: http://www.sgi.com/altix
1386S: Maintained
1387
1388IBM MCA SCSI SUBSYSTEM DRIVER
1389P: Michael Lang
1390M: langa2@kph.uni-mainz.de
1391W: http://www.uni-mainz.de/~langm000/linux.html
1392S: Maintained
1393
1394IBM Power Linux RAID adapter
1395P: Brian King
1396M: brking@us.ibm.com
1397S: Supported
1398
1399IBM ServeRAID RAID DRIVER
1400P: Jack Hammer
1401P: Dave Jeffery
1402M: ipslinux@adaptec.com
1403W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1404S: Supported
1405
1406IDE DRIVER [GENERAL]
1407P: Bartlomiej Zolnierkiewicz
1408M: B.Zolnierkiewicz@elka.pw.edu.pl
1409L: linux-kernel@vger.kernel.org
1410L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001411T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412S: Maintained
1413
1414IDE/ATAPI CDROM DRIVER
1415P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02001416M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417L: linux-kernel@vger.kernel.org
1418W: http://www.kernel.dk
1419S: Maintained
1420
1421IDE/ATAPI FLOPPY DRIVERS
1422P: Paul Bristow
1423M: Paul Bristow <paul@paulbristow.net>
1424W: http://paulbristow.net/linux/idefloppy.html
1425L: linux-kernel@vger.kernel.org
1426S: Maintained
1427
1428IDE/ATAPI TAPE DRIVERS
1429P: Gadi Oxman
1430M: Gadi Oxman <gadio@netvision.net.il>
1431L: linux-kernel@vger.kernel.org
1432S: Maintained
1433
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434IEEE 1394 SUBSYSTEM
1435P: Ben Collins
1436M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001437P: Stefan Richter
1438M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439L: linux1394-devel@lists.sourceforge.net
1440W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001441T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442S: Maintained
1443
Stefan Richter87730d02006-09-16 12:24:00 +02001444IEEE 1394 IPV4 DRIVER (eth1394)
1445P: Stefan Richter
1446M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001448S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449
1450IEEE 1394 PCILYNX DRIVER
1451P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001452M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001453P: Stefan Richter
1454M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001456S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457
1458IEEE 1394 RAW I/O DRIVER
1459P: Ben Collins
1460M: bcollins@debian.org
1461P: Dan Dennedy
1462M: dan@dennedy.org
1463L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001464S: Maintained
1465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466IMS TWINTURBO FRAMEBUFFER DRIVER
1467P: Paul Mundt
1468M: lethal@chaoticdreams.org
1469L: linux-fbdev-devel@lists.sourceforge.net
1470S: Maintained
1471
1472INFINIBAND SUBSYSTEM
1473P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001474M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475P: Sean Hefty
1476M: mshefty@ichips.intel.com
1477P: Hal Rosenstock
1478M: halr@voltaire.com
1479L: openib-general@openib.org
1480W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001481T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482S: Supported
1483
1484INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001485P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001486M: dmitry.torokhov@gmail.com
1487M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488L: linux-input@atrey.karlin.mff.cuni.cz
1489L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001490T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491S: Maintained
1492
Robert Lovec9f04f52005-07-15 12:21:07 -04001493INOTIFY
1494P: John McCutchan and Robert Love
1495M: ttb@tentacle.dhs.org and rml@novell.com
1496L: linux-kernel@vger.kernel.org
1497S: Maintained
1498
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001499INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001500P: Sylvain Meyer
1501M: sylvain.meyer@worldonline.fr
1502L: linux-fbdev-devel@lists.sourceforge.net
1503S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001504
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001506P: Antonino Daplas
1507M: adaplas@pol.net
1508L: linux-fbdev-devel@lists.sourceforge.net
1509S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510
1511INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1512P: Ingo Molnar
1513M: mingo@redhat.com
1514S: Maintained
1515
1516INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1517P: Jeff Garzik
1518M: jgarzik@pobox.com
1519W: http://sourceforge.net/projects/gkernel/
1520S: Maintained
1521
1522INTEL IA32 MICROCODE UPDATE SUPPORT
1523P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001524M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525S: Maintained
1526
Michael Buesch844dd052006-06-26 00:24:59 -07001527INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1528P: Deepak Saxena
1529M: dsaxena@plexity.net
1530S: Maintained
1531
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532INTEL PRO/100 ETHERNET SUPPORT
1533P: John Ronciak
1534M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535P: Jesse Brandeburg
1536M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001537P: Jeff Kirsher
1538M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001539P: Auke Kok
1540M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541W: http://sourceforge.net/projects/e1000/
1542S: Supported
1543
1544INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1545P: Jeb Cramer
1546M: cramerj@intel.com
1547P: John Ronciak
1548M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001549P: Jesse Brandeburg
1550M: jesse.brandeburg@intel.com
1551P: Jeff Kirsher
1552M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001553P: Auke Kok
1554M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555W: http://sourceforge.net/projects/e1000/
1556S: Supported
1557
1558INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001559P: Jeff Kirsher
1560M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561P: Ayyappan Veeraiyan
1562M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563P: John Ronciak
1564M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001565P: Jesse Brandeburg
1566M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001567P: Auke Kok
1568M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569W: http://sourceforge.net/projects/e1000/
1570S: Supported
1571
James Ketrenos826d2ab2005-11-07 18:56:59 -06001572INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1573P: Yi Zhu
1574M: yi.zhu@intel.com
1575P: James Ketrenos
1576M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001577L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001578L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1579W: http://ipw2100.sourceforge.net
1580S: Supported
1581
1582INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1583P: Yi Zhu
1584M: yi.zhu@intel.com
1585P: James Ketrenos
1586M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001587L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001588L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1589W: http://ipw2200.sourceforge.net
1590S: Supported
1591
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592IOC3 DRIVER
1593P: Ralf Baechle
1594M: ralf@linux-mips.org
1595L: linux-mips@linux-mips.org
1596S: Maintained
1597
1598IP MASQUERADING:
1599P: Juanjo Ciarlante
1600M: jjciarla@raiz.uncu.edu.ar
1601S: Maintained
1602
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001603IPATH DRIVER:
1604P: Bryan O'Sullivan
1605M: support@pathscale.com
1606L: openib-general@openib.org
1607S: Supported
1608
Corey Minyard4409ebe2006-04-20 02:43:12 -07001609IPMI SUBSYSTEM
1610P: Corey Minyard
1611M: minyard@acm.org
1612L: openipmi-developer@lists.sourceforge.net
1613W: http://openipmi.sourceforge.net/
1614S: Supported
1615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616IPX NETWORK LAYER
1617P: Arnaldo Carvalho de Melo
1618M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001619L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620S: Maintained
1621
1622IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001623P: Samuel Ortiz
1624M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001625L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001627S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628
1629ISAPNP
1630P: Jaroslav Kysela
1631M: perex@suse.cz
1632S: Maintained
1633
1634ISDN SUBSYSTEM
1635P: Karsten Keil
1636M: kkeil@suse.de
1637P: Kai Germaschewski
1638M: kai.germaschewski@gmx.de
1639L: isdn4linux@listserv.isdn4linux.de
1640W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001641T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642S: Maintained
1643
1644ISDN SUBSYSTEM (Eicon active card driver)
1645P: Armin Schindler
1646M: mac@melware.de
1647L: isdn4linux@listserv.isdn4linux.de
1648W: http://www.melware.de
1649S: Maintained
1650
1651JOURNALLING FLASH FILE SYSTEM (JFFS)
1652P: Axis Communications AB
1653M: jffs-dev@axis.com
1654L: jffs-dev@axis.com
1655W: http://www.developer.axis.com/software/jffs/
1656S: Maintained
1657
1658JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1659P: David Woodhouse
1660M: dwmw2@infradead.org
1661L: jffs-dev@axis.com
1662W: http://sources.redhat.com/jffs2/
1663S: Maintained
1664
1665JFS FILESYSTEM
1666P: Dave Kleikamp
1667M: shaggy@austin.ibm.com
1668L: jfs-discussion@lists.sourceforge.net
1669W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001670T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671S: Supported
1672
Josh Triplettde456d32006-07-30 03:04:00 -07001673JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001674P: Stephen Tweedie, Andrew Morton
1675M: sct@redhat.com, akpm@osdl.org
1676L: ext2-devel@lists.sourceforge.net
1677S: Maintained
1678
Rudolf Marek4660cb32006-10-08 22:01:26 +02001679K8TEMP HARDWARE MONITORING DRIVER
1680P: Rudolf Marek
1681M: r.marek@assembler.cz
1682L: lm-sensors@lm-sensors.org
1683S: Maintained
1684
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685KCONFIG
1686P: Roman Zippel
1687M: zippel@linux-m68k.org
1688L: kbuild-devel@lists.sourceforge.net
1689S: Maintained
1690
Vivek Goyalea6c2082006-05-20 14:59:55 -07001691KDUMP
1692P: Vivek Goyal
1693M: vgoyal@in.ibm.com
1694P: Haren Myneni
1695M: hbabu@us.ibm.com
1696L: fastboot@lists.osdl.org
1697L: linux-kernel@vger.kernel.org
1698W: http://lse.sourceforge.net/kdump/
1699S: Maintained
1700
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701KERNEL AUTOMOUNTER (AUTOFS)
1702P: H. Peter Anvin
1703M: hpa@zytor.com
1704L: autofs@linux.kernel.org
1705S: Odd Fixes
1706
1707KERNEL AUTOMOUNTER v4 (AUTOFS4)
1708P: Ian Kent
1709M: raven@themaw.net
1710L: autofs@linux.kernel.org
1711S: Maintained
1712
1713KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1714P: Kai Germaschewski
1715M: kai@germaschewski.name
1716P: Sam Ravnborg
1717M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001718T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719S: Maintained
1720
1721KERNEL JANITORS
1722P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001723L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725S: Maintained
1726
1727KERNEL NFSD
1728P: Neil Brown
1729M: neilb@cse.unsw.edu.au
1730L: nfs@lists.sourceforge.net
1731W: http://nfs.sourceforge.net/
1732W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1733S: Maintained
1734
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001735KEXEC
1736P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001737M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001738W: http://www.xmission.com/~ebiederm/files/kexec/
1739L: linux-kernel@vger.kernel.org
1740L: fastboot@osdl.org
1741S: Maintained
1742
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001743KPROBES
1744P: Prasanna S Panchamukhi
1745M: prasanna@in.ibm.com
1746P: Ananth N Mavinakayanahalli
1747M: ananth@in.ibm.com
1748P: Anil S Keshavamurthy
1749M: anil.s.keshavamurthy@intel.com
1750P: David S. Miller
1751M: davem@davemloft.net
1752L: linux-kernel@vger.kernel.org
1753S: Maintained
1754
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001757S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758
1759LASI 53c700 driver for PARISC
1760P: James E.J. Bottomley
1761M: James.Bottomley@HansenPartnership.com
1762L: linux-scsi@vger.kernel.org
1763S: Maintained
1764
Richard Purdie263de9b2006-05-15 09:44:16 -07001765LED SUBSYSTEM
1766P: Richard Purdie
1767M: rpurdie@rpsys.net
1768S: Maintained
1769
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770LEGO USB Tower driver
1771P: Juergen Stuber
1772M: starblue@users.sourceforge.net
1773L: legousb-devel@lists.sourceforge.net
1774W: http://legousb.sourceforge.net/
1775S: Maintained
1776
1777LINUX FOR IBM pSERIES (RS/6000)
1778P: Paul Mackerras
1779M: paulus@au.ibm.com
1780W: http://www.ibm.com/linux/ltc/projects/ppc
1781S: Supported
1782
1783LINUX FOR NCR VOYAGER
1784P: James Bottomley
1785M: James.Bottomley@HansenPartnership.com
1786W: http://www.hansenpartnership.com/voyager
1787S: Maintained
1788
1789LINUX FOR POWERPC
1790P: Paul Mackerras
1791M: paulus@samba.org
1792W: http://www.penguinppc.org/
1793L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001794T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795S: Supported
1796
1797LINUX FOR POWER MACINTOSH
1798P: Benjamin Herrenschmidt
1799M: benh@kernel.crashing.org
1800W: http://www.penguinppc.org/
1801L: linuxppc-dev@ozlabs.org
1802S: Maintained
1803
1804LINUX FOR POWERPC EMBEDDED MPC52XX
1805P: Sylvain Munaut
1806M: tnt@246tNt.com
1807W: http://www.246tNt.com/mpc52xx/
1808W: http://www.penguinppc.org/
1809L: linuxppc-dev@ozlabs.org
1810L: linuxppc-embedded@ozlabs.org
1811S: Maintained
1812
1813LINUX FOR POWERPC EMBEDDED PPC4XX
1814P: Matt Porter
1815M: mporter@kernel.crashing.org
1816W: http://www.penguinppc.org/
1817L: linuxppc-embedded@ozlabs.org
1818S: Maintained
1819
Tom Rinie93adf12005-07-26 12:49:53 -07001820LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821P: Tom Rini
1822M: trini@kernel.crashing.org
1823W: http://www.penguinppc.org/
1824L: linuxppc-embedded@ozlabs.org
1825S: Maintained
1826
Tom Rinie93adf12005-07-26 12:49:53 -07001827LINUX FOR POWERPC EMBEDDED PPC8XX
1828P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001829M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001830W: http://www.penguinppc.org/
1831L: linuxppc-embedded@ozlabs.org
1832S: Maintained
1833
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01001835P: Kumar Gala
1836M: galak@kernel.crashing.org
1837W: http://www.penguinppc.org/
1838L: linuxppc-embedded@ozlabs.org
1839S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840
Olof Johanssonab06ff32006-09-06 14:44:54 -05001841LINUX FOR POWERPC PA SEMI PWRFICIENT
1842P: Olof Johansson
1843M: olof@lixom.net
1844W: http://www.pasemi.com/
1845L: linuxppc-dev@ozlabs.org
1846S: Supported
1847
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848LLC (802.2)
1849P: Arnaldo Carvalho de Melo
1850M: acme@conectiva.com.br
1851S: Maintained
1852
1853LINUX FOR 64BIT POWERPC
1854P: Paul Mackerras
1855M: paulus@samba.org
1856M: paulus@au.ibm.com
1857P: Anton Blanchard
1858M: anton@samba.org
1859M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001860W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001861L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862S: Supported
1863
1864LINUX SECURITY MODULE (LSM) FRAMEWORK
1865P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001866M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001867L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001869T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870S: Supported
1871
1872LM83 HARDWARE MONITOR DRIVER
1873P: Jean Delvare
1874M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001875L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Maintained
1877
1878LM90 HARDWARE MONITOR DRIVER
1879P: Jean Delvare
1880M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001881L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882S: Maintained
1883
1884LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1885P: Richard Russon (FlatCap)
1886M: ldm@flatcap.org
1887L: ldm-devel@lists.sourceforge.net
1888W: http://ldm.sourceforge.net
1889S: Maintained
1890
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001891LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1892P: Eric Moore
1893M: Eric.Moore@lsil.com
1894M: support@lsil.com
1895L: mpt_linux_developer@lsil.com
1896L: linux-scsi@vger.kernel.org
1897W: http://www.lsilogic.com/support
1898S: Supported
1899
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1901P: Matthew Wilcox
1902M: matthew@wil.cx
1903L: linux-scsi@vger.kernel.org
1904S: Maintained
1905
1906M68K ARCHITECTURE
1907P: Geert Uytterhoeven
1908M: geert@linux-m68k.org
1909P: Roman Zippel
1910M: zippel@linux-m68k.org
1911L: linux-m68k@lists.linux-m68k.org
1912W: http://www.linux-m68k.org/
1913W: http://linux-m68k-cvs.ubb.ca/
1914S: Maintained
1915
1916M68K ON APPLE MACINTOSH
1917P: Joshua Thompson
1918M: funaho@jurai.org
1919W: http://www.mac.linux-m68k.org/
1920L: linux-mac68k@mac.linux-m68k.org
1921S: Maintained
1922
1923M68K ON HP9000/300
1924P: Philip Blundell
1925M: philb@gnu.org
1926W: http://www.tazenda.demon.co.uk/phil/linux-hp
1927S: Maintained
1928
1929MARVELL YUKON / SYSKONNECT DRIVER
1930P: Mirko Lindner
1931M: mlindner@syskonnect.de
1932P: Ralph Roesler
1933M: rroesler@syskonnect.de
1934W: http://www.syskonnect.com
1935S: Supported
1936
Michael Kerriskfaf16682005-07-31 22:34:47 -07001937MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01001938P: Michael Kerrisk
1939M: mtk-manpages@gmx.net
1940W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1941S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07001942
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001943MARVELL MV643XX ETHERNET DRIVER
1944P: Dale Farnsworth
1945M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001947M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001948L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001949S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950
1951MATROX FRAMEBUFFER DRIVER
1952P: Petr Vandrovec
1953M: vandrove@vc.cvut.cz
1954L: linux-fbdev-devel@lists.sourceforge.net
1955S: Maintained
1956
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001957MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01001958P: Neela Syam Kolli
1959M: Neela.Kolli@engenio.com
1960S: linux-scsi@vger.kernel.org
1961W: http://megaraid.lsilogic.com
1962S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001963
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001964MEMORY MANAGEMENT
1965L: linux-mm@kvack.org
1966L: linux-kernel@vger.kernel.org
1967W: http://www.linux-mm.org
1968S: Maintained
1969
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001970MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971P: David Woodhouse
1972M: dwmw2@infradead.org
1973W: http://www.linux-mtd.infradead.org/
1974L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001975T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976S: Maintained
1977
1978MICROTEK X6 SCANNER
1979P: Oliver Neukum
1980M: oliver@neukum.name
1981S: Maintained
1982
1983MIPS
1984P: Ralf Baechle
1985M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001986W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001988T: git www.linux-mips.org:/pub/scm/linux.git
1989S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990
1991MISCELLANEOUS MCA-SUPPORT
1992P: James Bottomley
1993M: jejb@steeleye.com
1994L: linux-kernel@vger.kernel.org
1995S: Maintained
1996
1997MODULE SUPPORT
1998P: Rusty Russell
1999M: rusty@rustcorp.com.au
2000L: linux-kernel@vger.kernel.org
2001S: Maintained
2002
2003MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2004P: Stelian Pop
2005M: stelian@popies.net
2006W: http://popies.net/meye/
2007S: Maintained
2008
2009MOUSE AND MISC DEVICES [GENERAL]
2010P: Alessandro Rubini
2011M: rubini@ipvvis.unipv.it
2012L: linux-kernel@vger.kernel.org
2013S: Maintained
2014
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002015MSI LAPTOP SUPPORT
2016P: Lennart Poettering
2017M: mzxreary@0pointer.de
2018L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2019W: http://0pointer.de/lennart/tchibo.html
2020S: Maintained
2021
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022MTRR AND SIMILAR SUPPORT [i386]
2023P: Richard Gooch
2024M: rgooch@atnf.csiro.au
2025L: linux-kernel@vger.kernel.org
2026W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2027S: Maintained
2028
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002029MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2030P: Pierre Ossman
2031M: drzeus-mmc@drzeus.cx
2032L: linux-kernel@vger.kernel.org
2033S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002034
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035MULTISOUND SOUND DRIVER
2036P: Andrew Veliath
2037M: andrewtv@usa.net
2038S: Maintained
2039
2040NATSEMI ETHERNET DRIVER (DP8381x)
2041P: Tim Hockin
2042M: thockin@hockin.org
2043S: Maintained
2044
2045NCP FILESYSTEM
2046P: Petr Vandrovec
2047M: vandrove@vc.cvut.cz
2048L: linware@sh.cvut.cz
2049S: Maintained
2050
2051NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2052P: James E.J. Bottomley
2053M: James.Bottomley@HansenPartnership.com
2054L: linux-scsi@vger.kernel.org
2055S: Maintained
2056
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002057NETEM NETWORK EMULATOR
2058P: Stephen Hemminger
2059M: shemminger@osdl.org
2060L: netem@osdl.org
2061S: Maintained
2062
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063NETFILTER/IPTABLES/IPCHAINS
2064P: Rusty Russell
2065P: Marc Boucher
2066P: James Morris
2067P: Harald Welte
2068P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002069P: Patrick McHardy
2070M: kaber@trash.net
2071L: netfilter-devel@lists.netfilter.org
2072L: netfilter@lists.netfilter.org
2073L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074W: http://www.netfilter.org/
2075W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076S: Supported
2077
Paul Moore4cc67732006-09-25 15:57:13 -07002078NETLABEL
2079P: Paul Moore
2080M: paul.moore@hp.com
2081W: http://netlabel.sf.net
2082L: netdev@vger.kernel.org
2083S: Supported
2084
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085NETROM NETWORK LAYER
2086P: Ralf Baechle
2087M: ralf@linux-mips.org
2088L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002089W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090S: Maintained
2091
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002092NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093P: Paul Clements
2094M: Paul.Clements@steeleye.com
2095S: Maintained
2096
2097NETWORK DEVICE DRIVERS
2098P: Andrew Morton
2099M: akpm@osdl.org
2100P: Jeff Garzik
2101M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002102L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002103T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104S: Maintained
2105
2106NETWORKING [GENERAL]
2107P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002108M: netdev@vger.kernel.org
2109L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002110W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111S: Maintained
2112
2113NETWORKING [IPv4/IPv6]
2114P: David S. Miller
2115M: davem@davemloft.net
2116P: Alexey Kuznetsov
2117M: kuznet@ms2.inr.ac.ru
2118P: Pekka Savola (ipv6)
2119M: pekkas@netcore.fi
2120P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002121M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122P: Hideaki YOSHIFUJI
2123M: yoshfuji@linux-ipv6.org
2124P: Patrick McHardy
2125M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002126L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002127T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128S: Maintained
2129
John W. Linville29f8f632006-01-18 14:52:48 -08002130NETWORKING [WIRELESS]
2131P: John W. Linville
2132M: linville@tuxdriver.com
2133L: netdev@vger.kernel.org
2134T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2135S: Maintained
2136
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002137NETXEN (1/10) GbE SUPPORT
2138P: Amit S. Kale
2139M: amitkale@netxen.com
2140L: netdev@vger.kernel.org
2141W: http://www.netxen.com
2142S: Supported
2143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144IPVS
2145P: Wensong Zhang
2146M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002147P: Simon Horman
2148M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149P: Julian Anastasov
2150M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002151L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152S: Maintained
2153
2154NFS CLIENT
2155P: Trond Myklebust
2156M: trond.myklebust@fys.uio.no
2157L: linux-kernel@vger.kernel.org
2158S: Maintained
2159
2160NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002161P: Jan-Pascal van Best
2162M: janpascal@vanbest.org
2163P: Andreas Mohr
2164M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002165L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166S: Maintained
2167
2168NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2169P: YOKOTA Hiroshi
2170M: yokota@netlab.is.tsukuba.ac.jp
2171W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2172S: Maintained
2173
2174NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2175P: GOTO Masanori
2176M: gotom@debian.or.jp
2177P: YOKOTA Hiroshi
2178M: yokota@netlab.is.tsukuba.ac.jp
2179W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2180S: Maintained
2181
2182NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2183P: Eberhard Moenkeberg
2184M: emoenke@gwdg.de
2185L: linux-kernel@vger.kernel.org
2186S: Maintained
2187
2188NTFS FILESYSTEM
2189P: Anton Altaparmakov
2190M: aia21@cantab.net
2191L: linux-ntfs-dev@lists.sourceforge.net
2192L: linux-kernel@vger.kernel.org
2193W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002194T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195S: Maintained
2196
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002197NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002198P: Antonino Daplas
2199M: adaplas@pol.net
2200L: linux-fbdev-devel@lists.sourceforge.net
2201S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002203OPENCORES I2C BUS DRIVER
2204P: Peter Korsgaard
2205M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002206L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002207S: Maintained
2208
Mark Fashehccd979b2005-12-15 14:31:24 -08002209ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2210P: Mark Fasheh
2211M: mark.fasheh@oracle.com
2212P: Kurt Hackel
2213M: kurt.hackel@oracle.com
2214L: ocfs2-devel@oss.oracle.com
2215W: http://oss.oracle.com/projects/ocfs2/
2216S: Supported
2217
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218OLYMPIC NETWORK DRIVER
2219P: Peter De Shrijver
2220M: p2@ace.ulyssis.student.kuleuven.ac.be
2221P: Mike Phillips
2222M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002223L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224L: linux-tr@linuxtr.net
2225W: http://www.linuxtr.net
2226S: Maintained
2227
Harald Weltec1986ee2005-11-13 16:06:29 -08002228OMNIKEY CARDMAN 4000 DRIVER
2229P: Harald Welte
2230M: laforge@gnumonks.org
2231S: Maintained
2232
Harald Welte77c44ab2005-11-13 16:06:26 -08002233OMNIKEY CARDMAN 4040 DRIVER
2234P: Harald Welte
2235M: laforge@gnumonks.org
2236S: Maintained
2237
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238ONSTREAM SCSI TAPE DRIVER
2239P: Willem Riede
2240M: osst@riede.org
2241L: osst-users@lists.sourceforge.net
2242L: linux-scsi@vger.kernel.org
2243S: Maintained
2244
2245OPL3-SA2, SA3, and SAx DRIVER
2246P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002247M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248L: linux-sound@vger.kernel.org
2249S: Maintained
2250
2251OPROFILE
2252P: Philippe Elie
2253M: phil.el@wanadoo.fr
2254L: oprofile-list@lists.sf.net
2255S: Maintained
2256
2257ORINOCO DRIVER
2258P: Pavel Roskin
2259M: proski@gnu.org
2260P: David Gibson
2261M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002262L: orinoco-users@lists.sourceforge.net
2263L: orinoco-devel@lists.sourceforge.net
2264W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265S: Maintained
2266
2267PARALLEL PORT SUPPORT
2268P: Phil Blundell
2269M: philb@gnu.org
2270P: Tim Waugh
2271M: tim@cyberelk.net
2272P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273P: Andrea Arcangeli
2274M: andrea@suse.de
2275L: linux-parport@lists.infradead.org
2276W: http://people.redhat.com/twaugh/parport/
2277S: Maintained
2278
2279PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2280P: Tim Waugh
2281M: tim@cyberelk.net
2282L: linux-parport@lists.infradead.org
2283W: http://www.torque.net/linux-pp.html
2284S: Maintained
2285
2286PARISC ARCHITECTURE
2287P: Matthew Wilcox
2288M: matthew@wil.cx
2289P: Grant Grundler
2290M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002291P: Kyle McMartin
2292M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293L: parisc-linux@parisc-linux.org
2294W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002295T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2296T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297S: Maintained
2298
Jim Cromie1662d322006-10-06 00:43:59 -07002299PC87360 HARDWARE MONITORING DRIVER
2300P: Jim Cromie
2301M: jim.cromie@gmail.com
2302L: lm-sensors@lm-sensors.org
2303S: Maintained
2304
2305PC8736x GPIO DRIVER
2306P: Jim Cromie
2307M: jim.cromie@gmail.com
2308S: Maintained
2309
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002310PCI ERROR RECOVERY
2311P: Linas Vepstas
2312M: linas@austin.ibm.com
2313L: linux-kernel@vger.kernel.org
2314L: linux-pci@atrey.karlin.mff.cuni.cz
2315S: Supported
2316
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2318P: Thomas Sailer
2319M: sailer@ife.ee.ethz.ch
2320L: linux-sound@vger.kernel.org
2321W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2322S: Maintained
2323
2324PCI SUBSYSTEM
2325P: Greg Kroah-Hartman
2326M: gregkh@suse.de
2327L: linux-kernel@vger.kernel.org
2328L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002329T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330S: Supported
2331
2332PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002333P: Kristen Carlson Accardi
2334M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335S: Supported
2336
2337PCI HOTPLUG COMPAQ DRIVER
2338P: Greg Kroah-Hartman
2339M: greg@kroah.com
2340S: Maintained
2341
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002342PCIE HOTPLUG DRIVER
2343P: Kristen Carlson Accardi
2344M: kristen.c.accardi@intel.com
2345L: pcihpd-discuss@lists.sourceforge.net
2346S: Maintained
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002349P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002350L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002352T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002353S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354
2355PCNET32 NETWORK DRIVER
2356P: Thomas Bogendörfer
2357M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002358L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Maintained
2360
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002361PER-TASK DELAY ACCOUNTING
2362P: Shailabh Nagar
2363M: nagar@watson.ibm.com
2364L: linux-kernel@vger.kernel.org
2365S: Maintained
2366
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002367PERSONALITY HANDLING
2368P: Christoph Hellwig
2369M: hch@infradead.org
2370L: linux-abi-devel@lists.sourceforge.net
2371S: Maintained
2372
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373PHRAM MTD DRIVER
2374P: Jörn Engel
2375M: joern@wh.fh-wedel.de
2376L: linux-mtd@lists.infradead.org
2377S: Maintained
2378
Peter Osterlund249a6772005-09-27 21:45:30 -07002379PKTCDVD DRIVER
2380P: Peter Osterlund
2381M: petero2@telia.com
2382L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002383S: Maintained
2384
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385POSIX CLOCKS and TIMERS
2386P: George Anzinger
2387M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002388L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Supported
2390
Eugene Surovegin24682972005-10-14 03:00:53 -07002391POWERPC 4xx EMAC DRIVER
2392P: Eugene Surovegin
2393M: ebs@ebshome.net
2394W: http://kernel.ebshome.net/emac/
2395L: linuxppc-embedded@ozlabs.org
2396L: netdev@vger.kernel.org
2397S: Maintained
2398
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399PNP SUPPORT
2400P: Adam Belay
2401M: ambx1@neo.rr.com
2402S: Maintained
2403
2404PPP PROTOCOL DRIVERS AND COMPRESSORS
2405P: Paul Mackerras
2406M: paulus@samba.org
2407L: linux-ppp@vger.kernel.org
2408S: Maintained
2409
2410PPP OVER ATM (RFC 2364)
2411P: Mitchell Blank Jr
2412M: mitch@sfgoth.com
2413S: Maintained
2414
2415PPP OVER ETHERNET
2416P: Michal Ostrowski
2417M: mostrows@speakeasy.net
2418S: Maintained
2419
2420PREEMPTIBLE KERNEL
2421P: Robert Love
2422M: rml@tech9.net
2423L: linux-kernel@vger.kernel.org
2424L: kpreempt-tech@lists.sourceforge.net
2425W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2426S: Supported
2427
2428PRISM54 WIRELESS DRIVER
2429P: Prism54 Development Team
2430M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002431L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432W: http://prism54.org
2433S: Maintained
2434
2435PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2436P: Peter Denison
2437M: promise@pnd-pc.demon.co.uk
2438W: http://www.pnd-pc.demon.co.uk/promise/
2439S: Maintained
2440
Michael Krufky83202042006-07-03 00:24:18 -07002441PVRUSB2 VIDEO4LINUX DRIVER
2442P: Mike Isely
2443M: isely@pobox.com
2444L: pvrusb2@isely.net
2445L: video4linux-list@redhat.com
2446W: http://www.isely.net/pvrusb2/
2447S: Maintained
2448
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449PXA2xx SUPPORT
2450P: Nicolas Pitre
2451M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453S: Maintained
2454
2455QLOGIC QLA2XXX FC-SCSI DRIVER
2456P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002457M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458L: linux-scsi@vger.kernel.org
2459S: Supported
2460
Ron Mercer5a4faa82006-07-25 00:40:21 -07002461QLOGIC QLA3XXX NETWORK DRIVER
2462P: Ron Mercer
2463M: linux-driver@qlogic.com
2464L: netdev@vger.kernel.org
2465S: Supported
2466
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467QNX4 FILESYSTEM
2468P: Anders Larsen
2469M: al@alarsen.net
2470L: linux-kernel@vger.kernel.org
2471W: http://www.alarsen.net/linux/qnx4fs/
2472S: Maintained
2473
2474RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002475P: Benjamin Herrenschmidt
2476M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477L: linux-fbdev-devel@lists.sourceforge.net
2478S: Maintained
2479
2480RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002481P: Paul Mackerras
2482M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483L: linux-fbdev-devel@lists.sourceforge.net
2484S: Maintained
2485
2486RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2487P: Corey Thomas
2488M: corey@world.std.com
2489L: linux-kernel@vger.kernel.org
2490S: Maintained
2491
Matt Mackall9e95ce22005-04-16 15:25:56 -07002492RANDOM NUMBER DRIVER
2493P: Matt Mackall
2494M: mpm@selenic.com
2495S: Maintained
2496
Matt Porter394b7012005-11-07 01:00:15 -08002497RAPIDIO SUBSYSTEM
2498P: Matt Porter
2499M: mporter@kernel.crashing.org
2500L: linux-kernel@vger.kernel.org
2501S: Maintained
2502
Josh Triplett595182b2006-10-04 02:17:21 -07002503READ-COPY UPDATE (RCU)
2504P: Dipankar Sarma
2505M: dipankar@in.ibm.com
2506W: http://www.rdrop.com/users/paulmck/rclock/
2507L: linux-kernel@vger.kernel.org
2508S: Supported
2509
2510RCUTORTURE MODULE
2511P: Josh Triplett
2512M: josh@freedesktop.org
2513L: linux-kernel@vger.kernel.org
2514S: Maintained
2515
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516REAL TIME CLOCK DRIVER
2517P: Paul Gortmaker
2518M: p_gortmaker@yahoo.com
2519L: linux-kernel@vger.kernel.org
2520S: Maintained
2521
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002522REAL TIME CLOCK (RTC) SUBSYSTEM
2523P: Alessandro Zummo
2524M: a.zummo@towertech.it
2525L: linux-kernel@vger.kernel.org
2526S: Maintained
2527
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528REISERFS FILE SYSTEM
2529P: Hans Reiser
2530M: reiserfs-dev@namesys.com
2531L: reiserfs-list@namesys.com
2532W: http://www.namesys.com
2533S: Supported
2534
2535ROCKETPORT DRIVER
2536P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537W: http://www.comtrol.com
2538S: Maintained
2539
2540ROSE NETWORK LAYER
2541P: Ralf Baechle
2542M: ralf@linux-mips.org
2543L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002544W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545S: Maintained
2546
2547RISCOM8 DRIVER
2548S: Orphan
2549
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002550S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002551P: Antonino Daplas
2552M: adaplas@pol.net
2553L: linux-fbdev-devel@lists.sourceforge.net
2554S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002555
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556S390
2557P: Martin Schwidefsky
2558M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002559P: Heiko Carstens
2560M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561M: linux390@de.ibm.com
2562L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002563W: http://www.ibm.com/developerworks/linux/linux390/
2564S: Supported
2565
2566S390 NETWORK DRIVERS
2567P: Frank Pavlic
2568M: fpavlic@de.ibm.com
2569M: linux390@de.ibm.com
2570L: linux-390@vm.marist.edu
2571W: http://www.ibm.com/developerworks/linux/linux390/
2572S: Supported
2573
2574S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002575P: Swen Schillig
2576M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002577M: linux390@de.ibm.com
2578L: linux-390@vm.marist.edu
2579W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580S: Supported
2581
2582SAA7146 VIDEO4LINUX-2 DRIVER
2583P: Michael Hunold
2584M: michael@mihu.de
2585W: http://www.mihu.de/linux/saa7146
2586S: Maintained
2587
2588SBPCD CDROM DRIVER
2589P: Eberhard Moenkeberg
2590M: emoenke@gwdg.de
2591L: linux-kernel@vger.kernel.org
2592S: Maintained
2593
2594SC1200 WDT DRIVER
2595P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002596M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597S: Maintained
2598
2599SCHEDULER
2600P: Ingo Molnar
2601M: mingo@elte.hu
2602P: Robert Love [the preemptible kernel bits]
2603M: rml@tech9.net
2604L: linux-kernel@vger.kernel.org
2605S: Maintained
2606
2607SCSI CDROM DRIVER
2608P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002609M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610L: linux-scsi@vger.kernel.org
2611W: http://www.kernel.dk
2612S: Maintained
2613
2614SCSI SG DRIVER
2615P: Doug Gilbert
2616M: dgilbert@interlog.com
2617L: linux-scsi@vger.kernel.org
2618W: http://www.torque.net/sg
2619S: Maintained
2620
2621SCSI SUBSYSTEM
2622P: James E.J. Bottomley
2623M: James.Bottomley@SteelEye.com
2624L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002625T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626S: Maintained
2627
2628SCSI TAPE DRIVER
2629P: Kai Mäkisara
2630M: Kai.Makisara@kolumbus.fi
2631L: linux-scsi@vger.kernel.org
2632S: Maintained
2633
2634SCTP PROTOCOL
Jim Cromiece00f852006-11-30 04:49:44 +01002635P: Sridhar Samudrala
2636M: sri@us.ibm.com
2637L: lksctp-developers@lists.sourceforge.net
2638S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639
2640SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002641P: Jim Cromie
2642M: jim.cromie@gmail.com
2643S: Odd Fixes
2644
2645SCx200 GPIO DRIVER
2646P: Jim Cromie
2647M: jim.cromie@gmail.com
2648S: Maintained
2649
2650SCx200 HRT CLOCKSOURCE DRIVER
2651P: Jim Cromie
2652M: jim.cromie@gmail.com
2653S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654
2655SECURITY CONTACT
2656P: Security Officers
2657M: security@kernel.org
2658S: Supported
2659
2660SELINUX SECURITY MODULE
2661P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002662M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002664M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665L: linux-kernel@vger.kernel.org (kernel issues)
2666L: selinux@tycho.nsa.gov (general discussion)
2667W: http://www.nsa.gov/selinux
2668S: Supported
2669
2670SERIAL ATA (SATA) SUBSYSTEM:
2671P: Jeff Garzik
2672M: jgarzik@pobox.com
2673L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002674T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675S: Supported
2676
2677SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2678P: Pat Gefre
2679M: pfg@sgi.com
2680L: linux-ia64@vger.kernel.org
2681S: Supported
2682
2683SGI VISUAL WORKSTATION 320 AND 540
2684P: Andrey Panin
2685M: pazke@donpac.ru
2686L: linux-visws-devel@lists.sf.net
2687W: http://linux-visws.sf.net
2688S: Maintained for 2.6.
2689
2690SIMTEC EB110ATX (Chalice CATS)
2691P: Ben Dooks
2692P: Vincent Sanders
2693M: support@simtec.co.uk
2694W: http://www.simtec.co.uk/products/EB110ATX/
2695S: Supported
2696
2697SIMTEC EB2410ITX (BAST)
2698P: Ben Dooks
2699P: Vincent Sanders
2700M: support@simtec.co.uk
2701W: http://www.simtec.co.uk/products/EB2410ITX/
2702S: Supported
2703
Francois Romieu92aab3c2005-07-30 13:11:18 +02002704SIS 190 ETHERNET DRIVER
2705P: Francois Romieu
2706M: romieu@fr.zoreil.com
2707L: netdev@vger.kernel.org
2708S: Maintained
2709
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710SIS 5513 IDE CONTROLLER DRIVER
2711P: Lionel Bouton
2712M: Lionel.Bouton@inet6.fr
2713W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2714W: http://gyver.homeip.net/sis5513/index.html
2715S: Maintained
2716
2717SIS 900/7016 FAST ETHERNET DRIVER
2718P: Daniele Venzano
2719M: venza@brownhat.org
2720W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002721L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722S: Maintained
2723
2724SIS FRAMEBUFFER DRIVER
2725P: Thomas Winischhofer
2726M: thomas@winischhofer.net
2727W: http://www.winischhofer.net/linuxsisvga.shtml
2728S: Maintained
2729
2730SIS USB2VGA DRIVER
2731P: Thomas Winischhofer
2732M: thomas@winischhofer.net
2733W: http://www.winischhofer.at/linuxsisusbvga.shtml
2734S: Maintained
2735
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736SMC91x ETHERNET DRIVER
2737P: Nicolas Pitre
2738M: nico@cam.org
2739S: Maintained
2740
Daniel Drake8f0f8502006-07-18 22:00:25 +01002741SOFTMAC LAYER (IEEE 802.11)
2742P: Johannes Berg
2743M: johannes@sipsolutions.net
2744P: Joe Jezak
2745M: josejx@gentoo.org
2746P: Daniel Drake
2747M: dsd@gentoo.org
2748W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01002749L: netdev@vger.kernel.org
2750S: Maintained
2751
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752SOFTWARE RAID (Multiple Disks) SUPPORT
2753P: Ingo Molnar
2754M: mingo@redhat.com
2755P: Neil Brown
2756M: neilb@cse.unsw.edu.au
2757L: linux-raid@vger.kernel.org
2758S: Maintained
2759
2760SOFTWARE SUSPEND:
2761P: Pavel Machek
2762M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002763L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764S: Maintained
2765
2766SONIC NETWORK DRIVER
2767P: Thomas Bogendoerfer
2768M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002769L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770S: Maintained
2771
2772SONY VAIO CONTROL DEVICE DRIVER
2773P: Stelian Pop
2774M: stelian@popies.net
2775W: http://popies.net/sonypi/
2776S: Maintained
2777
2778SOUND
2779P: Jaroslav Kysela
2780M: perex@suse.cz
2781L: alsa-devel@alsa-project.org
2782S: Maintained
2783
Kumar Gala025c3982006-04-02 16:05:54 -05002784SPI SUBSYSTEM
2785P: David Brownell
2786M: dbrownell@users.sourceforge.net
2787L: spi-devel-general@lists.sourceforge.net
2788S: Maintained
2789
Steven Rostedt855f46a2006-08-05 12:14:50 -07002790STABLE BRANCH:
2791P: Greg Kroah-Hartman
2792M: greg@kroah.com
2793P: Chris Wright
2794M: chrisw@sous-sol.org
2795L: stable@kernel.org
2796S: Maintained
2797
Kylene Hall1c72d462005-05-01 08:59:13 -07002798TPM DEVICE DRIVER
2799P: Kylene Hall
2800M: kjhall@us.ibm.com
2801W: http://tpmdd.sourceforge.net
2802L: tpmdd-devel@lists.sourceforge.net
2803S: Maintained
2804
Mark Gross1a80ba82005-10-30 15:02:55 -08002805Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01002806P: Mark Gross
2807M: mark.gross@intel.com
2808S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08002809
Chris Zankel48b415c2005-06-23 22:01:07 -07002810TENSILICA XTENSA PORT (xtensa):
2811P: Chris Zankel
2812M: chris@zankel.net
2813S: Maintained
2814
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815UltraSPARC (sparc64):
2816P: David S. Miller
2817M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002819T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820S: Maintained
2821
2822SHARP LH SUPPORT (LH7952X & LH7A40X)
2823P: Marc Singer
2824M: elf@buici.com
2825W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002826L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827S: Maintained
2828
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002829SHPC HOTPLUG DRIVER
2830P: Kristen Carlson Accardi
2831M: kristen.c.accardi@intel.com
2832L: pcihpd-discuss@lists.sourceforge.net
2833S: Maintained
2834
Pierre Ossmand129bce2006-03-24 03:18:17 -08002835SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2836P: Pierre Ossman
2837M: drzeus-sdhci@drzeus.cx
2838L: sdhci-devel@list.drzeus.cx
2839W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2840S: Maintained
2841
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002842SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2843P: Stephen Hemminger
2844M: shemminger@osdl.org
2845L: netdev@vger.kernel.org
2846S: Maintained
2847
Chris Boot1a87d942006-07-10 04:45:34 -07002848SOEKRIS NET48XX LED SUPPORT
2849P: Chris Boot
2850M: bootc@bootc.net
2851S: Maintained
2852
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853SPARC (sparc32):
2854P: William L. Irwin
2855M: wli@holomorphy.com
2856L: sparclinux@vger.kernel.org
2857S: Maintained
2858
2859SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2860P: Roger Wolff
2861M: R.E.Wolff@BitWizard.nl
2862L: linux-kernel@vger.kernel.org ?
2863S: Supported
2864
Jim Lewis2752e402006-09-29 02:01:19 -07002865SPIDERNET NETWORK DRIVER for CELL
2866P: Jim Lewis
2867M: jim@jklewis.com
2868L: netdev@vger.kernel.org
2869S: Supported
2870
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871SRM (Alpha) environment access
2872P: Jan-Benedict Glaw
2873M: jbglaw@lug-owl.de
2874L: linux-kernel@vger.kernel.org
2875S: Maintained
2876
2877STARFIRE/DURALAN NETWORK DRIVER
2878P: Ion Badulescu
2879M: ionut@cs.columbia.edu
2880S: Maintained
2881
2882STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2883W: http://mosquitonet.Stanford.EDU/strip.html
2884S: Unsupported ?
2885
2886STRADIS MPEG-2 DECODER DRIVER
2887P: Nathan Laredo
2888M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889W: http://www.stradis.com/
2890S: Maintained
2891
2892SUPERH (sh)
2893P: Paul Mundt
2894M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07002895L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897S: Maintained
2898
2899SUPERH64 (sh64)
2900P: Paul Mundt
2901M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902L: linuxsh-shmedia-dev@lists.sourceforge.net
2903W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904S: Maintained
2905
2906SUN3/3X
2907P: Sam Creasey
2908M: sammy@sammy.net
2909L: sun3-list@redhat.com
2910W: http://sammy.net/sun3/
2911S: Maintained
2912
2913SVGA HANDLING
2914P: Martin Mares
2915M: mj@ucw.cz
2916L: linux-video@atrey.karlin.mff.cuni.cz
2917S: Maintained
2918
2919SYSV FILESYSTEM
2920P: Christoph Hellwig
2921M: hch@infradead.org
2922S: Maintained
2923
Stephen Hemminger781b4562006-07-10 20:25:29 -07002924TC CLASSIFIER
2925P: Jamal Hadi Salim
2926M: hadi@cyberus.ca
2927L: netdev@vger.kernel.org
2928S: Maintained
2929
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002930TCP LOW PRIORITY MODULE
2931P: Wong Hoi Sing, Edison
2932M: hswong3i@gmail.com
2933P: Hung Hing Lun, Mike
2934M: hlhung3i@gmail.com
2935W: http://tcp-lp-mod.sourceforge.net/
2936S: Maintained
2937
Alex Dubov4020f2d2006-10-04 02:15:37 -07002938TI FLASH MEDIA INTERFACE DRIVER
2939P: Alex Dubov
2940M: oakad@yahoo.com
2941S: Maintained
2942
Michael Buesch844dd052006-06-26 00:24:59 -07002943TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2944P: Deepak Saxena
2945M: dsaxena@plexity.net
2946S: Maintained
2947
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002948TASKSTATS STATISTICS INTERFACE
2949P: Shailabh Nagar
2950M: nagar@watson.ibm.com
2951L: linux-kernel@vger.kernel.org
2952S: Maintained
2953
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002955P: Romain Lievin
2956M: roms@lpg.ticalc.org
2957S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958
Per Lidene86eaa32006-01-12 16:45:18 +01002959TIPC NETWORK LAYER
2960P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002961M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002962P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002963M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002964P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002965M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002966L: tipc-discussion@lists.sourceforge.net
2967W: http://tipc.sourceforge.net/
2968W: http://tipc.cslab.ericsson.net/
2969T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2970S: Maintained
2971
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972TLAN NETWORK DRIVER
2973P: Samuel Chessman
2974M: chessman@tux.org
2975L: tlan-devel@lists.sourceforge.net
2976W: http://sourceforge.net/projects/tlan/
2977S: Maintained
2978
2979TOKEN-RING NETWORK DRIVER
2980P: Mike Phillips
2981M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002982L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983L: linux-tr@linuxtr.net
2984W: http://www.linuxtr.net
2985S: Maintained
2986
2987TOSHIBA ACPI EXTRAS DRIVER
2988P: John Belmonte
2989M: toshiba_acpi@memebeam.org
2990W: http://memebeam.org/toys/ToshibaAcpiDriver
2991S: Maintained
2992
2993TOSHIBA SMM DRIVER
2994P: Jonathan Buzzard
2995M: jonathan@buzzard.org.uk
2996L: tlinux-users@tce.toshiba-dme.co.jp
2997W: http://www.buzzard.org.uk/toshiba/
2998S: Maintained
2999
3000TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3001P: Muli Ben-Yehuda
3002M: mulix@mulix.org
3003L: linux-kernel@vger.kernel.org
3004S: Maintained
3005
3006TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003007P: Adrian Bunk
3008M: trivial@kernel.org
3009L: linux-kernel@vger.kernel.org
3010W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3011T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3012S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013
3014TMS380 TOKEN-RING NETWORK DRIVER
3015P: Adam Fritzler
3016M: mid@auk.cx
3017L: linux-tr@linuxtr.net
3018W: http://www.auk.cx/tms380tr/
3019S: Maintained
3020
3021TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003022P: Valerie Henson
3023M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024L: tulip-users@lists.sourceforge.net
3025W: http://sourceforge.net/projects/tulip/
3026S: Maintained
3027
3028TUN/TAP driver
3029P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003030M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031L: vtun@office.satix.net
3032W: http://vtun.sourceforge.net/tun
3033S: Maintained
3034
3035U14-34F SCSI DRIVER
3036P: Dario Ballabio
3037M: ballabio_dario@emc.com
3038L: linux-scsi@vger.kernel.org
3039S: Maintained
3040
3041UDF FILESYSTEM
3042P: Ben Fennema
3043M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044W: http://linux-udf.sourceforge.net
3045S: Maintained
3046
3047UNIFORM CDROM DRIVER
3048P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003049M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050L: linux-kernel@vger.kernel.org
3051W: http://www.kernel.dk
3052S: Maintained
3053
3054USB ACM DRIVER
3055P: Oliver Neukum
3056M: oliver@neukum.name
3057L: linux-usb-users@lists.sourceforge.net
3058L: linux-usb-devel@lists.sourceforge.net
3059S: Maintained
3060
3061USB BLOCK DRIVER (UB ub)
3062P: Pete Zaitcev
3063M: zaitcev@redhat.com
3064L: linux-kernel@vger.kernel.org
3065L: linux-usb-devel@lists.sourceforge.net
3066S: Supported
3067
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068USB CDC ETHERNET DRIVER
3069P: Greg Kroah-Hartman
3070M: greg@kroah.com
3071L: linux-usb-users@lists.sourceforge.net
3072L: linux-usb-devel@lists.sourceforge.net
3073S: Maintained
3074W: http://www.kroah.com/linux-usb/
3075
3076USB EHCI DRIVER
3077P: David Brownell
3078M: dbrownell@users.sourceforge.net
3079L: linux-usb-devel@lists.sourceforge.net
3080S: Maintained
3081
Luca Risolia7ce08c92006-01-11 02:06:59 +00003082USB ET61X[12]51 DRIVER
3083P: Luca Risolia
3084M: luca.risolia@studio.unibo.it
3085L: linux-usb-devel@lists.sourceforge.net
3086L: video4linux-list@redhat.com
3087W: http://www.linux-projects.org
3088S: Maintained
3089
David Brownell69ae9e32006-11-14 02:03:31 -08003090USB GADGET/PERIPHERAL SUBSYSTEM
3091P: David Brownell
3092M: dbrownell@users.sourceforge.net
3093L: linux-usb-devel@lists.sourceforge.net
3094W: http://www.linux-usb.org/gadget
3095S: Maintained
3096
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097USB HID/HIDBP DRIVERS
3098P: Vojtech Pavlik
3099M: vojtech@suse.cz
3100L: linux-usb-users@lists.sourceforge.net
3101L: linux-usb-devel@lists.sourceforge.net
3102S: Maintained
3103
3104USB HUB DRIVER
3105P: Johannes Erdfelt
3106M: johannes@erdfelt.com
3107L: linux-usb-users@lists.sourceforge.net
3108L: linux-usb-devel@lists.sourceforge.net
3109S: Maintained
3110
Olav Kongas959eea22005-11-03 17:38:14 +02003111USB ISP116X DRIVER
3112P: Olav Kongas
3113M: ok@artecdesign.ee
3114L: linux-usb-devel@lists.sourceforge.net
3115S: Maintained
3116
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117USB KAWASAKI LSI DRIVER
3118P: Oliver Neukum
3119M: oliver@neukum.name
3120L: linux-usb-users@lists.sourceforge.net
3121L: linux-usb-devel@lists.sourceforge.net
3122S: Maintained
3123
3124USB MASS STORAGE DRIVER
3125P: Matthew Dharm
3126M: mdharm-usb@one-eyed-alien.net
3127L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003128L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129S: Maintained
3130W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3131
3132USB OHCI DRIVER
3133P: Roman Weissgaerber
3134M: weissg@vienna.at
3135L: linux-usb-users@lists.sourceforge.net
3136L: linux-usb-devel@lists.sourceforge.net
3137S: Maintained
3138
Matthias Urlichsba460e42005-07-14 00:33:47 -07003139USB OPTION-CARD DRIVER
3140P: Matthias Urlichs
3141M: smurf@smurf.noris.de
3142L: linux-usb-devel@lists.sourceforge.net
3143S: Maintained
3144
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145USB OV511 DRIVER
3146P: Mark McClelland
3147M: mmcclell@bigfoot.com
3148L: linux-usb-users@lists.sourceforge.net
3149L: linux-usb-devel@lists.sourceforge.net
3150W: http://alpha.dyndns.org/ov511/
3151S: Maintained
3152
3153USB PEGASUS DRIVER
3154P: Petko Manolov
3155M: petkan@users.sourceforge.net
3156L: linux-usb-users@lists.sourceforge.net
3157L: linux-usb-devel@lists.sourceforge.net
3158W: http://pegasus2.sourceforge.net/
3159S: Maintained
3160
3161USB PRINTER DRIVER
3162P: Vojtech Pavlik
3163M: vojtech@suse.cz
3164L: linux-usb-users@lists.sourceforge.net
3165L: linux-usb-devel@lists.sourceforge.net
3166S: Maintained
3167
3168USB RTL8150 DRIVER
3169P: Petko Manolov
3170M: petkan@users.sourceforge.net
3171L: linux-usb-users@lists.sourceforge.net
3172L: linux-usb-devel@lists.sourceforge.net
3173W: http://pegasus2.sourceforge.net/
3174S: Maintained
3175
3176USB SE401 DRIVER
3177P: Jeroen Vreeken
3178M: pe1rxq@amsat.org
3179L: linux-usb-users@lists.sourceforge.net
3180L: linux-usb-devel@lists.sourceforge.net
3181W: http://www.chello.nl/~j.vreeken/se401/
3182S: Maintained
3183
3184USB SERIAL CYBERJACK DRIVER
3185P: Matthias Bruestle and Harald Welte
3186M: support@reiner-sct.com
3187W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3188S: Maintained
3189
3190USB SERIAL DIGI ACCELEPORT DRIVER
3191P: Peter Berger and Al Borchers
3192M: pberger@brimson.com
3193M: alborchers@steinerpoint.com
3194L: linux-usb-users@lists.sourceforge.net
3195L: linux-usb-devel@lists.sourceforge.net
3196S: Maintained
3197
3198USB SERIAL DRIVER
3199P: Greg Kroah-Hartman
3200M: gregkh@suse.de
3201L: linux-usb-users@lists.sourceforge.net
3202L: linux-usb-devel@lists.sourceforge.net
3203S: Supported
3204
3205USB SERIAL BELKIN F5U103 DRIVER
3206P: William Greathouse
3207M: wgreathouse@smva.com
3208L: linux-usb-users@lists.sourceforge.net
3209L: linux-usb-devel@lists.sourceforge.net
3210S: Maintained
3211
3212USB SERIAL CYPRESS M8 DRIVER
3213P: Lonnie Mendez
3214M: dignome@gmail.com
3215L: linux-usb-users@lists.sourceforge.net
3216L: linux-usb-devel@lists.sourceforge.net
3217S: Maintained
3218W: http://geocities.com/i0xox0i
3219W: http://firstlight.net/cvs
3220
3221USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3222L: linux-usb-users@lists.sourceforge.net
3223L: linux-usb-devel@lists.sourceforge.net
3224S: Maintained
3225
3226USB AUERSWALD DRIVER
3227P: Wolfgang Muees
3228M: wolfgang@iksw-muees.de
3229L: linux-usb-users@lists.sourceforge.net
3230L: linux-usb-devel@lists.sourceforge.net
3231S: Maintained
3232
3233USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3234P: Gary Brubaker
3235M: xavyer@ix.netcom.com
3236L: linux-usb-users@lists.sourceforge.net
3237L: linux-usb-devel@lists.sourceforge.net
3238S: Maintained
3239
3240USB SERIAL KEYSPAN DRIVER
3241P: Greg Kroah-Hartman
3242M: greg@kroah.com
3243L: linux-usb-users@lists.sourceforge.net
3244L: linux-usb-devel@lists.sourceforge.net
3245W: http://www.kroah.com/linux/
3246S: Maintained
3247
3248USB SERIAL WHITEHEAT DRIVER
3249P: Stuart MacDonald
3250M: stuartm@connecttech.com
3251L: linux-usb-users@lists.sourceforge.net
3252L: linux-usb-devel@lists.sourceforge.net
3253W: http://www.connecttech.com
3254S: Supported
3255
3256USB SN9C10x DRIVER
3257P: Luca Risolia
3258M: luca.risolia@studio.unibo.it
3259L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003260L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261W: http://www.linux-projects.org
3262S: Maintained
3263
3264USB SUBSYSTEM
3265P: Greg Kroah-Hartman
3266M: gregkh@suse.de
3267L: linux-usb-users@lists.sourceforge.net
3268L: linux-usb-devel@lists.sourceforge.net
3269W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003270T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271S: Supported
3272
3273USB UHCI DRIVER
3274P: Alan Stern
3275M: stern@rowland.harvard.edu
3276L: linux-usb-users@lists.sourceforge.net
3277L: linux-usb-devel@lists.sourceforge.net
3278S: Maintained
3279
David Brownell69ae9e32006-11-14 02:03:31 -08003280USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281P: David Brownell
3282M: dbrownell@users.sourceforge.net
3283L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003284W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285S: Maintained
3286
3287USB W996[87]CF DRIVER
3288P: Luca Risolia
3289M: luca.risolia@studio.unibo.it
3290L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003291L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292W: http://www.linux-projects.org
3293S: Maintained
3294
Luca Risolia60f78052006-02-06 16:29:35 +00003295USB ZC0301 DRIVER
3296P: Luca Risolia
3297M: luca.risolia@studio.unibo.it
3298L: linux-usb-devel@lists.sourceforge.net
3299L: video4linux-list@redhat.com
3300W: http://www.linux-projects.org
3301S: Maintained
3302
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303USB ZD1201 DRIVER
3304P: Jeroen Vreeken
3305M: pe1rxq@amsat.org
3306L: linux-usb-users@lists.sourceforge.net
3307L: linux-usb-devel@lists.sourceforge.net
3308W: http://linux-lc100020.sourceforge.net
3309S: Maintained
3310
3311USER-MODE LINUX
3312P: Jeff Dike
3313M: jdike@karaya.com
3314L: user-mode-linux-devel@lists.sourceforge.net
3315L: user-mode-linux-user@lists.sourceforge.net
3316W: http://user-mode-linux.sourceforge.net
3317S: Maintained
3318
3319FAT/VFAT/MSDOS FILESYSTEM:
3320P: OGAWA Hirofumi
3321M: hirofumi@mail.parknet.co.jp
3322L: linux-kernel@vger.kernel.org
3323S: Maintained
3324
3325VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3326P: Jeff Garzik
3327S: Odd fixes
3328
3329VIA RHINE NETWORK DRIVER
3330P: Roger Luethi
3331M: rl@hellgate.ch
3332S: Maintained
3333
Jean Delvare32c0a522005-09-22 21:47:58 +02003334VIAPRO SMBUS DRIVER
3335P: Jean Delvare
3336M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003337L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003338S: Maintained
3339
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340UCLINUX (AND M68KNOMMU)
3341P: Greg Ungerer
3342M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003344L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345S: Maintained
3346
3347UCLINUX FOR NEC V850
3348P: Miles Bader
3349M: uclinux-v850@lsi.nec.co.jp
3350W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3351W: http://www.ee.nec.de/uclinux/
3352S: Supported
3353
3354UCLINUX FOR RENESAS H8/300
3355P: Yoshinori Sato
3356M: ysato@users.sourceforge.jp
3357W: http://uclinux-h8.sourceforge.jp/
3358S: Supported
3359
3360USB DIAMOND RIO500 DRIVER
3361P: Cesar Miquel
3362M: miquel@df.uba.ar
3363L: rio500-users@lists.sourceforge.net
3364W: http://rio500.sourceforge.net
3365S: Maintained
3366
3367VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003368P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003369M: mchehab@infradead.org
3370M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003372W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003373T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003374S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375
Juerg Haefligerab413192006-09-24 20:54:04 +02003376VT1211 HARDWARE MONITOR DRIVER
3377P: Juerg Haefliger
3378M: juergh@gmail.com
3379L: lm-sensors@lm-sensors.org
3380S: Maintained
3381
Roger Lucas1de9e372005-11-26 20:20:05 +01003382VT8231 HARDWARE MONITOR DRIVER
3383P: Roger Lucas
3384M: roger@planbit.co.uk
3385L: lm-sensors@lm-sensors.org
3386S: Maintained
3387
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388W1 DALLAS'S 1-WIRE BUS
3389P: Evgeniy Polyakov
3390M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391S: Maintained
3392
Charles Spirakis13927072006-07-05 18:05:15 +02003393W83791D HARDWARE MONITORING DRIVER
3394P: Charles Spirakis
3395M: bezaur@gmail.com
3396L: lm-sensors@lm-sensors.org
3397S: Maintained
3398
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399W83L51xD SD/MMC CARD INTERFACE DRIVER
3400P: Pierre Ossman
3401M: drzeus-wbsd@drzeus.cx
3402L: wbsd-devel@list.drzeus.cx
3403W: http://projects.drzeus.cx/wbsd
3404S: Maintained
3405
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003406WATCHDOG DEVICE DRIVERS
3407P: Wim Van Sebroeck
3408M: wim@iguana.be
3409T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3410S: Maintained
3411
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3413P: Jean Tourrilhes
3414M: jt@hpl.hp.com
3415W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3416S: Maintained
3417
3418WD7000 SCSI DRIVER
3419P: Miroslav Zagorac
3420M: zaga@fly.cc.fer.hr
3421L: linux-scsi@vger.kernel.org
3422S: Maintained
3423
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003424WISTRON LAPTOP BUTTON DRIVER
3425P: Miloslav Trmac
3426M: mitr@volny.cz
3427S: Maintained
3428
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429WL3501 WIRELESS PCMCIA CARD DRIVER
3430P: Arnaldo Carvalho de Melo
3431M: acme@conectiva.com.br
3432W: http://advogato.org/person/acme
3433S: Maintained
3434
3435X.25 NETWORK LAYER
3436P: Henner Eisen
3437M: eis@baty.hanse.de
3438L: linux-x25@vger.kernel.org
3439S: Maintained
3440
3441XFS FILESYSTEM
3442P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003443P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003445L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003447T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448S: Supported
3449
3450X86 3-LEVEL PAGING (PAE) SUPPORT
3451P: Ingo Molnar
3452M: mingo@redhat.com
3453S: Maintained
3454
3455X86-64 port
3456P: Andi Kleen
3457M: ak@suse.de
3458L: discuss@x86-64.org
3459W: http://www.x86-64.org
3460S: Maintained
3461
3462YAM DRIVER FOR AX.25
3463P: Jean-Paul Roubelat
3464M: jpr@f6fbb.org
3465L: linux-hams@vger.kernel.org
3466S: Maintained
3467
Henkaf64a5e2005-10-12 15:02:56 +02003468YEALINK PHONE DRIVER
3469P: Henk Vergonet
3470M: Henk.Vergonet@gmail.com
3471L: usbb2k-api-dev@nongnu.org
3472S: Maintained
3473
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474Z8530 DRIVER FOR AX.25
3475P: Joerg Reuter
3476M: jreuter@yaina.de
3477W: http://yaina.de/jreuter/
3478W: http://www.qsl.net/dl1bke/
3479L: linux-hams@vger.kernel.org
3480S: Maintained
3481
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003482ZD1211RW WIRELESS DRIVER
3483P: Daniel Drake
3484M: dsd@gentoo.org
3485P: Ulrich Kunitz
3486M: kune@deine-taler.de
3487W: http://zd1211.ath.cx/wiki/DriverRewrite
3488L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3489S: Maintained
3490
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491ZF MACHZ WATCHDOG
3492P: Fernando Fuganti
3493M: fuganti@netbank.com.br
3494W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3495S: Maintained
3496
3497ZR36067 VIDEO FOR LINUX DRIVER
3498P: Ronald Bultje
3499M: rbultje@ronald.bitfreak.net
3500L: mjpeg-users@lists.sourceforge.net
3501W: http://mjpeg.sourceforge.net/driver-zoran/
3502S: Maintained
3503
3504ZR36120 VIDEO FOR LINUX DRIVER
3505P: Pauline Middelink
3506M: middelin@polyware.nl
3507W: http://www.polyware.nl/~middelin/En/hobbies.html
3508W: http://www.polyware.nl/~middelin/hobbies.html
3509S: Maintained
3510
3511THE REST
3512P: Linus Torvalds
3513S: Buried alive in reporters