blob: a050d7cc0856c827e68674ecb172e4d106ab038f [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
419L: linux-atm-general@lists.sourceforge.net
420W: 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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606S: Supported
607
608BTTV 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 Becker62ca3d262006-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 Jacksoned90fb4a2005-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
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400878DISTRIBUTED LOCK MANAGER
879P: Patrick Caulfield
880M: pcaulfie@redhat.com
881P: David Teigland
882M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -0400883L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400884W: http://sources.redhat.com/cluster/
885T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
886S: Supported
887
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
889P: Tobias Ringstrom
890M: tori@unhappy.mine.nu
891L: linux-kernel@vger.kernel.org
892S: Maintained
893
Martin Waitzba483d52005-06-17 13:20:59 -0700894DOCBOOK FOR DOCUMENTATION
895P: Martin Waitz
896M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700897P: Randy Dunlap
898M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800899T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700900S: Maintained
901
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902DOUBLETALK DRIVER
903P: James R. Van Zandt
904M: jrv@vanzandt.mv.com
905L: blinux-list@redhat.com
906S: Maintained
907
908DRIVER CORE, KOBJECTS, AND SYSFS
909P: Greg Kroah-Hartman
910M: gregkh@suse.de
911L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800912T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913S: Supported
914
915DRM DRIVERS
916P: David Airlie
917M: airlied@linux.ie
918L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800919T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920S: Maintained
921
922DSCC4 DRIVER
923P: François Romieu
924M: romieu@cogenit.fr
925M: romieu@ensta.fr
926S: Maintained
927
928DVB SUBSYSTEM AND DRIVERS
929P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200930M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200932W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200933T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200934S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935
936EATA-DMA SCSI DRIVER
937P: Michael Neuffer
938L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
939S: Maintained
940
941EATA ISA/EISA/PCI SCSI DRIVER
942P: Dario Ballabio
943M: ballabio_dario@emc.com
944L: linux-scsi@vger.kernel.org
945S: Maintained
946
947EATA-PIO SCSI DRIVER
948P: Michael Neuffer
949M: mike@i-Connect.Net
950L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
951S: Maintained
952
953EBTABLES
954P: Bart De Schuymer
955M: bart.de.schuymer@pandora.be
956L: ebtables-user@lists.sourceforge.net
957L: ebtables-devel@lists.sourceforge.net
958W: http://ebtables.sourceforge.net/
959S: Maintained
960
Alan Coxda9bb1d2006-01-18 17:44:13 -0800961EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800962P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700963M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800964L: bluesmoke-devel@lists.sourceforge.net
965W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700966S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800967
968EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700969P: Mark Gross
970M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800971L: bluesmoke-devel@lists.sourceforge.net
972W: bluesmoke.sourceforge.net
973S: Maintained
974
975EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700976P: Doug Thompson
977M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800978L: bluesmoke-devel@lists.sourceforge.net
979W: bluesmoke.sourceforge.net
980S: Maintained
981
982EDAC-R82600
983P: Tim Small
984M: tim@buttersideup.com
985L: bluesmoke-devel@lists.sourceforge.net
986W: bluesmoke.sourceforge.net
987S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800988
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989EEPRO100 NETWORK DRIVER
990P: Andrey V. Savochkin
991M: saw@saw.sw.com.sg
992S: Maintained
993
Josh Triplett0bee8d22006-07-30 03:03:58 -0700994EFS FILESYSTEM
995W: http://aeschi.ch.eu.org/efs/
996S: Orphan
997
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998EMU10K1 SOUND DRIVER
999P: James Courtier-Dutton
1000M: James@superbug.demon.co.uk
1001L: emu10k1-devel@lists.sourceforge.net
1002W: http://sourceforge.net/projects/emu10k1/
1003S: Maintained
1004
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001005EMULEX LPFC FC SCSI DRIVER
1006P: James Smart
1007M: james.smart@emulex.com
1008L: linux-scsi@vger.kernel.org
1009W: http://sourceforge.net/projects/lpfcxxxx
1010S: Supported
1011
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012EPSON 1355 FRAMEBUFFER DRIVER
1013P: Christopher Hoover
1014M: ch@murgatroid.com, ch@hpl.hp.com
1015S: Maintained
1016
1017ETHEREXPRESS-16 NETWORK DRIVER
1018P: Philip Blundell
1019M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001020L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021S: Maintained
1022
1023ETHERNET BRIDGE
1024P: Stephen Hemminger
1025M: shemminger@osdl.org
1026L: bridge@osdl.org
1027W: http://bridge.sourceforge.net/
1028S: Maintained
1029
1030ETHERTEAM 16I DRIVER
1031P: Mika Kuoppala
1032M: miku@iki.fi
1033S: Maintained
1034
1035EXT2 FILE SYSTEM
1036L: ext2-devel@lists.sourceforge.net
1037S: Maintained
1038
1039EXT3 FILE SYSTEM
1040P: Stephen Tweedie, Andrew Morton
1041M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001042L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043S: Maintained
1044
Jean Delvaree53004e2006-01-09 23:26:14 +01001045F71805F HARDWARE MONITORING DRIVER
1046P: Jean Delvare
1047M: khali@linux-fr.org
1048L: lm-sensors@lm-sensors.org
1049S: Maintained
1050
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051FARSYNC SYNCHRONOUS DRIVER
1052P: Kevin Curtis
1053M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054W: http://www.farsite.co.uk/
1055S: Supported
1056
1057FRAMEBUFFER LAYER
1058P: Antonino Daplas
1059M: adaplas@pol.net
1060L: linux-fbdev-devel@lists.sourceforge.net
1061W: http://linux-fbdev.sourceforge.net/
1062S: Maintained
1063
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001064FREESCALE SOC FS_ENET DRIVER
1065P: Pantelis Antoniou
1066M: pantelis.antoniou@gmail.com
1067P: Vitaly Bordug
1068M: vbordug@ru.mvista.com
1069L: linuxppc-embedded@ozlabs.org
1070L: netdev@vger.kernel.org
1071S: Maintained
1072
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073FILE LOCKING (flock() and fcntl()/lockf())
1074P: Matthew Wilcox
1075M: matthew@wil.cx
1076L: linux-fsdevel@vger.kernel.org
1077S: Maintained
1078
1079FILESYSTEMS (VFS and infrastructure)
1080P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001081M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082S: Maintained
1083
1084FIRMWARE LOADER (request_firmware)
1085L: linux-kernel@vger.kernel.org
1086S: Orphan
1087
1088FPU EMULATOR
1089P: Bill Metzenthen
1090M: billm@suburbia.net
1091W: http://suburbia.net/~billm/floating-point/emulator/
1092S: Maintained
1093
1094FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1095P: Mike McLagan
1096M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001097L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098S: Maintained
1099
1100FREEVXFS FILESYSTEM
1101P: Christoph Hellwig
1102M: hch@infradead.org
1103W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1104S: Maintained
1105
1106FUJITSU FR-V PORT
1107P: David Howells
1108M: dhowells@redhat.com
1109S: Maintained
1110
1111FTAPE/QIC-117
1112L: linux-tape@vger.kernel.org
1113W: http://sourceforge.net/projects/ftape
1114S: Orphan
1115
Miklos Szeredi04578f12005-09-09 13:10:22 -07001116FUSE: FILESYSTEM IN USERSPACE
1117P: Miklos Szeredi
1118M: miklos@szeredi.hu
1119L: fuse-devel@lists.sourceforge.net
1120W: http://fuse.sourceforge.net/
1121S: Maintained
1122
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1124P: Rik Faith
1125M: faith@cs.unc.edu
1126L: linux-scsi@vger.kernel.org
1127S: Odd fixes (e.g., new signatures)
1128
1129GDT SCSI DISK ARRAY CONTROLLER DRIVER
1130P: Achim Leubner
1131M: achim_leubner@adaptec.com
1132L: linux-scsi@vger.kernel.org
1133W: http://www.icp-vortex.com/
1134S: Supported
1135
1136GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1137P: Krzysztof Halasa
1138M: khc@pm.waw.pl
1139W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1140S: Maintained
1141
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001142GFS2 FILE SYSTEM
1143P: Steven Whitehouse
1144M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001145L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001146W: http://sources.redhat.com/cluster/
1147T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1148S: Supported
1149
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001150GIGASET ISDN DRIVERS
1151P: Hansjoerg Lipp
1152M: hjlipp@web.de
1153P: Tilman Schmidt
1154M: tilman@imap.cc
1155L: gigaset307x-common@lists.sourceforge.net
1156W: http://gigaset307x.sourceforge.net/
1157S: Maintained
1158
Jean Delvare5b543962005-08-15 19:51:02 +02001159HARDWARE MONITORING
1160P: Jean Delvare
1161M: khali@linux-fr.org
1162L: lm-sensors@lm-sensors.org
1163W: http://www.lm-sensors.nu/
1164S: Maintained
1165
Michael Buesch844dd052006-06-26 00:24:59 -07001166HARDWARE RANDOM NUMBER GENERATOR CORE
1167P: Michael Buesch
1168M: mb@bu3sch.de
1169S: Maintained
1170
Robert Love860e1d62005-08-31 23:57:59 -04001171HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1172P: Robert Love
1173M: rlove@rlove.org
1174M: linux-kernel@vger.kernel.org
1175W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1176S: Maintained
1177
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178HARMONY SOUND DRIVER
1179P: Kyle McMartin
1180M: kyle@parisc-linux.org
1181W: http://www.parisc-linux.org/~kyle/harmony/
1182L: parisc-linux@lists.parisc-linux.org
1183S: Maintained
1184
1185HAYES ESP SERIAL DRIVER
1186P: Andrew J. Robinson
1187M: arobinso@nyx.net
1188L: linux-kernel@vger.kernel.org
1189W: http://www.nyx.net/~arobinso
1190S: Maintained
1191
1192HFS FILESYSTEM
1193P: Roman Zippel
1194M: zippel@linux-m68k.org
1195L: linux-kernel@vger.kernel.org
1196S: Maintained
1197
1198HGA FRAMEBUFFER DRIVER
1199P: Ferenc Bakonyi
1200M: fero@drama.obuda.kando.hu
1201L: linux-nvidia@lists.surfsouth.com
1202W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1203S: Maintained
1204
1205HIGH-SPEED SCC DRIVER FOR AX.25
1206P: Klaus Kudielka
1207M: klaus.kudielka@ieee.org
1208L: linux-hams@vger.kernel.org
1209W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1210S: Maintained
1211
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001212HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1213P: HighPoint Linux Team
1214M: linux@highpoint-tech.com
1215W: http://www.highpoint-tech.com
1216S: Supported
1217
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218HIPPI
1219P: Jes Sorensen
1220M: jes@trained-monkey.org
1221L: linux-hippi@sunsite.dk
1222S: Maintained
1223
1224HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1225P: Chirag Kantharia
1226M: chirag.kantharia@hp.com
1227L: iss_storagedev@hp.com
1228S: Maintained
1229
1230HEWLETT-PACKARD SMART2 RAID DRIVER
1231P: Chirag Kantharia
1232M: chirag.kantharia@hp.com
1233L: iss_storagedev@hp.com
1234S: Maintained
1235
1236HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1237P: Mike Miller
1238M: mike.miller@hp.com
1239L: iss_storagedev@hp.com
1240S: Supported
1241
Jouni Malinenff1d2762005-05-12 22:54:16 -04001242HOST AP DRIVER
1243P: Jouni Malinen
1244M: jkmaline@cc.hut.fi
1245L: hostap@shmoo.com
1246W: http://hostap.epitest.fi/
1247S: Maintained
1248
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1250P: Jaroslav Kysela
1251M: perex@suse.cz
1252S: Maintained
1253
Bob Piccob9b03322005-11-07 00:59:19 -08001254HPET: High Precision Event Timers driver (hpet.c)
1255P: Clemens Ladisch
1256M: clemens@ladisch.de
1257S: Maintained
1258
1259HPET: i386
1260P: Venkatesh Pallipadi (Venki)
1261M: venkatesh.pallipadi@intel.com
1262S: Maintained
1263
1264HPET: x86_64
1265P: Andi Kleen and Vojtech Pavlik
1266M: ak@muc.de and vojtech@suse.cz
1267S: Maintained
1268
1269HPET: ACPI hpet.c
1270P: Bob Picco
1271M: bob.picco@hp.com
1272S: Maintained
1273
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274HPFS FILESYSTEM
1275P: Mikulas Patocka
1276M: mikulas@artax.karlin.mff.cuni.cz
1277W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1278S: Maintained
1279
1280HUGETLB FILESYSTEM
1281P: William Irwin
1282M: wli@holomorphy.com
1283S: Maintained
1284
Jean Delvare5b543962005-08-15 19:51:02 +02001285I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286P: Jean Delvare
1287M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001288L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001290T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291S: Maintained
1292
1293I2O
1294P: Markus Lidel
1295M: markus.lidel@shadowconnect.com
1296W: http://i2o.shadowconnect.com/
1297S: Maintained
1298
1299i386 BOOT CODE
1300P: Riley H. Williams
1301M: Riley@Williams.Name
1302L: Linux-Kernel@vger.kernel.org
1303S: Maintained
1304
1305i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1306P: Dave Jones
1307M: davej@codemonkey.org.uk
1308P: H. Peter Anvin
1309M: hpa@zytor.com
1310S: Maintained
1311
1312i810 TCO TIMER WATCHDOG
1313P: Nils Faerber
1314M: nils@kernelconcepts.de
1315W: http://www.kernelconcepts.de/
1316S: Maintained
1317
1318IA64 (Itanium) PLATFORM
1319P: Tony Luck
1320M: tony.luck@intel.com
1321L: linux-ia64@vger.kernel.org
1322W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001323T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324S: Maintained
1325
1326SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001327P: Jes Sorensen
1328M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329L: linux-altix@sgi.com
1330L: linux-ia64@vger.kernel.org
1331W: http://www.sgi.com/altix
1332S: Maintained
1333
1334IBM MCA SCSI SUBSYSTEM DRIVER
1335P: Michael Lang
1336M: langa2@kph.uni-mainz.de
1337W: http://www.uni-mainz.de/~langm000/linux.html
1338S: Maintained
1339
1340IBM Power Linux RAID adapter
1341P: Brian King
1342M: brking@us.ibm.com
1343S: Supported
1344
1345IBM ServeRAID RAID DRIVER
1346P: Jack Hammer
1347P: Dave Jeffery
1348M: ipslinux@adaptec.com
1349W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1350S: Supported
1351
1352IDE DRIVER [GENERAL]
1353P: Bartlomiej Zolnierkiewicz
1354M: B.Zolnierkiewicz@elka.pw.edu.pl
1355L: linux-kernel@vger.kernel.org
1356L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001357T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358S: Maintained
1359
1360IDE/ATAPI CDROM DRIVER
1361P: Jens Axboe
1362M: axboe@suse.de
1363L: linux-kernel@vger.kernel.org
1364W: http://www.kernel.dk
1365S: Maintained
1366
1367IDE/ATAPI FLOPPY DRIVERS
1368P: Paul Bristow
1369M: Paul Bristow <paul@paulbristow.net>
1370W: http://paulbristow.net/linux/idefloppy.html
1371L: linux-kernel@vger.kernel.org
1372S: Maintained
1373
1374IDE/ATAPI TAPE DRIVERS
1375P: Gadi Oxman
1376M: Gadi Oxman <gadio@netvision.net.il>
1377L: linux-kernel@vger.kernel.org
1378S: Maintained
1379
1380IEEE 1394 ETHERNET (eth1394)
1381L: linux1394-devel@lists.sourceforge.net
1382W: http://www.linux1394.org/
1383S: Orphan
1384
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385IEEE 1394 SUBSYSTEM
1386P: Ben Collins
1387M: bcollins@debian.org
1388P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001389M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390L: linux1394-devel@lists.sourceforge.net
1391W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001392T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393S: Maintained
1394
1395IEEE 1394 OHCI DRIVER
1396P: Ben Collins
1397M: bcollins@debian.org
1398P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001399M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400L: linux1394-devel@lists.sourceforge.net
1401W: http://www.linux1394.org/
1402S: Maintained
1403
1404IEEE 1394 PCILYNX DRIVER
1405P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001406M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407L: linux1394-devel@lists.sourceforge.net
1408W: http://www.linux1394.org/
1409S: Maintained
1410
1411IEEE 1394 RAW I/O DRIVER
1412P: Ben Collins
1413M: bcollins@debian.org
1414P: Dan Dennedy
1415M: dan@dennedy.org
1416L: linux1394-devel@lists.sourceforge.net
1417W: http://www.linux1394.org/
1418S: Maintained
1419
Jody McIntyre105d7b32005-09-30 11:59:04 -07001420IEEE 1394 SBP2
1421P: Ben Collins
1422M: bcollins@debian.org
1423P: Stefan Richter
1424M: stefanr@s5r6.in-berlin.de
1425L: linux1394-devel@lists.sourceforge.net
1426W: http://www.linux1394.org/
1427S: Maintained
1428
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429IMS TWINTURBO FRAMEBUFFER DRIVER
1430P: Paul Mundt
1431M: lethal@chaoticdreams.org
1432L: linux-fbdev-devel@lists.sourceforge.net
1433S: Maintained
1434
1435INFINIBAND SUBSYSTEM
1436P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001437M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438P: Sean Hefty
1439M: mshefty@ichips.intel.com
1440P: Hal Rosenstock
1441M: halr@voltaire.com
1442L: openib-general@openib.org
1443W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001444T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445S: Supported
1446
1447INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001448P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001449M: dmitry.torokhov@gmail.com
1450M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451L: linux-input@atrey.karlin.mff.cuni.cz
1452L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001453T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454S: Maintained
1455
Robert Lovec9f04f52005-07-15 12:21:07 -04001456INOTIFY
1457P: John McCutchan and Robert Love
1458M: ttb@tentacle.dhs.org and rml@novell.com
1459L: linux-kernel@vger.kernel.org
1460S: Maintained
1461
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001462INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1463P: Sylvain Meyer
1464M: sylvain.meyer@worldonline.fr
1465L: linux-fbdev-devel@lists.sourceforge.net
1466S: Maintained
1467
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468INTEL 810/815 FRAMEBUFFER DRIVER
1469P: Antonino Daplas
1470M: adaplas@pol.net
1471L: linux-fbdev-devel@lists.sourceforge.net
1472S: Maintained
1473
1474INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1475P: Ingo Molnar
1476M: mingo@redhat.com
1477S: Maintained
1478
1479INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1480P: Jeff Garzik
1481M: jgarzik@pobox.com
1482W: http://sourceforge.net/projects/gkernel/
1483S: Maintained
1484
1485INTEL IA32 MICROCODE UPDATE SUPPORT
1486P: Tigran Aivazian
1487M: tigran@veritas.com
1488S: Maintained
1489
Michael Buesch844dd052006-06-26 00:24:59 -07001490INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1491P: Deepak Saxena
1492M: dsaxena@plexity.net
1493S: Maintained
1494
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495INTEL PRO/100 ETHERNET SUPPORT
1496P: John Ronciak
1497M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498P: Jesse Brandeburg
1499M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001500P: Jeff Kirsher
1501M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001502P: Auke Kok
1503M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504W: http://sourceforge.net/projects/e1000/
1505S: Supported
1506
1507INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1508P: Jeb Cramer
1509M: cramerj@intel.com
1510P: John Ronciak
1511M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001512P: Jesse Brandeburg
1513M: jesse.brandeburg@intel.com
1514P: Jeff Kirsher
1515M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001516P: Auke Kok
1517M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518W: http://sourceforge.net/projects/e1000/
1519S: Supported
1520
1521INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001522P: Jeff Kirsher
1523M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524P: Ayyappan Veeraiyan
1525M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526P: John Ronciak
1527M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001528P: Jesse Brandeburg
1529M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001530P: Auke Kok
1531M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532W: http://sourceforge.net/projects/e1000/
1533S: Supported
1534
James Ketrenos826d2ab2005-11-07 18:56:59 -06001535INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1536P: Yi Zhu
1537M: yi.zhu@intel.com
1538P: James Ketrenos
1539M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001540L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001541L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1542W: http://ipw2100.sourceforge.net
1543S: Supported
1544
1545INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1546P: Yi Zhu
1547M: yi.zhu@intel.com
1548P: James Ketrenos
1549M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001550L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001551L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1552W: http://ipw2200.sourceforge.net
1553S: Supported
1554
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555IOC3 DRIVER
1556P: Ralf Baechle
1557M: ralf@linux-mips.org
1558L: linux-mips@linux-mips.org
1559S: Maintained
1560
1561IP MASQUERADING:
1562P: Juanjo Ciarlante
1563M: jjciarla@raiz.uncu.edu.ar
1564S: Maintained
1565
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001566IPATH DRIVER:
1567P: Bryan O'Sullivan
1568M: support@pathscale.com
1569L: openib-general@openib.org
1570S: Supported
1571
Corey Minyard4409ebe2006-04-20 02:43:12 -07001572IPMI SUBSYSTEM
1573P: Corey Minyard
1574M: minyard@acm.org
1575L: openipmi-developer@lists.sourceforge.net
1576W: http://openipmi.sourceforge.net/
1577S: Supported
1578
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579IPX NETWORK LAYER
1580P: Arnaldo Carvalho de Melo
1581M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001582L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583S: Maintained
1584
1585IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001586P: Samuel Ortiz
1587M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001588L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001590S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591
1592ISAPNP
1593P: Jaroslav Kysela
1594M: perex@suse.cz
1595S: Maintained
1596
1597ISDN SUBSYSTEM
1598P: Karsten Keil
1599M: kkeil@suse.de
1600P: Kai Germaschewski
1601M: kai.germaschewski@gmx.de
1602L: isdn4linux@listserv.isdn4linux.de
1603W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001604T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605S: Maintained
1606
1607ISDN SUBSYSTEM (Eicon active card driver)
1608P: Armin Schindler
1609M: mac@melware.de
1610L: isdn4linux@listserv.isdn4linux.de
1611W: http://www.melware.de
1612S: Maintained
1613
1614JOURNALLING FLASH FILE SYSTEM (JFFS)
1615P: Axis Communications AB
1616M: jffs-dev@axis.com
1617L: jffs-dev@axis.com
1618W: http://www.developer.axis.com/software/jffs/
1619S: Maintained
1620
1621JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1622P: David Woodhouse
1623M: dwmw2@infradead.org
1624L: jffs-dev@axis.com
1625W: http://sources.redhat.com/jffs2/
1626S: Maintained
1627
1628JFS FILESYSTEM
1629P: Dave Kleikamp
1630M: shaggy@austin.ibm.com
1631L: jfs-discussion@lists.sourceforge.net
1632W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001633T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634S: Supported
1635
Josh Triplettde456d32006-07-30 03:04:00 -07001636JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001637P: Stephen Tweedie, Andrew Morton
1638M: sct@redhat.com, akpm@osdl.org
1639L: ext2-devel@lists.sourceforge.net
1640S: Maintained
1641
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642KCONFIG
1643P: Roman Zippel
1644M: zippel@linux-m68k.org
1645L: kbuild-devel@lists.sourceforge.net
1646S: Maintained
1647
Vivek Goyalea6c2082006-05-20 14:59:55 -07001648KDUMP
1649P: Vivek Goyal
1650M: vgoyal@in.ibm.com
1651P: Haren Myneni
1652M: hbabu@us.ibm.com
1653L: fastboot@lists.osdl.org
1654L: linux-kernel@vger.kernel.org
1655W: http://lse.sourceforge.net/kdump/
1656S: Maintained
1657
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658KERNEL AUTOMOUNTER (AUTOFS)
1659P: H. Peter Anvin
1660M: hpa@zytor.com
1661L: autofs@linux.kernel.org
1662S: Odd Fixes
1663
1664KERNEL AUTOMOUNTER v4 (AUTOFS4)
1665P: Ian Kent
1666M: raven@themaw.net
1667L: autofs@linux.kernel.org
1668S: Maintained
1669
1670KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1671P: Kai Germaschewski
1672M: kai@germaschewski.name
1673P: Sam Ravnborg
1674M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001675T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676S: Maintained
1677
1678KERNEL JANITORS
1679P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001680L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682S: Maintained
1683
1684KERNEL NFSD
1685P: Neil Brown
1686M: neilb@cse.unsw.edu.au
1687L: nfs@lists.sourceforge.net
1688W: http://nfs.sourceforge.net/
1689W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1690S: Maintained
1691
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001692KEXEC
1693P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001694M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001695W: http://www.xmission.com/~ebiederm/files/kexec/
1696L: linux-kernel@vger.kernel.org
1697L: fastboot@osdl.org
1698S: Maintained
1699
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001700KPROBES
1701P: Prasanna S Panchamukhi
1702M: prasanna@in.ibm.com
1703P: Ananth N Mavinakayanahalli
1704M: ananth@in.ibm.com
1705P: Anil S Keshavamurthy
1706M: anil.s.keshavamurthy@intel.com
1707P: David S. Miller
1708M: davem@davemloft.net
1709L: linux-kernel@vger.kernel.org
1710S: Maintained
1711
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001714S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715
1716LASI 53c700 driver for PARISC
1717P: James E.J. Bottomley
1718M: James.Bottomley@HansenPartnership.com
1719L: linux-scsi@vger.kernel.org
1720S: Maintained
1721
Richard Purdie263de9b2006-05-15 09:44:16 -07001722LED SUBSYSTEM
1723P: Richard Purdie
1724M: rpurdie@rpsys.net
1725S: Maintained
1726
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727LEGO USB Tower driver
1728P: Juergen Stuber
1729M: starblue@users.sourceforge.net
1730L: legousb-devel@lists.sourceforge.net
1731W: http://legousb.sourceforge.net/
1732S: Maintained
1733
1734LINUX FOR IBM pSERIES (RS/6000)
1735P: Paul Mackerras
1736M: paulus@au.ibm.com
1737W: http://www.ibm.com/linux/ltc/projects/ppc
1738S: Supported
1739
1740LINUX FOR NCR VOYAGER
1741P: James Bottomley
1742M: James.Bottomley@HansenPartnership.com
1743W: http://www.hansenpartnership.com/voyager
1744S: Maintained
1745
1746LINUX FOR POWERPC
1747P: Paul Mackerras
1748M: paulus@samba.org
1749W: http://www.penguinppc.org/
1750L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001751T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752S: Supported
1753
1754LINUX FOR POWER MACINTOSH
1755P: Benjamin Herrenschmidt
1756M: benh@kernel.crashing.org
1757W: http://www.penguinppc.org/
1758L: linuxppc-dev@ozlabs.org
1759S: Maintained
1760
1761LINUX FOR POWERPC EMBEDDED MPC52XX
1762P: Sylvain Munaut
1763M: tnt@246tNt.com
1764W: http://www.246tNt.com/mpc52xx/
1765W: http://www.penguinppc.org/
1766L: linuxppc-dev@ozlabs.org
1767L: linuxppc-embedded@ozlabs.org
1768S: Maintained
1769
1770LINUX FOR POWERPC EMBEDDED PPC4XX
1771P: Matt Porter
1772M: mporter@kernel.crashing.org
1773W: http://www.penguinppc.org/
1774L: linuxppc-embedded@ozlabs.org
1775S: Maintained
1776
Tom Rinie93adf12005-07-26 12:49:53 -07001777LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778P: Tom Rini
1779M: trini@kernel.crashing.org
1780W: http://www.penguinppc.org/
1781L: linuxppc-embedded@ozlabs.org
1782S: Maintained
1783
Tom Rinie93adf12005-07-26 12:49:53 -07001784LINUX FOR POWERPC EMBEDDED PPC8XX
1785P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001786M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001787W: http://www.penguinppc.org/
1788L: linuxppc-embedded@ozlabs.org
1789S: Maintained
1790
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1792P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001793M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794W: http://www.penguinppc.org/
1795L: linuxppc-embedded@ozlabs.org
1796S: Maintained
1797
1798LLC (802.2)
1799P: Arnaldo Carvalho de Melo
1800M: acme@conectiva.com.br
1801S: Maintained
1802
1803LINUX FOR 64BIT POWERPC
1804P: Paul Mackerras
1805M: paulus@samba.org
1806M: paulus@au.ibm.com
1807P: Anton Blanchard
1808M: anton@samba.org
1809M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001810W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001811L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812S: Supported
1813
1814LINUX SECURITY MODULE (LSM) FRAMEWORK
1815P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001816M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001817L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001819T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820S: Supported
1821
1822LM83 HARDWARE MONITOR DRIVER
1823P: Jean Delvare
1824M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001825L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826S: Maintained
1827
1828LM90 HARDWARE MONITOR DRIVER
1829P: Jean Delvare
1830M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001831L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832S: Maintained
1833
1834LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1835P: Richard Russon (FlatCap)
1836M: ldm@flatcap.org
1837L: ldm-devel@lists.sourceforge.net
1838W: http://ldm.sourceforge.net
1839S: Maintained
1840
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001841LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1842P: Eric Moore
1843M: Eric.Moore@lsil.com
1844M: support@lsil.com
1845L: mpt_linux_developer@lsil.com
1846L: linux-scsi@vger.kernel.org
1847W: http://www.lsilogic.com/support
1848S: Supported
1849
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1851P: Matthew Wilcox
1852M: matthew@wil.cx
1853L: linux-scsi@vger.kernel.org
1854S: Maintained
1855
1856M68K ARCHITECTURE
1857P: Geert Uytterhoeven
1858M: geert@linux-m68k.org
1859P: Roman Zippel
1860M: zippel@linux-m68k.org
1861L: linux-m68k@lists.linux-m68k.org
1862W: http://www.linux-m68k.org/
1863W: http://linux-m68k-cvs.ubb.ca/
1864S: Maintained
1865
1866M68K ON APPLE MACINTOSH
1867P: Joshua Thompson
1868M: funaho@jurai.org
1869W: http://www.mac.linux-m68k.org/
1870L: linux-mac68k@mac.linux-m68k.org
1871S: Maintained
1872
1873M68K ON HP9000/300
1874P: Philip Blundell
1875M: philb@gnu.org
1876W: http://www.tazenda.demon.co.uk/phil/linux-hp
1877S: Maintained
1878
1879MARVELL YUKON / SYSKONNECT DRIVER
1880P: Mirko Lindner
1881M: mlindner@syskonnect.de
1882P: Ralph Roesler
1883M: rroesler@syskonnect.de
1884W: http://www.syskonnect.com
1885S: Supported
1886
1887MAESTRO PCI SOUND DRIVERS
1888P: Zach Brown
1889M: zab@zabbo.net
1890S: Odd Fixes
1891
Michael Kerriskfaf16682005-07-31 22:34:47 -07001892MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1893P: Michael Kerrisk
1894M: mtk-manpages@gmx.net
1895W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1896S: Maintained
1897
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001898MARVELL MV643XX ETHERNET DRIVER
1899P: Dale Farnsworth
1900M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001902M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001903L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001904S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905
1906MATROX FRAMEBUFFER DRIVER
1907P: Petr Vandrovec
1908M: vandrove@vc.cvut.cz
1909L: linux-fbdev-devel@lists.sourceforge.net
1910S: Maintained
1911
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001912MEGARAID SCSI DRIVERS
1913P: Neela Syam Kolli
1914M: Neela.Kolli@engenio.com
1915S: linux-scsi@vger.kernel.org
1916W: http://megaraid.lsilogic.com
1917S: Maintained
1918
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001919MEMORY MANAGEMENT
1920L: linux-mm@kvack.org
1921L: linux-kernel@vger.kernel.org
1922W: http://www.linux-mm.org
1923S: Maintained
1924
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001925MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926P: David Woodhouse
1927M: dwmw2@infradead.org
1928W: http://www.linux-mtd.infradead.org/
1929L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001930T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931S: Maintained
1932
1933MICROTEK X6 SCANNER
1934P: Oliver Neukum
1935M: oliver@neukum.name
1936S: Maintained
1937
1938MIPS
1939P: Ralf Baechle
1940M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001941W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001943T: git www.linux-mips.org:/pub/scm/linux.git
1944S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945
1946MISCELLANEOUS MCA-SUPPORT
1947P: James Bottomley
1948M: jejb@steeleye.com
1949L: linux-kernel@vger.kernel.org
1950S: Maintained
1951
1952MODULE SUPPORT
1953P: Rusty Russell
1954M: rusty@rustcorp.com.au
1955L: linux-kernel@vger.kernel.org
1956S: Maintained
1957
1958MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1959P: Stelian Pop
1960M: stelian@popies.net
1961W: http://popies.net/meye/
1962S: Maintained
1963
1964MOUSE AND MISC DEVICES [GENERAL]
1965P: Alessandro Rubini
1966M: rubini@ipvvis.unipv.it
1967L: linux-kernel@vger.kernel.org
1968S: Maintained
1969
1970MTRR AND SIMILAR SUPPORT [i386]
1971P: Richard Gooch
1972M: rgooch@atnf.csiro.au
1973L: linux-kernel@vger.kernel.org
1974W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1975S: Maintained
1976
Russell King12223da2006-06-15 13:28:52 +01001977MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001978P: Russell King
1979M: rmk+mmc@arm.linux.org.uk
1980S: Maintained
1981
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982MULTISOUND SOUND DRIVER
1983P: Andrew Veliath
1984M: andrewtv@usa.net
1985S: Maintained
1986
1987NATSEMI ETHERNET DRIVER (DP8381x)
1988P: Tim Hockin
1989M: thockin@hockin.org
1990S: Maintained
1991
1992NCP FILESYSTEM
1993P: Petr Vandrovec
1994M: vandrove@vc.cvut.cz
1995L: linware@sh.cvut.cz
1996S: Maintained
1997
1998NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1999P: James E.J. Bottomley
2000M: James.Bottomley@HansenPartnership.com
2001L: linux-scsi@vger.kernel.org
2002S: Maintained
2003
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002004NETEM NETWORK EMULATOR
2005P: Stephen Hemminger
2006M: shemminger@osdl.org
2007L: netem@osdl.org
2008S: Maintained
2009
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010NETFILTER/IPTABLES/IPCHAINS
2011P: Rusty Russell
2012P: Marc Boucher
2013P: James Morris
2014P: Harald Welte
2015P: Jozsef Kadlecsik
2016M: coreteam@netfilter.org
2017W: http://www.netfilter.org/
2018W: http://www.iptables.org/
2019L: netfilter@lists.netfilter.org
2020L: netfilter-devel@lists.netfilter.org
2021S: Supported
2022
2023NETROM NETWORK LAYER
2024P: Ralf Baechle
2025M: ralf@linux-mips.org
2026L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002027W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028S: Maintained
2029
2030NETWORK BLOCK DEVICE
2031P: Paul Clements
2032M: Paul.Clements@steeleye.com
2033S: Maintained
2034
2035NETWORK DEVICE DRIVERS
2036P: Andrew Morton
2037M: akpm@osdl.org
2038P: Jeff Garzik
2039M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002040L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002041T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042S: Maintained
2043
2044NETWORKING [GENERAL]
2045P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002046M: netdev@vger.kernel.org
2047L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002048W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049S: Maintained
2050
2051NETWORKING [IPv4/IPv6]
2052P: David S. Miller
2053M: davem@davemloft.net
2054P: Alexey Kuznetsov
2055M: kuznet@ms2.inr.ac.ru
2056P: Pekka Savola (ipv6)
2057M: pekkas@netcore.fi
2058P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002059M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060P: Hideaki YOSHIFUJI
2061M: yoshfuji@linux-ipv6.org
2062P: Patrick McHardy
2063M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002064L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002065T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066S: Maintained
2067
John W. Linville29f8f632006-01-18 14:52:48 -08002068NETWORKING [WIRELESS]
2069P: John W. Linville
2070M: linville@tuxdriver.com
2071L: netdev@vger.kernel.org
2072T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2073S: Maintained
2074
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075IPVS
2076P: Wensong Zhang
2077M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002078P: Simon Horman
2079M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080P: Julian Anastasov
2081M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002082L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083S: Maintained
2084
2085NFS CLIENT
2086P: Trond Myklebust
2087M: trond.myklebust@fys.uio.no
2088L: linux-kernel@vger.kernel.org
2089S: Maintained
2090
2091NI5010 NETWORK DRIVER
Andreas Mohr5b552b162006-06-30 02:25:07 -07002092P: Jan-Pascal van Best
2093M: janpascal@vanbest.org
2094P: Andreas Mohr
2095M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002096L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097S: Maintained
2098
2099NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2100P: YOKOTA Hiroshi
2101M: yokota@netlab.is.tsukuba.ac.jp
2102W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2103S: Maintained
2104
2105NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2106P: GOTO Masanori
2107M: gotom@debian.or.jp
2108P: YOKOTA Hiroshi
2109M: yokota@netlab.is.tsukuba.ac.jp
2110W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2111S: Maintained
2112
2113NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2114P: Eberhard Moenkeberg
2115M: emoenke@gwdg.de
2116L: linux-kernel@vger.kernel.org
2117S: Maintained
2118
2119NTFS FILESYSTEM
2120P: Anton Altaparmakov
2121M: aia21@cantab.net
2122L: linux-ntfs-dev@lists.sourceforge.net
2123L: linux-kernel@vger.kernel.org
2124W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002125T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126S: Maintained
2127
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002128NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2129P: Antonino Daplas
2130M: adaplas@pol.net
2131L: linux-fbdev-devel@lists.sourceforge.net
2132S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002134OPENCORES I2C BUS DRIVER
2135P: Peter Korsgaard
2136M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002137L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002138S: Maintained
2139
Mark Fashehccd979b2005-12-15 14:31:24 -08002140ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2141P: Mark Fasheh
2142M: mark.fasheh@oracle.com
2143P: Kurt Hackel
2144M: kurt.hackel@oracle.com
2145L: ocfs2-devel@oss.oracle.com
2146W: http://oss.oracle.com/projects/ocfs2/
2147S: Supported
2148
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149OLYMPIC NETWORK DRIVER
2150P: Peter De Shrijver
2151M: p2@ace.ulyssis.student.kuleuven.ac.be
2152P: Mike Phillips
2153M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002154L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155L: linux-tr@linuxtr.net
2156W: http://www.linuxtr.net
2157S: Maintained
2158
Harald Weltec1986ee2005-11-13 16:06:29 -08002159OMNIKEY CARDMAN 4000 DRIVER
2160P: Harald Welte
2161M: laforge@gnumonks.org
2162S: Maintained
2163
Harald Welte77c44ab2005-11-13 16:06:26 -08002164OMNIKEY CARDMAN 4040 DRIVER
2165P: Harald Welte
2166M: laforge@gnumonks.org
2167S: Maintained
2168
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169ONSTREAM SCSI TAPE DRIVER
2170P: Willem Riede
2171M: osst@riede.org
2172L: osst-users@lists.sourceforge.net
2173L: linux-scsi@vger.kernel.org
2174S: Maintained
2175
2176OPL3-SA2, SA3, and SAx DRIVER
2177P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002178M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179L: linux-sound@vger.kernel.org
2180S: Maintained
2181
2182OPROFILE
2183P: Philippe Elie
2184M: phil.el@wanadoo.fr
2185L: oprofile-list@lists.sf.net
2186S: Maintained
2187
2188ORINOCO DRIVER
2189P: Pavel Roskin
2190M: proski@gnu.org
2191P: David Gibson
2192M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002193L: orinoco-users@lists.sourceforge.net
2194L: orinoco-devel@lists.sourceforge.net
2195W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196S: Maintained
2197
2198PARALLEL PORT SUPPORT
2199P: Phil Blundell
2200M: philb@gnu.org
2201P: Tim Waugh
2202M: tim@cyberelk.net
2203P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204P: Andrea Arcangeli
2205M: andrea@suse.de
2206L: linux-parport@lists.infradead.org
2207W: http://people.redhat.com/twaugh/parport/
2208S: Maintained
2209
2210PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2211P: Tim Waugh
2212M: tim@cyberelk.net
2213L: linux-parport@lists.infradead.org
2214W: http://www.torque.net/linux-pp.html
2215S: Maintained
2216
2217PARISC ARCHITECTURE
2218P: Matthew Wilcox
2219M: matthew@wil.cx
2220P: Grant Grundler
2221M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002222P: Kyle McMartin
2223M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224L: parisc-linux@parisc-linux.org
2225W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002226T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2227T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S: Maintained
2229
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002230PCI ERROR RECOVERY
2231P: Linas Vepstas
2232M: linas@austin.ibm.com
2233L: linux-kernel@vger.kernel.org
2234L: linux-pci@atrey.karlin.mff.cuni.cz
2235S: Supported
2236
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2238P: Thomas Sailer
2239M: sailer@ife.ee.ethz.ch
2240L: linux-sound@vger.kernel.org
2241W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2242S: Maintained
2243
2244PCI SUBSYSTEM
2245P: Greg Kroah-Hartman
2246M: gregkh@suse.de
2247L: linux-kernel@vger.kernel.org
2248L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002249T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250S: Supported
2251
2252PCI HOTPLUG CORE
2253P: Greg Kroah-Hartman
2254M: gregkh@suse.de
2255S: Supported
2256
2257PCI HOTPLUG COMPAQ DRIVER
2258P: Greg Kroah-Hartman
2259M: greg@kroah.com
2260S: Maintained
2261
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002262PCIE HOTPLUG DRIVER
2263P: Kristen Carlson Accardi
2264M: kristen.c.accardi@intel.com
2265L: pcihpd-discuss@lists.sourceforge.net
2266S: Maintained
2267
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002269P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002270L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002272T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002273S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274
2275PCNET32 NETWORK DRIVER
2276P: Thomas Bogendörfer
2277M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002278L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279S: Maintained
2280
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002281PER-TASK DELAY ACCOUNTING
2282P: Shailabh Nagar
2283M: nagar@watson.ibm.com
2284L: linux-kernel@vger.kernel.org
2285S: Maintained
2286
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002287PERSONALITY HANDLING
2288P: Christoph Hellwig
2289M: hch@infradead.org
2290L: linux-abi-devel@lists.sourceforge.net
2291S: Maintained
2292
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293PHRAM MTD DRIVER
2294P: Jörn Engel
2295M: joern@wh.fh-wedel.de
2296L: linux-mtd@lists.infradead.org
2297S: Maintained
2298
Peter Osterlund249a6772005-09-27 21:45:30 -07002299PKTCDVD DRIVER
2300P: Peter Osterlund
2301M: petero2@telia.com
2302L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002303S: Maintained
2304
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305POSIX CLOCKS and TIMERS
2306P: George Anzinger
2307M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002308L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309S: Supported
2310
Eugene Surovegin24682972005-10-14 03:00:53 -07002311POWERPC 4xx EMAC DRIVER
2312P: Eugene Surovegin
2313M: ebs@ebshome.net
2314W: http://kernel.ebshome.net/emac/
2315L: linuxppc-embedded@ozlabs.org
2316L: netdev@vger.kernel.org
2317S: Maintained
2318
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319PNP SUPPORT
2320P: Adam Belay
2321M: ambx1@neo.rr.com
2322S: Maintained
2323
2324PPP PROTOCOL DRIVERS AND COMPRESSORS
2325P: Paul Mackerras
2326M: paulus@samba.org
2327L: linux-ppp@vger.kernel.org
2328S: Maintained
2329
2330PPP OVER ATM (RFC 2364)
2331P: Mitchell Blank Jr
2332M: mitch@sfgoth.com
2333S: Maintained
2334
2335PPP OVER ETHERNET
2336P: Michal Ostrowski
2337M: mostrows@speakeasy.net
2338S: Maintained
2339
2340PREEMPTIBLE KERNEL
2341P: Robert Love
2342M: rml@tech9.net
2343L: linux-kernel@vger.kernel.org
2344L: kpreempt-tech@lists.sourceforge.net
2345W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2346S: Supported
2347
2348PRISM54 WIRELESS DRIVER
2349P: Prism54 Development Team
2350M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002351L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352W: http://prism54.org
2353S: Maintained
2354
2355PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2356P: Peter Denison
2357M: promise@pnd-pc.demon.co.uk
2358W: http://www.pnd-pc.demon.co.uk/promise/
2359S: Maintained
2360
Michael Krufky83202042006-07-03 00:24:18 -07002361PVRUSB2 VIDEO4LINUX DRIVER
2362P: Mike Isely
2363M: isely@pobox.com
2364L: pvrusb2@isely.net
2365L: video4linux-list@redhat.com
2366W: http://www.isely.net/pvrusb2/
2367S: Maintained
2368
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369PXA2xx SUPPORT
2370P: Nicolas Pitre
2371M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002372L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373S: Maintained
2374
2375QLOGIC QLA2XXX FC-SCSI DRIVER
2376P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002377M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378L: linux-scsi@vger.kernel.org
2379S: Supported
2380
2381QNX4 FILESYSTEM
2382P: Anders Larsen
2383M: al@alarsen.net
2384L: linux-kernel@vger.kernel.org
2385W: http://www.alarsen.net/linux/qnx4fs/
2386S: Maintained
2387
2388RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002389P: Benjamin Herrenschmidt
2390M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391L: linux-fbdev-devel@lists.sourceforge.net
2392S: Maintained
2393
2394RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002395P: Paul Mackerras
2396M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397L: linux-fbdev-devel@lists.sourceforge.net
2398S: Maintained
2399
2400RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2401P: Corey Thomas
2402M: corey@world.std.com
2403L: linux-kernel@vger.kernel.org
2404S: Maintained
2405
Matt Mackall9e95ce22005-04-16 15:25:56 -07002406RANDOM NUMBER DRIVER
2407P: Matt Mackall
2408M: mpm@selenic.com
2409S: Maintained
2410
Matt Porter394b7012005-11-07 01:00:15 -08002411RAPIDIO SUBSYSTEM
2412P: Matt Porter
2413M: mporter@kernel.crashing.org
2414L: linux-kernel@vger.kernel.org
2415S: Maintained
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417REAL TIME CLOCK DRIVER
2418P: Paul Gortmaker
2419M: p_gortmaker@yahoo.com
2420L: linux-kernel@vger.kernel.org
2421S: Maintained
2422
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002423REAL TIME CLOCK (RTC) SUBSYSTEM
2424P: Alessandro Zummo
2425M: a.zummo@towertech.it
2426L: linux-kernel@vger.kernel.org
2427S: Maintained
2428
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429REISERFS FILE SYSTEM
2430P: Hans Reiser
2431M: reiserfs-dev@namesys.com
2432L: reiserfs-list@namesys.com
2433W: http://www.namesys.com
2434S: Supported
2435
2436ROCKETPORT DRIVER
2437P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438W: http://www.comtrol.com
2439S: Maintained
2440
2441ROSE NETWORK LAYER
2442P: Ralf Baechle
2443M: ralf@linux-mips.org
2444L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002445W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446S: Maintained
2447
2448RISCOM8 DRIVER
2449S: Orphan
2450
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002451S3 SAVAGE FRAMEBUFFER DRIVER
2452P: Antonino Daplas
2453M: adaplas@pol.net
2454L: linux-fbdev-devel@lists.sourceforge.net
2455S: Maintained
2456
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457S390
2458P: Martin Schwidefsky
2459M: schwidefsky@de.ibm.com
2460M: linux390@de.ibm.com
2461L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002462W: http://www.ibm.com/developerworks/linux/linux390/
2463S: Supported
2464
2465S390 NETWORK DRIVERS
2466P: Frank Pavlic
2467M: fpavlic@de.ibm.com
2468M: linux390@de.ibm.com
2469L: linux-390@vm.marist.edu
2470W: http://www.ibm.com/developerworks/linux/linux390/
2471S: Supported
2472
2473S390 ZFCP DRIVER
2474P: Andreas Herrmann
2475M: aherrman@de.ibm.com
2476M: linux390@de.ibm.com
2477L: linux-390@vm.marist.edu
2478W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479S: Supported
2480
2481SAA7146 VIDEO4LINUX-2 DRIVER
2482P: Michael Hunold
2483M: michael@mihu.de
2484W: http://www.mihu.de/linux/saa7146
2485S: Maintained
2486
2487SBPCD CDROM DRIVER
2488P: Eberhard Moenkeberg
2489M: emoenke@gwdg.de
2490L: linux-kernel@vger.kernel.org
2491S: Maintained
2492
2493SC1200 WDT DRIVER
2494P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002495M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496S: Maintained
2497
2498SCHEDULER
2499P: Ingo Molnar
2500M: mingo@elte.hu
2501P: Robert Love [the preemptible kernel bits]
2502M: rml@tech9.net
2503L: linux-kernel@vger.kernel.org
2504S: Maintained
2505
2506SCSI CDROM DRIVER
2507P: Jens Axboe
2508M: axboe@suse.de
2509L: linux-scsi@vger.kernel.org
2510W: http://www.kernel.dk
2511S: Maintained
2512
2513SCSI SG DRIVER
2514P: Doug Gilbert
2515M: dgilbert@interlog.com
2516L: linux-scsi@vger.kernel.org
2517W: http://www.torque.net/sg
2518S: Maintained
2519
2520SCSI SUBSYSTEM
2521P: James E.J. Bottomley
2522M: James.Bottomley@SteelEye.com
2523L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002524T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525S: Maintained
2526
2527SCSI TAPE DRIVER
2528P: Kai Mäkisara
2529M: Kai.Makisara@kolumbus.fi
2530L: linux-scsi@vger.kernel.org
2531S: Maintained
2532
2533SCTP PROTOCOL
2534P: Sridhar Samudrala
2535M: sri@us.ibm.com
2536L: lksctp-developers@lists.sourceforge.net
2537S: Supported
2538
2539SCx200 CPU SUPPORT
2540P: Christer Weinigel
2541M: christer@weinigel.se
2542W: http://www.weinigel.se
2543S: Supported
2544
2545SECURITY CONTACT
2546P: Security Officers
2547M: security@kernel.org
2548S: Supported
2549
2550SELINUX SECURITY MODULE
2551P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002552M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002554M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555L: linux-kernel@vger.kernel.org (kernel issues)
2556L: selinux@tycho.nsa.gov (general discussion)
2557W: http://www.nsa.gov/selinux
2558S: Supported
2559
2560SERIAL ATA (SATA) SUBSYSTEM:
2561P: Jeff Garzik
2562M: jgarzik@pobox.com
2563L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002564T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565S: Supported
2566
2567SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2568P: Pat Gefre
2569M: pfg@sgi.com
2570L: linux-ia64@vger.kernel.org
2571S: Supported
2572
2573SGI VISUAL WORKSTATION 320 AND 540
2574P: Andrey Panin
2575M: pazke@donpac.ru
2576L: linux-visws-devel@lists.sf.net
2577W: http://linux-visws.sf.net
2578S: Maintained for 2.6.
2579
2580SIMTEC EB110ATX (Chalice CATS)
2581P: Ben Dooks
2582P: Vincent Sanders
2583M: support@simtec.co.uk
2584W: http://www.simtec.co.uk/products/EB110ATX/
2585S: Supported
2586
2587SIMTEC EB2410ITX (BAST)
2588P: Ben Dooks
2589P: Vincent Sanders
2590M: support@simtec.co.uk
2591W: http://www.simtec.co.uk/products/EB2410ITX/
2592S: Supported
2593
Francois Romieu92aab3c2005-07-30 13:11:18 +02002594SIS 190 ETHERNET DRIVER
2595P: Francois Romieu
2596M: romieu@fr.zoreil.com
2597L: netdev@vger.kernel.org
2598S: Maintained
2599
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600SIS 5513 IDE CONTROLLER DRIVER
2601P: Lionel Bouton
2602M: Lionel.Bouton@inet6.fr
2603W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2604W: http://gyver.homeip.net/sis5513/index.html
2605S: Maintained
2606
2607SIS 900/7016 FAST ETHERNET DRIVER
2608P: Daniele Venzano
2609M: venza@brownhat.org
2610W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002611L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612S: Maintained
2613
2614SIS FRAMEBUFFER DRIVER
2615P: Thomas Winischhofer
2616M: thomas@winischhofer.net
2617W: http://www.winischhofer.net/linuxsisvga.shtml
2618S: Maintained
2619
2620SIS USB2VGA DRIVER
2621P: Thomas Winischhofer
2622M: thomas@winischhofer.net
2623W: http://www.winischhofer.at/linuxsisusbvga.shtml
2624S: Maintained
2625
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626SMC91x ETHERNET DRIVER
2627P: Nicolas Pitre
2628M: nico@cam.org
2629S: Maintained
2630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631SOFTWARE RAID (Multiple Disks) SUPPORT
2632P: Ingo Molnar
2633M: mingo@redhat.com
2634P: Neil Brown
2635M: neilb@cse.unsw.edu.au
2636L: linux-raid@vger.kernel.org
2637S: Maintained
2638
2639SOFTWARE SUSPEND:
2640P: Pavel Machek
2641M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002642L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643S: Maintained
2644
2645SONIC NETWORK DRIVER
2646P: Thomas Bogendoerfer
2647M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002648L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649S: Maintained
2650
2651SONY VAIO CONTROL DEVICE DRIVER
2652P: Stelian Pop
2653M: stelian@popies.net
2654W: http://popies.net/sonypi/
2655S: Maintained
2656
2657SOUND
2658P: Jaroslav Kysela
2659M: perex@suse.cz
2660L: alsa-devel@alsa-project.org
2661S: Maintained
2662
Kumar Gala025c3982006-04-02 16:05:54 -05002663SPI SUBSYSTEM
2664P: David Brownell
2665M: dbrownell@users.sourceforge.net
2666L: spi-devel-general@lists.sourceforge.net
2667S: Maintained
2668
Steven Rostedt855f46a2006-08-05 12:14:50 -07002669STABLE BRANCH:
2670P: Greg Kroah-Hartman
2671M: greg@kroah.com
2672P: Chris Wright
2673M: chrisw@sous-sol.org
2674L: stable@kernel.org
2675S: Maintained
2676
Kylene Hall1c72d462005-05-01 08:59:13 -07002677TPM DEVICE DRIVER
2678P: Kylene Hall
2679M: kjhall@us.ibm.com
2680W: http://tpmdd.sourceforge.net
2681L: tpmdd-devel@lists.sourceforge.net
2682S: Maintained
2683
Mark Gross1a80ba82005-10-30 15:02:55 -08002684Telecom Clock Driver for MCPL0010
2685P: Mark Gross
2686M: mark.gross@intel.com
2687S: Supported
2688
Chris Zankel48b415c2005-06-23 22:01:07 -07002689TENSILICA XTENSA PORT (xtensa):
2690P: Chris Zankel
2691M: chris@zankel.net
2692S: Maintained
2693
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694UltraSPARC (sparc64):
2695P: David S. Miller
2696M: davem@davemloft.net
2697P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002698M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699P: Jakub Jelinek
2700M: jj@sunsite.ms.mff.cuni.cz
2701P: Anton Blanchard
2702M: anton@samba.org
2703L: sparclinux@vger.kernel.org
2704L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002705T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706S: Maintained
2707
2708SHARP LH SUPPORT (LH7952X & LH7A40X)
2709P: Marc Singer
2710M: elf@buici.com
2711W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002712L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713S: Maintained
2714
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002715SHPC HOTPLUG DRIVER
2716P: Kristen Carlson Accardi
2717M: kristen.c.accardi@intel.com
2718L: pcihpd-discuss@lists.sourceforge.net
2719S: Maintained
2720
Pierre Ossmand129bce2006-03-24 03:18:17 -08002721SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2722P: Pierre Ossman
2723M: drzeus-sdhci@drzeus.cx
2724L: sdhci-devel@list.drzeus.cx
2725W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2726S: Maintained
2727
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002728SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2729P: Stephen Hemminger
2730M: shemminger@osdl.org
2731L: netdev@vger.kernel.org
2732S: Maintained
2733
Chris Boot1a87d942006-07-10 04:45:34 -07002734SOEKRIS NET48XX LED SUPPORT
2735P: Chris Boot
2736M: bootc@bootc.net
2737S: Maintained
2738
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739SPARC (sparc32):
2740P: William L. Irwin
2741M: wli@holomorphy.com
2742L: sparclinux@vger.kernel.org
2743S: Maintained
2744
2745SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2746P: Roger Wolff
2747M: R.E.Wolff@BitWizard.nl
2748L: linux-kernel@vger.kernel.org ?
2749S: Supported
2750
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751SRM (Alpha) environment access
2752P: Jan-Benedict Glaw
2753M: jbglaw@lug-owl.de
2754L: linux-kernel@vger.kernel.org
2755S: Maintained
2756
2757STARFIRE/DURALAN NETWORK DRIVER
2758P: Ion Badulescu
2759M: ionut@cs.columbia.edu
2760S: Maintained
2761
2762STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2763W: http://mosquitonet.Stanford.EDU/strip.html
2764S: Unsupported ?
2765
2766STRADIS MPEG-2 DECODER DRIVER
2767P: Nathan Laredo
2768M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769W: http://www.stradis.com/
2770S: Maintained
2771
2772SUPERH (sh)
2773P: Paul Mundt
2774M: lethal@linux-sh.org
2775P: Kazumoto Kojima
2776M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002777L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778W: http://www.linux-sh.org
2779W: http://www.m17n.org/linux-sh/
2780W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2781S: Maintained
2782
2783SUPERH64 (sh64)
2784P: Paul Mundt
2785M: lethal@linux-sh.org
2786P: Richard Curnow
2787M: rc@rc0.org.uk
2788L: linuxsh-shmedia-dev@lists.sourceforge.net
2789W: http://www.linux-sh.org
2790W: http://www.rc0.org.uk/sh64
2791S: Maintained
2792
2793SUN3/3X
2794P: Sam Creasey
2795M: sammy@sammy.net
2796L: sun3-list@redhat.com
2797W: http://sammy.net/sun3/
2798S: Maintained
2799
2800SVGA HANDLING
2801P: Martin Mares
2802M: mj@ucw.cz
2803L: linux-video@atrey.karlin.mff.cuni.cz
2804S: Maintained
2805
2806SYSV FILESYSTEM
2807P: Christoph Hellwig
2808M: hch@infradead.org
2809S: Maintained
2810
Stephen Hemminger781b456a2006-07-10 20:25:29 -07002811TC CLASSIFIER
2812P: Jamal Hadi Salim
2813M: hadi@cyberus.ca
2814L: netdev@vger.kernel.org
2815S: Maintained
2816
Michael Buesch844dd052006-06-26 00:24:59 -07002817TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2818P: Deepak Saxena
2819M: dsaxena@plexity.net
2820S: Maintained
2821
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002822TASKSTATS STATISTICS INTERFACE
2823P: Shailabh Nagar
2824M: nagar@watson.ibm.com
2825L: linux-kernel@vger.kernel.org
2826S: Maintained
2827
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828TI PARALLEL LINK CABLE DRIVER
2829P: Romain Lievin
2830M: roms@lpg.ticalc.org
2831S: Maintained
2832
Per Lidene86eaa32006-01-12 16:45:18 +01002833TIPC NETWORK LAYER
2834P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002835M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002836P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002837M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002838P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002839M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002840L: tipc-discussion@lists.sourceforge.net
2841W: http://tipc.sourceforge.net/
2842W: http://tipc.cslab.ericsson.net/
2843T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2844S: Maintained
2845
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846TLAN NETWORK DRIVER
2847P: Samuel Chessman
2848M: chessman@tux.org
2849L: tlan-devel@lists.sourceforge.net
2850W: http://sourceforge.net/projects/tlan/
2851S: Maintained
2852
2853TOKEN-RING NETWORK DRIVER
2854P: Mike Phillips
2855M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002856L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857L: linux-tr@linuxtr.net
2858W: http://www.linuxtr.net
2859S: Maintained
2860
2861TOSHIBA ACPI EXTRAS DRIVER
2862P: John Belmonte
2863M: toshiba_acpi@memebeam.org
2864W: http://memebeam.org/toys/ToshibaAcpiDriver
2865S: Maintained
2866
2867TOSHIBA SMM DRIVER
2868P: Jonathan Buzzard
2869M: jonathan@buzzard.org.uk
2870L: tlinux-users@tce.toshiba-dme.co.jp
2871W: http://www.buzzard.org.uk/toshiba/
2872S: Maintained
2873
2874TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2875P: Muli Ben-Yehuda
2876M: mulix@mulix.org
2877L: linux-kernel@vger.kernel.org
2878S: Maintained
2879
2880TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002881P: Adrian Bunk
2882M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002884W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002885T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886S: Maintained
2887
2888TMS380 TOKEN-RING NETWORK DRIVER
2889P: Adam Fritzler
2890M: mid@auk.cx
2891L: linux-tr@linuxtr.net
2892W: http://www.auk.cx/tms380tr/
2893S: Maintained
2894
2895TULIP NETWORK DRIVER
2896P: Jeff Garzik
2897M: jgarzik@pobox.com
2898L: tulip-users@lists.sourceforge.net
2899W: http://sourceforge.net/projects/tulip/
2900S: Maintained
2901
2902TUN/TAP driver
2903P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002904M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905L: vtun@office.satix.net
2906W: http://vtun.sourceforge.net/tun
2907S: Maintained
2908
2909U14-34F SCSI DRIVER
2910P: Dario Ballabio
2911M: ballabio_dario@emc.com
2912L: linux-scsi@vger.kernel.org
2913S: Maintained
2914
2915UDF FILESYSTEM
2916P: Ben Fennema
2917M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918W: http://linux-udf.sourceforge.net
2919S: Maintained
2920
2921UNIFORM CDROM DRIVER
2922P: Jens Axboe
2923M: axboe@suse.de
2924L: linux-kernel@vger.kernel.org
2925W: http://www.kernel.dk
2926S: Maintained
2927
2928USB ACM DRIVER
2929P: Oliver Neukum
2930M: oliver@neukum.name
2931L: linux-usb-users@lists.sourceforge.net
2932L: linux-usb-devel@lists.sourceforge.net
2933S: Maintained
2934
2935USB BLOCK DRIVER (UB ub)
2936P: Pete Zaitcev
2937M: zaitcev@redhat.com
2938L: linux-kernel@vger.kernel.org
2939L: linux-usb-devel@lists.sourceforge.net
2940S: Supported
2941
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942USB CDC ETHERNET DRIVER
2943P: Greg Kroah-Hartman
2944M: greg@kroah.com
2945L: linux-usb-users@lists.sourceforge.net
2946L: linux-usb-devel@lists.sourceforge.net
2947S: Maintained
2948W: http://www.kroah.com/linux-usb/
2949
2950USB EHCI DRIVER
2951P: David Brownell
2952M: dbrownell@users.sourceforge.net
2953L: linux-usb-devel@lists.sourceforge.net
2954S: Maintained
2955
Luca Risolia7ce08c92006-01-11 02:06:59 +00002956USB ET61X[12]51 DRIVER
2957P: Luca Risolia
2958M: luca.risolia@studio.unibo.it
2959L: linux-usb-devel@lists.sourceforge.net
2960L: video4linux-list@redhat.com
2961W: http://www.linux-projects.org
2962S: Maintained
2963
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964USB HID/HIDBP DRIVERS
2965P: Vojtech Pavlik
2966M: vojtech@suse.cz
2967L: linux-usb-users@lists.sourceforge.net
2968L: linux-usb-devel@lists.sourceforge.net
2969S: Maintained
2970
2971USB HUB DRIVER
2972P: Johannes Erdfelt
2973M: johannes@erdfelt.com
2974L: linux-usb-users@lists.sourceforge.net
2975L: linux-usb-devel@lists.sourceforge.net
2976S: Maintained
2977
Olav Kongas959eea22005-11-03 17:38:14 +02002978USB ISP116X DRIVER
2979P: Olav Kongas
2980M: ok@artecdesign.ee
2981L: linux-usb-devel@lists.sourceforge.net
2982S: Maintained
2983
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984USB KAWASAKI LSI DRIVER
2985P: Oliver Neukum
2986M: oliver@neukum.name
2987L: linux-usb-users@lists.sourceforge.net
2988L: linux-usb-devel@lists.sourceforge.net
2989S: Maintained
2990
2991USB MASS STORAGE DRIVER
2992P: Matthew Dharm
2993M: mdharm-usb@one-eyed-alien.net
2994L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002995L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996S: Maintained
2997W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2998
2999USB OHCI DRIVER
3000P: Roman Weissgaerber
3001M: weissg@vienna.at
3002L: linux-usb-users@lists.sourceforge.net
3003L: linux-usb-devel@lists.sourceforge.net
3004S: Maintained
3005
Matthias Urlichsba460e42005-07-14 00:33:47 -07003006USB OPTION-CARD DRIVER
3007P: Matthias Urlichs
3008M: smurf@smurf.noris.de
3009L: linux-usb-devel@lists.sourceforge.net
3010S: Maintained
3011
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012USB OV511 DRIVER
3013P: Mark McClelland
3014M: mmcclell@bigfoot.com
3015L: linux-usb-users@lists.sourceforge.net
3016L: linux-usb-devel@lists.sourceforge.net
3017W: http://alpha.dyndns.org/ov511/
3018S: Maintained
3019
3020USB PEGASUS DRIVER
3021P: Petko Manolov
3022M: petkan@users.sourceforge.net
3023L: linux-usb-users@lists.sourceforge.net
3024L: linux-usb-devel@lists.sourceforge.net
3025W: http://pegasus2.sourceforge.net/
3026S: Maintained
3027
3028USB PRINTER DRIVER
3029P: Vojtech Pavlik
3030M: vojtech@suse.cz
3031L: linux-usb-users@lists.sourceforge.net
3032L: linux-usb-devel@lists.sourceforge.net
3033S: Maintained
3034
3035USB RTL8150 DRIVER
3036P: Petko Manolov
3037M: petkan@users.sourceforge.net
3038L: linux-usb-users@lists.sourceforge.net
3039L: linux-usb-devel@lists.sourceforge.net
3040W: http://pegasus2.sourceforge.net/
3041S: Maintained
3042
3043USB SE401 DRIVER
3044P: Jeroen Vreeken
3045M: pe1rxq@amsat.org
3046L: linux-usb-users@lists.sourceforge.net
3047L: linux-usb-devel@lists.sourceforge.net
3048W: http://www.chello.nl/~j.vreeken/se401/
3049S: Maintained
3050
3051USB SERIAL CYBERJACK DRIVER
3052P: Matthias Bruestle and Harald Welte
3053M: support@reiner-sct.com
3054W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3055S: Maintained
3056
3057USB SERIAL DIGI ACCELEPORT DRIVER
3058P: Peter Berger and Al Borchers
3059M: pberger@brimson.com
3060M: alborchers@steinerpoint.com
3061L: linux-usb-users@lists.sourceforge.net
3062L: linux-usb-devel@lists.sourceforge.net
3063S: Maintained
3064
3065USB SERIAL DRIVER
3066P: Greg Kroah-Hartman
3067M: gregkh@suse.de
3068L: linux-usb-users@lists.sourceforge.net
3069L: linux-usb-devel@lists.sourceforge.net
3070S: Supported
3071
3072USB SERIAL BELKIN F5U103 DRIVER
3073P: William Greathouse
3074M: wgreathouse@smva.com
3075L: linux-usb-users@lists.sourceforge.net
3076L: linux-usb-devel@lists.sourceforge.net
3077S: Maintained
3078
3079USB SERIAL CYPRESS M8 DRIVER
3080P: Lonnie Mendez
3081M: dignome@gmail.com
3082L: linux-usb-users@lists.sourceforge.net
3083L: linux-usb-devel@lists.sourceforge.net
3084S: Maintained
3085W: http://geocities.com/i0xox0i
3086W: http://firstlight.net/cvs
3087
3088USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3089L: linux-usb-users@lists.sourceforge.net
3090L: linux-usb-devel@lists.sourceforge.net
3091S: Maintained
3092
3093USB AUERSWALD DRIVER
3094P: Wolfgang Muees
3095M: wolfgang@iksw-muees.de
3096L: linux-usb-users@lists.sourceforge.net
3097L: linux-usb-devel@lists.sourceforge.net
3098S: Maintained
3099
3100USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3101P: Gary Brubaker
3102M: xavyer@ix.netcom.com
3103L: linux-usb-users@lists.sourceforge.net
3104L: linux-usb-devel@lists.sourceforge.net
3105S: Maintained
3106
3107USB SERIAL KEYSPAN DRIVER
3108P: Greg Kroah-Hartman
3109M: greg@kroah.com
3110L: linux-usb-users@lists.sourceforge.net
3111L: linux-usb-devel@lists.sourceforge.net
3112W: http://www.kroah.com/linux/
3113S: Maintained
3114
3115USB SERIAL WHITEHEAT DRIVER
3116P: Stuart MacDonald
3117M: stuartm@connecttech.com
3118L: linux-usb-users@lists.sourceforge.net
3119L: linux-usb-devel@lists.sourceforge.net
3120W: http://www.connecttech.com
3121S: Supported
3122
3123USB SN9C10x DRIVER
3124P: Luca Risolia
3125M: luca.risolia@studio.unibo.it
3126L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003127L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128W: http://www.linux-projects.org
3129S: Maintained
3130
3131USB SUBSYSTEM
3132P: Greg Kroah-Hartman
3133M: gregkh@suse.de
3134L: linux-usb-users@lists.sourceforge.net
3135L: linux-usb-devel@lists.sourceforge.net
3136W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003137T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138S: Supported
3139
3140USB UHCI DRIVER
3141P: Alan Stern
3142M: stern@rowland.harvard.edu
3143L: linux-usb-users@lists.sourceforge.net
3144L: linux-usb-devel@lists.sourceforge.net
3145S: Maintained
3146
3147USB "USBNET" DRIVER
3148P: David Brownell
3149M: dbrownell@users.sourceforge.net
3150L: linux-usb-devel@lists.sourceforge.net
3151S: Maintained
3152
3153USB W996[87]CF DRIVER
3154P: Luca Risolia
3155M: luca.risolia@studio.unibo.it
3156L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003157L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158W: http://www.linux-projects.org
3159S: Maintained
3160
Luca Risolia60f78052006-02-06 16:29:35 +00003161USB ZC0301 DRIVER
3162P: Luca Risolia
3163M: luca.risolia@studio.unibo.it
3164L: linux-usb-devel@lists.sourceforge.net
3165L: video4linux-list@redhat.com
3166W: http://www.linux-projects.org
3167S: Maintained
3168
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169USB ZD1201 DRIVER
3170P: Jeroen Vreeken
3171M: pe1rxq@amsat.org
3172L: linux-usb-users@lists.sourceforge.net
3173L: linux-usb-devel@lists.sourceforge.net
3174W: http://linux-lc100020.sourceforge.net
3175S: Maintained
3176
3177USER-MODE LINUX
3178P: Jeff Dike
3179M: jdike@karaya.com
3180L: user-mode-linux-devel@lists.sourceforge.net
3181L: user-mode-linux-user@lists.sourceforge.net
3182W: http://user-mode-linux.sourceforge.net
3183S: Maintained
3184
3185FAT/VFAT/MSDOS FILESYSTEM:
3186P: OGAWA Hirofumi
3187M: hirofumi@mail.parknet.co.jp
3188L: linux-kernel@vger.kernel.org
3189S: Maintained
3190
3191VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3192P: Jeff Garzik
3193S: Odd fixes
3194
3195VIA RHINE NETWORK DRIVER
3196P: Roger Luethi
3197M: rl@hellgate.ch
3198S: Maintained
3199
Jean Delvare32c0a522005-09-22 21:47:58 +02003200VIAPRO SMBUS DRIVER
3201P: Jean Delvare
3202M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003203L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003204S: Maintained
3205
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206UCLINUX (AND M68KNOMMU)
3207P: Greg Ungerer
3208M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003210L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Maintained
3212
3213UCLINUX FOR NEC V850
3214P: Miles Bader
3215M: uclinux-v850@lsi.nec.co.jp
3216W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3217W: http://www.ee.nec.de/uclinux/
3218S: Supported
3219
3220UCLINUX FOR RENESAS H8/300
3221P: Yoshinori Sato
3222M: ysato@users.sourceforge.jp
3223W: http://uclinux-h8.sourceforge.jp/
3224S: Supported
3225
3226USB DIAMOND RIO500 DRIVER
3227P: Cesar Miquel
3228M: miquel@df.uba.ar
3229L: rio500-users@lists.sourceforge.net
3230W: http://rio500.sourceforge.net
3231S: Maintained
3232
3233VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003234P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003235M: mchehab@infradead.org
3236M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003238W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003239T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003240S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241
Roger Lucas1de9e372005-11-26 20:20:05 +01003242VT8231 HARDWARE MONITOR DRIVER
3243P: Roger Lucas
3244M: roger@planbit.co.uk
3245L: lm-sensors@lm-sensors.org
3246S: Maintained
3247
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248W1 DALLAS'S 1-WIRE BUS
3249P: Evgeniy Polyakov
3250M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251S: Maintained
3252
Charles Spirakis13927072006-07-05 18:05:15 +02003253W83791D HARDWARE MONITORING DRIVER
3254P: Charles Spirakis
3255M: bezaur@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256L: lm-sensors@lm-sensors.org
3257S: Maintained
3258
3259W83L51xD SD/MMC CARD INTERFACE DRIVER
3260P: Pierre Ossman
3261M: drzeus-wbsd@drzeus.cx
3262L: wbsd-devel@list.drzeus.cx
3263W: http://projects.drzeus.cx/wbsd
3264S: Maintained
3265
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003266WATCHDOG DEVICE DRIVERS
3267P: Wim Van Sebroeck
3268M: wim@iguana.be
3269T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3270S: Maintained
3271
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3273P: Jean Tourrilhes
3274M: jt@hpl.hp.com
3275W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3276S: Maintained
3277
3278WD7000 SCSI DRIVER
3279P: Miroslav Zagorac
3280M: zaga@fly.cc.fer.hr
3281L: linux-scsi@vger.kernel.org
3282S: Maintained
3283
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003284WISTRON LAPTOP BUTTON DRIVER
3285P: Miloslav Trmac
3286M: mitr@volny.cz
3287S: Maintained
3288
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289WL3501 WIRELESS PCMCIA CARD DRIVER
3290P: Arnaldo Carvalho de Melo
3291M: acme@conectiva.com.br
3292W: http://advogato.org/person/acme
3293S: Maintained
3294
3295X.25 NETWORK LAYER
3296P: Henner Eisen
3297M: eis@baty.hanse.de
3298L: linux-x25@vger.kernel.org
3299S: Maintained
3300
3301XFS FILESYSTEM
3302P: Silicon Graphics Inc
3303M: xfs-masters@oss.sgi.com
3304M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003305L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306W: http://oss.sgi.com/projects/xfs
3307S: Supported
3308
3309X86 3-LEVEL PAGING (PAE) SUPPORT
3310P: Ingo Molnar
3311M: mingo@redhat.com
3312S: Maintained
3313
3314X86-64 port
3315P: Andi Kleen
3316M: ak@suse.de
3317L: discuss@x86-64.org
3318W: http://www.x86-64.org
3319S: Maintained
3320
3321YAM DRIVER FOR AX.25
3322P: Jean-Paul Roubelat
3323M: jpr@f6fbb.org
3324L: linux-hams@vger.kernel.org
3325S: Maintained
3326
Henkaf64a5e2005-10-12 15:02:56 +02003327YEALINK PHONE DRIVER
3328P: Henk Vergonet
3329M: Henk.Vergonet@gmail.com
3330L: usbb2k-api-dev@nongnu.org
3331S: Maintained
3332
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3334P: Pete Zaitcev
3335M: zaitcev@yahoo.com
3336L: linux-kernel@vger.kernel.org
3337S: Obsolete
3338
3339Z8530 DRIVER FOR AX.25
3340P: Joerg Reuter
3341M: jreuter@yaina.de
3342W: http://yaina.de/jreuter/
3343W: http://www.qsl.net/dl1bke/
3344L: linux-hams@vger.kernel.org
3345S: Maintained
3346
3347ZF MACHZ WATCHDOG
3348P: Fernando Fuganti
3349M: fuganti@netbank.com.br
3350W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3351S: Maintained
3352
3353ZR36067 VIDEO FOR LINUX DRIVER
3354P: Ronald Bultje
3355M: rbultje@ronald.bitfreak.net
3356L: mjpeg-users@lists.sourceforge.net
3357W: http://mjpeg.sourceforge.net/driver-zoran/
3358S: Maintained
3359
3360ZR36120 VIDEO FOR LINUX DRIVER
3361P: Pauline Middelink
3362M: middelin@polyware.nl
3363W: http://www.polyware.nl/~middelin/En/hobbies.html
3364W: http://www.polyware.nl/~middelin/hobbies.html
3365S: Maintained
3366
3367THE REST
3368P: Linus Torvalds
3369S: Buried alive in reporters