blob: b08c537018de214f2a7147ebaee36ff428a58dec [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
Tom Tuckerf94b5332006-09-22 15:22:48 -0700301AMSO1100 RNIC DRIVER
302P: Tom Tucker
303M: tom@opengridcomputing.com
304P: Steve Wise
305M: swise@opengridcomputing.com
306L: openib-general@openib.org
307S: Maintained
308
Johannes Berg42269062006-07-25 16:15:50 +0200309AOA (Apple Onboard Audio) ALSA DRIVER
310P: Johannes Berg
311M: johannes@sipsolutions.net
312L: linuxppc-dev@ozlabs.org
313L: alsa-devel@alsa-project.org
314S: Maintained
315
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316APM DRIVER
317P: Stephen Rothwell
318M: sfr@canb.auug.org.au
319L: linux-laptop@vger.kernel.org
320W: http://www.canb.auug.org.au/~sfr/
321S: Supported
322
323APPLETALK NETWORK LAYER
324P: Arnaldo Carvalho de Melo
325M: acme@conectiva.com.br
326S: Maintained
327
Jaya Kumar1154ea72005-06-21 17:17:04 -0700328ARC FRAMEBUFFER DRIVER
329P: Jaya Kumar
330M: jayalk@intworks.biz
331S: Maintained
332
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333ARM26 ARCHITECTURE
334P: Ian Molton
335M: spyro@f2s.com
336S: Maintained
337
338ARM26/ARCHIMEDES
339P: Ian Molton
340M: spyro@f2s.com
341S: Maintained
342
343ARM26/A5000
344P: John Appleby
345M: john@dnsworld.co.uk
346S: Maintained
347
348ARM MFM AND FLOPPY DRIVERS
349P: Ian Molton
350M: spyro@f2s.com
351S: Maintained
352
353ARM/CORGI MACHINE SUPPORT
354P: Richard Purdie
355M: rpurdie@rpsys.net
356S: Maintained
357
Dirk Opfer8459c152005-11-06 14:27:52 +0000358ARM/TOSA MACHINE SUPPORT
359P: Dirk Opfer
360M: dirk@opfer-online.de
361S: Maintained
362
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363ARM/PLEB SUPPORT
364P: Peter Chubb
365M: pleb@gelato.unsw.edu.au
366W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
367S: Maintained
368
369ARM/PT DIGITAL BOARD PORT
370P: Stefan Eletzhofer
371M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700372L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373W: http://www.arm.linux.org.uk/
374S: Maintained
375
376ARM/SHARK MACHINE SUPPORT
377P: Alexander Schulz
378M: alex@shark-linux.de
379W: http://www.shark-linux.de/shark.html
380S: Maintained
381
382ARM/STRONGARM110 PORT
383P: Russell King
384M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700385L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386W: http://www.arm.linux.org.uk/
387S: Maintained
388
389ARM/S3C2410 ARM ARCHITECTURE
390P: Ben Dooks
391M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700392L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393W: http://www.fluff.org/ben/linux/
394S: Maintained
395
396ARM/S3C2440 ARM ARCHITECTURE
397P: Ben Dooks
398M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700399L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400W: http://www.fluff.org/ben/linux/
401S: Maintained
402
403ARPD SUPPORT
404P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700405L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406S: Maintained
407
408ASUS ACPI EXTRAS DRIVER
409P: Karol Kozimor
410M: sziwan@users.sourceforge.net
411P: Julien Lerouge
412M: julien.lerouge@free.fr
413L: acpi4asus-user@lists.sourceforge.net
414W: http://sourceforge.net/projects/acpi4asus
415W: http://julien.lerouge.free.fr
416S: Maintained
417
418ATA OVER ETHERNET DRIVER
419P: Ed L. Cashin
420M: ecashin@coraid.com
421W: http://www.coraid.com/support/linux
422S: Supported
423
424ATM
425P: Chas Williams
426M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700427L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428W: http://linux-atm.sourceforge.net
429S: Maintained
430
431ATMEL WIRELESS DRIVER
432P: Simon Kelley
433M: simon@thekelleys.org.uk
434W: http://www.thekelleys.org.uk/atmel
435W: http://atmelwlandriver.sourceforge.net/
436S: Maintained
437
Chris Wrighta92b7b82005-07-07 18:12:23 -0700438AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100439P: David Woodhouse
440M: dwmw2@infradead.org
441L: linux-audit@redhat.com
442W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800443T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700444S: Maintained
445
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446AX.25 NETWORK LAYER
447P: Ralf Baechle
448M: ralf@linux-mips.org
449L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200450W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451S: Maintained
452
453BAYCOM/HDLCDRV DRIVERS FOR AX.25
454P: Thomas Sailer
455M: t.sailer@alumni.ethz.ch
456L: linux-hams@vger.kernel.org
457W: http://www.baycom.org/~tom/ham/ham.html
458S: Maintained
459
Michael Buesch9eac8f92006-04-22 17:31:27 +0200460BCM43XX WIRELESS DRIVER
461P: Michael Buesch
462M: mb@bu3sch.de
463P: Stefano Brivio
464M: st3@riseup.net
465W: http://bcm43xx.berlios.de/
466S: Maintained
467
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468BEFS FILE SYSTEM
469P: Sergey S. Kostyliov
470M: rathamahata@php4.ru
471L: linux-kernel@vger.kernel.org
472S: Maintained
473
474BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
475P: Kenji Hollis
476W: http://ftp.bitgate.com/pcwd/
477S: Maintained
478
479BFS FILE SYSTEM
480P: Tigran A. Aivazian
481M: tigran@veritas.com
482L: linux-kernel@vger.kernel.org
483S: Maintained
484
485BLOCK LAYER
486P: Jens Axboe
487M: axboe@suse.de
488L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800489T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490S: Maintained
491
492BLUETOOTH SUBSYSTEM
493P: Marcel Holtmann
494M: marcel@holtmann.org
495P: Maxim Krasnyansky
496M: maxk@qualcomm.com
497L: bluez-devel@lists.sf.net
498W: http://bluez.sf.net
499W: http://www.bluez.org
500W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800501T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502S: Maintained
503
504BLUETOOTH RFCOMM LAYER
505P: Marcel Holtmann
506M: marcel@holtmann.org
507P: Maxim Krasnyansky
508M: maxk@qualcomm.com
509S: Maintained
510
511BLUETOOTH BNEP LAYER
512P: Marcel Holtmann
513M: marcel@holtmann.org
514P: Maxim Krasnyansky
515M: maxk@qualcomm.com
516S: Maintained
517
518BLUETOOTH CMTP LAYER
519P: Marcel Holtmann
520M: marcel@holtmann.org
521S: Maintained
522
523BLUETOOTH HIDP LAYER
524P: Marcel Holtmann
525M: marcel@holtmann.org
526S: Maintained
527
528BLUETOOTH HCI UART DRIVER
529P: Marcel Holtmann
530M: marcel@holtmann.org
531P: Maxim Krasnyansky
532M: maxk@qualcomm.com
533S: Maintained
534
535BLUETOOTH HCI USB DRIVER
536P: Marcel Holtmann
537M: marcel@holtmann.org
538P: Maxim Krasnyansky
539M: maxk@qualcomm.com
540S: Maintained
541
542BLUETOOTH HCI BCM203X DRIVER
543P: Marcel Holtmann
544M: marcel@holtmann.org
545S: Maintained
546
547BLUETOOTH HCI BPA10X DRIVER
548P: Marcel Holtmann
549M: marcel@holtmann.org
550S: Maintained
551
552BLUETOOTH HCI BFUSB DRIVER
553P: Marcel Holtmann
554M: marcel@holtmann.org
555S: Maintained
556
557BLUETOOTH HCI DTL1 DRIVER
558P: Marcel Holtmann
559M: marcel@holtmann.org
560S: Maintained
561
562BLUETOOTH HCI BLUECARD DRIVER
563P: Marcel Holtmann
564M: marcel@holtmann.org
565S: Maintained
566
567BLUETOOTH HCI BT3C DRIVER
568P: Marcel Holtmann
569M: marcel@holtmann.org
570S: Maintained
571
572BLUETOOTH HCI BTUART DRIVER
573P: Marcel Holtmann
574M: marcel@holtmann.org
575S: Maintained
576
577BLUETOOTH HCI VHCI DRIVER
578P: Maxim Krasnyansky
579M: maxk@qualcomm.com
580S: Maintained
581
582BONDING DRIVER
583P: Chad Tindel
584M: ctindel@users.sourceforge.net
585P: Jay Vosburgh
586M: fubar@us.ibm.com
587L: bonding-devel@lists.sourceforge.net
588W: http://sourceforge.net/projects/bonding/
589S: Supported
590
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000591BROADBAND PROCESSOR ARCHITECTURE
592P: Arnd Bergmann
593M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100594L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400595W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000596S: Supported
597
Gary Zambrano39105892006-06-22 17:26:20 -0700598BROADCOM B44 10/100 ETHERNET DRIVER
599P: Gary Zambrano
600M: zambrano@broadcom.com
601L: netdev@vger.kernel.org
602S: Supported
603
Michael Chan948c51e2006-06-04 02:51:39 -0700604BROADCOM BNX2 GIGABIT ETHERNET DRIVER
605P: Michael Chan
606M: mchan@broadcom.com
607L: netdev@vger.kernel.org
608S: Supported
609
610BROADCOM TG3 GIGABIT ETHERNET DRIVER
611P: Michael Chan
612M: mchan@broadcom.com
613L: netdev@vger.kernel.org
614S: Supported
615
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700617P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200618M: mchehab@infradead.org
619M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700621W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200622T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700623S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200625CALGARY x86-64 IOMMU
626P: Muli Ben-Yehuda
627M: muli@il.ibm.com
628P: Jon D. Mason
629M: jdmason@us.ibm.com
630L: linux-kernel@vger.kernel.org
631L: discuss@x86-64.org
632S: Maintained
633
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634COMMON INTERNET FILE SYSTEM (CIFS)
635P: Steve French
636M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100637L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638L: samba-technical@lists.samba.org
639W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800640T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641S: Supported
642
Joel Becker7063fbf2005-12-15 14:29:43 -0800643CONFIGFS
644P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800645M: joel.becker@oracle.com
646L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800647S: Supported
648
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649CIRRUS LOGIC GENERIC FBDEV DRIVER
650P: Jeff Garzik
651M: jgarzik@pobox.com
652L: linux-fbdev-devel@lists.sourceforge.net
653S: Odd Fixes
654
655CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
656P: Cirrus Logic Corporation (kernel 2.2 driver)
657M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
658P: Nils Faerber (port to kernel 2.4)
659M: Nils Faerber <nils@kernelconcepts.de>
660S: Maintained
661
662CODA FILE SYSTEM
663P: Jan Harkes
664M: jaharkes@cs.cmu.edu
665M: coda@cs.cmu.edu
666L: codalist@coda.cs.cmu.edu
667W: http://www.coda.cs.cmu.edu/
668S: Maintained
669
670COMPACTPCI HOTPLUG CORE
671P: Scott Murray
672M: scottm@somanetworks.com
673M: scott@spiteful.org
674L: pcihpd-discuss@lists.sourceforge.net
675S: Supported
676
677COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
678P: Scott Murray
679M: scottm@somanetworks.com
680M: scott@spiteful.org
681L: pcihpd-discuss@lists.sourceforge.net
682S: Supported
683
684COMPACTPCI HOTPLUG GENERIC DRIVER
685P: Scott Murray
686M: scottm@somanetworks.com
687M: scott@spiteful.org
688L: pcihpd-discuss@lists.sourceforge.net
689S: Supported
690
691COMPUTONE INTELLIPORT MULTIPORT CARD
692P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700693M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700695S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696
697COSA/SRP SYNC SERIAL DRIVER
698P: Jan "Yenya" Kasprzak
699M: kas@fi.muni.cz
700W: http://www.fi.muni.cz/~kas/cosa/
701S: Maintained
702
703CPU FREQUENCY DRIVERS
704P: Dave Jones
705M: davej@codemonkey.org.uk
706L: cpufreq@lists.linux.org.uk
707W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800708T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709S: Maintained
710
711CPUID/MSR DRIVER
712P: H. Peter Anvin
713M: hpa@zytor.com
714S: Maintained
715
Paul Jacksoned90fb42005-09-27 21:45:37 -0700716CPUSETS
717P: Paul Jackson
718P: Simon Derr
719M: pj@sgi.com
720M: simon.derr@bull.net
721L: linux-kernel@vger.kernel.org
722W: http://www.bullopensource.org/cpuset/
723S: Supported
724
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725CRAMFS FILESYSTEM
726W: http://sourceforge.net/projects/cramfs/
727S: Orphan
728
729CRIS PORT
730P: Mikael Starvik
731M: starvik@axis.com
732L: dev-etrax@axis.com
733W: http://developer.axis.com
734S: Maintained
735
736CRYPTO API
737P: Herbert Xu
738M: herbert@gondor.apana.org.au
739P: David S. Miller
740M: davem@davemloft.net
741L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800742T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743S: Maintained
744
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100745CS5535 Audio ALSA driver
746P: Jaya Kumar
747M: jayakumar.alsa@gmail.com
748S: Maintained
749
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750CYBERPRO FB DRIVER
751P: Russell King
752M: rmk@arm.linux.org.uk
753W: http://www.arm.linux.org.uk/
754S: Maintained
755
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700756CYBLAFB FRAMEBUFFER DRIVER
757P: Knut Petersen
758M: Knut_Petersen@t-online.de
759L: linux-fbdev-devel@lists.sourceforge.net
760S: Maintained
761
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762CYCLADES 2X SYNC CARD DRIVER
763P: Arnaldo Carvalho de Melo
764M: acme@conectiva.com.br
765W: http://advogato.org/person/acme
766L: cycsyn-devel@bazar.conectiva.com.br
767S: Maintained
768
769CYCLADES ASYNC MUX DRIVER
770M: async@cyclades.com
771W: http://www.cyclades.com/
772S: Supported
773
774CYCLADES PC300 DRIVER
775M: pc300@cyclades.com
776W: http://www.cyclades.com/
777S: Supported
778
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779DAMA SLAVE for AX.25
780P: Joerg Reuter
781M: jreuter@yaina.de
782W: http://yaina.de/jreuter/
783W: http://www.qsl.net/dl1bke/
784L: linux-hams@vger.kernel.org
785S: Maintained
786
787DC395x SCSI driver
788P: Oliver Neukum
789M: oliver@neukum.name
790P: Ali Akcaagac
791M: aliakc@web.de
792P: Jamie Lenehan
793M: lenehan@twibble.org
794W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700795L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796L: http://lists.twibble.org/mailman/listinfo/dc395x/
797S: Maintained
798
799DC390/AM53C974 SCSI driver
800P: Kurt Garloff
801M: garloff@suse.de
802W: http://www.garloff.de/kurt/linux/dc390/
803P: Guennadi Liakhovetski
804M: g.liakhovetski@gmx.de
805S: Maintained
806
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700807DCCP PROTOCOL
808P: Arnaldo Carvalho de Melo
809M: acme@mandriva.com
810L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800811W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700812S: Maintained
813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814DECnet NETWORK LAYER
815P: Patrick Caulfield
816M: patrick@tykepenguin.com
817W: http://linux-decnet.sourceforge.net
818L: linux-decnet-user@lists.sourceforge.net
819S: Maintained
820
821DEFXX FDDI NETWORK DRIVER
822P: Maciej W. Rozycki
823M: macro@linux-mips.org
824S: Maintained
825
826DELL LAPTOP SMM DRIVER
827P: Massimo Dal Zotto
828M: dz@debian.org
829W: http://www.debian.org/~dz/i8k/
830S: Maintained
831
Doug Warzecha90563ec2005-09-06 15:17:15 -0700832DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
833P: Doug Warzecha
834M: Douglas_Warzecha@dell.com
835S: Maintained
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837DEVICE-MAPPER
838P: Alasdair Kergon
839L: dm-devel@redhat.com
840W: http://sources.redhat.com/dm
841S: Maintained
842
843DEVICE NUMBER REGISTRY
844P: Torben Mathiasen
845M: device@lanana.org
846W: http://lanana.org/docs/device-list/index.html
847L: linux-kernel@vger.kernel.org
848S: Maintained
849
850DEVICE FILESYSTEM
851S: Obsolete
852
853DIGI INTL. EPCA DRIVER
854P: Digi International, Inc
855M: Eng.Linux@digi.com
856L: Eng.Linux@digi.com
857W: http://www.digi.com
858S: Orphaned
859
860DIGI RIGHTSWITCH NETWORK DRIVER
861P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700862L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863W: http://www.digi.com
864S: Orphaned
865
866DIRECTORY NOTIFICATION
867P: Stephen Rothwell
868M: sfr@canb.auug.org.au
869L: linux-kernel@vger.kernel.org
870S: Supported
871
872DISK GEOMETRY AND PARTITION HANDLING
873P: Andries Brouwer
874M: aeb@cwi.nl
875W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
876W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
877W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
878S: Maintained
879
880DISKQUOTA:
881P: Jan Kara
882M: jack@suse.cz
883L: linux-kernel@vger.kernel.org
884S: Maintained
885
886DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
887P: Tobias Ringstrom
888M: tori@unhappy.mine.nu
889L: linux-kernel@vger.kernel.org
890S: Maintained
891
Martin Waitzba483d52005-06-17 13:20:59 -0700892DOCBOOK FOR DOCUMENTATION
893P: Martin Waitz
894M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700895P: Randy Dunlap
896M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800897T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700898S: Maintained
899
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -0400900DOCKING STATION DRIVER
901P: Kristen Carlson Accardi
902M: kristen.c.accardi@intel.com
903L: linux-acpi@vger.kernel.org
904S: Maintained
905
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906DOUBLETALK DRIVER
907P: James R. Van Zandt
908M: jrv@vanzandt.mv.com
909L: blinux-list@redhat.com
910S: Maintained
911
912DRIVER CORE, KOBJECTS, AND SYSFS
913P: Greg Kroah-Hartman
914M: gregkh@suse.de
915L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800916T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917S: Supported
918
919DRM DRIVERS
920P: David Airlie
921M: airlied@linux.ie
922L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800923T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924S: Maintained
925
926DSCC4 DRIVER
927P: François Romieu
928M: romieu@cogenit.fr
929M: romieu@ensta.fr
930S: Maintained
931
932DVB SUBSYSTEM AND DRIVERS
933P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200934M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200936W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200937T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200938S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939
940EATA-DMA SCSI DRIVER
941P: Michael Neuffer
942L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
943S: Maintained
944
945EATA ISA/EISA/PCI SCSI DRIVER
946P: Dario Ballabio
947M: ballabio_dario@emc.com
948L: linux-scsi@vger.kernel.org
949S: Maintained
950
951EATA-PIO SCSI DRIVER
952P: Michael Neuffer
953M: mike@i-Connect.Net
954L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
955S: Maintained
956
957EBTABLES
958P: Bart De Schuymer
959M: bart.de.schuymer@pandora.be
960L: ebtables-user@lists.sourceforge.net
961L: ebtables-devel@lists.sourceforge.net
962W: http://ebtables.sourceforge.net/
963S: Maintained
964
Alan Coxda9bb1d2006-01-18 17:44:13 -0800965EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800966P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700967M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800968L: bluesmoke-devel@lists.sourceforge.net
969W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700970S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800971
972EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700973P: Mark Gross
974M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800975L: bluesmoke-devel@lists.sourceforge.net
976W: bluesmoke.sourceforge.net
977S: Maintained
978
979EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700980P: Doug Thompson
981M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800982L: bluesmoke-devel@lists.sourceforge.net
983W: bluesmoke.sourceforge.net
984S: Maintained
985
986EDAC-R82600
987P: Tim Small
988M: tim@buttersideup.com
989L: bluesmoke-devel@lists.sourceforge.net
990W: bluesmoke.sourceforge.net
991S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993EEPRO100 NETWORK DRIVER
994P: Andrey V. Savochkin
995M: saw@saw.sw.com.sg
996S: Maintained
997
Josh Triplett0bee8d22006-07-30 03:03:58 -0700998EFS FILESYSTEM
999W: http://aeschi.ch.eu.org/efs/
1000S: Orphan
1001
Heiko J Schickfab97222006-09-22 15:22:22 -07001002EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1003P: Hoang-Nam Nguyen
1004M: hnguyen@de.ibm.com
1005P: Christoph Raisch
1006M: raisch@de.ibm.com
1007L: openib-general@openib.org
1008S: Supported
1009
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010EMU10K1 SOUND DRIVER
1011P: James Courtier-Dutton
1012M: James@superbug.demon.co.uk
1013L: emu10k1-devel@lists.sourceforge.net
1014W: http://sourceforge.net/projects/emu10k1/
1015S: Maintained
1016
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001017EMULEX LPFC FC SCSI DRIVER
1018P: James Smart
1019M: james.smart@emulex.com
1020L: linux-scsi@vger.kernel.org
1021W: http://sourceforge.net/projects/lpfcxxxx
1022S: Supported
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024EPSON 1355 FRAMEBUFFER DRIVER
1025P: Christopher Hoover
1026M: ch@murgatroid.com, ch@hpl.hp.com
1027S: Maintained
1028
1029ETHEREXPRESS-16 NETWORK DRIVER
1030P: Philip Blundell
1031M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001032L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033S: Maintained
1034
1035ETHERNET BRIDGE
1036P: Stephen Hemminger
1037M: shemminger@osdl.org
1038L: bridge@osdl.org
1039W: http://bridge.sourceforge.net/
1040S: Maintained
1041
1042ETHERTEAM 16I DRIVER
1043P: Mika Kuoppala
1044M: miku@iki.fi
1045S: Maintained
1046
1047EXT2 FILE SYSTEM
1048L: ext2-devel@lists.sourceforge.net
1049S: Maintained
1050
1051EXT3 FILE SYSTEM
1052P: Stephen Tweedie, Andrew Morton
1053M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001054L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055S: Maintained
1056
Jean Delvaree53004e2006-01-09 23:26:14 +01001057F71805F HARDWARE MONITORING DRIVER
1058P: Jean Delvare
1059M: khali@linux-fr.org
1060L: lm-sensors@lm-sensors.org
1061S: Maintained
1062
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063FARSYNC SYNCHRONOUS DRIVER
1064P: Kevin Curtis
1065M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066W: http://www.farsite.co.uk/
1067S: Supported
1068
1069FRAMEBUFFER LAYER
1070P: Antonino Daplas
1071M: adaplas@pol.net
1072L: linux-fbdev-devel@lists.sourceforge.net
1073W: http://linux-fbdev.sourceforge.net/
1074S: Maintained
1075
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001076FREESCALE SOC FS_ENET DRIVER
1077P: Pantelis Antoniou
1078M: pantelis.antoniou@gmail.com
1079P: Vitaly Bordug
1080M: vbordug@ru.mvista.com
1081L: linuxppc-embedded@ozlabs.org
1082L: netdev@vger.kernel.org
1083S: Maintained
1084
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085FILE LOCKING (flock() and fcntl()/lockf())
1086P: Matthew Wilcox
1087M: matthew@wil.cx
1088L: linux-fsdevel@vger.kernel.org
1089S: Maintained
1090
1091FILESYSTEMS (VFS and infrastructure)
1092P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001093M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094S: Maintained
1095
1096FIRMWARE LOADER (request_firmware)
1097L: linux-kernel@vger.kernel.org
1098S: Orphan
1099
1100FPU EMULATOR
1101P: Bill Metzenthen
1102M: billm@suburbia.net
1103W: http://suburbia.net/~billm/floating-point/emulator/
1104S: Maintained
1105
1106FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1107P: Mike McLagan
1108M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001109L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110S: Maintained
1111
1112FREEVXFS FILESYSTEM
1113P: Christoph Hellwig
1114M: hch@infradead.org
1115W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1116S: Maintained
1117
1118FUJITSU FR-V PORT
1119P: David Howells
1120M: dhowells@redhat.com
1121S: Maintained
1122
1123FTAPE/QIC-117
1124L: linux-tape@vger.kernel.org
1125W: http://sourceforge.net/projects/ftape
1126S: Orphan
1127
Miklos Szeredi04578f12005-09-09 13:10:22 -07001128FUSE: FILESYSTEM IN USERSPACE
1129P: Miklos Szeredi
1130M: miklos@szeredi.hu
1131L: fuse-devel@lists.sourceforge.net
1132W: http://fuse.sourceforge.net/
1133S: Maintained
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1136P: Rik Faith
1137M: faith@cs.unc.edu
1138L: linux-scsi@vger.kernel.org
1139S: Odd fixes (e.g., new signatures)
1140
1141GDT SCSI DISK ARRAY CONTROLLER DRIVER
1142P: Achim Leubner
1143M: achim_leubner@adaptec.com
1144L: linux-scsi@vger.kernel.org
1145W: http://www.icp-vortex.com/
1146S: Supported
1147
1148GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1149P: Krzysztof Halasa
1150M: khc@pm.waw.pl
1151W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1152S: Maintained
1153
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001154GIGASET ISDN DRIVERS
1155P: Hansjoerg Lipp
1156M: hjlipp@web.de
1157P: Tilman Schmidt
1158M: tilman@imap.cc
1159L: gigaset307x-common@lists.sourceforge.net
1160W: http://gigaset307x.sourceforge.net/
1161S: Maintained
1162
Jean Delvare5b543962005-08-15 19:51:02 +02001163HARDWARE MONITORING
1164P: Jean Delvare
1165M: khali@linux-fr.org
1166L: lm-sensors@lm-sensors.org
1167W: http://www.lm-sensors.nu/
1168S: Maintained
1169
Michael Buesch844dd052006-06-26 00:24:59 -07001170HARDWARE RANDOM NUMBER GENERATOR CORE
1171P: Michael Buesch
1172M: mb@bu3sch.de
1173S: Maintained
1174
Robert Love860e1d62005-08-31 23:57:59 -04001175HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1176P: Robert Love
1177M: rlove@rlove.org
1178M: linux-kernel@vger.kernel.org
1179W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1180S: Maintained
1181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182HARMONY SOUND DRIVER
1183P: Kyle McMartin
1184M: kyle@parisc-linux.org
1185W: http://www.parisc-linux.org/~kyle/harmony/
1186L: parisc-linux@lists.parisc-linux.org
1187S: Maintained
1188
1189HAYES ESP SERIAL DRIVER
1190P: Andrew J. Robinson
1191M: arobinso@nyx.net
1192L: linux-kernel@vger.kernel.org
1193W: http://www.nyx.net/~arobinso
1194S: Maintained
1195
1196HFS FILESYSTEM
1197P: Roman Zippel
1198M: zippel@linux-m68k.org
1199L: linux-kernel@vger.kernel.org
1200S: Maintained
1201
1202HGA FRAMEBUFFER DRIVER
1203P: Ferenc Bakonyi
1204M: fero@drama.obuda.kando.hu
1205L: linux-nvidia@lists.surfsouth.com
1206W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1207S: Maintained
1208
1209HIGH-SPEED SCC DRIVER FOR AX.25
1210P: Klaus Kudielka
1211M: klaus.kudielka@ieee.org
1212L: linux-hams@vger.kernel.org
1213W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1214S: Maintained
1215
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001216HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1217P: HighPoint Linux Team
1218M: linux@highpoint-tech.com
1219W: http://www.highpoint-tech.com
1220S: Supported
1221
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222HIPPI
1223P: Jes Sorensen
1224M: jes@trained-monkey.org
1225L: linux-hippi@sunsite.dk
1226S: Maintained
1227
1228HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1229P: Chirag Kantharia
1230M: chirag.kantharia@hp.com
1231L: iss_storagedev@hp.com
1232S: Maintained
1233
1234HEWLETT-PACKARD SMART2 RAID DRIVER
1235P: Chirag Kantharia
1236M: chirag.kantharia@hp.com
1237L: iss_storagedev@hp.com
1238S: Maintained
1239
1240HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1241P: Mike Miller
1242M: mike.miller@hp.com
1243L: iss_storagedev@hp.com
1244S: Supported
1245
Jouni Malinenff1d2762005-05-12 22:54:16 -04001246HOST AP DRIVER
1247P: Jouni Malinen
1248M: jkmaline@cc.hut.fi
1249L: hostap@shmoo.com
1250W: http://hostap.epitest.fi/
1251S: Maintained
1252
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1254P: Jaroslav Kysela
1255M: perex@suse.cz
1256S: Maintained
1257
Bob Piccob9b03322005-11-07 00:59:19 -08001258HPET: High Precision Event Timers driver (hpet.c)
1259P: Clemens Ladisch
1260M: clemens@ladisch.de
1261S: Maintained
1262
1263HPET: i386
1264P: Venkatesh Pallipadi (Venki)
1265M: venkatesh.pallipadi@intel.com
1266S: Maintained
1267
1268HPET: x86_64
1269P: Andi Kleen and Vojtech Pavlik
1270M: ak@muc.de and vojtech@suse.cz
1271S: Maintained
1272
1273HPET: ACPI hpet.c
1274P: Bob Picco
1275M: bob.picco@hp.com
1276S: Maintained
1277
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278HPFS FILESYSTEM
1279P: Mikulas Patocka
1280M: mikulas@artax.karlin.mff.cuni.cz
1281W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1282S: Maintained
1283
1284HUGETLB FILESYSTEM
1285P: William Irwin
1286M: wli@holomorphy.com
1287S: Maintained
1288
Jean Delvare5b543962005-08-15 19:51:02 +02001289I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290P: Jean Delvare
1291M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001292L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001294T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295S: Maintained
1296
1297I2O
1298P: Markus Lidel
1299M: markus.lidel@shadowconnect.com
1300W: http://i2o.shadowconnect.com/
1301S: Maintained
1302
1303i386 BOOT CODE
1304P: Riley H. Williams
1305M: Riley@Williams.Name
1306L: Linux-Kernel@vger.kernel.org
1307S: Maintained
1308
1309i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1310P: Dave Jones
1311M: davej@codemonkey.org.uk
1312P: H. Peter Anvin
1313M: hpa@zytor.com
1314S: Maintained
1315
1316i810 TCO TIMER WATCHDOG
1317P: Nils Faerber
1318M: nils@kernelconcepts.de
1319W: http://www.kernelconcepts.de/
1320S: Maintained
1321
1322IA64 (Itanium) PLATFORM
1323P: Tony Luck
1324M: tony.luck@intel.com
1325L: linux-ia64@vger.kernel.org
1326W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001327T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328S: Maintained
1329
1330SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001331P: Jes Sorensen
1332M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333L: linux-altix@sgi.com
1334L: linux-ia64@vger.kernel.org
1335W: http://www.sgi.com/altix
1336S: Maintained
1337
1338IBM MCA SCSI SUBSYSTEM DRIVER
1339P: Michael Lang
1340M: langa2@kph.uni-mainz.de
1341W: http://www.uni-mainz.de/~langm000/linux.html
1342S: Maintained
1343
1344IBM Power Linux RAID adapter
1345P: Brian King
1346M: brking@us.ibm.com
1347S: Supported
1348
1349IBM ServeRAID RAID DRIVER
1350P: Jack Hammer
1351P: Dave Jeffery
1352M: ipslinux@adaptec.com
1353W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1354S: Supported
1355
1356IDE DRIVER [GENERAL]
1357P: Bartlomiej Zolnierkiewicz
1358M: B.Zolnierkiewicz@elka.pw.edu.pl
1359L: linux-kernel@vger.kernel.org
1360L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001361T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362S: Maintained
1363
1364IDE/ATAPI CDROM DRIVER
1365P: Jens Axboe
1366M: axboe@suse.de
1367L: linux-kernel@vger.kernel.org
1368W: http://www.kernel.dk
1369S: Maintained
1370
1371IDE/ATAPI FLOPPY DRIVERS
1372P: Paul Bristow
1373M: Paul Bristow <paul@paulbristow.net>
1374W: http://paulbristow.net/linux/idefloppy.html
1375L: linux-kernel@vger.kernel.org
1376S: Maintained
1377
1378IDE/ATAPI TAPE DRIVERS
1379P: Gadi Oxman
1380M: Gadi Oxman <gadio@netvision.net.il>
1381L: linux-kernel@vger.kernel.org
1382S: Maintained
1383
1384IEEE 1394 ETHERNET (eth1394)
1385L: linux1394-devel@lists.sourceforge.net
1386W: http://www.linux1394.org/
1387S: Orphan
1388
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389IEEE 1394 SUBSYSTEM
1390P: Ben Collins
1391M: bcollins@debian.org
1392P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001393M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394L: linux1394-devel@lists.sourceforge.net
1395W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001396T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397S: Maintained
1398
1399IEEE 1394 OHCI DRIVER
1400P: Ben Collins
1401M: bcollins@debian.org
1402P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001403M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404L: linux1394-devel@lists.sourceforge.net
1405W: http://www.linux1394.org/
1406S: Maintained
1407
1408IEEE 1394 PCILYNX DRIVER
1409P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001410M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411L: linux1394-devel@lists.sourceforge.net
1412W: http://www.linux1394.org/
1413S: Maintained
1414
1415IEEE 1394 RAW I/O DRIVER
1416P: Ben Collins
1417M: bcollins@debian.org
1418P: Dan Dennedy
1419M: dan@dennedy.org
1420L: linux1394-devel@lists.sourceforge.net
1421W: http://www.linux1394.org/
1422S: Maintained
1423
Jody McIntyre105d7b32005-09-30 11:59:04 -07001424IEEE 1394 SBP2
1425P: Ben Collins
1426M: bcollins@debian.org
1427P: Stefan Richter
1428M: stefanr@s5r6.in-berlin.de
1429L: linux1394-devel@lists.sourceforge.net
1430W: http://www.linux1394.org/
1431S: Maintained
1432
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433IMS TWINTURBO FRAMEBUFFER DRIVER
1434P: Paul Mundt
1435M: lethal@chaoticdreams.org
1436L: linux-fbdev-devel@lists.sourceforge.net
1437S: Maintained
1438
1439INFINIBAND SUBSYSTEM
1440P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001441M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442P: Sean Hefty
1443M: mshefty@ichips.intel.com
1444P: Hal Rosenstock
1445M: halr@voltaire.com
1446L: openib-general@openib.org
1447W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001448T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449S: Supported
1450
1451INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001452P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001453M: dmitry.torokhov@gmail.com
1454M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455L: linux-input@atrey.karlin.mff.cuni.cz
1456L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001457T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458S: Maintained
1459
Robert Lovec9f04f52005-07-15 12:21:07 -04001460INOTIFY
1461P: John McCutchan and Robert Love
1462M: ttb@tentacle.dhs.org and rml@novell.com
1463L: linux-kernel@vger.kernel.org
1464S: Maintained
1465
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001466INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1467P: Sylvain Meyer
1468M: sylvain.meyer@worldonline.fr
1469L: linux-fbdev-devel@lists.sourceforge.net
1470S: Maintained
1471
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472INTEL 810/815 FRAMEBUFFER DRIVER
1473P: Antonino Daplas
1474M: adaplas@pol.net
1475L: linux-fbdev-devel@lists.sourceforge.net
1476S: Maintained
1477
1478INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1479P: Ingo Molnar
1480M: mingo@redhat.com
1481S: Maintained
1482
1483INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1484P: Jeff Garzik
1485M: jgarzik@pobox.com
1486W: http://sourceforge.net/projects/gkernel/
1487S: Maintained
1488
1489INTEL IA32 MICROCODE UPDATE SUPPORT
1490P: Tigran Aivazian
1491M: tigran@veritas.com
1492S: Maintained
1493
Michael Buesch844dd052006-06-26 00:24:59 -07001494INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1495P: Deepak Saxena
1496M: dsaxena@plexity.net
1497S: Maintained
1498
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499INTEL PRO/100 ETHERNET SUPPORT
1500P: John Ronciak
1501M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502P: Jesse Brandeburg
1503M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001504P: Jeff Kirsher
1505M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001506P: Auke Kok
1507M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508W: http://sourceforge.net/projects/e1000/
1509S: Supported
1510
1511INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1512P: Jeb Cramer
1513M: cramerj@intel.com
1514P: John Ronciak
1515M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001516P: Jesse Brandeburg
1517M: jesse.brandeburg@intel.com
1518P: Jeff Kirsher
1519M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001520P: Auke Kok
1521M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522W: http://sourceforge.net/projects/e1000/
1523S: Supported
1524
1525INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001526P: Jeff Kirsher
1527M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528P: Ayyappan Veeraiyan
1529M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530P: John Ronciak
1531M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001532P: Jesse Brandeburg
1533M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001534P: Auke Kok
1535M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536W: http://sourceforge.net/projects/e1000/
1537S: Supported
1538
James Ketrenos826d2ab2005-11-07 18:56:59 -06001539INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1540P: Yi Zhu
1541M: yi.zhu@intel.com
1542P: James Ketrenos
1543M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001544L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001545L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1546W: http://ipw2100.sourceforge.net
1547S: Supported
1548
1549INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1550P: Yi Zhu
1551M: yi.zhu@intel.com
1552P: James Ketrenos
1553M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001554L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001555L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1556W: http://ipw2200.sourceforge.net
1557S: Supported
1558
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559IOC3 DRIVER
1560P: Ralf Baechle
1561M: ralf@linux-mips.org
1562L: linux-mips@linux-mips.org
1563S: Maintained
1564
1565IP MASQUERADING:
1566P: Juanjo Ciarlante
1567M: jjciarla@raiz.uncu.edu.ar
1568S: Maintained
1569
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001570IPATH DRIVER:
1571P: Bryan O'Sullivan
1572M: support@pathscale.com
1573L: openib-general@openib.org
1574S: Supported
1575
Corey Minyard4409ebe2006-04-20 02:43:12 -07001576IPMI SUBSYSTEM
1577P: Corey Minyard
1578M: minyard@acm.org
1579L: openipmi-developer@lists.sourceforge.net
1580W: http://openipmi.sourceforge.net/
1581S: Supported
1582
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583IPX NETWORK LAYER
1584P: Arnaldo Carvalho de Melo
1585M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001586L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587S: Maintained
1588
1589IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001590P: Samuel Ortiz
1591M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001592L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001593W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001594S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595
1596ISAPNP
1597P: Jaroslav Kysela
1598M: perex@suse.cz
1599S: Maintained
1600
1601ISDN SUBSYSTEM
1602P: Karsten Keil
1603M: kkeil@suse.de
1604P: Kai Germaschewski
1605M: kai.germaschewski@gmx.de
1606L: isdn4linux@listserv.isdn4linux.de
1607W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001608T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609S: Maintained
1610
1611ISDN SUBSYSTEM (Eicon active card driver)
1612P: Armin Schindler
1613M: mac@melware.de
1614L: isdn4linux@listserv.isdn4linux.de
1615W: http://www.melware.de
1616S: Maintained
1617
1618JOURNALLING FLASH FILE SYSTEM (JFFS)
1619P: Axis Communications AB
1620M: jffs-dev@axis.com
1621L: jffs-dev@axis.com
1622W: http://www.developer.axis.com/software/jffs/
1623S: Maintained
1624
1625JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1626P: David Woodhouse
1627M: dwmw2@infradead.org
1628L: jffs-dev@axis.com
1629W: http://sources.redhat.com/jffs2/
1630S: Maintained
1631
1632JFS FILESYSTEM
1633P: Dave Kleikamp
1634M: shaggy@austin.ibm.com
1635L: jfs-discussion@lists.sourceforge.net
1636W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001637T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638S: Supported
1639
Josh Triplettde456d32006-07-30 03:04:00 -07001640JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001641P: Stephen Tweedie, Andrew Morton
1642M: sct@redhat.com, akpm@osdl.org
1643L: ext2-devel@lists.sourceforge.net
1644S: Maintained
1645
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646KCONFIG
1647P: Roman Zippel
1648M: zippel@linux-m68k.org
1649L: kbuild-devel@lists.sourceforge.net
1650S: Maintained
1651
Vivek Goyalea6c2082006-05-20 14:59:55 -07001652KDUMP
1653P: Vivek Goyal
1654M: vgoyal@in.ibm.com
1655P: Haren Myneni
1656M: hbabu@us.ibm.com
1657L: fastboot@lists.osdl.org
1658L: linux-kernel@vger.kernel.org
1659W: http://lse.sourceforge.net/kdump/
1660S: Maintained
1661
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662KERNEL AUTOMOUNTER (AUTOFS)
1663P: H. Peter Anvin
1664M: hpa@zytor.com
1665L: autofs@linux.kernel.org
1666S: Odd Fixes
1667
1668KERNEL AUTOMOUNTER v4 (AUTOFS4)
1669P: Ian Kent
1670M: raven@themaw.net
1671L: autofs@linux.kernel.org
1672S: Maintained
1673
1674KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1675P: Kai Germaschewski
1676M: kai@germaschewski.name
1677P: Sam Ravnborg
1678M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001679T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680S: Maintained
1681
1682KERNEL JANITORS
1683P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001684L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686S: Maintained
1687
1688KERNEL NFSD
1689P: Neil Brown
1690M: neilb@cse.unsw.edu.au
1691L: nfs@lists.sourceforge.net
1692W: http://nfs.sourceforge.net/
1693W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1694S: Maintained
1695
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001696KEXEC
1697P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001698M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001699W: http://www.xmission.com/~ebiederm/files/kexec/
1700L: linux-kernel@vger.kernel.org
1701L: fastboot@osdl.org
1702S: Maintained
1703
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001704KPROBES
1705P: Prasanna S Panchamukhi
1706M: prasanna@in.ibm.com
1707P: Ananth N Mavinakayanahalli
1708M: ananth@in.ibm.com
1709P: Anil S Keshavamurthy
1710M: anil.s.keshavamurthy@intel.com
1711P: David S. Miller
1712M: davem@davemloft.net
1713L: linux-kernel@vger.kernel.org
1714S: Maintained
1715
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001718S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719
1720LASI 53c700 driver for PARISC
1721P: James E.J. Bottomley
1722M: James.Bottomley@HansenPartnership.com
1723L: linux-scsi@vger.kernel.org
1724S: Maintained
1725
Richard Purdie263de9b2006-05-15 09:44:16 -07001726LED SUBSYSTEM
1727P: Richard Purdie
1728M: rpurdie@rpsys.net
1729S: Maintained
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731LEGO USB Tower driver
1732P: Juergen Stuber
1733M: starblue@users.sourceforge.net
1734L: legousb-devel@lists.sourceforge.net
1735W: http://legousb.sourceforge.net/
1736S: Maintained
1737
1738LINUX FOR IBM pSERIES (RS/6000)
1739P: Paul Mackerras
1740M: paulus@au.ibm.com
1741W: http://www.ibm.com/linux/ltc/projects/ppc
1742S: Supported
1743
1744LINUX FOR NCR VOYAGER
1745P: James Bottomley
1746M: James.Bottomley@HansenPartnership.com
1747W: http://www.hansenpartnership.com/voyager
1748S: Maintained
1749
1750LINUX FOR POWERPC
1751P: Paul Mackerras
1752M: paulus@samba.org
1753W: http://www.penguinppc.org/
1754L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001755T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756S: Supported
1757
1758LINUX FOR POWER MACINTOSH
1759P: Benjamin Herrenschmidt
1760M: benh@kernel.crashing.org
1761W: http://www.penguinppc.org/
1762L: linuxppc-dev@ozlabs.org
1763S: Maintained
1764
1765LINUX FOR POWERPC EMBEDDED MPC52XX
1766P: Sylvain Munaut
1767M: tnt@246tNt.com
1768W: http://www.246tNt.com/mpc52xx/
1769W: http://www.penguinppc.org/
1770L: linuxppc-dev@ozlabs.org
1771L: linuxppc-embedded@ozlabs.org
1772S: Maintained
1773
1774LINUX FOR POWERPC EMBEDDED PPC4XX
1775P: Matt Porter
1776M: mporter@kernel.crashing.org
1777W: http://www.penguinppc.org/
1778L: linuxppc-embedded@ozlabs.org
1779S: Maintained
1780
Tom Rinie93adf12005-07-26 12:49:53 -07001781LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782P: Tom Rini
1783M: trini@kernel.crashing.org
1784W: http://www.penguinppc.org/
1785L: linuxppc-embedded@ozlabs.org
1786S: Maintained
1787
Tom Rinie93adf12005-07-26 12:49:53 -07001788LINUX FOR POWERPC EMBEDDED PPC8XX
1789P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001790M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001791W: http://www.penguinppc.org/
1792L: linuxppc-embedded@ozlabs.org
1793S: Maintained
1794
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1796P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001797M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798W: http://www.penguinppc.org/
1799L: linuxppc-embedded@ozlabs.org
1800S: Maintained
1801
Olof Johanssonab06ff32006-09-06 14:44:54 -05001802LINUX FOR POWERPC PA SEMI PWRFICIENT
1803P: Olof Johansson
1804M: olof@lixom.net
1805W: http://www.pasemi.com/
1806L: linuxppc-dev@ozlabs.org
1807S: Supported
1808
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809LLC (802.2)
1810P: Arnaldo Carvalho de Melo
1811M: acme@conectiva.com.br
1812S: Maintained
1813
1814LINUX FOR 64BIT POWERPC
1815P: Paul Mackerras
1816M: paulus@samba.org
1817M: paulus@au.ibm.com
1818P: Anton Blanchard
1819M: anton@samba.org
1820M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001821W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001822L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823S: Supported
1824
1825LINUX SECURITY MODULE (LSM) FRAMEWORK
1826P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001827M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001828L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001830T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831S: Supported
1832
1833LM83 HARDWARE MONITOR DRIVER
1834P: Jean Delvare
1835M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001836L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837S: Maintained
1838
1839LM90 HARDWARE MONITOR DRIVER
1840P: Jean Delvare
1841M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001842L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843S: Maintained
1844
1845LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1846P: Richard Russon (FlatCap)
1847M: ldm@flatcap.org
1848L: ldm-devel@lists.sourceforge.net
1849W: http://ldm.sourceforge.net
1850S: Maintained
1851
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001852LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1853P: Eric Moore
1854M: Eric.Moore@lsil.com
1855M: support@lsil.com
1856L: mpt_linux_developer@lsil.com
1857L: linux-scsi@vger.kernel.org
1858W: http://www.lsilogic.com/support
1859S: Supported
1860
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1862P: Matthew Wilcox
1863M: matthew@wil.cx
1864L: linux-scsi@vger.kernel.org
1865S: Maintained
1866
1867M68K ARCHITECTURE
1868P: Geert Uytterhoeven
1869M: geert@linux-m68k.org
1870P: Roman Zippel
1871M: zippel@linux-m68k.org
1872L: linux-m68k@lists.linux-m68k.org
1873W: http://www.linux-m68k.org/
1874W: http://linux-m68k-cvs.ubb.ca/
1875S: Maintained
1876
1877M68K ON APPLE MACINTOSH
1878P: Joshua Thompson
1879M: funaho@jurai.org
1880W: http://www.mac.linux-m68k.org/
1881L: linux-mac68k@mac.linux-m68k.org
1882S: Maintained
1883
1884M68K ON HP9000/300
1885P: Philip Blundell
1886M: philb@gnu.org
1887W: http://www.tazenda.demon.co.uk/phil/linux-hp
1888S: Maintained
1889
1890MARVELL YUKON / SYSKONNECT DRIVER
1891P: Mirko Lindner
1892M: mlindner@syskonnect.de
1893P: Ralph Roesler
1894M: rroesler@syskonnect.de
1895W: http://www.syskonnect.com
1896S: Supported
1897
1898MAESTRO PCI SOUND DRIVERS
1899P: Zach Brown
1900M: zab@zabbo.net
1901S: Odd Fixes
1902
Michael Kerriskfaf16682005-07-31 22:34:47 -07001903MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1904P: Michael Kerrisk
1905M: mtk-manpages@gmx.net
1906W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1907S: Maintained
1908
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001909MARVELL MV643XX ETHERNET DRIVER
1910P: Dale Farnsworth
1911M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001913M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001914L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001915S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916
1917MATROX FRAMEBUFFER DRIVER
1918P: Petr Vandrovec
1919M: vandrove@vc.cvut.cz
1920L: linux-fbdev-devel@lists.sourceforge.net
1921S: Maintained
1922
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001923MEGARAID SCSI DRIVERS
1924P: Neela Syam Kolli
1925M: Neela.Kolli@engenio.com
1926S: linux-scsi@vger.kernel.org
1927W: http://megaraid.lsilogic.com
1928S: Maintained
1929
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001930MEMORY MANAGEMENT
1931L: linux-mm@kvack.org
1932L: linux-kernel@vger.kernel.org
1933W: http://www.linux-mm.org
1934S: Maintained
1935
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001936MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937P: David Woodhouse
1938M: dwmw2@infradead.org
1939W: http://www.linux-mtd.infradead.org/
1940L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001941T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942S: Maintained
1943
1944MICROTEK X6 SCANNER
1945P: Oliver Neukum
1946M: oliver@neukum.name
1947S: Maintained
1948
1949MIPS
1950P: Ralf Baechle
1951M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001952W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001954T: git www.linux-mips.org:/pub/scm/linux.git
1955S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956
1957MISCELLANEOUS MCA-SUPPORT
1958P: James Bottomley
1959M: jejb@steeleye.com
1960L: linux-kernel@vger.kernel.org
1961S: Maintained
1962
1963MODULE SUPPORT
1964P: Rusty Russell
1965M: rusty@rustcorp.com.au
1966L: linux-kernel@vger.kernel.org
1967S: Maintained
1968
1969MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1970P: Stelian Pop
1971M: stelian@popies.net
1972W: http://popies.net/meye/
1973S: Maintained
1974
1975MOUSE AND MISC DEVICES [GENERAL]
1976P: Alessandro Rubini
1977M: rubini@ipvvis.unipv.it
1978L: linux-kernel@vger.kernel.org
1979S: Maintained
1980
1981MTRR AND SIMILAR SUPPORT [i386]
1982P: Richard Gooch
1983M: rgooch@atnf.csiro.au
1984L: linux-kernel@vger.kernel.org
1985W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1986S: Maintained
1987
Russell King12223da2006-06-15 13:28:52 +01001988MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001989P: Russell King
1990M: rmk+mmc@arm.linux.org.uk
1991S: Maintained
1992
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993MULTISOUND SOUND DRIVER
1994P: Andrew Veliath
1995M: andrewtv@usa.net
1996S: Maintained
1997
1998NATSEMI ETHERNET DRIVER (DP8381x)
1999P: Tim Hockin
2000M: thockin@hockin.org
2001S: Maintained
2002
2003NCP FILESYSTEM
2004P: Petr Vandrovec
2005M: vandrove@vc.cvut.cz
2006L: linware@sh.cvut.cz
2007S: Maintained
2008
2009NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2010P: James E.J. Bottomley
2011M: James.Bottomley@HansenPartnership.com
2012L: linux-scsi@vger.kernel.org
2013S: Maintained
2014
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002015NETEM NETWORK EMULATOR
2016P: Stephen Hemminger
2017M: shemminger@osdl.org
2018L: netem@osdl.org
2019S: Maintained
2020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021NETFILTER/IPTABLES/IPCHAINS
2022P: Rusty Russell
2023P: Marc Boucher
2024P: James Morris
2025P: Harald Welte
2026P: Jozsef Kadlecsik
2027M: coreteam@netfilter.org
2028W: http://www.netfilter.org/
2029W: http://www.iptables.org/
2030L: netfilter@lists.netfilter.org
2031L: netfilter-devel@lists.netfilter.org
2032S: Supported
2033
2034NETROM NETWORK LAYER
2035P: Ralf Baechle
2036M: ralf@linux-mips.org
2037L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002038W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039S: Maintained
2040
2041NETWORK BLOCK DEVICE
2042P: Paul Clements
2043M: Paul.Clements@steeleye.com
2044S: Maintained
2045
2046NETWORK DEVICE DRIVERS
2047P: Andrew Morton
2048M: akpm@osdl.org
2049P: Jeff Garzik
2050M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002051L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002052T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053S: Maintained
2054
2055NETWORKING [GENERAL]
2056P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002057M: netdev@vger.kernel.org
2058L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002059W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060S: Maintained
2061
2062NETWORKING [IPv4/IPv6]
2063P: David S. Miller
2064M: davem@davemloft.net
2065P: Alexey Kuznetsov
2066M: kuznet@ms2.inr.ac.ru
2067P: Pekka Savola (ipv6)
2068M: pekkas@netcore.fi
2069P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002070M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071P: Hideaki YOSHIFUJI
2072M: yoshfuji@linux-ipv6.org
2073P: Patrick McHardy
2074M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002075L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002076T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077S: Maintained
2078
John W. Linville29f8f632006-01-18 14:52:48 -08002079NETWORKING [WIRELESS]
2080P: John W. Linville
2081M: linville@tuxdriver.com
2082L: netdev@vger.kernel.org
2083T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2084S: Maintained
2085
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086IPVS
2087P: Wensong Zhang
2088M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002089P: Simon Horman
2090M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091P: Julian Anastasov
2092M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002093L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094S: Maintained
2095
2096NFS CLIENT
2097P: Trond Myklebust
2098M: trond.myklebust@fys.uio.no
2099L: linux-kernel@vger.kernel.org
2100S: Maintained
2101
2102NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002103P: Jan-Pascal van Best
2104M: janpascal@vanbest.org
2105P: Andreas Mohr
2106M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002107L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108S: Maintained
2109
2110NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2111P: YOKOTA Hiroshi
2112M: yokota@netlab.is.tsukuba.ac.jp
2113W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2114S: Maintained
2115
2116NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2117P: GOTO Masanori
2118M: gotom@debian.or.jp
2119P: YOKOTA Hiroshi
2120M: yokota@netlab.is.tsukuba.ac.jp
2121W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2122S: Maintained
2123
2124NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2125P: Eberhard Moenkeberg
2126M: emoenke@gwdg.de
2127L: linux-kernel@vger.kernel.org
2128S: Maintained
2129
2130NTFS FILESYSTEM
2131P: Anton Altaparmakov
2132M: aia21@cantab.net
2133L: linux-ntfs-dev@lists.sourceforge.net
2134L: linux-kernel@vger.kernel.org
2135W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002136T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002139NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2140P: Antonino Daplas
2141M: adaplas@pol.net
2142L: linux-fbdev-devel@lists.sourceforge.net
2143S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002145OPENCORES I2C BUS DRIVER
2146P: Peter Korsgaard
2147M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002148L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002149S: Maintained
2150
Mark Fashehccd979b2005-12-15 14:31:24 -08002151ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2152P: Mark Fasheh
2153M: mark.fasheh@oracle.com
2154P: Kurt Hackel
2155M: kurt.hackel@oracle.com
2156L: ocfs2-devel@oss.oracle.com
2157W: http://oss.oracle.com/projects/ocfs2/
2158S: Supported
2159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160OLYMPIC NETWORK DRIVER
2161P: Peter De Shrijver
2162M: p2@ace.ulyssis.student.kuleuven.ac.be
2163P: Mike Phillips
2164M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002165L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166L: linux-tr@linuxtr.net
2167W: http://www.linuxtr.net
2168S: Maintained
2169
Harald Weltec1986ee2005-11-13 16:06:29 -08002170OMNIKEY CARDMAN 4000 DRIVER
2171P: Harald Welte
2172M: laforge@gnumonks.org
2173S: Maintained
2174
Harald Welte77c44ab2005-11-13 16:06:26 -08002175OMNIKEY CARDMAN 4040 DRIVER
2176P: Harald Welte
2177M: laforge@gnumonks.org
2178S: Maintained
2179
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180ONSTREAM SCSI TAPE DRIVER
2181P: Willem Riede
2182M: osst@riede.org
2183L: osst-users@lists.sourceforge.net
2184L: linux-scsi@vger.kernel.org
2185S: Maintained
2186
2187OPL3-SA2, SA3, and SAx DRIVER
2188P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002189M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190L: linux-sound@vger.kernel.org
2191S: Maintained
2192
2193OPROFILE
2194P: Philippe Elie
2195M: phil.el@wanadoo.fr
2196L: oprofile-list@lists.sf.net
2197S: Maintained
2198
2199ORINOCO DRIVER
2200P: Pavel Roskin
2201M: proski@gnu.org
2202P: David Gibson
2203M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002204L: orinoco-users@lists.sourceforge.net
2205L: orinoco-devel@lists.sourceforge.net
2206W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207S: Maintained
2208
2209PARALLEL PORT SUPPORT
2210P: Phil Blundell
2211M: philb@gnu.org
2212P: Tim Waugh
2213M: tim@cyberelk.net
2214P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215P: Andrea Arcangeli
2216M: andrea@suse.de
2217L: linux-parport@lists.infradead.org
2218W: http://people.redhat.com/twaugh/parport/
2219S: Maintained
2220
2221PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2222P: Tim Waugh
2223M: tim@cyberelk.net
2224L: linux-parport@lists.infradead.org
2225W: http://www.torque.net/linux-pp.html
2226S: Maintained
2227
2228PARISC ARCHITECTURE
2229P: Matthew Wilcox
2230M: matthew@wil.cx
2231P: Grant Grundler
2232M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002233P: Kyle McMartin
2234M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235L: parisc-linux@parisc-linux.org
2236W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002237T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2238T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239S: Maintained
2240
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002241PCI ERROR RECOVERY
2242P: Linas Vepstas
2243M: linas@austin.ibm.com
2244L: linux-kernel@vger.kernel.org
2245L: linux-pci@atrey.karlin.mff.cuni.cz
2246S: Supported
2247
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2249P: Thomas Sailer
2250M: sailer@ife.ee.ethz.ch
2251L: linux-sound@vger.kernel.org
2252W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2253S: Maintained
2254
2255PCI SUBSYSTEM
2256P: Greg Kroah-Hartman
2257M: gregkh@suse.de
2258L: linux-kernel@vger.kernel.org
2259L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002260T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261S: Supported
2262
2263PCI HOTPLUG CORE
2264P: Greg Kroah-Hartman
2265M: gregkh@suse.de
2266S: Supported
2267
2268PCI HOTPLUG COMPAQ DRIVER
2269P: Greg Kroah-Hartman
2270M: greg@kroah.com
2271S: Maintained
2272
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002273PCIE HOTPLUG DRIVER
2274P: Kristen Carlson Accardi
2275M: kristen.c.accardi@intel.com
2276L: pcihpd-discuss@lists.sourceforge.net
2277S: Maintained
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002280P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002281L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002283T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002284S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285
2286PCNET32 NETWORK DRIVER
2287P: Thomas Bogendörfer
2288M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002289L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290S: Maintained
2291
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002292PER-TASK DELAY ACCOUNTING
2293P: Shailabh Nagar
2294M: nagar@watson.ibm.com
2295L: linux-kernel@vger.kernel.org
2296S: Maintained
2297
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002298PERSONALITY HANDLING
2299P: Christoph Hellwig
2300M: hch@infradead.org
2301L: linux-abi-devel@lists.sourceforge.net
2302S: Maintained
2303
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304PHRAM MTD DRIVER
2305P: Jörn Engel
2306M: joern@wh.fh-wedel.de
2307L: linux-mtd@lists.infradead.org
2308S: Maintained
2309
Peter Osterlund249a6772005-09-27 21:45:30 -07002310PKTCDVD DRIVER
2311P: Peter Osterlund
2312M: petero2@telia.com
2313L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002314S: Maintained
2315
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316POSIX CLOCKS and TIMERS
2317P: George Anzinger
2318M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002319L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320S: Supported
2321
Eugene Surovegin24682972005-10-14 03:00:53 -07002322POWERPC 4xx EMAC DRIVER
2323P: Eugene Surovegin
2324M: ebs@ebshome.net
2325W: http://kernel.ebshome.net/emac/
2326L: linuxppc-embedded@ozlabs.org
2327L: netdev@vger.kernel.org
2328S: Maintained
2329
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330PNP SUPPORT
2331P: Adam Belay
2332M: ambx1@neo.rr.com
2333S: Maintained
2334
2335PPP PROTOCOL DRIVERS AND COMPRESSORS
2336P: Paul Mackerras
2337M: paulus@samba.org
2338L: linux-ppp@vger.kernel.org
2339S: Maintained
2340
2341PPP OVER ATM (RFC 2364)
2342P: Mitchell Blank Jr
2343M: mitch@sfgoth.com
2344S: Maintained
2345
2346PPP OVER ETHERNET
2347P: Michal Ostrowski
2348M: mostrows@speakeasy.net
2349S: Maintained
2350
2351PREEMPTIBLE KERNEL
2352P: Robert Love
2353M: rml@tech9.net
2354L: linux-kernel@vger.kernel.org
2355L: kpreempt-tech@lists.sourceforge.net
2356W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2357S: Supported
2358
2359PRISM54 WIRELESS DRIVER
2360P: Prism54 Development Team
2361M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002362L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363W: http://prism54.org
2364S: Maintained
2365
2366PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2367P: Peter Denison
2368M: promise@pnd-pc.demon.co.uk
2369W: http://www.pnd-pc.demon.co.uk/promise/
2370S: Maintained
2371
Michael Krufky83202042006-07-03 00:24:18 -07002372PVRUSB2 VIDEO4LINUX DRIVER
2373P: Mike Isely
2374M: isely@pobox.com
2375L: pvrusb2@isely.net
2376L: video4linux-list@redhat.com
2377W: http://www.isely.net/pvrusb2/
2378S: Maintained
2379
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380PXA2xx SUPPORT
2381P: Nicolas Pitre
2382M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002383L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384S: Maintained
2385
2386QLOGIC QLA2XXX FC-SCSI DRIVER
2387P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002388M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389L: linux-scsi@vger.kernel.org
2390S: Supported
2391
2392QNX4 FILESYSTEM
2393P: Anders Larsen
2394M: al@alarsen.net
2395L: linux-kernel@vger.kernel.org
2396W: http://www.alarsen.net/linux/qnx4fs/
2397S: Maintained
2398
2399RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002400P: Benjamin Herrenschmidt
2401M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402L: linux-fbdev-devel@lists.sourceforge.net
2403S: Maintained
2404
2405RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002406P: Paul Mackerras
2407M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408L: linux-fbdev-devel@lists.sourceforge.net
2409S: Maintained
2410
2411RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2412P: Corey Thomas
2413M: corey@world.std.com
2414L: linux-kernel@vger.kernel.org
2415S: Maintained
2416
Matt Mackall9e95ce22005-04-16 15:25:56 -07002417RANDOM NUMBER DRIVER
2418P: Matt Mackall
2419M: mpm@selenic.com
2420S: Maintained
2421
Matt Porter394b7012005-11-07 01:00:15 -08002422RAPIDIO SUBSYSTEM
2423P: Matt Porter
2424M: mporter@kernel.crashing.org
2425L: linux-kernel@vger.kernel.org
2426S: Maintained
2427
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428REAL TIME CLOCK DRIVER
2429P: Paul Gortmaker
2430M: p_gortmaker@yahoo.com
2431L: linux-kernel@vger.kernel.org
2432S: Maintained
2433
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002434REAL TIME CLOCK (RTC) SUBSYSTEM
2435P: Alessandro Zummo
2436M: a.zummo@towertech.it
2437L: linux-kernel@vger.kernel.org
2438S: Maintained
2439
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440REISERFS FILE SYSTEM
2441P: Hans Reiser
2442M: reiserfs-dev@namesys.com
2443L: reiserfs-list@namesys.com
2444W: http://www.namesys.com
2445S: Supported
2446
2447ROCKETPORT DRIVER
2448P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449W: http://www.comtrol.com
2450S: Maintained
2451
2452ROSE NETWORK LAYER
2453P: Ralf Baechle
2454M: ralf@linux-mips.org
2455L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002456W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457S: Maintained
2458
2459RISCOM8 DRIVER
2460S: Orphan
2461
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002462S3 SAVAGE FRAMEBUFFER DRIVER
2463P: Antonino Daplas
2464M: adaplas@pol.net
2465L: linux-fbdev-devel@lists.sourceforge.net
2466S: Maintained
2467
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468S390
2469P: Martin Schwidefsky
2470M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002471P: Heiko Carstens
2472M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473M: linux390@de.ibm.com
2474L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002475W: http://www.ibm.com/developerworks/linux/linux390/
2476S: Supported
2477
2478S390 NETWORK DRIVERS
2479P: Frank Pavlic
2480M: fpavlic@de.ibm.com
2481M: linux390@de.ibm.com
2482L: linux-390@vm.marist.edu
2483W: http://www.ibm.com/developerworks/linux/linux390/
2484S: Supported
2485
2486S390 ZFCP DRIVER
2487P: Andreas Herrmann
2488M: aherrman@de.ibm.com
2489M: linux390@de.ibm.com
2490L: linux-390@vm.marist.edu
2491W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492S: Supported
2493
2494SAA7146 VIDEO4LINUX-2 DRIVER
2495P: Michael Hunold
2496M: michael@mihu.de
2497W: http://www.mihu.de/linux/saa7146
2498S: Maintained
2499
2500SBPCD CDROM DRIVER
2501P: Eberhard Moenkeberg
2502M: emoenke@gwdg.de
2503L: linux-kernel@vger.kernel.org
2504S: Maintained
2505
2506SC1200 WDT DRIVER
2507P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002508M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509S: Maintained
2510
2511SCHEDULER
2512P: Ingo Molnar
2513M: mingo@elte.hu
2514P: Robert Love [the preemptible kernel bits]
2515M: rml@tech9.net
2516L: linux-kernel@vger.kernel.org
2517S: Maintained
2518
2519SCSI CDROM DRIVER
2520P: Jens Axboe
2521M: axboe@suse.de
2522L: linux-scsi@vger.kernel.org
2523W: http://www.kernel.dk
2524S: Maintained
2525
2526SCSI SG DRIVER
2527P: Doug Gilbert
2528M: dgilbert@interlog.com
2529L: linux-scsi@vger.kernel.org
2530W: http://www.torque.net/sg
2531S: Maintained
2532
2533SCSI SUBSYSTEM
2534P: James E.J. Bottomley
2535M: James.Bottomley@SteelEye.com
2536L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002537T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538S: Maintained
2539
2540SCSI TAPE DRIVER
2541P: Kai Mäkisara
2542M: Kai.Makisara@kolumbus.fi
2543L: linux-scsi@vger.kernel.org
2544S: Maintained
2545
2546SCTP PROTOCOL
2547P: Sridhar Samudrala
2548M: sri@us.ibm.com
2549L: lksctp-developers@lists.sourceforge.net
2550S: Supported
2551
2552SCx200 CPU SUPPORT
2553P: Christer Weinigel
2554M: christer@weinigel.se
2555W: http://www.weinigel.se
2556S: Supported
2557
2558SECURITY CONTACT
2559P: Security Officers
2560M: security@kernel.org
2561S: Supported
2562
2563SELINUX SECURITY MODULE
2564P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002565M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002567M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568L: linux-kernel@vger.kernel.org (kernel issues)
2569L: selinux@tycho.nsa.gov (general discussion)
2570W: http://www.nsa.gov/selinux
2571S: Supported
2572
2573SERIAL ATA (SATA) SUBSYSTEM:
2574P: Jeff Garzik
2575M: jgarzik@pobox.com
2576L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002577T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578S: Supported
2579
2580SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2581P: Pat Gefre
2582M: pfg@sgi.com
2583L: linux-ia64@vger.kernel.org
2584S: Supported
2585
2586SGI VISUAL WORKSTATION 320 AND 540
2587P: Andrey Panin
2588M: pazke@donpac.ru
2589L: linux-visws-devel@lists.sf.net
2590W: http://linux-visws.sf.net
2591S: Maintained for 2.6.
2592
2593SIMTEC EB110ATX (Chalice CATS)
2594P: Ben Dooks
2595P: Vincent Sanders
2596M: support@simtec.co.uk
2597W: http://www.simtec.co.uk/products/EB110ATX/
2598S: Supported
2599
2600SIMTEC EB2410ITX (BAST)
2601P: Ben Dooks
2602P: Vincent Sanders
2603M: support@simtec.co.uk
2604W: http://www.simtec.co.uk/products/EB2410ITX/
2605S: Supported
2606
Francois Romieu92aab3c2005-07-30 13:11:18 +02002607SIS 190 ETHERNET DRIVER
2608P: Francois Romieu
2609M: romieu@fr.zoreil.com
2610L: netdev@vger.kernel.org
2611S: Maintained
2612
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613SIS 5513 IDE CONTROLLER DRIVER
2614P: Lionel Bouton
2615M: Lionel.Bouton@inet6.fr
2616W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2617W: http://gyver.homeip.net/sis5513/index.html
2618S: Maintained
2619
2620SIS 900/7016 FAST ETHERNET DRIVER
2621P: Daniele Venzano
2622M: venza@brownhat.org
2623W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002624L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625S: Maintained
2626
2627SIS FRAMEBUFFER DRIVER
2628P: Thomas Winischhofer
2629M: thomas@winischhofer.net
2630W: http://www.winischhofer.net/linuxsisvga.shtml
2631S: Maintained
2632
2633SIS USB2VGA DRIVER
2634P: Thomas Winischhofer
2635M: thomas@winischhofer.net
2636W: http://www.winischhofer.at/linuxsisusbvga.shtml
2637S: Maintained
2638
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639SMC91x ETHERNET DRIVER
2640P: Nicolas Pitre
2641M: nico@cam.org
2642S: Maintained
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644SOFTWARE RAID (Multiple Disks) SUPPORT
2645P: Ingo Molnar
2646M: mingo@redhat.com
2647P: Neil Brown
2648M: neilb@cse.unsw.edu.au
2649L: linux-raid@vger.kernel.org
2650S: Maintained
2651
2652SOFTWARE SUSPEND:
2653P: Pavel Machek
2654M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002655L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656S: Maintained
2657
2658SONIC NETWORK DRIVER
2659P: Thomas Bogendoerfer
2660M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002661L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662S: Maintained
2663
2664SONY VAIO CONTROL DEVICE DRIVER
2665P: Stelian Pop
2666M: stelian@popies.net
2667W: http://popies.net/sonypi/
2668S: Maintained
2669
2670SOUND
2671P: Jaroslav Kysela
2672M: perex@suse.cz
2673L: alsa-devel@alsa-project.org
2674S: Maintained
2675
Kumar Gala025c3982006-04-02 16:05:54 -05002676SPI SUBSYSTEM
2677P: David Brownell
2678M: dbrownell@users.sourceforge.net
2679L: spi-devel-general@lists.sourceforge.net
2680S: Maintained
2681
Steven Rostedt855f46a2006-08-05 12:14:50 -07002682STABLE BRANCH:
2683P: Greg Kroah-Hartman
2684M: greg@kroah.com
2685P: Chris Wright
2686M: chrisw@sous-sol.org
2687L: stable@kernel.org
2688S: Maintained
2689
Steven Rostedt4ca8a3c2006-08-03 12:28:11 -04002690STABLE BRANCH:
2691P: Greg Kroah-Hartman
2692M: greg@kroah.com
2693P: Chris Wright
2694M: chrisw@sous-sol.org
2695L: stable@kernel.org
2696S: Maintained
2697
Kylene Hall1c72d462005-05-01 08:59:13 -07002698TPM DEVICE DRIVER
2699P: Kylene Hall
2700M: kjhall@us.ibm.com
2701W: http://tpmdd.sourceforge.net
2702L: tpmdd-devel@lists.sourceforge.net
2703S: Maintained
2704
Mark Gross1a80ba82005-10-30 15:02:55 -08002705Telecom Clock Driver for MCPL0010
2706P: Mark Gross
2707M: mark.gross@intel.com
2708S: Supported
2709
Chris Zankel48b415c2005-06-23 22:01:07 -07002710TENSILICA XTENSA PORT (xtensa):
2711P: Chris Zankel
2712M: chris@zankel.net
2713S: Maintained
2714
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715UltraSPARC (sparc64):
2716P: David S. Miller
2717M: davem@davemloft.net
2718P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002719M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720P: Jakub Jelinek
2721M: jj@sunsite.ms.mff.cuni.cz
2722P: Anton Blanchard
2723M: anton@samba.org
2724L: sparclinux@vger.kernel.org
2725L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002726T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727S: Maintained
2728
2729SHARP LH SUPPORT (LH7952X & LH7A40X)
2730P: Marc Singer
2731M: elf@buici.com
2732W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002733L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734S: Maintained
2735
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002736SHPC HOTPLUG DRIVER
2737P: Kristen Carlson Accardi
2738M: kristen.c.accardi@intel.com
2739L: pcihpd-discuss@lists.sourceforge.net
2740S: Maintained
2741
Pierre Ossmand129bce2006-03-24 03:18:17 -08002742SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2743P: Pierre Ossman
2744M: drzeus-sdhci@drzeus.cx
2745L: sdhci-devel@list.drzeus.cx
2746W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2747S: Maintained
2748
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002749SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2750P: Stephen Hemminger
2751M: shemminger@osdl.org
2752L: netdev@vger.kernel.org
2753S: Maintained
2754
Chris Boot1a87d942006-07-10 04:45:34 -07002755SOEKRIS NET48XX LED SUPPORT
2756P: Chris Boot
2757M: bootc@bootc.net
2758S: Maintained
2759
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760SPARC (sparc32):
2761P: William L. Irwin
2762M: wli@holomorphy.com
2763L: sparclinux@vger.kernel.org
2764S: Maintained
2765
2766SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2767P: Roger Wolff
2768M: R.E.Wolff@BitWizard.nl
2769L: linux-kernel@vger.kernel.org ?
2770S: Supported
2771
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772SRM (Alpha) environment access
2773P: Jan-Benedict Glaw
2774M: jbglaw@lug-owl.de
2775L: linux-kernel@vger.kernel.org
2776S: Maintained
2777
2778STARFIRE/DURALAN NETWORK DRIVER
2779P: Ion Badulescu
2780M: ionut@cs.columbia.edu
2781S: Maintained
2782
2783STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2784W: http://mosquitonet.Stanford.EDU/strip.html
2785S: Unsupported ?
2786
2787STRADIS MPEG-2 DECODER DRIVER
2788P: Nathan Laredo
2789M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790W: http://www.stradis.com/
2791S: Maintained
2792
2793SUPERH (sh)
2794P: Paul Mundt
2795M: lethal@linux-sh.org
2796P: Kazumoto Kojima
2797M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002798L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799W: http://www.linux-sh.org
2800W: http://www.m17n.org/linux-sh/
2801W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2802S: Maintained
2803
2804SUPERH64 (sh64)
2805P: Paul Mundt
2806M: lethal@linux-sh.org
2807P: Richard Curnow
2808M: rc@rc0.org.uk
2809L: linuxsh-shmedia-dev@lists.sourceforge.net
2810W: http://www.linux-sh.org
2811W: http://www.rc0.org.uk/sh64
2812S: Maintained
2813
2814SUN3/3X
2815P: Sam Creasey
2816M: sammy@sammy.net
2817L: sun3-list@redhat.com
2818W: http://sammy.net/sun3/
2819S: Maintained
2820
2821SVGA HANDLING
2822P: Martin Mares
2823M: mj@ucw.cz
2824L: linux-video@atrey.karlin.mff.cuni.cz
2825S: Maintained
2826
2827SYSV FILESYSTEM
2828P: Christoph Hellwig
2829M: hch@infradead.org
2830S: Maintained
2831
Stephen Hemminger781b456a2006-07-10 20:25:29 -07002832TC CLASSIFIER
2833P: Jamal Hadi Salim
2834M: hadi@cyberus.ca
2835L: netdev@vger.kernel.org
2836S: Maintained
2837
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002838TCP LOW PRIORITY MODULE
2839P: Wong Hoi Sing, Edison
2840M: hswong3i@gmail.com
2841P: Hung Hing Lun, Mike
2842M: hlhung3i@gmail.com
2843W: http://tcp-lp-mod.sourceforge.net/
2844S: Maintained
2845
Michael Buesch844dd052006-06-26 00:24:59 -07002846TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2847P: Deepak Saxena
2848M: dsaxena@plexity.net
2849S: Maintained
2850
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002851TASKSTATS STATISTICS INTERFACE
2852P: Shailabh Nagar
2853M: nagar@watson.ibm.com
2854L: linux-kernel@vger.kernel.org
2855S: Maintained
2856
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857TI PARALLEL LINK CABLE DRIVER
2858P: Romain Lievin
2859M: roms@lpg.ticalc.org
2860S: Maintained
2861
Per Lidene86eaa32006-01-12 16:45:18 +01002862TIPC NETWORK LAYER
2863P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002864M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002865P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002866M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002867P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002868M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002869L: tipc-discussion@lists.sourceforge.net
2870W: http://tipc.sourceforge.net/
2871W: http://tipc.cslab.ericsson.net/
2872T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2873S: Maintained
2874
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875TLAN NETWORK DRIVER
2876P: Samuel Chessman
2877M: chessman@tux.org
2878L: tlan-devel@lists.sourceforge.net
2879W: http://sourceforge.net/projects/tlan/
2880S: Maintained
2881
2882TOKEN-RING NETWORK DRIVER
2883P: Mike Phillips
2884M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002885L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886L: linux-tr@linuxtr.net
2887W: http://www.linuxtr.net
2888S: Maintained
2889
2890TOSHIBA ACPI EXTRAS DRIVER
2891P: John Belmonte
2892M: toshiba_acpi@memebeam.org
2893W: http://memebeam.org/toys/ToshibaAcpiDriver
2894S: Maintained
2895
2896TOSHIBA SMM DRIVER
2897P: Jonathan Buzzard
2898M: jonathan@buzzard.org.uk
2899L: tlinux-users@tce.toshiba-dme.co.jp
2900W: http://www.buzzard.org.uk/toshiba/
2901S: Maintained
2902
2903TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2904P: Muli Ben-Yehuda
2905M: mulix@mulix.org
2906L: linux-kernel@vger.kernel.org
2907S: Maintained
2908
2909TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002910P: Adrian Bunk
2911M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002913W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002914T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915S: Maintained
2916
2917TMS380 TOKEN-RING NETWORK DRIVER
2918P: Adam Fritzler
2919M: mid@auk.cx
2920L: linux-tr@linuxtr.net
2921W: http://www.auk.cx/tms380tr/
2922S: Maintained
2923
2924TULIP NETWORK DRIVER
2925P: Jeff Garzik
2926M: jgarzik@pobox.com
2927L: tulip-users@lists.sourceforge.net
2928W: http://sourceforge.net/projects/tulip/
2929S: Maintained
2930
2931TUN/TAP driver
2932P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002933M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934L: vtun@office.satix.net
2935W: http://vtun.sourceforge.net/tun
2936S: Maintained
2937
2938U14-34F SCSI DRIVER
2939P: Dario Ballabio
2940M: ballabio_dario@emc.com
2941L: linux-scsi@vger.kernel.org
2942S: Maintained
2943
2944UDF FILESYSTEM
2945P: Ben Fennema
2946M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947W: http://linux-udf.sourceforge.net
2948S: Maintained
2949
2950UNIFORM CDROM DRIVER
2951P: Jens Axboe
2952M: axboe@suse.de
2953L: linux-kernel@vger.kernel.org
2954W: http://www.kernel.dk
2955S: Maintained
2956
2957USB ACM DRIVER
2958P: Oliver Neukum
2959M: oliver@neukum.name
2960L: linux-usb-users@lists.sourceforge.net
2961L: linux-usb-devel@lists.sourceforge.net
2962S: Maintained
2963
2964USB BLOCK DRIVER (UB ub)
2965P: Pete Zaitcev
2966M: zaitcev@redhat.com
2967L: linux-kernel@vger.kernel.org
2968L: linux-usb-devel@lists.sourceforge.net
2969S: Supported
2970
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971USB CDC ETHERNET DRIVER
2972P: Greg Kroah-Hartman
2973M: greg@kroah.com
2974L: linux-usb-users@lists.sourceforge.net
2975L: linux-usb-devel@lists.sourceforge.net
2976S: Maintained
2977W: http://www.kroah.com/linux-usb/
2978
2979USB EHCI DRIVER
2980P: David Brownell
2981M: dbrownell@users.sourceforge.net
2982L: linux-usb-devel@lists.sourceforge.net
2983S: Maintained
2984
Luca Risolia7ce08c92006-01-11 02:06:59 +00002985USB ET61X[12]51 DRIVER
2986P: Luca Risolia
2987M: luca.risolia@studio.unibo.it
2988L: linux-usb-devel@lists.sourceforge.net
2989L: video4linux-list@redhat.com
2990W: http://www.linux-projects.org
2991S: Maintained
2992
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993USB HID/HIDBP DRIVERS
2994P: Vojtech Pavlik
2995M: vojtech@suse.cz
2996L: linux-usb-users@lists.sourceforge.net
2997L: linux-usb-devel@lists.sourceforge.net
2998S: Maintained
2999
3000USB HUB DRIVER
3001P: Johannes Erdfelt
3002M: johannes@erdfelt.com
3003L: linux-usb-users@lists.sourceforge.net
3004L: linux-usb-devel@lists.sourceforge.net
3005S: Maintained
3006
Olav Kongas959eea22005-11-03 17:38:14 +02003007USB ISP116X DRIVER
3008P: Olav Kongas
3009M: ok@artecdesign.ee
3010L: linux-usb-devel@lists.sourceforge.net
3011S: Maintained
3012
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013USB KAWASAKI LSI DRIVER
3014P: Oliver Neukum
3015M: oliver@neukum.name
3016L: linux-usb-users@lists.sourceforge.net
3017L: linux-usb-devel@lists.sourceforge.net
3018S: Maintained
3019
3020USB MASS STORAGE DRIVER
3021P: Matthew Dharm
3022M: mdharm-usb@one-eyed-alien.net
3023L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003024L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025S: Maintained
3026W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3027
3028USB OHCI DRIVER
3029P: Roman Weissgaerber
3030M: weissg@vienna.at
3031L: linux-usb-users@lists.sourceforge.net
3032L: linux-usb-devel@lists.sourceforge.net
3033S: Maintained
3034
Matthias Urlichsba460e42005-07-14 00:33:47 -07003035USB OPTION-CARD DRIVER
3036P: Matthias Urlichs
3037M: smurf@smurf.noris.de
3038L: linux-usb-devel@lists.sourceforge.net
3039S: Maintained
3040
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041USB OV511 DRIVER
3042P: Mark McClelland
3043M: mmcclell@bigfoot.com
3044L: linux-usb-users@lists.sourceforge.net
3045L: linux-usb-devel@lists.sourceforge.net
3046W: http://alpha.dyndns.org/ov511/
3047S: Maintained
3048
3049USB PEGASUS DRIVER
3050P: Petko Manolov
3051M: petkan@users.sourceforge.net
3052L: linux-usb-users@lists.sourceforge.net
3053L: linux-usb-devel@lists.sourceforge.net
3054W: http://pegasus2.sourceforge.net/
3055S: Maintained
3056
3057USB PRINTER DRIVER
3058P: Vojtech Pavlik
3059M: vojtech@suse.cz
3060L: linux-usb-users@lists.sourceforge.net
3061L: linux-usb-devel@lists.sourceforge.net
3062S: Maintained
3063
3064USB RTL8150 DRIVER
3065P: Petko Manolov
3066M: petkan@users.sourceforge.net
3067L: linux-usb-users@lists.sourceforge.net
3068L: linux-usb-devel@lists.sourceforge.net
3069W: http://pegasus2.sourceforge.net/
3070S: Maintained
3071
3072USB SE401 DRIVER
3073P: Jeroen Vreeken
3074M: pe1rxq@amsat.org
3075L: linux-usb-users@lists.sourceforge.net
3076L: linux-usb-devel@lists.sourceforge.net
3077W: http://www.chello.nl/~j.vreeken/se401/
3078S: Maintained
3079
3080USB SERIAL CYBERJACK DRIVER
3081P: Matthias Bruestle and Harald Welte
3082M: support@reiner-sct.com
3083W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3084S: Maintained
3085
3086USB SERIAL DIGI ACCELEPORT DRIVER
3087P: Peter Berger and Al Borchers
3088M: pberger@brimson.com
3089M: alborchers@steinerpoint.com
3090L: linux-usb-users@lists.sourceforge.net
3091L: linux-usb-devel@lists.sourceforge.net
3092S: Maintained
3093
3094USB SERIAL DRIVER
3095P: Greg Kroah-Hartman
3096M: gregkh@suse.de
3097L: linux-usb-users@lists.sourceforge.net
3098L: linux-usb-devel@lists.sourceforge.net
3099S: Supported
3100
3101USB SERIAL BELKIN F5U103 DRIVER
3102P: William Greathouse
3103M: wgreathouse@smva.com
3104L: linux-usb-users@lists.sourceforge.net
3105L: linux-usb-devel@lists.sourceforge.net
3106S: Maintained
3107
3108USB SERIAL CYPRESS M8 DRIVER
3109P: Lonnie Mendez
3110M: dignome@gmail.com
3111L: linux-usb-users@lists.sourceforge.net
3112L: linux-usb-devel@lists.sourceforge.net
3113S: Maintained
3114W: http://geocities.com/i0xox0i
3115W: http://firstlight.net/cvs
3116
3117USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3118L: linux-usb-users@lists.sourceforge.net
3119L: linux-usb-devel@lists.sourceforge.net
3120S: Maintained
3121
3122USB AUERSWALD DRIVER
3123P: Wolfgang Muees
3124M: wolfgang@iksw-muees.de
3125L: linux-usb-users@lists.sourceforge.net
3126L: linux-usb-devel@lists.sourceforge.net
3127S: Maintained
3128
3129USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3130P: Gary Brubaker
3131M: xavyer@ix.netcom.com
3132L: linux-usb-users@lists.sourceforge.net
3133L: linux-usb-devel@lists.sourceforge.net
3134S: Maintained
3135
3136USB SERIAL KEYSPAN DRIVER
3137P: Greg Kroah-Hartman
3138M: greg@kroah.com
3139L: linux-usb-users@lists.sourceforge.net
3140L: linux-usb-devel@lists.sourceforge.net
3141W: http://www.kroah.com/linux/
3142S: Maintained
3143
3144USB SERIAL WHITEHEAT DRIVER
3145P: Stuart MacDonald
3146M: stuartm@connecttech.com
3147L: linux-usb-users@lists.sourceforge.net
3148L: linux-usb-devel@lists.sourceforge.net
3149W: http://www.connecttech.com
3150S: Supported
3151
3152USB SN9C10x DRIVER
3153P: Luca Risolia
3154M: luca.risolia@studio.unibo.it
3155L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003156L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157W: http://www.linux-projects.org
3158S: Maintained
3159
3160USB SUBSYSTEM
3161P: Greg Kroah-Hartman
3162M: gregkh@suse.de
3163L: linux-usb-users@lists.sourceforge.net
3164L: linux-usb-devel@lists.sourceforge.net
3165W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003166T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167S: Supported
3168
3169USB UHCI DRIVER
3170P: Alan Stern
3171M: stern@rowland.harvard.edu
3172L: linux-usb-users@lists.sourceforge.net
3173L: linux-usb-devel@lists.sourceforge.net
3174S: Maintained
3175
3176USB "USBNET" DRIVER
3177P: David Brownell
3178M: dbrownell@users.sourceforge.net
3179L: linux-usb-devel@lists.sourceforge.net
3180S: Maintained
3181
3182USB W996[87]CF DRIVER
3183P: Luca Risolia
3184M: luca.risolia@studio.unibo.it
3185L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003186L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187W: http://www.linux-projects.org
3188S: Maintained
3189
Luca Risolia60f78052006-02-06 16:29:35 +00003190USB ZC0301 DRIVER
3191P: Luca Risolia
3192M: luca.risolia@studio.unibo.it
3193L: linux-usb-devel@lists.sourceforge.net
3194L: video4linux-list@redhat.com
3195W: http://www.linux-projects.org
3196S: Maintained
3197
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198USB ZD1201 DRIVER
3199P: Jeroen Vreeken
3200M: pe1rxq@amsat.org
3201L: linux-usb-users@lists.sourceforge.net
3202L: linux-usb-devel@lists.sourceforge.net
3203W: http://linux-lc100020.sourceforge.net
3204S: Maintained
3205
3206USER-MODE LINUX
3207P: Jeff Dike
3208M: jdike@karaya.com
3209L: user-mode-linux-devel@lists.sourceforge.net
3210L: user-mode-linux-user@lists.sourceforge.net
3211W: http://user-mode-linux.sourceforge.net
3212S: Maintained
3213
3214FAT/VFAT/MSDOS FILESYSTEM:
3215P: OGAWA Hirofumi
3216M: hirofumi@mail.parknet.co.jp
3217L: linux-kernel@vger.kernel.org
3218S: Maintained
3219
3220VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3221P: Jeff Garzik
3222S: Odd fixes
3223
3224VIA RHINE NETWORK DRIVER
3225P: Roger Luethi
3226M: rl@hellgate.ch
3227S: Maintained
3228
Jean Delvare32c0a522005-09-22 21:47:58 +02003229VIAPRO SMBUS DRIVER
3230P: Jean Delvare
3231M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003232L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003233S: Maintained
3234
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235UCLINUX (AND M68KNOMMU)
3236P: Greg Ungerer
3237M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003239L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240S: Maintained
3241
3242UCLINUX FOR NEC V850
3243P: Miles Bader
3244M: uclinux-v850@lsi.nec.co.jp
3245W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3246W: http://www.ee.nec.de/uclinux/
3247S: Supported
3248
3249UCLINUX FOR RENESAS H8/300
3250P: Yoshinori Sato
3251M: ysato@users.sourceforge.jp
3252W: http://uclinux-h8.sourceforge.jp/
3253S: Supported
3254
3255USB DIAMOND RIO500 DRIVER
3256P: Cesar Miquel
3257M: miquel@df.uba.ar
3258L: rio500-users@lists.sourceforge.net
3259W: http://rio500.sourceforge.net
3260S: Maintained
3261
3262VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003263P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003264M: mchehab@infradead.org
3265M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003267W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003268T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003269S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270
Roger Lucas1de9e372005-11-26 20:20:05 +01003271VT8231 HARDWARE MONITOR DRIVER
3272P: Roger Lucas
3273M: roger@planbit.co.uk
3274L: lm-sensors@lm-sensors.org
3275S: Maintained
3276
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277W1 DALLAS'S 1-WIRE BUS
3278P: Evgeniy Polyakov
3279M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280S: Maintained
3281
Charles Spirakis13927072006-07-05 18:05:15 +02003282W83791D HARDWARE MONITORING DRIVER
3283P: Charles Spirakis
3284M: bezaur@gmail.com
3285L: lm-sensors@lm-sensors.org
3286S: Maintained
3287
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288W83L51xD SD/MMC CARD INTERFACE DRIVER
3289P: Pierre Ossman
3290M: drzeus-wbsd@drzeus.cx
3291L: wbsd-devel@list.drzeus.cx
3292W: http://projects.drzeus.cx/wbsd
3293S: Maintained
3294
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003295WATCHDOG DEVICE DRIVERS
3296P: Wim Van Sebroeck
3297M: wim@iguana.be
3298T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3299S: Maintained
3300
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3302P: Jean Tourrilhes
3303M: jt@hpl.hp.com
3304W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3305S: Maintained
3306
3307WD7000 SCSI DRIVER
3308P: Miroslav Zagorac
3309M: zaga@fly.cc.fer.hr
3310L: linux-scsi@vger.kernel.org
3311S: Maintained
3312
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003313WISTRON LAPTOP BUTTON DRIVER
3314P: Miloslav Trmac
3315M: mitr@volny.cz
3316S: Maintained
3317
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318WL3501 WIRELESS PCMCIA CARD DRIVER
3319P: Arnaldo Carvalho de Melo
3320M: acme@conectiva.com.br
3321W: http://advogato.org/person/acme
3322S: Maintained
3323
3324X.25 NETWORK LAYER
3325P: Henner Eisen
3326M: eis@baty.hanse.de
3327L: linux-x25@vger.kernel.org
3328S: Maintained
3329
3330XFS FILESYSTEM
3331P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003332P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003334L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003336T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337S: Supported
3338
3339X86 3-LEVEL PAGING (PAE) SUPPORT
3340P: Ingo Molnar
3341M: mingo@redhat.com
3342S: Maintained
3343
3344X86-64 port
3345P: Andi Kleen
3346M: ak@suse.de
3347L: discuss@x86-64.org
3348W: http://www.x86-64.org
3349S: Maintained
3350
3351YAM DRIVER FOR AX.25
3352P: Jean-Paul Roubelat
3353M: jpr@f6fbb.org
3354L: linux-hams@vger.kernel.org
3355S: Maintained
3356
Henkaf64a5e2005-10-12 15:02:56 +02003357YEALINK PHONE DRIVER
3358P: Henk Vergonet
3359M: Henk.Vergonet@gmail.com
3360L: usbb2k-api-dev@nongnu.org
3361S: Maintained
3362
Linus Torvalds1da177e2005-04-16 15:20:36 -07003363YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3364P: Pete Zaitcev
3365M: zaitcev@yahoo.com
3366L: linux-kernel@vger.kernel.org
3367S: Obsolete
3368
3369Z8530 DRIVER FOR AX.25
3370P: Joerg Reuter
3371M: jreuter@yaina.de
3372W: http://yaina.de/jreuter/
3373W: http://www.qsl.net/dl1bke/
3374L: linux-hams@vger.kernel.org
3375S: Maintained
3376
3377ZF MACHZ WATCHDOG
3378P: Fernando Fuganti
3379M: fuganti@netbank.com.br
3380W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3381S: Maintained
3382
3383ZR36067 VIDEO FOR LINUX DRIVER
3384P: Ronald Bultje
3385M: rbultje@ronald.bitfreak.net
3386L: mjpeg-users@lists.sourceforge.net
3387W: http://mjpeg.sourceforge.net/driver-zoran/
3388S: Maintained
3389
3390ZR36120 VIDEO FOR LINUX DRIVER
3391P: Pauline Middelink
3392M: middelin@polyware.nl
3393W: http://www.polyware.nl/~middelin/En/hobbies.html
3394W: http://www.polyware.nl/~middelin/hobbies.html
3395S: Maintained
3396
3397THE REST
3398P: Linus Torvalds
3399S: Buried alive in reporters