blob: e9db0d6b928a6c8a04aef2222a27b90532def9bb [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
261APM DRIVER
262P: Stephen Rothwell
263M: sfr@canb.auug.org.au
264L: linux-laptop@vger.kernel.org
265W: http://www.canb.auug.org.au/~sfr/
266S: Supported
267
268APPLETALK NETWORK LAYER
269P: Arnaldo Carvalho de Melo
270M: acme@conectiva.com.br
271S: Maintained
272
Jaya Kumar1154ea72005-06-21 17:17:04 -0700273ARC FRAMEBUFFER DRIVER
274P: Jaya Kumar
275M: jayalk@intworks.biz
276S: Maintained
277
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278ARM26 ARCHITECTURE
279P: Ian Molton
280M: spyro@f2s.com
281S: Maintained
282
283ARM26/ARCHIMEDES
284P: Ian Molton
285M: spyro@f2s.com
286S: Maintained
287
288ARM26/A5000
289P: John Appleby
290M: john@dnsworld.co.uk
291S: Maintained
292
293ARM MFM AND FLOPPY DRIVERS
294P: Ian Molton
295M: spyro@f2s.com
296S: Maintained
297
298ARM/CORGI MACHINE SUPPORT
299P: Richard Purdie
300M: rpurdie@rpsys.net
301S: Maintained
302
Dirk Opfer8459c152005-11-06 14:27:52 +0000303ARM/TOSA MACHINE SUPPORT
304P: Dirk Opfer
305M: dirk@opfer-online.de
306S: Maintained
307
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308ARM/PLEB SUPPORT
309P: Peter Chubb
310M: pleb@gelato.unsw.edu.au
311W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
312S: Maintained
313
314ARM/PT DIGITAL BOARD PORT
315P: Stefan Eletzhofer
316M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700317L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318W: http://www.arm.linux.org.uk/
319S: Maintained
320
321ARM/SHARK MACHINE SUPPORT
322P: Alexander Schulz
323M: alex@shark-linux.de
324W: http://www.shark-linux.de/shark.html
325S: Maintained
326
327ARM/STRONGARM110 PORT
328P: Russell King
329M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700330L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331W: http://www.arm.linux.org.uk/
332S: Maintained
333
334ARM/S3C2410 ARM ARCHITECTURE
335P: Ben Dooks
336M: ben-s3c2410@fluff.org
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.fluff.org/ben/linux/
339S: Maintained
340
341ARM/S3C2440 ARM ARCHITECTURE
342P: Ben Dooks
343M: ben-s3c2440@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
348ARPD SUPPORT
349P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700350L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351S: Maintained
352
353ASUS ACPI EXTRAS DRIVER
354P: Karol Kozimor
355M: sziwan@users.sourceforge.net
356P: Julien Lerouge
357M: julien.lerouge@free.fr
358L: acpi4asus-user@lists.sourceforge.net
359W: http://sourceforge.net/projects/acpi4asus
360W: http://julien.lerouge.free.fr
361S: Maintained
362
363ATA OVER ETHERNET DRIVER
364P: Ed L. Cashin
365M: ecashin@coraid.com
366W: http://www.coraid.com/support/linux
367S: Supported
368
369ATM
370P: Chas Williams
371M: chas@cmf.nrl.navy.mil
372L: linux-atm-general@lists.sourceforge.net
373W: http://linux-atm.sourceforge.net
374S: Maintained
375
376ATMEL WIRELESS DRIVER
377P: Simon Kelley
378M: simon@thekelleys.org.uk
379W: http://www.thekelleys.org.uk/atmel
380W: http://atmelwlandriver.sourceforge.net/
381S: Maintained
382
Chris Wrighta92b7b82005-07-07 18:12:23 -0700383AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100384P: David Woodhouse
385M: dwmw2@infradead.org
386L: linux-audit@redhat.com
387W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800388T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700389S: Maintained
390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391AX.25 NETWORK LAYER
392P: Ralf Baechle
393M: ralf@linux-mips.org
394L: linux-hams@vger.kernel.org
395S: Maintained
396
397BAYCOM/HDLCDRV DRIVERS FOR AX.25
398P: Thomas Sailer
399M: t.sailer@alumni.ethz.ch
400L: linux-hams@vger.kernel.org
401W: http://www.baycom.org/~tom/ham/ham.html
402S: Maintained
403
404BEFS FILE SYSTEM
405P: Sergey S. Kostyliov
406M: rathamahata@php4.ru
407L: linux-kernel@vger.kernel.org
408S: Maintained
409
410BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
411P: Kenji Hollis
412W: http://ftp.bitgate.com/pcwd/
413S: Maintained
414
415BFS FILE SYSTEM
416P: Tigran A. Aivazian
417M: tigran@veritas.com
418L: linux-kernel@vger.kernel.org
419S: Maintained
420
421BLOCK LAYER
422P: Jens Axboe
423M: axboe@suse.de
424L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800425T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426S: Maintained
427
428BLUETOOTH SUBSYSTEM
429P: Marcel Holtmann
430M: marcel@holtmann.org
431P: Maxim Krasnyansky
432M: maxk@qualcomm.com
433L: bluez-devel@lists.sf.net
434W: http://bluez.sf.net
435W: http://www.bluez.org
436W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800437T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438S: Maintained
439
440BLUETOOTH RFCOMM LAYER
441P: Marcel Holtmann
442M: marcel@holtmann.org
443P: Maxim Krasnyansky
444M: maxk@qualcomm.com
445S: Maintained
446
447BLUETOOTH BNEP LAYER
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452S: Maintained
453
454BLUETOOTH CMTP LAYER
455P: Marcel Holtmann
456M: marcel@holtmann.org
457S: Maintained
458
459BLUETOOTH HIDP LAYER
460P: Marcel Holtmann
461M: marcel@holtmann.org
462S: Maintained
463
464BLUETOOTH HCI UART DRIVER
465P: Marcel Holtmann
466M: marcel@holtmann.org
467P: Maxim Krasnyansky
468M: maxk@qualcomm.com
469S: Maintained
470
471BLUETOOTH HCI USB DRIVER
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476S: Maintained
477
478BLUETOOTH HCI BCM203X DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481S: Maintained
482
483BLUETOOTH HCI BPA10X DRIVER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486S: Maintained
487
488BLUETOOTH HCI BFUSB DRIVER
489P: Marcel Holtmann
490M: marcel@holtmann.org
491S: Maintained
492
493BLUETOOTH HCI DTL1 DRIVER
494P: Marcel Holtmann
495M: marcel@holtmann.org
496S: Maintained
497
498BLUETOOTH HCI BLUECARD DRIVER
499P: Marcel Holtmann
500M: marcel@holtmann.org
501S: Maintained
502
503BLUETOOTH HCI BT3C DRIVER
504P: Marcel Holtmann
505M: marcel@holtmann.org
506S: Maintained
507
508BLUETOOTH HCI BTUART DRIVER
509P: Marcel Holtmann
510M: marcel@holtmann.org
511S: Maintained
512
513BLUETOOTH HCI VHCI DRIVER
514P: Maxim Krasnyansky
515M: maxk@qualcomm.com
516S: Maintained
517
518BONDING DRIVER
519P: Chad Tindel
520M: ctindel@users.sourceforge.net
521P: Jay Vosburgh
522M: fubar@us.ibm.com
523L: bonding-devel@lists.sourceforge.net
524W: http://sourceforge.net/projects/bonding/
525S: Supported
526
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000527BROADBAND PROCESSOR ARCHITECTURE
528P: Arnd Bergmann
529M: arnd@arndb.de
530L: linuxppc64-dev@ozlabs.org
531W: http://linuxppc64.org
532S: Supported
533
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700535P: Mauro Carvalho Chehab
536M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700538W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200539T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700540S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541
542BUSLOGIC SCSI DRIVER
543P: Leonard N. Zubkoff
544M: Leonard N. Zubkoff <lnz@dandelion.com>
545L: linux-scsi@vger.kernel.org
546W: http://www.dandelion.com/Linux/
547S: Maintained
548
549COMMON INTERNET FILE SYSTEM (CIFS)
550P: Steve French
551M: sfrench@samba.org
552L: samba-technical@lists.samba.org
553W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800554T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555S: Supported
556
Joel Becker7063fbf2005-12-15 14:29:43 -0800557CONFIGFS
558P: Joel Becker
559M: Joel Becker <joel.becker@oracle.com>
560S: Supported
561
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562CIRRUS LOGIC GENERIC FBDEV DRIVER
563P: Jeff Garzik
564M: jgarzik@pobox.com
565L: linux-fbdev-devel@lists.sourceforge.net
566S: Odd Fixes
567
568CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
569P: Cirrus Logic Corporation (kernel 2.2 driver)
570M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
571P: Nils Faerber (port to kernel 2.4)
572M: Nils Faerber <nils@kernelconcepts.de>
573S: Maintained
574
575CODA FILE SYSTEM
576P: Jan Harkes
577M: jaharkes@cs.cmu.edu
578M: coda@cs.cmu.edu
579L: codalist@coda.cs.cmu.edu
580W: http://www.coda.cs.cmu.edu/
581S: Maintained
582
583COMPACTPCI HOTPLUG CORE
584P: Scott Murray
585M: scottm@somanetworks.com
586M: scott@spiteful.org
587L: pcihpd-discuss@lists.sourceforge.net
588S: Supported
589
590COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
591P: Scott Murray
592M: scottm@somanetworks.com
593M: scott@spiteful.org
594L: pcihpd-discuss@lists.sourceforge.net
595S: Supported
596
597COMPACTPCI HOTPLUG GENERIC DRIVER
598P: Scott Murray
599M: scottm@somanetworks.com
600M: scott@spiteful.org
601L: pcihpd-discuss@lists.sourceforge.net
602S: Supported
603
604COMPUTONE INTELLIPORT MULTIPORT CARD
605P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700606M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700608S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609
610COSA/SRP SYNC SERIAL DRIVER
611P: Jan "Yenya" Kasprzak
612M: kas@fi.muni.cz
613W: http://www.fi.muni.cz/~kas/cosa/
614S: Maintained
615
616CPU FREQUENCY DRIVERS
617P: Dave Jones
618M: davej@codemonkey.org.uk
619L: cpufreq@lists.linux.org.uk
620W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800621T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622S: Maintained
623
624CPUID/MSR DRIVER
625P: H. Peter Anvin
626M: hpa@zytor.com
627S: Maintained
628
Paul Jacksoned90fb4a2005-09-27 21:45:37 -0700629CPUSETS
630P: Paul Jackson
631P: Simon Derr
632M: pj@sgi.com
633M: simon.derr@bull.net
634L: linux-kernel@vger.kernel.org
635W: http://www.bullopensource.org/cpuset/
636S: Supported
637
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638CRAMFS FILESYSTEM
639W: http://sourceforge.net/projects/cramfs/
640S: Orphan
641
642CRIS PORT
643P: Mikael Starvik
644M: starvik@axis.com
645L: dev-etrax@axis.com
646W: http://developer.axis.com
647S: Maintained
648
649CRYPTO API
650P: Herbert Xu
651M: herbert@gondor.apana.org.au
652P: David S. Miller
653M: davem@davemloft.net
654L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800655T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656S: Maintained
657
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100658CS5535 Audio ALSA driver
659P: Jaya Kumar
660M: jayakumar.alsa@gmail.com
661S: Maintained
662
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663CYBERPRO FB DRIVER
664P: Russell King
665M: rmk@arm.linux.org.uk
666W: http://www.arm.linux.org.uk/
667S: Maintained
668
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700669CYBLAFB FRAMEBUFFER DRIVER
670P: Knut Petersen
671M: Knut_Petersen@t-online.de
672L: linux-fbdev-devel@lists.sourceforge.net
673S: Maintained
674
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675CYCLADES 2X SYNC CARD DRIVER
676P: Arnaldo Carvalho de Melo
677M: acme@conectiva.com.br
678W: http://advogato.org/person/acme
679L: cycsyn-devel@bazar.conectiva.com.br
680S: Maintained
681
682CYCLADES ASYNC MUX DRIVER
683M: async@cyclades.com
684W: http://www.cyclades.com/
685S: Supported
686
687CYCLADES PC300 DRIVER
688M: pc300@cyclades.com
689W: http://www.cyclades.com/
690S: Supported
691
692DAC960 RAID CONTROLLER DRIVER
693P: Dave Olien
694M dmo@osdl.org
695W: http://www.osdl.org/archive/dmo/DAC960
696L: linux-kernel@vger.kernel.org
697S: Maintained
698
699DAMA SLAVE for AX.25
700P: Joerg Reuter
701M: jreuter@yaina.de
702W: http://yaina.de/jreuter/
703W: http://www.qsl.net/dl1bke/
704L: linux-hams@vger.kernel.org
705S: Maintained
706
707DC395x SCSI driver
708P: Oliver Neukum
709M: oliver@neukum.name
710P: Ali Akcaagac
711M: aliakc@web.de
712P: Jamie Lenehan
713M: lenehan@twibble.org
714W: http://twibble.org/dist/dc395x/
715L: http://lists.twibble.org/mailman/listinfo/dc395x/
716S: Maintained
717
718DC390/AM53C974 SCSI driver
719P: Kurt Garloff
720M: garloff@suse.de
721W: http://www.garloff.de/kurt/linux/dc390/
722P: Guennadi Liakhovetski
723M: g.liakhovetski@gmx.de
724S: Maintained
725
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700726DCCP PROTOCOL
727P: Arnaldo Carvalho de Melo
728M: acme@mandriva.com
729L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800730W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700731S: Maintained
732
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733DECnet NETWORK LAYER
734P: Patrick Caulfield
735M: patrick@tykepenguin.com
736W: http://linux-decnet.sourceforge.net
737L: linux-decnet-user@lists.sourceforge.net
738S: Maintained
739
740DEFXX FDDI NETWORK DRIVER
741P: Maciej W. Rozycki
742M: macro@linux-mips.org
743S: Maintained
744
745DELL LAPTOP SMM DRIVER
746P: Massimo Dal Zotto
747M: dz@debian.org
748W: http://www.debian.org/~dz/i8k/
749S: Maintained
750
Doug Warzecha90563ec2005-09-06 15:17:15 -0700751DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
752P: Doug Warzecha
753M: Douglas_Warzecha@dell.com
754S: Maintained
755
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756DEVICE-MAPPER
757P: Alasdair Kergon
758L: dm-devel@redhat.com
759W: http://sources.redhat.com/dm
760S: Maintained
761
762DEVICE NUMBER REGISTRY
763P: Torben Mathiasen
764M: device@lanana.org
765W: http://lanana.org/docs/device-list/index.html
766L: linux-kernel@vger.kernel.org
767S: Maintained
768
769DEVICE FILESYSTEM
770S: Obsolete
771
772DIGI INTL. EPCA DRIVER
773P: Digi International, Inc
774M: Eng.Linux@digi.com
775L: Eng.Linux@digi.com
776W: http://www.digi.com
777S: Orphaned
778
779DIGI RIGHTSWITCH NETWORK DRIVER
780P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700781L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782W: http://www.digi.com
783S: Orphaned
784
785DIRECTORY NOTIFICATION
786P: Stephen Rothwell
787M: sfr@canb.auug.org.au
788L: linux-kernel@vger.kernel.org
789S: Supported
790
791DISK GEOMETRY AND PARTITION HANDLING
792P: Andries Brouwer
793M: aeb@cwi.nl
794W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
795W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
796W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
797S: Maintained
798
799DISKQUOTA:
800P: Jan Kara
801M: jack@suse.cz
802L: linux-kernel@vger.kernel.org
803S: Maintained
804
805DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
806P: Tobias Ringstrom
807M: tori@unhappy.mine.nu
808L: linux-kernel@vger.kernel.org
809S: Maintained
810
Martin Waitzba483d52005-06-17 13:20:59 -0700811DOCBOOK FOR DOCUMENTATION
812P: Martin Waitz
813M: tali@admingilde.org
814S: Maintained
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816DOUBLETALK DRIVER
817P: James R. Van Zandt
818M: jrv@vanzandt.mv.com
819L: blinux-list@redhat.com
820S: Maintained
821
822DRIVER CORE, KOBJECTS, AND SYSFS
823P: Greg Kroah-Hartman
824M: gregkh@suse.de
825L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800826T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827S: Supported
828
829DRM DRIVERS
830P: David Airlie
831M: airlied@linux.ie
832L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800833T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834S: Maintained
835
836DSCC4 DRIVER
837P: François Romieu
838M: romieu@cogenit.fr
839M: romieu@ensta.fr
840S: Maintained
841
842DVB SUBSYSTEM AND DRIVERS
843P: LinuxTV.org Project
844M: linux-dvb-maintainer@linuxtv.org
845L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200846W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200847T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848S: Supported
849
850EATA-DMA SCSI DRIVER
851P: Michael Neuffer
852L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
853S: Maintained
854
855EATA ISA/EISA/PCI SCSI DRIVER
856P: Dario Ballabio
857M: ballabio_dario@emc.com
858L: linux-scsi@vger.kernel.org
859S: Maintained
860
861EATA-PIO SCSI DRIVER
862P: Michael Neuffer
863M: mike@i-Connect.Net
864L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
865S: Maintained
866
867EBTABLES
868P: Bart De Schuymer
869M: bart.de.schuymer@pandora.be
870L: ebtables-user@lists.sourceforge.net
871L: ebtables-devel@lists.sourceforge.net
872W: http://ebtables.sourceforge.net/
873S: Maintained
874
875EEPRO100 NETWORK DRIVER
876P: Andrey V. Savochkin
877M: saw@saw.sw.com.sg
878S: Maintained
879
880EMU10K1 SOUND DRIVER
881P: James Courtier-Dutton
882M: James@superbug.demon.co.uk
883L: emu10k1-devel@lists.sourceforge.net
884W: http://sourceforge.net/projects/emu10k1/
885S: Maintained
886
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400887EMULEX LPFC FC SCSI DRIVER
888P: James Smart
889M: james.smart@emulex.com
890L: linux-scsi@vger.kernel.org
891W: http://sourceforge.net/projects/lpfcxxxx
892S: Supported
893
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894EPSON 1355 FRAMEBUFFER DRIVER
895P: Christopher Hoover
896M: ch@murgatroid.com, ch@hpl.hp.com
897S: Maintained
898
899ETHEREXPRESS-16 NETWORK DRIVER
900P: Philip Blundell
901M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700902L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903S: Maintained
904
905ETHERNET BRIDGE
906P: Stephen Hemminger
907M: shemminger@osdl.org
908L: bridge@osdl.org
909W: http://bridge.sourceforge.net/
910S: Maintained
911
912ETHERTEAM 16I DRIVER
913P: Mika Kuoppala
914M: miku@iki.fi
915S: Maintained
916
917EXT2 FILE SYSTEM
918L: ext2-devel@lists.sourceforge.net
919S: Maintained
920
921EXT3 FILE SYSTEM
922P: Stephen Tweedie, Andrew Morton
923M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
924L: ext3-users@redhat.com
925S: Maintained
926
927FARSYNC SYNCHRONOUS DRIVER
928P: Kevin Curtis
929M: kevin.curtis@farsite.co.uk
930M: kevin.curtis@farsite.co.uk
931W: http://www.farsite.co.uk/
932S: Supported
933
934FRAMEBUFFER LAYER
935P: Antonino Daplas
936M: adaplas@pol.net
937L: linux-fbdev-devel@lists.sourceforge.net
938W: http://linux-fbdev.sourceforge.net/
939S: Maintained
940
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300941FREESCALE SOC FS_ENET DRIVER
942P: Pantelis Antoniou
943M: pantelis.antoniou@gmail.com
944P: Vitaly Bordug
945M: vbordug@ru.mvista.com
946L: linuxppc-embedded@ozlabs.org
947L: netdev@vger.kernel.org
948S: Maintained
949
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950FILE LOCKING (flock() and fcntl()/lockf())
951P: Matthew Wilcox
952M: matthew@wil.cx
953L: linux-fsdevel@vger.kernel.org
954S: Maintained
955
956FILESYSTEMS (VFS and infrastructure)
957P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100958M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959S: Maintained
960
961FIRMWARE LOADER (request_firmware)
962L: linux-kernel@vger.kernel.org
963S: Orphan
964
965FPU EMULATOR
966P: Bill Metzenthen
967M: billm@suburbia.net
968W: http://suburbia.net/~billm/floating-point/emulator/
969S: Maintained
970
971FRAME RELAY DLCI/FRAD (Sangoma drivers too)
972P: Mike McLagan
973M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700974L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975S: Maintained
976
977FREEVXFS FILESYSTEM
978P: Christoph Hellwig
979M: hch@infradead.org
980W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
981S: Maintained
982
983FUJITSU FR-V PORT
984P: David Howells
985M: dhowells@redhat.com
986S: Maintained
987
988FTAPE/QIC-117
989L: linux-tape@vger.kernel.org
990W: http://sourceforge.net/projects/ftape
991S: Orphan
992
Miklos Szeredi04578f12005-09-09 13:10:22 -0700993FUSE: FILESYSTEM IN USERSPACE
994P: Miklos Szeredi
995M: miklos@szeredi.hu
996L: fuse-devel@lists.sourceforge.net
997W: http://fuse.sourceforge.net/
998S: Maintained
999
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1001P: Rik Faith
1002M: faith@cs.unc.edu
1003L: linux-scsi@vger.kernel.org
1004S: Odd fixes (e.g., new signatures)
1005
1006GDT SCSI DISK ARRAY CONTROLLER DRIVER
1007P: Achim Leubner
1008M: achim_leubner@adaptec.com
1009L: linux-scsi@vger.kernel.org
1010W: http://www.icp-vortex.com/
1011S: Supported
1012
1013GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1014P: Krzysztof Halasa
1015M: khc@pm.waw.pl
1016W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1017S: Maintained
1018
Jean Delvare5b543962005-08-15 19:51:02 +02001019HARDWARE MONITORING
1020P: Jean Delvare
1021M: khali@linux-fr.org
1022L: lm-sensors@lm-sensors.org
1023W: http://www.lm-sensors.nu/
1024S: Maintained
1025
Robert Love860e1d62005-08-31 23:57:59 -04001026HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1027P: Robert Love
1028M: rlove@rlove.org
1029M: linux-kernel@vger.kernel.org
1030W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1031S: Maintained
1032
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033HARMONY SOUND DRIVER
1034P: Kyle McMartin
1035M: kyle@parisc-linux.org
1036W: http://www.parisc-linux.org/~kyle/harmony/
1037L: parisc-linux@lists.parisc-linux.org
1038S: Maintained
1039
1040HAYES ESP SERIAL DRIVER
1041P: Andrew J. Robinson
1042M: arobinso@nyx.net
1043L: linux-kernel@vger.kernel.org
1044W: http://www.nyx.net/~arobinso
1045S: Maintained
1046
1047HFS FILESYSTEM
1048P: Roman Zippel
1049M: zippel@linux-m68k.org
1050L: linux-kernel@vger.kernel.org
1051S: Maintained
1052
1053HGA FRAMEBUFFER DRIVER
1054P: Ferenc Bakonyi
1055M: fero@drama.obuda.kando.hu
1056L: linux-nvidia@lists.surfsouth.com
1057W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1058S: Maintained
1059
1060HIGH-SPEED SCC DRIVER FOR AX.25
1061P: Klaus Kudielka
1062M: klaus.kudielka@ieee.org
1063L: linux-hams@vger.kernel.org
1064W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1065S: Maintained
1066
1067HIPPI
1068P: Jes Sorensen
1069M: jes@trained-monkey.org
1070L: linux-hippi@sunsite.dk
1071S: Maintained
1072
1073HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1074P: Chirag Kantharia
1075M: chirag.kantharia@hp.com
1076L: iss_storagedev@hp.com
1077S: Maintained
1078
1079HEWLETT-PACKARD SMART2 RAID DRIVER
1080P: Chirag Kantharia
1081M: chirag.kantharia@hp.com
1082L: iss_storagedev@hp.com
1083S: Maintained
1084
1085HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1086P: Mike Miller
1087M: mike.miller@hp.com
1088L: iss_storagedev@hp.com
1089S: Supported
1090
Jouni Malinenff1d2762005-05-12 22:54:16 -04001091HOST AP DRIVER
1092P: Jouni Malinen
1093M: jkmaline@cc.hut.fi
1094L: hostap@shmoo.com
1095W: http://hostap.epitest.fi/
1096S: Maintained
1097
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1099P: Jaroslav Kysela
1100M: perex@suse.cz
1101S: Maintained
1102
Bob Piccob9b03322005-11-07 00:59:19 -08001103HPET: High Precision Event Timers driver (hpet.c)
1104P: Clemens Ladisch
1105M: clemens@ladisch.de
1106S: Maintained
1107
1108HPET: i386
1109P: Venkatesh Pallipadi (Venki)
1110M: venkatesh.pallipadi@intel.com
1111S: Maintained
1112
1113HPET: x86_64
1114P: Andi Kleen and Vojtech Pavlik
1115M: ak@muc.de and vojtech@suse.cz
1116S: Maintained
1117
1118HPET: ACPI hpet.c
1119P: Bob Picco
1120M: bob.picco@hp.com
1121S: Maintained
1122
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123HPFS FILESYSTEM
1124P: Mikulas Patocka
1125M: mikulas@artax.karlin.mff.cuni.cz
1126W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1127S: Maintained
1128
1129HUGETLB FILESYSTEM
1130P: William Irwin
1131M: wli@holomorphy.com
1132S: Maintained
1133
Jean Delvare5b543962005-08-15 19:51:02 +02001134I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135P: Jean Delvare
1136M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001137L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001139T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140S: Maintained
1141
1142I2O
1143P: Markus Lidel
1144M: markus.lidel@shadowconnect.com
1145W: http://i2o.shadowconnect.com/
1146S: Maintained
1147
1148i386 BOOT CODE
1149P: Riley H. Williams
1150M: Riley@Williams.Name
1151L: Linux-Kernel@vger.kernel.org
1152S: Maintained
1153
1154i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1155P: Dave Jones
1156M: davej@codemonkey.org.uk
1157P: H. Peter Anvin
1158M: hpa@zytor.com
1159S: Maintained
1160
1161i810 TCO TIMER WATCHDOG
1162P: Nils Faerber
1163M: nils@kernelconcepts.de
1164W: http://www.kernelconcepts.de/
1165S: Maintained
1166
1167IA64 (Itanium) PLATFORM
1168P: Tony Luck
1169M: tony.luck@intel.com
1170L: linux-ia64@vger.kernel.org
1171W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001172T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173S: Maintained
1174
1175SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001176P: Greg Edwards
1177M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178L: linux-altix@sgi.com
1179L: linux-ia64@vger.kernel.org
1180W: http://www.sgi.com/altix
1181S: Maintained
1182
1183IBM MCA SCSI SUBSYSTEM DRIVER
1184P: Michael Lang
1185M: langa2@kph.uni-mainz.de
1186W: http://www.uni-mainz.de/~langm000/linux.html
1187S: Maintained
1188
1189IBM Power Linux RAID adapter
1190P: Brian King
1191M: brking@us.ibm.com
1192S: Supported
1193
1194IBM ServeRAID RAID DRIVER
1195P: Jack Hammer
1196P: Dave Jeffery
1197M: ipslinux@adaptec.com
1198W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1199S: Supported
1200
1201IDE DRIVER [GENERAL]
1202P: Bartlomiej Zolnierkiewicz
1203M: B.Zolnierkiewicz@elka.pw.edu.pl
1204L: linux-kernel@vger.kernel.org
1205L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001206T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207S: Maintained
1208
1209IDE/ATAPI CDROM DRIVER
1210P: Jens Axboe
1211M: axboe@suse.de
1212L: linux-kernel@vger.kernel.org
1213W: http://www.kernel.dk
1214S: Maintained
1215
1216IDE/ATAPI FLOPPY DRIVERS
1217P: Paul Bristow
1218M: Paul Bristow <paul@paulbristow.net>
1219W: http://paulbristow.net/linux/idefloppy.html
1220L: linux-kernel@vger.kernel.org
1221S: Maintained
1222
1223IDE/ATAPI TAPE DRIVERS
1224P: Gadi Oxman
1225M: Gadi Oxman <gadio@netvision.net.il>
1226L: linux-kernel@vger.kernel.org
1227S: Maintained
1228
1229IEEE 1394 ETHERNET (eth1394)
1230L: linux1394-devel@lists.sourceforge.net
1231W: http://www.linux1394.org/
1232S: Orphan
1233
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234IEEE 1394 SUBSYSTEM
1235P: Ben Collins
1236M: bcollins@debian.org
1237P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001238M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239L: linux1394-devel@lists.sourceforge.net
1240W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001241T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242S: Maintained
1243
1244IEEE 1394 OHCI DRIVER
1245P: Ben Collins
1246M: bcollins@debian.org
1247P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001248M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249L: linux1394-devel@lists.sourceforge.net
1250W: http://www.linux1394.org/
1251S: Maintained
1252
1253IEEE 1394 PCILYNX DRIVER
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 RAW I/O DRIVER
1261P: Ben Collins
1262M: bcollins@debian.org
1263P: Dan Dennedy
1264M: dan@dennedy.org
1265L: linux1394-devel@lists.sourceforge.net
1266W: http://www.linux1394.org/
1267S: Maintained
1268
Jody McIntyre105d7b32005-09-30 11:59:04 -07001269IEEE 1394 SBP2
1270P: Ben Collins
1271M: bcollins@debian.org
1272P: Stefan Richter
1273M: stefanr@s5r6.in-berlin.de
1274L: linux1394-devel@lists.sourceforge.net
1275W: http://www.linux1394.org/
1276S: Maintained
1277
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278IMS TWINTURBO FRAMEBUFFER DRIVER
1279P: Paul Mundt
1280M: lethal@chaoticdreams.org
1281L: linux-fbdev-devel@lists.sourceforge.net
1282S: Maintained
1283
1284INFINIBAND SUBSYSTEM
1285P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001286M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287P: Sean Hefty
1288M: mshefty@ichips.intel.com
1289P: Hal Rosenstock
1290M: halr@voltaire.com
1291L: openib-general@openib.org
1292W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001293T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294S: Supported
1295
1296INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001297P: Dmitry Torokhov
1298M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299L: linux-input@atrey.karlin.mff.cuni.cz
1300L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001301T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302S: Maintained
1303
Robert Lovec9f04f52005-07-15 12:21:07 -04001304INOTIFY
1305P: John McCutchan and Robert Love
1306M: ttb@tentacle.dhs.org and rml@novell.com
1307L: linux-kernel@vger.kernel.org
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
1701M: Manish_Lachwani@pmc-sierra.com
1702L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001703L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704S: Supported
1705
1706MATROX FRAMEBUFFER DRIVER
1707P: Petr Vandrovec
1708M: vandrove@vc.cvut.cz
1709L: linux-fbdev-devel@lists.sourceforge.net
1710S: Maintained
1711
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001712MEGARAID SCSI DRIVERS
1713P: Neela Syam Kolli
1714M: Neela.Kolli@engenio.com
1715S: linux-scsi@vger.kernel.org
1716W: http://megaraid.lsilogic.com
1717S: Maintained
1718
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719MEMORY TECHNOLOGY DEVICES
1720P: David Woodhouse
1721M: dwmw2@infradead.org
1722W: http://www.linux-mtd.infradead.org/
1723L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001724T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725S: Maintained
1726
1727MICROTEK X6 SCANNER
1728P: Oliver Neukum
1729M: oliver@neukum.name
1730S: Maintained
1731
1732MIPS
1733P: Ralf Baechle
1734M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001735W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736L: linux-mips@linux-mips.org
1737S: Maintained
1738
1739MISCELLANEOUS MCA-SUPPORT
1740P: James Bottomley
1741M: jejb@steeleye.com
1742L: linux-kernel@vger.kernel.org
1743S: Maintained
1744
1745MODULE SUPPORT
1746P: Rusty Russell
1747M: rusty@rustcorp.com.au
1748L: linux-kernel@vger.kernel.org
1749S: Maintained
1750
1751MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1752P: Stelian Pop
1753M: stelian@popies.net
1754W: http://popies.net/meye/
1755S: Maintained
1756
1757MOUSE AND MISC DEVICES [GENERAL]
1758P: Alessandro Rubini
1759M: rubini@ipvvis.unipv.it
1760L: linux-kernel@vger.kernel.org
1761S: Maintained
1762
1763MTRR AND SIMILAR SUPPORT [i386]
1764P: Richard Gooch
1765M: rgooch@atnf.csiro.au
1766L: linux-kernel@vger.kernel.org
1767W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1768S: Maintained
1769
1770MULTISOUND SOUND DRIVER
1771P: Andrew Veliath
1772M: andrewtv@usa.net
1773S: Maintained
1774
1775NATSEMI ETHERNET DRIVER (DP8381x)
1776P: Tim Hockin
1777M: thockin@hockin.org
1778S: Maintained
1779
1780NCP FILESYSTEM
1781P: Petr Vandrovec
1782M: vandrove@vc.cvut.cz
1783L: linware@sh.cvut.cz
1784S: Maintained
1785
1786NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1787P: James E.J. Bottomley
1788M: James.Bottomley@HansenPartnership.com
1789L: linux-scsi@vger.kernel.org
1790S: Maintained
1791
1792NETFILTER/IPTABLES/IPCHAINS
1793P: Rusty Russell
1794P: Marc Boucher
1795P: James Morris
1796P: Harald Welte
1797P: Jozsef Kadlecsik
1798M: coreteam@netfilter.org
1799W: http://www.netfilter.org/
1800W: http://www.iptables.org/
1801L: netfilter@lists.netfilter.org
1802L: netfilter-devel@lists.netfilter.org
1803S: Supported
1804
1805NETROM NETWORK LAYER
1806P: Ralf Baechle
1807M: ralf@linux-mips.org
1808L: linux-hams@vger.kernel.org
1809S: Maintained
1810
1811NETWORK BLOCK DEVICE
1812P: Paul Clements
1813M: Paul.Clements@steeleye.com
1814S: Maintained
1815
1816NETWORK DEVICE DRIVERS
1817P: Andrew Morton
1818M: akpm@osdl.org
1819P: Jeff Garzik
1820M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001821L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001822T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823S: Maintained
1824
1825NETWORKING [GENERAL]
1826P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001827M: netdev@vger.kernel.org
1828L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829S: Maintained
1830
1831NETWORKING [IPv4/IPv6]
1832P: David S. Miller
1833M: davem@davemloft.net
1834P: Alexey Kuznetsov
1835M: kuznet@ms2.inr.ac.ru
1836P: Pekka Savola (ipv6)
1837M: pekkas@netcore.fi
1838P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001839M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840P: Hideaki YOSHIFUJI
1841M: yoshfuji@linux-ipv6.org
1842P: Patrick McHardy
1843M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001844L: netdev@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001845T: git kernel.org:/pub/scm/linux/kernel/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846S: Maintained
1847
1848IPVS
1849P: Wensong Zhang
1850M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001851P: Simon Horman
1852M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853P: Julian Anastasov
1854M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001855L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856S: Maintained
1857
1858NFS CLIENT
1859P: Trond Myklebust
1860M: trond.myklebust@fys.uio.no
1861L: linux-kernel@vger.kernel.org
1862S: Maintained
1863
1864NI5010 NETWORK DRIVER
1865P: Jan-Pascal van Best and Andreas Mohr
1866M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1867M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001868L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869S: Maintained
1870
1871NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1872P: YOKOTA Hiroshi
1873M: yokota@netlab.is.tsukuba.ac.jp
1874W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1875S: Maintained
1876
1877NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1878P: GOTO Masanori
1879M: gotom@debian.or.jp
1880P: YOKOTA Hiroshi
1881M: yokota@netlab.is.tsukuba.ac.jp
1882W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1883S: Maintained
1884
1885NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1886P: Eberhard Moenkeberg
1887M: emoenke@gwdg.de
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
1891NTFS FILESYSTEM
1892P: Anton Altaparmakov
1893M: aia21@cantab.net
1894L: linux-ntfs-dev@lists.sourceforge.net
1895L: linux-kernel@vger.kernel.org
1896W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001897T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898S: Maintained
1899
1900NVIDIA (RIVA) FRAMEBUFFER DRIVER
1901P: Ani Joshi
1902M: ajoshi@shell.unixbox.com
1903L: linux-nvidia@lists.surfsouth.com
1904S: Maintained
1905
Mark Fashehccd979b2005-12-15 14:31:24 -08001906ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1907P: Mark Fasheh
1908M: mark.fasheh@oracle.com
1909P: Kurt Hackel
1910M: kurt.hackel@oracle.com
1911L: ocfs2-devel@oss.oracle.com
1912W: http://oss.oracle.com/projects/ocfs2/
1913S: Supported
1914
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915OLYMPIC NETWORK DRIVER
1916P: Peter De Shrijver
1917M: p2@ace.ulyssis.student.kuleuven.ac.be
1918P: Mike Phillips
1919M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001920L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921L: linux-tr@linuxtr.net
1922W: http://www.linuxtr.net
1923S: Maintained
1924
Harald Weltec1986ee2005-11-13 16:06:29 -08001925OMNIKEY CARDMAN 4000 DRIVER
1926P: Harald Welte
1927M: laforge@gnumonks.org
1928S: Maintained
1929
Harald Welte77c44ab2005-11-13 16:06:26 -08001930OMNIKEY CARDMAN 4040 DRIVER
1931P: Harald Welte
1932M: laforge@gnumonks.org
1933S: Maintained
1934
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935ONSTREAM SCSI TAPE DRIVER
1936P: Willem Riede
1937M: osst@riede.org
1938L: osst-users@lists.sourceforge.net
1939L: linux-scsi@vger.kernel.org
1940S: Maintained
1941
1942OPL3-SA2, SA3, and SAx DRIVER
1943P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001944M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945L: linux-sound@vger.kernel.org
1946S: Maintained
1947
1948OPROFILE
1949P: Philippe Elie
1950M: phil.el@wanadoo.fr
1951L: oprofile-list@lists.sf.net
1952S: Maintained
1953
1954ORINOCO DRIVER
1955P: Pavel Roskin
1956M: proski@gnu.org
1957P: David Gibson
1958M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001959L: orinoco-users@lists.sourceforge.net
1960L: orinoco-devel@lists.sourceforge.net
1961W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962S: Maintained
1963
1964PARALLEL PORT SUPPORT
1965P: Phil Blundell
1966M: philb@gnu.org
1967P: Tim Waugh
1968M: tim@cyberelk.net
1969P: David Campbell
1970M: campbell@torque.net
1971P: Andrea Arcangeli
1972M: andrea@suse.de
1973L: linux-parport@lists.infradead.org
1974W: http://people.redhat.com/twaugh/parport/
1975S: Maintained
1976
1977PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1978P: Tim Waugh
1979M: tim@cyberelk.net
1980L: linux-parport@lists.infradead.org
1981W: http://www.torque.net/linux-pp.html
1982S: Maintained
1983
1984PARISC ARCHITECTURE
1985P: Matthew Wilcox
1986M: matthew@wil.cx
1987P: Grant Grundler
1988M: grundler@parisc-linux.org
1989L: parisc-linux@parisc-linux.org
1990W: http://www.parisc-linux.org/
1991S: Maintained
1992
1993PERSONALITY HANDLING
1994P: Christoph Hellwig
1995M: hch@infradead.org
1996L: linux-abi-devel@lists.sourceforge.net
1997S: Maintained
1998
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2000P: Thomas Sailer
2001M: sailer@ife.ee.ethz.ch
2002L: linux-sound@vger.kernel.org
2003W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2004S: Maintained
2005
2006PCI SUBSYSTEM
2007P: Greg Kroah-Hartman
2008M: gregkh@suse.de
2009L: linux-kernel@vger.kernel.org
2010L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002011T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012S: Supported
2013
2014PCI HOTPLUG CORE
2015P: Greg Kroah-Hartman
2016M: gregkh@suse.de
2017S: Supported
2018
2019PCI HOTPLUG COMPAQ DRIVER
2020P: Greg Kroah-Hartman
2021M: greg@kroah.com
2022S: Maintained
2023
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002024PCIE HOTPLUG DRIVER
2025P: Kristen Carlson Accardi
2026M: kristen.c.accardi@intel.com
2027L: pcihpd-discuss@lists.sourceforge.net
2028S: Maintained
2029
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002031P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002033T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002034S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035
2036PCNET32 NETWORK DRIVER
2037P: Thomas Bogendörfer
2038M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002039L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040S: Maintained
2041
2042PHRAM MTD DRIVER
2043P: Jörn Engel
2044M: joern@wh.fh-wedel.de
2045L: linux-mtd@lists.infradead.org
2046S: Maintained
2047
Peter Osterlund249a6772005-09-27 21:45:30 -07002048PKTCDVD DRIVER
2049P: Peter Osterlund
2050M: petero2@telia.com
2051L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002052S: Maintained
2053
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054POSIX CLOCKS and TIMERS
2055P: George Anzinger
2056M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002057L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058S: Supported
2059
Eugene Surovegin24682972005-10-14 03:00:53 -07002060POWERPC 4xx EMAC DRIVER
2061P: Eugene Surovegin
2062M: ebs@ebshome.net
2063W: http://kernel.ebshome.net/emac/
2064L: linuxppc-embedded@ozlabs.org
2065L: netdev@vger.kernel.org
2066S: Maintained
2067
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068PNP SUPPORT
2069P: Adam Belay
2070M: ambx1@neo.rr.com
2071S: Maintained
2072
2073PPP PROTOCOL DRIVERS AND COMPRESSORS
2074P: Paul Mackerras
2075M: paulus@samba.org
2076L: linux-ppp@vger.kernel.org
2077S: Maintained
2078
2079PPP OVER ATM (RFC 2364)
2080P: Mitchell Blank Jr
2081M: mitch@sfgoth.com
2082S: Maintained
2083
2084PPP OVER ETHERNET
2085P: Michal Ostrowski
2086M: mostrows@speakeasy.net
2087S: Maintained
2088
2089PREEMPTIBLE KERNEL
2090P: Robert Love
2091M: rml@tech9.net
2092L: linux-kernel@vger.kernel.org
2093L: kpreempt-tech@lists.sourceforge.net
2094W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2095S: Supported
2096
2097PRISM54 WIRELESS DRIVER
2098P: Prism54 Development Team
2099M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101W: http://prism54.org
2102S: Maintained
2103
2104PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2105P: Peter Denison
2106M: promise@pnd-pc.demon.co.uk
2107W: http://www.pnd-pc.demon.co.uk/promise/
2108S: Maintained
2109
2110PXA2xx SUPPORT
2111P: Nicolas Pitre
2112M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002113L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114S: Maintained
2115
2116QLOGIC QLA2XXX FC-SCSI DRIVER
2117P: Andrew Vasquez
2118M: andrew.vasquez@qlogic.com
2119L: linux-scsi@vger.kernel.org
2120S: Supported
2121
2122QNX4 FILESYSTEM
2123P: Anders Larsen
2124M: al@alarsen.net
2125L: linux-kernel@vger.kernel.org
2126W: http://www.alarsen.net/linux/qnx4fs/
2127S: Maintained
2128
2129RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002130P: Benjamin Herrenschmidt
2131M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132L: linux-fbdev-devel@lists.sourceforge.net
2133S: Maintained
2134
2135RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002136P: Paul Mackerras
2137M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138L: linux-fbdev-devel@lists.sourceforge.net
2139S: Maintained
2140
2141RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2142P: Corey Thomas
2143M: corey@world.std.com
2144L: linux-kernel@vger.kernel.org
2145S: Maintained
2146
Matt Mackall9e95ce22005-04-16 15:25:56 -07002147RANDOM NUMBER DRIVER
2148P: Matt Mackall
2149M: mpm@selenic.com
2150S: Maintained
2151
Matt Porter394b7012005-11-07 01:00:15 -08002152RAPIDIO SUBSYSTEM
2153P: Matt Porter
2154M: mporter@kernel.crashing.org
2155L: linux-kernel@vger.kernel.org
2156S: Maintained
2157
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158REAL TIME CLOCK DRIVER
2159P: Paul Gortmaker
2160M: p_gortmaker@yahoo.com
2161L: linux-kernel@vger.kernel.org
2162S: Maintained
2163
2164REISERFS FILE SYSTEM
2165P: Hans Reiser
2166M: reiserfs-dev@namesys.com
2167L: reiserfs-list@namesys.com
2168W: http://www.namesys.com
2169S: Supported
2170
2171ROCKETPORT DRIVER
2172P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173W: http://www.comtrol.com
2174S: Maintained
2175
2176ROSE NETWORK LAYER
2177P: Ralf Baechle
2178M: ralf@linux-mips.org
2179L: linux-hams@vger.kernel.org
2180S: Maintained
2181
2182RISCOM8 DRIVER
2183S: Orphan
2184
2185RTLINUX REALTIME LINUX
2186P: Victor Yodaiken
2187M: yodaiken@fsmlabs.com
2188L: rtl@rtlinux.org
2189W: www.rtlinux.org
2190S: Maintained
2191
2192S390
2193P: Martin Schwidefsky
2194M: schwidefsky@de.ibm.com
2195M: linux390@de.ibm.com
2196L: linux-390@vm.marist.edu
2197W: http://oss.software.ibm.com/developerworks/opensource/linux390
2198S: Supported
2199
2200SAA7146 VIDEO4LINUX-2 DRIVER
2201P: Michael Hunold
2202M: michael@mihu.de
2203W: http://www.mihu.de/linux/saa7146
2204S: Maintained
2205
2206SBPCD CDROM DRIVER
2207P: Eberhard Moenkeberg
2208M: emoenke@gwdg.de
2209L: linux-kernel@vger.kernel.org
2210S: Maintained
2211
2212SC1200 WDT DRIVER
2213P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002214M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215S: Maintained
2216
2217SCHEDULER
2218P: Ingo Molnar
2219M: mingo@elte.hu
2220P: Robert Love [the preemptible kernel bits]
2221M: rml@tech9.net
2222L: linux-kernel@vger.kernel.org
2223S: Maintained
2224
2225SCSI CDROM DRIVER
2226P: Jens Axboe
2227M: axboe@suse.de
2228L: linux-scsi@vger.kernel.org
2229W: http://www.kernel.dk
2230S: Maintained
2231
2232SCSI SG DRIVER
2233P: Doug Gilbert
2234M: dgilbert@interlog.com
2235L: linux-scsi@vger.kernel.org
2236W: http://www.torque.net/sg
2237S: Maintained
2238
2239SCSI SUBSYSTEM
2240P: James E.J. Bottomley
2241M: James.Bottomley@SteelEye.com
2242L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002243T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244S: Maintained
2245
2246SCSI TAPE DRIVER
2247P: Kai Mäkisara
2248M: Kai.Makisara@kolumbus.fi
2249L: linux-scsi@vger.kernel.org
2250S: Maintained
2251
2252SCTP PROTOCOL
2253P: Sridhar Samudrala
2254M: sri@us.ibm.com
2255L: lksctp-developers@lists.sourceforge.net
2256S: Supported
2257
2258SCx200 CPU SUPPORT
2259P: Christer Weinigel
2260M: christer@weinigel.se
2261W: http://www.weinigel.se
2262S: Supported
2263
2264SECURITY CONTACT
2265P: Security Officers
2266M: security@kernel.org
2267S: Supported
2268
2269SELINUX SECURITY MODULE
2270P: Stephen Smalley
2271M: sds@epoch.ncsc.mil
2272P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002273M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274L: linux-kernel@vger.kernel.org (kernel issues)
2275L: selinux@tycho.nsa.gov (general discussion)
2276W: http://www.nsa.gov/selinux
2277S: Supported
2278
2279SERIAL ATA (SATA) SUBSYSTEM:
2280P: Jeff Garzik
2281M: jgarzik@pobox.com
2282L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002283T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284S: Supported
2285
2286SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2287P: Pat Gefre
2288M: pfg@sgi.com
2289L: linux-ia64@vger.kernel.org
2290S: Supported
2291
2292SGI VISUAL WORKSTATION 320 AND 540
2293P: Andrey Panin
2294M: pazke@donpac.ru
2295L: linux-visws-devel@lists.sf.net
2296W: http://linux-visws.sf.net
2297S: Maintained for 2.6.
2298
2299SIMTEC EB110ATX (Chalice CATS)
2300P: Ben Dooks
2301P: Vincent Sanders
2302M: support@simtec.co.uk
2303W: http://www.simtec.co.uk/products/EB110ATX/
2304S: Supported
2305
2306SIMTEC EB2410ITX (BAST)
2307P: Ben Dooks
2308P: Vincent Sanders
2309M: support@simtec.co.uk
2310W: http://www.simtec.co.uk/products/EB2410ITX/
2311S: Supported
2312
Francois Romieu92aab3c2005-07-30 13:11:18 +02002313SIS 190 ETHERNET DRIVER
2314P: Francois Romieu
2315M: romieu@fr.zoreil.com
2316L: netdev@vger.kernel.org
2317S: Maintained
2318
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319SIS 5513 IDE CONTROLLER DRIVER
2320P: Lionel Bouton
2321M: Lionel.Bouton@inet6.fr
2322W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2323W: http://gyver.homeip.net/sis5513/index.html
2324S: Maintained
2325
2326SIS 900/7016 FAST ETHERNET DRIVER
2327P: Daniele Venzano
2328M: venza@brownhat.org
2329W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002330L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331S: Maintained
2332
2333SIS FRAMEBUFFER DRIVER
2334P: Thomas Winischhofer
2335M: thomas@winischhofer.net
2336W: http://www.winischhofer.net/linuxsisvga.shtml
2337S: Maintained
2338
2339SIS USB2VGA DRIVER
2340P: Thomas Winischhofer
2341M: thomas@winischhofer.net
2342W: http://www.winischhofer.at/linuxsisusbvga.shtml
2343S: Maintained
2344
2345SMSC47M1 HARDWARE MONITOR DRIVER
2346P: Jean Delvare
2347M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002348L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349S: Odd Fixes
2350
2351SMB FILESYSTEM
2352P: Urban Widmark
2353M: urban@teststation.com
2354W: http://samba.org/
2355L: samba@samba.org
2356S: Maintained
2357
2358SMC91x ETHERNET DRIVER
2359P: Nicolas Pitre
2360M: nico@cam.org
2361S: Maintained
2362
2363SNA NETWORK LAYER
2364P: Jay Schulist
2365M: jschlst@samba.org
2366L: linux-sna@turbolinux.com
2367W: http://www.linux-sna.org
2368S: Supported
2369
2370SOFTWARE RAID (Multiple Disks) SUPPORT
2371P: Ingo Molnar
2372M: mingo@redhat.com
2373P: Neil Brown
2374M: neilb@cse.unsw.edu.au
2375L: linux-raid@vger.kernel.org
2376S: Maintained
2377
2378SOFTWARE SUSPEND:
2379P: Pavel Machek
2380M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002381L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Maintained
2383
2384SONIC NETWORK DRIVER
2385P: Thomas Bogendoerfer
2386M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002387L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388S: Maintained
2389
2390SONY VAIO CONTROL DEVICE DRIVER
2391P: Stelian Pop
2392M: stelian@popies.net
2393W: http://popies.net/sonypi/
2394S: Maintained
2395
2396SOUND
2397P: Jaroslav Kysela
2398M: perex@suse.cz
2399L: alsa-devel@alsa-project.org
2400S: Maintained
2401
Kylene Hall1c72d462005-05-01 08:59:13 -07002402TPM DEVICE DRIVER
2403P: Kylene Hall
2404M: kjhall@us.ibm.com
2405W: http://tpmdd.sourceforge.net
2406L: tpmdd-devel@lists.sourceforge.net
2407S: Maintained
2408
Mark Gross1a80ba82005-10-30 15:02:55 -08002409Telecom Clock Driver for MCPL0010
2410P: Mark Gross
2411M: mark.gross@intel.com
2412S: Supported
2413
Chris Zankel48b415c2005-06-23 22:01:07 -07002414TENSILICA XTENSA PORT (xtensa):
2415P: Chris Zankel
2416M: chris@zankel.net
2417S: Maintained
2418
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419UltraSPARC (sparc64):
2420P: David S. Miller
2421M: davem@davemloft.net
2422P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002423M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424P: Jakub Jelinek
2425M: jj@sunsite.ms.mff.cuni.cz
2426P: Anton Blanchard
2427M: anton@samba.org
2428L: sparclinux@vger.kernel.org
2429L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002430T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431S: Maintained
2432
2433SHARP LH SUPPORT (LH7952X & LH7A40X)
2434P: Marc Singer
2435M: elf@buici.com
2436W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002437L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438S: Maintained
2439
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002440SHPC HOTPLUG DRIVER
2441P: Kristen Carlson Accardi
2442M: kristen.c.accardi@intel.com
2443L: pcihpd-discuss@lists.sourceforge.net
2444S: Maintained
2445
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002446SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2447P: Stephen Hemminger
2448M: shemminger@osdl.org
2449L: netdev@vger.kernel.org
2450S: Maintained
2451
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452SPARC (sparc32):
2453P: William L. Irwin
2454M: wli@holomorphy.com
2455L: sparclinux@vger.kernel.org
2456S: Maintained
2457
2458SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2459P: Roger Wolff
2460M: R.E.Wolff@BitWizard.nl
2461L: linux-kernel@vger.kernel.org ?
2462S: Supported
2463
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464SRM (Alpha) environment access
2465P: Jan-Benedict Glaw
2466M: jbglaw@lug-owl.de
2467L: linux-kernel@vger.kernel.org
2468S: Maintained
2469
2470STARFIRE/DURALAN NETWORK DRIVER
2471P: Ion Badulescu
2472M: ionut@cs.columbia.edu
2473S: Maintained
2474
2475STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2476W: http://mosquitonet.Stanford.EDU/strip.html
2477S: Unsupported ?
2478
2479STRADIS MPEG-2 DECODER DRIVER
2480P: Nathan Laredo
2481M: laredo@gnu.org
2482W: http://mpeg.openprojects.net/
2483W: http://www.stradis.com/
2484S: Maintained
2485
2486SUPERH (sh)
2487P: Paul Mundt
2488M: lethal@linux-sh.org
2489P: Kazumoto Kojima
2490M: kkojima@rr.iij4u.or.jp
2491L: linux-sh@m17n.org
2492W: http://www.linux-sh.org
2493W: http://www.m17n.org/linux-sh/
2494W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2495S: Maintained
2496
2497SUPERH64 (sh64)
2498P: Paul Mundt
2499M: lethal@linux-sh.org
2500P: Richard Curnow
2501M: rc@rc0.org.uk
2502L: linuxsh-shmedia-dev@lists.sourceforge.net
2503W: http://www.linux-sh.org
2504W: http://www.rc0.org.uk/sh64
2505S: Maintained
2506
2507SUN3/3X
2508P: Sam Creasey
2509M: sammy@sammy.net
2510L: sun3-list@redhat.com
2511W: http://sammy.net/sun3/
2512S: Maintained
2513
2514SVGA HANDLING
2515P: Martin Mares
2516M: mj@ucw.cz
2517L: linux-video@atrey.karlin.mff.cuni.cz
2518S: Maintained
2519
2520SYSV FILESYSTEM
2521P: Christoph Hellwig
2522M: hch@infradead.org
2523S: Maintained
2524
2525TI PARALLEL LINK CABLE DRIVER
2526P: Romain Lievin
2527M: roms@lpg.ticalc.org
2528S: Maintained
2529
2530TLAN NETWORK DRIVER
2531P: Samuel Chessman
2532M: chessman@tux.org
2533L: tlan-devel@lists.sourceforge.net
2534W: http://sourceforge.net/projects/tlan/
2535S: Maintained
2536
2537TOKEN-RING NETWORK DRIVER
2538P: Mike Phillips
2539M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002540L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541L: linux-tr@linuxtr.net
2542W: http://www.linuxtr.net
2543S: Maintained
2544
2545TOSHIBA ACPI EXTRAS DRIVER
2546P: John Belmonte
2547M: toshiba_acpi@memebeam.org
2548W: http://memebeam.org/toys/ToshibaAcpiDriver
2549S: Maintained
2550
2551TOSHIBA SMM DRIVER
2552P: Jonathan Buzzard
2553M: jonathan@buzzard.org.uk
2554L: tlinux-users@tce.toshiba-dme.co.jp
2555W: http://www.buzzard.org.uk/toshiba/
2556S: Maintained
2557
2558TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2559P: Muli Ben-Yehuda
2560M: mulix@mulix.org
2561L: linux-kernel@vger.kernel.org
2562S: Maintained
2563
2564TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002565P: Adrian Bunk
2566M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002568W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002569T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570S: Maintained
2571
2572TMS380 TOKEN-RING NETWORK DRIVER
2573P: Adam Fritzler
2574M: mid@auk.cx
2575L: linux-tr@linuxtr.net
2576W: http://www.auk.cx/tms380tr/
2577S: Maintained
2578
2579TULIP NETWORK DRIVER
2580P: Jeff Garzik
2581M: jgarzik@pobox.com
2582L: tulip-users@lists.sourceforge.net
2583W: http://sourceforge.net/projects/tulip/
2584S: Maintained
2585
2586TUN/TAP driver
2587P: Maxim Krasnyansky
2588M: maxk@qualcomm.com, max_mk@yahoo.com
2589L: vtun@office.satix.net
2590W: http://vtun.sourceforge.net/tun
2591S: Maintained
2592
2593U14-34F SCSI DRIVER
2594P: Dario Ballabio
2595M: ballabio_dario@emc.com
2596L: linux-scsi@vger.kernel.org
2597S: Maintained
2598
2599UDF FILESYSTEM
2600P: Ben Fennema
2601M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602W: http://linux-udf.sourceforge.net
2603S: Maintained
2604
2605UNIFORM CDROM DRIVER
2606P: Jens Axboe
2607M: axboe@suse.de
2608L: linux-kernel@vger.kernel.org
2609W: http://www.kernel.dk
2610S: Maintained
2611
2612USB ACM DRIVER
2613P: Oliver Neukum
2614M: oliver@neukum.name
2615L: linux-usb-users@lists.sourceforge.net
2616L: linux-usb-devel@lists.sourceforge.net
2617S: Maintained
2618
2619USB BLOCK DRIVER (UB ub)
2620P: Pete Zaitcev
2621M: zaitcev@redhat.com
2622L: linux-kernel@vger.kernel.org
2623L: linux-usb-devel@lists.sourceforge.net
2624S: Supported
2625
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626USB CDC ETHERNET DRIVER
2627P: Greg Kroah-Hartman
2628M: greg@kroah.com
2629L: linux-usb-users@lists.sourceforge.net
2630L: linux-usb-devel@lists.sourceforge.net
2631S: Maintained
2632W: http://www.kroah.com/linux-usb/
2633
2634USB EHCI DRIVER
2635P: David Brownell
2636M: dbrownell@users.sourceforge.net
2637L: linux-usb-devel@lists.sourceforge.net
2638S: Maintained
2639
2640USB HID/HIDBP DRIVERS
2641P: Vojtech Pavlik
2642M: vojtech@suse.cz
2643L: linux-usb-users@lists.sourceforge.net
2644L: linux-usb-devel@lists.sourceforge.net
2645S: Maintained
2646
2647USB HUB DRIVER
2648P: Johannes Erdfelt
2649M: johannes@erdfelt.com
2650L: linux-usb-users@lists.sourceforge.net
2651L: linux-usb-devel@lists.sourceforge.net
2652S: Maintained
2653
Olav Kongas959eea22005-11-03 17:38:14 +02002654USB ISP116X DRIVER
2655P: Olav Kongas
2656M: ok@artecdesign.ee
2657L: linux-usb-devel@lists.sourceforge.net
2658S: Maintained
2659
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660USB KAWASAKI LSI DRIVER
2661P: Oliver Neukum
2662M: oliver@neukum.name
2663L: linux-usb-users@lists.sourceforge.net
2664L: linux-usb-devel@lists.sourceforge.net
2665S: Maintained
2666
2667USB MASS STORAGE DRIVER
2668P: Matthew Dharm
2669M: mdharm-usb@one-eyed-alien.net
2670L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002671L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672S: Maintained
2673W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2674
2675USB OHCI DRIVER
2676P: Roman Weissgaerber
2677M: weissg@vienna.at
2678L: linux-usb-users@lists.sourceforge.net
2679L: linux-usb-devel@lists.sourceforge.net
2680S: Maintained
2681
Matthias Urlichsba460e42005-07-14 00:33:47 -07002682USB OPTION-CARD DRIVER
2683P: Matthias Urlichs
2684M: smurf@smurf.noris.de
2685L: linux-usb-devel@lists.sourceforge.net
2686S: Maintained
2687
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688USB OV511 DRIVER
2689P: Mark McClelland
2690M: mmcclell@bigfoot.com
2691L: linux-usb-users@lists.sourceforge.net
2692L: linux-usb-devel@lists.sourceforge.net
2693W: http://alpha.dyndns.org/ov511/
2694S: Maintained
2695
2696USB PEGASUS DRIVER
2697P: Petko Manolov
2698M: petkan@users.sourceforge.net
2699L: linux-usb-users@lists.sourceforge.net
2700L: linux-usb-devel@lists.sourceforge.net
2701W: http://pegasus2.sourceforge.net/
2702S: Maintained
2703
2704USB PRINTER DRIVER
2705P: Vojtech Pavlik
2706M: vojtech@suse.cz
2707L: linux-usb-users@lists.sourceforge.net
2708L: linux-usb-devel@lists.sourceforge.net
2709S: Maintained
2710
2711USB RTL8150 DRIVER
2712P: Petko Manolov
2713M: petkan@users.sourceforge.net
2714L: linux-usb-users@lists.sourceforge.net
2715L: linux-usb-devel@lists.sourceforge.net
2716W: http://pegasus2.sourceforge.net/
2717S: Maintained
2718
2719USB SE401 DRIVER
2720P: Jeroen Vreeken
2721M: pe1rxq@amsat.org
2722L: linux-usb-users@lists.sourceforge.net
2723L: linux-usb-devel@lists.sourceforge.net
2724W: http://www.chello.nl/~j.vreeken/se401/
2725S: Maintained
2726
2727USB SERIAL CYBERJACK DRIVER
2728P: Matthias Bruestle and Harald Welte
2729M: support@reiner-sct.com
2730W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2731S: Maintained
2732
2733USB SERIAL DIGI ACCELEPORT DRIVER
2734P: Peter Berger and Al Borchers
2735M: pberger@brimson.com
2736M: alborchers@steinerpoint.com
2737L: linux-usb-users@lists.sourceforge.net
2738L: linux-usb-devel@lists.sourceforge.net
2739S: Maintained
2740
2741USB SERIAL DRIVER
2742P: Greg Kroah-Hartman
2743M: gregkh@suse.de
2744L: linux-usb-users@lists.sourceforge.net
2745L: linux-usb-devel@lists.sourceforge.net
2746S: Supported
2747
2748USB SERIAL BELKIN F5U103 DRIVER
2749P: William Greathouse
2750M: wgreathouse@smva.com
2751L: linux-usb-users@lists.sourceforge.net
2752L: linux-usb-devel@lists.sourceforge.net
2753S: Maintained
2754
2755USB SERIAL CYPRESS M8 DRIVER
2756P: Lonnie Mendez
2757M: dignome@gmail.com
2758L: linux-usb-users@lists.sourceforge.net
2759L: linux-usb-devel@lists.sourceforge.net
2760S: Maintained
2761W: http://geocities.com/i0xox0i
2762W: http://firstlight.net/cvs
2763
2764USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2765L: linux-usb-users@lists.sourceforge.net
2766L: linux-usb-devel@lists.sourceforge.net
2767S: Maintained
2768
2769USB AUERSWALD DRIVER
2770P: Wolfgang Muees
2771M: wolfgang@iksw-muees.de
2772L: linux-usb-users@lists.sourceforge.net
2773L: linux-usb-devel@lists.sourceforge.net
2774S: Maintained
2775
2776USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2777P: Gary Brubaker
2778M: xavyer@ix.netcom.com
2779L: linux-usb-users@lists.sourceforge.net
2780L: linux-usb-devel@lists.sourceforge.net
2781S: Maintained
2782
2783USB SERIAL KEYSPAN DRIVER
2784P: Greg Kroah-Hartman
2785M: greg@kroah.com
2786L: linux-usb-users@lists.sourceforge.net
2787L: linux-usb-devel@lists.sourceforge.net
2788W: http://www.kroah.com/linux/
2789S: Maintained
2790
2791USB SERIAL WHITEHEAT DRIVER
2792P: Stuart MacDonald
2793M: stuartm@connecttech.com
2794L: linux-usb-users@lists.sourceforge.net
2795L: linux-usb-devel@lists.sourceforge.net
2796W: http://www.connecttech.com
2797S: Supported
2798
2799USB SN9C10x DRIVER
2800P: Luca Risolia
2801M: luca.risolia@studio.unibo.it
2802L: linux-usb-devel@lists.sourceforge.net
2803W: http://www.linux-projects.org
2804S: Maintained
2805
2806USB SUBSYSTEM
2807P: Greg Kroah-Hartman
2808M: gregkh@suse.de
2809L: linux-usb-users@lists.sourceforge.net
2810L: linux-usb-devel@lists.sourceforge.net
2811W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002812T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813S: Supported
2814
2815USB UHCI DRIVER
2816P: Alan Stern
2817M: stern@rowland.harvard.edu
2818L: linux-usb-users@lists.sourceforge.net
2819L: linux-usb-devel@lists.sourceforge.net
2820S: Maintained
2821
2822USB "USBNET" DRIVER
2823P: David Brownell
2824M: dbrownell@users.sourceforge.net
2825L: linux-usb-devel@lists.sourceforge.net
2826S: Maintained
2827
2828USB W996[87]CF DRIVER
2829P: Luca Risolia
2830M: luca.risolia@studio.unibo.it
2831L: linux-usb-devel@lists.sourceforge.net
2832W: http://www.linux-projects.org
2833S: Maintained
2834
2835USB ZD1201 DRIVER
2836P: Jeroen Vreeken
2837M: pe1rxq@amsat.org
2838L: linux-usb-users@lists.sourceforge.net
2839L: linux-usb-devel@lists.sourceforge.net
2840W: http://linux-lc100020.sourceforge.net
2841S: Maintained
2842
2843USER-MODE LINUX
2844P: Jeff Dike
2845M: jdike@karaya.com
2846L: user-mode-linux-devel@lists.sourceforge.net
2847L: user-mode-linux-user@lists.sourceforge.net
2848W: http://user-mode-linux.sourceforge.net
2849S: Maintained
2850
2851FAT/VFAT/MSDOS FILESYSTEM:
2852P: OGAWA Hirofumi
2853M: hirofumi@mail.parknet.co.jp
2854L: linux-kernel@vger.kernel.org
2855S: Maintained
2856
2857VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2858P: Jeff Garzik
2859S: Odd fixes
2860
2861VIA RHINE NETWORK DRIVER
2862P: Roger Luethi
2863M: rl@hellgate.ch
2864S: Maintained
2865
Jean Delvare32c0a522005-09-22 21:47:58 +02002866VIAPRO SMBUS DRIVER
2867P: Jean Delvare
2868M: khali@linux-fr.org
2869L: lm-sensors@lm-sensors.org
2870S: Maintained
2871
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872UCLINUX (AND M68KNOMMU)
2873P: Greg Ungerer
2874M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002876L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877S: Maintained
2878
2879UCLINUX FOR NEC V850
2880P: Miles Bader
2881M: uclinux-v850@lsi.nec.co.jp
2882W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2883W: http://www.ee.nec.de/uclinux/
2884S: Supported
2885
2886UCLINUX FOR RENESAS H8/300
2887P: Yoshinori Sato
2888M: ysato@users.sourceforge.jp
2889W: http://uclinux-h8.sourceforge.jp/
2890S: Supported
2891
2892USB DIAMOND RIO500 DRIVER
2893P: Cesar Miquel
2894M: miquel@df.uba.ar
2895L: rio500-users@lists.sourceforge.net
2896W: http://rio500.sourceforge.net
2897S: Maintained
2898
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002899V9FS FILE SYSTEM
2900P: Eric Van Hensbergen
2901M: ericvh@gmail.com
2902P: Ron Minnich
2903M: rminnich@lanl.gov
2904P: Latchesar Ionkov
2905M: lucho@ionkov.net
2906L: v9fs-developer@lists.sourceforge.net
2907W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002908T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002909S: Maintained
2910
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002912P: Mauro Carvalho Chehab
2913M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002915W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002916T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002917S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918
2919W1 DALLAS'S 1-WIRE BUS
2920P: Evgeniy Polyakov
2921M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002922L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923S: Maintained
2924
2925W83L51xD SD/MMC CARD INTERFACE DRIVER
2926P: Pierre Ossman
2927M: drzeus-wbsd@drzeus.cx
2928L: wbsd-devel@list.drzeus.cx
2929W: http://projects.drzeus.cx/wbsd
2930S: Maintained
2931
2932W83L785TS HARDWARE MONITOR DRIVER
2933P: Jean Delvare
2934M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002935L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936S: Odd Fixes
2937
2938WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2939P: Nenad Corbic
2940M: ncorbic@sangoma.com
2941M: dm@sangoma.com
2942W: http://www.sangoma.com
2943S: Supported
2944
2945WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2946P: Jean Tourrilhes
2947M: jt@hpl.hp.com
2948W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2949S: Maintained
2950
2951WD7000 SCSI DRIVER
2952P: Miroslav Zagorac
2953M: zaga@fly.cc.fer.hr
2954L: linux-scsi@vger.kernel.org
2955S: Maintained
2956
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05002957WISTRON LAPTOP BUTTON DRIVER
2958P: Miloslav Trmac
2959M: mitr@volny.cz
2960S: Maintained
2961
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962WL3501 WIRELESS PCMCIA CARD DRIVER
2963P: Arnaldo Carvalho de Melo
2964M: acme@conectiva.com.br
2965W: http://advogato.org/person/acme
2966S: Maintained
2967
2968X.25 NETWORK LAYER
2969P: Henner Eisen
2970M: eis@baty.hanse.de
2971L: linux-x25@vger.kernel.org
2972S: Maintained
2973
2974XFS FILESYSTEM
2975P: Silicon Graphics Inc
2976M: xfs-masters@oss.sgi.com
2977M: nathans@sgi.com
2978L: linux-xfs@oss.sgi.com
2979W: http://oss.sgi.com/projects/xfs
2980S: Supported
2981
2982X86 3-LEVEL PAGING (PAE) SUPPORT
2983P: Ingo Molnar
2984M: mingo@redhat.com
2985S: Maintained
2986
2987X86-64 port
2988P: Andi Kleen
2989M: ak@suse.de
2990L: discuss@x86-64.org
2991W: http://www.x86-64.org
2992S: Maintained
2993
2994YAM DRIVER FOR AX.25
2995P: Jean-Paul Roubelat
2996M: jpr@f6fbb.org
2997L: linux-hams@vger.kernel.org
2998S: Maintained
2999
Henkaf64a5e2005-10-12 15:02:56 +02003000YEALINK PHONE DRIVER
3001P: Henk Vergonet
3002M: Henk.Vergonet@gmail.com
3003L: usbb2k-api-dev@nongnu.org
3004S: Maintained
3005
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3007P: Pete Zaitcev
3008M: zaitcev@yahoo.com
3009L: linux-kernel@vger.kernel.org
3010S: Obsolete
3011
3012Z8530 DRIVER FOR AX.25
3013P: Joerg Reuter
3014M: jreuter@yaina.de
3015W: http://yaina.de/jreuter/
3016W: http://www.qsl.net/dl1bke/
3017L: linux-hams@vger.kernel.org
3018S: Maintained
3019
3020ZF MACHZ WATCHDOG
3021P: Fernando Fuganti
3022M: fuganti@netbank.com.br
3023W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3024S: Maintained
3025
3026ZR36067 VIDEO FOR LINUX DRIVER
3027P: Ronald Bultje
3028M: rbultje@ronald.bitfreak.net
3029L: mjpeg-users@lists.sourceforge.net
3030W: http://mjpeg.sourceforge.net/driver-zoran/
3031S: Maintained
3032
3033ZR36120 VIDEO FOR LINUX DRIVER
3034P: Pauline Middelink
3035M: middelin@polyware.nl
3036W: http://www.polyware.nl/~middelin/En/hobbies.html
3037W: http://www.polyware.nl/~middelin/hobbies.html
3038S: Maintained
3039
3040THE REST
3041P: Linus Torvalds
3042S: Buried alive in reporters