blob: cf24400213f8fc75b51d2f93bbafa60ac0a5593c [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
Erik Mouw72be2cc2006-12-06 20:40:49 -08001094L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095S: Maintained
1096
1097EXT3 FILE SYSTEM
1098P: Stephen Tweedie, Andrew Morton
1099M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001100L: linux-ext4@vger.kernel.org
1101S: Maintained
1102
1103EXT4 FILE SYSTEM
1104P: Stephen Tweedie, Andrew Morton
1105M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1106L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107S: Maintained
1108
Jean Delvaree53004e2006-01-09 23:26:14 +01001109F71805F HARDWARE MONITORING DRIVER
1110P: Jean Delvare
1111M: khali@linux-fr.org
1112L: lm-sensors@lm-sensors.org
1113S: Maintained
1114
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115FARSYNC SYNCHRONOUS DRIVER
1116P: Kevin Curtis
1117M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118W: http://www.farsite.co.uk/
1119S: Supported
1120
1121FRAMEBUFFER LAYER
1122P: Antonino Daplas
1123M: adaplas@pol.net
1124L: linux-fbdev-devel@lists.sourceforge.net
1125W: http://linux-fbdev.sourceforge.net/
1126S: Maintained
1127
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001128FREESCALE SOC FS_ENET DRIVER
1129P: Pantelis Antoniou
1130M: pantelis.antoniou@gmail.com
1131P: Vitaly Bordug
1132M: vbordug@ru.mvista.com
1133L: linuxppc-embedded@ozlabs.org
1134L: netdev@vger.kernel.org
1135S: Maintained
1136
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137FILE LOCKING (flock() and fcntl()/lockf())
1138P: Matthew Wilcox
1139M: matthew@wil.cx
1140L: linux-fsdevel@vger.kernel.org
1141S: Maintained
1142
1143FILESYSTEMS (VFS and infrastructure)
1144P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001145M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146S: Maintained
1147
1148FIRMWARE LOADER (request_firmware)
1149L: linux-kernel@vger.kernel.org
1150S: Orphan
1151
1152FPU EMULATOR
1153P: Bill Metzenthen
1154M: billm@suburbia.net
1155W: http://suburbia.net/~billm/floating-point/emulator/
1156S: Maintained
1157
1158FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1159P: Mike McLagan
1160M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001161L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162S: Maintained
1163
1164FREEVXFS FILESYSTEM
1165P: Christoph Hellwig
1166M: hch@infradead.org
1167W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1168S: Maintained
1169
1170FUJITSU FR-V PORT
1171P: David Howells
1172M: dhowells@redhat.com
1173S: Maintained
1174
Miklos Szeredi04578f12005-09-09 13:10:22 -07001175FUSE: FILESYSTEM IN USERSPACE
1176P: Miklos Szeredi
1177M: miklos@szeredi.hu
1178L: fuse-devel@lists.sourceforge.net
1179W: http://fuse.sourceforge.net/
1180S: Maintained
1181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1183P: Rik Faith
1184M: faith@cs.unc.edu
1185L: linux-scsi@vger.kernel.org
1186S: Odd fixes (e.g., new signatures)
1187
1188GDT SCSI DISK ARRAY CONTROLLER DRIVER
1189P: Achim Leubner
1190M: achim_leubner@adaptec.com
1191L: linux-scsi@vger.kernel.org
1192W: http://www.icp-vortex.com/
1193S: Supported
1194
1195GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1196P: Krzysztof Halasa
1197M: khc@pm.waw.pl
1198W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1199S: Maintained
1200
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001201GFS2 FILE SYSTEM
1202P: Steven Whitehouse
1203M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001204L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001205W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001206T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1207T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001208S: Supported
1209
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001210GIGASET ISDN DRIVERS
1211P: Hansjoerg Lipp
1212M: hjlipp@web.de
1213P: Tilman Schmidt
1214M: tilman@imap.cc
1215L: gigaset307x-common@lists.sourceforge.net
1216W: http://gigaset307x.sourceforge.net/
1217S: Maintained
1218
Jean Delvare5b543962005-08-15 19:51:02 +02001219HARDWARE MONITORING
1220P: Jean Delvare
1221M: khali@linux-fr.org
1222L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001223W: http://www.lm-sensors.org/
1224T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
Jean Delvare5b543962005-08-15 19:51:02 +02001225S: Maintained
1226
Michael Buesch844dd052006-06-26 00:24:59 -07001227HARDWARE RANDOM NUMBER GENERATOR CORE
1228P: Michael Buesch
1229M: mb@bu3sch.de
1230S: Maintained
1231
Robert Love860e1d62005-08-31 23:57:59 -04001232HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1233P: Robert Love
1234M: rlove@rlove.org
1235M: linux-kernel@vger.kernel.org
1236W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1237S: Maintained
1238
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239HARMONY SOUND DRIVER
1240P: Kyle McMartin
1241M: kyle@parisc-linux.org
1242W: http://www.parisc-linux.org/~kyle/harmony/
1243L: parisc-linux@lists.parisc-linux.org
1244S: Maintained
1245
1246HAYES ESP SERIAL DRIVER
1247P: Andrew J. Robinson
1248M: arobinso@nyx.net
1249L: linux-kernel@vger.kernel.org
1250W: http://www.nyx.net/~arobinso
1251S: Maintained
1252
1253HFS FILESYSTEM
1254P: Roman Zippel
1255M: zippel@linux-m68k.org
1256L: linux-kernel@vger.kernel.org
1257S: Maintained
1258
1259HGA FRAMEBUFFER DRIVER
1260P: Ferenc Bakonyi
1261M: fero@drama.obuda.kando.hu
1262L: linux-nvidia@lists.surfsouth.com
1263W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1264S: Maintained
1265
1266HIGH-SPEED SCC DRIVER FOR AX.25
1267P: Klaus Kudielka
1268M: klaus.kudielka@ieee.org
1269L: linux-hams@vger.kernel.org
1270W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1271S: Maintained
1272
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001273HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1274P: HighPoint Linux Team
1275M: linux@highpoint-tech.com
1276W: http://www.highpoint-tech.com
1277S: Supported
1278
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279HIPPI
1280P: Jes Sorensen
1281M: jes@trained-monkey.org
1282L: linux-hippi@sunsite.dk
1283S: Maintained
1284
1285HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1286P: Chirag Kantharia
1287M: chirag.kantharia@hp.com
1288L: iss_storagedev@hp.com
1289S: Maintained
1290
1291HEWLETT-PACKARD SMART2 RAID DRIVER
1292P: Chirag Kantharia
1293M: chirag.kantharia@hp.com
1294L: iss_storagedev@hp.com
1295S: Maintained
1296
1297HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1298P: Mike Miller
1299M: mike.miller@hp.com
1300L: iss_storagedev@hp.com
1301S: Supported
1302
Jouni Malinenff1d2762005-05-12 22:54:16 -04001303HOST AP DRIVER
1304P: Jouni Malinen
1305M: jkmaline@cc.hut.fi
1306L: hostap@shmoo.com
1307W: http://hostap.epitest.fi/
1308S: Maintained
1309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1311P: Jaroslav Kysela
1312M: perex@suse.cz
1313S: Maintained
1314
Bob Piccob9b03322005-11-07 00:59:19 -08001315HPET: High Precision Event Timers driver (hpet.c)
1316P: Clemens Ladisch
1317M: clemens@ladisch.de
1318S: Maintained
1319
1320HPET: i386
1321P: Venkatesh Pallipadi (Venki)
1322M: venkatesh.pallipadi@intel.com
1323S: Maintained
1324
1325HPET: x86_64
1326P: Andi Kleen and Vojtech Pavlik
1327M: ak@muc.de and vojtech@suse.cz
1328S: Maintained
1329
1330HPET: ACPI hpet.c
1331P: Bob Picco
1332M: bob.picco@hp.com
1333S: Maintained
1334
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335HPFS FILESYSTEM
1336P: Mikulas Patocka
1337M: mikulas@artax.karlin.mff.cuni.cz
1338W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1339S: Maintained
1340
1341HUGETLB FILESYSTEM
1342P: William Irwin
1343M: wli@holomorphy.com
1344S: Maintained
1345
Jean Delvare5b543962005-08-15 19:51:02 +02001346I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347P: Jean Delvare
1348M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001349L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001350T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351S: Maintained
1352
1353I2O
1354P: Markus Lidel
1355M: markus.lidel@shadowconnect.com
1356W: http://i2o.shadowconnect.com/
1357S: Maintained
1358
1359i386 BOOT CODE
1360P: Riley H. Williams
1361M: Riley@Williams.Name
1362L: Linux-Kernel@vger.kernel.org
1363S: Maintained
1364
1365i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1366P: Dave Jones
1367M: davej@codemonkey.org.uk
1368P: H. Peter Anvin
1369M: hpa@zytor.com
1370S: Maintained
1371
1372i810 TCO TIMER WATCHDOG
1373P: Nils Faerber
1374M: nils@kernelconcepts.de
1375W: http://www.kernelconcepts.de/
1376S: Maintained
1377
1378IA64 (Itanium) PLATFORM
1379P: Tony Luck
1380M: tony.luck@intel.com
1381L: linux-ia64@vger.kernel.org
1382W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001383T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384S: Maintained
1385
1386SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001387P: Jes Sorensen
1388M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389L: linux-altix@sgi.com
1390L: linux-ia64@vger.kernel.org
1391W: http://www.sgi.com/altix
1392S: Maintained
1393
1394IBM MCA SCSI SUBSYSTEM DRIVER
1395P: Michael Lang
1396M: langa2@kph.uni-mainz.de
1397W: http://www.uni-mainz.de/~langm000/linux.html
1398S: Maintained
1399
1400IBM Power Linux RAID adapter
1401P: Brian King
1402M: brking@us.ibm.com
1403S: Supported
1404
1405IBM ServeRAID RAID DRIVER
1406P: Jack Hammer
1407P: Dave Jeffery
1408M: ipslinux@adaptec.com
1409W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1410S: Supported
1411
1412IDE DRIVER [GENERAL]
1413P: Bartlomiej Zolnierkiewicz
1414M: B.Zolnierkiewicz@elka.pw.edu.pl
1415L: linux-kernel@vger.kernel.org
1416L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001417T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418S: Maintained
1419
1420IDE/ATAPI CDROM DRIVER
1421P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02001422M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423L: linux-kernel@vger.kernel.org
1424W: http://www.kernel.dk
1425S: Maintained
1426
1427IDE/ATAPI FLOPPY DRIVERS
1428P: Paul Bristow
1429M: Paul Bristow <paul@paulbristow.net>
1430W: http://paulbristow.net/linux/idefloppy.html
1431L: linux-kernel@vger.kernel.org
1432S: Maintained
1433
1434IDE/ATAPI TAPE DRIVERS
1435P: Gadi Oxman
1436M: Gadi Oxman <gadio@netvision.net.il>
1437L: linux-kernel@vger.kernel.org
1438S: Maintained
1439
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440IEEE 1394 SUBSYSTEM
1441P: Ben Collins
1442M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001443P: Stefan Richter
1444M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445L: linux1394-devel@lists.sourceforge.net
1446W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001447T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448S: Maintained
1449
Stefan Richter87730d02006-09-16 12:24:00 +02001450IEEE 1394 IPV4 DRIVER (eth1394)
1451P: Stefan Richter
1452M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001454S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455
1456IEEE 1394 PCILYNX DRIVER
1457P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001458M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001459P: Stefan Richter
1460M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001462S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463
1464IEEE 1394 RAW I/O DRIVER
1465P: Ben Collins
1466M: bcollins@debian.org
1467P: Dan Dennedy
1468M: dan@dennedy.org
1469L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001470S: Maintained
1471
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472IMS TWINTURBO FRAMEBUFFER DRIVER
1473P: Paul Mundt
1474M: lethal@chaoticdreams.org
1475L: linux-fbdev-devel@lists.sourceforge.net
1476S: Maintained
1477
1478INFINIBAND SUBSYSTEM
1479P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001480M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481P: Sean Hefty
1482M: mshefty@ichips.intel.com
1483P: Hal Rosenstock
1484M: halr@voltaire.com
1485L: openib-general@openib.org
1486W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001487T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488S: Supported
1489
1490INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001491P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001492M: dmitry.torokhov@gmail.com
1493M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494L: linux-input@atrey.karlin.mff.cuni.cz
1495L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001496T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497S: Maintained
1498
Robert Lovec9f04f52005-07-15 12:21:07 -04001499INOTIFY
1500P: John McCutchan and Robert Love
1501M: ttb@tentacle.dhs.org and rml@novell.com
1502L: linux-kernel@vger.kernel.org
1503S: Maintained
1504
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001505INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001506P: Sylvain Meyer
1507M: sylvain.meyer@worldonline.fr
1508L: linux-fbdev-devel@lists.sourceforge.net
1509S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001510
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001512P: Antonino Daplas
1513M: adaplas@pol.net
1514L: linux-fbdev-devel@lists.sourceforge.net
1515S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516
1517INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1518P: Ingo Molnar
1519M: mingo@redhat.com
1520S: Maintained
1521
1522INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1523P: Jeff Garzik
1524M: jgarzik@pobox.com
1525W: http://sourceforge.net/projects/gkernel/
1526S: Maintained
1527
1528INTEL IA32 MICROCODE UPDATE SUPPORT
1529P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001530M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531S: Maintained
1532
Michael Buesch844dd052006-06-26 00:24:59 -07001533INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1534P: Deepak Saxena
1535M: dsaxena@plexity.net
1536S: Maintained
1537
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538INTEL PRO/100 ETHERNET SUPPORT
1539P: John Ronciak
1540M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541P: Jesse Brandeburg
1542M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001543P: Jeff Kirsher
1544M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001545P: Auke Kok
1546M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547W: http://sourceforge.net/projects/e1000/
1548S: Supported
1549
1550INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1551P: Jeb Cramer
1552M: cramerj@intel.com
1553P: John Ronciak
1554M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001555P: Jesse Brandeburg
1556M: jesse.brandeburg@intel.com
1557P: Jeff Kirsher
1558M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001559P: Auke Kok
1560M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561W: http://sourceforge.net/projects/e1000/
1562S: Supported
1563
1564INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001565P: Jeff Kirsher
1566M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567P: Ayyappan Veeraiyan
1568M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569P: John Ronciak
1570M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001571P: Jesse Brandeburg
1572M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001573P: Auke Kok
1574M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575W: http://sourceforge.net/projects/e1000/
1576S: Supported
1577
James Ketrenos826d2ab2005-11-07 18:56:59 -06001578INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1579P: Yi Zhu
1580M: yi.zhu@intel.com
1581P: James Ketrenos
1582M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001583L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001584L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1585W: http://ipw2100.sourceforge.net
1586S: Supported
1587
1588INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1589P: Yi Zhu
1590M: yi.zhu@intel.com
1591P: James Ketrenos
1592M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001593L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001594L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1595W: http://ipw2200.sourceforge.net
1596S: Supported
1597
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598IOC3 DRIVER
1599P: Ralf Baechle
1600M: ralf@linux-mips.org
1601L: linux-mips@linux-mips.org
1602S: Maintained
1603
1604IP MASQUERADING:
1605P: Juanjo Ciarlante
1606M: jjciarla@raiz.uncu.edu.ar
1607S: Maintained
1608
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001609IPATH DRIVER:
1610P: Bryan O'Sullivan
1611M: support@pathscale.com
1612L: openib-general@openib.org
1613S: Supported
1614
Corey Minyard4409ebe2006-04-20 02:43:12 -07001615IPMI SUBSYSTEM
1616P: Corey Minyard
1617M: minyard@acm.org
1618L: openipmi-developer@lists.sourceforge.net
1619W: http://openipmi.sourceforge.net/
1620S: Supported
1621
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622IPX NETWORK LAYER
1623P: Arnaldo Carvalho de Melo
1624M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001625L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626S: Maintained
1627
1628IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001629P: Samuel Ortiz
1630M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001631L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001633S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634
1635ISAPNP
1636P: Jaroslav Kysela
1637M: perex@suse.cz
1638S: Maintained
1639
1640ISDN SUBSYSTEM
1641P: Karsten Keil
1642M: kkeil@suse.de
1643P: Kai Germaschewski
1644M: kai.germaschewski@gmx.de
1645L: isdn4linux@listserv.isdn4linux.de
1646W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001647T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Maintained
1649
1650ISDN SUBSYSTEM (Eicon active card driver)
1651P: Armin Schindler
1652M: mac@melware.de
1653L: isdn4linux@listserv.isdn4linux.de
1654W: http://www.melware.de
1655S: Maintained
1656
1657JOURNALLING FLASH FILE SYSTEM (JFFS)
1658P: Axis Communications AB
1659M: jffs-dev@axis.com
1660L: jffs-dev@axis.com
1661W: http://www.developer.axis.com/software/jffs/
1662S: Maintained
1663
1664JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1665P: David Woodhouse
1666M: dwmw2@infradead.org
1667L: jffs-dev@axis.com
1668W: http://sources.redhat.com/jffs2/
1669S: Maintained
1670
1671JFS FILESYSTEM
1672P: Dave Kleikamp
1673M: shaggy@austin.ibm.com
1674L: jfs-discussion@lists.sourceforge.net
1675W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001676T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677S: Supported
1678
Josh Triplettde456d32006-07-30 03:04:00 -07001679JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001680P: Stephen Tweedie, Andrew Morton
1681M: sct@redhat.com, akpm@osdl.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08001682L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07001683S: Maintained
1684
Rudolf Marek4660cb32006-10-08 22:01:26 +02001685K8TEMP HARDWARE MONITORING DRIVER
1686P: Rudolf Marek
1687M: r.marek@assembler.cz
1688L: lm-sensors@lm-sensors.org
1689S: Maintained
1690
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691KCONFIG
1692P: Roman Zippel
1693M: zippel@linux-m68k.org
1694L: kbuild-devel@lists.sourceforge.net
1695S: Maintained
1696
Vivek Goyalea6c2082006-05-20 14:59:55 -07001697KDUMP
1698P: Vivek Goyal
1699M: vgoyal@in.ibm.com
1700P: Haren Myneni
1701M: hbabu@us.ibm.com
1702L: fastboot@lists.osdl.org
1703L: linux-kernel@vger.kernel.org
1704W: http://lse.sourceforge.net/kdump/
1705S: Maintained
1706
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707KERNEL AUTOMOUNTER (AUTOFS)
1708P: H. Peter Anvin
1709M: hpa@zytor.com
1710L: autofs@linux.kernel.org
1711S: Odd Fixes
1712
1713KERNEL AUTOMOUNTER v4 (AUTOFS4)
1714P: Ian Kent
1715M: raven@themaw.net
1716L: autofs@linux.kernel.org
1717S: Maintained
1718
1719KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1720P: Kai Germaschewski
1721M: kai@germaschewski.name
1722P: Sam Ravnborg
1723M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001724T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725S: Maintained
1726
1727KERNEL JANITORS
1728P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001729L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731S: Maintained
1732
1733KERNEL NFSD
1734P: Neil Brown
1735M: neilb@cse.unsw.edu.au
1736L: nfs@lists.sourceforge.net
1737W: http://nfs.sourceforge.net/
1738W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1739S: Maintained
1740
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001741KEXEC
1742P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001743M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001744W: http://www.xmission.com/~ebiederm/files/kexec/
1745L: linux-kernel@vger.kernel.org
1746L: fastboot@osdl.org
1747S: Maintained
1748
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001749KPROBES
1750P: Prasanna S Panchamukhi
1751M: prasanna@in.ibm.com
1752P: Ananth N Mavinakayanahalli
1753M: ananth@in.ibm.com
1754P: Anil S Keshavamurthy
1755M: anil.s.keshavamurthy@intel.com
1756P: David S. Miller
1757M: davem@davemloft.net
1758L: linux-kernel@vger.kernel.org
1759S: Maintained
1760
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001763S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764
1765LASI 53c700 driver for PARISC
1766P: James E.J. Bottomley
1767M: James.Bottomley@HansenPartnership.com
1768L: linux-scsi@vger.kernel.org
1769S: Maintained
1770
Richard Purdie263de9b2006-05-15 09:44:16 -07001771LED SUBSYSTEM
1772P: Richard Purdie
1773M: rpurdie@rpsys.net
1774S: Maintained
1775
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776LEGO USB Tower driver
1777P: Juergen Stuber
1778M: starblue@users.sourceforge.net
1779L: legousb-devel@lists.sourceforge.net
1780W: http://legousb.sourceforge.net/
1781S: Maintained
1782
1783LINUX FOR IBM pSERIES (RS/6000)
1784P: Paul Mackerras
1785M: paulus@au.ibm.com
1786W: http://www.ibm.com/linux/ltc/projects/ppc
1787S: Supported
1788
1789LINUX FOR NCR VOYAGER
1790P: James Bottomley
1791M: James.Bottomley@HansenPartnership.com
1792W: http://www.hansenpartnership.com/voyager
1793S: Maintained
1794
1795LINUX FOR POWERPC
1796P: Paul Mackerras
1797M: paulus@samba.org
1798W: http://www.penguinppc.org/
1799L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001800T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801S: Supported
1802
1803LINUX FOR POWER MACINTOSH
1804P: Benjamin Herrenschmidt
1805M: benh@kernel.crashing.org
1806W: http://www.penguinppc.org/
1807L: linuxppc-dev@ozlabs.org
1808S: Maintained
1809
1810LINUX FOR POWERPC EMBEDDED MPC52XX
1811P: Sylvain Munaut
1812M: tnt@246tNt.com
1813W: http://www.246tNt.com/mpc52xx/
1814W: http://www.penguinppc.org/
1815L: linuxppc-dev@ozlabs.org
1816L: linuxppc-embedded@ozlabs.org
1817S: Maintained
1818
1819LINUX FOR POWERPC EMBEDDED PPC4XX
1820P: Matt Porter
1821M: mporter@kernel.crashing.org
1822W: http://www.penguinppc.org/
1823L: linuxppc-embedded@ozlabs.org
1824S: Maintained
1825
Tom Rinie93adf12005-07-26 12:49:53 -07001826LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827P: Tom Rini
1828M: trini@kernel.crashing.org
1829W: http://www.penguinppc.org/
1830L: linuxppc-embedded@ozlabs.org
1831S: Maintained
1832
Tom Rinie93adf12005-07-26 12:49:53 -07001833LINUX FOR POWERPC EMBEDDED PPC8XX
1834P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001835M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001836W: http://www.penguinppc.org/
1837L: linuxppc-embedded@ozlabs.org
1838S: Maintained
1839
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01001841P: Kumar Gala
1842M: galak@kernel.crashing.org
1843W: http://www.penguinppc.org/
1844L: linuxppc-embedded@ozlabs.org
1845S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846
Olof Johanssonab06ff32006-09-06 14:44:54 -05001847LINUX FOR POWERPC PA SEMI PWRFICIENT
1848P: Olof Johansson
1849M: olof@lixom.net
1850W: http://www.pasemi.com/
1851L: linuxppc-dev@ozlabs.org
1852S: Supported
1853
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854LLC (802.2)
1855P: Arnaldo Carvalho de Melo
1856M: acme@conectiva.com.br
1857S: Maintained
1858
1859LINUX FOR 64BIT POWERPC
1860P: Paul Mackerras
1861M: paulus@samba.org
1862M: paulus@au.ibm.com
1863P: Anton Blanchard
1864M: anton@samba.org
1865M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001866W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001867L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868S: Supported
1869
1870LINUX SECURITY MODULE (LSM) FRAMEWORK
1871P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001872M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001873L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001875T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Supported
1877
1878LM83 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
1884LM90 HARDWARE MONITOR DRIVER
1885P: Jean Delvare
1886M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001887L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888S: Maintained
1889
1890LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1891P: Richard Russon (FlatCap)
1892M: ldm@flatcap.org
1893L: ldm-devel@lists.sourceforge.net
1894W: http://ldm.sourceforge.net
1895S: Maintained
1896
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001897LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1898P: Eric Moore
1899M: Eric.Moore@lsil.com
1900M: support@lsil.com
1901L: mpt_linux_developer@lsil.com
1902L: linux-scsi@vger.kernel.org
1903W: http://www.lsilogic.com/support
1904S: Supported
1905
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1907P: Matthew Wilcox
1908M: matthew@wil.cx
1909L: linux-scsi@vger.kernel.org
1910S: Maintained
1911
1912M68K ARCHITECTURE
1913P: Geert Uytterhoeven
1914M: geert@linux-m68k.org
1915P: Roman Zippel
1916M: zippel@linux-m68k.org
1917L: linux-m68k@lists.linux-m68k.org
1918W: http://www.linux-m68k.org/
1919W: http://linux-m68k-cvs.ubb.ca/
1920S: Maintained
1921
1922M68K ON APPLE MACINTOSH
1923P: Joshua Thompson
1924M: funaho@jurai.org
1925W: http://www.mac.linux-m68k.org/
1926L: linux-mac68k@mac.linux-m68k.org
1927S: Maintained
1928
1929M68K ON HP9000/300
1930P: Philip Blundell
1931M: philb@gnu.org
1932W: http://www.tazenda.demon.co.uk/phil/linux-hp
1933S: Maintained
1934
1935MARVELL YUKON / SYSKONNECT DRIVER
1936P: Mirko Lindner
1937M: mlindner@syskonnect.de
1938P: Ralph Roesler
1939M: rroesler@syskonnect.de
1940W: http://www.syskonnect.com
1941S: Supported
1942
Michael Kerriskfaf16682005-07-31 22:34:47 -07001943MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01001944P: Michael Kerrisk
1945M: mtk-manpages@gmx.net
1946W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1947S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07001948
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001949MARVELL MV643XX ETHERNET DRIVER
1950P: Dale Farnsworth
1951M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001953M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001954L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001955S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956
1957MATROX FRAMEBUFFER DRIVER
1958P: Petr Vandrovec
1959M: vandrove@vc.cvut.cz
1960L: linux-fbdev-devel@lists.sourceforge.net
1961S: Maintained
1962
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001963MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01001964P: Neela Syam Kolli
1965M: Neela.Kolli@engenio.com
1966S: linux-scsi@vger.kernel.org
1967W: http://megaraid.lsilogic.com
1968S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001969
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001970MEMORY MANAGEMENT
1971L: linux-mm@kvack.org
1972L: linux-kernel@vger.kernel.org
1973W: http://www.linux-mm.org
1974S: Maintained
1975
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001976MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977P: David Woodhouse
1978M: dwmw2@infradead.org
1979W: http://www.linux-mtd.infradead.org/
1980L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001981T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982S: Maintained
1983
1984MICROTEK X6 SCANNER
1985P: Oliver Neukum
1986M: oliver@neukum.name
1987S: Maintained
1988
1989MIPS
1990P: Ralf Baechle
1991M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001992W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001994T: git www.linux-mips.org:/pub/scm/linux.git
1995S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996
1997MISCELLANEOUS MCA-SUPPORT
1998P: James Bottomley
1999M: jejb@steeleye.com
2000L: linux-kernel@vger.kernel.org
2001S: Maintained
2002
2003MODULE SUPPORT
2004P: Rusty Russell
2005M: rusty@rustcorp.com.au
2006L: linux-kernel@vger.kernel.org
2007S: Maintained
2008
2009MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2010P: Stelian Pop
2011M: stelian@popies.net
2012W: http://popies.net/meye/
2013S: Maintained
2014
2015MOUSE AND MISC DEVICES [GENERAL]
2016P: Alessandro Rubini
2017M: rubini@ipvvis.unipv.it
2018L: linux-kernel@vger.kernel.org
2019S: Maintained
2020
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002021MSI LAPTOP SUPPORT
2022P: Lennart Poettering
2023M: mzxreary@0pointer.de
2024L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2025W: http://0pointer.de/lennart/tchibo.html
2026S: Maintained
2027
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028MTRR AND SIMILAR SUPPORT [i386]
2029P: Richard Gooch
2030M: rgooch@atnf.csiro.au
2031L: linux-kernel@vger.kernel.org
2032W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2033S: Maintained
2034
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002035MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2036P: Pierre Ossman
2037M: drzeus-mmc@drzeus.cx
2038L: linux-kernel@vger.kernel.org
2039S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002040
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041MULTISOUND SOUND DRIVER
2042P: Andrew Veliath
2043M: andrewtv@usa.net
2044S: Maintained
2045
2046NATSEMI ETHERNET DRIVER (DP8381x)
2047P: Tim Hockin
2048M: thockin@hockin.org
2049S: Maintained
2050
2051NCP FILESYSTEM
2052P: Petr Vandrovec
2053M: vandrove@vc.cvut.cz
2054L: linware@sh.cvut.cz
2055S: Maintained
2056
2057NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2058P: James E.J. Bottomley
2059M: James.Bottomley@HansenPartnership.com
2060L: linux-scsi@vger.kernel.org
2061S: Maintained
2062
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002063NETEM NETWORK EMULATOR
2064P: Stephen Hemminger
2065M: shemminger@osdl.org
2066L: netem@osdl.org
2067S: Maintained
2068
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069NETFILTER/IPTABLES/IPCHAINS
2070P: Rusty Russell
2071P: Marc Boucher
2072P: James Morris
2073P: Harald Welte
2074P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002075P: Patrick McHardy
2076M: kaber@trash.net
2077L: netfilter-devel@lists.netfilter.org
2078L: netfilter@lists.netfilter.org
2079L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080W: http://www.netfilter.org/
2081W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082S: Supported
2083
Paul Moore4cc67732006-09-25 15:57:13 -07002084NETLABEL
2085P: Paul Moore
2086M: paul.moore@hp.com
2087W: http://netlabel.sf.net
2088L: netdev@vger.kernel.org
2089S: Supported
2090
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091NETROM NETWORK LAYER
2092P: Ralf Baechle
2093M: ralf@linux-mips.org
2094L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002095W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096S: Maintained
2097
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002098NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099P: Paul Clements
2100M: Paul.Clements@steeleye.com
2101S: Maintained
2102
2103NETWORK DEVICE DRIVERS
2104P: Andrew Morton
2105M: akpm@osdl.org
2106P: Jeff Garzik
2107M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002108L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002109T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110S: Maintained
2111
2112NETWORKING [GENERAL]
2113P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002114M: netdev@vger.kernel.org
2115L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002116W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117S: Maintained
2118
2119NETWORKING [IPv4/IPv6]
2120P: David S. Miller
2121M: davem@davemloft.net
2122P: Alexey Kuznetsov
2123M: kuznet@ms2.inr.ac.ru
2124P: Pekka Savola (ipv6)
2125M: pekkas@netcore.fi
2126P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002127M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128P: Hideaki YOSHIFUJI
2129M: yoshfuji@linux-ipv6.org
2130P: Patrick McHardy
2131M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002132L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002133T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Maintained
2135
John W. Linville29f8f632006-01-18 14:52:48 -08002136NETWORKING [WIRELESS]
2137P: John W. Linville
2138M: linville@tuxdriver.com
2139L: netdev@vger.kernel.org
2140T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2141S: Maintained
2142
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002143NETXEN (1/10) GbE SUPPORT
2144P: Amit S. Kale
2145M: amitkale@netxen.com
2146L: netdev@vger.kernel.org
2147W: http://www.netxen.com
2148S: Supported
2149
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150IPVS
2151P: Wensong Zhang
2152M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002153P: Simon Horman
2154M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155P: Julian Anastasov
2156M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002157L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158S: Maintained
2159
2160NFS CLIENT
2161P: Trond Myklebust
2162M: trond.myklebust@fys.uio.no
2163L: linux-kernel@vger.kernel.org
2164S: Maintained
2165
2166NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002167P: Jan-Pascal van Best
2168M: janpascal@vanbest.org
2169P: Andreas Mohr
2170M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002171L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172S: Maintained
2173
2174NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2175P: YOKOTA Hiroshi
2176M: yokota@netlab.is.tsukuba.ac.jp
2177W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2178S: Maintained
2179
2180NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2181P: GOTO Masanori
2182M: gotom@debian.or.jp
2183P: YOKOTA Hiroshi
2184M: yokota@netlab.is.tsukuba.ac.jp
2185W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2186S: Maintained
2187
2188NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2189P: Eberhard Moenkeberg
2190M: emoenke@gwdg.de
2191L: linux-kernel@vger.kernel.org
2192S: Maintained
2193
2194NTFS FILESYSTEM
2195P: Anton Altaparmakov
2196M: aia21@cantab.net
2197L: linux-ntfs-dev@lists.sourceforge.net
2198L: linux-kernel@vger.kernel.org
2199W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002200T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201S: Maintained
2202
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002203NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002204P: Antonino Daplas
2205M: adaplas@pol.net
2206L: linux-fbdev-devel@lists.sourceforge.net
2207S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002209OPENCORES I2C BUS DRIVER
2210P: Peter Korsgaard
2211M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002212L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002213S: Maintained
2214
Mark Fashehccd979b2005-12-15 14:31:24 -08002215ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2216P: Mark Fasheh
2217M: mark.fasheh@oracle.com
2218P: Kurt Hackel
2219M: kurt.hackel@oracle.com
2220L: ocfs2-devel@oss.oracle.com
2221W: http://oss.oracle.com/projects/ocfs2/
2222S: Supported
2223
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224OLYMPIC NETWORK DRIVER
2225P: Peter De Shrijver
2226M: p2@ace.ulyssis.student.kuleuven.ac.be
2227P: Mike Phillips
2228M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002229L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230L: linux-tr@linuxtr.net
2231W: http://www.linuxtr.net
2232S: Maintained
2233
Harald Weltec1986ee2005-11-13 16:06:29 -08002234OMNIKEY CARDMAN 4000 DRIVER
2235P: Harald Welte
2236M: laforge@gnumonks.org
2237S: Maintained
2238
Harald Welte77c44ab2005-11-13 16:06:26 -08002239OMNIKEY CARDMAN 4040 DRIVER
2240P: Harald Welte
2241M: laforge@gnumonks.org
2242S: Maintained
2243
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244ONSTREAM SCSI TAPE DRIVER
2245P: Willem Riede
2246M: osst@riede.org
2247L: osst-users@lists.sourceforge.net
2248L: linux-scsi@vger.kernel.org
2249S: Maintained
2250
2251OPL3-SA2, SA3, and SAx DRIVER
2252P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002253M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254L: linux-sound@vger.kernel.org
2255S: Maintained
2256
2257OPROFILE
2258P: Philippe Elie
2259M: phil.el@wanadoo.fr
2260L: oprofile-list@lists.sf.net
2261S: Maintained
2262
2263ORINOCO DRIVER
2264P: Pavel Roskin
2265M: proski@gnu.org
2266P: David Gibson
2267M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002268L: orinoco-users@lists.sourceforge.net
2269L: orinoco-devel@lists.sourceforge.net
2270W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271S: Maintained
2272
2273PARALLEL PORT SUPPORT
2274P: Phil Blundell
2275M: philb@gnu.org
2276P: Tim Waugh
2277M: tim@cyberelk.net
2278P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279P: Andrea Arcangeli
2280M: andrea@suse.de
2281L: linux-parport@lists.infradead.org
2282W: http://people.redhat.com/twaugh/parport/
2283S: Maintained
2284
2285PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2286P: Tim Waugh
2287M: tim@cyberelk.net
2288L: linux-parport@lists.infradead.org
2289W: http://www.torque.net/linux-pp.html
2290S: Maintained
2291
2292PARISC ARCHITECTURE
2293P: Matthew Wilcox
2294M: matthew@wil.cx
2295P: Grant Grundler
2296M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002297P: Kyle McMartin
2298M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299L: parisc-linux@parisc-linux.org
2300W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002301T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2302T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303S: Maintained
2304
Jim Cromie1662d322006-10-06 00:43:59 -07002305PC87360 HARDWARE MONITORING DRIVER
2306P: Jim Cromie
2307M: jim.cromie@gmail.com
2308L: lm-sensors@lm-sensors.org
2309S: Maintained
2310
2311PC8736x GPIO DRIVER
2312P: Jim Cromie
2313M: jim.cromie@gmail.com
2314S: Maintained
2315
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002316PCI ERROR RECOVERY
2317P: Linas Vepstas
2318M: linas@austin.ibm.com
2319L: linux-kernel@vger.kernel.org
2320L: linux-pci@atrey.karlin.mff.cuni.cz
2321S: Supported
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2324P: Thomas Sailer
2325M: sailer@ife.ee.ethz.ch
2326L: linux-sound@vger.kernel.org
2327W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2328S: Maintained
2329
2330PCI SUBSYSTEM
2331P: Greg Kroah-Hartman
2332M: gregkh@suse.de
2333L: linux-kernel@vger.kernel.org
2334L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002335T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Supported
2337
2338PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002339P: Kristen Carlson Accardi
2340M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341S: Supported
2342
2343PCI HOTPLUG COMPAQ DRIVER
2344P: Greg Kroah-Hartman
2345M: greg@kroah.com
2346S: Maintained
2347
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002348PCIE HOTPLUG DRIVER
2349P: Kristen Carlson Accardi
2350M: kristen.c.accardi@intel.com
2351L: pcihpd-discuss@lists.sourceforge.net
2352S: Maintained
2353
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002355P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002356L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002358T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002359S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360
2361PCNET32 NETWORK DRIVER
2362P: Thomas Bogendörfer
2363M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002364L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365S: Maintained
2366
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002367PER-TASK DELAY ACCOUNTING
2368P: Shailabh Nagar
2369M: nagar@watson.ibm.com
2370L: linux-kernel@vger.kernel.org
2371S: Maintained
2372
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002373PERSONALITY HANDLING
2374P: Christoph Hellwig
2375M: hch@infradead.org
2376L: linux-abi-devel@lists.sourceforge.net
2377S: Maintained
2378
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379PHRAM MTD DRIVER
2380P: Jörn Engel
2381M: joern@wh.fh-wedel.de
2382L: linux-mtd@lists.infradead.org
2383S: Maintained
2384
Peter Osterlund249a6772005-09-27 21:45:30 -07002385PKTCDVD DRIVER
2386P: Peter Osterlund
2387M: petero2@telia.com
2388L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002389S: Maintained
2390
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391POSIX CLOCKS and TIMERS
2392P: George Anzinger
2393M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002394L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395S: Supported
2396
Eugene Surovegin24682972005-10-14 03:00:53 -07002397POWERPC 4xx EMAC DRIVER
2398P: Eugene Surovegin
2399M: ebs@ebshome.net
2400W: http://kernel.ebshome.net/emac/
2401L: linuxppc-embedded@ozlabs.org
2402L: netdev@vger.kernel.org
2403S: Maintained
2404
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405PNP SUPPORT
2406P: Adam Belay
2407M: ambx1@neo.rr.com
2408S: Maintained
2409
2410PPP PROTOCOL DRIVERS AND COMPRESSORS
2411P: Paul Mackerras
2412M: paulus@samba.org
2413L: linux-ppp@vger.kernel.org
2414S: Maintained
2415
2416PPP OVER ATM (RFC 2364)
2417P: Mitchell Blank Jr
2418M: mitch@sfgoth.com
2419S: Maintained
2420
2421PPP OVER ETHERNET
2422P: Michal Ostrowski
2423M: mostrows@speakeasy.net
2424S: Maintained
2425
2426PREEMPTIBLE KERNEL
2427P: Robert Love
2428M: rml@tech9.net
2429L: linux-kernel@vger.kernel.org
2430L: kpreempt-tech@lists.sourceforge.net
2431W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2432S: Supported
2433
2434PRISM54 WIRELESS DRIVER
2435P: Prism54 Development Team
2436M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002437L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438W: http://prism54.org
2439S: Maintained
2440
2441PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2442P: Peter Denison
2443M: promise@pnd-pc.demon.co.uk
2444W: http://www.pnd-pc.demon.co.uk/promise/
2445S: Maintained
2446
Geoff Levandf58a9d12006-11-23 00:46:51 +01002447PS3 PLATFORM SUPPORT
2448P: Geoff Levand
2449M: geoffrey.levand@am.sony.com
2450L: linuxppc-dev@ozlabs.org
2451L: cbe-oss-dev@ozlabs.org
2452S: Supported
2453
Michael Krufky83202042006-07-03 00:24:18 -07002454PVRUSB2 VIDEO4LINUX DRIVER
2455P: Mike Isely
2456M: isely@pobox.com
2457L: pvrusb2@isely.net
2458L: video4linux-list@redhat.com
2459W: http://www.isely.net/pvrusb2/
2460S: Maintained
2461
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462PXA2xx SUPPORT
2463P: Nicolas Pitre
2464M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466S: Maintained
2467
2468QLOGIC QLA2XXX FC-SCSI DRIVER
2469P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002470M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471L: linux-scsi@vger.kernel.org
2472S: Supported
2473
Ron Mercer5a4faa82006-07-25 00:40:21 -07002474QLOGIC QLA3XXX NETWORK DRIVER
2475P: Ron Mercer
2476M: linux-driver@qlogic.com
2477L: netdev@vger.kernel.org
2478S: Supported
2479
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480QNX4 FILESYSTEM
2481P: Anders Larsen
2482M: al@alarsen.net
2483L: linux-kernel@vger.kernel.org
2484W: http://www.alarsen.net/linux/qnx4fs/
2485S: Maintained
2486
2487RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002488P: Benjamin Herrenschmidt
2489M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490L: linux-fbdev-devel@lists.sourceforge.net
2491S: Maintained
2492
2493RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002494P: Paul Mackerras
2495M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496L: linux-fbdev-devel@lists.sourceforge.net
2497S: Maintained
2498
2499RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2500P: Corey Thomas
2501M: corey@world.std.com
2502L: linux-kernel@vger.kernel.org
2503S: Maintained
2504
Matt Mackall9e95ce22005-04-16 15:25:56 -07002505RANDOM NUMBER DRIVER
2506P: Matt Mackall
2507M: mpm@selenic.com
2508S: Maintained
2509
Matt Porter394b7012005-11-07 01:00:15 -08002510RAPIDIO SUBSYSTEM
2511P: Matt Porter
2512M: mporter@kernel.crashing.org
2513L: linux-kernel@vger.kernel.org
2514S: Maintained
2515
Josh Triplett595182b2006-10-04 02:17:21 -07002516READ-COPY UPDATE (RCU)
2517P: Dipankar Sarma
2518M: dipankar@in.ibm.com
2519W: http://www.rdrop.com/users/paulmck/rclock/
2520L: linux-kernel@vger.kernel.org
2521S: Supported
2522
2523RCUTORTURE MODULE
2524P: Josh Triplett
2525M: josh@freedesktop.org
2526L: linux-kernel@vger.kernel.org
2527S: Maintained
2528
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529REAL TIME CLOCK DRIVER
2530P: Paul Gortmaker
2531M: p_gortmaker@yahoo.com
2532L: linux-kernel@vger.kernel.org
2533S: Maintained
2534
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002535REAL TIME CLOCK (RTC) SUBSYSTEM
2536P: Alessandro Zummo
2537M: a.zummo@towertech.it
2538L: linux-kernel@vger.kernel.org
2539S: Maintained
2540
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541REISERFS FILE SYSTEM
2542P: Hans Reiser
2543M: reiserfs-dev@namesys.com
2544L: reiserfs-list@namesys.com
2545W: http://www.namesys.com
2546S: Supported
2547
2548ROCKETPORT DRIVER
2549P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550W: http://www.comtrol.com
2551S: Maintained
2552
2553ROSE NETWORK LAYER
2554P: Ralf Baechle
2555M: ralf@linux-mips.org
2556L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002557W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Maintained
2559
2560RISCOM8 DRIVER
2561S: Orphan
2562
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002563S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002564P: Antonino Daplas
2565M: adaplas@pol.net
2566L: linux-fbdev-devel@lists.sourceforge.net
2567S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002568
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569S390
2570P: Martin Schwidefsky
2571M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002572P: Heiko Carstens
2573M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574M: linux390@de.ibm.com
2575L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002576W: http://www.ibm.com/developerworks/linux/linux390/
2577S: Supported
2578
2579S390 NETWORK DRIVERS
2580P: Frank Pavlic
2581M: fpavlic@de.ibm.com
2582M: linux390@de.ibm.com
2583L: linux-390@vm.marist.edu
2584W: http://www.ibm.com/developerworks/linux/linux390/
2585S: Supported
2586
2587S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002588P: Swen Schillig
2589M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002590M: linux390@de.ibm.com
2591L: linux-390@vm.marist.edu
2592W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593S: Supported
2594
2595SAA7146 VIDEO4LINUX-2 DRIVER
2596P: Michael Hunold
2597M: michael@mihu.de
2598W: http://www.mihu.de/linux/saa7146
2599S: Maintained
2600
2601SBPCD CDROM DRIVER
2602P: Eberhard Moenkeberg
2603M: emoenke@gwdg.de
2604L: linux-kernel@vger.kernel.org
2605S: Maintained
2606
2607SC1200 WDT DRIVER
2608P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002609M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610S: Maintained
2611
2612SCHEDULER
2613P: Ingo Molnar
2614M: mingo@elte.hu
2615P: Robert Love [the preemptible kernel bits]
2616M: rml@tech9.net
2617L: linux-kernel@vger.kernel.org
2618S: Maintained
2619
2620SCSI CDROM DRIVER
2621P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002622M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623L: linux-scsi@vger.kernel.org
2624W: http://www.kernel.dk
2625S: Maintained
2626
2627SCSI SG DRIVER
2628P: Doug Gilbert
2629M: dgilbert@interlog.com
2630L: linux-scsi@vger.kernel.org
2631W: http://www.torque.net/sg
2632S: Maintained
2633
2634SCSI SUBSYSTEM
2635P: James E.J. Bottomley
2636M: James.Bottomley@SteelEye.com
2637L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002638T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639S: Maintained
2640
2641SCSI TAPE DRIVER
2642P: Kai Mäkisara
2643M: Kai.Makisara@kolumbus.fi
2644L: linux-scsi@vger.kernel.org
2645S: Maintained
2646
2647SCTP PROTOCOL
Jim Cromiece00f852006-11-30 04:49:44 +01002648P: Sridhar Samudrala
2649M: sri@us.ibm.com
2650L: lksctp-developers@lists.sourceforge.net
2651S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652
2653SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07002654P: Jim Cromie
2655M: jim.cromie@gmail.com
2656S: Odd Fixes
2657
2658SCx200 GPIO DRIVER
2659P: Jim Cromie
2660M: jim.cromie@gmail.com
2661S: Maintained
2662
2663SCx200 HRT CLOCKSOURCE DRIVER
2664P: Jim Cromie
2665M: jim.cromie@gmail.com
2666S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667
2668SECURITY CONTACT
2669P: Security Officers
2670M: security@kernel.org
2671S: Supported
2672
2673SELINUX SECURITY MODULE
2674P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002675M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002677M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678L: linux-kernel@vger.kernel.org (kernel issues)
2679L: selinux@tycho.nsa.gov (general discussion)
2680W: http://www.nsa.gov/selinux
2681S: Supported
2682
2683SERIAL ATA (SATA) SUBSYSTEM:
2684P: Jeff Garzik
2685M: jgarzik@pobox.com
2686L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002687T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688S: Supported
2689
2690SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2691P: Pat Gefre
2692M: pfg@sgi.com
2693L: linux-ia64@vger.kernel.org
2694S: Supported
2695
2696SGI VISUAL WORKSTATION 320 AND 540
2697P: Andrey Panin
2698M: pazke@donpac.ru
2699L: linux-visws-devel@lists.sf.net
2700W: http://linux-visws.sf.net
2701S: Maintained for 2.6.
2702
2703SIMTEC EB110ATX (Chalice CATS)
2704P: Ben Dooks
2705P: Vincent Sanders
2706M: support@simtec.co.uk
2707W: http://www.simtec.co.uk/products/EB110ATX/
2708S: Supported
2709
2710SIMTEC EB2410ITX (BAST)
2711P: Ben Dooks
2712P: Vincent Sanders
2713M: support@simtec.co.uk
2714W: http://www.simtec.co.uk/products/EB2410ITX/
2715S: Supported
2716
Francois Romieu92aab3c2005-07-30 13:11:18 +02002717SIS 190 ETHERNET DRIVER
2718P: Francois Romieu
2719M: romieu@fr.zoreil.com
2720L: netdev@vger.kernel.org
2721S: Maintained
2722
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723SIS 5513 IDE CONTROLLER DRIVER
2724P: Lionel Bouton
2725M: Lionel.Bouton@inet6.fr
2726W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2727W: http://gyver.homeip.net/sis5513/index.html
2728S: Maintained
2729
2730SIS 900/7016 FAST ETHERNET DRIVER
2731P: Daniele Venzano
2732M: venza@brownhat.org
2733W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002734L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735S: Maintained
2736
2737SIS FRAMEBUFFER DRIVER
2738P: Thomas Winischhofer
2739M: thomas@winischhofer.net
2740W: http://www.winischhofer.net/linuxsisvga.shtml
2741S: Maintained
2742
2743SIS USB2VGA DRIVER
2744P: Thomas Winischhofer
2745M: thomas@winischhofer.net
2746W: http://www.winischhofer.at/linuxsisusbvga.shtml
2747S: Maintained
2748
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749SMC91x ETHERNET DRIVER
2750P: Nicolas Pitre
2751M: nico@cam.org
2752S: Maintained
2753
Daniel Drake8f0f8502006-07-18 22:00:25 +01002754SOFTMAC LAYER (IEEE 802.11)
2755P: Johannes Berg
2756M: johannes@sipsolutions.net
2757P: Joe Jezak
2758M: josejx@gentoo.org
2759P: Daniel Drake
2760M: dsd@gentoo.org
2761W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01002762L: netdev@vger.kernel.org
2763S: Maintained
2764
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765SOFTWARE RAID (Multiple Disks) SUPPORT
2766P: Ingo Molnar
2767M: mingo@redhat.com
2768P: Neil Brown
2769M: neilb@cse.unsw.edu.au
2770L: linux-raid@vger.kernel.org
2771S: Maintained
2772
2773SOFTWARE SUSPEND:
2774P: Pavel Machek
2775M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002776L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777S: Maintained
2778
2779SONIC NETWORK DRIVER
2780P: Thomas Bogendoerfer
2781M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002782L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783S: Maintained
2784
2785SONY VAIO CONTROL DEVICE DRIVER
2786P: Stelian Pop
2787M: stelian@popies.net
2788W: http://popies.net/sonypi/
2789S: Maintained
2790
2791SOUND
2792P: Jaroslav Kysela
2793M: perex@suse.cz
2794L: alsa-devel@alsa-project.org
2795S: Maintained
2796
Kumar Gala025c3982006-04-02 16:05:54 -05002797SPI SUBSYSTEM
2798P: David Brownell
2799M: dbrownell@users.sourceforge.net
2800L: spi-devel-general@lists.sourceforge.net
2801S: Maintained
2802
Steven Rostedt855f46a2006-08-05 12:14:50 -07002803STABLE BRANCH:
2804P: Greg Kroah-Hartman
2805M: greg@kroah.com
2806P: Chris Wright
2807M: chrisw@sous-sol.org
2808L: stable@kernel.org
2809S: Maintained
2810
Kylene Hall1c72d462005-05-01 08:59:13 -07002811TPM DEVICE DRIVER
2812P: Kylene Hall
2813M: kjhall@us.ibm.com
2814W: http://tpmdd.sourceforge.net
2815L: tpmdd-devel@lists.sourceforge.net
2816S: Maintained
2817
Mark Gross1a80ba82005-10-30 15:02:55 -08002818Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01002819P: Mark Gross
2820M: mark.gross@intel.com
2821S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08002822
Chris Zankel48b415c2005-06-23 22:01:07 -07002823TENSILICA XTENSA PORT (xtensa):
2824P: Chris Zankel
2825M: chris@zankel.net
2826S: Maintained
2827
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828UltraSPARC (sparc64):
2829P: David S. Miller
2830M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002832T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833S: Maintained
2834
2835SHARP LH SUPPORT (LH7952X & LH7A40X)
2836P: Marc Singer
2837M: elf@buici.com
2838W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002839L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840S: Maintained
2841
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002842SHPC HOTPLUG DRIVER
2843P: Kristen Carlson Accardi
2844M: kristen.c.accardi@intel.com
2845L: pcihpd-discuss@lists.sourceforge.net
2846S: Maintained
2847
Pierre Ossmand129bce2006-03-24 03:18:17 -08002848SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2849P: Pierre Ossman
2850M: drzeus-sdhci@drzeus.cx
2851L: sdhci-devel@list.drzeus.cx
2852W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2853S: Maintained
2854
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002855SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2856P: Stephen Hemminger
2857M: shemminger@osdl.org
2858L: netdev@vger.kernel.org
2859S: Maintained
2860
Chris Boot1a87d942006-07-10 04:45:34 -07002861SOEKRIS NET48XX LED SUPPORT
2862P: Chris Boot
2863M: bootc@bootc.net
2864S: Maintained
2865
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866SPARC (sparc32):
2867P: William L. Irwin
2868M: wli@holomorphy.com
2869L: sparclinux@vger.kernel.org
2870S: Maintained
2871
2872SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2873P: Roger Wolff
2874M: R.E.Wolff@BitWizard.nl
2875L: linux-kernel@vger.kernel.org ?
2876S: Supported
2877
Jim Lewis2752e402006-09-29 02:01:19 -07002878SPIDERNET NETWORK DRIVER for CELL
2879P: Jim Lewis
2880M: jim@jklewis.com
2881L: netdev@vger.kernel.org
2882S: Supported
2883
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884SRM (Alpha) environment access
2885P: Jan-Benedict Glaw
2886M: jbglaw@lug-owl.de
2887L: linux-kernel@vger.kernel.org
2888S: Maintained
2889
2890STARFIRE/DURALAN NETWORK DRIVER
2891P: Ion Badulescu
2892M: ionut@cs.columbia.edu
2893S: Maintained
2894
2895STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2896W: http://mosquitonet.Stanford.EDU/strip.html
2897S: Unsupported ?
2898
2899STRADIS MPEG-2 DECODER DRIVER
2900P: Nathan Laredo
2901M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902W: http://www.stradis.com/
2903S: Maintained
2904
2905SUPERH (sh)
2906P: Paul Mundt
2907M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07002908L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910S: Maintained
2911
2912SUPERH64 (sh64)
2913P: Paul Mundt
2914M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915L: linuxsh-shmedia-dev@lists.sourceforge.net
2916W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917S: Maintained
2918
2919SUN3/3X
2920P: Sam Creasey
2921M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922W: http://sammy.net/sun3/
2923S: Maintained
2924
2925SVGA HANDLING
2926P: Martin Mares
2927M: mj@ucw.cz
2928L: linux-video@atrey.karlin.mff.cuni.cz
2929S: Maintained
2930
2931SYSV FILESYSTEM
2932P: Christoph Hellwig
2933M: hch@infradead.org
2934S: Maintained
2935
Stephen Hemminger781b4562006-07-10 20:25:29 -07002936TC CLASSIFIER
2937P: Jamal Hadi Salim
2938M: hadi@cyberus.ca
2939L: netdev@vger.kernel.org
2940S: Maintained
2941
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002942TCP LOW PRIORITY MODULE
2943P: Wong Hoi Sing, Edison
2944M: hswong3i@gmail.com
2945P: Hung Hing Lun, Mike
2946M: hlhung3i@gmail.com
2947W: http://tcp-lp-mod.sourceforge.net/
2948S: Maintained
2949
Alex Dubov4020f2d2006-10-04 02:15:37 -07002950TI FLASH MEDIA INTERFACE DRIVER
2951P: Alex Dubov
2952M: oakad@yahoo.com
2953S: Maintained
2954
Michael Buesch844dd052006-06-26 00:24:59 -07002955TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2956P: Deepak Saxena
2957M: dsaxena@plexity.net
2958S: Maintained
2959
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002960TASKSTATS STATISTICS INTERFACE
2961P: Shailabh Nagar
2962M: nagar@watson.ibm.com
2963L: linux-kernel@vger.kernel.org
2964S: Maintained
2965
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002967P: Romain Lievin
2968M: roms@lpg.ticalc.org
2969S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970
Per Lidene86eaa32006-01-12 16:45:18 +01002971TIPC NETWORK LAYER
2972P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002973M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002974P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002975M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002976P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002977M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002978L: tipc-discussion@lists.sourceforge.net
2979W: http://tipc.sourceforge.net/
2980W: http://tipc.cslab.ericsson.net/
2981T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2982S: Maintained
2983
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984TLAN NETWORK DRIVER
2985P: Samuel Chessman
2986M: chessman@tux.org
2987L: tlan-devel@lists.sourceforge.net
2988W: http://sourceforge.net/projects/tlan/
2989S: Maintained
2990
2991TOKEN-RING NETWORK DRIVER
2992P: Mike Phillips
2993M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002994L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995L: linux-tr@linuxtr.net
2996W: http://www.linuxtr.net
2997S: Maintained
2998
2999TOSHIBA ACPI EXTRAS DRIVER
3000P: John Belmonte
3001M: toshiba_acpi@memebeam.org
3002W: http://memebeam.org/toys/ToshibaAcpiDriver
3003S: Maintained
3004
3005TOSHIBA SMM DRIVER
3006P: Jonathan Buzzard
3007M: jonathan@buzzard.org.uk
3008L: tlinux-users@tce.toshiba-dme.co.jp
3009W: http://www.buzzard.org.uk/toshiba/
3010S: Maintained
3011
3012TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3013P: Muli Ben-Yehuda
3014M: mulix@mulix.org
3015L: linux-kernel@vger.kernel.org
3016S: Maintained
3017
3018TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003019P: Adrian Bunk
3020M: trivial@kernel.org
3021L: linux-kernel@vger.kernel.org
3022W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3023T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3024S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025
3026TMS380 TOKEN-RING NETWORK DRIVER
3027P: Adam Fritzler
3028M: mid@auk.cx
3029L: linux-tr@linuxtr.net
3030W: http://www.auk.cx/tms380tr/
3031S: Maintained
3032
3033TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07003034P: Valerie Henson
3035M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036L: tulip-users@lists.sourceforge.net
3037W: http://sourceforge.net/projects/tulip/
3038S: Maintained
3039
3040TUN/TAP driver
3041P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003042M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043L: vtun@office.satix.net
3044W: http://vtun.sourceforge.net/tun
3045S: Maintained
3046
3047U14-34F SCSI DRIVER
3048P: Dario Ballabio
3049M: ballabio_dario@emc.com
3050L: linux-scsi@vger.kernel.org
3051S: Maintained
3052
3053UDF FILESYSTEM
3054P: Ben Fennema
3055M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056W: http://linux-udf.sourceforge.net
3057S: Maintained
3058
3059UNIFORM CDROM DRIVER
3060P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003061M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062L: linux-kernel@vger.kernel.org
3063W: http://www.kernel.dk
3064S: Maintained
3065
3066USB ACM DRIVER
3067P: Oliver Neukum
3068M: oliver@neukum.name
3069L: linux-usb-users@lists.sourceforge.net
3070L: linux-usb-devel@lists.sourceforge.net
3071S: Maintained
3072
3073USB BLOCK DRIVER (UB ub)
3074P: Pete Zaitcev
3075M: zaitcev@redhat.com
3076L: linux-kernel@vger.kernel.org
3077L: linux-usb-devel@lists.sourceforge.net
3078S: Supported
3079
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080USB CDC ETHERNET DRIVER
3081P: Greg Kroah-Hartman
3082M: greg@kroah.com
3083L: linux-usb-users@lists.sourceforge.net
3084L: linux-usb-devel@lists.sourceforge.net
3085S: Maintained
3086W: http://www.kroah.com/linux-usb/
3087
3088USB EHCI DRIVER
3089P: David Brownell
3090M: dbrownell@users.sourceforge.net
3091L: linux-usb-devel@lists.sourceforge.net
3092S: Maintained
3093
Luca Risolia7ce08c92006-01-11 02:06:59 +00003094USB ET61X[12]51 DRIVER
3095P: Luca Risolia
3096M: luca.risolia@studio.unibo.it
3097L: linux-usb-devel@lists.sourceforge.net
3098L: video4linux-list@redhat.com
3099W: http://www.linux-projects.org
3100S: Maintained
3101
David Brownell69ae9e32006-11-14 02:03:31 -08003102USB GADGET/PERIPHERAL SUBSYSTEM
3103P: David Brownell
3104M: dbrownell@users.sourceforge.net
3105L: linux-usb-devel@lists.sourceforge.net
3106W: http://www.linux-usb.org/gadget
3107S: Maintained
3108
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109USB HID/HIDBP DRIVERS
3110P: Vojtech Pavlik
3111M: vojtech@suse.cz
3112L: linux-usb-users@lists.sourceforge.net
3113L: linux-usb-devel@lists.sourceforge.net
3114S: Maintained
3115
3116USB HUB DRIVER
3117P: Johannes Erdfelt
3118M: johannes@erdfelt.com
3119L: linux-usb-users@lists.sourceforge.net
3120L: linux-usb-devel@lists.sourceforge.net
3121S: Maintained
3122
Olav Kongas959eea22005-11-03 17:38:14 +02003123USB ISP116X DRIVER
3124P: Olav Kongas
3125M: ok@artecdesign.ee
3126L: linux-usb-devel@lists.sourceforge.net
3127S: Maintained
3128
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129USB KAWASAKI LSI DRIVER
3130P: Oliver Neukum
3131M: oliver@neukum.name
3132L: linux-usb-users@lists.sourceforge.net
3133L: linux-usb-devel@lists.sourceforge.net
3134S: Maintained
3135
3136USB MASS STORAGE DRIVER
3137P: Matthew Dharm
3138M: mdharm-usb@one-eyed-alien.net
3139L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003140L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141S: Maintained
3142W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3143
3144USB OHCI DRIVER
3145P: Roman Weissgaerber
3146M: weissg@vienna.at
3147L: linux-usb-users@lists.sourceforge.net
3148L: linux-usb-devel@lists.sourceforge.net
3149S: Maintained
3150
Matthias Urlichsba460e42005-07-14 00:33:47 -07003151USB OPTION-CARD DRIVER
3152P: Matthias Urlichs
3153M: smurf@smurf.noris.de
3154L: linux-usb-devel@lists.sourceforge.net
3155S: Maintained
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157USB OV511 DRIVER
3158P: Mark McClelland
3159M: mmcclell@bigfoot.com
3160L: linux-usb-users@lists.sourceforge.net
3161L: linux-usb-devel@lists.sourceforge.net
3162W: http://alpha.dyndns.org/ov511/
3163S: Maintained
3164
3165USB PEGASUS DRIVER
3166P: Petko Manolov
3167M: petkan@users.sourceforge.net
3168L: linux-usb-users@lists.sourceforge.net
3169L: linux-usb-devel@lists.sourceforge.net
3170W: http://pegasus2.sourceforge.net/
3171S: Maintained
3172
3173USB PRINTER DRIVER
3174P: Vojtech Pavlik
3175M: vojtech@suse.cz
3176L: linux-usb-users@lists.sourceforge.net
3177L: linux-usb-devel@lists.sourceforge.net
3178S: Maintained
3179
3180USB RTL8150 DRIVER
3181P: Petko Manolov
3182M: petkan@users.sourceforge.net
3183L: linux-usb-users@lists.sourceforge.net
3184L: linux-usb-devel@lists.sourceforge.net
3185W: http://pegasus2.sourceforge.net/
3186S: Maintained
3187
3188USB SE401 DRIVER
3189P: Jeroen Vreeken
3190M: pe1rxq@amsat.org
3191L: linux-usb-users@lists.sourceforge.net
3192L: linux-usb-devel@lists.sourceforge.net
3193W: http://www.chello.nl/~j.vreeken/se401/
3194S: Maintained
3195
3196USB SERIAL CYBERJACK DRIVER
3197P: Matthias Bruestle and Harald Welte
3198M: support@reiner-sct.com
3199W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3200S: Maintained
3201
3202USB SERIAL DIGI ACCELEPORT DRIVER
3203P: Peter Berger and Al Borchers
3204M: pberger@brimson.com
3205M: alborchers@steinerpoint.com
3206L: linux-usb-users@lists.sourceforge.net
3207L: linux-usb-devel@lists.sourceforge.net
3208S: Maintained
3209
3210USB SERIAL DRIVER
3211P: Greg Kroah-Hartman
3212M: gregkh@suse.de
3213L: linux-usb-users@lists.sourceforge.net
3214L: linux-usb-devel@lists.sourceforge.net
3215S: Supported
3216
3217USB SERIAL BELKIN F5U103 DRIVER
3218P: William Greathouse
3219M: wgreathouse@smva.com
3220L: linux-usb-users@lists.sourceforge.net
3221L: linux-usb-devel@lists.sourceforge.net
3222S: Maintained
3223
3224USB SERIAL CYPRESS M8 DRIVER
3225P: Lonnie Mendez
3226M: dignome@gmail.com
3227L: linux-usb-users@lists.sourceforge.net
3228L: linux-usb-devel@lists.sourceforge.net
3229S: Maintained
3230W: http://geocities.com/i0xox0i
3231W: http://firstlight.net/cvs
3232
3233USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3234L: linux-usb-users@lists.sourceforge.net
3235L: linux-usb-devel@lists.sourceforge.net
3236S: Maintained
3237
3238USB AUERSWALD DRIVER
3239P: Wolfgang Muees
3240M: wolfgang@iksw-muees.de
3241L: linux-usb-users@lists.sourceforge.net
3242L: linux-usb-devel@lists.sourceforge.net
3243S: Maintained
3244
3245USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3246P: Gary Brubaker
3247M: xavyer@ix.netcom.com
3248L: linux-usb-users@lists.sourceforge.net
3249L: linux-usb-devel@lists.sourceforge.net
3250S: Maintained
3251
3252USB SERIAL KEYSPAN DRIVER
3253P: Greg Kroah-Hartman
3254M: greg@kroah.com
3255L: linux-usb-users@lists.sourceforge.net
3256L: linux-usb-devel@lists.sourceforge.net
3257W: http://www.kroah.com/linux/
3258S: Maintained
3259
3260USB SERIAL WHITEHEAT DRIVER
3261P: Stuart MacDonald
3262M: stuartm@connecttech.com
3263L: linux-usb-users@lists.sourceforge.net
3264L: linux-usb-devel@lists.sourceforge.net
3265W: http://www.connecttech.com
3266S: Supported
3267
3268USB SN9C10x DRIVER
3269P: Luca Risolia
3270M: luca.risolia@studio.unibo.it
3271L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003272L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273W: http://www.linux-projects.org
3274S: Maintained
3275
3276USB SUBSYSTEM
3277P: Greg Kroah-Hartman
3278M: gregkh@suse.de
3279L: linux-usb-users@lists.sourceforge.net
3280L: linux-usb-devel@lists.sourceforge.net
3281W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003282T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283S: Supported
3284
3285USB UHCI DRIVER
3286P: Alan Stern
3287M: stern@rowland.harvard.edu
3288L: linux-usb-users@lists.sourceforge.net
3289L: linux-usb-devel@lists.sourceforge.net
3290S: Maintained
3291
David Brownell69ae9e32006-11-14 02:03:31 -08003292USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293P: David Brownell
3294M: dbrownell@users.sourceforge.net
3295L: linux-usb-devel@lists.sourceforge.net
David Brownell69ae9e32006-11-14 02:03:31 -08003296W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297S: Maintained
3298
3299USB W996[87]CF DRIVER
3300P: Luca Risolia
3301M: luca.risolia@studio.unibo.it
3302L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003303L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304W: http://www.linux-projects.org
3305S: Maintained
3306
Luca Risolia60f78052006-02-06 16:29:35 +00003307USB ZC0301 DRIVER
3308P: Luca Risolia
3309M: luca.risolia@studio.unibo.it
3310L: linux-usb-devel@lists.sourceforge.net
3311L: video4linux-list@redhat.com
3312W: http://www.linux-projects.org
3313S: Maintained
3314
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315USB ZD1201 DRIVER
3316P: Jeroen Vreeken
3317M: pe1rxq@amsat.org
3318L: linux-usb-users@lists.sourceforge.net
3319L: linux-usb-devel@lists.sourceforge.net
3320W: http://linux-lc100020.sourceforge.net
3321S: Maintained
3322
3323USER-MODE LINUX
3324P: Jeff Dike
3325M: jdike@karaya.com
3326L: user-mode-linux-devel@lists.sourceforge.net
3327L: user-mode-linux-user@lists.sourceforge.net
3328W: http://user-mode-linux.sourceforge.net
3329S: Maintained
3330
3331FAT/VFAT/MSDOS FILESYSTEM:
3332P: OGAWA Hirofumi
3333M: hirofumi@mail.parknet.co.jp
3334L: linux-kernel@vger.kernel.org
3335S: Maintained
3336
3337VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3338P: Jeff Garzik
3339S: Odd fixes
3340
3341VIA RHINE NETWORK DRIVER
3342P: Roger Luethi
3343M: rl@hellgate.ch
3344S: Maintained
3345
Jean Delvare32c0a522005-09-22 21:47:58 +02003346VIAPRO SMBUS DRIVER
3347P: Jean Delvare
3348M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003349L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003350S: Maintained
3351
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352UCLINUX (AND M68KNOMMU)
3353P: Greg Ungerer
3354M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003356L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357S: Maintained
3358
3359UCLINUX FOR NEC V850
3360P: Miles Bader
3361M: uclinux-v850@lsi.nec.co.jp
3362W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3363W: http://www.ee.nec.de/uclinux/
3364S: Supported
3365
3366UCLINUX FOR RENESAS H8/300
3367P: Yoshinori Sato
3368M: ysato@users.sourceforge.jp
3369W: http://uclinux-h8.sourceforge.jp/
3370S: Supported
3371
3372USB DIAMOND RIO500 DRIVER
3373P: Cesar Miquel
3374M: miquel@df.uba.ar
3375L: rio500-users@lists.sourceforge.net
3376W: http://rio500.sourceforge.net
3377S: Maintained
3378
3379VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003380P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003381M: mchehab@infradead.org
3382M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003384W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003385T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003386S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387
Juerg Haefligerab413192006-09-24 20:54:04 +02003388VT1211 HARDWARE MONITOR DRIVER
3389P: Juerg Haefliger
3390M: juergh@gmail.com
3391L: lm-sensors@lm-sensors.org
3392S: Maintained
3393
Roger Lucas1de9e372005-11-26 20:20:05 +01003394VT8231 HARDWARE MONITOR DRIVER
3395P: Roger Lucas
3396M: roger@planbit.co.uk
3397L: lm-sensors@lm-sensors.org
3398S: Maintained
3399
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400W1 DALLAS'S 1-WIRE BUS
3401P: Evgeniy Polyakov
3402M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403S: Maintained
3404
Charles Spirakis13927072006-07-05 18:05:15 +02003405W83791D HARDWARE MONITORING DRIVER
3406P: Charles Spirakis
3407M: bezaur@gmail.com
3408L: lm-sensors@lm-sensors.org
3409S: Maintained
3410
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411W83L51xD SD/MMC CARD INTERFACE DRIVER
3412P: Pierre Ossman
3413M: drzeus-wbsd@drzeus.cx
3414L: wbsd-devel@list.drzeus.cx
3415W: http://projects.drzeus.cx/wbsd
3416S: Maintained
3417
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003418WATCHDOG DEVICE DRIVERS
3419P: Wim Van Sebroeck
3420M: wim@iguana.be
3421T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3422S: Maintained
3423
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3425P: Jean Tourrilhes
3426M: jt@hpl.hp.com
3427W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3428S: Maintained
3429
3430WD7000 SCSI DRIVER
3431P: Miroslav Zagorac
3432M: zaga@fly.cc.fer.hr
3433L: linux-scsi@vger.kernel.org
3434S: Maintained
3435
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003436WISTRON LAPTOP BUTTON DRIVER
3437P: Miloslav Trmac
3438M: mitr@volny.cz
3439S: Maintained
3440
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441WL3501 WIRELESS PCMCIA CARD DRIVER
3442P: Arnaldo Carvalho de Melo
3443M: acme@conectiva.com.br
3444W: http://advogato.org/person/acme
3445S: Maintained
3446
3447X.25 NETWORK LAYER
3448P: Henner Eisen
3449M: eis@baty.hanse.de
3450L: linux-x25@vger.kernel.org
3451S: Maintained
3452
3453XFS FILESYSTEM
3454P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003455P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003457L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003459T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460S: Supported
3461
Peter Korsgaard238b8722006-12-06 20:35:17 -08003462XILINX UARTLITE SERIAL DRIVER
3463P: Peter Korsgaard
3464M: jacmet@sunsite.dk
3465L: linux-serial@vger.kernel.org
3466S: Maintained
3467
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468X86 3-LEVEL PAGING (PAE) SUPPORT
3469P: Ingo Molnar
3470M: mingo@redhat.com
3471S: Maintained
3472
3473X86-64 port
3474P: Andi Kleen
3475M: ak@suse.de
3476L: discuss@x86-64.org
3477W: http://www.x86-64.org
3478S: Maintained
3479
3480YAM DRIVER FOR AX.25
3481P: Jean-Paul Roubelat
3482M: jpr@f6fbb.org
3483L: linux-hams@vger.kernel.org
3484S: Maintained
3485
Henkaf64a5e2005-10-12 15:02:56 +02003486YEALINK PHONE DRIVER
3487P: Henk Vergonet
3488M: Henk.Vergonet@gmail.com
3489L: usbb2k-api-dev@nongnu.org
3490S: Maintained
3491
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492Z8530 DRIVER FOR AX.25
3493P: Joerg Reuter
3494M: jreuter@yaina.de
3495W: http://yaina.de/jreuter/
3496W: http://www.qsl.net/dl1bke/
3497L: linux-hams@vger.kernel.org
3498S: Maintained
3499
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003500ZD1211RW WIRELESS DRIVER
3501P: Daniel Drake
3502M: dsd@gentoo.org
3503P: Ulrich Kunitz
3504M: kune@deine-taler.de
3505W: http://zd1211.ath.cx/wiki/DriverRewrite
3506L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3507S: Maintained
3508
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509ZF MACHZ WATCHDOG
3510P: Fernando Fuganti
3511M: fuganti@netbank.com.br
3512W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3513S: Maintained
3514
3515ZR36067 VIDEO FOR LINUX DRIVER
3516P: Ronald Bultje
3517M: rbultje@ronald.bitfreak.net
3518L: mjpeg-users@lists.sourceforge.net
3519W: http://mjpeg.sourceforge.net/driver-zoran/
3520S: Maintained
3521
3522ZR36120 VIDEO FOR LINUX DRIVER
3523P: Pauline Middelink
3524M: middelin@polyware.nl
3525W: http://www.polyware.nl/~middelin/En/hobbies.html
3526W: http://www.polyware.nl/~middelin/hobbies.html
3527S: Maintained
3528
3529THE REST
3530P: Linus Torvalds
3531S: Buried alive in reporters