blob: 830bec779d4791ec8e969d55d7efc2fc357c9562 [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
147P: Russell King
148M: rmk+serial@arm.linux.org.uk
149L: linux-serial@vger.kernel.org
150W: http://serial.sourceforge.net
151S: Maintained
152
1538390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154P: Paul Gortmaker
155M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700156L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157S: Maintained
158
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001599P FILE SYSTEM
160P: Eric Van Hensbergen
161M: ericvh@gmail.com
162P: Ron Minnich
163M: rminnich@lanl.gov
164P: Latchesar Ionkov
165M: lucho@ionkov.net
166L: v9fs-developer@lists.sourceforge.net
167W: http://v9fs.sf.net
168T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169S: Maintained
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171A2232 SERIAL BOARD DRIVER
172P: Enver Haase
173M: ehaase@inf.fu-berlin.de
174M: A2232@gmx.net
175L: linux-m68k@lists.linux-m68k.org
176S: Maintained
177
178AIO
179P: Benjamin LaHaise
180M: bcrl@kvack.org
181L: linux-aio@kvack.org
182S: Supported
183
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200184ABIT UGURU HARDWARE MONITOR DRIVER
185P: Hans de Goede
186M: j.w.r.degoede@hhs.nl
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
196ACI MIXER DRIVER
197P: Robert Siemer
198M: Robert.Siemer@gmx.de
199L: linux-sound@vger.kernel.org
200W: http://www.stud.uni-karlsruhe.de/~uh1b/
201S: Maintained
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203AACRAID SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205L: linux-scsi@vger.kernel.org
206W: http://linux.dell.com/storage.shtml
207S: Supported
208
209ACPI
210P: Len Brown
211M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500212L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800214T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Maintained
216
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700217ACPI PCI HOTPLUG DRIVER
218P: Kristen Carlson Accardi
219M: kristen.c.accardi@intel.com
220L: pcihpd-discuss@lists.sourceforge.net
221S: Maintained
222
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223AD1816 SOUND DRIVER
224P: Thorsten Knabe
225M: Thorsten Knabe <linux@thorsten-knabe.de>
226W: http://linux.thorsten-knabe.de
227S: Maintained
228
Kyle McMartin6958ae32005-10-21 23:11:27 -0400229AD1889 SOUND DRIVER
230P: Kyle McMartin
231M: kyle@parisc-linux.org
232P: Thibaut Varene
233M: T-Bone@parisc-linux.org
234W: http://wiki.parisc-linux.org/AD1889
235L: parisc-linux@lists.parisc-linux.org
236S: Maintained
237
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238ADM1025 HARDWARE MONITOR DRIVER
239P: Jean Delvare
240M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200241L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242S: Maintained
243
244ADT746X FAN DRIVER
245P: Colin Leroy
246M: colin@colino.net
247S: Maintained
248
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249AEDSP16 DRIVER
250P: Riccardo Facchetti
251M: fizban@tin.it
252S: Maintained
253
254AFFS FILE SYSTEM
255P: Roman Zippel
256M: zippel@linux-m68k.org
257S: Maintained
258
259AGPGART DRIVER
260P: Dave Jones
261M: davej@codemonkey.org.uk
262W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800263T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264S: Maintained
265
266AHA152X SCSI DRIVER
267P: Juergen E. Fischer
268M: Juergen Fischer <fischer@norbit.de>
269L: linux-scsi@vger.kernel.org
270S: Maintained
271
272ALCATEL SPEEDTOUCH USB DRIVER
273P: Duncan Sands
274M: duncan.sands@free.fr
275L: linux-usb-users@lists.sourceforge.net
276L: linux-usb-devel@lists.sourceforge.net
277W: http://www.linux-usb.org/SpeedTouch/
278S: Maintained
279
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000280ALI1563 I2C DRIVER
281P: Rudolf Marek
282M: r.marek@sh.cvut.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200283L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000284S: Maintained
285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286ALPHA PORT
287P: Richard Henderson
288M: rth@twiddle.net
289S: Odd Fixes for 2.4; Maintained for 2.6.
290P: Ivan Kokshaysky
291M: ink@jurassic.park.msu.ru
292S: Maintained for 2.4; PCI support for 2.6.
293
Jordan Crousef90b8112006-01-06 00:12:14 -0800294AMD GEODE PROCESSOR/CHIPSET SUPPORT
295P: Jordan Crouse
296M: info-linux@geode.amd.com
297L: info-linux@geode.amd.com
298W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
299S: Supported
300
Johannes Berg42269062006-07-25 16:15:50 +0200301AOA (Apple Onboard Audio) ALSA DRIVER
302P: Johannes Berg
303M: johannes@sipsolutions.net
304L: linuxppc-dev@ozlabs.org
305L: alsa-devel@alsa-project.org
306S: Maintained
307
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308APM DRIVER
309P: Stephen Rothwell
310M: sfr@canb.auug.org.au
311L: linux-laptop@vger.kernel.org
312W: http://www.canb.auug.org.au/~sfr/
313S: Supported
314
315APPLETALK NETWORK LAYER
316P: Arnaldo Carvalho de Melo
317M: acme@conectiva.com.br
318S: Maintained
319
Jaya Kumar1154ea72005-06-21 17:17:04 -0700320ARC FRAMEBUFFER DRIVER
321P: Jaya Kumar
322M: jayalk@intworks.biz
323S: Maintained
324
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325ARM26 ARCHITECTURE
326P: Ian Molton
327M: spyro@f2s.com
328S: Maintained
329
330ARM26/ARCHIMEDES
331P: Ian Molton
332M: spyro@f2s.com
333S: Maintained
334
335ARM26/A5000
336P: John Appleby
337M: john@dnsworld.co.uk
338S: Maintained
339
340ARM MFM AND FLOPPY DRIVERS
341P: Ian Molton
342M: spyro@f2s.com
343S: Maintained
344
345ARM/CORGI MACHINE SUPPORT
346P: Richard Purdie
347M: rpurdie@rpsys.net
348S: Maintained
349
Dirk Opfer8459c152005-11-06 14:27:52 +0000350ARM/TOSA MACHINE SUPPORT
351P: Dirk Opfer
352M: dirk@opfer-online.de
353S: Maintained
354
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355ARM/PLEB SUPPORT
356P: Peter Chubb
357M: pleb@gelato.unsw.edu.au
358W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
359S: Maintained
360
361ARM/PT DIGITAL BOARD PORT
362P: Stefan Eletzhofer
363M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700364L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365W: http://www.arm.linux.org.uk/
366S: Maintained
367
368ARM/SHARK MACHINE SUPPORT
369P: Alexander Schulz
370M: alex@shark-linux.de
371W: http://www.shark-linux.de/shark.html
372S: Maintained
373
374ARM/STRONGARM110 PORT
375P: Russell King
376M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700377L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378W: http://www.arm.linux.org.uk/
379S: Maintained
380
381ARM/S3C2410 ARM ARCHITECTURE
382P: Ben Dooks
383M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700384L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385W: http://www.fluff.org/ben/linux/
386S: Maintained
387
388ARM/S3C2440 ARM ARCHITECTURE
389P: Ben Dooks
390M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700391L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392W: http://www.fluff.org/ben/linux/
393S: Maintained
394
395ARPD SUPPORT
396P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700397L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398S: Maintained
399
400ASUS ACPI EXTRAS DRIVER
401P: Karol Kozimor
402M: sziwan@users.sourceforge.net
403P: Julien Lerouge
404M: julien.lerouge@free.fr
405L: acpi4asus-user@lists.sourceforge.net
406W: http://sourceforge.net/projects/acpi4asus
407W: http://julien.lerouge.free.fr
408S: Maintained
409
410ATA OVER ETHERNET DRIVER
411P: Ed L. Cashin
412M: ecashin@coraid.com
413W: http://www.coraid.com/support/linux
414S: Supported
415
416ATM
417P: Chas Williams
418M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700419L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420W: http://linux-atm.sourceforge.net
421S: Maintained
422
423ATMEL WIRELESS DRIVER
424P: Simon Kelley
425M: simon@thekelleys.org.uk
426W: http://www.thekelleys.org.uk/atmel
427W: http://atmelwlandriver.sourceforge.net/
428S: Maintained
429
Chris Wrighta92b7b82005-07-07 18:12:23 -0700430AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100431P: David Woodhouse
432M: dwmw2@infradead.org
433L: linux-audit@redhat.com
434W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800435T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700436S: Maintained
437
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438AX.25 NETWORK LAYER
439P: Ralf Baechle
440M: ralf@linux-mips.org
441L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200442W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443S: Maintained
444
445BAYCOM/HDLCDRV DRIVERS FOR AX.25
446P: Thomas Sailer
447M: t.sailer@alumni.ethz.ch
448L: linux-hams@vger.kernel.org
449W: http://www.baycom.org/~tom/ham/ham.html
450S: Maintained
451
Michael Buesch9eac8f92006-04-22 17:31:27 +0200452BCM43XX WIRELESS DRIVER
453P: Michael Buesch
454M: mb@bu3sch.de
455P: Stefano Brivio
456M: st3@riseup.net
457W: http://bcm43xx.berlios.de/
458S: Maintained
459
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460BEFS FILE SYSTEM
461P: Sergey S. Kostyliov
462M: rathamahata@php4.ru
463L: linux-kernel@vger.kernel.org
464S: Maintained
465
466BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
467P: Kenji Hollis
468W: http://ftp.bitgate.com/pcwd/
469S: Maintained
470
471BFS FILE SYSTEM
472P: Tigran A. Aivazian
473M: tigran@veritas.com
474L: linux-kernel@vger.kernel.org
475S: Maintained
476
477BLOCK LAYER
478P: Jens Axboe
479M: axboe@suse.de
480L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800481T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482S: Maintained
483
484BLUETOOTH SUBSYSTEM
485P: Marcel Holtmann
486M: marcel@holtmann.org
487P: Maxim Krasnyansky
488M: maxk@qualcomm.com
489L: bluez-devel@lists.sf.net
490W: http://bluez.sf.net
491W: http://www.bluez.org
492W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800493T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494S: Maintained
495
496BLUETOOTH RFCOMM LAYER
497P: Marcel Holtmann
498M: marcel@holtmann.org
499P: Maxim Krasnyansky
500M: maxk@qualcomm.com
501S: Maintained
502
503BLUETOOTH BNEP LAYER
504P: Marcel Holtmann
505M: marcel@holtmann.org
506P: Maxim Krasnyansky
507M: maxk@qualcomm.com
508S: Maintained
509
510BLUETOOTH CMTP LAYER
511P: Marcel Holtmann
512M: marcel@holtmann.org
513S: Maintained
514
515BLUETOOTH HIDP LAYER
516P: Marcel Holtmann
517M: marcel@holtmann.org
518S: Maintained
519
520BLUETOOTH HCI UART DRIVER
521P: Marcel Holtmann
522M: marcel@holtmann.org
523P: Maxim Krasnyansky
524M: maxk@qualcomm.com
525S: Maintained
526
527BLUETOOTH HCI USB DRIVER
528P: Marcel Holtmann
529M: marcel@holtmann.org
530P: Maxim Krasnyansky
531M: maxk@qualcomm.com
532S: Maintained
533
534BLUETOOTH HCI BCM203X DRIVER
535P: Marcel Holtmann
536M: marcel@holtmann.org
537S: Maintained
538
539BLUETOOTH HCI BPA10X DRIVER
540P: Marcel Holtmann
541M: marcel@holtmann.org
542S: Maintained
543
544BLUETOOTH HCI BFUSB DRIVER
545P: Marcel Holtmann
546M: marcel@holtmann.org
547S: Maintained
548
549BLUETOOTH HCI DTL1 DRIVER
550P: Marcel Holtmann
551M: marcel@holtmann.org
552S: Maintained
553
554BLUETOOTH HCI BLUECARD DRIVER
555P: Marcel Holtmann
556M: marcel@holtmann.org
557S: Maintained
558
559BLUETOOTH HCI BT3C DRIVER
560P: Marcel Holtmann
561M: marcel@holtmann.org
562S: Maintained
563
564BLUETOOTH HCI BTUART DRIVER
565P: Marcel Holtmann
566M: marcel@holtmann.org
567S: Maintained
568
569BLUETOOTH HCI VHCI DRIVER
570P: Maxim Krasnyansky
571M: maxk@qualcomm.com
572S: Maintained
573
574BONDING DRIVER
575P: Chad Tindel
576M: ctindel@users.sourceforge.net
577P: Jay Vosburgh
578M: fubar@us.ibm.com
579L: bonding-devel@lists.sourceforge.net
580W: http://sourceforge.net/projects/bonding/
581S: Supported
582
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000583BROADBAND PROCESSOR ARCHITECTURE
584P: Arnd Bergmann
585M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100586L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400587W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000588S: Supported
589
Gary Zambrano39105892006-06-22 17:26:20 -0700590BROADCOM B44 10/100 ETHERNET DRIVER
591P: Gary Zambrano
592M: zambrano@broadcom.com
593L: netdev@vger.kernel.org
594S: Supported
595
Michael Chan948c51e2006-06-04 02:51:39 -0700596BROADCOM BNX2 GIGABIT ETHERNET DRIVER
597P: Michael Chan
598M: mchan@broadcom.com
599L: netdev@vger.kernel.org
600S: Supported
601
602BROADCOM TG3 GIGABIT ETHERNET DRIVER
603P: Michael Chan
604M: mchan@broadcom.com
605L: netdev@vger.kernel.org
606S: Supported
607
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700609P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200610M: mchehab@infradead.org
611M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700613W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200614T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700615S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200617CALGARY x86-64 IOMMU
618P: Muli Ben-Yehuda
619M: muli@il.ibm.com
620P: Jon D. Mason
621M: jdmason@us.ibm.com
622L: linux-kernel@vger.kernel.org
623L: discuss@x86-64.org
624S: Maintained
625
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626COMMON INTERNET FILE SYSTEM (CIFS)
627P: Steve French
628M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100629L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630L: samba-technical@lists.samba.org
631W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800632T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633S: Supported
634
Joel Becker7063fbf2005-12-15 14:29:43 -0800635CONFIGFS
636P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800637M: joel.becker@oracle.com
638L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800639S: Supported
640
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641CIRRUS LOGIC GENERIC FBDEV DRIVER
642P: Jeff Garzik
643M: jgarzik@pobox.com
644L: linux-fbdev-devel@lists.sourceforge.net
645S: Odd Fixes
646
647CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
648P: Cirrus Logic Corporation (kernel 2.2 driver)
649M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
650P: Nils Faerber (port to kernel 2.4)
651M: Nils Faerber <nils@kernelconcepts.de>
652S: Maintained
653
654CODA FILE SYSTEM
655P: Jan Harkes
656M: jaharkes@cs.cmu.edu
657M: coda@cs.cmu.edu
658L: codalist@coda.cs.cmu.edu
659W: http://www.coda.cs.cmu.edu/
660S: Maintained
661
662COMPACTPCI HOTPLUG CORE
663P: Scott Murray
664M: scottm@somanetworks.com
665M: scott@spiteful.org
666L: pcihpd-discuss@lists.sourceforge.net
667S: Supported
668
669COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
670P: Scott Murray
671M: scottm@somanetworks.com
672M: scott@spiteful.org
673L: pcihpd-discuss@lists.sourceforge.net
674S: Supported
675
676COMPACTPCI HOTPLUG GENERIC DRIVER
677P: Scott Murray
678M: scottm@somanetworks.com
679M: scott@spiteful.org
680L: pcihpd-discuss@lists.sourceforge.net
681S: Supported
682
683COMPUTONE INTELLIPORT MULTIPORT CARD
684P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700685M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700687S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688
689COSA/SRP SYNC SERIAL DRIVER
690P: Jan "Yenya" Kasprzak
691M: kas@fi.muni.cz
692W: http://www.fi.muni.cz/~kas/cosa/
693S: Maintained
694
695CPU FREQUENCY DRIVERS
696P: Dave Jones
697M: davej@codemonkey.org.uk
698L: cpufreq@lists.linux.org.uk
699W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800700T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701S: Maintained
702
703CPUID/MSR DRIVER
704P: H. Peter Anvin
705M: hpa@zytor.com
706S: Maintained
707
Paul Jacksoned90fb42005-09-27 21:45:37 -0700708CPUSETS
709P: Paul Jackson
710P: Simon Derr
711M: pj@sgi.com
712M: simon.derr@bull.net
713L: linux-kernel@vger.kernel.org
714W: http://www.bullopensource.org/cpuset/
715S: Supported
716
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717CRAMFS FILESYSTEM
718W: http://sourceforge.net/projects/cramfs/
719S: Orphan
720
721CRIS PORT
722P: Mikael Starvik
723M: starvik@axis.com
724L: dev-etrax@axis.com
725W: http://developer.axis.com
726S: Maintained
727
728CRYPTO API
729P: Herbert Xu
730M: herbert@gondor.apana.org.au
731P: David S. Miller
732M: davem@davemloft.net
733L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800734T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735S: Maintained
736
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100737CS5535 Audio ALSA driver
738P: Jaya Kumar
739M: jayakumar.alsa@gmail.com
740S: Maintained
741
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742CYBERPRO FB DRIVER
743P: Russell King
744M: rmk@arm.linux.org.uk
745W: http://www.arm.linux.org.uk/
746S: Maintained
747
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700748CYBLAFB FRAMEBUFFER DRIVER
749P: Knut Petersen
750M: Knut_Petersen@t-online.de
751L: linux-fbdev-devel@lists.sourceforge.net
752S: Maintained
753
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754CYCLADES 2X SYNC CARD DRIVER
755P: Arnaldo Carvalho de Melo
756M: acme@conectiva.com.br
757W: http://advogato.org/person/acme
758L: cycsyn-devel@bazar.conectiva.com.br
759S: Maintained
760
761CYCLADES ASYNC MUX DRIVER
762M: async@cyclades.com
763W: http://www.cyclades.com/
764S: Supported
765
766CYCLADES PC300 DRIVER
767M: pc300@cyclades.com
768W: http://www.cyclades.com/
769S: Supported
770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771DAMA SLAVE for AX.25
772P: Joerg Reuter
773M: jreuter@yaina.de
774W: http://yaina.de/jreuter/
775W: http://www.qsl.net/dl1bke/
776L: linux-hams@vger.kernel.org
777S: Maintained
778
779DC395x SCSI driver
780P: Oliver Neukum
781M: oliver@neukum.name
782P: Ali Akcaagac
783M: aliakc@web.de
784P: Jamie Lenehan
785M: lenehan@twibble.org
786W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700787L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788L: http://lists.twibble.org/mailman/listinfo/dc395x/
789S: Maintained
790
791DC390/AM53C974 SCSI driver
792P: Kurt Garloff
793M: garloff@suse.de
794W: http://www.garloff.de/kurt/linux/dc390/
795P: Guennadi Liakhovetski
796M: g.liakhovetski@gmx.de
797S: Maintained
798
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700799DCCP PROTOCOL
800P: Arnaldo Carvalho de Melo
801M: acme@mandriva.com
802L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800803W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700804S: Maintained
805
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806DECnet NETWORK LAYER
807P: Patrick Caulfield
808M: patrick@tykepenguin.com
809W: http://linux-decnet.sourceforge.net
810L: linux-decnet-user@lists.sourceforge.net
811S: Maintained
812
813DEFXX FDDI NETWORK DRIVER
814P: Maciej W. Rozycki
815M: macro@linux-mips.org
816S: Maintained
817
818DELL LAPTOP SMM DRIVER
819P: Massimo Dal Zotto
820M: dz@debian.org
821W: http://www.debian.org/~dz/i8k/
822S: Maintained
823
Doug Warzecha90563ec2005-09-06 15:17:15 -0700824DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
825P: Doug Warzecha
826M: Douglas_Warzecha@dell.com
827S: Maintained
828
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829DEVICE-MAPPER
830P: Alasdair Kergon
831L: dm-devel@redhat.com
832W: http://sources.redhat.com/dm
833S: Maintained
834
835DEVICE NUMBER REGISTRY
836P: Torben Mathiasen
837M: device@lanana.org
838W: http://lanana.org/docs/device-list/index.html
839L: linux-kernel@vger.kernel.org
840S: Maintained
841
842DEVICE FILESYSTEM
843S: Obsolete
844
845DIGI INTL. EPCA DRIVER
846P: Digi International, Inc
847M: Eng.Linux@digi.com
848L: Eng.Linux@digi.com
849W: http://www.digi.com
850S: Orphaned
851
852DIGI RIGHTSWITCH NETWORK DRIVER
853P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700854L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855W: http://www.digi.com
856S: Orphaned
857
858DIRECTORY NOTIFICATION
859P: Stephen Rothwell
860M: sfr@canb.auug.org.au
861L: linux-kernel@vger.kernel.org
862S: Supported
863
864DISK GEOMETRY AND PARTITION HANDLING
865P: Andries Brouwer
866M: aeb@cwi.nl
867W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
868W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
869W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
870S: Maintained
871
872DISKQUOTA:
873P: Jan Kara
874M: jack@suse.cz
875L: linux-kernel@vger.kernel.org
876S: Maintained
877
878DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
879P: Tobias Ringstrom
880M: tori@unhappy.mine.nu
881L: linux-kernel@vger.kernel.org
882S: Maintained
883
Martin Waitzba483d52005-06-17 13:20:59 -0700884DOCBOOK FOR DOCUMENTATION
885P: Martin Waitz
886M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700887P: Randy Dunlap
888M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800889T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700890S: Maintained
891
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -0400892DOCKING STATION DRIVER
893P: Kristen Carlson Accardi
894M: kristen.c.accardi@intel.com
895L: linux-acpi@vger.kernel.org
896S: Maintained
897
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898DOUBLETALK DRIVER
899P: James R. Van Zandt
900M: jrv@vanzandt.mv.com
901L: blinux-list@redhat.com
902S: Maintained
903
904DRIVER CORE, KOBJECTS, AND SYSFS
905P: Greg Kroah-Hartman
906M: gregkh@suse.de
907L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800908T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909S: Supported
910
911DRM DRIVERS
912P: David Airlie
913M: airlied@linux.ie
914L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800915T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916S: Maintained
917
918DSCC4 DRIVER
919P: François Romieu
920M: romieu@cogenit.fr
921M: romieu@ensta.fr
922S: Maintained
923
924DVB SUBSYSTEM AND DRIVERS
925P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200926M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200928W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200929T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200930S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
932EATA-DMA SCSI DRIVER
933P: Michael Neuffer
934L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
935S: Maintained
936
937EATA ISA/EISA/PCI SCSI DRIVER
938P: Dario Ballabio
939M: ballabio_dario@emc.com
940L: linux-scsi@vger.kernel.org
941S: Maintained
942
943EATA-PIO SCSI DRIVER
944P: Michael Neuffer
945M: mike@i-Connect.Net
946L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
947S: Maintained
948
949EBTABLES
950P: Bart De Schuymer
951M: bart.de.schuymer@pandora.be
952L: ebtables-user@lists.sourceforge.net
953L: ebtables-devel@lists.sourceforge.net
954W: http://ebtables.sourceforge.net/
955S: Maintained
956
Alan Coxda9bb1d2006-01-18 17:44:13 -0800957EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800958P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700959M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800960L: bluesmoke-devel@lists.sourceforge.net
961W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700962S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800963
964EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700965P: Mark Gross
966M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800967L: bluesmoke-devel@lists.sourceforge.net
968W: bluesmoke.sourceforge.net
969S: Maintained
970
971EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700972P: Doug Thompson
973M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800974L: bluesmoke-devel@lists.sourceforge.net
975W: bluesmoke.sourceforge.net
976S: Maintained
977
978EDAC-R82600
979P: Tim Small
980M: tim@buttersideup.com
981L: bluesmoke-devel@lists.sourceforge.net
982W: bluesmoke.sourceforge.net
983S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800984
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985EEPRO100 NETWORK DRIVER
986P: Andrey V. Savochkin
987M: saw@saw.sw.com.sg
988S: Maintained
989
Josh Triplett0bee8d22006-07-30 03:03:58 -0700990EFS FILESYSTEM
991W: http://aeschi.ch.eu.org/efs/
992S: Orphan
993
Heiko J Schickfab97222006-09-22 15:22:22 -0700994EHCA (IBM GX bus InfiniBand adapter) DRIVER:
995P: Hoang-Nam Nguyen
996M: hnguyen@de.ibm.com
997P: Christoph Raisch
998M: raisch@de.ibm.com
999L: openib-general@openib.org
1000S: Supported
1001
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002EMU10K1 SOUND DRIVER
1003P: James Courtier-Dutton
1004M: James@superbug.demon.co.uk
1005L: emu10k1-devel@lists.sourceforge.net
1006W: http://sourceforge.net/projects/emu10k1/
1007S: Maintained
1008
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001009EMULEX LPFC FC SCSI DRIVER
1010P: James Smart
1011M: james.smart@emulex.com
1012L: linux-scsi@vger.kernel.org
1013W: http://sourceforge.net/projects/lpfcxxxx
1014S: Supported
1015
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016EPSON 1355 FRAMEBUFFER DRIVER
1017P: Christopher Hoover
1018M: ch@murgatroid.com, ch@hpl.hp.com
1019S: Maintained
1020
1021ETHEREXPRESS-16 NETWORK DRIVER
1022P: Philip Blundell
1023M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001024L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025S: Maintained
1026
1027ETHERNET BRIDGE
1028P: Stephen Hemminger
1029M: shemminger@osdl.org
1030L: bridge@osdl.org
1031W: http://bridge.sourceforge.net/
1032S: Maintained
1033
1034ETHERTEAM 16I DRIVER
1035P: Mika Kuoppala
1036M: miku@iki.fi
1037S: Maintained
1038
1039EXT2 FILE SYSTEM
1040L: ext2-devel@lists.sourceforge.net
1041S: Maintained
1042
1043EXT3 FILE SYSTEM
1044P: Stephen Tweedie, Andrew Morton
1045M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001046L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047S: Maintained
1048
Jean Delvaree53004e2006-01-09 23:26:14 +01001049F71805F HARDWARE MONITORING DRIVER
1050P: Jean Delvare
1051M: khali@linux-fr.org
1052L: lm-sensors@lm-sensors.org
1053S: Maintained
1054
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055FARSYNC SYNCHRONOUS DRIVER
1056P: Kevin Curtis
1057M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058W: http://www.farsite.co.uk/
1059S: Supported
1060
1061FRAMEBUFFER LAYER
1062P: Antonino Daplas
1063M: adaplas@pol.net
1064L: linux-fbdev-devel@lists.sourceforge.net
1065W: http://linux-fbdev.sourceforge.net/
1066S: Maintained
1067
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001068FREESCALE SOC FS_ENET DRIVER
1069P: Pantelis Antoniou
1070M: pantelis.antoniou@gmail.com
1071P: Vitaly Bordug
1072M: vbordug@ru.mvista.com
1073L: linuxppc-embedded@ozlabs.org
1074L: netdev@vger.kernel.org
1075S: Maintained
1076
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077FILE LOCKING (flock() and fcntl()/lockf())
1078P: Matthew Wilcox
1079M: matthew@wil.cx
1080L: linux-fsdevel@vger.kernel.org
1081S: Maintained
1082
1083FILESYSTEMS (VFS and infrastructure)
1084P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001085M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086S: Maintained
1087
1088FIRMWARE LOADER (request_firmware)
1089L: linux-kernel@vger.kernel.org
1090S: Orphan
1091
1092FPU EMULATOR
1093P: Bill Metzenthen
1094M: billm@suburbia.net
1095W: http://suburbia.net/~billm/floating-point/emulator/
1096S: Maintained
1097
1098FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1099P: Mike McLagan
1100M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001101L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102S: Maintained
1103
1104FREEVXFS FILESYSTEM
1105P: Christoph Hellwig
1106M: hch@infradead.org
1107W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1108S: Maintained
1109
1110FUJITSU FR-V PORT
1111P: David Howells
1112M: dhowells@redhat.com
1113S: Maintained
1114
1115FTAPE/QIC-117
1116L: linux-tape@vger.kernel.org
1117W: http://sourceforge.net/projects/ftape
1118S: Orphan
1119
Miklos Szeredi04578f12005-09-09 13:10:22 -07001120FUSE: FILESYSTEM IN USERSPACE
1121P: Miklos Szeredi
1122M: miklos@szeredi.hu
1123L: fuse-devel@lists.sourceforge.net
1124W: http://fuse.sourceforge.net/
1125S: Maintained
1126
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1128P: Rik Faith
1129M: faith@cs.unc.edu
1130L: linux-scsi@vger.kernel.org
1131S: Odd fixes (e.g., new signatures)
1132
1133GDT SCSI DISK ARRAY CONTROLLER DRIVER
1134P: Achim Leubner
1135M: achim_leubner@adaptec.com
1136L: linux-scsi@vger.kernel.org
1137W: http://www.icp-vortex.com/
1138S: Supported
1139
1140GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1141P: Krzysztof Halasa
1142M: khc@pm.waw.pl
1143W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1144S: Maintained
1145
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001146GIGASET ISDN DRIVERS
1147P: Hansjoerg Lipp
1148M: hjlipp@web.de
1149P: Tilman Schmidt
1150M: tilman@imap.cc
1151L: gigaset307x-common@lists.sourceforge.net
1152W: http://gigaset307x.sourceforge.net/
1153S: Maintained
1154
Jean Delvare5b543962005-08-15 19:51:02 +02001155HARDWARE MONITORING
1156P: Jean Delvare
1157M: khali@linux-fr.org
1158L: lm-sensors@lm-sensors.org
1159W: http://www.lm-sensors.nu/
1160S: Maintained
1161
Michael Buesch844dd052006-06-26 00:24:59 -07001162HARDWARE RANDOM NUMBER GENERATOR CORE
1163P: Michael Buesch
1164M: mb@bu3sch.de
1165S: Maintained
1166
Robert Love860e1d62005-08-31 23:57:59 -04001167HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1168P: Robert Love
1169M: rlove@rlove.org
1170M: linux-kernel@vger.kernel.org
1171W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1172S: Maintained
1173
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174HARMONY SOUND DRIVER
1175P: Kyle McMartin
1176M: kyle@parisc-linux.org
1177W: http://www.parisc-linux.org/~kyle/harmony/
1178L: parisc-linux@lists.parisc-linux.org
1179S: Maintained
1180
1181HAYES ESP SERIAL DRIVER
1182P: Andrew J. Robinson
1183M: arobinso@nyx.net
1184L: linux-kernel@vger.kernel.org
1185W: http://www.nyx.net/~arobinso
1186S: Maintained
1187
1188HFS FILESYSTEM
1189P: Roman Zippel
1190M: zippel@linux-m68k.org
1191L: linux-kernel@vger.kernel.org
1192S: Maintained
1193
1194HGA FRAMEBUFFER DRIVER
1195P: Ferenc Bakonyi
1196M: fero@drama.obuda.kando.hu
1197L: linux-nvidia@lists.surfsouth.com
1198W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1199S: Maintained
1200
1201HIGH-SPEED SCC DRIVER FOR AX.25
1202P: Klaus Kudielka
1203M: klaus.kudielka@ieee.org
1204L: linux-hams@vger.kernel.org
1205W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1206S: Maintained
1207
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001208HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1209P: HighPoint Linux Team
1210M: linux@highpoint-tech.com
1211W: http://www.highpoint-tech.com
1212S: Supported
1213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214HIPPI
1215P: Jes Sorensen
1216M: jes@trained-monkey.org
1217L: linux-hippi@sunsite.dk
1218S: Maintained
1219
1220HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1221P: Chirag Kantharia
1222M: chirag.kantharia@hp.com
1223L: iss_storagedev@hp.com
1224S: Maintained
1225
1226HEWLETT-PACKARD SMART2 RAID DRIVER
1227P: Chirag Kantharia
1228M: chirag.kantharia@hp.com
1229L: iss_storagedev@hp.com
1230S: Maintained
1231
1232HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1233P: Mike Miller
1234M: mike.miller@hp.com
1235L: iss_storagedev@hp.com
1236S: Supported
1237
Jouni Malinenff1d2762005-05-12 22:54:16 -04001238HOST AP DRIVER
1239P: Jouni Malinen
1240M: jkmaline@cc.hut.fi
1241L: hostap@shmoo.com
1242W: http://hostap.epitest.fi/
1243S: Maintained
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1246P: Jaroslav Kysela
1247M: perex@suse.cz
1248S: Maintained
1249
Bob Piccob9b03322005-11-07 00:59:19 -08001250HPET: High Precision Event Timers driver (hpet.c)
1251P: Clemens Ladisch
1252M: clemens@ladisch.de
1253S: Maintained
1254
1255HPET: i386
1256P: Venkatesh Pallipadi (Venki)
1257M: venkatesh.pallipadi@intel.com
1258S: Maintained
1259
1260HPET: x86_64
1261P: Andi Kleen and Vojtech Pavlik
1262M: ak@muc.de and vojtech@suse.cz
1263S: Maintained
1264
1265HPET: ACPI hpet.c
1266P: Bob Picco
1267M: bob.picco@hp.com
1268S: Maintained
1269
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270HPFS FILESYSTEM
1271P: Mikulas Patocka
1272M: mikulas@artax.karlin.mff.cuni.cz
1273W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1274S: Maintained
1275
1276HUGETLB FILESYSTEM
1277P: William Irwin
1278M: wli@holomorphy.com
1279S: Maintained
1280
Jean Delvare5b543962005-08-15 19:51:02 +02001281I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282P: Jean Delvare
1283M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001284L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001286T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287S: Maintained
1288
1289I2O
1290P: Markus Lidel
1291M: markus.lidel@shadowconnect.com
1292W: http://i2o.shadowconnect.com/
1293S: Maintained
1294
1295i386 BOOT CODE
1296P: Riley H. Williams
1297M: Riley@Williams.Name
1298L: Linux-Kernel@vger.kernel.org
1299S: Maintained
1300
1301i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1302P: Dave Jones
1303M: davej@codemonkey.org.uk
1304P: H. Peter Anvin
1305M: hpa@zytor.com
1306S: Maintained
1307
1308i810 TCO TIMER WATCHDOG
1309P: Nils Faerber
1310M: nils@kernelconcepts.de
1311W: http://www.kernelconcepts.de/
1312S: Maintained
1313
1314IA64 (Itanium) PLATFORM
1315P: Tony Luck
1316M: tony.luck@intel.com
1317L: linux-ia64@vger.kernel.org
1318W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001319T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320S: Maintained
1321
1322SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001323P: Jes Sorensen
1324M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325L: linux-altix@sgi.com
1326L: linux-ia64@vger.kernel.org
1327W: http://www.sgi.com/altix
1328S: Maintained
1329
1330IBM MCA SCSI SUBSYSTEM DRIVER
1331P: Michael Lang
1332M: langa2@kph.uni-mainz.de
1333W: http://www.uni-mainz.de/~langm000/linux.html
1334S: Maintained
1335
1336IBM Power Linux RAID adapter
1337P: Brian King
1338M: brking@us.ibm.com
1339S: Supported
1340
1341IBM ServeRAID RAID DRIVER
1342P: Jack Hammer
1343P: Dave Jeffery
1344M: ipslinux@adaptec.com
1345W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1346S: Supported
1347
1348IDE DRIVER [GENERAL]
1349P: Bartlomiej Zolnierkiewicz
1350M: B.Zolnierkiewicz@elka.pw.edu.pl
1351L: linux-kernel@vger.kernel.org
1352L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001353T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354S: Maintained
1355
1356IDE/ATAPI CDROM DRIVER
1357P: Jens Axboe
1358M: axboe@suse.de
1359L: linux-kernel@vger.kernel.org
1360W: http://www.kernel.dk
1361S: Maintained
1362
1363IDE/ATAPI FLOPPY DRIVERS
1364P: Paul Bristow
1365M: Paul Bristow <paul@paulbristow.net>
1366W: http://paulbristow.net/linux/idefloppy.html
1367L: linux-kernel@vger.kernel.org
1368S: Maintained
1369
1370IDE/ATAPI TAPE DRIVERS
1371P: Gadi Oxman
1372M: Gadi Oxman <gadio@netvision.net.il>
1373L: linux-kernel@vger.kernel.org
1374S: Maintained
1375
1376IEEE 1394 ETHERNET (eth1394)
1377L: linux1394-devel@lists.sourceforge.net
1378W: http://www.linux1394.org/
1379S: Orphan
1380
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381IEEE 1394 SUBSYSTEM
1382P: Ben Collins
1383M: bcollins@debian.org
1384P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001385M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386L: linux1394-devel@lists.sourceforge.net
1387W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001388T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389S: Maintained
1390
1391IEEE 1394 OHCI DRIVER
1392P: Ben Collins
1393M: bcollins@debian.org
1394P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001395M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396L: linux1394-devel@lists.sourceforge.net
1397W: http://www.linux1394.org/
1398S: Maintained
1399
1400IEEE 1394 PCILYNX DRIVER
1401P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001402M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403L: linux1394-devel@lists.sourceforge.net
1404W: http://www.linux1394.org/
1405S: Maintained
1406
1407IEEE 1394 RAW I/O DRIVER
1408P: Ben Collins
1409M: bcollins@debian.org
1410P: Dan Dennedy
1411M: dan@dennedy.org
1412L: linux1394-devel@lists.sourceforge.net
1413W: http://www.linux1394.org/
1414S: Maintained
1415
Jody McIntyre105d7b32005-09-30 11:59:04 -07001416IEEE 1394 SBP2
1417P: Ben Collins
1418M: bcollins@debian.org
1419P: Stefan Richter
1420M: stefanr@s5r6.in-berlin.de
1421L: linux1394-devel@lists.sourceforge.net
1422W: http://www.linux1394.org/
1423S: Maintained
1424
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425IMS TWINTURBO FRAMEBUFFER DRIVER
1426P: Paul Mundt
1427M: lethal@chaoticdreams.org
1428L: linux-fbdev-devel@lists.sourceforge.net
1429S: Maintained
1430
1431INFINIBAND SUBSYSTEM
1432P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001433M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434P: Sean Hefty
1435M: mshefty@ichips.intel.com
1436P: Hal Rosenstock
1437M: halr@voltaire.com
1438L: openib-general@openib.org
1439W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001440T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001441S: Supported
1442
1443INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001444P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001445M: dmitry.torokhov@gmail.com
1446M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447L: linux-input@atrey.karlin.mff.cuni.cz
1448L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001449T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450S: Maintained
1451
Robert Lovec9f04f52005-07-15 12:21:07 -04001452INOTIFY
1453P: John McCutchan and Robert Love
1454M: ttb@tentacle.dhs.org and rml@novell.com
1455L: linux-kernel@vger.kernel.org
1456S: Maintained
1457
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001458INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1459P: Sylvain Meyer
1460M: sylvain.meyer@worldonline.fr
1461L: linux-fbdev-devel@lists.sourceforge.net
1462S: Maintained
1463
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464INTEL 810/815 FRAMEBUFFER DRIVER
1465P: Antonino Daplas
1466M: adaplas@pol.net
1467L: linux-fbdev-devel@lists.sourceforge.net
1468S: Maintained
1469
1470INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1471P: Ingo Molnar
1472M: mingo@redhat.com
1473S: Maintained
1474
1475INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1476P: Jeff Garzik
1477M: jgarzik@pobox.com
1478W: http://sourceforge.net/projects/gkernel/
1479S: Maintained
1480
1481INTEL IA32 MICROCODE UPDATE SUPPORT
1482P: Tigran Aivazian
1483M: tigran@veritas.com
1484S: Maintained
1485
Michael Buesch844dd052006-06-26 00:24:59 -07001486INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1487P: Deepak Saxena
1488M: dsaxena@plexity.net
1489S: Maintained
1490
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491INTEL PRO/100 ETHERNET SUPPORT
1492P: John Ronciak
1493M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494P: Jesse Brandeburg
1495M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001496P: Jeff Kirsher
1497M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001498P: Auke Kok
1499M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500W: http://sourceforge.net/projects/e1000/
1501S: Supported
1502
1503INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1504P: Jeb Cramer
1505M: cramerj@intel.com
1506P: John Ronciak
1507M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001508P: Jesse Brandeburg
1509M: jesse.brandeburg@intel.com
1510P: Jeff Kirsher
1511M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001512P: Auke Kok
1513M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514W: http://sourceforge.net/projects/e1000/
1515S: Supported
1516
1517INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001518P: Jeff Kirsher
1519M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520P: Ayyappan Veeraiyan
1521M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522P: John Ronciak
1523M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001524P: Jesse Brandeburg
1525M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001526P: Auke Kok
1527M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528W: http://sourceforge.net/projects/e1000/
1529S: Supported
1530
James Ketrenos826d2ab2005-11-07 18:56:59 -06001531INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1532P: Yi Zhu
1533M: yi.zhu@intel.com
1534P: James Ketrenos
1535M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001536L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001537L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1538W: http://ipw2100.sourceforge.net
1539S: Supported
1540
1541INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1542P: Yi Zhu
1543M: yi.zhu@intel.com
1544P: James Ketrenos
1545M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001546L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001547L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1548W: http://ipw2200.sourceforge.net
1549S: Supported
1550
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551IOC3 DRIVER
1552P: Ralf Baechle
1553M: ralf@linux-mips.org
1554L: linux-mips@linux-mips.org
1555S: Maintained
1556
1557IP MASQUERADING:
1558P: Juanjo Ciarlante
1559M: jjciarla@raiz.uncu.edu.ar
1560S: Maintained
1561
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001562IPATH DRIVER:
1563P: Bryan O'Sullivan
1564M: support@pathscale.com
1565L: openib-general@openib.org
1566S: Supported
1567
Corey Minyard4409ebe2006-04-20 02:43:12 -07001568IPMI SUBSYSTEM
1569P: Corey Minyard
1570M: minyard@acm.org
1571L: openipmi-developer@lists.sourceforge.net
1572W: http://openipmi.sourceforge.net/
1573S: Supported
1574
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575IPX NETWORK LAYER
1576P: Arnaldo Carvalho de Melo
1577M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001578L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579S: Maintained
1580
1581IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001582P: Samuel Ortiz
1583M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001584L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001586S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587
1588ISAPNP
1589P: Jaroslav Kysela
1590M: perex@suse.cz
1591S: Maintained
1592
1593ISDN SUBSYSTEM
1594P: Karsten Keil
1595M: kkeil@suse.de
1596P: Kai Germaschewski
1597M: kai.germaschewski@gmx.de
1598L: isdn4linux@listserv.isdn4linux.de
1599W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001600T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601S: Maintained
1602
1603ISDN SUBSYSTEM (Eicon active card driver)
1604P: Armin Schindler
1605M: mac@melware.de
1606L: isdn4linux@listserv.isdn4linux.de
1607W: http://www.melware.de
1608S: Maintained
1609
1610JOURNALLING FLASH FILE SYSTEM (JFFS)
1611P: Axis Communications AB
1612M: jffs-dev@axis.com
1613L: jffs-dev@axis.com
1614W: http://www.developer.axis.com/software/jffs/
1615S: Maintained
1616
1617JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1618P: David Woodhouse
1619M: dwmw2@infradead.org
1620L: jffs-dev@axis.com
1621W: http://sources.redhat.com/jffs2/
1622S: Maintained
1623
1624JFS FILESYSTEM
1625P: Dave Kleikamp
1626M: shaggy@austin.ibm.com
1627L: jfs-discussion@lists.sourceforge.net
1628W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001629T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630S: Supported
1631
Josh Triplettde456d32006-07-30 03:04:00 -07001632JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001633P: Stephen Tweedie, Andrew Morton
1634M: sct@redhat.com, akpm@osdl.org
1635L: ext2-devel@lists.sourceforge.net
1636S: Maintained
1637
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638KCONFIG
1639P: Roman Zippel
1640M: zippel@linux-m68k.org
1641L: kbuild-devel@lists.sourceforge.net
1642S: Maintained
1643
Vivek Goyalea6c2082006-05-20 14:59:55 -07001644KDUMP
1645P: Vivek Goyal
1646M: vgoyal@in.ibm.com
1647P: Haren Myneni
1648M: hbabu@us.ibm.com
1649L: fastboot@lists.osdl.org
1650L: linux-kernel@vger.kernel.org
1651W: http://lse.sourceforge.net/kdump/
1652S: Maintained
1653
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654KERNEL AUTOMOUNTER (AUTOFS)
1655P: H. Peter Anvin
1656M: hpa@zytor.com
1657L: autofs@linux.kernel.org
1658S: Odd Fixes
1659
1660KERNEL AUTOMOUNTER v4 (AUTOFS4)
1661P: Ian Kent
1662M: raven@themaw.net
1663L: autofs@linux.kernel.org
1664S: Maintained
1665
1666KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1667P: Kai Germaschewski
1668M: kai@germaschewski.name
1669P: Sam Ravnborg
1670M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001671T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672S: Maintained
1673
1674KERNEL JANITORS
1675P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001676L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678S: Maintained
1679
1680KERNEL NFSD
1681P: Neil Brown
1682M: neilb@cse.unsw.edu.au
1683L: nfs@lists.sourceforge.net
1684W: http://nfs.sourceforge.net/
1685W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1686S: Maintained
1687
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001688KEXEC
1689P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001690M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001691W: http://www.xmission.com/~ebiederm/files/kexec/
1692L: linux-kernel@vger.kernel.org
1693L: fastboot@osdl.org
1694S: Maintained
1695
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001696KPROBES
1697P: Prasanna S Panchamukhi
1698M: prasanna@in.ibm.com
1699P: Ananth N Mavinakayanahalli
1700M: ananth@in.ibm.com
1701P: Anil S Keshavamurthy
1702M: anil.s.keshavamurthy@intel.com
1703P: David S. Miller
1704M: davem@davemloft.net
1705L: linux-kernel@vger.kernel.org
1706S: Maintained
1707
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001710S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711
1712LASI 53c700 driver for PARISC
1713P: James E.J. Bottomley
1714M: James.Bottomley@HansenPartnership.com
1715L: linux-scsi@vger.kernel.org
1716S: Maintained
1717
Richard Purdie263de9b2006-05-15 09:44:16 -07001718LED SUBSYSTEM
1719P: Richard Purdie
1720M: rpurdie@rpsys.net
1721S: Maintained
1722
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723LEGO USB Tower driver
1724P: Juergen Stuber
1725M: starblue@users.sourceforge.net
1726L: legousb-devel@lists.sourceforge.net
1727W: http://legousb.sourceforge.net/
1728S: Maintained
1729
1730LINUX FOR IBM pSERIES (RS/6000)
1731P: Paul Mackerras
1732M: paulus@au.ibm.com
1733W: http://www.ibm.com/linux/ltc/projects/ppc
1734S: Supported
1735
1736LINUX FOR NCR VOYAGER
1737P: James Bottomley
1738M: James.Bottomley@HansenPartnership.com
1739W: http://www.hansenpartnership.com/voyager
1740S: Maintained
1741
1742LINUX FOR POWERPC
1743P: Paul Mackerras
1744M: paulus@samba.org
1745W: http://www.penguinppc.org/
1746L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001747T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748S: Supported
1749
1750LINUX FOR POWER MACINTOSH
1751P: Benjamin Herrenschmidt
1752M: benh@kernel.crashing.org
1753W: http://www.penguinppc.org/
1754L: linuxppc-dev@ozlabs.org
1755S: Maintained
1756
1757LINUX FOR POWERPC EMBEDDED MPC52XX
1758P: Sylvain Munaut
1759M: tnt@246tNt.com
1760W: http://www.246tNt.com/mpc52xx/
1761W: http://www.penguinppc.org/
1762L: linuxppc-dev@ozlabs.org
1763L: linuxppc-embedded@ozlabs.org
1764S: Maintained
1765
1766LINUX FOR POWERPC EMBEDDED PPC4XX
1767P: Matt Porter
1768M: mporter@kernel.crashing.org
1769W: http://www.penguinppc.org/
1770L: linuxppc-embedded@ozlabs.org
1771S: Maintained
1772
Tom Rinie93adf12005-07-26 12:49:53 -07001773LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774P: Tom Rini
1775M: trini@kernel.crashing.org
1776W: http://www.penguinppc.org/
1777L: linuxppc-embedded@ozlabs.org
1778S: Maintained
1779
Tom Rinie93adf12005-07-26 12:49:53 -07001780LINUX FOR POWERPC EMBEDDED PPC8XX
1781P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001782M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001783W: http://www.penguinppc.org/
1784L: linuxppc-embedded@ozlabs.org
1785S: Maintained
1786
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1788P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001789M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790W: http://www.penguinppc.org/
1791L: linuxppc-embedded@ozlabs.org
1792S: Maintained
1793
Olof Johanssonab06ff32006-09-06 14:44:54 -05001794LINUX FOR POWERPC PA SEMI PWRFICIENT
1795P: Olof Johansson
1796M: olof@lixom.net
1797W: http://www.pasemi.com/
1798L: linuxppc-dev@ozlabs.org
1799S: Supported
1800
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801LLC (802.2)
1802P: Arnaldo Carvalho de Melo
1803M: acme@conectiva.com.br
1804S: Maintained
1805
1806LINUX FOR 64BIT POWERPC
1807P: Paul Mackerras
1808M: paulus@samba.org
1809M: paulus@au.ibm.com
1810P: Anton Blanchard
1811M: anton@samba.org
1812M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001813W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001814L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815S: Supported
1816
1817LINUX SECURITY MODULE (LSM) FRAMEWORK
1818P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001819M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001820L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001822T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823S: Supported
1824
1825LM83 HARDWARE MONITOR DRIVER
1826P: Jean Delvare
1827M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001828L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829S: Maintained
1830
1831LM90 HARDWARE MONITOR DRIVER
1832P: Jean Delvare
1833M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001834L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835S: Maintained
1836
1837LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1838P: Richard Russon (FlatCap)
1839M: ldm@flatcap.org
1840L: ldm-devel@lists.sourceforge.net
1841W: http://ldm.sourceforge.net
1842S: Maintained
1843
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001844LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1845P: Eric Moore
1846M: Eric.Moore@lsil.com
1847M: support@lsil.com
1848L: mpt_linux_developer@lsil.com
1849L: linux-scsi@vger.kernel.org
1850W: http://www.lsilogic.com/support
1851S: Supported
1852
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1854P: Matthew Wilcox
1855M: matthew@wil.cx
1856L: linux-scsi@vger.kernel.org
1857S: Maintained
1858
1859M68K ARCHITECTURE
1860P: Geert Uytterhoeven
1861M: geert@linux-m68k.org
1862P: Roman Zippel
1863M: zippel@linux-m68k.org
1864L: linux-m68k@lists.linux-m68k.org
1865W: http://www.linux-m68k.org/
1866W: http://linux-m68k-cvs.ubb.ca/
1867S: Maintained
1868
1869M68K ON APPLE MACINTOSH
1870P: Joshua Thompson
1871M: funaho@jurai.org
1872W: http://www.mac.linux-m68k.org/
1873L: linux-mac68k@mac.linux-m68k.org
1874S: Maintained
1875
1876M68K ON HP9000/300
1877P: Philip Blundell
1878M: philb@gnu.org
1879W: http://www.tazenda.demon.co.uk/phil/linux-hp
1880S: Maintained
1881
1882MARVELL YUKON / SYSKONNECT DRIVER
1883P: Mirko Lindner
1884M: mlindner@syskonnect.de
1885P: Ralph Roesler
1886M: rroesler@syskonnect.de
1887W: http://www.syskonnect.com
1888S: Supported
1889
1890MAESTRO PCI SOUND DRIVERS
1891P: Zach Brown
1892M: zab@zabbo.net
1893S: Odd Fixes
1894
Michael Kerriskfaf16682005-07-31 22:34:47 -07001895MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1896P: Michael Kerrisk
1897M: mtk-manpages@gmx.net
1898W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1899S: Maintained
1900
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001901MARVELL MV643XX ETHERNET DRIVER
1902P: Dale Farnsworth
1903M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001905M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001906L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001907S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908
1909MATROX FRAMEBUFFER DRIVER
1910P: Petr Vandrovec
1911M: vandrove@vc.cvut.cz
1912L: linux-fbdev-devel@lists.sourceforge.net
1913S: Maintained
1914
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001915MEGARAID SCSI DRIVERS
1916P: Neela Syam Kolli
1917M: Neela.Kolli@engenio.com
1918S: linux-scsi@vger.kernel.org
1919W: http://megaraid.lsilogic.com
1920S: Maintained
1921
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001922MEMORY MANAGEMENT
1923L: linux-mm@kvack.org
1924L: linux-kernel@vger.kernel.org
1925W: http://www.linux-mm.org
1926S: Maintained
1927
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001928MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929P: David Woodhouse
1930M: dwmw2@infradead.org
1931W: http://www.linux-mtd.infradead.org/
1932L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001933T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Maintained
1935
1936MICROTEK X6 SCANNER
1937P: Oliver Neukum
1938M: oliver@neukum.name
1939S: Maintained
1940
1941MIPS
1942P: Ralf Baechle
1943M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001944W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001946T: git www.linux-mips.org:/pub/scm/linux.git
1947S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948
1949MISCELLANEOUS MCA-SUPPORT
1950P: James Bottomley
1951M: jejb@steeleye.com
1952L: linux-kernel@vger.kernel.org
1953S: Maintained
1954
1955MODULE SUPPORT
1956P: Rusty Russell
1957M: rusty@rustcorp.com.au
1958L: linux-kernel@vger.kernel.org
1959S: Maintained
1960
1961MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1962P: Stelian Pop
1963M: stelian@popies.net
1964W: http://popies.net/meye/
1965S: Maintained
1966
1967MOUSE AND MISC DEVICES [GENERAL]
1968P: Alessandro Rubini
1969M: rubini@ipvvis.unipv.it
1970L: linux-kernel@vger.kernel.org
1971S: Maintained
1972
1973MTRR AND SIMILAR SUPPORT [i386]
1974P: Richard Gooch
1975M: rgooch@atnf.csiro.au
1976L: linux-kernel@vger.kernel.org
1977W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1978S: Maintained
1979
Russell King12223da2006-06-15 13:28:52 +01001980MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001981P: Russell King
1982M: rmk+mmc@arm.linux.org.uk
1983S: Maintained
1984
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985MULTISOUND SOUND DRIVER
1986P: Andrew Veliath
1987M: andrewtv@usa.net
1988S: Maintained
1989
1990NATSEMI ETHERNET DRIVER (DP8381x)
1991P: Tim Hockin
1992M: thockin@hockin.org
1993S: Maintained
1994
1995NCP FILESYSTEM
1996P: Petr Vandrovec
1997M: vandrove@vc.cvut.cz
1998L: linware@sh.cvut.cz
1999S: Maintained
2000
2001NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2002P: James E.J. Bottomley
2003M: James.Bottomley@HansenPartnership.com
2004L: linux-scsi@vger.kernel.org
2005S: Maintained
2006
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002007NETEM NETWORK EMULATOR
2008P: Stephen Hemminger
2009M: shemminger@osdl.org
2010L: netem@osdl.org
2011S: Maintained
2012
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013NETFILTER/IPTABLES/IPCHAINS
2014P: Rusty Russell
2015P: Marc Boucher
2016P: James Morris
2017P: Harald Welte
2018P: Jozsef Kadlecsik
2019M: coreteam@netfilter.org
2020W: http://www.netfilter.org/
2021W: http://www.iptables.org/
2022L: netfilter@lists.netfilter.org
2023L: netfilter-devel@lists.netfilter.org
2024S: Supported
2025
2026NETROM NETWORK LAYER
2027P: Ralf Baechle
2028M: ralf@linux-mips.org
2029L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002030W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031S: Maintained
2032
2033NETWORK BLOCK DEVICE
2034P: Paul Clements
2035M: Paul.Clements@steeleye.com
2036S: Maintained
2037
2038NETWORK DEVICE DRIVERS
2039P: Andrew Morton
2040M: akpm@osdl.org
2041P: Jeff Garzik
2042M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002043L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002044T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045S: Maintained
2046
2047NETWORKING [GENERAL]
2048P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002049M: netdev@vger.kernel.org
2050L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002051W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052S: Maintained
2053
2054NETWORKING [IPv4/IPv6]
2055P: David S. Miller
2056M: davem@davemloft.net
2057P: Alexey Kuznetsov
2058M: kuznet@ms2.inr.ac.ru
2059P: Pekka Savola (ipv6)
2060M: pekkas@netcore.fi
2061P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002062M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063P: Hideaki YOSHIFUJI
2064M: yoshfuji@linux-ipv6.org
2065P: Patrick McHardy
2066M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002067L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002068T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069S: Maintained
2070
John W. Linville29f8f632006-01-18 14:52:48 -08002071NETWORKING [WIRELESS]
2072P: John W. Linville
2073M: linville@tuxdriver.com
2074L: netdev@vger.kernel.org
2075T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2076S: Maintained
2077
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078IPVS
2079P: Wensong Zhang
2080M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002081P: Simon Horman
2082M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083P: Julian Anastasov
2084M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086S: Maintained
2087
2088NFS CLIENT
2089P: Trond Myklebust
2090M: trond.myklebust@fys.uio.no
2091L: linux-kernel@vger.kernel.org
2092S: Maintained
2093
2094NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002095P: Jan-Pascal van Best
2096M: janpascal@vanbest.org
2097P: Andreas Mohr
2098M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002099L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100S: Maintained
2101
2102NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2103P: YOKOTA Hiroshi
2104M: yokota@netlab.is.tsukuba.ac.jp
2105W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2106S: Maintained
2107
2108NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2109P: GOTO Masanori
2110M: gotom@debian.or.jp
2111P: YOKOTA Hiroshi
2112M: yokota@netlab.is.tsukuba.ac.jp
2113W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2114S: Maintained
2115
2116NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2117P: Eberhard Moenkeberg
2118M: emoenke@gwdg.de
2119L: linux-kernel@vger.kernel.org
2120S: Maintained
2121
2122NTFS FILESYSTEM
2123P: Anton Altaparmakov
2124M: aia21@cantab.net
2125L: linux-ntfs-dev@lists.sourceforge.net
2126L: linux-kernel@vger.kernel.org
2127W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002128T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Maintained
2130
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002131NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2132P: Antonino Daplas
2133M: adaplas@pol.net
2134L: linux-fbdev-devel@lists.sourceforge.net
2135S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002137OPENCORES I2C BUS DRIVER
2138P: Peter Korsgaard
2139M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002140L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002141S: Maintained
2142
Mark Fashehccd979b2005-12-15 14:31:24 -08002143ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2144P: Mark Fasheh
2145M: mark.fasheh@oracle.com
2146P: Kurt Hackel
2147M: kurt.hackel@oracle.com
2148L: ocfs2-devel@oss.oracle.com
2149W: http://oss.oracle.com/projects/ocfs2/
2150S: Supported
2151
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152OLYMPIC NETWORK DRIVER
2153P: Peter De Shrijver
2154M: p2@ace.ulyssis.student.kuleuven.ac.be
2155P: Mike Phillips
2156M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002157L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158L: linux-tr@linuxtr.net
2159W: http://www.linuxtr.net
2160S: Maintained
2161
Harald Weltec1986ee2005-11-13 16:06:29 -08002162OMNIKEY CARDMAN 4000 DRIVER
2163P: Harald Welte
2164M: laforge@gnumonks.org
2165S: Maintained
2166
Harald Welte77c44ab2005-11-13 16:06:26 -08002167OMNIKEY CARDMAN 4040 DRIVER
2168P: Harald Welte
2169M: laforge@gnumonks.org
2170S: Maintained
2171
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172ONSTREAM SCSI TAPE DRIVER
2173P: Willem Riede
2174M: osst@riede.org
2175L: osst-users@lists.sourceforge.net
2176L: linux-scsi@vger.kernel.org
2177S: Maintained
2178
2179OPL3-SA2, SA3, and SAx DRIVER
2180P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002181M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182L: linux-sound@vger.kernel.org
2183S: Maintained
2184
2185OPROFILE
2186P: Philippe Elie
2187M: phil.el@wanadoo.fr
2188L: oprofile-list@lists.sf.net
2189S: Maintained
2190
2191ORINOCO DRIVER
2192P: Pavel Roskin
2193M: proski@gnu.org
2194P: David Gibson
2195M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002196L: orinoco-users@lists.sourceforge.net
2197L: orinoco-devel@lists.sourceforge.net
2198W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199S: Maintained
2200
2201PARALLEL PORT SUPPORT
2202P: Phil Blundell
2203M: philb@gnu.org
2204P: Tim Waugh
2205M: tim@cyberelk.net
2206P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207P: Andrea Arcangeli
2208M: andrea@suse.de
2209L: linux-parport@lists.infradead.org
2210W: http://people.redhat.com/twaugh/parport/
2211S: Maintained
2212
2213PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2214P: Tim Waugh
2215M: tim@cyberelk.net
2216L: linux-parport@lists.infradead.org
2217W: http://www.torque.net/linux-pp.html
2218S: Maintained
2219
2220PARISC ARCHITECTURE
2221P: Matthew Wilcox
2222M: matthew@wil.cx
2223P: Grant Grundler
2224M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002225P: Kyle McMartin
2226M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227L: parisc-linux@parisc-linux.org
2228W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002229T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2230T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231S: Maintained
2232
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002233PCI ERROR RECOVERY
2234P: Linas Vepstas
2235M: linas@austin.ibm.com
2236L: linux-kernel@vger.kernel.org
2237L: linux-pci@atrey.karlin.mff.cuni.cz
2238S: Supported
2239
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2241P: Thomas Sailer
2242M: sailer@ife.ee.ethz.ch
2243L: linux-sound@vger.kernel.org
2244W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2245S: Maintained
2246
2247PCI SUBSYSTEM
2248P: Greg Kroah-Hartman
2249M: gregkh@suse.de
2250L: linux-kernel@vger.kernel.org
2251L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002252T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253S: Supported
2254
2255PCI HOTPLUG CORE
2256P: Greg Kroah-Hartman
2257M: gregkh@suse.de
2258S: Supported
2259
2260PCI HOTPLUG COMPAQ DRIVER
2261P: Greg Kroah-Hartman
2262M: greg@kroah.com
2263S: Maintained
2264
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002265PCIE HOTPLUG DRIVER
2266P: Kristen Carlson Accardi
2267M: kristen.c.accardi@intel.com
2268L: pcihpd-discuss@lists.sourceforge.net
2269S: Maintained
2270
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002272P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002273L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002275T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002276S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277
2278PCNET32 NETWORK DRIVER
2279P: Thomas Bogendörfer
2280M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002281L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282S: Maintained
2283
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002284PER-TASK DELAY ACCOUNTING
2285P: Shailabh Nagar
2286M: nagar@watson.ibm.com
2287L: linux-kernel@vger.kernel.org
2288S: Maintained
2289
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002290PERSONALITY HANDLING
2291P: Christoph Hellwig
2292M: hch@infradead.org
2293L: linux-abi-devel@lists.sourceforge.net
2294S: Maintained
2295
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296PHRAM MTD DRIVER
2297P: Jörn Engel
2298M: joern@wh.fh-wedel.de
2299L: linux-mtd@lists.infradead.org
2300S: Maintained
2301
Peter Osterlund249a6772005-09-27 21:45:30 -07002302PKTCDVD DRIVER
2303P: Peter Osterlund
2304M: petero2@telia.com
2305L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002306S: Maintained
2307
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308POSIX CLOCKS and TIMERS
2309P: George Anzinger
2310M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002311L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312S: Supported
2313
Eugene Surovegin24682972005-10-14 03:00:53 -07002314POWERPC 4xx EMAC DRIVER
2315P: Eugene Surovegin
2316M: ebs@ebshome.net
2317W: http://kernel.ebshome.net/emac/
2318L: linuxppc-embedded@ozlabs.org
2319L: netdev@vger.kernel.org
2320S: Maintained
2321
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322PNP SUPPORT
2323P: Adam Belay
2324M: ambx1@neo.rr.com
2325S: Maintained
2326
2327PPP PROTOCOL DRIVERS AND COMPRESSORS
2328P: Paul Mackerras
2329M: paulus@samba.org
2330L: linux-ppp@vger.kernel.org
2331S: Maintained
2332
2333PPP OVER ATM (RFC 2364)
2334P: Mitchell Blank Jr
2335M: mitch@sfgoth.com
2336S: Maintained
2337
2338PPP OVER ETHERNET
2339P: Michal Ostrowski
2340M: mostrows@speakeasy.net
2341S: Maintained
2342
2343PREEMPTIBLE KERNEL
2344P: Robert Love
2345M: rml@tech9.net
2346L: linux-kernel@vger.kernel.org
2347L: kpreempt-tech@lists.sourceforge.net
2348W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2349S: Supported
2350
2351PRISM54 WIRELESS DRIVER
2352P: Prism54 Development Team
2353M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002354L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355W: http://prism54.org
2356S: Maintained
2357
2358PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2359P: Peter Denison
2360M: promise@pnd-pc.demon.co.uk
2361W: http://www.pnd-pc.demon.co.uk/promise/
2362S: Maintained
2363
Michael Krufky83202042006-07-03 00:24:18 -07002364PVRUSB2 VIDEO4LINUX DRIVER
2365P: Mike Isely
2366M: isely@pobox.com
2367L: pvrusb2@isely.net
2368L: video4linux-list@redhat.com
2369W: http://www.isely.net/pvrusb2/
2370S: Maintained
2371
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372PXA2xx SUPPORT
2373P: Nicolas Pitre
2374M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002375L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Maintained
2377
2378QLOGIC QLA2XXX FC-SCSI DRIVER
2379P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002380M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381L: linux-scsi@vger.kernel.org
2382S: Supported
2383
2384QNX4 FILESYSTEM
2385P: Anders Larsen
2386M: al@alarsen.net
2387L: linux-kernel@vger.kernel.org
2388W: http://www.alarsen.net/linux/qnx4fs/
2389S: Maintained
2390
2391RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002392P: Benjamin Herrenschmidt
2393M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394L: linux-fbdev-devel@lists.sourceforge.net
2395S: Maintained
2396
2397RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002398P: Paul Mackerras
2399M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400L: linux-fbdev-devel@lists.sourceforge.net
2401S: Maintained
2402
2403RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2404P: Corey Thomas
2405M: corey@world.std.com
2406L: linux-kernel@vger.kernel.org
2407S: Maintained
2408
Matt Mackall9e95ce22005-04-16 15:25:56 -07002409RANDOM NUMBER DRIVER
2410P: Matt Mackall
2411M: mpm@selenic.com
2412S: Maintained
2413
Matt Porter394b7012005-11-07 01:00:15 -08002414RAPIDIO SUBSYSTEM
2415P: Matt Porter
2416M: mporter@kernel.crashing.org
2417L: linux-kernel@vger.kernel.org
2418S: Maintained
2419
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420REAL TIME CLOCK DRIVER
2421P: Paul Gortmaker
2422M: p_gortmaker@yahoo.com
2423L: linux-kernel@vger.kernel.org
2424S: Maintained
2425
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002426REAL TIME CLOCK (RTC) SUBSYSTEM
2427P: Alessandro Zummo
2428M: a.zummo@towertech.it
2429L: linux-kernel@vger.kernel.org
2430S: Maintained
2431
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432REISERFS FILE SYSTEM
2433P: Hans Reiser
2434M: reiserfs-dev@namesys.com
2435L: reiserfs-list@namesys.com
2436W: http://www.namesys.com
2437S: Supported
2438
2439ROCKETPORT DRIVER
2440P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441W: http://www.comtrol.com
2442S: Maintained
2443
2444ROSE NETWORK LAYER
2445P: Ralf Baechle
2446M: ralf@linux-mips.org
2447L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002448W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449S: Maintained
2450
2451RISCOM8 DRIVER
2452S: Orphan
2453
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002454S3 SAVAGE FRAMEBUFFER DRIVER
2455P: Antonino Daplas
2456M: adaplas@pol.net
2457L: linux-fbdev-devel@lists.sourceforge.net
2458S: Maintained
2459
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460S390
2461P: Martin Schwidefsky
2462M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002463P: Heiko Carstens
2464M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465M: linux390@de.ibm.com
2466L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002467W: http://www.ibm.com/developerworks/linux/linux390/
2468S: Supported
2469
2470S390 NETWORK DRIVERS
2471P: Frank Pavlic
2472M: fpavlic@de.ibm.com
2473M: linux390@de.ibm.com
2474L: linux-390@vm.marist.edu
2475W: http://www.ibm.com/developerworks/linux/linux390/
2476S: Supported
2477
2478S390 ZFCP DRIVER
2479P: Andreas Herrmann
2480M: aherrman@de.ibm.com
2481M: linux390@de.ibm.com
2482L: linux-390@vm.marist.edu
2483W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484S: Supported
2485
2486SAA7146 VIDEO4LINUX-2 DRIVER
2487P: Michael Hunold
2488M: michael@mihu.de
2489W: http://www.mihu.de/linux/saa7146
2490S: Maintained
2491
2492SBPCD CDROM DRIVER
2493P: Eberhard Moenkeberg
2494M: emoenke@gwdg.de
2495L: linux-kernel@vger.kernel.org
2496S: Maintained
2497
2498SC1200 WDT DRIVER
2499P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002500M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501S: Maintained
2502
2503SCHEDULER
2504P: Ingo Molnar
2505M: mingo@elte.hu
2506P: Robert Love [the preemptible kernel bits]
2507M: rml@tech9.net
2508L: linux-kernel@vger.kernel.org
2509S: Maintained
2510
2511SCSI CDROM DRIVER
2512P: Jens Axboe
2513M: axboe@suse.de
2514L: linux-scsi@vger.kernel.org
2515W: http://www.kernel.dk
2516S: Maintained
2517
2518SCSI SG DRIVER
2519P: Doug Gilbert
2520M: dgilbert@interlog.com
2521L: linux-scsi@vger.kernel.org
2522W: http://www.torque.net/sg
2523S: Maintained
2524
2525SCSI SUBSYSTEM
2526P: James E.J. Bottomley
2527M: James.Bottomley@SteelEye.com
2528L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002529T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530S: Maintained
2531
2532SCSI TAPE DRIVER
2533P: Kai Mäkisara
2534M: Kai.Makisara@kolumbus.fi
2535L: linux-scsi@vger.kernel.org
2536S: Maintained
2537
2538SCTP PROTOCOL
2539P: Sridhar Samudrala
2540M: sri@us.ibm.com
2541L: lksctp-developers@lists.sourceforge.net
2542S: Supported
2543
2544SCx200 CPU SUPPORT
2545P: Christer Weinigel
2546M: christer@weinigel.se
2547W: http://www.weinigel.se
2548S: Supported
2549
2550SECURITY CONTACT
2551P: Security Officers
2552M: security@kernel.org
2553S: Supported
2554
2555SELINUX SECURITY MODULE
2556P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002557M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002559M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560L: linux-kernel@vger.kernel.org (kernel issues)
2561L: selinux@tycho.nsa.gov (general discussion)
2562W: http://www.nsa.gov/selinux
2563S: Supported
2564
2565SERIAL ATA (SATA) SUBSYSTEM:
2566P: Jeff Garzik
2567M: jgarzik@pobox.com
2568L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002569T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570S: Supported
2571
2572SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2573P: Pat Gefre
2574M: pfg@sgi.com
2575L: linux-ia64@vger.kernel.org
2576S: Supported
2577
2578SGI VISUAL WORKSTATION 320 AND 540
2579P: Andrey Panin
2580M: pazke@donpac.ru
2581L: linux-visws-devel@lists.sf.net
2582W: http://linux-visws.sf.net
2583S: Maintained for 2.6.
2584
2585SIMTEC EB110ATX (Chalice CATS)
2586P: Ben Dooks
2587P: Vincent Sanders
2588M: support@simtec.co.uk
2589W: http://www.simtec.co.uk/products/EB110ATX/
2590S: Supported
2591
2592SIMTEC EB2410ITX (BAST)
2593P: Ben Dooks
2594P: Vincent Sanders
2595M: support@simtec.co.uk
2596W: http://www.simtec.co.uk/products/EB2410ITX/
2597S: Supported
2598
Francois Romieu92aab3c2005-07-30 13:11:18 +02002599SIS 190 ETHERNET DRIVER
2600P: Francois Romieu
2601M: romieu@fr.zoreil.com
2602L: netdev@vger.kernel.org
2603S: Maintained
2604
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605SIS 5513 IDE CONTROLLER DRIVER
2606P: Lionel Bouton
2607M: Lionel.Bouton@inet6.fr
2608W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2609W: http://gyver.homeip.net/sis5513/index.html
2610S: Maintained
2611
2612SIS 900/7016 FAST ETHERNET DRIVER
2613P: Daniele Venzano
2614M: venza@brownhat.org
2615W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002616L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617S: Maintained
2618
2619SIS FRAMEBUFFER DRIVER
2620P: Thomas Winischhofer
2621M: thomas@winischhofer.net
2622W: http://www.winischhofer.net/linuxsisvga.shtml
2623S: Maintained
2624
2625SIS USB2VGA DRIVER
2626P: Thomas Winischhofer
2627M: thomas@winischhofer.net
2628W: http://www.winischhofer.at/linuxsisusbvga.shtml
2629S: Maintained
2630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631SMC91x ETHERNET DRIVER
2632P: Nicolas Pitre
2633M: nico@cam.org
2634S: Maintained
2635
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636SOFTWARE RAID (Multiple Disks) SUPPORT
2637P: Ingo Molnar
2638M: mingo@redhat.com
2639P: Neil Brown
2640M: neilb@cse.unsw.edu.au
2641L: linux-raid@vger.kernel.org
2642S: Maintained
2643
2644SOFTWARE SUSPEND:
2645P: Pavel Machek
2646M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002647L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648S: Maintained
2649
2650SONIC NETWORK DRIVER
2651P: Thomas Bogendoerfer
2652M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002653L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654S: Maintained
2655
2656SONY VAIO CONTROL DEVICE DRIVER
2657P: Stelian Pop
2658M: stelian@popies.net
2659W: http://popies.net/sonypi/
2660S: Maintained
2661
2662SOUND
2663P: Jaroslav Kysela
2664M: perex@suse.cz
2665L: alsa-devel@alsa-project.org
2666S: Maintained
2667
Kumar Gala025c3982006-04-02 16:05:54 -05002668SPI SUBSYSTEM
2669P: David Brownell
2670M: dbrownell@users.sourceforge.net
2671L: spi-devel-general@lists.sourceforge.net
2672S: Maintained
2673
Steven Rostedt855f46a2006-08-05 12:14:50 -07002674STABLE BRANCH:
2675P: Greg Kroah-Hartman
2676M: greg@kroah.com
2677P: Chris Wright
2678M: chrisw@sous-sol.org
2679L: stable@kernel.org
2680S: Maintained
2681
Steven Rostedt4ca8a3c2006-08-03 12:28:11 -04002682STABLE BRANCH:
2683P: Greg Kroah-Hartman
2684M: greg@kroah.com
2685P: Chris Wright
2686M: chrisw@sous-sol.org
2687L: stable@kernel.org
2688S: Maintained
2689
Kylene Hall1c72d462005-05-01 08:59:13 -07002690TPM DEVICE DRIVER
2691P: Kylene Hall
2692M: kjhall@us.ibm.com
2693W: http://tpmdd.sourceforge.net
2694L: tpmdd-devel@lists.sourceforge.net
2695S: Maintained
2696
Mark Gross1a80ba82005-10-30 15:02:55 -08002697Telecom Clock Driver for MCPL0010
2698P: Mark Gross
2699M: mark.gross@intel.com
2700S: Supported
2701
Chris Zankel48b415c2005-06-23 22:01:07 -07002702TENSILICA XTENSA PORT (xtensa):
2703P: Chris Zankel
2704M: chris@zankel.net
2705S: Maintained
2706
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707UltraSPARC (sparc64):
2708P: David S. Miller
2709M: davem@davemloft.net
2710P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002711M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712P: Jakub Jelinek
2713M: jj@sunsite.ms.mff.cuni.cz
2714P: Anton Blanchard
2715M: anton@samba.org
2716L: sparclinux@vger.kernel.org
2717L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002718T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719S: Maintained
2720
2721SHARP LH SUPPORT (LH7952X & LH7A40X)
2722P: Marc Singer
2723M: elf@buici.com
2724W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002725L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726S: Maintained
2727
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002728SHPC HOTPLUG DRIVER
2729P: Kristen Carlson Accardi
2730M: kristen.c.accardi@intel.com
2731L: pcihpd-discuss@lists.sourceforge.net
2732S: Maintained
2733
Pierre Ossmand129bce2006-03-24 03:18:17 -08002734SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2735P: Pierre Ossman
2736M: drzeus-sdhci@drzeus.cx
2737L: sdhci-devel@list.drzeus.cx
2738W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2739S: Maintained
2740
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002741SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2742P: Stephen Hemminger
2743M: shemminger@osdl.org
2744L: netdev@vger.kernel.org
2745S: Maintained
2746
Chris Boot1a87d942006-07-10 04:45:34 -07002747SOEKRIS NET48XX LED SUPPORT
2748P: Chris Boot
2749M: bootc@bootc.net
2750S: Maintained
2751
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752SPARC (sparc32):
2753P: William L. Irwin
2754M: wli@holomorphy.com
2755L: sparclinux@vger.kernel.org
2756S: Maintained
2757
2758SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2759P: Roger Wolff
2760M: R.E.Wolff@BitWizard.nl
2761L: linux-kernel@vger.kernel.org ?
2762S: Supported
2763
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764SRM (Alpha) environment access
2765P: Jan-Benedict Glaw
2766M: jbglaw@lug-owl.de
2767L: linux-kernel@vger.kernel.org
2768S: Maintained
2769
2770STARFIRE/DURALAN NETWORK DRIVER
2771P: Ion Badulescu
2772M: ionut@cs.columbia.edu
2773S: Maintained
2774
2775STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2776W: http://mosquitonet.Stanford.EDU/strip.html
2777S: Unsupported ?
2778
2779STRADIS MPEG-2 DECODER DRIVER
2780P: Nathan Laredo
2781M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782W: http://www.stradis.com/
2783S: Maintained
2784
2785SUPERH (sh)
2786P: Paul Mundt
2787M: lethal@linux-sh.org
2788P: Kazumoto Kojima
2789M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002790L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791W: http://www.linux-sh.org
2792W: http://www.m17n.org/linux-sh/
2793W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2794S: Maintained
2795
2796SUPERH64 (sh64)
2797P: Paul Mundt
2798M: lethal@linux-sh.org
2799P: Richard Curnow
2800M: rc@rc0.org.uk
2801L: linuxsh-shmedia-dev@lists.sourceforge.net
2802W: http://www.linux-sh.org
2803W: http://www.rc0.org.uk/sh64
2804S: Maintained
2805
2806SUN3/3X
2807P: Sam Creasey
2808M: sammy@sammy.net
2809L: sun3-list@redhat.com
2810W: http://sammy.net/sun3/
2811S: Maintained
2812
2813SVGA HANDLING
2814P: Martin Mares
2815M: mj@ucw.cz
2816L: linux-video@atrey.karlin.mff.cuni.cz
2817S: Maintained
2818
2819SYSV FILESYSTEM
2820P: Christoph Hellwig
2821M: hch@infradead.org
2822S: Maintained
2823
Stephen Hemminger781b4562006-07-10 20:25:29 -07002824TC CLASSIFIER
2825P: Jamal Hadi Salim
2826M: hadi@cyberus.ca
2827L: netdev@vger.kernel.org
2828S: Maintained
2829
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002830TCP LOW PRIORITY MODULE
2831P: Wong Hoi Sing, Edison
2832M: hswong3i@gmail.com
2833P: Hung Hing Lun, Mike
2834M: hlhung3i@gmail.com
2835W: http://tcp-lp-mod.sourceforge.net/
2836S: Maintained
2837
Michael Buesch844dd052006-06-26 00:24:59 -07002838TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2839P: Deepak Saxena
2840M: dsaxena@plexity.net
2841S: Maintained
2842
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002843TASKSTATS STATISTICS INTERFACE
2844P: Shailabh Nagar
2845M: nagar@watson.ibm.com
2846L: linux-kernel@vger.kernel.org
2847S: Maintained
2848
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849TI PARALLEL LINK CABLE DRIVER
2850P: Romain Lievin
2851M: roms@lpg.ticalc.org
2852S: Maintained
2853
Per Lidene86eaa32006-01-12 16:45:18 +01002854TIPC NETWORK LAYER
2855P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002856M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002857P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002858M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002859P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002860M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002861L: tipc-discussion@lists.sourceforge.net
2862W: http://tipc.sourceforge.net/
2863W: http://tipc.cslab.ericsson.net/
2864T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2865S: Maintained
2866
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867TLAN NETWORK DRIVER
2868P: Samuel Chessman
2869M: chessman@tux.org
2870L: tlan-devel@lists.sourceforge.net
2871W: http://sourceforge.net/projects/tlan/
2872S: Maintained
2873
2874TOKEN-RING NETWORK DRIVER
2875P: Mike Phillips
2876M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002877L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878L: linux-tr@linuxtr.net
2879W: http://www.linuxtr.net
2880S: Maintained
2881
2882TOSHIBA ACPI EXTRAS DRIVER
2883P: John Belmonte
2884M: toshiba_acpi@memebeam.org
2885W: http://memebeam.org/toys/ToshibaAcpiDriver
2886S: Maintained
2887
2888TOSHIBA SMM DRIVER
2889P: Jonathan Buzzard
2890M: jonathan@buzzard.org.uk
2891L: tlinux-users@tce.toshiba-dme.co.jp
2892W: http://www.buzzard.org.uk/toshiba/
2893S: Maintained
2894
2895TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2896P: Muli Ben-Yehuda
2897M: mulix@mulix.org
2898L: linux-kernel@vger.kernel.org
2899S: Maintained
2900
2901TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002902P: Adrian Bunk
2903M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002905W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002906T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907S: Maintained
2908
2909TMS380 TOKEN-RING NETWORK DRIVER
2910P: Adam Fritzler
2911M: mid@auk.cx
2912L: linux-tr@linuxtr.net
2913W: http://www.auk.cx/tms380tr/
2914S: Maintained
2915
2916TULIP NETWORK DRIVER
2917P: Jeff Garzik
2918M: jgarzik@pobox.com
2919L: tulip-users@lists.sourceforge.net
2920W: http://sourceforge.net/projects/tulip/
2921S: Maintained
2922
2923TUN/TAP driver
2924P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002925M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926L: vtun@office.satix.net
2927W: http://vtun.sourceforge.net/tun
2928S: Maintained
2929
2930U14-34F SCSI DRIVER
2931P: Dario Ballabio
2932M: ballabio_dario@emc.com
2933L: linux-scsi@vger.kernel.org
2934S: Maintained
2935
2936UDF FILESYSTEM
2937P: Ben Fennema
2938M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939W: http://linux-udf.sourceforge.net
2940S: Maintained
2941
2942UNIFORM CDROM DRIVER
2943P: Jens Axboe
2944M: axboe@suse.de
2945L: linux-kernel@vger.kernel.org
2946W: http://www.kernel.dk
2947S: Maintained
2948
2949USB ACM DRIVER
2950P: Oliver Neukum
2951M: oliver@neukum.name
2952L: linux-usb-users@lists.sourceforge.net
2953L: linux-usb-devel@lists.sourceforge.net
2954S: Maintained
2955
2956USB BLOCK DRIVER (UB ub)
2957P: Pete Zaitcev
2958M: zaitcev@redhat.com
2959L: linux-kernel@vger.kernel.org
2960L: linux-usb-devel@lists.sourceforge.net
2961S: Supported
2962
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963USB CDC ETHERNET DRIVER
2964P: Greg Kroah-Hartman
2965M: greg@kroah.com
2966L: linux-usb-users@lists.sourceforge.net
2967L: linux-usb-devel@lists.sourceforge.net
2968S: Maintained
2969W: http://www.kroah.com/linux-usb/
2970
2971USB EHCI DRIVER
2972P: David Brownell
2973M: dbrownell@users.sourceforge.net
2974L: linux-usb-devel@lists.sourceforge.net
2975S: Maintained
2976
Luca Risolia7ce08c92006-01-11 02:06:59 +00002977USB ET61X[12]51 DRIVER
2978P: Luca Risolia
2979M: luca.risolia@studio.unibo.it
2980L: linux-usb-devel@lists.sourceforge.net
2981L: video4linux-list@redhat.com
2982W: http://www.linux-projects.org
2983S: Maintained
2984
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985USB HID/HIDBP DRIVERS
2986P: Vojtech Pavlik
2987M: vojtech@suse.cz
2988L: linux-usb-users@lists.sourceforge.net
2989L: linux-usb-devel@lists.sourceforge.net
2990S: Maintained
2991
2992USB HUB DRIVER
2993P: Johannes Erdfelt
2994M: johannes@erdfelt.com
2995L: linux-usb-users@lists.sourceforge.net
2996L: linux-usb-devel@lists.sourceforge.net
2997S: Maintained
2998
Olav Kongas959eea22005-11-03 17:38:14 +02002999USB ISP116X DRIVER
3000P: Olav Kongas
3001M: ok@artecdesign.ee
3002L: linux-usb-devel@lists.sourceforge.net
3003S: Maintained
3004
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005USB KAWASAKI LSI DRIVER
3006P: Oliver Neukum
3007M: oliver@neukum.name
3008L: linux-usb-users@lists.sourceforge.net
3009L: linux-usb-devel@lists.sourceforge.net
3010S: Maintained
3011
3012USB MASS STORAGE DRIVER
3013P: Matthew Dharm
3014M: mdharm-usb@one-eyed-alien.net
3015L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003016L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017S: Maintained
3018W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3019
3020USB OHCI DRIVER
3021P: Roman Weissgaerber
3022M: weissg@vienna.at
3023L: linux-usb-users@lists.sourceforge.net
3024L: linux-usb-devel@lists.sourceforge.net
3025S: Maintained
3026
Matthias Urlichsba460e42005-07-14 00:33:47 -07003027USB OPTION-CARD DRIVER
3028P: Matthias Urlichs
3029M: smurf@smurf.noris.de
3030L: linux-usb-devel@lists.sourceforge.net
3031S: Maintained
3032
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033USB OV511 DRIVER
3034P: Mark McClelland
3035M: mmcclell@bigfoot.com
3036L: linux-usb-users@lists.sourceforge.net
3037L: linux-usb-devel@lists.sourceforge.net
3038W: http://alpha.dyndns.org/ov511/
3039S: Maintained
3040
3041USB PEGASUS DRIVER
3042P: Petko Manolov
3043M: petkan@users.sourceforge.net
3044L: linux-usb-users@lists.sourceforge.net
3045L: linux-usb-devel@lists.sourceforge.net
3046W: http://pegasus2.sourceforge.net/
3047S: Maintained
3048
3049USB PRINTER DRIVER
3050P: Vojtech Pavlik
3051M: vojtech@suse.cz
3052L: linux-usb-users@lists.sourceforge.net
3053L: linux-usb-devel@lists.sourceforge.net
3054S: Maintained
3055
3056USB RTL8150 DRIVER
3057P: Petko Manolov
3058M: petkan@users.sourceforge.net
3059L: linux-usb-users@lists.sourceforge.net
3060L: linux-usb-devel@lists.sourceforge.net
3061W: http://pegasus2.sourceforge.net/
3062S: Maintained
3063
3064USB SE401 DRIVER
3065P: Jeroen Vreeken
3066M: pe1rxq@amsat.org
3067L: linux-usb-users@lists.sourceforge.net
3068L: linux-usb-devel@lists.sourceforge.net
3069W: http://www.chello.nl/~j.vreeken/se401/
3070S: Maintained
3071
3072USB SERIAL CYBERJACK DRIVER
3073P: Matthias Bruestle and Harald Welte
3074M: support@reiner-sct.com
3075W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3076S: Maintained
3077
3078USB SERIAL DIGI ACCELEPORT DRIVER
3079P: Peter Berger and Al Borchers
3080M: pberger@brimson.com
3081M: alborchers@steinerpoint.com
3082L: linux-usb-users@lists.sourceforge.net
3083L: linux-usb-devel@lists.sourceforge.net
3084S: Maintained
3085
3086USB SERIAL DRIVER
3087P: Greg Kroah-Hartman
3088M: gregkh@suse.de
3089L: linux-usb-users@lists.sourceforge.net
3090L: linux-usb-devel@lists.sourceforge.net
3091S: Supported
3092
3093USB SERIAL BELKIN F5U103 DRIVER
3094P: William Greathouse
3095M: wgreathouse@smva.com
3096L: linux-usb-users@lists.sourceforge.net
3097L: linux-usb-devel@lists.sourceforge.net
3098S: Maintained
3099
3100USB SERIAL CYPRESS M8 DRIVER
3101P: Lonnie Mendez
3102M: dignome@gmail.com
3103L: linux-usb-users@lists.sourceforge.net
3104L: linux-usb-devel@lists.sourceforge.net
3105S: Maintained
3106W: http://geocities.com/i0xox0i
3107W: http://firstlight.net/cvs
3108
3109USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3110L: linux-usb-users@lists.sourceforge.net
3111L: linux-usb-devel@lists.sourceforge.net
3112S: Maintained
3113
3114USB AUERSWALD DRIVER
3115P: Wolfgang Muees
3116M: wolfgang@iksw-muees.de
3117L: linux-usb-users@lists.sourceforge.net
3118L: linux-usb-devel@lists.sourceforge.net
3119S: Maintained
3120
3121USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3122P: Gary Brubaker
3123M: xavyer@ix.netcom.com
3124L: linux-usb-users@lists.sourceforge.net
3125L: linux-usb-devel@lists.sourceforge.net
3126S: Maintained
3127
3128USB SERIAL KEYSPAN DRIVER
3129P: Greg Kroah-Hartman
3130M: greg@kroah.com
3131L: linux-usb-users@lists.sourceforge.net
3132L: linux-usb-devel@lists.sourceforge.net
3133W: http://www.kroah.com/linux/
3134S: Maintained
3135
3136USB SERIAL WHITEHEAT DRIVER
3137P: Stuart MacDonald
3138M: stuartm@connecttech.com
3139L: linux-usb-users@lists.sourceforge.net
3140L: linux-usb-devel@lists.sourceforge.net
3141W: http://www.connecttech.com
3142S: Supported
3143
3144USB SN9C10x DRIVER
3145P: Luca Risolia
3146M: luca.risolia@studio.unibo.it
3147L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003148L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149W: http://www.linux-projects.org
3150S: Maintained
3151
3152USB SUBSYSTEM
3153P: Greg Kroah-Hartman
3154M: gregkh@suse.de
3155L: linux-usb-users@lists.sourceforge.net
3156L: linux-usb-devel@lists.sourceforge.net
3157W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003158T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159S: Supported
3160
3161USB UHCI DRIVER
3162P: Alan Stern
3163M: stern@rowland.harvard.edu
3164L: linux-usb-users@lists.sourceforge.net
3165L: linux-usb-devel@lists.sourceforge.net
3166S: Maintained
3167
3168USB "USBNET" DRIVER
3169P: David Brownell
3170M: dbrownell@users.sourceforge.net
3171L: linux-usb-devel@lists.sourceforge.net
3172S: Maintained
3173
3174USB W996[87]CF DRIVER
3175P: Luca Risolia
3176M: luca.risolia@studio.unibo.it
3177L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003178L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179W: http://www.linux-projects.org
3180S: Maintained
3181
Luca Risolia60f78052006-02-06 16:29:35 +00003182USB ZC0301 DRIVER
3183P: Luca Risolia
3184M: luca.risolia@studio.unibo.it
3185L: linux-usb-devel@lists.sourceforge.net
3186L: video4linux-list@redhat.com
3187W: http://www.linux-projects.org
3188S: Maintained
3189
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190USB ZD1201 DRIVER
3191P: Jeroen Vreeken
3192M: pe1rxq@amsat.org
3193L: linux-usb-users@lists.sourceforge.net
3194L: linux-usb-devel@lists.sourceforge.net
3195W: http://linux-lc100020.sourceforge.net
3196S: Maintained
3197
3198USER-MODE LINUX
3199P: Jeff Dike
3200M: jdike@karaya.com
3201L: user-mode-linux-devel@lists.sourceforge.net
3202L: user-mode-linux-user@lists.sourceforge.net
3203W: http://user-mode-linux.sourceforge.net
3204S: Maintained
3205
3206FAT/VFAT/MSDOS FILESYSTEM:
3207P: OGAWA Hirofumi
3208M: hirofumi@mail.parknet.co.jp
3209L: linux-kernel@vger.kernel.org
3210S: Maintained
3211
3212VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3213P: Jeff Garzik
3214S: Odd fixes
3215
3216VIA RHINE NETWORK DRIVER
3217P: Roger Luethi
3218M: rl@hellgate.ch
3219S: Maintained
3220
Jean Delvare32c0a522005-09-22 21:47:58 +02003221VIAPRO SMBUS DRIVER
3222P: Jean Delvare
3223M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003224L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003225S: Maintained
3226
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227UCLINUX (AND M68KNOMMU)
3228P: Greg Ungerer
3229M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003231L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232S: Maintained
3233
3234UCLINUX FOR NEC V850
3235P: Miles Bader
3236M: uclinux-v850@lsi.nec.co.jp
3237W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3238W: http://www.ee.nec.de/uclinux/
3239S: Supported
3240
3241UCLINUX FOR RENESAS H8/300
3242P: Yoshinori Sato
3243M: ysato@users.sourceforge.jp
3244W: http://uclinux-h8.sourceforge.jp/
3245S: Supported
3246
3247USB DIAMOND RIO500 DRIVER
3248P: Cesar Miquel
3249M: miquel@df.uba.ar
3250L: rio500-users@lists.sourceforge.net
3251W: http://rio500.sourceforge.net
3252S: Maintained
3253
3254VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003255P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003256M: mchehab@infradead.org
3257M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003259W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003260T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003261S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262
Roger Lucas1de9e372005-11-26 20:20:05 +01003263VT8231 HARDWARE MONITOR DRIVER
3264P: Roger Lucas
3265M: roger@planbit.co.uk
3266L: lm-sensors@lm-sensors.org
3267S: Maintained
3268
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269W1 DALLAS'S 1-WIRE BUS
3270P: Evgeniy Polyakov
3271M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272S: Maintained
3273
Charles Spirakis13927072006-07-05 18:05:15 +02003274W83791D HARDWARE MONITORING DRIVER
3275P: Charles Spirakis
3276M: bezaur@gmail.com
3277L: lm-sensors@lm-sensors.org
3278S: Maintained
3279
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280W83L51xD SD/MMC CARD INTERFACE DRIVER
3281P: Pierre Ossman
3282M: drzeus-wbsd@drzeus.cx
3283L: wbsd-devel@list.drzeus.cx
3284W: http://projects.drzeus.cx/wbsd
3285S: Maintained
3286
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003287WATCHDOG DEVICE DRIVERS
3288P: Wim Van Sebroeck
3289M: wim@iguana.be
3290T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3291S: Maintained
3292
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3294P: Jean Tourrilhes
3295M: jt@hpl.hp.com
3296W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3297S: Maintained
3298
3299WD7000 SCSI DRIVER
3300P: Miroslav Zagorac
3301M: zaga@fly.cc.fer.hr
3302L: linux-scsi@vger.kernel.org
3303S: Maintained
3304
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003305WISTRON LAPTOP BUTTON DRIVER
3306P: Miloslav Trmac
3307M: mitr@volny.cz
3308S: Maintained
3309
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310WL3501 WIRELESS PCMCIA CARD DRIVER
3311P: Arnaldo Carvalho de Melo
3312M: acme@conectiva.com.br
3313W: http://advogato.org/person/acme
3314S: Maintained
3315
3316X.25 NETWORK LAYER
3317P: Henner Eisen
3318M: eis@baty.hanse.de
3319L: linux-x25@vger.kernel.org
3320S: Maintained
3321
3322XFS FILESYSTEM
3323P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003324P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003326L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003328T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329S: Supported
3330
3331X86 3-LEVEL PAGING (PAE) SUPPORT
3332P: Ingo Molnar
3333M: mingo@redhat.com
3334S: Maintained
3335
3336X86-64 port
3337P: Andi Kleen
3338M: ak@suse.de
3339L: discuss@x86-64.org
3340W: http://www.x86-64.org
3341S: Maintained
3342
3343YAM DRIVER FOR AX.25
3344P: Jean-Paul Roubelat
3345M: jpr@f6fbb.org
3346L: linux-hams@vger.kernel.org
3347S: Maintained
3348
Henkaf64a5e2005-10-12 15:02:56 +02003349YEALINK PHONE DRIVER
3350P: Henk Vergonet
3351M: Henk.Vergonet@gmail.com
3352L: usbb2k-api-dev@nongnu.org
3353S: Maintained
3354
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3356P: Pete Zaitcev
3357M: zaitcev@yahoo.com
3358L: linux-kernel@vger.kernel.org
3359S: Obsolete
3360
3361Z8530 DRIVER FOR AX.25
3362P: Joerg Reuter
3363M: jreuter@yaina.de
3364W: http://yaina.de/jreuter/
3365W: http://www.qsl.net/dl1bke/
3366L: linux-hams@vger.kernel.org
3367S: Maintained
3368
3369ZF MACHZ WATCHDOG
3370P: Fernando Fuganti
3371M: fuganti@netbank.com.br
3372W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3373S: Maintained
3374
3375ZR36067 VIDEO FOR LINUX DRIVER
3376P: Ronald Bultje
3377M: rbultje@ronald.bitfreak.net
3378L: mjpeg-users@lists.sourceforge.net
3379W: http://mjpeg.sourceforge.net/driver-zoran/
3380S: Maintained
3381
3382ZR36120 VIDEO FOR LINUX DRIVER
3383P: Pauline Middelink
3384M: middelin@polyware.nl
3385W: http://www.polyware.nl/~middelin/En/hobbies.html
3386W: http://www.polyware.nl/~middelin/hobbies.html
3387S: Maintained
3388
3389THE REST
3390P: Linus Torvalds
3391S: Buried alive in reporters