blob: 16af51ba44a53113d8d7bc0c6b7a3f88700592a5 [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 Bueschfb67a0f2006-08-16 00:39:36 +0200460BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
461P: Larry Finger
462M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200463P: 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
Ron Mercer5a4faa872006-07-25 00:40:21 -07002392QLOGIC QLA3XXX NETWORK DRIVER
2393P: Ron Mercer
2394M: linux-driver@qlogic.com
2395L: netdev@vger.kernel.org
2396S: Supported
2397
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398QNX4 FILESYSTEM
2399P: Anders Larsen
2400M: al@alarsen.net
2401L: linux-kernel@vger.kernel.org
2402W: http://www.alarsen.net/linux/qnx4fs/
2403S: Maintained
2404
2405RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002406P: Benjamin Herrenschmidt
2407M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408L: linux-fbdev-devel@lists.sourceforge.net
2409S: Maintained
2410
2411RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002412P: Paul Mackerras
2413M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414L: linux-fbdev-devel@lists.sourceforge.net
2415S: Maintained
2416
2417RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2418P: Corey Thomas
2419M: corey@world.std.com
2420L: linux-kernel@vger.kernel.org
2421S: Maintained
2422
Matt Mackall9e95ce22005-04-16 15:25:56 -07002423RANDOM NUMBER DRIVER
2424P: Matt Mackall
2425M: mpm@selenic.com
2426S: Maintained
2427
Matt Porter394b7012005-11-07 01:00:15 -08002428RAPIDIO SUBSYSTEM
2429P: Matt Porter
2430M: mporter@kernel.crashing.org
2431L: linux-kernel@vger.kernel.org
2432S: Maintained
2433
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434REAL TIME CLOCK DRIVER
2435P: Paul Gortmaker
2436M: p_gortmaker@yahoo.com
2437L: linux-kernel@vger.kernel.org
2438S: Maintained
2439
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002440REAL TIME CLOCK (RTC) SUBSYSTEM
2441P: Alessandro Zummo
2442M: a.zummo@towertech.it
2443L: linux-kernel@vger.kernel.org
2444S: Maintained
2445
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446REISERFS FILE SYSTEM
2447P: Hans Reiser
2448M: reiserfs-dev@namesys.com
2449L: reiserfs-list@namesys.com
2450W: http://www.namesys.com
2451S: Supported
2452
2453ROCKETPORT DRIVER
2454P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455W: http://www.comtrol.com
2456S: Maintained
2457
2458ROSE NETWORK LAYER
2459P: Ralf Baechle
2460M: ralf@linux-mips.org
2461L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002462W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463S: Maintained
2464
2465RISCOM8 DRIVER
2466S: Orphan
2467
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002468S3 SAVAGE FRAMEBUFFER DRIVER
2469P: Antonino Daplas
2470M: adaplas@pol.net
2471L: linux-fbdev-devel@lists.sourceforge.net
2472S: Maintained
2473
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474S390
2475P: Martin Schwidefsky
2476M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002477P: Heiko Carstens
2478M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479M: linux390@de.ibm.com
2480L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002481W: http://www.ibm.com/developerworks/linux/linux390/
2482S: Supported
2483
2484S390 NETWORK DRIVERS
2485P: Frank Pavlic
2486M: fpavlic@de.ibm.com
2487M: linux390@de.ibm.com
2488L: linux-390@vm.marist.edu
2489W: http://www.ibm.com/developerworks/linux/linux390/
2490S: Supported
2491
2492S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002493P: Swen Schillig
2494M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002495M: linux390@de.ibm.com
2496L: linux-390@vm.marist.edu
2497W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498S: Supported
2499
2500SAA7146 VIDEO4LINUX-2 DRIVER
2501P: Michael Hunold
2502M: michael@mihu.de
2503W: http://www.mihu.de/linux/saa7146
2504S: Maintained
2505
2506SBPCD CDROM DRIVER
2507P: Eberhard Moenkeberg
2508M: emoenke@gwdg.de
2509L: linux-kernel@vger.kernel.org
2510S: Maintained
2511
2512SC1200 WDT DRIVER
2513P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002514M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515S: Maintained
2516
2517SCHEDULER
2518P: Ingo Molnar
2519M: mingo@elte.hu
2520P: Robert Love [the preemptible kernel bits]
2521M: rml@tech9.net
2522L: linux-kernel@vger.kernel.org
2523S: Maintained
2524
2525SCSI CDROM DRIVER
2526P: Jens Axboe
2527M: axboe@suse.de
2528L: linux-scsi@vger.kernel.org
2529W: http://www.kernel.dk
2530S: Maintained
2531
2532SCSI SG DRIVER
2533P: Doug Gilbert
2534M: dgilbert@interlog.com
2535L: linux-scsi@vger.kernel.org
2536W: http://www.torque.net/sg
2537S: Maintained
2538
2539SCSI SUBSYSTEM
2540P: James E.J. Bottomley
2541M: James.Bottomley@SteelEye.com
2542L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002543T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544S: Maintained
2545
2546SCSI TAPE DRIVER
2547P: Kai Mäkisara
2548M: Kai.Makisara@kolumbus.fi
2549L: linux-scsi@vger.kernel.org
2550S: Maintained
2551
2552SCTP PROTOCOL
2553P: Sridhar Samudrala
2554M: sri@us.ibm.com
2555L: lksctp-developers@lists.sourceforge.net
2556S: Supported
2557
2558SCx200 CPU SUPPORT
2559P: Christer Weinigel
2560M: christer@weinigel.se
2561W: http://www.weinigel.se
2562S: Supported
2563
2564SECURITY CONTACT
2565P: Security Officers
2566M: security@kernel.org
2567S: Supported
2568
2569SELINUX SECURITY MODULE
2570P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002571M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002573M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574L: linux-kernel@vger.kernel.org (kernel issues)
2575L: selinux@tycho.nsa.gov (general discussion)
2576W: http://www.nsa.gov/selinux
2577S: Supported
2578
2579SERIAL ATA (SATA) SUBSYSTEM:
2580P: Jeff Garzik
2581M: jgarzik@pobox.com
2582L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002583T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584S: Supported
2585
2586SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2587P: Pat Gefre
2588M: pfg@sgi.com
2589L: linux-ia64@vger.kernel.org
2590S: Supported
2591
2592SGI VISUAL WORKSTATION 320 AND 540
2593P: Andrey Panin
2594M: pazke@donpac.ru
2595L: linux-visws-devel@lists.sf.net
2596W: http://linux-visws.sf.net
2597S: Maintained for 2.6.
2598
2599SIMTEC EB110ATX (Chalice CATS)
2600P: Ben Dooks
2601P: Vincent Sanders
2602M: support@simtec.co.uk
2603W: http://www.simtec.co.uk/products/EB110ATX/
2604S: Supported
2605
2606SIMTEC EB2410ITX (BAST)
2607P: Ben Dooks
2608P: Vincent Sanders
2609M: support@simtec.co.uk
2610W: http://www.simtec.co.uk/products/EB2410ITX/
2611S: Supported
2612
Francois Romieu92aab3c2005-07-30 13:11:18 +02002613SIS 190 ETHERNET DRIVER
2614P: Francois Romieu
2615M: romieu@fr.zoreil.com
2616L: netdev@vger.kernel.org
2617S: Maintained
2618
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619SIS 5513 IDE CONTROLLER DRIVER
2620P: Lionel Bouton
2621M: Lionel.Bouton@inet6.fr
2622W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2623W: http://gyver.homeip.net/sis5513/index.html
2624S: Maintained
2625
2626SIS 900/7016 FAST ETHERNET DRIVER
2627P: Daniele Venzano
2628M: venza@brownhat.org
2629W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002630L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631S: Maintained
2632
2633SIS FRAMEBUFFER DRIVER
2634P: Thomas Winischhofer
2635M: thomas@winischhofer.net
2636W: http://www.winischhofer.net/linuxsisvga.shtml
2637S: Maintained
2638
2639SIS USB2VGA DRIVER
2640P: Thomas Winischhofer
2641M: thomas@winischhofer.net
2642W: http://www.winischhofer.at/linuxsisusbvga.shtml
2643S: Maintained
2644
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645SMC91x ETHERNET DRIVER
2646P: Nicolas Pitre
2647M: nico@cam.org
2648S: Maintained
2649
Daniel Drake8f0f8502006-07-18 22:00:25 +01002650SOFTMAC LAYER (IEEE 802.11)
2651P: Johannes Berg
2652M: johannes@sipsolutions.net
2653P: Joe Jezak
2654M: josejx@gentoo.org
2655P: Daniel Drake
2656M: dsd@gentoo.org
2657W: http://softmac.sipsolutions.net/
2658L: softmac-dev@sipsolutions.net
2659L: netdev@vger.kernel.org
2660S: Maintained
2661
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662SOFTWARE RAID (Multiple Disks) SUPPORT
2663P: Ingo Molnar
2664M: mingo@redhat.com
2665P: Neil Brown
2666M: neilb@cse.unsw.edu.au
2667L: linux-raid@vger.kernel.org
2668S: Maintained
2669
2670SOFTWARE SUSPEND:
2671P: Pavel Machek
2672M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002673L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674S: Maintained
2675
2676SONIC NETWORK DRIVER
2677P: Thomas Bogendoerfer
2678M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002679L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680S: Maintained
2681
2682SONY VAIO CONTROL DEVICE DRIVER
2683P: Stelian Pop
2684M: stelian@popies.net
2685W: http://popies.net/sonypi/
2686S: Maintained
2687
2688SOUND
2689P: Jaroslav Kysela
2690M: perex@suse.cz
2691L: alsa-devel@alsa-project.org
2692S: Maintained
2693
Kumar Gala025c3982006-04-02 16:05:54 -05002694SPI SUBSYSTEM
2695P: David Brownell
2696M: dbrownell@users.sourceforge.net
2697L: spi-devel-general@lists.sourceforge.net
2698S: Maintained
2699
Steven Rostedt855f46a2006-08-05 12:14:50 -07002700STABLE BRANCH:
2701P: Greg Kroah-Hartman
2702M: greg@kroah.com
2703P: Chris Wright
2704M: chrisw@sous-sol.org
2705L: stable@kernel.org
2706S: Maintained
2707
Steven Rostedt4ca8a3c2006-08-03 12:28:11 -04002708STABLE BRANCH:
2709P: Greg Kroah-Hartman
2710M: greg@kroah.com
2711P: Chris Wright
2712M: chrisw@sous-sol.org
2713L: stable@kernel.org
2714S: Maintained
2715
Kylene Hall1c72d462005-05-01 08:59:13 -07002716TPM DEVICE DRIVER
2717P: Kylene Hall
2718M: kjhall@us.ibm.com
2719W: http://tpmdd.sourceforge.net
2720L: tpmdd-devel@lists.sourceforge.net
2721S: Maintained
2722
Mark Gross1a80ba82005-10-30 15:02:55 -08002723Telecom Clock Driver for MCPL0010
2724P: Mark Gross
2725M: mark.gross@intel.com
2726S: Supported
2727
Chris Zankel48b415c2005-06-23 22:01:07 -07002728TENSILICA XTENSA PORT (xtensa):
2729P: Chris Zankel
2730M: chris@zankel.net
2731S: Maintained
2732
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733UltraSPARC (sparc64):
2734P: David S. Miller
2735M: davem@davemloft.net
2736P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002737M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738P: Jakub Jelinek
2739M: jj@sunsite.ms.mff.cuni.cz
2740P: Anton Blanchard
2741M: anton@samba.org
2742L: sparclinux@vger.kernel.org
2743L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002744T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745S: Maintained
2746
2747SHARP LH SUPPORT (LH7952X & LH7A40X)
2748P: Marc Singer
2749M: elf@buici.com
2750W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002751L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752S: Maintained
2753
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002754SHPC HOTPLUG DRIVER
2755P: Kristen Carlson Accardi
2756M: kristen.c.accardi@intel.com
2757L: pcihpd-discuss@lists.sourceforge.net
2758S: Maintained
2759
Pierre Ossmand129bce2006-03-24 03:18:17 -08002760SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2761P: Pierre Ossman
2762M: drzeus-sdhci@drzeus.cx
2763L: sdhci-devel@list.drzeus.cx
2764W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2765S: Maintained
2766
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002767SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2768P: Stephen Hemminger
2769M: shemminger@osdl.org
2770L: netdev@vger.kernel.org
2771S: Maintained
2772
Chris Boot1a87d942006-07-10 04:45:34 -07002773SOEKRIS NET48XX LED SUPPORT
2774P: Chris Boot
2775M: bootc@bootc.net
2776S: Maintained
2777
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778SPARC (sparc32):
2779P: William L. Irwin
2780M: wli@holomorphy.com
2781L: sparclinux@vger.kernel.org
2782S: Maintained
2783
2784SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2785P: Roger Wolff
2786M: R.E.Wolff@BitWizard.nl
2787L: linux-kernel@vger.kernel.org ?
2788S: Supported
2789
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790SRM (Alpha) environment access
2791P: Jan-Benedict Glaw
2792M: jbglaw@lug-owl.de
2793L: linux-kernel@vger.kernel.org
2794S: Maintained
2795
2796STARFIRE/DURALAN NETWORK DRIVER
2797P: Ion Badulescu
2798M: ionut@cs.columbia.edu
2799S: Maintained
2800
2801STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2802W: http://mosquitonet.Stanford.EDU/strip.html
2803S: Unsupported ?
2804
2805STRADIS MPEG-2 DECODER DRIVER
2806P: Nathan Laredo
2807M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808W: http://www.stradis.com/
2809S: Maintained
2810
2811SUPERH (sh)
2812P: Paul Mundt
2813M: lethal@linux-sh.org
2814P: Kazumoto Kojima
2815M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002816L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817W: http://www.linux-sh.org
2818W: http://www.m17n.org/linux-sh/
2819W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2820S: Maintained
2821
2822SUPERH64 (sh64)
2823P: Paul Mundt
2824M: lethal@linux-sh.org
2825P: Richard Curnow
2826M: rc@rc0.org.uk
2827L: linuxsh-shmedia-dev@lists.sourceforge.net
2828W: http://www.linux-sh.org
2829W: http://www.rc0.org.uk/sh64
2830S: Maintained
2831
2832SUN3/3X
2833P: Sam Creasey
2834M: sammy@sammy.net
2835L: sun3-list@redhat.com
2836W: http://sammy.net/sun3/
2837S: Maintained
2838
2839SVGA HANDLING
2840P: Martin Mares
2841M: mj@ucw.cz
2842L: linux-video@atrey.karlin.mff.cuni.cz
2843S: Maintained
2844
2845SYSV FILESYSTEM
2846P: Christoph Hellwig
2847M: hch@infradead.org
2848S: Maintained
2849
Stephen Hemminger781b456a2006-07-10 20:25:29 -07002850TC CLASSIFIER
2851P: Jamal Hadi Salim
2852M: hadi@cyberus.ca
2853L: netdev@vger.kernel.org
2854S: Maintained
2855
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002856TCP LOW PRIORITY MODULE
2857P: Wong Hoi Sing, Edison
2858M: hswong3i@gmail.com
2859P: Hung Hing Lun, Mike
2860M: hlhung3i@gmail.com
2861W: http://tcp-lp-mod.sourceforge.net/
2862S: Maintained
2863
Michael Buesch844dd052006-06-26 00:24:59 -07002864TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2865P: Deepak Saxena
2866M: dsaxena@plexity.net
2867S: Maintained
2868
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002869TASKSTATS STATISTICS INTERFACE
2870P: Shailabh Nagar
2871M: nagar@watson.ibm.com
2872L: linux-kernel@vger.kernel.org
2873S: Maintained
2874
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875TI PARALLEL LINK CABLE DRIVER
2876P: Romain Lievin
2877M: roms@lpg.ticalc.org
2878S: Maintained
2879
Per Lidene86eaa32006-01-12 16:45:18 +01002880TIPC NETWORK LAYER
2881P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002882M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002883P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002884M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002885P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002886M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002887L: tipc-discussion@lists.sourceforge.net
2888W: http://tipc.sourceforge.net/
2889W: http://tipc.cslab.ericsson.net/
2890T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2891S: Maintained
2892
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893TLAN NETWORK DRIVER
2894P: Samuel Chessman
2895M: chessman@tux.org
2896L: tlan-devel@lists.sourceforge.net
2897W: http://sourceforge.net/projects/tlan/
2898S: Maintained
2899
2900TOKEN-RING NETWORK DRIVER
2901P: Mike Phillips
2902M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002903L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904L: linux-tr@linuxtr.net
2905W: http://www.linuxtr.net
2906S: Maintained
2907
2908TOSHIBA ACPI EXTRAS DRIVER
2909P: John Belmonte
2910M: toshiba_acpi@memebeam.org
2911W: http://memebeam.org/toys/ToshibaAcpiDriver
2912S: Maintained
2913
2914TOSHIBA SMM DRIVER
2915P: Jonathan Buzzard
2916M: jonathan@buzzard.org.uk
2917L: tlinux-users@tce.toshiba-dme.co.jp
2918W: http://www.buzzard.org.uk/toshiba/
2919S: Maintained
2920
2921TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2922P: Muli Ben-Yehuda
2923M: mulix@mulix.org
2924L: linux-kernel@vger.kernel.org
2925S: Maintained
2926
2927TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002928P: Adrian Bunk
2929M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002931W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002932T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933S: Maintained
2934
2935TMS380 TOKEN-RING NETWORK DRIVER
2936P: Adam Fritzler
2937M: mid@auk.cx
2938L: linux-tr@linuxtr.net
2939W: http://www.auk.cx/tms380tr/
2940S: Maintained
2941
2942TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07002943P: Valerie Henson
2944M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945L: tulip-users@lists.sourceforge.net
2946W: http://sourceforge.net/projects/tulip/
2947S: Maintained
2948
2949TUN/TAP driver
2950P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002951M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952L: vtun@office.satix.net
2953W: http://vtun.sourceforge.net/tun
2954S: Maintained
2955
2956U14-34F SCSI DRIVER
2957P: Dario Ballabio
2958M: ballabio_dario@emc.com
2959L: linux-scsi@vger.kernel.org
2960S: Maintained
2961
2962UDF FILESYSTEM
2963P: Ben Fennema
2964M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965W: http://linux-udf.sourceforge.net
2966S: Maintained
2967
2968UNIFORM CDROM DRIVER
2969P: Jens Axboe
2970M: axboe@suse.de
2971L: linux-kernel@vger.kernel.org
2972W: http://www.kernel.dk
2973S: Maintained
2974
2975USB ACM DRIVER
2976P: Oliver Neukum
2977M: oliver@neukum.name
2978L: linux-usb-users@lists.sourceforge.net
2979L: linux-usb-devel@lists.sourceforge.net
2980S: Maintained
2981
2982USB BLOCK DRIVER (UB ub)
2983P: Pete Zaitcev
2984M: zaitcev@redhat.com
2985L: linux-kernel@vger.kernel.org
2986L: linux-usb-devel@lists.sourceforge.net
2987S: Supported
2988
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989USB CDC ETHERNET DRIVER
2990P: Greg Kroah-Hartman
2991M: greg@kroah.com
2992L: linux-usb-users@lists.sourceforge.net
2993L: linux-usb-devel@lists.sourceforge.net
2994S: Maintained
2995W: http://www.kroah.com/linux-usb/
2996
2997USB EHCI DRIVER
2998P: David Brownell
2999M: dbrownell@users.sourceforge.net
3000L: linux-usb-devel@lists.sourceforge.net
3001S: Maintained
3002
Luca Risolia7ce08c92006-01-11 02:06:59 +00003003USB ET61X[12]51 DRIVER
3004P: Luca Risolia
3005M: luca.risolia@studio.unibo.it
3006L: linux-usb-devel@lists.sourceforge.net
3007L: video4linux-list@redhat.com
3008W: http://www.linux-projects.org
3009S: Maintained
3010
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011USB HID/HIDBP DRIVERS
3012P: Vojtech Pavlik
3013M: vojtech@suse.cz
3014L: linux-usb-users@lists.sourceforge.net
3015L: linux-usb-devel@lists.sourceforge.net
3016S: Maintained
3017
3018USB HUB DRIVER
3019P: Johannes Erdfelt
3020M: johannes@erdfelt.com
3021L: linux-usb-users@lists.sourceforge.net
3022L: linux-usb-devel@lists.sourceforge.net
3023S: Maintained
3024
Olav Kongas959eea22005-11-03 17:38:14 +02003025USB ISP116X DRIVER
3026P: Olav Kongas
3027M: ok@artecdesign.ee
3028L: linux-usb-devel@lists.sourceforge.net
3029S: Maintained
3030
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031USB KAWASAKI LSI DRIVER
3032P: Oliver Neukum
3033M: oliver@neukum.name
3034L: linux-usb-users@lists.sourceforge.net
3035L: linux-usb-devel@lists.sourceforge.net
3036S: Maintained
3037
3038USB MASS STORAGE DRIVER
3039P: Matthew Dharm
3040M: mdharm-usb@one-eyed-alien.net
3041L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003042L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043S: Maintained
3044W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3045
3046USB OHCI DRIVER
3047P: Roman Weissgaerber
3048M: weissg@vienna.at
3049L: linux-usb-users@lists.sourceforge.net
3050L: linux-usb-devel@lists.sourceforge.net
3051S: Maintained
3052
Matthias Urlichsba460e42005-07-14 00:33:47 -07003053USB OPTION-CARD DRIVER
3054P: Matthias Urlichs
3055M: smurf@smurf.noris.de
3056L: linux-usb-devel@lists.sourceforge.net
3057S: Maintained
3058
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059USB OV511 DRIVER
3060P: Mark McClelland
3061M: mmcclell@bigfoot.com
3062L: linux-usb-users@lists.sourceforge.net
3063L: linux-usb-devel@lists.sourceforge.net
3064W: http://alpha.dyndns.org/ov511/
3065S: Maintained
3066
3067USB PEGASUS DRIVER
3068P: Petko Manolov
3069M: petkan@users.sourceforge.net
3070L: linux-usb-users@lists.sourceforge.net
3071L: linux-usb-devel@lists.sourceforge.net
3072W: http://pegasus2.sourceforge.net/
3073S: Maintained
3074
3075USB PRINTER DRIVER
3076P: Vojtech Pavlik
3077M: vojtech@suse.cz
3078L: linux-usb-users@lists.sourceforge.net
3079L: linux-usb-devel@lists.sourceforge.net
3080S: Maintained
3081
3082USB RTL8150 DRIVER
3083P: Petko Manolov
3084M: petkan@users.sourceforge.net
3085L: linux-usb-users@lists.sourceforge.net
3086L: linux-usb-devel@lists.sourceforge.net
3087W: http://pegasus2.sourceforge.net/
3088S: Maintained
3089
3090USB SE401 DRIVER
3091P: Jeroen Vreeken
3092M: pe1rxq@amsat.org
3093L: linux-usb-users@lists.sourceforge.net
3094L: linux-usb-devel@lists.sourceforge.net
3095W: http://www.chello.nl/~j.vreeken/se401/
3096S: Maintained
3097
3098USB SERIAL CYBERJACK DRIVER
3099P: Matthias Bruestle and Harald Welte
3100M: support@reiner-sct.com
3101W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3102S: Maintained
3103
3104USB SERIAL DIGI ACCELEPORT DRIVER
3105P: Peter Berger and Al Borchers
3106M: pberger@brimson.com
3107M: alborchers@steinerpoint.com
3108L: linux-usb-users@lists.sourceforge.net
3109L: linux-usb-devel@lists.sourceforge.net
3110S: Maintained
3111
3112USB SERIAL DRIVER
3113P: Greg Kroah-Hartman
3114M: gregkh@suse.de
3115L: linux-usb-users@lists.sourceforge.net
3116L: linux-usb-devel@lists.sourceforge.net
3117S: Supported
3118
3119USB SERIAL BELKIN F5U103 DRIVER
3120P: William Greathouse
3121M: wgreathouse@smva.com
3122L: linux-usb-users@lists.sourceforge.net
3123L: linux-usb-devel@lists.sourceforge.net
3124S: Maintained
3125
3126USB SERIAL CYPRESS M8 DRIVER
3127P: Lonnie Mendez
3128M: dignome@gmail.com
3129L: linux-usb-users@lists.sourceforge.net
3130L: linux-usb-devel@lists.sourceforge.net
3131S: Maintained
3132W: http://geocities.com/i0xox0i
3133W: http://firstlight.net/cvs
3134
3135USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3136L: linux-usb-users@lists.sourceforge.net
3137L: linux-usb-devel@lists.sourceforge.net
3138S: Maintained
3139
3140USB AUERSWALD DRIVER
3141P: Wolfgang Muees
3142M: wolfgang@iksw-muees.de
3143L: linux-usb-users@lists.sourceforge.net
3144L: linux-usb-devel@lists.sourceforge.net
3145S: Maintained
3146
3147USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3148P: Gary Brubaker
3149M: xavyer@ix.netcom.com
3150L: linux-usb-users@lists.sourceforge.net
3151L: linux-usb-devel@lists.sourceforge.net
3152S: Maintained
3153
3154USB SERIAL KEYSPAN DRIVER
3155P: Greg Kroah-Hartman
3156M: greg@kroah.com
3157L: linux-usb-users@lists.sourceforge.net
3158L: linux-usb-devel@lists.sourceforge.net
3159W: http://www.kroah.com/linux/
3160S: Maintained
3161
3162USB SERIAL WHITEHEAT DRIVER
3163P: Stuart MacDonald
3164M: stuartm@connecttech.com
3165L: linux-usb-users@lists.sourceforge.net
3166L: linux-usb-devel@lists.sourceforge.net
3167W: http://www.connecttech.com
3168S: Supported
3169
3170USB SN9C10x DRIVER
3171P: Luca Risolia
3172M: luca.risolia@studio.unibo.it
3173L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003174L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175W: http://www.linux-projects.org
3176S: Maintained
3177
3178USB SUBSYSTEM
3179P: Greg Kroah-Hartman
3180M: gregkh@suse.de
3181L: linux-usb-users@lists.sourceforge.net
3182L: linux-usb-devel@lists.sourceforge.net
3183W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003184T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185S: Supported
3186
3187USB UHCI DRIVER
3188P: Alan Stern
3189M: stern@rowland.harvard.edu
3190L: linux-usb-users@lists.sourceforge.net
3191L: linux-usb-devel@lists.sourceforge.net
3192S: Maintained
3193
3194USB "USBNET" DRIVER
3195P: David Brownell
3196M: dbrownell@users.sourceforge.net
3197L: linux-usb-devel@lists.sourceforge.net
3198S: Maintained
3199
3200USB W996[87]CF DRIVER
3201P: Luca Risolia
3202M: luca.risolia@studio.unibo.it
3203L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003204L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205W: http://www.linux-projects.org
3206S: Maintained
3207
Luca Risolia60f78052006-02-06 16:29:35 +00003208USB ZC0301 DRIVER
3209P: Luca Risolia
3210M: luca.risolia@studio.unibo.it
3211L: linux-usb-devel@lists.sourceforge.net
3212L: video4linux-list@redhat.com
3213W: http://www.linux-projects.org
3214S: Maintained
3215
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216USB ZD1201 DRIVER
3217P: Jeroen Vreeken
3218M: pe1rxq@amsat.org
3219L: linux-usb-users@lists.sourceforge.net
3220L: linux-usb-devel@lists.sourceforge.net
3221W: http://linux-lc100020.sourceforge.net
3222S: Maintained
3223
3224USER-MODE LINUX
3225P: Jeff Dike
3226M: jdike@karaya.com
3227L: user-mode-linux-devel@lists.sourceforge.net
3228L: user-mode-linux-user@lists.sourceforge.net
3229W: http://user-mode-linux.sourceforge.net
3230S: Maintained
3231
3232FAT/VFAT/MSDOS FILESYSTEM:
3233P: OGAWA Hirofumi
3234M: hirofumi@mail.parknet.co.jp
3235L: linux-kernel@vger.kernel.org
3236S: Maintained
3237
3238VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3239P: Jeff Garzik
3240S: Odd fixes
3241
3242VIA RHINE NETWORK DRIVER
3243P: Roger Luethi
3244M: rl@hellgate.ch
3245S: Maintained
3246
Jean Delvare32c0a522005-09-22 21:47:58 +02003247VIAPRO SMBUS DRIVER
3248P: Jean Delvare
3249M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003250L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003251S: Maintained
3252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253UCLINUX (AND M68KNOMMU)
3254P: Greg Ungerer
3255M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003257L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258S: Maintained
3259
3260UCLINUX FOR NEC V850
3261P: Miles Bader
3262M: uclinux-v850@lsi.nec.co.jp
3263W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3264W: http://www.ee.nec.de/uclinux/
3265S: Supported
3266
3267UCLINUX FOR RENESAS H8/300
3268P: Yoshinori Sato
3269M: ysato@users.sourceforge.jp
3270W: http://uclinux-h8.sourceforge.jp/
3271S: Supported
3272
3273USB DIAMOND RIO500 DRIVER
3274P: Cesar Miquel
3275M: miquel@df.uba.ar
3276L: rio500-users@lists.sourceforge.net
3277W: http://rio500.sourceforge.net
3278S: Maintained
3279
3280VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003281P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003282M: mchehab@infradead.org
3283M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003285W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003286T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003287S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288
Roger Lucas1de9e372005-11-26 20:20:05 +01003289VT8231 HARDWARE MONITOR DRIVER
3290P: Roger Lucas
3291M: roger@planbit.co.uk
3292L: lm-sensors@lm-sensors.org
3293S: Maintained
3294
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295W1 DALLAS'S 1-WIRE BUS
3296P: Evgeniy Polyakov
3297M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298S: Maintained
3299
Charles Spirakis13927072006-07-05 18:05:15 +02003300W83791D HARDWARE MONITORING DRIVER
3301P: Charles Spirakis
3302M: bezaur@gmail.com
3303L: lm-sensors@lm-sensors.org
3304S: Maintained
3305
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306W83L51xD SD/MMC CARD INTERFACE DRIVER
3307P: Pierre Ossman
3308M: drzeus-wbsd@drzeus.cx
3309L: wbsd-devel@list.drzeus.cx
3310W: http://projects.drzeus.cx/wbsd
3311S: Maintained
3312
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003313WATCHDOG DEVICE DRIVERS
3314P: Wim Van Sebroeck
3315M: wim@iguana.be
3316T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3317S: Maintained
3318
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3320P: Jean Tourrilhes
3321M: jt@hpl.hp.com
3322W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3323S: Maintained
3324
3325WD7000 SCSI DRIVER
3326P: Miroslav Zagorac
3327M: zaga@fly.cc.fer.hr
3328L: linux-scsi@vger.kernel.org
3329S: Maintained
3330
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003331WISTRON LAPTOP BUTTON DRIVER
3332P: Miloslav Trmac
3333M: mitr@volny.cz
3334S: Maintained
3335
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336WL3501 WIRELESS PCMCIA CARD DRIVER
3337P: Arnaldo Carvalho de Melo
3338M: acme@conectiva.com.br
3339W: http://advogato.org/person/acme
3340S: Maintained
3341
3342X.25 NETWORK LAYER
3343P: Henner Eisen
3344M: eis@baty.hanse.de
3345L: linux-x25@vger.kernel.org
3346S: Maintained
3347
3348XFS FILESYSTEM
3349P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003350P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003352L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003354T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355S: Supported
3356
3357X86 3-LEVEL PAGING (PAE) SUPPORT
3358P: Ingo Molnar
3359M: mingo@redhat.com
3360S: Maintained
3361
3362X86-64 port
3363P: Andi Kleen
3364M: ak@suse.de
3365L: discuss@x86-64.org
3366W: http://www.x86-64.org
3367S: Maintained
3368
3369YAM DRIVER FOR AX.25
3370P: Jean-Paul Roubelat
3371M: jpr@f6fbb.org
3372L: linux-hams@vger.kernel.org
3373S: Maintained
3374
Henkaf64a5e2005-10-12 15:02:56 +02003375YEALINK PHONE DRIVER
3376P: Henk Vergonet
3377M: Henk.Vergonet@gmail.com
3378L: usbb2k-api-dev@nongnu.org
3379S: Maintained
3380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3382P: Pete Zaitcev
3383M: zaitcev@yahoo.com
3384L: linux-kernel@vger.kernel.org
3385S: Obsolete
3386
3387Z8530 DRIVER FOR AX.25
3388P: Joerg Reuter
3389M: jreuter@yaina.de
3390W: http://yaina.de/jreuter/
3391W: http://www.qsl.net/dl1bke/
3392L: linux-hams@vger.kernel.org
3393S: Maintained
3394
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003395ZD1211RW WIRELESS DRIVER
3396P: Daniel Drake
3397M: dsd@gentoo.org
3398P: Ulrich Kunitz
3399M: kune@deine-taler.de
3400W: http://zd1211.ath.cx/wiki/DriverRewrite
3401L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3402S: Maintained
3403
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404ZF MACHZ WATCHDOG
3405P: Fernando Fuganti
3406M: fuganti@netbank.com.br
3407W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3408S: Maintained
3409
3410ZR36067 VIDEO FOR LINUX DRIVER
3411P: Ronald Bultje
3412M: rbultje@ronald.bitfreak.net
3413L: mjpeg-users@lists.sourceforge.net
3414W: http://mjpeg.sourceforge.net/driver-zoran/
3415S: Maintained
3416
3417ZR36120 VIDEO FOR LINUX DRIVER
3418P: Pauline Middelink
3419M: middelin@polyware.nl
3420W: http://www.polyware.nl/~middelin/En/hobbies.html
3421W: http://www.polyware.nl/~middelin/hobbies.html
3422S: Maintained
3423
3424THE REST
3425P: Linus Torvalds
3426S: Buried alive in reporters