blob: 7374be00ada2be5b8de511c81b8fbd65777649cc [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
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080061T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070078L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070086S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700147L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148S: Maintained
149
150A2232 SERIAL BOARD DRIVER
151P: Enver Haase
152M: ehaase@inf.fu-berlin.de
153M: A2232@gmx.net
154L: linux-m68k@lists.linux-m68k.org
155S: Maintained
156
157AIO
158P: Benjamin LaHaise
159M: bcrl@kvack.org
160L: linux-aio@kvack.org
161S: Supported
162
163ACENIC DRIVER
164P: Jes Sorensen
165M: jes@trained-monkey.org
166L: linux-acenic@sunsite.dk
167S: Maintained
168
169ACI MIXER DRIVER
170P: Robert Siemer
171M: Robert.Siemer@gmx.de
172L: linux-sound@vger.kernel.org
173W: http://www.stud.uni-karlsruhe.de/~uh1b/
174S: Maintained
175
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176AACRAID SCSI RAID DRIVER
177P: Adaptec OEM Raid Solutions
178L: linux-scsi@vger.kernel.org
179W: http://linux.dell.com/storage.shtml
180S: Supported
181
182ACPI
183P: Len Brown
184M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500185L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800187T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188S: Maintained
189
190AD1816 SOUND DRIVER
191P: Thorsten Knabe
192M: Thorsten Knabe <linux@thorsten-knabe.de>
193W: http://linux.thorsten-knabe.de
194S: Maintained
195
Kyle McMartin6958ae32005-10-21 23:11:27 -0400196AD1889 SOUND DRIVER
197P: Kyle McMartin
198M: kyle@parisc-linux.org
199P: Thibaut Varene
200M: T-Bone@parisc-linux.org
201W: http://wiki.parisc-linux.org/AD1889
202L: parisc-linux@lists.parisc-linux.org
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205ADM1025 HARDWARE MONITOR DRIVER
206P: Jean Delvare
207M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200208L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Maintained
210
211ADT746X FAN DRIVER
212P: Colin Leroy
213M: colin@colino.net
214S: Maintained
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216AEDSP16 DRIVER
217P: Riccardo Facchetti
218M: fizban@tin.it
219S: Maintained
220
221AFFS FILE SYSTEM
222P: Roman Zippel
223M: zippel@linux-m68k.org
224S: Maintained
225
226AGPGART DRIVER
227P: Dave Jones
228M: davej@codemonkey.org.uk
229W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800230T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231S: Maintained
232
233AHA152X SCSI DRIVER
234P: Juergen E. Fischer
235M: Juergen Fischer <fischer@norbit.de>
236L: linux-scsi@vger.kernel.org
237S: Maintained
238
239ALCATEL SPEEDTOUCH USB DRIVER
240P: Duncan Sands
241M: duncan.sands@free.fr
242L: linux-usb-users@lists.sourceforge.net
243L: linux-usb-devel@lists.sourceforge.net
244W: http://www.linux-usb.org/SpeedTouch/
245S: Maintained
246
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000247ALI1563 I2C DRIVER
248P: Rudolf Marek
249M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200250L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000251S: Maintained
252
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253ALPHA PORT
254P: Richard Henderson
255M: rth@twiddle.net
256S: Odd Fixes for 2.4; Maintained for 2.6.
257P: Ivan Kokshaysky
258M: ink@jurassic.park.msu.ru
259S: Maintained for 2.4; PCI support for 2.6.
260
Jordan Crousef90b8112006-01-06 00:12:14 -0800261AMD GEODE PROCESSOR/CHIPSET SUPPORT
262P: Jordan Crouse
263M: info-linux@geode.amd.com
264L: info-linux@geode.amd.com
265W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
266S: Supported
267
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268APM DRIVER
269P: Stephen Rothwell
270M: sfr@canb.auug.org.au
271L: linux-laptop@vger.kernel.org
272W: http://www.canb.auug.org.au/~sfr/
273S: Supported
274
275APPLETALK NETWORK LAYER
276P: Arnaldo Carvalho de Melo
277M: acme@conectiva.com.br
278S: Maintained
279
Jaya Kumar1154ea72005-06-21 17:17:04 -0700280ARC FRAMEBUFFER DRIVER
281P: Jaya Kumar
282M: jayalk@intworks.biz
283S: Maintained
284
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285ARM26 ARCHITECTURE
286P: Ian Molton
287M: spyro@f2s.com
288S: Maintained
289
290ARM26/ARCHIMEDES
291P: Ian Molton
292M: spyro@f2s.com
293S: Maintained
294
295ARM26/A5000
296P: John Appleby
297M: john@dnsworld.co.uk
298S: Maintained
299
300ARM MFM AND FLOPPY DRIVERS
301P: Ian Molton
302M: spyro@f2s.com
303S: Maintained
304
305ARM/CORGI MACHINE SUPPORT
306P: Richard Purdie
307M: rpurdie@rpsys.net
308S: Maintained
309
Dirk Opfer8459c152005-11-06 14:27:52 +0000310ARM/TOSA MACHINE SUPPORT
311P: Dirk Opfer
312M: dirk@opfer-online.de
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315ARM/PLEB SUPPORT
316P: Peter Chubb
317M: pleb@gelato.unsw.edu.au
318W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
319S: Maintained
320
321ARM/PT DIGITAL BOARD PORT
322P: Stefan Eletzhofer
323M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700324L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.arm.linux.org.uk/
326S: Maintained
327
328ARM/SHARK MACHINE SUPPORT
329P: Alexander Schulz
330M: alex@shark-linux.de
331W: http://www.shark-linux.de/shark.html
332S: Maintained
333
334ARM/STRONGARM110 PORT
335P: Russell King
336M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700337L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338W: http://www.arm.linux.org.uk/
339S: Maintained
340
341ARM/S3C2410 ARM ARCHITECTURE
342P: Ben Dooks
343M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700344L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345W: http://www.fluff.org/ben/linux/
346S: Maintained
347
348ARM/S3C2440 ARM ARCHITECTURE
349P: Ben Dooks
350M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700351L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.fluff.org/ben/linux/
353S: Maintained
354
355ARPD SUPPORT
356P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700357L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358S: Maintained
359
360ASUS ACPI EXTRAS DRIVER
361P: Karol Kozimor
362M: sziwan@users.sourceforge.net
363P: Julien Lerouge
364M: julien.lerouge@free.fr
365L: acpi4asus-user@lists.sourceforge.net
366W: http://sourceforge.net/projects/acpi4asus
367W: http://julien.lerouge.free.fr
368S: Maintained
369
370ATA OVER ETHERNET DRIVER
371P: Ed L. Cashin
372M: ecashin@coraid.com
373W: http://www.coraid.com/support/linux
374S: Supported
375
376ATM
377P: Chas Williams
378M: chas@cmf.nrl.navy.mil
379L: linux-atm-general@lists.sourceforge.net
380W: http://linux-atm.sourceforge.net
381S: Maintained
382
383ATMEL WIRELESS DRIVER
384P: Simon Kelley
385M: simon@thekelleys.org.uk
386W: http://www.thekelleys.org.uk/atmel
387W: http://atmelwlandriver.sourceforge.net/
388S: Maintained
389
Chris Wrighta92b7b82005-07-07 18:12:23 -0700390AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100391P: David Woodhouse
392M: dwmw2@infradead.org
393L: linux-audit@redhat.com
394W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800395T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700396S: Maintained
397
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398AX.25 NETWORK LAYER
399P: Ralf Baechle
400M: ralf@linux-mips.org
401L: linux-hams@vger.kernel.org
402S: Maintained
403
404BAYCOM/HDLCDRV DRIVERS FOR AX.25
405P: Thomas Sailer
406M: t.sailer@alumni.ethz.ch
407L: linux-hams@vger.kernel.org
408W: http://www.baycom.org/~tom/ham/ham.html
409S: Maintained
410
411BEFS FILE SYSTEM
412P: Sergey S. Kostyliov
413M: rathamahata@php4.ru
414L: linux-kernel@vger.kernel.org
415S: Maintained
416
417BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
418P: Kenji Hollis
419W: http://ftp.bitgate.com/pcwd/
420S: Maintained
421
422BFS FILE SYSTEM
423P: Tigran A. Aivazian
424M: tigran@veritas.com
425L: linux-kernel@vger.kernel.org
426S: Maintained
427
428BLOCK LAYER
429P: Jens Axboe
430M: axboe@suse.de
431L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800432T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433S: Maintained
434
435BLUETOOTH SUBSYSTEM
436P: Marcel Holtmann
437M: marcel@holtmann.org
438P: Maxim Krasnyansky
439M: maxk@qualcomm.com
440L: bluez-devel@lists.sf.net
441W: http://bluez.sf.net
442W: http://www.bluez.org
443W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800444T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445S: Maintained
446
447BLUETOOTH RFCOMM LAYER
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452S: Maintained
453
454BLUETOOTH BNEP LAYER
455P: Marcel Holtmann
456M: marcel@holtmann.org
457P: Maxim Krasnyansky
458M: maxk@qualcomm.com
459S: Maintained
460
461BLUETOOTH CMTP LAYER
462P: Marcel Holtmann
463M: marcel@holtmann.org
464S: Maintained
465
466BLUETOOTH HIDP LAYER
467P: Marcel Holtmann
468M: marcel@holtmann.org
469S: Maintained
470
471BLUETOOTH HCI UART DRIVER
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476S: Maintained
477
478BLUETOOTH HCI USB DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481P: Maxim Krasnyansky
482M: maxk@qualcomm.com
483S: Maintained
484
485BLUETOOTH HCI BCM203X DRIVER
486P: Marcel Holtmann
487M: marcel@holtmann.org
488S: Maintained
489
490BLUETOOTH HCI BPA10X DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493S: Maintained
494
495BLUETOOTH HCI BFUSB DRIVER
496P: Marcel Holtmann
497M: marcel@holtmann.org
498S: Maintained
499
500BLUETOOTH HCI DTL1 DRIVER
501P: Marcel Holtmann
502M: marcel@holtmann.org
503S: Maintained
504
505BLUETOOTH HCI BLUECARD DRIVER
506P: Marcel Holtmann
507M: marcel@holtmann.org
508S: Maintained
509
510BLUETOOTH HCI BT3C DRIVER
511P: Marcel Holtmann
512M: marcel@holtmann.org
513S: Maintained
514
515BLUETOOTH HCI BTUART DRIVER
516P: Marcel Holtmann
517M: marcel@holtmann.org
518S: Maintained
519
520BLUETOOTH HCI VHCI DRIVER
521P: Maxim Krasnyansky
522M: maxk@qualcomm.com
523S: Maintained
524
525BONDING DRIVER
526P: Chad Tindel
527M: ctindel@users.sourceforge.net
528P: Jay Vosburgh
529M: fubar@us.ibm.com
530L: bonding-devel@lists.sourceforge.net
531W: http://sourceforge.net/projects/bonding/
532S: Supported
533
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000534BROADBAND PROCESSOR ARCHITECTURE
535P: Arnd Bergmann
536M: arnd@arndb.de
537L: linuxppc64-dev@ozlabs.org
538W: http://linuxppc64.org
539S: Supported
540
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700542P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200543M: mchehab@infradead.org
544M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700546W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200547T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700548S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550COMMON INTERNET FILE SYSTEM (CIFS)
551P: Steve French
552M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100553L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554L: samba-technical@lists.samba.org
555W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800556T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557S: Supported
558
Joel Becker7063fbf2005-12-15 14:29:43 -0800559CONFIGFS
560P: Joel Becker
561M: Joel Becker <joel.becker@oracle.com>
562S: Supported
563
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564CIRRUS LOGIC GENERIC FBDEV DRIVER
565P: Jeff Garzik
566M: jgarzik@pobox.com
567L: linux-fbdev-devel@lists.sourceforge.net
568S: Odd Fixes
569
570CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
571P: Cirrus Logic Corporation (kernel 2.2 driver)
572M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
573P: Nils Faerber (port to kernel 2.4)
574M: Nils Faerber <nils@kernelconcepts.de>
575S: Maintained
576
577CODA FILE SYSTEM
578P: Jan Harkes
579M: jaharkes@cs.cmu.edu
580M: coda@cs.cmu.edu
581L: codalist@coda.cs.cmu.edu
582W: http://www.coda.cs.cmu.edu/
583S: Maintained
584
585COMPACTPCI HOTPLUG CORE
586P: Scott Murray
587M: scottm@somanetworks.com
588M: scott@spiteful.org
589L: pcihpd-discuss@lists.sourceforge.net
590S: Supported
591
592COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
593P: Scott Murray
594M: scottm@somanetworks.com
595M: scott@spiteful.org
596L: pcihpd-discuss@lists.sourceforge.net
597S: Supported
598
599COMPACTPCI HOTPLUG GENERIC DRIVER
600P: Scott Murray
601M: scottm@somanetworks.com
602M: scott@spiteful.org
603L: pcihpd-discuss@lists.sourceforge.net
604S: Supported
605
606COMPUTONE INTELLIPORT MULTIPORT CARD
607P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700608M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700610S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611
612COSA/SRP SYNC SERIAL DRIVER
613P: Jan "Yenya" Kasprzak
614M: kas@fi.muni.cz
615W: http://www.fi.muni.cz/~kas/cosa/
616S: Maintained
617
618CPU FREQUENCY DRIVERS
619P: Dave Jones
620M: davej@codemonkey.org.uk
621L: cpufreq@lists.linux.org.uk
622W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800623T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624S: Maintained
625
626CPUID/MSR DRIVER
627P: H. Peter Anvin
628M: hpa@zytor.com
629S: Maintained
630
Paul Jacksoned90fb42005-09-27 21:45:37 -0700631CPUSETS
632P: Paul Jackson
633P: Simon Derr
634M: pj@sgi.com
635M: simon.derr@bull.net
636L: linux-kernel@vger.kernel.org
637W: http://www.bullopensource.org/cpuset/
638S: Supported
639
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640CRAMFS FILESYSTEM
641W: http://sourceforge.net/projects/cramfs/
642S: Orphan
643
644CRIS PORT
645P: Mikael Starvik
646M: starvik@axis.com
647L: dev-etrax@axis.com
648W: http://developer.axis.com
649S: Maintained
650
651CRYPTO API
652P: Herbert Xu
653M: herbert@gondor.apana.org.au
654P: David S. Miller
655M: davem@davemloft.net
656L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800657T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658S: Maintained
659
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100660CS5535 Audio ALSA driver
661P: Jaya Kumar
662M: jayakumar.alsa@gmail.com
663S: Maintained
664
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665CYBERPRO FB DRIVER
666P: Russell King
667M: rmk@arm.linux.org.uk
668W: http://www.arm.linux.org.uk/
669S: Maintained
670
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700671CYBLAFB FRAMEBUFFER DRIVER
672P: Knut Petersen
673M: Knut_Petersen@t-online.de
674L: linux-fbdev-devel@lists.sourceforge.net
675S: Maintained
676
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677CYCLADES 2X SYNC CARD DRIVER
678P: Arnaldo Carvalho de Melo
679M: acme@conectiva.com.br
680W: http://advogato.org/person/acme
681L: cycsyn-devel@bazar.conectiva.com.br
682S: Maintained
683
684CYCLADES ASYNC MUX DRIVER
685M: async@cyclades.com
686W: http://www.cyclades.com/
687S: Supported
688
689CYCLADES PC300 DRIVER
690M: pc300@cyclades.com
691W: http://www.cyclades.com/
692S: Supported
693
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694DAMA SLAVE for AX.25
695P: Joerg Reuter
696M: jreuter@yaina.de
697W: http://yaina.de/jreuter/
698W: http://www.qsl.net/dl1bke/
699L: linux-hams@vger.kernel.org
700S: Maintained
701
702DC395x SCSI driver
703P: Oliver Neukum
704M: oliver@neukum.name
705P: Ali Akcaagac
706M: aliakc@web.de
707P: Jamie Lenehan
708M: lenehan@twibble.org
709W: http://twibble.org/dist/dc395x/
710L: http://lists.twibble.org/mailman/listinfo/dc395x/
711S: Maintained
712
713DC390/AM53C974 SCSI driver
714P: Kurt Garloff
715M: garloff@suse.de
716W: http://www.garloff.de/kurt/linux/dc390/
717P: Guennadi Liakhovetski
718M: g.liakhovetski@gmx.de
719S: Maintained
720
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700721DCCP PROTOCOL
722P: Arnaldo Carvalho de Melo
723M: acme@mandriva.com
724L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800725W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700726S: Maintained
727
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728DECnet NETWORK LAYER
729P: Patrick Caulfield
730M: patrick@tykepenguin.com
731W: http://linux-decnet.sourceforge.net
732L: linux-decnet-user@lists.sourceforge.net
733S: Maintained
734
735DEFXX FDDI NETWORK DRIVER
736P: Maciej W. Rozycki
737M: macro@linux-mips.org
738S: Maintained
739
740DELL LAPTOP SMM DRIVER
741P: Massimo Dal Zotto
742M: dz@debian.org
743W: http://www.debian.org/~dz/i8k/
744S: Maintained
745
Doug Warzecha90563ec2005-09-06 15:17:15 -0700746DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
747P: Doug Warzecha
748M: Douglas_Warzecha@dell.com
749S: Maintained
750
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751DEVICE-MAPPER
752P: Alasdair Kergon
753L: dm-devel@redhat.com
754W: http://sources.redhat.com/dm
755S: Maintained
756
757DEVICE NUMBER REGISTRY
758P: Torben Mathiasen
759M: device@lanana.org
760W: http://lanana.org/docs/device-list/index.html
761L: linux-kernel@vger.kernel.org
762S: Maintained
763
764DEVICE FILESYSTEM
765S: Obsolete
766
767DIGI INTL. EPCA DRIVER
768P: Digi International, Inc
769M: Eng.Linux@digi.com
770L: Eng.Linux@digi.com
771W: http://www.digi.com
772S: Orphaned
773
774DIGI RIGHTSWITCH NETWORK DRIVER
775P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700776L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777W: http://www.digi.com
778S: Orphaned
779
780DIRECTORY NOTIFICATION
781P: Stephen Rothwell
782M: sfr@canb.auug.org.au
783L: linux-kernel@vger.kernel.org
784S: Supported
785
786DISK GEOMETRY AND PARTITION HANDLING
787P: Andries Brouwer
788M: aeb@cwi.nl
789W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
790W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
791W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
792S: Maintained
793
794DISKQUOTA:
795P: Jan Kara
796M: jack@suse.cz
797L: linux-kernel@vger.kernel.org
798S: Maintained
799
800DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
801P: Tobias Ringstrom
802M: tori@unhappy.mine.nu
803L: linux-kernel@vger.kernel.org
804S: Maintained
805
Martin Waitzba483d52005-06-17 13:20:59 -0700806DOCBOOK FOR DOCUMENTATION
807P: Martin Waitz
808M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800809T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700810S: Maintained
811
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812DOUBLETALK DRIVER
813P: James R. Van Zandt
814M: jrv@vanzandt.mv.com
815L: blinux-list@redhat.com
816S: Maintained
817
818DRIVER CORE, KOBJECTS, AND SYSFS
819P: Greg Kroah-Hartman
820M: gregkh@suse.de
821L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800822T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823S: Supported
824
825DRM DRIVERS
826P: David Airlie
827M: airlied@linux.ie
828L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800829T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830S: Maintained
831
832DSCC4 DRIVER
833P: François Romieu
834M: romieu@cogenit.fr
835M: romieu@ensta.fr
836S: Maintained
837
838DVB SUBSYSTEM AND DRIVERS
839P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200840M: mchehab@infradead.org
841M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200843W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200844T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200845S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846
847EATA-DMA SCSI DRIVER
848P: Michael Neuffer
849L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
850S: Maintained
851
852EATA ISA/EISA/PCI SCSI DRIVER
853P: Dario Ballabio
854M: ballabio_dario@emc.com
855L: linux-scsi@vger.kernel.org
856S: Maintained
857
858EATA-PIO SCSI DRIVER
859P: Michael Neuffer
860M: mike@i-Connect.Net
861L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
862S: Maintained
863
864EBTABLES
865P: Bart De Schuymer
866M: bart.de.schuymer@pandora.be
867L: ebtables-user@lists.sourceforge.net
868L: ebtables-devel@lists.sourceforge.net
869W: http://ebtables.sourceforge.net/
870S: Maintained
871
Alan Coxda9bb1d2006-01-18 17:44:13 -0800872EDAC-CORE
873P: Doug Thompson
874M: norsk5@xmission.com, dthompson@linuxnetworx.com
875P: Dave Peterson
876M: dsp@llnl.gov, dave_peterson@pobox.com
877L: bluesmoke-devel@lists.sourceforge.net
878W: bluesmoke.sourceforge.net
879S: Maintained
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881EEPRO100 NETWORK DRIVER
882P: Andrey V. Savochkin
883M: saw@saw.sw.com.sg
884S: Maintained
885
886EMU10K1 SOUND DRIVER
887P: James Courtier-Dutton
888M: James@superbug.demon.co.uk
889L: emu10k1-devel@lists.sourceforge.net
890W: http://sourceforge.net/projects/emu10k1/
891S: Maintained
892
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400893EMULEX LPFC FC SCSI DRIVER
894P: James Smart
895M: james.smart@emulex.com
896L: linux-scsi@vger.kernel.org
897W: http://sourceforge.net/projects/lpfcxxxx
898S: Supported
899
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900EPSON 1355 FRAMEBUFFER DRIVER
901P: Christopher Hoover
902M: ch@murgatroid.com, ch@hpl.hp.com
903S: Maintained
904
905ETHEREXPRESS-16 NETWORK DRIVER
906P: Philip Blundell
907M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700908L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909S: Maintained
910
911ETHERNET BRIDGE
912P: Stephen Hemminger
913M: shemminger@osdl.org
914L: bridge@osdl.org
915W: http://bridge.sourceforge.net/
916S: Maintained
917
918ETHERTEAM 16I DRIVER
919P: Mika Kuoppala
920M: miku@iki.fi
921S: Maintained
922
923EXT2 FILE SYSTEM
924L: ext2-devel@lists.sourceforge.net
925S: Maintained
926
927EXT3 FILE SYSTEM
928P: Stephen Tweedie, Andrew Morton
929M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
930L: ext3-users@redhat.com
931S: Maintained
932
933FARSYNC SYNCHRONOUS DRIVER
934P: Kevin Curtis
935M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936W: http://www.farsite.co.uk/
937S: Supported
938
939FRAMEBUFFER LAYER
940P: Antonino Daplas
941M: adaplas@pol.net
942L: linux-fbdev-devel@lists.sourceforge.net
943W: http://linux-fbdev.sourceforge.net/
944S: Maintained
945
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300946FREESCALE SOC FS_ENET DRIVER
947P: Pantelis Antoniou
948M: pantelis.antoniou@gmail.com
949P: Vitaly Bordug
950M: vbordug@ru.mvista.com
951L: linuxppc-embedded@ozlabs.org
952L: netdev@vger.kernel.org
953S: Maintained
954
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955FILE LOCKING (flock() and fcntl()/lockf())
956P: Matthew Wilcox
957M: matthew@wil.cx
958L: linux-fsdevel@vger.kernel.org
959S: Maintained
960
961FILESYSTEMS (VFS and infrastructure)
962P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100963M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964S: Maintained
965
966FIRMWARE LOADER (request_firmware)
967L: linux-kernel@vger.kernel.org
968S: Orphan
969
970FPU EMULATOR
971P: Bill Metzenthen
972M: billm@suburbia.net
973W: http://suburbia.net/~billm/floating-point/emulator/
974S: Maintained
975
976FRAME RELAY DLCI/FRAD (Sangoma drivers too)
977P: Mike McLagan
978M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700979L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980S: Maintained
981
982FREEVXFS FILESYSTEM
983P: Christoph Hellwig
984M: hch@infradead.org
985W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
986S: Maintained
987
988FUJITSU FR-V PORT
989P: David Howells
990M: dhowells@redhat.com
991S: Maintained
992
993FTAPE/QIC-117
994L: linux-tape@vger.kernel.org
995W: http://sourceforge.net/projects/ftape
996S: Orphan
997
Miklos Szeredi04578f12005-09-09 13:10:22 -0700998FUSE: FILESYSTEM IN USERSPACE
999P: Miklos Szeredi
1000M: miklos@szeredi.hu
1001L: fuse-devel@lists.sourceforge.net
1002W: http://fuse.sourceforge.net/
1003S: Maintained
1004
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1006P: Rik Faith
1007M: faith@cs.unc.edu
1008L: linux-scsi@vger.kernel.org
1009S: Odd fixes (e.g., new signatures)
1010
1011GDT SCSI DISK ARRAY CONTROLLER DRIVER
1012P: Achim Leubner
1013M: achim_leubner@adaptec.com
1014L: linux-scsi@vger.kernel.org
1015W: http://www.icp-vortex.com/
1016S: Supported
1017
1018GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1019P: Krzysztof Halasa
1020M: khc@pm.waw.pl
1021W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1022S: Maintained
1023
Jean Delvare5b543962005-08-15 19:51:02 +02001024HARDWARE MONITORING
1025P: Jean Delvare
1026M: khali@linux-fr.org
1027L: lm-sensors@lm-sensors.org
1028W: http://www.lm-sensors.nu/
1029S: Maintained
1030
Robert Love860e1d62005-08-31 23:57:59 -04001031HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1032P: Robert Love
1033M: rlove@rlove.org
1034M: linux-kernel@vger.kernel.org
1035W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1036S: Maintained
1037
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038HARMONY SOUND DRIVER
1039P: Kyle McMartin
1040M: kyle@parisc-linux.org
1041W: http://www.parisc-linux.org/~kyle/harmony/
1042L: parisc-linux@lists.parisc-linux.org
1043S: Maintained
1044
1045HAYES ESP SERIAL DRIVER
1046P: Andrew J. Robinson
1047M: arobinso@nyx.net
1048L: linux-kernel@vger.kernel.org
1049W: http://www.nyx.net/~arobinso
1050S: Maintained
1051
1052HFS FILESYSTEM
1053P: Roman Zippel
1054M: zippel@linux-m68k.org
1055L: linux-kernel@vger.kernel.org
1056S: Maintained
1057
1058HGA FRAMEBUFFER DRIVER
1059P: Ferenc Bakonyi
1060M: fero@drama.obuda.kando.hu
1061L: linux-nvidia@lists.surfsouth.com
1062W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1063S: Maintained
1064
1065HIGH-SPEED SCC DRIVER FOR AX.25
1066P: Klaus Kudielka
1067M: klaus.kudielka@ieee.org
1068L: linux-hams@vger.kernel.org
1069W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1070S: Maintained
1071
1072HIPPI
1073P: Jes Sorensen
1074M: jes@trained-monkey.org
1075L: linux-hippi@sunsite.dk
1076S: Maintained
1077
1078HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1079P: Chirag Kantharia
1080M: chirag.kantharia@hp.com
1081L: iss_storagedev@hp.com
1082S: Maintained
1083
1084HEWLETT-PACKARD SMART2 RAID DRIVER
1085P: Chirag Kantharia
1086M: chirag.kantharia@hp.com
1087L: iss_storagedev@hp.com
1088S: Maintained
1089
1090HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1091P: Mike Miller
1092M: mike.miller@hp.com
1093L: iss_storagedev@hp.com
1094S: Supported
1095
Jouni Malinenff1d2762005-05-12 22:54:16 -04001096HOST AP DRIVER
1097P: Jouni Malinen
1098M: jkmaline@cc.hut.fi
1099L: hostap@shmoo.com
1100W: http://hostap.epitest.fi/
1101S: Maintained
1102
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1104P: Jaroslav Kysela
1105M: perex@suse.cz
1106S: Maintained
1107
Bob Piccob9b03322005-11-07 00:59:19 -08001108HPET: High Precision Event Timers driver (hpet.c)
1109P: Clemens Ladisch
1110M: clemens@ladisch.de
1111S: Maintained
1112
1113HPET: i386
1114P: Venkatesh Pallipadi (Venki)
1115M: venkatesh.pallipadi@intel.com
1116S: Maintained
1117
1118HPET: x86_64
1119P: Andi Kleen and Vojtech Pavlik
1120M: ak@muc.de and vojtech@suse.cz
1121S: Maintained
1122
1123HPET: ACPI hpet.c
1124P: Bob Picco
1125M: bob.picco@hp.com
1126S: Maintained
1127
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128HPFS FILESYSTEM
1129P: Mikulas Patocka
1130M: mikulas@artax.karlin.mff.cuni.cz
1131W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1132S: Maintained
1133
1134HUGETLB FILESYSTEM
1135P: William Irwin
1136M: wli@holomorphy.com
1137S: Maintained
1138
Jean Delvare5b543962005-08-15 19:51:02 +02001139I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140P: Jean Delvare
1141M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001142L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001144T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145S: Maintained
1146
1147I2O
1148P: Markus Lidel
1149M: markus.lidel@shadowconnect.com
1150W: http://i2o.shadowconnect.com/
1151S: Maintained
1152
1153i386 BOOT CODE
1154P: Riley H. Williams
1155M: Riley@Williams.Name
1156L: Linux-Kernel@vger.kernel.org
1157S: Maintained
1158
1159i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1160P: Dave Jones
1161M: davej@codemonkey.org.uk
1162P: H. Peter Anvin
1163M: hpa@zytor.com
1164S: Maintained
1165
1166i810 TCO TIMER WATCHDOG
1167P: Nils Faerber
1168M: nils@kernelconcepts.de
1169W: http://www.kernelconcepts.de/
1170S: Maintained
1171
1172IA64 (Itanium) PLATFORM
1173P: Tony Luck
1174M: tony.luck@intel.com
1175L: linux-ia64@vger.kernel.org
1176W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001177T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178S: Maintained
1179
1180SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001181P: Greg Edwards
1182M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183L: linux-altix@sgi.com
1184L: linux-ia64@vger.kernel.org
1185W: http://www.sgi.com/altix
1186S: Maintained
1187
1188IBM MCA SCSI SUBSYSTEM DRIVER
1189P: Michael Lang
1190M: langa2@kph.uni-mainz.de
1191W: http://www.uni-mainz.de/~langm000/linux.html
1192S: Maintained
1193
1194IBM Power Linux RAID adapter
1195P: Brian King
1196M: brking@us.ibm.com
1197S: Supported
1198
1199IBM ServeRAID RAID DRIVER
1200P: Jack Hammer
1201P: Dave Jeffery
1202M: ipslinux@adaptec.com
1203W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1204S: Supported
1205
1206IDE DRIVER [GENERAL]
1207P: Bartlomiej Zolnierkiewicz
1208M: B.Zolnierkiewicz@elka.pw.edu.pl
1209L: linux-kernel@vger.kernel.org
1210L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001211T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212S: Maintained
1213
1214IDE/ATAPI CDROM DRIVER
1215P: Jens Axboe
1216M: axboe@suse.de
1217L: linux-kernel@vger.kernel.org
1218W: http://www.kernel.dk
1219S: Maintained
1220
1221IDE/ATAPI FLOPPY DRIVERS
1222P: Paul Bristow
1223M: Paul Bristow <paul@paulbristow.net>
1224W: http://paulbristow.net/linux/idefloppy.html
1225L: linux-kernel@vger.kernel.org
1226S: Maintained
1227
1228IDE/ATAPI TAPE DRIVERS
1229P: Gadi Oxman
1230M: Gadi Oxman <gadio@netvision.net.il>
1231L: linux-kernel@vger.kernel.org
1232S: Maintained
1233
1234IEEE 1394 ETHERNET (eth1394)
1235L: linux1394-devel@lists.sourceforge.net
1236W: http://www.linux1394.org/
1237S: Orphan
1238
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239IEEE 1394 SUBSYSTEM
1240P: Ben Collins
1241M: bcollins@debian.org
1242P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001243M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244L: linux1394-devel@lists.sourceforge.net
1245W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001246T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247S: Maintained
1248
1249IEEE 1394 OHCI DRIVER
1250P: Ben Collins
1251M: bcollins@debian.org
1252P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001253M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254L: linux1394-devel@lists.sourceforge.net
1255W: http://www.linux1394.org/
1256S: Maintained
1257
1258IEEE 1394 PCILYNX DRIVER
1259P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001260M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261L: linux1394-devel@lists.sourceforge.net
1262W: http://www.linux1394.org/
1263S: Maintained
1264
1265IEEE 1394 RAW I/O DRIVER
1266P: Ben Collins
1267M: bcollins@debian.org
1268P: Dan Dennedy
1269M: dan@dennedy.org
1270L: linux1394-devel@lists.sourceforge.net
1271W: http://www.linux1394.org/
1272S: Maintained
1273
Jody McIntyre105d7b32005-09-30 11:59:04 -07001274IEEE 1394 SBP2
1275P: Ben Collins
1276M: bcollins@debian.org
1277P: Stefan Richter
1278M: stefanr@s5r6.in-berlin.de
1279L: linux1394-devel@lists.sourceforge.net
1280W: http://www.linux1394.org/
1281S: Maintained
1282
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283IMS TWINTURBO FRAMEBUFFER DRIVER
1284P: Paul Mundt
1285M: lethal@chaoticdreams.org
1286L: linux-fbdev-devel@lists.sourceforge.net
1287S: Maintained
1288
1289INFINIBAND SUBSYSTEM
1290P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001291M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292P: Sean Hefty
1293M: mshefty@ichips.intel.com
1294P: Hal Rosenstock
1295M: halr@voltaire.com
1296L: openib-general@openib.org
1297W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001298T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299S: Supported
1300
1301INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001302P: Dmitry Torokhov
1303M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304L: linux-input@atrey.karlin.mff.cuni.cz
1305L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001306T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307S: Maintained
1308
Robert Lovec9f04f52005-07-15 12:21:07 -04001309INOTIFY
1310P: John McCutchan and Robert Love
1311M: ttb@tentacle.dhs.org and rml@novell.com
1312L: linux-kernel@vger.kernel.org
1313S: Maintained
1314
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001315INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1316P: Sylvain Meyer
1317M: sylvain.meyer@worldonline.fr
1318L: linux-fbdev-devel@lists.sourceforge.net
1319S: Maintained
1320
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321INTEL 810/815 FRAMEBUFFER DRIVER
1322P: Antonino Daplas
1323M: adaplas@pol.net
1324L: linux-fbdev-devel@lists.sourceforge.net
1325S: Maintained
1326
1327INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1328P: Ingo Molnar
1329M: mingo@redhat.com
1330S: Maintained
1331
1332INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1333P: Jeff Garzik
1334M: jgarzik@pobox.com
1335W: http://sourceforge.net/projects/gkernel/
1336S: Maintained
1337
1338INTEL IA32 MICROCODE UPDATE SUPPORT
1339P: Tigran Aivazian
1340M: tigran@veritas.com
1341S: Maintained
1342
1343INTEL PRO/100 ETHERNET SUPPORT
1344P: John Ronciak
1345M: john.ronciak@intel.com
1346P: Ganesh Venkatesan
1347M: ganesh.venkatesan@intel.com
1348P: Jesse Brandeburg
1349M: jesse.brandeburg@intel.com
1350W: http://sourceforge.net/projects/e1000/
1351S: Supported
1352
1353INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1354P: Jeb Cramer
1355M: cramerj@intel.com
1356P: John Ronciak
1357M: john.ronciak@intel.com
1358P: Ganesh Venkatesan
1359M: ganesh.venkatesan@intel.com
1360W: http://sourceforge.net/projects/e1000/
1361S: Supported
1362
1363INTEL PRO/10GbE SUPPORT
1364P: Ayyappan Veeraiyan
1365M: ayyappan.veeraiyan@intel.com
1366P: Ganesh Venkatesan
1367M: ganesh.venkatesan@intel.com
1368P: John Ronciak
1369M: john.ronciak@intel.com
1370W: http://sourceforge.net/projects/e1000/
1371S: Supported
1372
James Ketrenos826d2ab2005-11-07 18:56:59 -06001373INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1374P: Yi Zhu
1375M: yi.zhu@intel.com
1376P: James Ketrenos
1377M: jketreno@linux.intel.com
1378L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1379W: http://ipw2100.sourceforge.net
1380S: Supported
1381
1382INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1383P: Yi Zhu
1384M: yi.zhu@intel.com
1385P: James Ketrenos
1386M: jketreno@linux.intel.com
1387L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1388W: http://ipw2200.sourceforge.net
1389S: Supported
1390
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391IOC3 DRIVER
1392P: Ralf Baechle
1393M: ralf@linux-mips.org
1394L: linux-mips@linux-mips.org
1395S: Maintained
1396
1397IP MASQUERADING:
1398P: Juanjo Ciarlante
1399M: jjciarla@raiz.uncu.edu.ar
1400S: Maintained
1401
1402IPX NETWORK LAYER
1403P: Arnaldo Carvalho de Melo
1404M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001405L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406S: Maintained
1407
1408IRDA SUBSYSTEM
1409P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001410L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001412S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413
1414ISAPNP
1415P: Jaroslav Kysela
1416M: perex@suse.cz
1417S: Maintained
1418
1419ISDN SUBSYSTEM
1420P: Karsten Keil
1421M: kkeil@suse.de
1422P: Kai Germaschewski
1423M: kai.germaschewski@gmx.de
1424L: isdn4linux@listserv.isdn4linux.de
1425W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001426T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427S: Maintained
1428
1429ISDN SUBSYSTEM (Eicon active card driver)
1430P: Armin Schindler
1431M: mac@melware.de
1432L: isdn4linux@listserv.isdn4linux.de
1433W: http://www.melware.de
1434S: Maintained
1435
1436JOURNALLING FLASH FILE SYSTEM (JFFS)
1437P: Axis Communications AB
1438M: jffs-dev@axis.com
1439L: jffs-dev@axis.com
1440W: http://www.developer.axis.com/software/jffs/
1441S: Maintained
1442
1443JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1444P: David Woodhouse
1445M: dwmw2@infradead.org
1446L: jffs-dev@axis.com
1447W: http://sources.redhat.com/jffs2/
1448S: Maintained
1449
1450JFS FILESYSTEM
1451P: Dave Kleikamp
1452M: shaggy@austin.ibm.com
1453L: jfs-discussion@lists.sourceforge.net
1454W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001455T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456S: Supported
1457
1458KCONFIG
1459P: Roman Zippel
1460M: zippel@linux-m68k.org
1461L: kbuild-devel@lists.sourceforge.net
1462S: Maintained
1463
1464KERNEL AUTOMOUNTER (AUTOFS)
1465P: H. Peter Anvin
1466M: hpa@zytor.com
1467L: autofs@linux.kernel.org
1468S: Odd Fixes
1469
1470KERNEL AUTOMOUNTER v4 (AUTOFS4)
1471P: Ian Kent
1472M: raven@themaw.net
1473L: autofs@linux.kernel.org
1474S: Maintained
1475
1476KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1477P: Kai Germaschewski
1478M: kai@germaschewski.name
1479P: Sam Ravnborg
1480M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001481T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482S: Maintained
1483
1484KERNEL JANITORS
1485P: Several
1486L: kernel-janitors@osdl.org
1487W: http://www.kerneljanitors.org/
1488W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489S: Maintained
1490
1491KERNEL NFSD
1492P: Neil Brown
1493M: neilb@cse.unsw.edu.au
1494L: nfs@lists.sourceforge.net
1495W: http://nfs.sourceforge.net/
1496W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1497S: Maintained
1498
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001499KEXEC
1500P: Eric Biederman
1501P: Randy Dunlap
1502M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001503M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001504W: http://www.xmission.com/~ebiederm/files/kexec/
1505L: linux-kernel@vger.kernel.org
1506L: fastboot@osdl.org
1507S: Maintained
1508
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001509KPROBES
1510P: Prasanna S Panchamukhi
1511M: prasanna@in.ibm.com
1512P: Ananth N Mavinakayanahalli
1513M: ananth@in.ibm.com
1514P: Anil S Keshavamurthy
1515M: anil.s.keshavamurthy@intel.com
1516P: David S. Miller
1517M: davem@davemloft.net
1518L: linux-kernel@vger.kernel.org
1519S: Maintained
1520
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521LANMEDIA WAN CARD DRIVER
1522P: Andrew Stanley-Jones
1523M: asj@lanmedia.com
1524W: http://www.lanmedia.com/
1525S: Supported
1526
1527LAPB module
1528P: Henner Eisen
1529M: eis@baty.hanse.de
1530L: linux-x25@vger.kernel.org
1531S: Maintained
1532
1533LASI 53c700 driver for PARISC
1534P: James E.J. Bottomley
1535M: James.Bottomley@HansenPartnership.com
1536L: linux-scsi@vger.kernel.org
1537S: Maintained
1538
1539LEGO USB Tower driver
1540P: Juergen Stuber
1541M: starblue@users.sourceforge.net
1542L: legousb-devel@lists.sourceforge.net
1543W: http://legousb.sourceforge.net/
1544S: Maintained
1545
1546LINUX FOR IBM pSERIES (RS/6000)
1547P: Paul Mackerras
1548M: paulus@au.ibm.com
1549W: http://www.ibm.com/linux/ltc/projects/ppc
1550S: Supported
1551
1552LINUX FOR NCR VOYAGER
1553P: James Bottomley
1554M: James.Bottomley@HansenPartnership.com
1555W: http://www.hansenpartnership.com/voyager
1556S: Maintained
1557
1558LINUX FOR POWERPC
1559P: Paul Mackerras
1560M: paulus@samba.org
1561W: http://www.penguinppc.org/
1562L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001563T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564S: Supported
1565
1566LINUX FOR POWER MACINTOSH
1567P: Benjamin Herrenschmidt
1568M: benh@kernel.crashing.org
1569W: http://www.penguinppc.org/
1570L: linuxppc-dev@ozlabs.org
1571S: Maintained
1572
1573LINUX FOR POWERPC EMBEDDED MPC52XX
1574P: Sylvain Munaut
1575M: tnt@246tNt.com
1576W: http://www.246tNt.com/mpc52xx/
1577W: http://www.penguinppc.org/
1578L: linuxppc-dev@ozlabs.org
1579L: linuxppc-embedded@ozlabs.org
1580S: Maintained
1581
1582LINUX FOR POWERPC EMBEDDED PPC4XX
1583P: Matt Porter
1584M: mporter@kernel.crashing.org
1585W: http://www.penguinppc.org/
1586L: linuxppc-embedded@ozlabs.org
1587S: Maintained
1588
Tom Rinie93adf12005-07-26 12:49:53 -07001589LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590P: Tom Rini
1591M: trini@kernel.crashing.org
1592W: http://www.penguinppc.org/
1593L: linuxppc-embedded@ozlabs.org
1594S: Maintained
1595
Tom Rinie93adf12005-07-26 12:49:53 -07001596LINUX FOR POWERPC EMBEDDED PPC8XX
1597P: Marcelo Tosatti
1598M: marcelo.tosatti@cyclades.com
1599W: http://www.penguinppc.org/
1600L: linuxppc-embedded@ozlabs.org
1601S: Maintained
1602
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1604P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001605M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606W: http://www.penguinppc.org/
1607L: linuxppc-embedded@ozlabs.org
1608S: Maintained
1609
1610LLC (802.2)
1611P: Arnaldo Carvalho de Melo
1612M: acme@conectiva.com.br
1613S: Maintained
1614
1615LINUX FOR 64BIT POWERPC
1616P: Paul Mackerras
1617M: paulus@samba.org
1618M: paulus@au.ibm.com
1619P: Anton Blanchard
1620M: anton@samba.org
1621M: anton@au.ibm.com
1622W: http://linuxppc64.org
1623L: linuxppc64-dev@ozlabs.org
1624S: Supported
1625
1626LINUX SECURITY MODULE (LSM) FRAMEWORK
1627P: Chris Wright
1628M: chrisw@osdl.org
1629L: linux-security-module@wirex.com
1630W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001631T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632S: Supported
1633
1634LM83 HARDWARE MONITOR DRIVER
1635P: Jean Delvare
1636M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001637L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638S: Maintained
1639
1640LM90 HARDWARE MONITOR DRIVER
1641P: Jean Delvare
1642M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001643L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644S: Maintained
1645
1646LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1647P: Richard Russon (FlatCap)
1648M: ldm@flatcap.org
1649L: ldm-devel@lists.sourceforge.net
1650W: http://ldm.sourceforge.net
1651S: Maintained
1652
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001653LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1654P: Eric Moore
1655M: Eric.Moore@lsil.com
1656M: support@lsil.com
1657L: mpt_linux_developer@lsil.com
1658L: linux-scsi@vger.kernel.org
1659W: http://www.lsilogic.com/support
1660S: Supported
1661
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1663P: Matthew Wilcox
1664M: matthew@wil.cx
1665L: linux-scsi@vger.kernel.org
1666S: Maintained
1667
1668M68K ARCHITECTURE
1669P: Geert Uytterhoeven
1670M: geert@linux-m68k.org
1671P: Roman Zippel
1672M: zippel@linux-m68k.org
1673L: linux-m68k@lists.linux-m68k.org
1674W: http://www.linux-m68k.org/
1675W: http://linux-m68k-cvs.ubb.ca/
1676S: Maintained
1677
1678M68K ON APPLE MACINTOSH
1679P: Joshua Thompson
1680M: funaho@jurai.org
1681W: http://www.mac.linux-m68k.org/
1682L: linux-mac68k@mac.linux-m68k.org
1683S: Maintained
1684
1685M68K ON HP9000/300
1686P: Philip Blundell
1687M: philb@gnu.org
1688W: http://www.tazenda.demon.co.uk/phil/linux-hp
1689S: Maintained
1690
1691MARVELL YUKON / SYSKONNECT DRIVER
1692P: Mirko Lindner
1693M: mlindner@syskonnect.de
1694P: Ralph Roesler
1695M: rroesler@syskonnect.de
1696W: http://www.syskonnect.com
1697S: Supported
1698
1699MAESTRO PCI SOUND DRIVERS
1700P: Zach Brown
1701M: zab@zabbo.net
1702S: Odd Fixes
1703
Michael Kerriskfaf16682005-07-31 22:34:47 -07001704MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1705P: Michael Kerrisk
1706M: mtk-manpages@gmx.net
1707W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1708S: Maintained
1709
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001710MARVELL MV643XX ETHERNET DRIVER
1711P: Dale Farnsworth
1712M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001714M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001715L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001716S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717
1718MATROX FRAMEBUFFER DRIVER
1719P: Petr Vandrovec
1720M: vandrove@vc.cvut.cz
1721L: linux-fbdev-devel@lists.sourceforge.net
1722S: Maintained
1723
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001724MEGARAID SCSI DRIVERS
1725P: Neela Syam Kolli
1726M: Neela.Kolli@engenio.com
1727S: linux-scsi@vger.kernel.org
1728W: http://megaraid.lsilogic.com
1729S: Maintained
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731MEMORY TECHNOLOGY DEVICES
1732P: David Woodhouse
1733M: dwmw2@infradead.org
1734W: http://www.linux-mtd.infradead.org/
1735L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001736T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737S: Maintained
1738
1739MICROTEK X6 SCANNER
1740P: Oliver Neukum
1741M: oliver@neukum.name
1742S: Maintained
1743
1744MIPS
1745P: Ralf Baechle
1746M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001747W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748L: linux-mips@linux-mips.org
1749S: Maintained
1750
1751MISCELLANEOUS MCA-SUPPORT
1752P: James Bottomley
1753M: jejb@steeleye.com
1754L: linux-kernel@vger.kernel.org
1755S: Maintained
1756
1757MODULE SUPPORT
1758P: Rusty Russell
1759M: rusty@rustcorp.com.au
1760L: linux-kernel@vger.kernel.org
1761S: Maintained
1762
1763MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1764P: Stelian Pop
1765M: stelian@popies.net
1766W: http://popies.net/meye/
1767S: Maintained
1768
1769MOUSE AND MISC DEVICES [GENERAL]
1770P: Alessandro Rubini
1771M: rubini@ipvvis.unipv.it
1772L: linux-kernel@vger.kernel.org
1773S: Maintained
1774
1775MTRR AND SIMILAR SUPPORT [i386]
1776P: Richard Gooch
1777M: rgooch@atnf.csiro.au
1778L: linux-kernel@vger.kernel.org
1779W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1780S: Maintained
1781
1782MULTISOUND SOUND DRIVER
1783P: Andrew Veliath
1784M: andrewtv@usa.net
1785S: Maintained
1786
1787NATSEMI ETHERNET DRIVER (DP8381x)
1788P: Tim Hockin
1789M: thockin@hockin.org
1790S: Maintained
1791
1792NCP FILESYSTEM
1793P: Petr Vandrovec
1794M: vandrove@vc.cvut.cz
1795L: linware@sh.cvut.cz
1796S: Maintained
1797
1798NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1799P: James E.J. Bottomley
1800M: James.Bottomley@HansenPartnership.com
1801L: linux-scsi@vger.kernel.org
1802S: Maintained
1803
1804NETFILTER/IPTABLES/IPCHAINS
1805P: Rusty Russell
1806P: Marc Boucher
1807P: James Morris
1808P: Harald Welte
1809P: Jozsef Kadlecsik
1810M: coreteam@netfilter.org
1811W: http://www.netfilter.org/
1812W: http://www.iptables.org/
1813L: netfilter@lists.netfilter.org
1814L: netfilter-devel@lists.netfilter.org
1815S: Supported
1816
1817NETROM NETWORK LAYER
1818P: Ralf Baechle
1819M: ralf@linux-mips.org
1820L: linux-hams@vger.kernel.org
1821S: Maintained
1822
1823NETWORK BLOCK DEVICE
1824P: Paul Clements
1825M: Paul.Clements@steeleye.com
1826S: Maintained
1827
1828NETWORK DEVICE DRIVERS
1829P: Andrew Morton
1830M: akpm@osdl.org
1831P: Jeff Garzik
1832M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001833L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001834T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835S: Maintained
1836
1837NETWORKING [GENERAL]
1838P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001839M: netdev@vger.kernel.org
1840L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841S: Maintained
1842
1843NETWORKING [IPv4/IPv6]
1844P: David S. Miller
1845M: davem@davemloft.net
1846P: Alexey Kuznetsov
1847M: kuznet@ms2.inr.ac.ru
1848P: Pekka Savola (ipv6)
1849M: pekkas@netcore.fi
1850P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001851M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852P: Hideaki YOSHIFUJI
1853M: yoshfuji@linux-ipv6.org
1854P: Patrick McHardy
1855M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001856L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001857T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858S: Maintained
1859
John W. Linville29f8f632006-01-18 14:52:48 -08001860NETWORKING [WIRELESS]
1861P: John W. Linville
1862M: linville@tuxdriver.com
1863L: netdev@vger.kernel.org
1864T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1865S: Maintained
1866
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867IPVS
1868P: Wensong Zhang
1869M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001870P: Simon Horman
1871M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872P: Julian Anastasov
1873M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001874L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875S: Maintained
1876
1877NFS CLIENT
1878P: Trond Myklebust
1879M: trond.myklebust@fys.uio.no
1880L: linux-kernel@vger.kernel.org
1881S: Maintained
1882
1883NI5010 NETWORK DRIVER
1884P: Jan-Pascal van Best and Andreas Mohr
1885M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1886M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001887L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888S: Maintained
1889
1890NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1891P: YOKOTA Hiroshi
1892M: yokota@netlab.is.tsukuba.ac.jp
1893W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1894S: Maintained
1895
1896NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1897P: GOTO Masanori
1898M: gotom@debian.or.jp
1899P: YOKOTA Hiroshi
1900M: yokota@netlab.is.tsukuba.ac.jp
1901W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1902S: Maintained
1903
1904NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1905P: Eberhard Moenkeberg
1906M: emoenke@gwdg.de
1907L: linux-kernel@vger.kernel.org
1908S: Maintained
1909
1910NTFS FILESYSTEM
1911P: Anton Altaparmakov
1912M: aia21@cantab.net
1913L: linux-ntfs-dev@lists.sourceforge.net
1914L: linux-kernel@vger.kernel.org
1915W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001916T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917S: Maintained
1918
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001919NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1920P: Antonino Daplas
1921M: adaplas@pol.net
1922L: linux-fbdev-devel@lists.sourceforge.net
1923S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924
Mark Fashehccd979b2005-12-15 14:31:24 -08001925ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1926P: Mark Fasheh
1927M: mark.fasheh@oracle.com
1928P: Kurt Hackel
1929M: kurt.hackel@oracle.com
1930L: ocfs2-devel@oss.oracle.com
1931W: http://oss.oracle.com/projects/ocfs2/
1932S: Supported
1933
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934OLYMPIC NETWORK DRIVER
1935P: Peter De Shrijver
1936M: p2@ace.ulyssis.student.kuleuven.ac.be
1937P: Mike Phillips
1938M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001939L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940L: linux-tr@linuxtr.net
1941W: http://www.linuxtr.net
1942S: Maintained
1943
Harald Weltec1986ee2005-11-13 16:06:29 -08001944OMNIKEY CARDMAN 4000 DRIVER
1945P: Harald Welte
1946M: laforge@gnumonks.org
1947S: Maintained
1948
Harald Welte77c44ab2005-11-13 16:06:26 -08001949OMNIKEY CARDMAN 4040 DRIVER
1950P: Harald Welte
1951M: laforge@gnumonks.org
1952S: Maintained
1953
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954ONSTREAM SCSI TAPE DRIVER
1955P: Willem Riede
1956M: osst@riede.org
1957L: osst-users@lists.sourceforge.net
1958L: linux-scsi@vger.kernel.org
1959S: Maintained
1960
1961OPL3-SA2, SA3, and SAx DRIVER
1962P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001963M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964L: linux-sound@vger.kernel.org
1965S: Maintained
1966
1967OPROFILE
1968P: Philippe Elie
1969M: phil.el@wanadoo.fr
1970L: oprofile-list@lists.sf.net
1971S: Maintained
1972
1973ORINOCO DRIVER
1974P: Pavel Roskin
1975M: proski@gnu.org
1976P: David Gibson
1977M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001978L: orinoco-users@lists.sourceforge.net
1979L: orinoco-devel@lists.sourceforge.net
1980W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981S: Maintained
1982
1983PARALLEL PORT SUPPORT
1984P: Phil Blundell
1985M: philb@gnu.org
1986P: Tim Waugh
1987M: tim@cyberelk.net
1988P: David Campbell
1989M: campbell@torque.net
1990P: Andrea Arcangeli
1991M: andrea@suse.de
1992L: linux-parport@lists.infradead.org
1993W: http://people.redhat.com/twaugh/parport/
1994S: Maintained
1995
1996PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1997P: Tim Waugh
1998M: tim@cyberelk.net
1999L: linux-parport@lists.infradead.org
2000W: http://www.torque.net/linux-pp.html
2001S: Maintained
2002
2003PARISC ARCHITECTURE
2004P: Matthew Wilcox
2005M: matthew@wil.cx
2006P: Grant Grundler
2007M: grundler@parisc-linux.org
2008L: parisc-linux@parisc-linux.org
2009W: http://www.parisc-linux.org/
2010S: Maintained
2011
2012PERSONALITY HANDLING
2013P: Christoph Hellwig
2014M: hch@infradead.org
2015L: linux-abi-devel@lists.sourceforge.net
2016S: Maintained
2017
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002018PCI ERROR RECOVERY
2019P: Linas Vepstas
2020M: linas@austin.ibm.com
2021L: linux-kernel@vger.kernel.org
2022L: linux-pci@atrey.karlin.mff.cuni.cz
2023S: Supported
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2026P: Thomas Sailer
2027M: sailer@ife.ee.ethz.ch
2028L: linux-sound@vger.kernel.org
2029W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2030S: Maintained
2031
2032PCI SUBSYSTEM
2033P: Greg Kroah-Hartman
2034M: gregkh@suse.de
2035L: linux-kernel@vger.kernel.org
2036L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002037T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038S: Supported
2039
2040PCI HOTPLUG CORE
2041P: Greg Kroah-Hartman
2042M: gregkh@suse.de
2043S: Supported
2044
2045PCI HOTPLUG COMPAQ DRIVER
2046P: Greg Kroah-Hartman
2047M: greg@kroah.com
2048S: Maintained
2049
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002050PCIE HOTPLUG DRIVER
2051P: Kristen Carlson Accardi
2052M: kristen.c.accardi@intel.com
2053L: pcihpd-discuss@lists.sourceforge.net
2054S: Maintained
2055
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002057P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002059T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002060S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061
2062PCNET32 NETWORK DRIVER
2063P: Thomas Bogendörfer
2064M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002065L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066S: Maintained
2067
2068PHRAM MTD DRIVER
2069P: Jörn Engel
2070M: joern@wh.fh-wedel.de
2071L: linux-mtd@lists.infradead.org
2072S: Maintained
2073
Peter Osterlund249a6772005-09-27 21:45:30 -07002074PKTCDVD DRIVER
2075P: Peter Osterlund
2076M: petero2@telia.com
2077L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002078S: Maintained
2079
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080POSIX CLOCKS and TIMERS
2081P: George Anzinger
2082M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002083L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084S: Supported
2085
Eugene Surovegin24682972005-10-14 03:00:53 -07002086POWERPC 4xx EMAC DRIVER
2087P: Eugene Surovegin
2088M: ebs@ebshome.net
2089W: http://kernel.ebshome.net/emac/
2090L: linuxppc-embedded@ozlabs.org
2091L: netdev@vger.kernel.org
2092S: Maintained
2093
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094PNP SUPPORT
2095P: Adam Belay
2096M: ambx1@neo.rr.com
2097S: Maintained
2098
2099PPP PROTOCOL DRIVERS AND COMPRESSORS
2100P: Paul Mackerras
2101M: paulus@samba.org
2102L: linux-ppp@vger.kernel.org
2103S: Maintained
2104
2105PPP OVER ATM (RFC 2364)
2106P: Mitchell Blank Jr
2107M: mitch@sfgoth.com
2108S: Maintained
2109
2110PPP OVER ETHERNET
2111P: Michal Ostrowski
2112M: mostrows@speakeasy.net
2113S: Maintained
2114
2115PREEMPTIBLE KERNEL
2116P: Robert Love
2117M: rml@tech9.net
2118L: linux-kernel@vger.kernel.org
2119L: kpreempt-tech@lists.sourceforge.net
2120W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2121S: Supported
2122
2123PRISM54 WIRELESS DRIVER
2124P: Prism54 Development Team
2125M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002126L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127W: http://prism54.org
2128S: Maintained
2129
2130PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2131P: Peter Denison
2132M: promise@pnd-pc.demon.co.uk
2133W: http://www.pnd-pc.demon.co.uk/promise/
2134S: Maintained
2135
2136PXA2xx SUPPORT
2137P: Nicolas Pitre
2138M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002139L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140S: Maintained
2141
2142QLOGIC QLA2XXX FC-SCSI DRIVER
2143P: Andrew Vasquez
2144M: andrew.vasquez@qlogic.com
2145L: linux-scsi@vger.kernel.org
2146S: Supported
2147
2148QNX4 FILESYSTEM
2149P: Anders Larsen
2150M: al@alarsen.net
2151L: linux-kernel@vger.kernel.org
2152W: http://www.alarsen.net/linux/qnx4fs/
2153S: Maintained
2154
2155RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002156P: Benjamin Herrenschmidt
2157M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158L: linux-fbdev-devel@lists.sourceforge.net
2159S: Maintained
2160
2161RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002162P: Paul Mackerras
2163M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164L: linux-fbdev-devel@lists.sourceforge.net
2165S: Maintained
2166
2167RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2168P: Corey Thomas
2169M: corey@world.std.com
2170L: linux-kernel@vger.kernel.org
2171S: Maintained
2172
Matt Mackall9e95ce22005-04-16 15:25:56 -07002173RANDOM NUMBER DRIVER
2174P: Matt Mackall
2175M: mpm@selenic.com
2176S: Maintained
2177
Matt Porter394b7012005-11-07 01:00:15 -08002178RAPIDIO SUBSYSTEM
2179P: Matt Porter
2180M: mporter@kernel.crashing.org
2181L: linux-kernel@vger.kernel.org
2182S: Maintained
2183
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184REAL TIME CLOCK DRIVER
2185P: Paul Gortmaker
2186M: p_gortmaker@yahoo.com
2187L: linux-kernel@vger.kernel.org
2188S: Maintained
2189
2190REISERFS FILE SYSTEM
2191P: Hans Reiser
2192M: reiserfs-dev@namesys.com
2193L: reiserfs-list@namesys.com
2194W: http://www.namesys.com
2195S: Supported
2196
2197ROCKETPORT DRIVER
2198P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199W: http://www.comtrol.com
2200S: Maintained
2201
2202ROSE NETWORK LAYER
2203P: Ralf Baechle
2204M: ralf@linux-mips.org
2205L: linux-hams@vger.kernel.org
2206S: Maintained
2207
2208RISCOM8 DRIVER
2209S: Orphan
2210
2211RTLINUX REALTIME LINUX
2212P: Victor Yodaiken
2213M: yodaiken@fsmlabs.com
2214L: rtl@rtlinux.org
2215W: www.rtlinux.org
2216S: Maintained
2217
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002218S3 SAVAGE FRAMEBUFFER DRIVER
2219P: Antonino Daplas
2220M: adaplas@pol.net
2221L: linux-fbdev-devel@lists.sourceforge.net
2222S: Maintained
2223
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224S390
2225P: Martin Schwidefsky
2226M: schwidefsky@de.ibm.com
2227M: linux390@de.ibm.com
2228L: linux-390@vm.marist.edu
2229W: http://oss.software.ibm.com/developerworks/opensource/linux390
2230S: Supported
2231
2232SAA7146 VIDEO4LINUX-2 DRIVER
2233P: Michael Hunold
2234M: michael@mihu.de
2235W: http://www.mihu.de/linux/saa7146
2236S: Maintained
2237
2238SBPCD CDROM DRIVER
2239P: Eberhard Moenkeberg
2240M: emoenke@gwdg.de
2241L: linux-kernel@vger.kernel.org
2242S: Maintained
2243
2244SC1200 WDT DRIVER
2245P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002246M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247S: Maintained
2248
2249SCHEDULER
2250P: Ingo Molnar
2251M: mingo@elte.hu
2252P: Robert Love [the preemptible kernel bits]
2253M: rml@tech9.net
2254L: linux-kernel@vger.kernel.org
2255S: Maintained
2256
2257SCSI CDROM DRIVER
2258P: Jens Axboe
2259M: axboe@suse.de
2260L: linux-scsi@vger.kernel.org
2261W: http://www.kernel.dk
2262S: Maintained
2263
2264SCSI SG DRIVER
2265P: Doug Gilbert
2266M: dgilbert@interlog.com
2267L: linux-scsi@vger.kernel.org
2268W: http://www.torque.net/sg
2269S: Maintained
2270
2271SCSI SUBSYSTEM
2272P: James E.J. Bottomley
2273M: James.Bottomley@SteelEye.com
2274L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002275T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276S: Maintained
2277
2278SCSI TAPE DRIVER
2279P: Kai Mäkisara
2280M: Kai.Makisara@kolumbus.fi
2281L: linux-scsi@vger.kernel.org
2282S: Maintained
2283
2284SCTP PROTOCOL
2285P: Sridhar Samudrala
2286M: sri@us.ibm.com
2287L: lksctp-developers@lists.sourceforge.net
2288S: Supported
2289
2290SCx200 CPU SUPPORT
2291P: Christer Weinigel
2292M: christer@weinigel.se
2293W: http://www.weinigel.se
2294S: Supported
2295
2296SECURITY CONTACT
2297P: Security Officers
2298M: security@kernel.org
2299S: Supported
2300
2301SELINUX SECURITY MODULE
2302P: Stephen Smalley
2303M: sds@epoch.ncsc.mil
2304P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002305M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306L: linux-kernel@vger.kernel.org (kernel issues)
2307L: selinux@tycho.nsa.gov (general discussion)
2308W: http://www.nsa.gov/selinux
2309S: Supported
2310
2311SERIAL ATA (SATA) SUBSYSTEM:
2312P: Jeff Garzik
2313M: jgarzik@pobox.com
2314L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002315T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Supported
2317
2318SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2319P: Pat Gefre
2320M: pfg@sgi.com
2321L: linux-ia64@vger.kernel.org
2322S: Supported
2323
2324SGI VISUAL WORKSTATION 320 AND 540
2325P: Andrey Panin
2326M: pazke@donpac.ru
2327L: linux-visws-devel@lists.sf.net
2328W: http://linux-visws.sf.net
2329S: Maintained for 2.6.
2330
2331SIMTEC EB110ATX (Chalice CATS)
2332P: Ben Dooks
2333P: Vincent Sanders
2334M: support@simtec.co.uk
2335W: http://www.simtec.co.uk/products/EB110ATX/
2336S: Supported
2337
2338SIMTEC EB2410ITX (BAST)
2339P: Ben Dooks
2340P: Vincent Sanders
2341M: support@simtec.co.uk
2342W: http://www.simtec.co.uk/products/EB2410ITX/
2343S: Supported
2344
Francois Romieu92aab3c2005-07-30 13:11:18 +02002345SIS 190 ETHERNET DRIVER
2346P: Francois Romieu
2347M: romieu@fr.zoreil.com
2348L: netdev@vger.kernel.org
2349S: Maintained
2350
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351SIS 5513 IDE CONTROLLER DRIVER
2352P: Lionel Bouton
2353M: Lionel.Bouton@inet6.fr
2354W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2355W: http://gyver.homeip.net/sis5513/index.html
2356S: Maintained
2357
2358SIS 900/7016 FAST ETHERNET DRIVER
2359P: Daniele Venzano
2360M: venza@brownhat.org
2361W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002362L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363S: Maintained
2364
2365SIS FRAMEBUFFER DRIVER
2366P: Thomas Winischhofer
2367M: thomas@winischhofer.net
2368W: http://www.winischhofer.net/linuxsisvga.shtml
2369S: Maintained
2370
2371SIS USB2VGA DRIVER
2372P: Thomas Winischhofer
2373M: thomas@winischhofer.net
2374W: http://www.winischhofer.at/linuxsisusbvga.shtml
2375S: Maintained
2376
2377SMSC47M1 HARDWARE MONITOR DRIVER
2378P: Jean Delvare
2379M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002380L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S: Odd Fixes
2382
2383SMB FILESYSTEM
2384P: Urban Widmark
2385M: urban@teststation.com
2386W: http://samba.org/
2387L: samba@samba.org
2388S: Maintained
2389
2390SMC91x ETHERNET DRIVER
2391P: Nicolas Pitre
2392M: nico@cam.org
2393S: Maintained
2394
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395SOFTWARE RAID (Multiple Disks) SUPPORT
2396P: Ingo Molnar
2397M: mingo@redhat.com
2398P: Neil Brown
2399M: neilb@cse.unsw.edu.au
2400L: linux-raid@vger.kernel.org
2401S: Maintained
2402
2403SOFTWARE SUSPEND:
2404P: Pavel Machek
2405M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002406L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407S: Maintained
2408
2409SONIC NETWORK DRIVER
2410P: Thomas Bogendoerfer
2411M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002412L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413S: Maintained
2414
2415SONY VAIO CONTROL DEVICE DRIVER
2416P: Stelian Pop
2417M: stelian@popies.net
2418W: http://popies.net/sonypi/
2419S: Maintained
2420
2421SOUND
2422P: Jaroslav Kysela
2423M: perex@suse.cz
2424L: alsa-devel@alsa-project.org
2425S: Maintained
2426
Kylene Hall1c72d462005-05-01 08:59:13 -07002427TPM DEVICE DRIVER
2428P: Kylene Hall
2429M: kjhall@us.ibm.com
2430W: http://tpmdd.sourceforge.net
2431L: tpmdd-devel@lists.sourceforge.net
2432S: Maintained
2433
Mark Gross1a80ba82005-10-30 15:02:55 -08002434Telecom Clock Driver for MCPL0010
2435P: Mark Gross
2436M: mark.gross@intel.com
2437S: Supported
2438
Chris Zankel48b415c2005-06-23 22:01:07 -07002439TENSILICA XTENSA PORT (xtensa):
2440P: Chris Zankel
2441M: chris@zankel.net
2442S: Maintained
2443
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444UltraSPARC (sparc64):
2445P: David S. Miller
2446M: davem@davemloft.net
2447P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002448M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449P: Jakub Jelinek
2450M: jj@sunsite.ms.mff.cuni.cz
2451P: Anton Blanchard
2452M: anton@samba.org
2453L: sparclinux@vger.kernel.org
2454L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002455T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456S: Maintained
2457
2458SHARP LH SUPPORT (LH7952X & LH7A40X)
2459P: Marc Singer
2460M: elf@buici.com
2461W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002462L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463S: Maintained
2464
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002465SHPC HOTPLUG DRIVER
2466P: Kristen Carlson Accardi
2467M: kristen.c.accardi@intel.com
2468L: pcihpd-discuss@lists.sourceforge.net
2469S: Maintained
2470
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002471SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2472P: Stephen Hemminger
2473M: shemminger@osdl.org
2474L: netdev@vger.kernel.org
2475S: Maintained
2476
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477SPARC (sparc32):
2478P: William L. Irwin
2479M: wli@holomorphy.com
2480L: sparclinux@vger.kernel.org
2481S: Maintained
2482
2483SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2484P: Roger Wolff
2485M: R.E.Wolff@BitWizard.nl
2486L: linux-kernel@vger.kernel.org ?
2487S: Supported
2488
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489SRM (Alpha) environment access
2490P: Jan-Benedict Glaw
2491M: jbglaw@lug-owl.de
2492L: linux-kernel@vger.kernel.org
2493S: Maintained
2494
2495STARFIRE/DURALAN NETWORK DRIVER
2496P: Ion Badulescu
2497M: ionut@cs.columbia.edu
2498S: Maintained
2499
2500STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2501W: http://mosquitonet.Stanford.EDU/strip.html
2502S: Unsupported ?
2503
2504STRADIS MPEG-2 DECODER DRIVER
2505P: Nathan Laredo
2506M: laredo@gnu.org
2507W: http://mpeg.openprojects.net/
2508W: http://www.stradis.com/
2509S: Maintained
2510
2511SUPERH (sh)
2512P: Paul Mundt
2513M: lethal@linux-sh.org
2514P: Kazumoto Kojima
2515M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002516L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517W: http://www.linux-sh.org
2518W: http://www.m17n.org/linux-sh/
2519W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2520S: Maintained
2521
2522SUPERH64 (sh64)
2523P: Paul Mundt
2524M: lethal@linux-sh.org
2525P: Richard Curnow
2526M: rc@rc0.org.uk
2527L: linuxsh-shmedia-dev@lists.sourceforge.net
2528W: http://www.linux-sh.org
2529W: http://www.rc0.org.uk/sh64
2530S: Maintained
2531
2532SUN3/3X
2533P: Sam Creasey
2534M: sammy@sammy.net
2535L: sun3-list@redhat.com
2536W: http://sammy.net/sun3/
2537S: Maintained
2538
2539SVGA HANDLING
2540P: Martin Mares
2541M: mj@ucw.cz
2542L: linux-video@atrey.karlin.mff.cuni.cz
2543S: Maintained
2544
2545SYSV FILESYSTEM
2546P: Christoph Hellwig
2547M: hch@infradead.org
2548S: Maintained
2549
2550TI PARALLEL LINK CABLE DRIVER
2551P: Romain Lievin
2552M: roms@lpg.ticalc.org
2553S: Maintained
2554
Per Lidene86eaa32006-01-12 16:45:18 +01002555TIPC NETWORK LAYER
2556P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002557M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002558P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002559M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002560P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002561M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002562L: tipc-discussion@lists.sourceforge.net
2563W: http://tipc.sourceforge.net/
2564W: http://tipc.cslab.ericsson.net/
2565T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2566S: Maintained
2567
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568TLAN NETWORK DRIVER
2569P: Samuel Chessman
2570M: chessman@tux.org
2571L: tlan-devel@lists.sourceforge.net
2572W: http://sourceforge.net/projects/tlan/
2573S: Maintained
2574
2575TOKEN-RING NETWORK DRIVER
2576P: Mike Phillips
2577M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002578L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579L: linux-tr@linuxtr.net
2580W: http://www.linuxtr.net
2581S: Maintained
2582
2583TOSHIBA ACPI EXTRAS DRIVER
2584P: John Belmonte
2585M: toshiba_acpi@memebeam.org
2586W: http://memebeam.org/toys/ToshibaAcpiDriver
2587S: Maintained
2588
2589TOSHIBA SMM DRIVER
2590P: Jonathan Buzzard
2591M: jonathan@buzzard.org.uk
2592L: tlinux-users@tce.toshiba-dme.co.jp
2593W: http://www.buzzard.org.uk/toshiba/
2594S: Maintained
2595
2596TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2597P: Muli Ben-Yehuda
2598M: mulix@mulix.org
2599L: linux-kernel@vger.kernel.org
2600S: Maintained
2601
2602TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002603P: Adrian Bunk
2604M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002606W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002607T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608S: Maintained
2609
2610TMS380 TOKEN-RING NETWORK DRIVER
2611P: Adam Fritzler
2612M: mid@auk.cx
2613L: linux-tr@linuxtr.net
2614W: http://www.auk.cx/tms380tr/
2615S: Maintained
2616
2617TULIP NETWORK DRIVER
2618P: Jeff Garzik
2619M: jgarzik@pobox.com
2620L: tulip-users@lists.sourceforge.net
2621W: http://sourceforge.net/projects/tulip/
2622S: Maintained
2623
2624TUN/TAP driver
2625P: Maxim Krasnyansky
2626M: maxk@qualcomm.com, max_mk@yahoo.com
2627L: vtun@office.satix.net
2628W: http://vtun.sourceforge.net/tun
2629S: Maintained
2630
2631U14-34F SCSI DRIVER
2632P: Dario Ballabio
2633M: ballabio_dario@emc.com
2634L: linux-scsi@vger.kernel.org
2635S: Maintained
2636
2637UDF FILESYSTEM
2638P: Ben Fennema
2639M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640W: http://linux-udf.sourceforge.net
2641S: Maintained
2642
2643UNIFORM CDROM DRIVER
2644P: Jens Axboe
2645M: axboe@suse.de
2646L: linux-kernel@vger.kernel.org
2647W: http://www.kernel.dk
2648S: Maintained
2649
2650USB ACM DRIVER
2651P: Oliver Neukum
2652M: oliver@neukum.name
2653L: linux-usb-users@lists.sourceforge.net
2654L: linux-usb-devel@lists.sourceforge.net
2655S: Maintained
2656
2657USB BLOCK DRIVER (UB ub)
2658P: Pete Zaitcev
2659M: zaitcev@redhat.com
2660L: linux-kernel@vger.kernel.org
2661L: linux-usb-devel@lists.sourceforge.net
2662S: Supported
2663
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664USB CDC ETHERNET DRIVER
2665P: Greg Kroah-Hartman
2666M: greg@kroah.com
2667L: linux-usb-users@lists.sourceforge.net
2668L: linux-usb-devel@lists.sourceforge.net
2669S: Maintained
2670W: http://www.kroah.com/linux-usb/
2671
2672USB EHCI DRIVER
2673P: David Brownell
2674M: dbrownell@users.sourceforge.net
2675L: linux-usb-devel@lists.sourceforge.net
2676S: Maintained
2677
2678USB HID/HIDBP DRIVERS
2679P: Vojtech Pavlik
2680M: vojtech@suse.cz
2681L: linux-usb-users@lists.sourceforge.net
2682L: linux-usb-devel@lists.sourceforge.net
2683S: Maintained
2684
2685USB HUB DRIVER
2686P: Johannes Erdfelt
2687M: johannes@erdfelt.com
2688L: linux-usb-users@lists.sourceforge.net
2689L: linux-usb-devel@lists.sourceforge.net
2690S: Maintained
2691
Olav Kongas959eea22005-11-03 17:38:14 +02002692USB ISP116X DRIVER
2693P: Olav Kongas
2694M: ok@artecdesign.ee
2695L: linux-usb-devel@lists.sourceforge.net
2696S: Maintained
2697
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698USB KAWASAKI LSI DRIVER
2699P: Oliver Neukum
2700M: oliver@neukum.name
2701L: linux-usb-users@lists.sourceforge.net
2702L: linux-usb-devel@lists.sourceforge.net
2703S: Maintained
2704
2705USB MASS STORAGE DRIVER
2706P: Matthew Dharm
2707M: mdharm-usb@one-eyed-alien.net
2708L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002709L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710S: Maintained
2711W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2712
2713USB OHCI DRIVER
2714P: Roman Weissgaerber
2715M: weissg@vienna.at
2716L: linux-usb-users@lists.sourceforge.net
2717L: linux-usb-devel@lists.sourceforge.net
2718S: Maintained
2719
Matthias Urlichsba460e42005-07-14 00:33:47 -07002720USB OPTION-CARD DRIVER
2721P: Matthias Urlichs
2722M: smurf@smurf.noris.de
2723L: linux-usb-devel@lists.sourceforge.net
2724S: Maintained
2725
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726USB OV511 DRIVER
2727P: Mark McClelland
2728M: mmcclell@bigfoot.com
2729L: linux-usb-users@lists.sourceforge.net
2730L: linux-usb-devel@lists.sourceforge.net
2731W: http://alpha.dyndns.org/ov511/
2732S: Maintained
2733
2734USB PEGASUS DRIVER
2735P: Petko Manolov
2736M: petkan@users.sourceforge.net
2737L: linux-usb-users@lists.sourceforge.net
2738L: linux-usb-devel@lists.sourceforge.net
2739W: http://pegasus2.sourceforge.net/
2740S: Maintained
2741
2742USB PRINTER DRIVER
2743P: Vojtech Pavlik
2744M: vojtech@suse.cz
2745L: linux-usb-users@lists.sourceforge.net
2746L: linux-usb-devel@lists.sourceforge.net
2747S: Maintained
2748
2749USB RTL8150 DRIVER
2750P: Petko Manolov
2751M: petkan@users.sourceforge.net
2752L: linux-usb-users@lists.sourceforge.net
2753L: linux-usb-devel@lists.sourceforge.net
2754W: http://pegasus2.sourceforge.net/
2755S: Maintained
2756
2757USB SE401 DRIVER
2758P: Jeroen Vreeken
2759M: pe1rxq@amsat.org
2760L: linux-usb-users@lists.sourceforge.net
2761L: linux-usb-devel@lists.sourceforge.net
2762W: http://www.chello.nl/~j.vreeken/se401/
2763S: Maintained
2764
2765USB SERIAL CYBERJACK DRIVER
2766P: Matthias Bruestle and Harald Welte
2767M: support@reiner-sct.com
2768W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2769S: Maintained
2770
2771USB SERIAL DIGI ACCELEPORT DRIVER
2772P: Peter Berger and Al Borchers
2773M: pberger@brimson.com
2774M: alborchers@steinerpoint.com
2775L: linux-usb-users@lists.sourceforge.net
2776L: linux-usb-devel@lists.sourceforge.net
2777S: Maintained
2778
2779USB SERIAL DRIVER
2780P: Greg Kroah-Hartman
2781M: gregkh@suse.de
2782L: linux-usb-users@lists.sourceforge.net
2783L: linux-usb-devel@lists.sourceforge.net
2784S: Supported
2785
2786USB SERIAL BELKIN F5U103 DRIVER
2787P: William Greathouse
2788M: wgreathouse@smva.com
2789L: linux-usb-users@lists.sourceforge.net
2790L: linux-usb-devel@lists.sourceforge.net
2791S: Maintained
2792
2793USB SERIAL CYPRESS M8 DRIVER
2794P: Lonnie Mendez
2795M: dignome@gmail.com
2796L: linux-usb-users@lists.sourceforge.net
2797L: linux-usb-devel@lists.sourceforge.net
2798S: Maintained
2799W: http://geocities.com/i0xox0i
2800W: http://firstlight.net/cvs
2801
2802USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2803L: linux-usb-users@lists.sourceforge.net
2804L: linux-usb-devel@lists.sourceforge.net
2805S: Maintained
2806
2807USB AUERSWALD DRIVER
2808P: Wolfgang Muees
2809M: wolfgang@iksw-muees.de
2810L: linux-usb-users@lists.sourceforge.net
2811L: linux-usb-devel@lists.sourceforge.net
2812S: Maintained
2813
2814USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2815P: Gary Brubaker
2816M: xavyer@ix.netcom.com
2817L: linux-usb-users@lists.sourceforge.net
2818L: linux-usb-devel@lists.sourceforge.net
2819S: Maintained
2820
2821USB SERIAL KEYSPAN DRIVER
2822P: Greg Kroah-Hartman
2823M: greg@kroah.com
2824L: linux-usb-users@lists.sourceforge.net
2825L: linux-usb-devel@lists.sourceforge.net
2826W: http://www.kroah.com/linux/
2827S: Maintained
2828
2829USB SERIAL WHITEHEAT DRIVER
2830P: Stuart MacDonald
2831M: stuartm@connecttech.com
2832L: linux-usb-users@lists.sourceforge.net
2833L: linux-usb-devel@lists.sourceforge.net
2834W: http://www.connecttech.com
2835S: Supported
2836
2837USB SN9C10x DRIVER
2838P: Luca Risolia
2839M: luca.risolia@studio.unibo.it
2840L: linux-usb-devel@lists.sourceforge.net
2841W: http://www.linux-projects.org
2842S: Maintained
2843
2844USB SUBSYSTEM
2845P: Greg Kroah-Hartman
2846M: gregkh@suse.de
2847L: linux-usb-users@lists.sourceforge.net
2848L: linux-usb-devel@lists.sourceforge.net
2849W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002850T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851S: Supported
2852
2853USB UHCI DRIVER
2854P: Alan Stern
2855M: stern@rowland.harvard.edu
2856L: linux-usb-users@lists.sourceforge.net
2857L: linux-usb-devel@lists.sourceforge.net
2858S: Maintained
2859
2860USB "USBNET" DRIVER
2861P: David Brownell
2862M: dbrownell@users.sourceforge.net
2863L: linux-usb-devel@lists.sourceforge.net
2864S: Maintained
2865
2866USB W996[87]CF DRIVER
2867P: Luca Risolia
2868M: luca.risolia@studio.unibo.it
2869L: linux-usb-devel@lists.sourceforge.net
2870W: http://www.linux-projects.org
2871S: Maintained
2872
2873USB ZD1201 DRIVER
2874P: Jeroen Vreeken
2875M: pe1rxq@amsat.org
2876L: linux-usb-users@lists.sourceforge.net
2877L: linux-usb-devel@lists.sourceforge.net
2878W: http://linux-lc100020.sourceforge.net
2879S: Maintained
2880
2881USER-MODE LINUX
2882P: Jeff Dike
2883M: jdike@karaya.com
2884L: user-mode-linux-devel@lists.sourceforge.net
2885L: user-mode-linux-user@lists.sourceforge.net
2886W: http://user-mode-linux.sourceforge.net
2887S: Maintained
2888
2889FAT/VFAT/MSDOS FILESYSTEM:
2890P: OGAWA Hirofumi
2891M: hirofumi@mail.parknet.co.jp
2892L: linux-kernel@vger.kernel.org
2893S: Maintained
2894
2895VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2896P: Jeff Garzik
2897S: Odd fixes
2898
2899VIA RHINE NETWORK DRIVER
2900P: Roger Luethi
2901M: rl@hellgate.ch
2902S: Maintained
2903
Jean Delvare32c0a522005-09-22 21:47:58 +02002904VIAPRO SMBUS DRIVER
2905P: Jean Delvare
2906M: khali@linux-fr.org
2907L: lm-sensors@lm-sensors.org
2908S: Maintained
2909
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910UCLINUX (AND M68KNOMMU)
2911P: Greg Ungerer
2912M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002914L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915S: Maintained
2916
2917UCLINUX FOR NEC V850
2918P: Miles Bader
2919M: uclinux-v850@lsi.nec.co.jp
2920W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2921W: http://www.ee.nec.de/uclinux/
2922S: Supported
2923
2924UCLINUX FOR RENESAS H8/300
2925P: Yoshinori Sato
2926M: ysato@users.sourceforge.jp
2927W: http://uclinux-h8.sourceforge.jp/
2928S: Supported
2929
2930USB DIAMOND RIO500 DRIVER
2931P: Cesar Miquel
2932M: miquel@df.uba.ar
2933L: rio500-users@lists.sourceforge.net
2934W: http://rio500.sourceforge.net
2935S: Maintained
2936
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002937V9FS FILE SYSTEM
2938P: Eric Van Hensbergen
2939M: ericvh@gmail.com
2940P: Ron Minnich
2941M: rminnich@lanl.gov
2942P: Latchesar Ionkov
2943M: lucho@ionkov.net
2944L: v9fs-developer@lists.sourceforge.net
2945W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002946T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002947S: Maintained
2948
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002950P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02002951M: mchehab@infradead.org
2952M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002954W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002955T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002956S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957
Roger Lucas1de9e372005-11-26 20:20:05 +01002958VT8231 HARDWARE MONITOR DRIVER
2959P: Roger Lucas
2960M: roger@planbit.co.uk
2961L: lm-sensors@lm-sensors.org
2962S: Maintained
2963
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964W1 DALLAS'S 1-WIRE BUS
2965P: Evgeniy Polyakov
2966M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002967L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968S: Maintained
2969
2970W83L51xD SD/MMC CARD INTERFACE DRIVER
2971P: Pierre Ossman
2972M: drzeus-wbsd@drzeus.cx
2973L: wbsd-devel@list.drzeus.cx
2974W: http://projects.drzeus.cx/wbsd
2975S: Maintained
2976
2977W83L785TS HARDWARE MONITOR DRIVER
2978P: Jean Delvare
2979M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002980L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981S: Odd Fixes
2982
2983WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2984P: Nenad Corbic
2985M: ncorbic@sangoma.com
2986M: dm@sangoma.com
2987W: http://www.sangoma.com
2988S: Supported
2989
Wim Van Sebroeck35277612006-01-15 21:21:14 +01002990WATCHDOG DEVICE DRIVERS
2991P: Wim Van Sebroeck
2992M: wim@iguana.be
2993T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
2994S: Maintained
2995
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2997P: Jean Tourrilhes
2998M: jt@hpl.hp.com
2999W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3000S: Maintained
3001
3002WD7000 SCSI DRIVER
3003P: Miroslav Zagorac
3004M: zaga@fly.cc.fer.hr
3005L: linux-scsi@vger.kernel.org
3006S: Maintained
3007
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003008WISTRON LAPTOP BUTTON DRIVER
3009P: Miloslav Trmac
3010M: mitr@volny.cz
3011S: Maintained
3012
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013WL3501 WIRELESS PCMCIA CARD DRIVER
3014P: Arnaldo Carvalho de Melo
3015M: acme@conectiva.com.br
3016W: http://advogato.org/person/acme
3017S: Maintained
3018
3019X.25 NETWORK LAYER
3020P: Henner Eisen
3021M: eis@baty.hanse.de
3022L: linux-x25@vger.kernel.org
3023S: Maintained
3024
3025XFS FILESYSTEM
3026P: Silicon Graphics Inc
3027M: xfs-masters@oss.sgi.com
3028M: nathans@sgi.com
3029L: linux-xfs@oss.sgi.com
3030W: http://oss.sgi.com/projects/xfs
3031S: Supported
3032
3033X86 3-LEVEL PAGING (PAE) SUPPORT
3034P: Ingo Molnar
3035M: mingo@redhat.com
3036S: Maintained
3037
3038X86-64 port
3039P: Andi Kleen
3040M: ak@suse.de
3041L: discuss@x86-64.org
3042W: http://www.x86-64.org
3043S: Maintained
3044
3045YAM DRIVER FOR AX.25
3046P: Jean-Paul Roubelat
3047M: jpr@f6fbb.org
3048L: linux-hams@vger.kernel.org
3049S: Maintained
3050
Henkaf64a5e2005-10-12 15:02:56 +02003051YEALINK PHONE DRIVER
3052P: Henk Vergonet
3053M: Henk.Vergonet@gmail.com
3054L: usbb2k-api-dev@nongnu.org
3055S: Maintained
3056
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3058P: Pete Zaitcev
3059M: zaitcev@yahoo.com
3060L: linux-kernel@vger.kernel.org
3061S: Obsolete
3062
3063Z8530 DRIVER FOR AX.25
3064P: Joerg Reuter
3065M: jreuter@yaina.de
3066W: http://yaina.de/jreuter/
3067W: http://www.qsl.net/dl1bke/
3068L: linux-hams@vger.kernel.org
3069S: Maintained
3070
3071ZF MACHZ WATCHDOG
3072P: Fernando Fuganti
3073M: fuganti@netbank.com.br
3074W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3075S: Maintained
3076
3077ZR36067 VIDEO FOR LINUX DRIVER
3078P: Ronald Bultje
3079M: rbultje@ronald.bitfreak.net
3080L: mjpeg-users@lists.sourceforge.net
3081W: http://mjpeg.sourceforge.net/driver-zoran/
3082S: Maintained
3083
3084ZR36120 VIDEO FOR LINUX DRIVER
3085P: Pauline Middelink
3086M: middelin@polyware.nl
3087W: http://www.polyware.nl/~middelin/En/hobbies.html
3088W: http://www.polyware.nl/~middelin/hobbies.html
3089S: Maintained
3090
3091THE REST
3092P: Linus Torvalds
3093S: Buried alive in reporters