blob: 23348c0d37bc6a153b78dcbe78b010626f594f54 [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 Jacksoned90fb4a2005-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
Paul Moore4cc67732006-09-25 15:57:13 -07002034NETLABEL
2035P: Paul Moore
2036M: paul.moore@hp.com
2037W: http://netlabel.sf.net
2038L: netdev@vger.kernel.org
2039S: Supported
2040
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041NETROM NETWORK LAYER
2042P: Ralf Baechle
2043M: ralf@linux-mips.org
2044L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002045W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046S: Maintained
2047
2048NETWORK BLOCK DEVICE
2049P: Paul Clements
2050M: Paul.Clements@steeleye.com
2051S: Maintained
2052
2053NETWORK DEVICE DRIVERS
2054P: Andrew Morton
2055M: akpm@osdl.org
2056P: Jeff Garzik
2057M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002058L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002059T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060S: Maintained
2061
2062NETWORKING [GENERAL]
2063P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002064M: netdev@vger.kernel.org
2065L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002066W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067S: Maintained
2068
2069NETWORKING [IPv4/IPv6]
2070P: David S. Miller
2071M: davem@davemloft.net
2072P: Alexey Kuznetsov
2073M: kuznet@ms2.inr.ac.ru
2074P: Pekka Savola (ipv6)
2075M: pekkas@netcore.fi
2076P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002077M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078P: Hideaki YOSHIFUJI
2079M: yoshfuji@linux-ipv6.org
2080P: Patrick McHardy
2081M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002082L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002083T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084S: Maintained
2085
John W. Linville29f8f632006-01-18 14:52:48 -08002086NETWORKING [WIRELESS]
2087P: John W. Linville
2088M: linville@tuxdriver.com
2089L: netdev@vger.kernel.org
2090T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2091S: Maintained
2092
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093IPVS
2094P: Wensong Zhang
2095M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002096P: Simon Horman
2097M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098P: Julian Anastasov
2099M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101S: Maintained
2102
2103NFS CLIENT
2104P: Trond Myklebust
2105M: trond.myklebust@fys.uio.no
2106L: linux-kernel@vger.kernel.org
2107S: Maintained
2108
2109NI5010 NETWORK DRIVER
Andreas Mohr5b552b162006-06-30 02:25:07 -07002110P: Jan-Pascal van Best
2111M: janpascal@vanbest.org
2112P: Andreas Mohr
2113M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002114L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115S: Maintained
2116
2117NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2118P: YOKOTA Hiroshi
2119M: yokota@netlab.is.tsukuba.ac.jp
2120W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2121S: Maintained
2122
2123NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2124P: GOTO Masanori
2125M: gotom@debian.or.jp
2126P: YOKOTA Hiroshi
2127M: yokota@netlab.is.tsukuba.ac.jp
2128W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2129S: Maintained
2130
2131NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2132P: Eberhard Moenkeberg
2133M: emoenke@gwdg.de
2134L: linux-kernel@vger.kernel.org
2135S: Maintained
2136
2137NTFS FILESYSTEM
2138P: Anton Altaparmakov
2139M: aia21@cantab.net
2140L: linux-ntfs-dev@lists.sourceforge.net
2141L: linux-kernel@vger.kernel.org
2142W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002143T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144S: Maintained
2145
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002146NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2147P: Antonino Daplas
2148M: adaplas@pol.net
2149L: linux-fbdev-devel@lists.sourceforge.net
2150S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002152OPENCORES I2C BUS DRIVER
2153P: Peter Korsgaard
2154M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002155L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002156S: Maintained
2157
Mark Fashehccd979b2005-12-15 14:31:24 -08002158ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2159P: Mark Fasheh
2160M: mark.fasheh@oracle.com
2161P: Kurt Hackel
2162M: kurt.hackel@oracle.com
2163L: ocfs2-devel@oss.oracle.com
2164W: http://oss.oracle.com/projects/ocfs2/
2165S: Supported
2166
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167OLYMPIC NETWORK DRIVER
2168P: Peter De Shrijver
2169M: p2@ace.ulyssis.student.kuleuven.ac.be
2170P: Mike Phillips
2171M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002172L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173L: linux-tr@linuxtr.net
2174W: http://www.linuxtr.net
2175S: Maintained
2176
Harald Weltec1986ee2005-11-13 16:06:29 -08002177OMNIKEY CARDMAN 4000 DRIVER
2178P: Harald Welte
2179M: laforge@gnumonks.org
2180S: Maintained
2181
Harald Welte77c44ab2005-11-13 16:06:26 -08002182OMNIKEY CARDMAN 4040 DRIVER
2183P: Harald Welte
2184M: laforge@gnumonks.org
2185S: Maintained
2186
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187ONSTREAM SCSI TAPE DRIVER
2188P: Willem Riede
2189M: osst@riede.org
2190L: osst-users@lists.sourceforge.net
2191L: linux-scsi@vger.kernel.org
2192S: Maintained
2193
2194OPL3-SA2, SA3, and SAx DRIVER
2195P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002196M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197L: linux-sound@vger.kernel.org
2198S: Maintained
2199
2200OPROFILE
2201P: Philippe Elie
2202M: phil.el@wanadoo.fr
2203L: oprofile-list@lists.sf.net
2204S: Maintained
2205
2206ORINOCO DRIVER
2207P: Pavel Roskin
2208M: proski@gnu.org
2209P: David Gibson
2210M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002211L: orinoco-users@lists.sourceforge.net
2212L: orinoco-devel@lists.sourceforge.net
2213W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214S: Maintained
2215
2216PARALLEL PORT SUPPORT
2217P: Phil Blundell
2218M: philb@gnu.org
2219P: Tim Waugh
2220M: tim@cyberelk.net
2221P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222P: Andrea Arcangeli
2223M: andrea@suse.de
2224L: linux-parport@lists.infradead.org
2225W: http://people.redhat.com/twaugh/parport/
2226S: Maintained
2227
2228PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2229P: Tim Waugh
2230M: tim@cyberelk.net
2231L: linux-parport@lists.infradead.org
2232W: http://www.torque.net/linux-pp.html
2233S: Maintained
2234
2235PARISC ARCHITECTURE
2236P: Matthew Wilcox
2237M: matthew@wil.cx
2238P: Grant Grundler
2239M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002240P: Kyle McMartin
2241M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242L: parisc-linux@parisc-linux.org
2243W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002244T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2245T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246S: Maintained
2247
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002248PCI ERROR RECOVERY
2249P: Linas Vepstas
2250M: linas@austin.ibm.com
2251L: linux-kernel@vger.kernel.org
2252L: linux-pci@atrey.karlin.mff.cuni.cz
2253S: Supported
2254
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2256P: Thomas Sailer
2257M: sailer@ife.ee.ethz.ch
2258L: linux-sound@vger.kernel.org
2259W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2260S: Maintained
2261
2262PCI SUBSYSTEM
2263P: Greg Kroah-Hartman
2264M: gregkh@suse.de
2265L: linux-kernel@vger.kernel.org
2266L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002267T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268S: Supported
2269
2270PCI HOTPLUG CORE
2271P: Greg Kroah-Hartman
2272M: gregkh@suse.de
2273S: Supported
2274
2275PCI HOTPLUG COMPAQ DRIVER
2276P: Greg Kroah-Hartman
2277M: greg@kroah.com
2278S: Maintained
2279
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002280PCIE HOTPLUG DRIVER
2281P: Kristen Carlson Accardi
2282M: kristen.c.accardi@intel.com
2283L: pcihpd-discuss@lists.sourceforge.net
2284S: Maintained
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002287P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002288L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002290T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002291S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292
2293PCNET32 NETWORK DRIVER
2294P: Thomas Bogendörfer
2295M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002296L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297S: Maintained
2298
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002299PER-TASK DELAY ACCOUNTING
2300P: Shailabh Nagar
2301M: nagar@watson.ibm.com
2302L: linux-kernel@vger.kernel.org
2303S: Maintained
2304
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002305PERSONALITY HANDLING
2306P: Christoph Hellwig
2307M: hch@infradead.org
2308L: linux-abi-devel@lists.sourceforge.net
2309S: Maintained
2310
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311PHRAM MTD DRIVER
2312P: Jörn Engel
2313M: joern@wh.fh-wedel.de
2314L: linux-mtd@lists.infradead.org
2315S: Maintained
2316
Peter Osterlund249a6772005-09-27 21:45:30 -07002317PKTCDVD DRIVER
2318P: Peter Osterlund
2319M: petero2@telia.com
2320L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002321S: Maintained
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323POSIX CLOCKS and TIMERS
2324P: George Anzinger
2325M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002326L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327S: Supported
2328
Eugene Surovegin24682972005-10-14 03:00:53 -07002329POWERPC 4xx EMAC DRIVER
2330P: Eugene Surovegin
2331M: ebs@ebshome.net
2332W: http://kernel.ebshome.net/emac/
2333L: linuxppc-embedded@ozlabs.org
2334L: netdev@vger.kernel.org
2335S: Maintained
2336
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337PNP SUPPORT
2338P: Adam Belay
2339M: ambx1@neo.rr.com
2340S: Maintained
2341
2342PPP PROTOCOL DRIVERS AND COMPRESSORS
2343P: Paul Mackerras
2344M: paulus@samba.org
2345L: linux-ppp@vger.kernel.org
2346S: Maintained
2347
2348PPP OVER ATM (RFC 2364)
2349P: Mitchell Blank Jr
2350M: mitch@sfgoth.com
2351S: Maintained
2352
2353PPP OVER ETHERNET
2354P: Michal Ostrowski
2355M: mostrows@speakeasy.net
2356S: Maintained
2357
2358PREEMPTIBLE KERNEL
2359P: Robert Love
2360M: rml@tech9.net
2361L: linux-kernel@vger.kernel.org
2362L: kpreempt-tech@lists.sourceforge.net
2363W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2364S: Supported
2365
2366PRISM54 WIRELESS DRIVER
2367P: Prism54 Development Team
2368M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002369L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370W: http://prism54.org
2371S: Maintained
2372
2373PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2374P: Peter Denison
2375M: promise@pnd-pc.demon.co.uk
2376W: http://www.pnd-pc.demon.co.uk/promise/
2377S: Maintained
2378
Michael Krufky83202042006-07-03 00:24:18 -07002379PVRUSB2 VIDEO4LINUX DRIVER
2380P: Mike Isely
2381M: isely@pobox.com
2382L: pvrusb2@isely.net
2383L: video4linux-list@redhat.com
2384W: http://www.isely.net/pvrusb2/
2385S: Maintained
2386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387PXA2xx SUPPORT
2388P: Nicolas Pitre
2389M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002390L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
2393QLOGIC QLA2XXX FC-SCSI DRIVER
2394P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002395M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396L: linux-scsi@vger.kernel.org
2397S: Supported
2398
Ron Mercer5a4faa872006-07-25 00:40:21 -07002399QLOGIC QLA3XXX NETWORK DRIVER
2400P: Ron Mercer
2401M: linux-driver@qlogic.com
2402L: netdev@vger.kernel.org
2403S: Supported
2404
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405QNX4 FILESYSTEM
2406P: Anders Larsen
2407M: al@alarsen.net
2408L: linux-kernel@vger.kernel.org
2409W: http://www.alarsen.net/linux/qnx4fs/
2410S: Maintained
2411
2412RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002413P: Benjamin Herrenschmidt
2414M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415L: linux-fbdev-devel@lists.sourceforge.net
2416S: Maintained
2417
2418RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002419P: Paul Mackerras
2420M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421L: linux-fbdev-devel@lists.sourceforge.net
2422S: Maintained
2423
2424RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2425P: Corey Thomas
2426M: corey@world.std.com
2427L: linux-kernel@vger.kernel.org
2428S: Maintained
2429
Matt Mackall9e95ce22005-04-16 15:25:56 -07002430RANDOM NUMBER DRIVER
2431P: Matt Mackall
2432M: mpm@selenic.com
2433S: Maintained
2434
Matt Porter394b7012005-11-07 01:00:15 -08002435RAPIDIO SUBSYSTEM
2436P: Matt Porter
2437M: mporter@kernel.crashing.org
2438L: linux-kernel@vger.kernel.org
2439S: Maintained
2440
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441REAL TIME CLOCK DRIVER
2442P: Paul Gortmaker
2443M: p_gortmaker@yahoo.com
2444L: linux-kernel@vger.kernel.org
2445S: Maintained
2446
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002447REAL TIME CLOCK (RTC) SUBSYSTEM
2448P: Alessandro Zummo
2449M: a.zummo@towertech.it
2450L: linux-kernel@vger.kernel.org
2451S: Maintained
2452
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453REISERFS FILE SYSTEM
2454P: Hans Reiser
2455M: reiserfs-dev@namesys.com
2456L: reiserfs-list@namesys.com
2457W: http://www.namesys.com
2458S: Supported
2459
2460ROCKETPORT DRIVER
2461P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462W: http://www.comtrol.com
2463S: Maintained
2464
2465ROSE NETWORK LAYER
2466P: Ralf Baechle
2467M: ralf@linux-mips.org
2468L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002469W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470S: Maintained
2471
2472RISCOM8 DRIVER
2473S: Orphan
2474
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002475S3 SAVAGE FRAMEBUFFER DRIVER
2476P: Antonino Daplas
2477M: adaplas@pol.net
2478L: linux-fbdev-devel@lists.sourceforge.net
2479S: Maintained
2480
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481S390
2482P: Martin Schwidefsky
2483M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002484P: Heiko Carstens
2485M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486M: linux390@de.ibm.com
2487L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002488W: http://www.ibm.com/developerworks/linux/linux390/
2489S: Supported
2490
2491S390 NETWORK DRIVERS
2492P: Frank Pavlic
2493M: fpavlic@de.ibm.com
2494M: linux390@de.ibm.com
2495L: linux-390@vm.marist.edu
2496W: http://www.ibm.com/developerworks/linux/linux390/
2497S: Supported
2498
2499S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002500P: Swen Schillig
2501M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002502M: linux390@de.ibm.com
2503L: linux-390@vm.marist.edu
2504W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505S: Supported
2506
2507SAA7146 VIDEO4LINUX-2 DRIVER
2508P: Michael Hunold
2509M: michael@mihu.de
2510W: http://www.mihu.de/linux/saa7146
2511S: Maintained
2512
2513SBPCD CDROM DRIVER
2514P: Eberhard Moenkeberg
2515M: emoenke@gwdg.de
2516L: linux-kernel@vger.kernel.org
2517S: Maintained
2518
2519SC1200 WDT DRIVER
2520P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002521M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522S: Maintained
2523
2524SCHEDULER
2525P: Ingo Molnar
2526M: mingo@elte.hu
2527P: Robert Love [the preemptible kernel bits]
2528M: rml@tech9.net
2529L: linux-kernel@vger.kernel.org
2530S: Maintained
2531
2532SCSI CDROM DRIVER
2533P: Jens Axboe
2534M: axboe@suse.de
2535L: linux-scsi@vger.kernel.org
2536W: http://www.kernel.dk
2537S: Maintained
2538
2539SCSI SG DRIVER
2540P: Doug Gilbert
2541M: dgilbert@interlog.com
2542L: linux-scsi@vger.kernel.org
2543W: http://www.torque.net/sg
2544S: Maintained
2545
2546SCSI SUBSYSTEM
2547P: James E.J. Bottomley
2548M: James.Bottomley@SteelEye.com
2549L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002550T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551S: Maintained
2552
2553SCSI TAPE DRIVER
2554P: Kai Mäkisara
2555M: Kai.Makisara@kolumbus.fi
2556L: linux-scsi@vger.kernel.org
2557S: Maintained
2558
2559SCTP PROTOCOL
2560P: Sridhar Samudrala
2561M: sri@us.ibm.com
2562L: lksctp-developers@lists.sourceforge.net
2563S: Supported
2564
2565SCx200 CPU SUPPORT
2566P: Christer Weinigel
2567M: christer@weinigel.se
2568W: http://www.weinigel.se
2569S: Supported
2570
2571SECURITY CONTACT
2572P: Security Officers
2573M: security@kernel.org
2574S: Supported
2575
2576SELINUX SECURITY MODULE
2577P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002578M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002580M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581L: linux-kernel@vger.kernel.org (kernel issues)
2582L: selinux@tycho.nsa.gov (general discussion)
2583W: http://www.nsa.gov/selinux
2584S: Supported
2585
2586SERIAL ATA (SATA) SUBSYSTEM:
2587P: Jeff Garzik
2588M: jgarzik@pobox.com
2589L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002590T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591S: Supported
2592
2593SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2594P: Pat Gefre
2595M: pfg@sgi.com
2596L: linux-ia64@vger.kernel.org
2597S: Supported
2598
2599SGI VISUAL WORKSTATION 320 AND 540
2600P: Andrey Panin
2601M: pazke@donpac.ru
2602L: linux-visws-devel@lists.sf.net
2603W: http://linux-visws.sf.net
2604S: Maintained for 2.6.
2605
2606SIMTEC EB110ATX (Chalice CATS)
2607P: Ben Dooks
2608P: Vincent Sanders
2609M: support@simtec.co.uk
2610W: http://www.simtec.co.uk/products/EB110ATX/
2611S: Supported
2612
2613SIMTEC EB2410ITX (BAST)
2614P: Ben Dooks
2615P: Vincent Sanders
2616M: support@simtec.co.uk
2617W: http://www.simtec.co.uk/products/EB2410ITX/
2618S: Supported
2619
Francois Romieu92aab3c2005-07-30 13:11:18 +02002620SIS 190 ETHERNET DRIVER
2621P: Francois Romieu
2622M: romieu@fr.zoreil.com
2623L: netdev@vger.kernel.org
2624S: Maintained
2625
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626SIS 5513 IDE CONTROLLER DRIVER
2627P: Lionel Bouton
2628M: Lionel.Bouton@inet6.fr
2629W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2630W: http://gyver.homeip.net/sis5513/index.html
2631S: Maintained
2632
2633SIS 900/7016 FAST ETHERNET DRIVER
2634P: Daniele Venzano
2635M: venza@brownhat.org
2636W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002637L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Maintained
2639
2640SIS FRAMEBUFFER DRIVER
2641P: Thomas Winischhofer
2642M: thomas@winischhofer.net
2643W: http://www.winischhofer.net/linuxsisvga.shtml
2644S: Maintained
2645
2646SIS USB2VGA DRIVER
2647P: Thomas Winischhofer
2648M: thomas@winischhofer.net
2649W: http://www.winischhofer.at/linuxsisusbvga.shtml
2650S: Maintained
2651
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652SMC91x ETHERNET DRIVER
2653P: Nicolas Pitre
2654M: nico@cam.org
2655S: Maintained
2656
Daniel Drake8f0f8502006-07-18 22:00:25 +01002657SOFTMAC LAYER (IEEE 802.11)
2658P: Johannes Berg
2659M: johannes@sipsolutions.net
2660P: Joe Jezak
2661M: josejx@gentoo.org
2662P: Daniel Drake
2663M: dsd@gentoo.org
2664W: http://softmac.sipsolutions.net/
2665L: softmac-dev@sipsolutions.net
2666L: netdev@vger.kernel.org
2667S: Maintained
2668
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669SOFTWARE RAID (Multiple Disks) SUPPORT
2670P: Ingo Molnar
2671M: mingo@redhat.com
2672P: Neil Brown
2673M: neilb@cse.unsw.edu.au
2674L: linux-raid@vger.kernel.org
2675S: Maintained
2676
2677SOFTWARE SUSPEND:
2678P: Pavel Machek
2679M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002680L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681S: Maintained
2682
2683SONIC NETWORK DRIVER
2684P: Thomas Bogendoerfer
2685M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002686L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687S: Maintained
2688
2689SONY VAIO CONTROL DEVICE DRIVER
2690P: Stelian Pop
2691M: stelian@popies.net
2692W: http://popies.net/sonypi/
2693S: Maintained
2694
2695SOUND
2696P: Jaroslav Kysela
2697M: perex@suse.cz
2698L: alsa-devel@alsa-project.org
2699S: Maintained
2700
Kumar Gala025c3982006-04-02 16:05:54 -05002701SPI SUBSYSTEM
2702P: David Brownell
2703M: dbrownell@users.sourceforge.net
2704L: spi-devel-general@lists.sourceforge.net
2705S: Maintained
2706
Steven Rostedt855f46a2006-08-05 12:14:50 -07002707STABLE BRANCH:
2708P: Greg Kroah-Hartman
2709M: greg@kroah.com
2710P: Chris Wright
2711M: chrisw@sous-sol.org
2712L: stable@kernel.org
2713S: Maintained
2714
Steven Rostedt4ca8a3c12006-08-03 12:28:11 -04002715STABLE BRANCH:
2716P: Greg Kroah-Hartman
2717M: greg@kroah.com
2718P: Chris Wright
2719M: chrisw@sous-sol.org
2720L: stable@kernel.org
2721S: Maintained
2722
Kylene Hall1c72d462005-05-01 08:59:13 -07002723TPM DEVICE DRIVER
2724P: Kylene Hall
2725M: kjhall@us.ibm.com
2726W: http://tpmdd.sourceforge.net
2727L: tpmdd-devel@lists.sourceforge.net
2728S: Maintained
2729
Mark Gross1a80ba82005-10-30 15:02:55 -08002730Telecom Clock Driver for MCPL0010
2731P: Mark Gross
2732M: mark.gross@intel.com
2733S: Supported
2734
Chris Zankel48b415c2005-06-23 22:01:07 -07002735TENSILICA XTENSA PORT (xtensa):
2736P: Chris Zankel
2737M: chris@zankel.net
2738S: Maintained
2739
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740UltraSPARC (sparc64):
2741P: David S. Miller
2742M: davem@davemloft.net
2743P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002744M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745P: Jakub Jelinek
2746M: jj@sunsite.ms.mff.cuni.cz
2747P: Anton Blanchard
2748M: anton@samba.org
2749L: sparclinux@vger.kernel.org
2750L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002751T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752S: Maintained
2753
2754SHARP LH SUPPORT (LH7952X & LH7A40X)
2755P: Marc Singer
2756M: elf@buici.com
2757W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002758L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759S: Maintained
2760
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002761SHPC HOTPLUG DRIVER
2762P: Kristen Carlson Accardi
2763M: kristen.c.accardi@intel.com
2764L: pcihpd-discuss@lists.sourceforge.net
2765S: Maintained
2766
Pierre Ossmand129bce2006-03-24 03:18:17 -08002767SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2768P: Pierre Ossman
2769M: drzeus-sdhci@drzeus.cx
2770L: sdhci-devel@list.drzeus.cx
2771W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2772S: Maintained
2773
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002774SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2775P: Stephen Hemminger
2776M: shemminger@osdl.org
2777L: netdev@vger.kernel.org
2778S: Maintained
2779
Chris Boot1a87d942006-07-10 04:45:34 -07002780SOEKRIS NET48XX LED SUPPORT
2781P: Chris Boot
2782M: bootc@bootc.net
2783S: Maintained
2784
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785SPARC (sparc32):
2786P: William L. Irwin
2787M: wli@holomorphy.com
2788L: sparclinux@vger.kernel.org
2789S: Maintained
2790
2791SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2792P: Roger Wolff
2793M: R.E.Wolff@BitWizard.nl
2794L: linux-kernel@vger.kernel.org ?
2795S: Supported
2796
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797SRM (Alpha) environment access
2798P: Jan-Benedict Glaw
2799M: jbglaw@lug-owl.de
2800L: linux-kernel@vger.kernel.org
2801S: Maintained
2802
2803STARFIRE/DURALAN NETWORK DRIVER
2804P: Ion Badulescu
2805M: ionut@cs.columbia.edu
2806S: Maintained
2807
2808STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2809W: http://mosquitonet.Stanford.EDU/strip.html
2810S: Unsupported ?
2811
2812STRADIS MPEG-2 DECODER DRIVER
2813P: Nathan Laredo
2814M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815W: http://www.stradis.com/
2816S: Maintained
2817
2818SUPERH (sh)
2819P: Paul Mundt
2820M: lethal@linux-sh.org
2821P: Kazumoto Kojima
2822M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002823L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824W: http://www.linux-sh.org
2825W: http://www.m17n.org/linux-sh/
2826W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2827S: Maintained
2828
2829SUPERH64 (sh64)
2830P: Paul Mundt
2831M: lethal@linux-sh.org
2832P: Richard Curnow
2833M: rc@rc0.org.uk
2834L: linuxsh-shmedia-dev@lists.sourceforge.net
2835W: http://www.linux-sh.org
2836W: http://www.rc0.org.uk/sh64
2837S: Maintained
2838
2839SUN3/3X
2840P: Sam Creasey
2841M: sammy@sammy.net
2842L: sun3-list@redhat.com
2843W: http://sammy.net/sun3/
2844S: Maintained
2845
2846SVGA HANDLING
2847P: Martin Mares
2848M: mj@ucw.cz
2849L: linux-video@atrey.karlin.mff.cuni.cz
2850S: Maintained
2851
2852SYSV FILESYSTEM
2853P: Christoph Hellwig
2854M: hch@infradead.org
2855S: Maintained
2856
Stephen Hemminger781b456a2006-07-10 20:25:29 -07002857TC CLASSIFIER
2858P: Jamal Hadi Salim
2859M: hadi@cyberus.ca
2860L: netdev@vger.kernel.org
2861S: Maintained
2862
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002863TCP LOW PRIORITY MODULE
2864P: Wong Hoi Sing, Edison
2865M: hswong3i@gmail.com
2866P: Hung Hing Lun, Mike
2867M: hlhung3i@gmail.com
2868W: http://tcp-lp-mod.sourceforge.net/
2869S: Maintained
2870
Michael Buesch844dd052006-06-26 00:24:59 -07002871TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2872P: Deepak Saxena
2873M: dsaxena@plexity.net
2874S: Maintained
2875
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002876TASKSTATS STATISTICS INTERFACE
2877P: Shailabh Nagar
2878M: nagar@watson.ibm.com
2879L: linux-kernel@vger.kernel.org
2880S: Maintained
2881
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882TI PARALLEL LINK CABLE DRIVER
2883P: Romain Lievin
2884M: roms@lpg.ticalc.org
2885S: Maintained
2886
Per Lidene86eaa32006-01-12 16:45:18 +01002887TIPC NETWORK LAYER
2888P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002889M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002890P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002891M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002892P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002893M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002894L: tipc-discussion@lists.sourceforge.net
2895W: http://tipc.sourceforge.net/
2896W: http://tipc.cslab.ericsson.net/
2897T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2898S: Maintained
2899
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900TLAN NETWORK DRIVER
2901P: Samuel Chessman
2902M: chessman@tux.org
2903L: tlan-devel@lists.sourceforge.net
2904W: http://sourceforge.net/projects/tlan/
2905S: Maintained
2906
2907TOKEN-RING NETWORK DRIVER
2908P: Mike Phillips
2909M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002910L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911L: linux-tr@linuxtr.net
2912W: http://www.linuxtr.net
2913S: Maintained
2914
2915TOSHIBA ACPI EXTRAS DRIVER
2916P: John Belmonte
2917M: toshiba_acpi@memebeam.org
2918W: http://memebeam.org/toys/ToshibaAcpiDriver
2919S: Maintained
2920
2921TOSHIBA SMM DRIVER
2922P: Jonathan Buzzard
2923M: jonathan@buzzard.org.uk
2924L: tlinux-users@tce.toshiba-dme.co.jp
2925W: http://www.buzzard.org.uk/toshiba/
2926S: Maintained
2927
2928TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2929P: Muli Ben-Yehuda
2930M: mulix@mulix.org
2931L: linux-kernel@vger.kernel.org
2932S: Maintained
2933
2934TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002935P: Adrian Bunk
2936M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002938W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002939T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940S: Maintained
2941
2942TMS380 TOKEN-RING NETWORK DRIVER
2943P: Adam Fritzler
2944M: mid@auk.cx
2945L: linux-tr@linuxtr.net
2946W: http://www.auk.cx/tms380tr/
2947S: Maintained
2948
2949TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07002950P: Valerie Henson
2951M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952L: tulip-users@lists.sourceforge.net
2953W: http://sourceforge.net/projects/tulip/
2954S: Maintained
2955
2956TUN/TAP driver
2957P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002958M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959L: vtun@office.satix.net
2960W: http://vtun.sourceforge.net/tun
2961S: Maintained
2962
2963U14-34F SCSI DRIVER
2964P: Dario Ballabio
2965M: ballabio_dario@emc.com
2966L: linux-scsi@vger.kernel.org
2967S: Maintained
2968
2969UDF FILESYSTEM
2970P: Ben Fennema
2971M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972W: http://linux-udf.sourceforge.net
2973S: Maintained
2974
2975UNIFORM CDROM DRIVER
2976P: Jens Axboe
2977M: axboe@suse.de
2978L: linux-kernel@vger.kernel.org
2979W: http://www.kernel.dk
2980S: Maintained
2981
2982USB ACM DRIVER
2983P: Oliver Neukum
2984M: oliver@neukum.name
2985L: linux-usb-users@lists.sourceforge.net
2986L: linux-usb-devel@lists.sourceforge.net
2987S: Maintained
2988
2989USB BLOCK DRIVER (UB ub)
2990P: Pete Zaitcev
2991M: zaitcev@redhat.com
2992L: linux-kernel@vger.kernel.org
2993L: linux-usb-devel@lists.sourceforge.net
2994S: Supported
2995
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996USB CDC ETHERNET DRIVER
2997P: Greg Kroah-Hartman
2998M: greg@kroah.com
2999L: linux-usb-users@lists.sourceforge.net
3000L: linux-usb-devel@lists.sourceforge.net
3001S: Maintained
3002W: http://www.kroah.com/linux-usb/
3003
3004USB EHCI DRIVER
3005P: David Brownell
3006M: dbrownell@users.sourceforge.net
3007L: linux-usb-devel@lists.sourceforge.net
3008S: Maintained
3009
Luca Risolia7ce08c92006-01-11 02:06:59 +00003010USB ET61X[12]51 DRIVER
3011P: Luca Risolia
3012M: luca.risolia@studio.unibo.it
3013L: linux-usb-devel@lists.sourceforge.net
3014L: video4linux-list@redhat.com
3015W: http://www.linux-projects.org
3016S: Maintained
3017
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018USB HID/HIDBP DRIVERS
3019P: Vojtech Pavlik
3020M: vojtech@suse.cz
3021L: linux-usb-users@lists.sourceforge.net
3022L: linux-usb-devel@lists.sourceforge.net
3023S: Maintained
3024
3025USB HUB DRIVER
3026P: Johannes Erdfelt
3027M: johannes@erdfelt.com
3028L: linux-usb-users@lists.sourceforge.net
3029L: linux-usb-devel@lists.sourceforge.net
3030S: Maintained
3031
Olav Kongas959eea22005-11-03 17:38:14 +02003032USB ISP116X DRIVER
3033P: Olav Kongas
3034M: ok@artecdesign.ee
3035L: linux-usb-devel@lists.sourceforge.net
3036S: Maintained
3037
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038USB KAWASAKI LSI DRIVER
3039P: Oliver Neukum
3040M: oliver@neukum.name
3041L: linux-usb-users@lists.sourceforge.net
3042L: linux-usb-devel@lists.sourceforge.net
3043S: Maintained
3044
3045USB MASS STORAGE DRIVER
3046P: Matthew Dharm
3047M: mdharm-usb@one-eyed-alien.net
3048L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003049L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050S: Maintained
3051W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3052
3053USB OHCI DRIVER
3054P: Roman Weissgaerber
3055M: weissg@vienna.at
3056L: linux-usb-users@lists.sourceforge.net
3057L: linux-usb-devel@lists.sourceforge.net
3058S: Maintained
3059
Matthias Urlichsba460e42005-07-14 00:33:47 -07003060USB OPTION-CARD DRIVER
3061P: Matthias Urlichs
3062M: smurf@smurf.noris.de
3063L: linux-usb-devel@lists.sourceforge.net
3064S: Maintained
3065
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066USB OV511 DRIVER
3067P: Mark McClelland
3068M: mmcclell@bigfoot.com
3069L: linux-usb-users@lists.sourceforge.net
3070L: linux-usb-devel@lists.sourceforge.net
3071W: http://alpha.dyndns.org/ov511/
3072S: Maintained
3073
3074USB PEGASUS DRIVER
3075P: Petko Manolov
3076M: petkan@users.sourceforge.net
3077L: linux-usb-users@lists.sourceforge.net
3078L: linux-usb-devel@lists.sourceforge.net
3079W: http://pegasus2.sourceforge.net/
3080S: Maintained
3081
3082USB PRINTER DRIVER
3083P: Vojtech Pavlik
3084M: vojtech@suse.cz
3085L: linux-usb-users@lists.sourceforge.net
3086L: linux-usb-devel@lists.sourceforge.net
3087S: Maintained
3088
3089USB RTL8150 DRIVER
3090P: Petko Manolov
3091M: petkan@users.sourceforge.net
3092L: linux-usb-users@lists.sourceforge.net
3093L: linux-usb-devel@lists.sourceforge.net
3094W: http://pegasus2.sourceforge.net/
3095S: Maintained
3096
3097USB SE401 DRIVER
3098P: Jeroen Vreeken
3099M: pe1rxq@amsat.org
3100L: linux-usb-users@lists.sourceforge.net
3101L: linux-usb-devel@lists.sourceforge.net
3102W: http://www.chello.nl/~j.vreeken/se401/
3103S: Maintained
3104
3105USB SERIAL CYBERJACK DRIVER
3106P: Matthias Bruestle and Harald Welte
3107M: support@reiner-sct.com
3108W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3109S: Maintained
3110
3111USB SERIAL DIGI ACCELEPORT DRIVER
3112P: Peter Berger and Al Borchers
3113M: pberger@brimson.com
3114M: alborchers@steinerpoint.com
3115L: linux-usb-users@lists.sourceforge.net
3116L: linux-usb-devel@lists.sourceforge.net
3117S: Maintained
3118
3119USB SERIAL DRIVER
3120P: Greg Kroah-Hartman
3121M: gregkh@suse.de
3122L: linux-usb-users@lists.sourceforge.net
3123L: linux-usb-devel@lists.sourceforge.net
3124S: Supported
3125
3126USB SERIAL BELKIN F5U103 DRIVER
3127P: William Greathouse
3128M: wgreathouse@smva.com
3129L: linux-usb-users@lists.sourceforge.net
3130L: linux-usb-devel@lists.sourceforge.net
3131S: Maintained
3132
3133USB SERIAL CYPRESS M8 DRIVER
3134P: Lonnie Mendez
3135M: dignome@gmail.com
3136L: linux-usb-users@lists.sourceforge.net
3137L: linux-usb-devel@lists.sourceforge.net
3138S: Maintained
3139W: http://geocities.com/i0xox0i
3140W: http://firstlight.net/cvs
3141
3142USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3143L: linux-usb-users@lists.sourceforge.net
3144L: linux-usb-devel@lists.sourceforge.net
3145S: Maintained
3146
3147USB AUERSWALD DRIVER
3148P: Wolfgang Muees
3149M: wolfgang@iksw-muees.de
3150L: linux-usb-users@lists.sourceforge.net
3151L: linux-usb-devel@lists.sourceforge.net
3152S: Maintained
3153
3154USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3155P: Gary Brubaker
3156M: xavyer@ix.netcom.com
3157L: linux-usb-users@lists.sourceforge.net
3158L: linux-usb-devel@lists.sourceforge.net
3159S: Maintained
3160
3161USB SERIAL KEYSPAN DRIVER
3162P: Greg Kroah-Hartman
3163M: greg@kroah.com
3164L: linux-usb-users@lists.sourceforge.net
3165L: linux-usb-devel@lists.sourceforge.net
3166W: http://www.kroah.com/linux/
3167S: Maintained
3168
3169USB SERIAL WHITEHEAT DRIVER
3170P: Stuart MacDonald
3171M: stuartm@connecttech.com
3172L: linux-usb-users@lists.sourceforge.net
3173L: linux-usb-devel@lists.sourceforge.net
3174W: http://www.connecttech.com
3175S: Supported
3176
3177USB SN9C10x DRIVER
3178P: Luca Risolia
3179M: luca.risolia@studio.unibo.it
3180L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003181L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182W: http://www.linux-projects.org
3183S: Maintained
3184
3185USB SUBSYSTEM
3186P: Greg Kroah-Hartman
3187M: gregkh@suse.de
3188L: linux-usb-users@lists.sourceforge.net
3189L: linux-usb-devel@lists.sourceforge.net
3190W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003191T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192S: Supported
3193
3194USB UHCI DRIVER
3195P: Alan Stern
3196M: stern@rowland.harvard.edu
3197L: linux-usb-users@lists.sourceforge.net
3198L: linux-usb-devel@lists.sourceforge.net
3199S: Maintained
3200
3201USB "USBNET" DRIVER
3202P: David Brownell
3203M: dbrownell@users.sourceforge.net
3204L: linux-usb-devel@lists.sourceforge.net
3205S: Maintained
3206
3207USB W996[87]CF DRIVER
3208P: Luca Risolia
3209M: luca.risolia@studio.unibo.it
3210L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003211L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212W: http://www.linux-projects.org
3213S: Maintained
3214
Luca Risolia60f78052006-02-06 16:29:35 +00003215USB ZC0301 DRIVER
3216P: Luca Risolia
3217M: luca.risolia@studio.unibo.it
3218L: linux-usb-devel@lists.sourceforge.net
3219L: video4linux-list@redhat.com
3220W: http://www.linux-projects.org
3221S: Maintained
3222
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223USB ZD1201 DRIVER
3224P: Jeroen Vreeken
3225M: pe1rxq@amsat.org
3226L: linux-usb-users@lists.sourceforge.net
3227L: linux-usb-devel@lists.sourceforge.net
3228W: http://linux-lc100020.sourceforge.net
3229S: Maintained
3230
3231USER-MODE LINUX
3232P: Jeff Dike
3233M: jdike@karaya.com
3234L: user-mode-linux-devel@lists.sourceforge.net
3235L: user-mode-linux-user@lists.sourceforge.net
3236W: http://user-mode-linux.sourceforge.net
3237S: Maintained
3238
3239FAT/VFAT/MSDOS FILESYSTEM:
3240P: OGAWA Hirofumi
3241M: hirofumi@mail.parknet.co.jp
3242L: linux-kernel@vger.kernel.org
3243S: Maintained
3244
3245VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3246P: Jeff Garzik
3247S: Odd fixes
3248
3249VIA RHINE NETWORK DRIVER
3250P: Roger Luethi
3251M: rl@hellgate.ch
3252S: Maintained
3253
Jean Delvare32c0a522005-09-22 21:47:58 +02003254VIAPRO SMBUS DRIVER
3255P: Jean Delvare
3256M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003257L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003258S: Maintained
3259
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260UCLINUX (AND M68KNOMMU)
3261P: Greg Ungerer
3262M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003264L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265S: Maintained
3266
3267UCLINUX FOR NEC V850
3268P: Miles Bader
3269M: uclinux-v850@lsi.nec.co.jp
3270W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3271W: http://www.ee.nec.de/uclinux/
3272S: Supported
3273
3274UCLINUX FOR RENESAS H8/300
3275P: Yoshinori Sato
3276M: ysato@users.sourceforge.jp
3277W: http://uclinux-h8.sourceforge.jp/
3278S: Supported
3279
3280USB DIAMOND RIO500 DRIVER
3281P: Cesar Miquel
3282M: miquel@df.uba.ar
3283L: rio500-users@lists.sourceforge.net
3284W: http://rio500.sourceforge.net
3285S: Maintained
3286
3287VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003288P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003289M: mchehab@infradead.org
3290M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003292W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003293T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003294S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295
Roger Lucas1de9e372005-11-26 20:20:05 +01003296VT8231 HARDWARE MONITOR DRIVER
3297P: Roger Lucas
3298M: roger@planbit.co.uk
3299L: lm-sensors@lm-sensors.org
3300S: Maintained
3301
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302W1 DALLAS'S 1-WIRE BUS
3303P: Evgeniy Polyakov
3304M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305S: Maintained
3306
Charles Spirakis13927072006-07-05 18:05:15 +02003307W83791D HARDWARE MONITORING DRIVER
3308P: Charles Spirakis
3309M: bezaur@gmail.com
3310L: lm-sensors@lm-sensors.org
3311S: Maintained
3312
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313W83L51xD SD/MMC CARD INTERFACE DRIVER
3314P: Pierre Ossman
3315M: drzeus-wbsd@drzeus.cx
3316L: wbsd-devel@list.drzeus.cx
3317W: http://projects.drzeus.cx/wbsd
3318S: Maintained
3319
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003320WATCHDOG DEVICE DRIVERS
3321P: Wim Van Sebroeck
3322M: wim@iguana.be
3323T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3324S: Maintained
3325
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3327P: Jean Tourrilhes
3328M: jt@hpl.hp.com
3329W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3330S: Maintained
3331
3332WD7000 SCSI DRIVER
3333P: Miroslav Zagorac
3334M: zaga@fly.cc.fer.hr
3335L: linux-scsi@vger.kernel.org
3336S: Maintained
3337
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003338WISTRON LAPTOP BUTTON DRIVER
3339P: Miloslav Trmac
3340M: mitr@volny.cz
3341S: Maintained
3342
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343WL3501 WIRELESS PCMCIA CARD DRIVER
3344P: Arnaldo Carvalho de Melo
3345M: acme@conectiva.com.br
3346W: http://advogato.org/person/acme
3347S: Maintained
3348
3349X.25 NETWORK LAYER
3350P: Henner Eisen
3351M: eis@baty.hanse.de
3352L: linux-x25@vger.kernel.org
3353S: Maintained
3354
3355XFS FILESYSTEM
3356P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003357P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003359L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003361T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362S: Supported
3363
3364X86 3-LEVEL PAGING (PAE) SUPPORT
3365P: Ingo Molnar
3366M: mingo@redhat.com
3367S: Maintained
3368
3369X86-64 port
3370P: Andi Kleen
3371M: ak@suse.de
3372L: discuss@x86-64.org
3373W: http://www.x86-64.org
3374S: Maintained
3375
3376YAM DRIVER FOR AX.25
3377P: Jean-Paul Roubelat
3378M: jpr@f6fbb.org
3379L: linux-hams@vger.kernel.org
3380S: Maintained
3381
Henkaf64a5e2005-10-12 15:02:56 +02003382YEALINK PHONE DRIVER
3383P: Henk Vergonet
3384M: Henk.Vergonet@gmail.com
3385L: usbb2k-api-dev@nongnu.org
3386S: Maintained
3387
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3389P: Pete Zaitcev
3390M: zaitcev@yahoo.com
3391L: linux-kernel@vger.kernel.org
3392S: Obsolete
3393
3394Z8530 DRIVER FOR AX.25
3395P: Joerg Reuter
3396M: jreuter@yaina.de
3397W: http://yaina.de/jreuter/
3398W: http://www.qsl.net/dl1bke/
3399L: linux-hams@vger.kernel.org
3400S: Maintained
3401
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003402ZD1211RW WIRELESS DRIVER
3403P: Daniel Drake
3404M: dsd@gentoo.org
3405P: Ulrich Kunitz
3406M: kune@deine-taler.de
3407W: http://zd1211.ath.cx/wiki/DriverRewrite
3408L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3409S: Maintained
3410
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411ZF MACHZ WATCHDOG
3412P: Fernando Fuganti
3413M: fuganti@netbank.com.br
3414W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3415S: Maintained
3416
3417ZR36067 VIDEO FOR LINUX DRIVER
3418P: Ronald Bultje
3419M: rbultje@ronald.bitfreak.net
3420L: mjpeg-users@lists.sourceforge.net
3421W: http://mjpeg.sourceforge.net/driver-zoran/
3422S: Maintained
3423
3424ZR36120 VIDEO FOR LINUX DRIVER
3425P: Pauline Middelink
3426M: middelin@polyware.nl
3427W: http://www.polyware.nl/~middelin/En/hobbies.html
3428W: http://www.polyware.nl/~middelin/hobbies.html
3429S: Maintained
3430
3431THE REST
3432P: Linus Torvalds
3433S: Buried alive in reporters