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