blob: 6d1b048c62a105c12518f5ae1b67ec4a517d29bc [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
543M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700545W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200546T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700547S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549COMMON INTERNET FILE SYSTEM (CIFS)
550P: Steve French
551M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100552L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553L: samba-technical@lists.samba.org
554W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800555T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556S: Supported
557
Joel Becker7063fbf2005-12-15 14:29:43 -0800558CONFIGFS
559P: Joel Becker
560M: Joel Becker <joel.becker@oracle.com>
561S: Supported
562
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563CIRRUS LOGIC GENERIC FBDEV DRIVER
564P: Jeff Garzik
565M: jgarzik@pobox.com
566L: linux-fbdev-devel@lists.sourceforge.net
567S: Odd Fixes
568
569CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
570P: Cirrus Logic Corporation (kernel 2.2 driver)
571M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
572P: Nils Faerber (port to kernel 2.4)
573M: Nils Faerber <nils@kernelconcepts.de>
574S: Maintained
575
576CODA FILE SYSTEM
577P: Jan Harkes
578M: jaharkes@cs.cmu.edu
579M: coda@cs.cmu.edu
580L: codalist@coda.cs.cmu.edu
581W: http://www.coda.cs.cmu.edu/
582S: Maintained
583
584COMPACTPCI HOTPLUG CORE
585P: Scott Murray
586M: scottm@somanetworks.com
587M: scott@spiteful.org
588L: pcihpd-discuss@lists.sourceforge.net
589S: Supported
590
591COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
592P: Scott Murray
593M: scottm@somanetworks.com
594M: scott@spiteful.org
595L: pcihpd-discuss@lists.sourceforge.net
596S: Supported
597
598COMPACTPCI HOTPLUG GENERIC DRIVER
599P: Scott Murray
600M: scottm@somanetworks.com
601M: scott@spiteful.org
602L: pcihpd-discuss@lists.sourceforge.net
603S: Supported
604
605COMPUTONE INTELLIPORT MULTIPORT CARD
606P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700607M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700609S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
611COSA/SRP SYNC SERIAL DRIVER
612P: Jan "Yenya" Kasprzak
613M: kas@fi.muni.cz
614W: http://www.fi.muni.cz/~kas/cosa/
615S: Maintained
616
617CPU FREQUENCY DRIVERS
618P: Dave Jones
619M: davej@codemonkey.org.uk
620L: cpufreq@lists.linux.org.uk
621W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800622T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623S: Maintained
624
625CPUID/MSR DRIVER
626P: H. Peter Anvin
627M: hpa@zytor.com
628S: Maintained
629
Paul Jacksoned90fb42005-09-27 21:45:37 -0700630CPUSETS
631P: Paul Jackson
632P: Simon Derr
633M: pj@sgi.com
634M: simon.derr@bull.net
635L: linux-kernel@vger.kernel.org
636W: http://www.bullopensource.org/cpuset/
637S: Supported
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639CRAMFS FILESYSTEM
640W: http://sourceforge.net/projects/cramfs/
641S: Orphan
642
643CRIS PORT
644P: Mikael Starvik
645M: starvik@axis.com
646L: dev-etrax@axis.com
647W: http://developer.axis.com
648S: Maintained
649
650CRYPTO API
651P: Herbert Xu
652M: herbert@gondor.apana.org.au
653P: David S. Miller
654M: davem@davemloft.net
655L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800656T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657S: Maintained
658
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100659CS5535 Audio ALSA driver
660P: Jaya Kumar
661M: jayakumar.alsa@gmail.com
662S: Maintained
663
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664CYBERPRO FB DRIVER
665P: Russell King
666M: rmk@arm.linux.org.uk
667W: http://www.arm.linux.org.uk/
668S: Maintained
669
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700670CYBLAFB FRAMEBUFFER DRIVER
671P: Knut Petersen
672M: Knut_Petersen@t-online.de
673L: linux-fbdev-devel@lists.sourceforge.net
674S: Maintained
675
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676CYCLADES 2X SYNC CARD DRIVER
677P: Arnaldo Carvalho de Melo
678M: acme@conectiva.com.br
679W: http://advogato.org/person/acme
680L: cycsyn-devel@bazar.conectiva.com.br
681S: Maintained
682
683CYCLADES ASYNC MUX DRIVER
684M: async@cyclades.com
685W: http://www.cyclades.com/
686S: Supported
687
688CYCLADES PC300 DRIVER
689M: pc300@cyclades.com
690W: http://www.cyclades.com/
691S: Supported
692
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693DAMA SLAVE for AX.25
694P: Joerg Reuter
695M: jreuter@yaina.de
696W: http://yaina.de/jreuter/
697W: http://www.qsl.net/dl1bke/
698L: linux-hams@vger.kernel.org
699S: Maintained
700
701DC395x SCSI driver
702P: Oliver Neukum
703M: oliver@neukum.name
704P: Ali Akcaagac
705M: aliakc@web.de
706P: Jamie Lenehan
707M: lenehan@twibble.org
708W: http://twibble.org/dist/dc395x/
709L: http://lists.twibble.org/mailman/listinfo/dc395x/
710S: Maintained
711
712DC390/AM53C974 SCSI driver
713P: Kurt Garloff
714M: garloff@suse.de
715W: http://www.garloff.de/kurt/linux/dc390/
716P: Guennadi Liakhovetski
717M: g.liakhovetski@gmx.de
718S: Maintained
719
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700720DCCP PROTOCOL
721P: Arnaldo Carvalho de Melo
722M: acme@mandriva.com
723L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800724W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700725S: Maintained
726
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727DECnet NETWORK LAYER
728P: Patrick Caulfield
729M: patrick@tykepenguin.com
730W: http://linux-decnet.sourceforge.net
731L: linux-decnet-user@lists.sourceforge.net
732S: Maintained
733
734DEFXX FDDI NETWORK DRIVER
735P: Maciej W. Rozycki
736M: macro@linux-mips.org
737S: Maintained
738
739DELL LAPTOP SMM DRIVER
740P: Massimo Dal Zotto
741M: dz@debian.org
742W: http://www.debian.org/~dz/i8k/
743S: Maintained
744
Doug Warzecha90563ec2005-09-06 15:17:15 -0700745DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
746P: Doug Warzecha
747M: Douglas_Warzecha@dell.com
748S: Maintained
749
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750DEVICE-MAPPER
751P: Alasdair Kergon
752L: dm-devel@redhat.com
753W: http://sources.redhat.com/dm
754S: Maintained
755
756DEVICE NUMBER REGISTRY
757P: Torben Mathiasen
758M: device@lanana.org
759W: http://lanana.org/docs/device-list/index.html
760L: linux-kernel@vger.kernel.org
761S: Maintained
762
763DEVICE FILESYSTEM
764S: Obsolete
765
766DIGI INTL. EPCA DRIVER
767P: Digi International, Inc
768M: Eng.Linux@digi.com
769L: Eng.Linux@digi.com
770W: http://www.digi.com
771S: Orphaned
772
773DIGI RIGHTSWITCH NETWORK DRIVER
774P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700775L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776W: http://www.digi.com
777S: Orphaned
778
779DIRECTORY NOTIFICATION
780P: Stephen Rothwell
781M: sfr@canb.auug.org.au
782L: linux-kernel@vger.kernel.org
783S: Supported
784
785DISK GEOMETRY AND PARTITION HANDLING
786P: Andries Brouwer
787M: aeb@cwi.nl
788W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
789W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
790W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
791S: Maintained
792
793DISKQUOTA:
794P: Jan Kara
795M: jack@suse.cz
796L: linux-kernel@vger.kernel.org
797S: Maintained
798
799DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
800P: Tobias Ringstrom
801M: tori@unhappy.mine.nu
802L: linux-kernel@vger.kernel.org
803S: Maintained
804
Martin Waitzba483d52005-06-17 13:20:59 -0700805DOCBOOK FOR DOCUMENTATION
806P: Martin Waitz
807M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800808T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700809S: Maintained
810
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811DOUBLETALK DRIVER
812P: James R. Van Zandt
813M: jrv@vanzandt.mv.com
814L: blinux-list@redhat.com
815S: Maintained
816
817DRIVER CORE, KOBJECTS, AND SYSFS
818P: Greg Kroah-Hartman
819M: gregkh@suse.de
820L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800821T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822S: Supported
823
824DRM DRIVERS
825P: David Airlie
826M: airlied@linux.ie
827L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800828T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829S: Maintained
830
831DSCC4 DRIVER
832P: François Romieu
833M: romieu@cogenit.fr
834M: romieu@ensta.fr
835S: Maintained
836
837DVB SUBSYSTEM AND DRIVERS
838P: LinuxTV.org Project
839M: linux-dvb-maintainer@linuxtv.org
840L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200841W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200842T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843S: Supported
844
845EATA-DMA SCSI DRIVER
846P: Michael Neuffer
847L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
848S: Maintained
849
850EATA ISA/EISA/PCI SCSI DRIVER
851P: Dario Ballabio
852M: ballabio_dario@emc.com
853L: linux-scsi@vger.kernel.org
854S: Maintained
855
856EATA-PIO SCSI DRIVER
857P: Michael Neuffer
858M: mike@i-Connect.Net
859L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
860S: Maintained
861
862EBTABLES
863P: Bart De Schuymer
864M: bart.de.schuymer@pandora.be
865L: ebtables-user@lists.sourceforge.net
866L: ebtables-devel@lists.sourceforge.net
867W: http://ebtables.sourceforge.net/
868S: Maintained
869
870EEPRO100 NETWORK DRIVER
871P: Andrey V. Savochkin
872M: saw@saw.sw.com.sg
873S: Maintained
874
875EMU10K1 SOUND DRIVER
876P: James Courtier-Dutton
877M: James@superbug.demon.co.uk
878L: emu10k1-devel@lists.sourceforge.net
879W: http://sourceforge.net/projects/emu10k1/
880S: Maintained
881
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400882EMULEX LPFC FC SCSI DRIVER
883P: James Smart
884M: james.smart@emulex.com
885L: linux-scsi@vger.kernel.org
886W: http://sourceforge.net/projects/lpfcxxxx
887S: Supported
888
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889EPSON 1355 FRAMEBUFFER DRIVER
890P: Christopher Hoover
891M: ch@murgatroid.com, ch@hpl.hp.com
892S: Maintained
893
894ETHEREXPRESS-16 NETWORK DRIVER
895P: Philip Blundell
896M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700897L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898S: Maintained
899
900ETHERNET BRIDGE
901P: Stephen Hemminger
902M: shemminger@osdl.org
903L: bridge@osdl.org
904W: http://bridge.sourceforge.net/
905S: Maintained
906
907ETHERTEAM 16I DRIVER
908P: Mika Kuoppala
909M: miku@iki.fi
910S: Maintained
911
912EXT2 FILE SYSTEM
913L: ext2-devel@lists.sourceforge.net
914S: Maintained
915
916EXT3 FILE SYSTEM
917P: Stephen Tweedie, Andrew Morton
918M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
919L: ext3-users@redhat.com
920S: Maintained
921
922FARSYNC SYNCHRONOUS DRIVER
923P: Kevin Curtis
924M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925W: http://www.farsite.co.uk/
926S: Supported
927
928FRAMEBUFFER LAYER
929P: Antonino Daplas
930M: adaplas@pol.net
931L: linux-fbdev-devel@lists.sourceforge.net
932W: http://linux-fbdev.sourceforge.net/
933S: Maintained
934
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300935FREESCALE SOC FS_ENET DRIVER
936P: Pantelis Antoniou
937M: pantelis.antoniou@gmail.com
938P: Vitaly Bordug
939M: vbordug@ru.mvista.com
940L: linuxppc-embedded@ozlabs.org
941L: netdev@vger.kernel.org
942S: Maintained
943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944FILE LOCKING (flock() and fcntl()/lockf())
945P: Matthew Wilcox
946M: matthew@wil.cx
947L: linux-fsdevel@vger.kernel.org
948S: Maintained
949
950FILESYSTEMS (VFS and infrastructure)
951P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100952M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953S: Maintained
954
955FIRMWARE LOADER (request_firmware)
956L: linux-kernel@vger.kernel.org
957S: Orphan
958
959FPU EMULATOR
960P: Bill Metzenthen
961M: billm@suburbia.net
962W: http://suburbia.net/~billm/floating-point/emulator/
963S: Maintained
964
965FRAME RELAY DLCI/FRAD (Sangoma drivers too)
966P: Mike McLagan
967M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700968L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969S: Maintained
970
971FREEVXFS FILESYSTEM
972P: Christoph Hellwig
973M: hch@infradead.org
974W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
975S: Maintained
976
977FUJITSU FR-V PORT
978P: David Howells
979M: dhowells@redhat.com
980S: Maintained
981
982FTAPE/QIC-117
983L: linux-tape@vger.kernel.org
984W: http://sourceforge.net/projects/ftape
985S: Orphan
986
Miklos Szeredi04578f12005-09-09 13:10:22 -0700987FUSE: FILESYSTEM IN USERSPACE
988P: Miklos Szeredi
989M: miklos@szeredi.hu
990L: fuse-devel@lists.sourceforge.net
991W: http://fuse.sourceforge.net/
992S: Maintained
993
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
995P: Rik Faith
996M: faith@cs.unc.edu
997L: linux-scsi@vger.kernel.org
998S: Odd fixes (e.g., new signatures)
999
1000GDT SCSI DISK ARRAY CONTROLLER DRIVER
1001P: Achim Leubner
1002M: achim_leubner@adaptec.com
1003L: linux-scsi@vger.kernel.org
1004W: http://www.icp-vortex.com/
1005S: Supported
1006
1007GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1008P: Krzysztof Halasa
1009M: khc@pm.waw.pl
1010W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1011S: Maintained
1012
Jean Delvare5b543962005-08-15 19:51:02 +02001013HARDWARE MONITORING
1014P: Jean Delvare
1015M: khali@linux-fr.org
1016L: lm-sensors@lm-sensors.org
1017W: http://www.lm-sensors.nu/
1018S: Maintained
1019
Robert Love860e1d62005-08-31 23:57:59 -04001020HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1021P: Robert Love
1022M: rlove@rlove.org
1023M: linux-kernel@vger.kernel.org
1024W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1025S: Maintained
1026
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027HARMONY SOUND DRIVER
1028P: Kyle McMartin
1029M: kyle@parisc-linux.org
1030W: http://www.parisc-linux.org/~kyle/harmony/
1031L: parisc-linux@lists.parisc-linux.org
1032S: Maintained
1033
1034HAYES ESP SERIAL DRIVER
1035P: Andrew J. Robinson
1036M: arobinso@nyx.net
1037L: linux-kernel@vger.kernel.org
1038W: http://www.nyx.net/~arobinso
1039S: Maintained
1040
1041HFS FILESYSTEM
1042P: Roman Zippel
1043M: zippel@linux-m68k.org
1044L: linux-kernel@vger.kernel.org
1045S: Maintained
1046
1047HGA FRAMEBUFFER DRIVER
1048P: Ferenc Bakonyi
1049M: fero@drama.obuda.kando.hu
1050L: linux-nvidia@lists.surfsouth.com
1051W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1052S: Maintained
1053
1054HIGH-SPEED SCC DRIVER FOR AX.25
1055P: Klaus Kudielka
1056M: klaus.kudielka@ieee.org
1057L: linux-hams@vger.kernel.org
1058W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1059S: Maintained
1060
1061HIPPI
1062P: Jes Sorensen
1063M: jes@trained-monkey.org
1064L: linux-hippi@sunsite.dk
1065S: Maintained
1066
1067HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1068P: Chirag Kantharia
1069M: chirag.kantharia@hp.com
1070L: iss_storagedev@hp.com
1071S: Maintained
1072
1073HEWLETT-PACKARD SMART2 RAID DRIVER
1074P: Chirag Kantharia
1075M: chirag.kantharia@hp.com
1076L: iss_storagedev@hp.com
1077S: Maintained
1078
1079HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1080P: Mike Miller
1081M: mike.miller@hp.com
1082L: iss_storagedev@hp.com
1083S: Supported
1084
Jouni Malinenff1d2762005-05-12 22:54:16 -04001085HOST AP DRIVER
1086P: Jouni Malinen
1087M: jkmaline@cc.hut.fi
1088L: hostap@shmoo.com
1089W: http://hostap.epitest.fi/
1090S: Maintained
1091
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1093P: Jaroslav Kysela
1094M: perex@suse.cz
1095S: Maintained
1096
Bob Piccob9b03322005-11-07 00:59:19 -08001097HPET: High Precision Event Timers driver (hpet.c)
1098P: Clemens Ladisch
1099M: clemens@ladisch.de
1100S: Maintained
1101
1102HPET: i386
1103P: Venkatesh Pallipadi (Venki)
1104M: venkatesh.pallipadi@intel.com
1105S: Maintained
1106
1107HPET: x86_64
1108P: Andi Kleen and Vojtech Pavlik
1109M: ak@muc.de and vojtech@suse.cz
1110S: Maintained
1111
1112HPET: ACPI hpet.c
1113P: Bob Picco
1114M: bob.picco@hp.com
1115S: Maintained
1116
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117HPFS FILESYSTEM
1118P: Mikulas Patocka
1119M: mikulas@artax.karlin.mff.cuni.cz
1120W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1121S: Maintained
1122
1123HUGETLB FILESYSTEM
1124P: William Irwin
1125M: wli@holomorphy.com
1126S: Maintained
1127
Jean Delvare5b543962005-08-15 19:51:02 +02001128I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129P: Jean Delvare
1130M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001131L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001133T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134S: Maintained
1135
1136I2O
1137P: Markus Lidel
1138M: markus.lidel@shadowconnect.com
1139W: http://i2o.shadowconnect.com/
1140S: Maintained
1141
1142i386 BOOT CODE
1143P: Riley H. Williams
1144M: Riley@Williams.Name
1145L: Linux-Kernel@vger.kernel.org
1146S: Maintained
1147
1148i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1149P: Dave Jones
1150M: davej@codemonkey.org.uk
1151P: H. Peter Anvin
1152M: hpa@zytor.com
1153S: Maintained
1154
1155i810 TCO TIMER WATCHDOG
1156P: Nils Faerber
1157M: nils@kernelconcepts.de
1158W: http://www.kernelconcepts.de/
1159S: Maintained
1160
1161IA64 (Itanium) PLATFORM
1162P: Tony Luck
1163M: tony.luck@intel.com
1164L: linux-ia64@vger.kernel.org
1165W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001166T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167S: Maintained
1168
1169SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001170P: Greg Edwards
1171M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172L: linux-altix@sgi.com
1173L: linux-ia64@vger.kernel.org
1174W: http://www.sgi.com/altix
1175S: Maintained
1176
1177IBM MCA SCSI SUBSYSTEM DRIVER
1178P: Michael Lang
1179M: langa2@kph.uni-mainz.de
1180W: http://www.uni-mainz.de/~langm000/linux.html
1181S: Maintained
1182
1183IBM Power Linux RAID adapter
1184P: Brian King
1185M: brking@us.ibm.com
1186S: Supported
1187
1188IBM ServeRAID RAID DRIVER
1189P: Jack Hammer
1190P: Dave Jeffery
1191M: ipslinux@adaptec.com
1192W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1193S: Supported
1194
1195IDE DRIVER [GENERAL]
1196P: Bartlomiej Zolnierkiewicz
1197M: B.Zolnierkiewicz@elka.pw.edu.pl
1198L: linux-kernel@vger.kernel.org
1199L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001200T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201S: Maintained
1202
1203IDE/ATAPI CDROM DRIVER
1204P: Jens Axboe
1205M: axboe@suse.de
1206L: linux-kernel@vger.kernel.org
1207W: http://www.kernel.dk
1208S: Maintained
1209
1210IDE/ATAPI FLOPPY DRIVERS
1211P: Paul Bristow
1212M: Paul Bristow <paul@paulbristow.net>
1213W: http://paulbristow.net/linux/idefloppy.html
1214L: linux-kernel@vger.kernel.org
1215S: Maintained
1216
1217IDE/ATAPI TAPE DRIVERS
1218P: Gadi Oxman
1219M: Gadi Oxman <gadio@netvision.net.il>
1220L: linux-kernel@vger.kernel.org
1221S: Maintained
1222
1223IEEE 1394 ETHERNET (eth1394)
1224L: linux1394-devel@lists.sourceforge.net
1225W: http://www.linux1394.org/
1226S: Orphan
1227
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228IEEE 1394 SUBSYSTEM
1229P: Ben Collins
1230M: bcollins@debian.org
1231P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001232M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233L: linux1394-devel@lists.sourceforge.net
1234W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001235T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236S: Maintained
1237
1238IEEE 1394 OHCI DRIVER
1239P: Ben Collins
1240M: bcollins@debian.org
1241P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001242M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243L: linux1394-devel@lists.sourceforge.net
1244W: http://www.linux1394.org/
1245S: Maintained
1246
1247IEEE 1394 PCILYNX DRIVER
1248P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001249M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250L: linux1394-devel@lists.sourceforge.net
1251W: http://www.linux1394.org/
1252S: Maintained
1253
1254IEEE 1394 RAW I/O DRIVER
1255P: Ben Collins
1256M: bcollins@debian.org
1257P: Dan Dennedy
1258M: dan@dennedy.org
1259L: linux1394-devel@lists.sourceforge.net
1260W: http://www.linux1394.org/
1261S: Maintained
1262
Jody McIntyre105d7b32005-09-30 11:59:04 -07001263IEEE 1394 SBP2
1264P: Ben Collins
1265M: bcollins@debian.org
1266P: Stefan Richter
1267M: stefanr@s5r6.in-berlin.de
1268L: linux1394-devel@lists.sourceforge.net
1269W: http://www.linux1394.org/
1270S: Maintained
1271
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272IMS TWINTURBO FRAMEBUFFER DRIVER
1273P: Paul Mundt
1274M: lethal@chaoticdreams.org
1275L: linux-fbdev-devel@lists.sourceforge.net
1276S: Maintained
1277
1278INFINIBAND SUBSYSTEM
1279P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001280M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281P: Sean Hefty
1282M: mshefty@ichips.intel.com
1283P: Hal Rosenstock
1284M: halr@voltaire.com
1285L: openib-general@openib.org
1286W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001287T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288S: Supported
1289
1290INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001291P: Dmitry Torokhov
1292M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293L: linux-input@atrey.karlin.mff.cuni.cz
1294L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001295T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296S: Maintained
1297
Robert Lovec9f04f52005-07-15 12:21:07 -04001298INOTIFY
1299P: John McCutchan and Robert Love
1300M: ttb@tentacle.dhs.org and rml@novell.com
1301L: linux-kernel@vger.kernel.org
1302S: Maintained
1303
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001304INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1305P: Sylvain Meyer
1306M: sylvain.meyer@worldonline.fr
1307L: linux-fbdev-devel@lists.sourceforge.net
1308S: Maintained
1309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310INTEL 810/815 FRAMEBUFFER DRIVER
1311P: Antonino Daplas
1312M: adaplas@pol.net
1313L: linux-fbdev-devel@lists.sourceforge.net
1314S: Maintained
1315
1316INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1317P: Ingo Molnar
1318M: mingo@redhat.com
1319S: Maintained
1320
1321INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1322P: Jeff Garzik
1323M: jgarzik@pobox.com
1324W: http://sourceforge.net/projects/gkernel/
1325S: Maintained
1326
1327INTEL IA32 MICROCODE UPDATE SUPPORT
1328P: Tigran Aivazian
1329M: tigran@veritas.com
1330S: Maintained
1331
1332INTEL PRO/100 ETHERNET SUPPORT
1333P: John Ronciak
1334M: john.ronciak@intel.com
1335P: Ganesh Venkatesan
1336M: ganesh.venkatesan@intel.com
1337P: Jesse Brandeburg
1338M: jesse.brandeburg@intel.com
1339W: http://sourceforge.net/projects/e1000/
1340S: Supported
1341
1342INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1343P: Jeb Cramer
1344M: cramerj@intel.com
1345P: John Ronciak
1346M: john.ronciak@intel.com
1347P: Ganesh Venkatesan
1348M: ganesh.venkatesan@intel.com
1349W: http://sourceforge.net/projects/e1000/
1350S: Supported
1351
1352INTEL PRO/10GbE SUPPORT
1353P: Ayyappan Veeraiyan
1354M: ayyappan.veeraiyan@intel.com
1355P: Ganesh Venkatesan
1356M: ganesh.venkatesan@intel.com
1357P: John Ronciak
1358M: john.ronciak@intel.com
1359W: http://sourceforge.net/projects/e1000/
1360S: Supported
1361
James Ketrenos826d2ab2005-11-07 18:56:59 -06001362INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1363P: Yi Zhu
1364M: yi.zhu@intel.com
1365P: James Ketrenos
1366M: jketreno@linux.intel.com
1367L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1368W: http://ipw2100.sourceforge.net
1369S: Supported
1370
1371INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1372P: Yi Zhu
1373M: yi.zhu@intel.com
1374P: James Ketrenos
1375M: jketreno@linux.intel.com
1376L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1377W: http://ipw2200.sourceforge.net
1378S: Supported
1379
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380IOC3 DRIVER
1381P: Ralf Baechle
1382M: ralf@linux-mips.org
1383L: linux-mips@linux-mips.org
1384S: Maintained
1385
1386IP MASQUERADING:
1387P: Juanjo Ciarlante
1388M: jjciarla@raiz.uncu.edu.ar
1389S: Maintained
1390
1391IPX NETWORK LAYER
1392P: Arnaldo Carvalho de Melo
1393M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001394L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395S: Maintained
1396
1397IRDA SUBSYSTEM
1398P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001399L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400W: http://irda.sourceforge.net/
1401S: Maintained
1402
1403ISAPNP
1404P: Jaroslav Kysela
1405M: perex@suse.cz
1406S: Maintained
1407
1408ISDN SUBSYSTEM
1409P: Karsten Keil
1410M: kkeil@suse.de
1411P: Kai Germaschewski
1412M: kai.germaschewski@gmx.de
1413L: isdn4linux@listserv.isdn4linux.de
1414W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001415T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416S: Maintained
1417
1418ISDN SUBSYSTEM (Eicon active card driver)
1419P: Armin Schindler
1420M: mac@melware.de
1421L: isdn4linux@listserv.isdn4linux.de
1422W: http://www.melware.de
1423S: Maintained
1424
1425JOURNALLING FLASH FILE SYSTEM (JFFS)
1426P: Axis Communications AB
1427M: jffs-dev@axis.com
1428L: jffs-dev@axis.com
1429W: http://www.developer.axis.com/software/jffs/
1430S: Maintained
1431
1432JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1433P: David Woodhouse
1434M: dwmw2@infradead.org
1435L: jffs-dev@axis.com
1436W: http://sources.redhat.com/jffs2/
1437S: Maintained
1438
1439JFS FILESYSTEM
1440P: Dave Kleikamp
1441M: shaggy@austin.ibm.com
1442L: jfs-discussion@lists.sourceforge.net
1443W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001444T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445S: Supported
1446
1447KCONFIG
1448P: Roman Zippel
1449M: zippel@linux-m68k.org
1450L: kbuild-devel@lists.sourceforge.net
1451S: Maintained
1452
1453KERNEL AUTOMOUNTER (AUTOFS)
1454P: H. Peter Anvin
1455M: hpa@zytor.com
1456L: autofs@linux.kernel.org
1457S: Odd Fixes
1458
1459KERNEL AUTOMOUNTER v4 (AUTOFS4)
1460P: Ian Kent
1461M: raven@themaw.net
1462L: autofs@linux.kernel.org
1463S: Maintained
1464
1465KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1466P: Kai Germaschewski
1467M: kai@germaschewski.name
1468P: Sam Ravnborg
1469M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001470T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471S: Maintained
1472
1473KERNEL JANITORS
1474P: Several
1475L: kernel-janitors@osdl.org
1476W: http://www.kerneljanitors.org/
1477W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478S: Maintained
1479
1480KERNEL NFSD
1481P: Neil Brown
1482M: neilb@cse.unsw.edu.au
1483L: nfs@lists.sourceforge.net
1484W: http://nfs.sourceforge.net/
1485W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1486S: Maintained
1487
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001488KEXEC
1489P: Eric Biederman
1490P: Randy Dunlap
1491M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001492M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001493W: http://www.xmission.com/~ebiederm/files/kexec/
1494L: linux-kernel@vger.kernel.org
1495L: fastboot@osdl.org
1496S: Maintained
1497
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001498KPROBES
1499P: Prasanna S Panchamukhi
1500M: prasanna@in.ibm.com
1501P: Ananth N Mavinakayanahalli
1502M: ananth@in.ibm.com
1503P: Anil S Keshavamurthy
1504M: anil.s.keshavamurthy@intel.com
1505P: David S. Miller
1506M: davem@davemloft.net
1507L: linux-kernel@vger.kernel.org
1508S: Maintained
1509
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510LANMEDIA WAN CARD DRIVER
1511P: Andrew Stanley-Jones
1512M: asj@lanmedia.com
1513W: http://www.lanmedia.com/
1514S: Supported
1515
1516LAPB module
1517P: Henner Eisen
1518M: eis@baty.hanse.de
1519L: linux-x25@vger.kernel.org
1520S: Maintained
1521
1522LASI 53c700 driver for PARISC
1523P: James E.J. Bottomley
1524M: James.Bottomley@HansenPartnership.com
1525L: linux-scsi@vger.kernel.org
1526S: Maintained
1527
1528LEGO USB Tower driver
1529P: Juergen Stuber
1530M: starblue@users.sourceforge.net
1531L: legousb-devel@lists.sourceforge.net
1532W: http://legousb.sourceforge.net/
1533S: Maintained
1534
1535LINUX FOR IBM pSERIES (RS/6000)
1536P: Paul Mackerras
1537M: paulus@au.ibm.com
1538W: http://www.ibm.com/linux/ltc/projects/ppc
1539S: Supported
1540
1541LINUX FOR NCR VOYAGER
1542P: James Bottomley
1543M: James.Bottomley@HansenPartnership.com
1544W: http://www.hansenpartnership.com/voyager
1545S: Maintained
1546
1547LINUX FOR POWERPC
1548P: Paul Mackerras
1549M: paulus@samba.org
1550W: http://www.penguinppc.org/
1551L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001552T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553S: Supported
1554
1555LINUX FOR POWER MACINTOSH
1556P: Benjamin Herrenschmidt
1557M: benh@kernel.crashing.org
1558W: http://www.penguinppc.org/
1559L: linuxppc-dev@ozlabs.org
1560S: Maintained
1561
1562LINUX FOR POWERPC EMBEDDED MPC52XX
1563P: Sylvain Munaut
1564M: tnt@246tNt.com
1565W: http://www.246tNt.com/mpc52xx/
1566W: http://www.penguinppc.org/
1567L: linuxppc-dev@ozlabs.org
1568L: linuxppc-embedded@ozlabs.org
1569S: Maintained
1570
1571LINUX FOR POWERPC EMBEDDED PPC4XX
1572P: Matt Porter
1573M: mporter@kernel.crashing.org
1574W: http://www.penguinppc.org/
1575L: linuxppc-embedded@ozlabs.org
1576S: Maintained
1577
Tom Rinie93adf12005-07-26 12:49:53 -07001578LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579P: Tom Rini
1580M: trini@kernel.crashing.org
1581W: http://www.penguinppc.org/
1582L: linuxppc-embedded@ozlabs.org
1583S: Maintained
1584
Tom Rinie93adf12005-07-26 12:49:53 -07001585LINUX FOR POWERPC EMBEDDED PPC8XX
1586P: Marcelo Tosatti
1587M: marcelo.tosatti@cyclades.com
1588W: http://www.penguinppc.org/
1589L: linuxppc-embedded@ozlabs.org
1590S: Maintained
1591
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1593P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001594M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595W: http://www.penguinppc.org/
1596L: linuxppc-embedded@ozlabs.org
1597S: Maintained
1598
1599LLC (802.2)
1600P: Arnaldo Carvalho de Melo
1601M: acme@conectiva.com.br
1602S: Maintained
1603
1604LINUX FOR 64BIT POWERPC
1605P: Paul Mackerras
1606M: paulus@samba.org
1607M: paulus@au.ibm.com
1608P: Anton Blanchard
1609M: anton@samba.org
1610M: anton@au.ibm.com
1611W: http://linuxppc64.org
1612L: linuxppc64-dev@ozlabs.org
1613S: Supported
1614
1615LINUX SECURITY MODULE (LSM) FRAMEWORK
1616P: Chris Wright
1617M: chrisw@osdl.org
1618L: linux-security-module@wirex.com
1619W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001620T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621S: Supported
1622
1623LM83 HARDWARE MONITOR DRIVER
1624P: Jean Delvare
1625M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001626L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627S: Maintained
1628
1629LM90 HARDWARE MONITOR DRIVER
1630P: Jean Delvare
1631M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001632L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633S: Maintained
1634
1635LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1636P: Richard Russon (FlatCap)
1637M: ldm@flatcap.org
1638L: ldm-devel@lists.sourceforge.net
1639W: http://ldm.sourceforge.net
1640S: Maintained
1641
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001642LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1643P: Eric Moore
1644M: Eric.Moore@lsil.com
1645M: support@lsil.com
1646L: mpt_linux_developer@lsil.com
1647L: linux-scsi@vger.kernel.org
1648W: http://www.lsilogic.com/support
1649S: Supported
1650
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1652P: Matthew Wilcox
1653M: matthew@wil.cx
1654L: linux-scsi@vger.kernel.org
1655S: Maintained
1656
1657M68K ARCHITECTURE
1658P: Geert Uytterhoeven
1659M: geert@linux-m68k.org
1660P: Roman Zippel
1661M: zippel@linux-m68k.org
1662L: linux-m68k@lists.linux-m68k.org
1663W: http://www.linux-m68k.org/
1664W: http://linux-m68k-cvs.ubb.ca/
1665S: Maintained
1666
1667M68K ON APPLE MACINTOSH
1668P: Joshua Thompson
1669M: funaho@jurai.org
1670W: http://www.mac.linux-m68k.org/
1671L: linux-mac68k@mac.linux-m68k.org
1672S: Maintained
1673
1674M68K ON HP9000/300
1675P: Philip Blundell
1676M: philb@gnu.org
1677W: http://www.tazenda.demon.co.uk/phil/linux-hp
1678S: Maintained
1679
1680MARVELL YUKON / SYSKONNECT DRIVER
1681P: Mirko Lindner
1682M: mlindner@syskonnect.de
1683P: Ralph Roesler
1684M: rroesler@syskonnect.de
1685W: http://www.syskonnect.com
1686S: Supported
1687
1688MAESTRO PCI SOUND DRIVERS
1689P: Zach Brown
1690M: zab@zabbo.net
1691S: Odd Fixes
1692
Michael Kerriskfaf16682005-07-31 22:34:47 -07001693MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1694P: Michael Kerrisk
1695M: mtk-manpages@gmx.net
1696W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1697S: Maintained
1698
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699MARVELL MV64340 ETHERNET DRIVER
1700P: Manish Lachwani
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001702L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703S: Supported
1704
1705MATROX FRAMEBUFFER DRIVER
1706P: Petr Vandrovec
1707M: vandrove@vc.cvut.cz
1708L: linux-fbdev-devel@lists.sourceforge.net
1709S: Maintained
1710
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001711MEGARAID SCSI DRIVERS
1712P: Neela Syam Kolli
1713M: Neela.Kolli@engenio.com
1714S: linux-scsi@vger.kernel.org
1715W: http://megaraid.lsilogic.com
1716S: Maintained
1717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718MEMORY TECHNOLOGY DEVICES
1719P: David Woodhouse
1720M: dwmw2@infradead.org
1721W: http://www.linux-mtd.infradead.org/
1722L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001723T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724S: Maintained
1725
1726MICROTEK X6 SCANNER
1727P: Oliver Neukum
1728M: oliver@neukum.name
1729S: Maintained
1730
1731MIPS
1732P: Ralf Baechle
1733M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001734W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735L: linux-mips@linux-mips.org
1736S: Maintained
1737
1738MISCELLANEOUS MCA-SUPPORT
1739P: James Bottomley
1740M: jejb@steeleye.com
1741L: linux-kernel@vger.kernel.org
1742S: Maintained
1743
1744MODULE SUPPORT
1745P: Rusty Russell
1746M: rusty@rustcorp.com.au
1747L: linux-kernel@vger.kernel.org
1748S: Maintained
1749
1750MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1751P: Stelian Pop
1752M: stelian@popies.net
1753W: http://popies.net/meye/
1754S: Maintained
1755
1756MOUSE AND MISC DEVICES [GENERAL]
1757P: Alessandro Rubini
1758M: rubini@ipvvis.unipv.it
1759L: linux-kernel@vger.kernel.org
1760S: Maintained
1761
1762MTRR AND SIMILAR SUPPORT [i386]
1763P: Richard Gooch
1764M: rgooch@atnf.csiro.au
1765L: linux-kernel@vger.kernel.org
1766W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1767S: Maintained
1768
1769MULTISOUND SOUND DRIVER
1770P: Andrew Veliath
1771M: andrewtv@usa.net
1772S: Maintained
1773
1774NATSEMI ETHERNET DRIVER (DP8381x)
1775P: Tim Hockin
1776M: thockin@hockin.org
1777S: Maintained
1778
1779NCP FILESYSTEM
1780P: Petr Vandrovec
1781M: vandrove@vc.cvut.cz
1782L: linware@sh.cvut.cz
1783S: Maintained
1784
1785NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1786P: James E.J. Bottomley
1787M: James.Bottomley@HansenPartnership.com
1788L: linux-scsi@vger.kernel.org
1789S: Maintained
1790
1791NETFILTER/IPTABLES/IPCHAINS
1792P: Rusty Russell
1793P: Marc Boucher
1794P: James Morris
1795P: Harald Welte
1796P: Jozsef Kadlecsik
1797M: coreteam@netfilter.org
1798W: http://www.netfilter.org/
1799W: http://www.iptables.org/
1800L: netfilter@lists.netfilter.org
1801L: netfilter-devel@lists.netfilter.org
1802S: Supported
1803
1804NETROM NETWORK LAYER
1805P: Ralf Baechle
1806M: ralf@linux-mips.org
1807L: linux-hams@vger.kernel.org
1808S: Maintained
1809
1810NETWORK BLOCK DEVICE
1811P: Paul Clements
1812M: Paul.Clements@steeleye.com
1813S: Maintained
1814
1815NETWORK DEVICE DRIVERS
1816P: Andrew Morton
1817M: akpm@osdl.org
1818P: Jeff Garzik
1819M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001820L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001821T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822S: Maintained
1823
1824NETWORKING [GENERAL]
1825P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001826M: netdev@vger.kernel.org
1827L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828S: Maintained
1829
1830NETWORKING [IPv4/IPv6]
1831P: David S. Miller
1832M: davem@davemloft.net
1833P: Alexey Kuznetsov
1834M: kuznet@ms2.inr.ac.ru
1835P: Pekka Savola (ipv6)
1836M: pekkas@netcore.fi
1837P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001838M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839P: Hideaki YOSHIFUJI
1840M: yoshfuji@linux-ipv6.org
1841P: Patrick McHardy
1842M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001843L: netdev@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001844T: git kernel.org:/pub/scm/linux/kernel/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845S: Maintained
1846
1847IPVS
1848P: Wensong Zhang
1849M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001850P: Simon Horman
1851M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852P: Julian Anastasov
1853M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001854L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855S: Maintained
1856
1857NFS CLIENT
1858P: Trond Myklebust
1859M: trond.myklebust@fys.uio.no
1860L: linux-kernel@vger.kernel.org
1861S: Maintained
1862
1863NI5010 NETWORK DRIVER
1864P: Jan-Pascal van Best and Andreas Mohr
1865M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1866M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001867L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868S: Maintained
1869
1870NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1871P: YOKOTA Hiroshi
1872M: yokota@netlab.is.tsukuba.ac.jp
1873W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1874S: Maintained
1875
1876NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1877P: GOTO Masanori
1878M: gotom@debian.or.jp
1879P: YOKOTA Hiroshi
1880M: yokota@netlab.is.tsukuba.ac.jp
1881W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1882S: Maintained
1883
1884NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1885P: Eberhard Moenkeberg
1886M: emoenke@gwdg.de
1887L: linux-kernel@vger.kernel.org
1888S: Maintained
1889
1890NTFS FILESYSTEM
1891P: Anton Altaparmakov
1892M: aia21@cantab.net
1893L: linux-ntfs-dev@lists.sourceforge.net
1894L: linux-kernel@vger.kernel.org
1895W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001896T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897S: Maintained
1898
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001899NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1900P: Antonino Daplas
1901M: adaplas@pol.net
1902L: linux-fbdev-devel@lists.sourceforge.net
1903S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904
Mark Fashehccd979b2005-12-15 14:31:24 -08001905ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1906P: Mark Fasheh
1907M: mark.fasheh@oracle.com
1908P: Kurt Hackel
1909M: kurt.hackel@oracle.com
1910L: ocfs2-devel@oss.oracle.com
1911W: http://oss.oracle.com/projects/ocfs2/
1912S: Supported
1913
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914OLYMPIC NETWORK DRIVER
1915P: Peter De Shrijver
1916M: p2@ace.ulyssis.student.kuleuven.ac.be
1917P: Mike Phillips
1918M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001919L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920L: linux-tr@linuxtr.net
1921W: http://www.linuxtr.net
1922S: Maintained
1923
Harald Weltec1986ee2005-11-13 16:06:29 -08001924OMNIKEY CARDMAN 4000 DRIVER
1925P: Harald Welte
1926M: laforge@gnumonks.org
1927S: Maintained
1928
Harald Welte77c44ab2005-11-13 16:06:26 -08001929OMNIKEY CARDMAN 4040 DRIVER
1930P: Harald Welte
1931M: laforge@gnumonks.org
1932S: Maintained
1933
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934ONSTREAM SCSI TAPE DRIVER
1935P: Willem Riede
1936M: osst@riede.org
1937L: osst-users@lists.sourceforge.net
1938L: linux-scsi@vger.kernel.org
1939S: Maintained
1940
1941OPL3-SA2, SA3, and SAx DRIVER
1942P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001943M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944L: linux-sound@vger.kernel.org
1945S: Maintained
1946
1947OPROFILE
1948P: Philippe Elie
1949M: phil.el@wanadoo.fr
1950L: oprofile-list@lists.sf.net
1951S: Maintained
1952
1953ORINOCO DRIVER
1954P: Pavel Roskin
1955M: proski@gnu.org
1956P: David Gibson
1957M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001958L: orinoco-users@lists.sourceforge.net
1959L: orinoco-devel@lists.sourceforge.net
1960W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961S: Maintained
1962
1963PARALLEL PORT SUPPORT
1964P: Phil Blundell
1965M: philb@gnu.org
1966P: Tim Waugh
1967M: tim@cyberelk.net
1968P: David Campbell
1969M: campbell@torque.net
1970P: Andrea Arcangeli
1971M: andrea@suse.de
1972L: linux-parport@lists.infradead.org
1973W: http://people.redhat.com/twaugh/parport/
1974S: Maintained
1975
1976PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1977P: Tim Waugh
1978M: tim@cyberelk.net
1979L: linux-parport@lists.infradead.org
1980W: http://www.torque.net/linux-pp.html
1981S: Maintained
1982
1983PARISC ARCHITECTURE
1984P: Matthew Wilcox
1985M: matthew@wil.cx
1986P: Grant Grundler
1987M: grundler@parisc-linux.org
1988L: parisc-linux@parisc-linux.org
1989W: http://www.parisc-linux.org/
1990S: Maintained
1991
1992PERSONALITY HANDLING
1993P: Christoph Hellwig
1994M: hch@infradead.org
1995L: linux-abi-devel@lists.sourceforge.net
1996S: Maintained
1997
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06001998PCI ERROR RECOVERY
1999P: Linas Vepstas
2000M: linas@austin.ibm.com
2001L: linux-kernel@vger.kernel.org
2002L: linux-pci@atrey.karlin.mff.cuni.cz
2003S: Supported
2004
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2006P: Thomas Sailer
2007M: sailer@ife.ee.ethz.ch
2008L: linux-sound@vger.kernel.org
2009W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2010S: Maintained
2011
2012PCI SUBSYSTEM
2013P: Greg Kroah-Hartman
2014M: gregkh@suse.de
2015L: linux-kernel@vger.kernel.org
2016L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002017T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018S: Supported
2019
2020PCI HOTPLUG CORE
2021P: Greg Kroah-Hartman
2022M: gregkh@suse.de
2023S: Supported
2024
2025PCI HOTPLUG COMPAQ DRIVER
2026P: Greg Kroah-Hartman
2027M: greg@kroah.com
2028S: Maintained
2029
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002030PCIE HOTPLUG DRIVER
2031P: Kristen Carlson Accardi
2032M: kristen.c.accardi@intel.com
2033L: pcihpd-discuss@lists.sourceforge.net
2034S: Maintained
2035
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002037P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002039T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002040S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041
2042PCNET32 NETWORK DRIVER
2043P: Thomas Bogendörfer
2044M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002045L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046S: Maintained
2047
2048PHRAM MTD DRIVER
2049P: Jörn Engel
2050M: joern@wh.fh-wedel.de
2051L: linux-mtd@lists.infradead.org
2052S: Maintained
2053
Peter Osterlund249a6772005-09-27 21:45:30 -07002054PKTCDVD DRIVER
2055P: Peter Osterlund
2056M: petero2@telia.com
2057L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002058S: Maintained
2059
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060POSIX CLOCKS and TIMERS
2061P: George Anzinger
2062M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002063L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064S: Supported
2065
Eugene Surovegin24682972005-10-14 03:00:53 -07002066POWERPC 4xx EMAC DRIVER
2067P: Eugene Surovegin
2068M: ebs@ebshome.net
2069W: http://kernel.ebshome.net/emac/
2070L: linuxppc-embedded@ozlabs.org
2071L: netdev@vger.kernel.org
2072S: Maintained
2073
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074PNP SUPPORT
2075P: Adam Belay
2076M: ambx1@neo.rr.com
2077S: Maintained
2078
2079PPP PROTOCOL DRIVERS AND COMPRESSORS
2080P: Paul Mackerras
2081M: paulus@samba.org
2082L: linux-ppp@vger.kernel.org
2083S: Maintained
2084
2085PPP OVER ATM (RFC 2364)
2086P: Mitchell Blank Jr
2087M: mitch@sfgoth.com
2088S: Maintained
2089
2090PPP OVER ETHERNET
2091P: Michal Ostrowski
2092M: mostrows@speakeasy.net
2093S: Maintained
2094
2095PREEMPTIBLE KERNEL
2096P: Robert Love
2097M: rml@tech9.net
2098L: linux-kernel@vger.kernel.org
2099L: kpreempt-tech@lists.sourceforge.net
2100W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2101S: Supported
2102
2103PRISM54 WIRELESS DRIVER
2104P: Prism54 Development Team
2105M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002106L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107W: http://prism54.org
2108S: Maintained
2109
2110PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2111P: Peter Denison
2112M: promise@pnd-pc.demon.co.uk
2113W: http://www.pnd-pc.demon.co.uk/promise/
2114S: Maintained
2115
2116PXA2xx SUPPORT
2117P: Nicolas Pitre
2118M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002119L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120S: Maintained
2121
2122QLOGIC QLA2XXX FC-SCSI DRIVER
2123P: Andrew Vasquez
2124M: andrew.vasquez@qlogic.com
2125L: linux-scsi@vger.kernel.org
2126S: Supported
2127
2128QNX4 FILESYSTEM
2129P: Anders Larsen
2130M: al@alarsen.net
2131L: linux-kernel@vger.kernel.org
2132W: http://www.alarsen.net/linux/qnx4fs/
2133S: Maintained
2134
2135RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002136P: Benjamin Herrenschmidt
2137M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138L: linux-fbdev-devel@lists.sourceforge.net
2139S: Maintained
2140
2141RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002142P: Paul Mackerras
2143M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144L: linux-fbdev-devel@lists.sourceforge.net
2145S: Maintained
2146
2147RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2148P: Corey Thomas
2149M: corey@world.std.com
2150L: linux-kernel@vger.kernel.org
2151S: Maintained
2152
Matt Mackall9e95ce22005-04-16 15:25:56 -07002153RANDOM NUMBER DRIVER
2154P: Matt Mackall
2155M: mpm@selenic.com
2156S: Maintained
2157
Matt Porter394b7012005-11-07 01:00:15 -08002158RAPIDIO SUBSYSTEM
2159P: Matt Porter
2160M: mporter@kernel.crashing.org
2161L: linux-kernel@vger.kernel.org
2162S: Maintained
2163
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164REAL TIME CLOCK DRIVER
2165P: Paul Gortmaker
2166M: p_gortmaker@yahoo.com
2167L: linux-kernel@vger.kernel.org
2168S: Maintained
2169
2170REISERFS FILE SYSTEM
2171P: Hans Reiser
2172M: reiserfs-dev@namesys.com
2173L: reiserfs-list@namesys.com
2174W: http://www.namesys.com
2175S: Supported
2176
2177ROCKETPORT DRIVER
2178P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179W: http://www.comtrol.com
2180S: Maintained
2181
2182ROSE NETWORK LAYER
2183P: Ralf Baechle
2184M: ralf@linux-mips.org
2185L: linux-hams@vger.kernel.org
2186S: Maintained
2187
2188RISCOM8 DRIVER
2189S: Orphan
2190
2191RTLINUX REALTIME LINUX
2192P: Victor Yodaiken
2193M: yodaiken@fsmlabs.com
2194L: rtl@rtlinux.org
2195W: www.rtlinux.org
2196S: Maintained
2197
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002198S3 SAVAGE FRAMEBUFFER DRIVER
2199P: Antonino Daplas
2200M: adaplas@pol.net
2201L: linux-fbdev-devel@lists.sourceforge.net
2202S: Maintained
2203
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204S390
2205P: Martin Schwidefsky
2206M: schwidefsky@de.ibm.com
2207M: linux390@de.ibm.com
2208L: linux-390@vm.marist.edu
2209W: http://oss.software.ibm.com/developerworks/opensource/linux390
2210S: Supported
2211
2212SAA7146 VIDEO4LINUX-2 DRIVER
2213P: Michael Hunold
2214M: michael@mihu.de
2215W: http://www.mihu.de/linux/saa7146
2216S: Maintained
2217
2218SBPCD CDROM DRIVER
2219P: Eberhard Moenkeberg
2220M: emoenke@gwdg.de
2221L: linux-kernel@vger.kernel.org
2222S: Maintained
2223
2224SC1200 WDT DRIVER
2225P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002226M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227S: Maintained
2228
2229SCHEDULER
2230P: Ingo Molnar
2231M: mingo@elte.hu
2232P: Robert Love [the preemptible kernel bits]
2233M: rml@tech9.net
2234L: linux-kernel@vger.kernel.org
2235S: Maintained
2236
2237SCSI CDROM DRIVER
2238P: Jens Axboe
2239M: axboe@suse.de
2240L: linux-scsi@vger.kernel.org
2241W: http://www.kernel.dk
2242S: Maintained
2243
2244SCSI SG DRIVER
2245P: Doug Gilbert
2246M: dgilbert@interlog.com
2247L: linux-scsi@vger.kernel.org
2248W: http://www.torque.net/sg
2249S: Maintained
2250
2251SCSI SUBSYSTEM
2252P: James E.J. Bottomley
2253M: James.Bottomley@SteelEye.com
2254L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002255T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256S: Maintained
2257
2258SCSI TAPE DRIVER
2259P: Kai Mäkisara
2260M: Kai.Makisara@kolumbus.fi
2261L: linux-scsi@vger.kernel.org
2262S: Maintained
2263
2264SCTP PROTOCOL
2265P: Sridhar Samudrala
2266M: sri@us.ibm.com
2267L: lksctp-developers@lists.sourceforge.net
2268S: Supported
2269
2270SCx200 CPU SUPPORT
2271P: Christer Weinigel
2272M: christer@weinigel.se
2273W: http://www.weinigel.se
2274S: Supported
2275
2276SECURITY CONTACT
2277P: Security Officers
2278M: security@kernel.org
2279S: Supported
2280
2281SELINUX SECURITY MODULE
2282P: Stephen Smalley
2283M: sds@epoch.ncsc.mil
2284P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002285M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286L: linux-kernel@vger.kernel.org (kernel issues)
2287L: selinux@tycho.nsa.gov (general discussion)
2288W: http://www.nsa.gov/selinux
2289S: Supported
2290
2291SERIAL ATA (SATA) SUBSYSTEM:
2292P: Jeff Garzik
2293M: jgarzik@pobox.com
2294L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002295T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296S: Supported
2297
2298SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2299P: Pat Gefre
2300M: pfg@sgi.com
2301L: linux-ia64@vger.kernel.org
2302S: Supported
2303
2304SGI VISUAL WORKSTATION 320 AND 540
2305P: Andrey Panin
2306M: pazke@donpac.ru
2307L: linux-visws-devel@lists.sf.net
2308W: http://linux-visws.sf.net
2309S: Maintained for 2.6.
2310
2311SIMTEC EB110ATX (Chalice CATS)
2312P: Ben Dooks
2313P: Vincent Sanders
2314M: support@simtec.co.uk
2315W: http://www.simtec.co.uk/products/EB110ATX/
2316S: Supported
2317
2318SIMTEC EB2410ITX (BAST)
2319P: Ben Dooks
2320P: Vincent Sanders
2321M: support@simtec.co.uk
2322W: http://www.simtec.co.uk/products/EB2410ITX/
2323S: Supported
2324
Francois Romieu92aab3c2005-07-30 13:11:18 +02002325SIS 190 ETHERNET DRIVER
2326P: Francois Romieu
2327M: romieu@fr.zoreil.com
2328L: netdev@vger.kernel.org
2329S: Maintained
2330
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331SIS 5513 IDE CONTROLLER DRIVER
2332P: Lionel Bouton
2333M: Lionel.Bouton@inet6.fr
2334W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2335W: http://gyver.homeip.net/sis5513/index.html
2336S: Maintained
2337
2338SIS 900/7016 FAST ETHERNET DRIVER
2339P: Daniele Venzano
2340M: venza@brownhat.org
2341W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002342L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343S: Maintained
2344
2345SIS FRAMEBUFFER DRIVER
2346P: Thomas Winischhofer
2347M: thomas@winischhofer.net
2348W: http://www.winischhofer.net/linuxsisvga.shtml
2349S: Maintained
2350
2351SIS USB2VGA DRIVER
2352P: Thomas Winischhofer
2353M: thomas@winischhofer.net
2354W: http://www.winischhofer.at/linuxsisusbvga.shtml
2355S: Maintained
2356
2357SMSC47M1 HARDWARE MONITOR DRIVER
2358P: Jean Delvare
2359M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002360L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361S: Odd Fixes
2362
2363SMB FILESYSTEM
2364P: Urban Widmark
2365M: urban@teststation.com
2366W: http://samba.org/
2367L: samba@samba.org
2368S: Maintained
2369
2370SMC91x ETHERNET DRIVER
2371P: Nicolas Pitre
2372M: nico@cam.org
2373S: Maintained
2374
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375SOFTWARE RAID (Multiple Disks) SUPPORT
2376P: Ingo Molnar
2377M: mingo@redhat.com
2378P: Neil Brown
2379M: neilb@cse.unsw.edu.au
2380L: linux-raid@vger.kernel.org
2381S: Maintained
2382
2383SOFTWARE SUSPEND:
2384P: Pavel Machek
2385M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002386L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387S: Maintained
2388
2389SONIC NETWORK DRIVER
2390P: Thomas Bogendoerfer
2391M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002392L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393S: Maintained
2394
2395SONY VAIO CONTROL DEVICE DRIVER
2396P: Stelian Pop
2397M: stelian@popies.net
2398W: http://popies.net/sonypi/
2399S: Maintained
2400
2401SOUND
2402P: Jaroslav Kysela
2403M: perex@suse.cz
2404L: alsa-devel@alsa-project.org
2405S: Maintained
2406
Kylene Hall1c72d462005-05-01 08:59:13 -07002407TPM DEVICE DRIVER
2408P: Kylene Hall
2409M: kjhall@us.ibm.com
2410W: http://tpmdd.sourceforge.net
2411L: tpmdd-devel@lists.sourceforge.net
2412S: Maintained
2413
Mark Gross1a80ba82005-10-30 15:02:55 -08002414Telecom Clock Driver for MCPL0010
2415P: Mark Gross
2416M: mark.gross@intel.com
2417S: Supported
2418
Chris Zankel48b415c2005-06-23 22:01:07 -07002419TENSILICA XTENSA PORT (xtensa):
2420P: Chris Zankel
2421M: chris@zankel.net
2422S: Maintained
2423
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424UltraSPARC (sparc64):
2425P: David S. Miller
2426M: davem@davemloft.net
2427P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002428M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429P: Jakub Jelinek
2430M: jj@sunsite.ms.mff.cuni.cz
2431P: Anton Blanchard
2432M: anton@samba.org
2433L: sparclinux@vger.kernel.org
2434L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002435T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436S: Maintained
2437
2438SHARP LH SUPPORT (LH7952X & LH7A40X)
2439P: Marc Singer
2440M: elf@buici.com
2441W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002442L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443S: Maintained
2444
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002445SHPC HOTPLUG DRIVER
2446P: Kristen Carlson Accardi
2447M: kristen.c.accardi@intel.com
2448L: pcihpd-discuss@lists.sourceforge.net
2449S: Maintained
2450
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002451SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2452P: Stephen Hemminger
2453M: shemminger@osdl.org
2454L: netdev@vger.kernel.org
2455S: Maintained
2456
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457SPARC (sparc32):
2458P: William L. Irwin
2459M: wli@holomorphy.com
2460L: sparclinux@vger.kernel.org
2461S: Maintained
2462
2463SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2464P: Roger Wolff
2465M: R.E.Wolff@BitWizard.nl
2466L: linux-kernel@vger.kernel.org ?
2467S: Supported
2468
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469SRM (Alpha) environment access
2470P: Jan-Benedict Glaw
2471M: jbglaw@lug-owl.de
2472L: linux-kernel@vger.kernel.org
2473S: Maintained
2474
2475STARFIRE/DURALAN NETWORK DRIVER
2476P: Ion Badulescu
2477M: ionut@cs.columbia.edu
2478S: Maintained
2479
2480STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2481W: http://mosquitonet.Stanford.EDU/strip.html
2482S: Unsupported ?
2483
2484STRADIS MPEG-2 DECODER DRIVER
2485P: Nathan Laredo
2486M: laredo@gnu.org
2487W: http://mpeg.openprojects.net/
2488W: http://www.stradis.com/
2489S: Maintained
2490
2491SUPERH (sh)
2492P: Paul Mundt
2493M: lethal@linux-sh.org
2494P: Kazumoto Kojima
2495M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002496L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497W: http://www.linux-sh.org
2498W: http://www.m17n.org/linux-sh/
2499W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2500S: Maintained
2501
2502SUPERH64 (sh64)
2503P: Paul Mundt
2504M: lethal@linux-sh.org
2505P: Richard Curnow
2506M: rc@rc0.org.uk
2507L: linuxsh-shmedia-dev@lists.sourceforge.net
2508W: http://www.linux-sh.org
2509W: http://www.rc0.org.uk/sh64
2510S: Maintained
2511
2512SUN3/3X
2513P: Sam Creasey
2514M: sammy@sammy.net
2515L: sun3-list@redhat.com
2516W: http://sammy.net/sun3/
2517S: Maintained
2518
2519SVGA HANDLING
2520P: Martin Mares
2521M: mj@ucw.cz
2522L: linux-video@atrey.karlin.mff.cuni.cz
2523S: Maintained
2524
2525SYSV FILESYSTEM
2526P: Christoph Hellwig
2527M: hch@infradead.org
2528S: Maintained
2529
2530TI PARALLEL LINK CABLE DRIVER
2531P: Romain Lievin
2532M: roms@lpg.ticalc.org
2533S: Maintained
2534
Per Lidene86eaa32006-01-12 16:45:18 +01002535TIPC NETWORK LAYER
2536P: Per Liden
2537M: per.liden@nospam.ericsson.com
2538P: Jon Maloy
2539M: jon.maloy@nospam.ericsson.com
2540P: Allan Stephens
2541M: allan.stephens@nospam.windriver.com
2542L: tipc-discussion@lists.sourceforge.net
2543W: http://tipc.sourceforge.net/
2544W: http://tipc.cslab.ericsson.net/
2545T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2546S: Maintained
2547
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548TLAN NETWORK DRIVER
2549P: Samuel Chessman
2550M: chessman@tux.org
2551L: tlan-devel@lists.sourceforge.net
2552W: http://sourceforge.net/projects/tlan/
2553S: Maintained
2554
2555TOKEN-RING NETWORK DRIVER
2556P: Mike Phillips
2557M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002558L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559L: linux-tr@linuxtr.net
2560W: http://www.linuxtr.net
2561S: Maintained
2562
2563TOSHIBA ACPI EXTRAS DRIVER
2564P: John Belmonte
2565M: toshiba_acpi@memebeam.org
2566W: http://memebeam.org/toys/ToshibaAcpiDriver
2567S: Maintained
2568
2569TOSHIBA SMM DRIVER
2570P: Jonathan Buzzard
2571M: jonathan@buzzard.org.uk
2572L: tlinux-users@tce.toshiba-dme.co.jp
2573W: http://www.buzzard.org.uk/toshiba/
2574S: Maintained
2575
2576TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2577P: Muli Ben-Yehuda
2578M: mulix@mulix.org
2579L: linux-kernel@vger.kernel.org
2580S: Maintained
2581
2582TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002583P: Adrian Bunk
2584M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002586W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002587T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588S: Maintained
2589
2590TMS380 TOKEN-RING NETWORK DRIVER
2591P: Adam Fritzler
2592M: mid@auk.cx
2593L: linux-tr@linuxtr.net
2594W: http://www.auk.cx/tms380tr/
2595S: Maintained
2596
2597TULIP NETWORK DRIVER
2598P: Jeff Garzik
2599M: jgarzik@pobox.com
2600L: tulip-users@lists.sourceforge.net
2601W: http://sourceforge.net/projects/tulip/
2602S: Maintained
2603
2604TUN/TAP driver
2605P: Maxim Krasnyansky
2606M: maxk@qualcomm.com, max_mk@yahoo.com
2607L: vtun@office.satix.net
2608W: http://vtun.sourceforge.net/tun
2609S: Maintained
2610
2611U14-34F SCSI DRIVER
2612P: Dario Ballabio
2613M: ballabio_dario@emc.com
2614L: linux-scsi@vger.kernel.org
2615S: Maintained
2616
2617UDF FILESYSTEM
2618P: Ben Fennema
2619M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620W: http://linux-udf.sourceforge.net
2621S: Maintained
2622
2623UNIFORM CDROM DRIVER
2624P: Jens Axboe
2625M: axboe@suse.de
2626L: linux-kernel@vger.kernel.org
2627W: http://www.kernel.dk
2628S: Maintained
2629
2630USB ACM DRIVER
2631P: Oliver Neukum
2632M: oliver@neukum.name
2633L: linux-usb-users@lists.sourceforge.net
2634L: linux-usb-devel@lists.sourceforge.net
2635S: Maintained
2636
2637USB BLOCK DRIVER (UB ub)
2638P: Pete Zaitcev
2639M: zaitcev@redhat.com
2640L: linux-kernel@vger.kernel.org
2641L: linux-usb-devel@lists.sourceforge.net
2642S: Supported
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644USB CDC ETHERNET DRIVER
2645P: Greg Kroah-Hartman
2646M: greg@kroah.com
2647L: linux-usb-users@lists.sourceforge.net
2648L: linux-usb-devel@lists.sourceforge.net
2649S: Maintained
2650W: http://www.kroah.com/linux-usb/
2651
2652USB EHCI DRIVER
2653P: David Brownell
2654M: dbrownell@users.sourceforge.net
2655L: linux-usb-devel@lists.sourceforge.net
2656S: Maintained
2657
2658USB HID/HIDBP DRIVERS
2659P: Vojtech Pavlik
2660M: vojtech@suse.cz
2661L: linux-usb-users@lists.sourceforge.net
2662L: linux-usb-devel@lists.sourceforge.net
2663S: Maintained
2664
2665USB HUB DRIVER
2666P: Johannes Erdfelt
2667M: johannes@erdfelt.com
2668L: linux-usb-users@lists.sourceforge.net
2669L: linux-usb-devel@lists.sourceforge.net
2670S: Maintained
2671
Olav Kongas959eea22005-11-03 17:38:14 +02002672USB ISP116X DRIVER
2673P: Olav Kongas
2674M: ok@artecdesign.ee
2675L: linux-usb-devel@lists.sourceforge.net
2676S: Maintained
2677
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678USB KAWASAKI LSI DRIVER
2679P: Oliver Neukum
2680M: oliver@neukum.name
2681L: linux-usb-users@lists.sourceforge.net
2682L: linux-usb-devel@lists.sourceforge.net
2683S: Maintained
2684
2685USB MASS STORAGE DRIVER
2686P: Matthew Dharm
2687M: mdharm-usb@one-eyed-alien.net
2688L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002689L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690S: Maintained
2691W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2692
2693USB OHCI DRIVER
2694P: Roman Weissgaerber
2695M: weissg@vienna.at
2696L: linux-usb-users@lists.sourceforge.net
2697L: linux-usb-devel@lists.sourceforge.net
2698S: Maintained
2699
Matthias Urlichsba460e42005-07-14 00:33:47 -07002700USB OPTION-CARD DRIVER
2701P: Matthias Urlichs
2702M: smurf@smurf.noris.de
2703L: linux-usb-devel@lists.sourceforge.net
2704S: Maintained
2705
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706USB OV511 DRIVER
2707P: Mark McClelland
2708M: mmcclell@bigfoot.com
2709L: linux-usb-users@lists.sourceforge.net
2710L: linux-usb-devel@lists.sourceforge.net
2711W: http://alpha.dyndns.org/ov511/
2712S: Maintained
2713
2714USB PEGASUS DRIVER
2715P: Petko Manolov
2716M: petkan@users.sourceforge.net
2717L: linux-usb-users@lists.sourceforge.net
2718L: linux-usb-devel@lists.sourceforge.net
2719W: http://pegasus2.sourceforge.net/
2720S: Maintained
2721
2722USB PRINTER DRIVER
2723P: Vojtech Pavlik
2724M: vojtech@suse.cz
2725L: linux-usb-users@lists.sourceforge.net
2726L: linux-usb-devel@lists.sourceforge.net
2727S: Maintained
2728
2729USB RTL8150 DRIVER
2730P: Petko Manolov
2731M: petkan@users.sourceforge.net
2732L: linux-usb-users@lists.sourceforge.net
2733L: linux-usb-devel@lists.sourceforge.net
2734W: http://pegasus2.sourceforge.net/
2735S: Maintained
2736
2737USB SE401 DRIVER
2738P: Jeroen Vreeken
2739M: pe1rxq@amsat.org
2740L: linux-usb-users@lists.sourceforge.net
2741L: linux-usb-devel@lists.sourceforge.net
2742W: http://www.chello.nl/~j.vreeken/se401/
2743S: Maintained
2744
2745USB SERIAL CYBERJACK DRIVER
2746P: Matthias Bruestle and Harald Welte
2747M: support@reiner-sct.com
2748W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2749S: Maintained
2750
2751USB SERIAL DIGI ACCELEPORT DRIVER
2752P: Peter Berger and Al Borchers
2753M: pberger@brimson.com
2754M: alborchers@steinerpoint.com
2755L: linux-usb-users@lists.sourceforge.net
2756L: linux-usb-devel@lists.sourceforge.net
2757S: Maintained
2758
2759USB SERIAL DRIVER
2760P: Greg Kroah-Hartman
2761M: gregkh@suse.de
2762L: linux-usb-users@lists.sourceforge.net
2763L: linux-usb-devel@lists.sourceforge.net
2764S: Supported
2765
2766USB SERIAL BELKIN F5U103 DRIVER
2767P: William Greathouse
2768M: wgreathouse@smva.com
2769L: linux-usb-users@lists.sourceforge.net
2770L: linux-usb-devel@lists.sourceforge.net
2771S: Maintained
2772
2773USB SERIAL CYPRESS M8 DRIVER
2774P: Lonnie Mendez
2775M: dignome@gmail.com
2776L: linux-usb-users@lists.sourceforge.net
2777L: linux-usb-devel@lists.sourceforge.net
2778S: Maintained
2779W: http://geocities.com/i0xox0i
2780W: http://firstlight.net/cvs
2781
2782USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2783L: linux-usb-users@lists.sourceforge.net
2784L: linux-usb-devel@lists.sourceforge.net
2785S: Maintained
2786
2787USB AUERSWALD DRIVER
2788P: Wolfgang Muees
2789M: wolfgang@iksw-muees.de
2790L: linux-usb-users@lists.sourceforge.net
2791L: linux-usb-devel@lists.sourceforge.net
2792S: Maintained
2793
2794USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2795P: Gary Brubaker
2796M: xavyer@ix.netcom.com
2797L: linux-usb-users@lists.sourceforge.net
2798L: linux-usb-devel@lists.sourceforge.net
2799S: Maintained
2800
2801USB SERIAL KEYSPAN DRIVER
2802P: Greg Kroah-Hartman
2803M: greg@kroah.com
2804L: linux-usb-users@lists.sourceforge.net
2805L: linux-usb-devel@lists.sourceforge.net
2806W: http://www.kroah.com/linux/
2807S: Maintained
2808
2809USB SERIAL WHITEHEAT DRIVER
2810P: Stuart MacDonald
2811M: stuartm@connecttech.com
2812L: linux-usb-users@lists.sourceforge.net
2813L: linux-usb-devel@lists.sourceforge.net
2814W: http://www.connecttech.com
2815S: Supported
2816
2817USB SN9C10x DRIVER
2818P: Luca Risolia
2819M: luca.risolia@studio.unibo.it
2820L: linux-usb-devel@lists.sourceforge.net
2821W: http://www.linux-projects.org
2822S: Maintained
2823
2824USB SUBSYSTEM
2825P: Greg Kroah-Hartman
2826M: gregkh@suse.de
2827L: linux-usb-users@lists.sourceforge.net
2828L: linux-usb-devel@lists.sourceforge.net
2829W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002830T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831S: Supported
2832
2833USB UHCI DRIVER
2834P: Alan Stern
2835M: stern@rowland.harvard.edu
2836L: linux-usb-users@lists.sourceforge.net
2837L: linux-usb-devel@lists.sourceforge.net
2838S: Maintained
2839
2840USB "USBNET" DRIVER
2841P: David Brownell
2842M: dbrownell@users.sourceforge.net
2843L: linux-usb-devel@lists.sourceforge.net
2844S: Maintained
2845
2846USB W996[87]CF DRIVER
2847P: Luca Risolia
2848M: luca.risolia@studio.unibo.it
2849L: linux-usb-devel@lists.sourceforge.net
2850W: http://www.linux-projects.org
2851S: Maintained
2852
2853USB ZD1201 DRIVER
2854P: Jeroen Vreeken
2855M: pe1rxq@amsat.org
2856L: linux-usb-users@lists.sourceforge.net
2857L: linux-usb-devel@lists.sourceforge.net
2858W: http://linux-lc100020.sourceforge.net
2859S: Maintained
2860
2861USER-MODE LINUX
2862P: Jeff Dike
2863M: jdike@karaya.com
2864L: user-mode-linux-devel@lists.sourceforge.net
2865L: user-mode-linux-user@lists.sourceforge.net
2866W: http://user-mode-linux.sourceforge.net
2867S: Maintained
2868
2869FAT/VFAT/MSDOS FILESYSTEM:
2870P: OGAWA Hirofumi
2871M: hirofumi@mail.parknet.co.jp
2872L: linux-kernel@vger.kernel.org
2873S: Maintained
2874
2875VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2876P: Jeff Garzik
2877S: Odd fixes
2878
2879VIA RHINE NETWORK DRIVER
2880P: Roger Luethi
2881M: rl@hellgate.ch
2882S: Maintained
2883
Jean Delvare32c0a522005-09-22 21:47:58 +02002884VIAPRO SMBUS DRIVER
2885P: Jean Delvare
2886M: khali@linux-fr.org
2887L: lm-sensors@lm-sensors.org
2888S: Maintained
2889
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890UCLINUX (AND M68KNOMMU)
2891P: Greg Ungerer
2892M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002894L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895S: Maintained
2896
2897UCLINUX FOR NEC V850
2898P: Miles Bader
2899M: uclinux-v850@lsi.nec.co.jp
2900W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2901W: http://www.ee.nec.de/uclinux/
2902S: Supported
2903
2904UCLINUX FOR RENESAS H8/300
2905P: Yoshinori Sato
2906M: ysato@users.sourceforge.jp
2907W: http://uclinux-h8.sourceforge.jp/
2908S: Supported
2909
2910USB DIAMOND RIO500 DRIVER
2911P: Cesar Miquel
2912M: miquel@df.uba.ar
2913L: rio500-users@lists.sourceforge.net
2914W: http://rio500.sourceforge.net
2915S: Maintained
2916
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002917V9FS FILE SYSTEM
2918P: Eric Van Hensbergen
2919M: ericvh@gmail.com
2920P: Ron Minnich
2921M: rminnich@lanl.gov
2922P: Latchesar Ionkov
2923M: lucho@ionkov.net
2924L: v9fs-developer@lists.sourceforge.net
2925W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002926T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002927S: Maintained
2928
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002930P: Mauro Carvalho Chehab
2931M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002933W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002934T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002935S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936
Roger Lucas1de9e372005-11-26 20:20:05 +01002937VT8231 HARDWARE MONITOR DRIVER
2938P: Roger Lucas
2939M: roger@planbit.co.uk
2940L: lm-sensors@lm-sensors.org
2941S: Maintained
2942
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943W1 DALLAS'S 1-WIRE BUS
2944P: Evgeniy Polyakov
2945M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002946L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Maintained
2948
2949W83L51xD SD/MMC CARD INTERFACE DRIVER
2950P: Pierre Ossman
2951M: drzeus-wbsd@drzeus.cx
2952L: wbsd-devel@list.drzeus.cx
2953W: http://projects.drzeus.cx/wbsd
2954S: Maintained
2955
2956W83L785TS HARDWARE MONITOR DRIVER
2957P: Jean Delvare
2958M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002959L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960S: Odd Fixes
2961
2962WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2963P: Nenad Corbic
2964M: ncorbic@sangoma.com
2965M: dm@sangoma.com
2966W: http://www.sangoma.com
2967S: Supported
2968
Wim Van Sebroeck35277612006-01-15 21:21:14 +01002969WATCHDOG DEVICE DRIVERS
2970P: Wim Van Sebroeck
2971M: wim@iguana.be
2972T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
2973S: Maintained
2974
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2976P: Jean Tourrilhes
2977M: jt@hpl.hp.com
2978W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2979S: Maintained
2980
2981WD7000 SCSI DRIVER
2982P: Miroslav Zagorac
2983M: zaga@fly.cc.fer.hr
2984L: linux-scsi@vger.kernel.org
2985S: Maintained
2986
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05002987WISTRON LAPTOP BUTTON DRIVER
2988P: Miloslav Trmac
2989M: mitr@volny.cz
2990S: Maintained
2991
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992WL3501 WIRELESS PCMCIA CARD DRIVER
2993P: Arnaldo Carvalho de Melo
2994M: acme@conectiva.com.br
2995W: http://advogato.org/person/acme
2996S: Maintained
2997
2998X.25 NETWORK LAYER
2999P: Henner Eisen
3000M: eis@baty.hanse.de
3001L: linux-x25@vger.kernel.org
3002S: Maintained
3003
3004XFS FILESYSTEM
3005P: Silicon Graphics Inc
3006M: xfs-masters@oss.sgi.com
3007M: nathans@sgi.com
3008L: linux-xfs@oss.sgi.com
3009W: http://oss.sgi.com/projects/xfs
3010S: Supported
3011
3012X86 3-LEVEL PAGING (PAE) SUPPORT
3013P: Ingo Molnar
3014M: mingo@redhat.com
3015S: Maintained
3016
3017X86-64 port
3018P: Andi Kleen
3019M: ak@suse.de
3020L: discuss@x86-64.org
3021W: http://www.x86-64.org
3022S: Maintained
3023
3024YAM DRIVER FOR AX.25
3025P: Jean-Paul Roubelat
3026M: jpr@f6fbb.org
3027L: linux-hams@vger.kernel.org
3028S: Maintained
3029
Henkaf64a5e2005-10-12 15:02:56 +02003030YEALINK PHONE DRIVER
3031P: Henk Vergonet
3032M: Henk.Vergonet@gmail.com
3033L: usbb2k-api-dev@nongnu.org
3034S: Maintained
3035
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3037P: Pete Zaitcev
3038M: zaitcev@yahoo.com
3039L: linux-kernel@vger.kernel.org
3040S: Obsolete
3041
3042Z8530 DRIVER FOR AX.25
3043P: Joerg Reuter
3044M: jreuter@yaina.de
3045W: http://yaina.de/jreuter/
3046W: http://www.qsl.net/dl1bke/
3047L: linux-hams@vger.kernel.org
3048S: Maintained
3049
3050ZF MACHZ WATCHDOG
3051P: Fernando Fuganti
3052M: fuganti@netbank.com.br
3053W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3054S: Maintained
3055
3056ZR36067 VIDEO FOR LINUX DRIVER
3057P: Ronald Bultje
3058M: rbultje@ronald.bitfreak.net
3059L: mjpeg-users@lists.sourceforge.net
3060W: http://mjpeg.sourceforge.net/driver-zoran/
3061S: Maintained
3062
3063ZR36120 VIDEO FOR LINUX DRIVER
3064P: Pauline Middelink
3065M: middelin@polyware.nl
3066W: http://www.polyware.nl/~middelin/En/hobbies.html
3067W: http://www.polyware.nl/~middelin/hobbies.html
3068S: Maintained
3069
3070THE REST
3071P: Linus Torvalds
3072S: Buried alive in reporters