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