blob: 270e28c0506aa4dba9af46c57f853a9ddea4c92c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080061T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070078L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070086S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700147L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148S: Maintained
149
150A2232 SERIAL BOARD DRIVER
151P: Enver Haase
152M: ehaase@inf.fu-berlin.de
153M: A2232@gmx.net
154L: linux-m68k@lists.linux-m68k.org
155S: Maintained
156
157AIO
158P: Benjamin LaHaise
159M: bcrl@kvack.org
160L: linux-aio@kvack.org
161S: Supported
162
163ACENIC DRIVER
164P: Jes Sorensen
165M: jes@trained-monkey.org
166L: linux-acenic@sunsite.dk
167S: Maintained
168
169ACI MIXER DRIVER
170P: Robert Siemer
171M: Robert.Siemer@gmx.de
172L: linux-sound@vger.kernel.org
173W: http://www.stud.uni-karlsruhe.de/~uh1b/
174S: Maintained
175
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176AACRAID SCSI RAID DRIVER
177P: Adaptec OEM Raid Solutions
178L: linux-scsi@vger.kernel.org
179W: http://linux.dell.com/storage.shtml
180S: Supported
181
182ACPI
183P: Len Brown
184M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500185L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800187T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188S: Maintained
189
190AD1816 SOUND DRIVER
191P: Thorsten Knabe
192M: Thorsten Knabe <linux@thorsten-knabe.de>
193W: http://linux.thorsten-knabe.de
194S: Maintained
195
Kyle McMartin6958ae32005-10-21 23:11:27 -0400196AD1889 SOUND DRIVER
197P: Kyle McMartin
198M: kyle@parisc-linux.org
199P: Thibaut Varene
200M: T-Bone@parisc-linux.org
201W: http://wiki.parisc-linux.org/AD1889
202L: parisc-linux@lists.parisc-linux.org
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205ADM1025 HARDWARE MONITOR DRIVER
206P: Jean Delvare
207M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200208L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Maintained
210
211ADT746X FAN DRIVER
212P: Colin Leroy
213M: colin@colino.net
214S: Maintained
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216AEDSP16 DRIVER
217P: Riccardo Facchetti
218M: fizban@tin.it
219S: Maintained
220
221AFFS FILE SYSTEM
222P: Roman Zippel
223M: zippel@linux-m68k.org
224S: Maintained
225
226AGPGART DRIVER
227P: Dave Jones
228M: davej@codemonkey.org.uk
229W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800230T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231S: Maintained
232
233AHA152X SCSI DRIVER
234P: Juergen E. Fischer
235M: Juergen Fischer <fischer@norbit.de>
236L: linux-scsi@vger.kernel.org
237S: Maintained
238
239ALCATEL SPEEDTOUCH USB DRIVER
240P: Duncan Sands
241M: duncan.sands@free.fr
242L: linux-usb-users@lists.sourceforge.net
243L: linux-usb-devel@lists.sourceforge.net
244W: http://www.linux-usb.org/SpeedTouch/
245S: Maintained
246
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000247ALI1563 I2C DRIVER
248P: Rudolf Marek
249M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200250L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000251S: Maintained
252
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253ALPHA PORT
254P: Richard Henderson
255M: rth@twiddle.net
256S: Odd Fixes for 2.4; Maintained for 2.6.
257P: Ivan Kokshaysky
258M: ink@jurassic.park.msu.ru
259S: Maintained for 2.4; PCI support for 2.6.
260
Jordan Crousef90b8112006-01-06 00:12:14 -0800261AMD GEODE PROCESSOR/CHIPSET SUPPORT
262P: Jordan Crouse
263M: info-linux@geode.amd.com
264L: info-linux@geode.amd.com
265W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
266S: Supported
267
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268APM DRIVER
269P: Stephen Rothwell
270M: sfr@canb.auug.org.au
271L: linux-laptop@vger.kernel.org
272W: http://www.canb.auug.org.au/~sfr/
273S: Supported
274
275APPLETALK NETWORK LAYER
276P: Arnaldo Carvalho de Melo
277M: acme@conectiva.com.br
278S: Maintained
279
Jaya Kumar1154ea72005-06-21 17:17:04 -0700280ARC FRAMEBUFFER DRIVER
281P: Jaya Kumar
282M: jayalk@intworks.biz
283S: Maintained
284
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285ARM26 ARCHITECTURE
286P: Ian Molton
287M: spyro@f2s.com
288S: Maintained
289
290ARM26/ARCHIMEDES
291P: Ian Molton
292M: spyro@f2s.com
293S: Maintained
294
295ARM26/A5000
296P: John Appleby
297M: john@dnsworld.co.uk
298S: Maintained
299
300ARM MFM AND FLOPPY DRIVERS
301P: Ian Molton
302M: spyro@f2s.com
303S: Maintained
304
305ARM/CORGI MACHINE SUPPORT
306P: Richard Purdie
307M: rpurdie@rpsys.net
308S: Maintained
309
Dirk Opfer8459c152005-11-06 14:27:52 +0000310ARM/TOSA MACHINE SUPPORT
311P: Dirk Opfer
312M: dirk@opfer-online.de
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315ARM/PLEB SUPPORT
316P: Peter Chubb
317M: pleb@gelato.unsw.edu.au
318W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
319S: Maintained
320
321ARM/PT DIGITAL BOARD PORT
322P: Stefan Eletzhofer
323M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700324L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.arm.linux.org.uk/
326S: Maintained
327
328ARM/SHARK MACHINE SUPPORT
329P: Alexander Schulz
330M: alex@shark-linux.de
331W: http://www.shark-linux.de/shark.html
332S: Maintained
333
334ARM/STRONGARM110 PORT
335P: Russell King
336M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700337L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338W: http://www.arm.linux.org.uk/
339S: Maintained
340
341ARM/S3C2410 ARM ARCHITECTURE
342P: Ben Dooks
343M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700344L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345W: http://www.fluff.org/ben/linux/
346S: Maintained
347
348ARM/S3C2440 ARM ARCHITECTURE
349P: Ben Dooks
350M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700351L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.fluff.org/ben/linux/
353S: Maintained
354
355ARPD SUPPORT
356P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700357L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358S: Maintained
359
360ASUS ACPI EXTRAS DRIVER
361P: Karol Kozimor
362M: sziwan@users.sourceforge.net
363P: Julien Lerouge
364M: julien.lerouge@free.fr
365L: acpi4asus-user@lists.sourceforge.net
366W: http://sourceforge.net/projects/acpi4asus
367W: http://julien.lerouge.free.fr
368S: Maintained
369
370ATA OVER ETHERNET DRIVER
371P: Ed L. Cashin
372M: ecashin@coraid.com
373W: http://www.coraid.com/support/linux
374S: Supported
375
376ATM
377P: Chas Williams
378M: chas@cmf.nrl.navy.mil
379L: linux-atm-general@lists.sourceforge.net
380W: http://linux-atm.sourceforge.net
381S: Maintained
382
383ATMEL WIRELESS DRIVER
384P: Simon Kelley
385M: simon@thekelleys.org.uk
386W: http://www.thekelleys.org.uk/atmel
387W: http://atmelwlandriver.sourceforge.net/
388S: Maintained
389
Chris Wrighta92b7b82005-07-07 18:12:23 -0700390AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100391P: David Woodhouse
392M: dwmw2@infradead.org
393L: linux-audit@redhat.com
394W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800395T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700396S: Maintained
397
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398AX.25 NETWORK LAYER
399P: Ralf Baechle
400M: ralf@linux-mips.org
401L: linux-hams@vger.kernel.org
402S: Maintained
403
404BAYCOM/HDLCDRV DRIVERS FOR AX.25
405P: Thomas Sailer
406M: t.sailer@alumni.ethz.ch
407L: linux-hams@vger.kernel.org
408W: http://www.baycom.org/~tom/ham/ham.html
409S: Maintained
410
411BEFS FILE SYSTEM
412P: Sergey S. Kostyliov
413M: rathamahata@php4.ru
414L: linux-kernel@vger.kernel.org
415S: Maintained
416
417BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
418P: Kenji Hollis
419W: http://ftp.bitgate.com/pcwd/
420S: Maintained
421
422BFS FILE SYSTEM
423P: Tigran A. Aivazian
424M: tigran@veritas.com
425L: linux-kernel@vger.kernel.org
426S: Maintained
427
428BLOCK LAYER
429P: Jens Axboe
430M: axboe@suse.de
431L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800432T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433S: Maintained
434
435BLUETOOTH SUBSYSTEM
436P: Marcel Holtmann
437M: marcel@holtmann.org
438P: Maxim Krasnyansky
439M: maxk@qualcomm.com
440L: bluez-devel@lists.sf.net
441W: http://bluez.sf.net
442W: http://www.bluez.org
443W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800444T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445S: Maintained
446
447BLUETOOTH RFCOMM LAYER
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452S: Maintained
453
454BLUETOOTH BNEP LAYER
455P: Marcel Holtmann
456M: marcel@holtmann.org
457P: Maxim Krasnyansky
458M: maxk@qualcomm.com
459S: Maintained
460
461BLUETOOTH CMTP LAYER
462P: Marcel Holtmann
463M: marcel@holtmann.org
464S: Maintained
465
466BLUETOOTH HIDP LAYER
467P: Marcel Holtmann
468M: marcel@holtmann.org
469S: Maintained
470
471BLUETOOTH HCI UART DRIVER
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476S: Maintained
477
478BLUETOOTH HCI USB DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481P: Maxim Krasnyansky
482M: maxk@qualcomm.com
483S: Maintained
484
485BLUETOOTH HCI BCM203X DRIVER
486P: Marcel Holtmann
487M: marcel@holtmann.org
488S: Maintained
489
490BLUETOOTH HCI BPA10X DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493S: Maintained
494
495BLUETOOTH HCI BFUSB DRIVER
496P: Marcel Holtmann
497M: marcel@holtmann.org
498S: Maintained
499
500BLUETOOTH HCI DTL1 DRIVER
501P: Marcel Holtmann
502M: marcel@holtmann.org
503S: Maintained
504
505BLUETOOTH HCI BLUECARD DRIVER
506P: Marcel Holtmann
507M: marcel@holtmann.org
508S: Maintained
509
510BLUETOOTH HCI BT3C DRIVER
511P: Marcel Holtmann
512M: marcel@holtmann.org
513S: Maintained
514
515BLUETOOTH HCI BTUART DRIVER
516P: Marcel Holtmann
517M: marcel@holtmann.org
518S: Maintained
519
520BLUETOOTH HCI VHCI DRIVER
521P: Maxim Krasnyansky
522M: maxk@qualcomm.com
523S: Maintained
524
525BONDING DRIVER
526P: Chad Tindel
527M: ctindel@users.sourceforge.net
528P: Jay Vosburgh
529M: fubar@us.ibm.com
530L: bonding-devel@lists.sourceforge.net
531W: http://sourceforge.net/projects/bonding/
532S: Supported
533
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000534BROADBAND PROCESSOR ARCHITECTURE
535P: Arnd Bergmann
536M: arnd@arndb.de
537L: linuxppc64-dev@ozlabs.org
538W: http://linuxppc64.org
539S: Supported
540
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700542P: Mauro Carvalho Chehab
543M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700545W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200546T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700547S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548
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 Jacksoned90fb4a2005-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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699DAMA 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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930W: http://www.farsite.co.uk/
931S: Supported
932
933FRAMEBUFFER LAYER
934P: Antonino Daplas
935M: adaplas@pol.net
936L: linux-fbdev-devel@lists.sourceforge.net
937W: http://linux-fbdev.sourceforge.net/
938S: Maintained
939
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300940FREESCALE SOC FS_ENET DRIVER
941P: Pantelis Antoniou
942M: pantelis.antoniou@gmail.com
943P: Vitaly Bordug
944M: vbordug@ru.mvista.com
945L: linuxppc-embedded@ozlabs.org
946L: netdev@vger.kernel.org
947S: Maintained
948
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949FILE LOCKING (flock() and fcntl()/lockf())
950P: Matthew Wilcox
951M: matthew@wil.cx
952L: linux-fsdevel@vger.kernel.org
953S: Maintained
954
955FILESYSTEMS (VFS and infrastructure)
956P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100957M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958S: Maintained
959
960FIRMWARE LOADER (request_firmware)
961L: linux-kernel@vger.kernel.org
962S: Orphan
963
964FPU EMULATOR
965P: Bill Metzenthen
966M: billm@suburbia.net
967W: http://suburbia.net/~billm/floating-point/emulator/
968S: Maintained
969
970FRAME RELAY DLCI/FRAD (Sangoma drivers too)
971P: Mike McLagan
972M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700973L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974S: Maintained
975
976FREEVXFS FILESYSTEM
977P: Christoph Hellwig
978M: hch@infradead.org
979W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
980S: Maintained
981
982FUJITSU FR-V PORT
983P: David Howells
984M: dhowells@redhat.com
985S: Maintained
986
987FTAPE/QIC-117
988L: linux-tape@vger.kernel.org
989W: http://sourceforge.net/projects/ftape
990S: Orphan
991
Miklos Szeredi04578f12005-09-09 13:10:22 -0700992FUSE: FILESYSTEM IN USERSPACE
993P: Miklos Szeredi
994M: miklos@szeredi.hu
995L: fuse-devel@lists.sourceforge.net
996W: http://fuse.sourceforge.net/
997S: Maintained
998
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1000P: Rik Faith
1001M: faith@cs.unc.edu
1002L: linux-scsi@vger.kernel.org
1003S: Odd fixes (e.g., new signatures)
1004
1005GDT SCSI DISK ARRAY CONTROLLER DRIVER
1006P: Achim Leubner
1007M: achim_leubner@adaptec.com
1008L: linux-scsi@vger.kernel.org
1009W: http://www.icp-vortex.com/
1010S: Supported
1011
1012GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1013P: Krzysztof Halasa
1014M: khc@pm.waw.pl
1015W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1016S: Maintained
1017
Jean Delvare5b543962005-08-15 19:51:02 +02001018HARDWARE MONITORING
1019P: Jean Delvare
1020M: khali@linux-fr.org
1021L: lm-sensors@lm-sensors.org
1022W: http://www.lm-sensors.nu/
1023S: Maintained
1024
Robert Love860e1d62005-08-31 23:57:59 -04001025HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1026P: Robert Love
1027M: rlove@rlove.org
1028M: linux-kernel@vger.kernel.org
1029W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1030S: Maintained
1031
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032HARMONY SOUND DRIVER
1033P: Kyle McMartin
1034M: kyle@parisc-linux.org
1035W: http://www.parisc-linux.org/~kyle/harmony/
1036L: parisc-linux@lists.parisc-linux.org
1037S: Maintained
1038
1039HAYES ESP SERIAL DRIVER
1040P: Andrew J. Robinson
1041M: arobinso@nyx.net
1042L: linux-kernel@vger.kernel.org
1043W: http://www.nyx.net/~arobinso
1044S: Maintained
1045
1046HFS FILESYSTEM
1047P: Roman Zippel
1048M: zippel@linux-m68k.org
1049L: linux-kernel@vger.kernel.org
1050S: Maintained
1051
1052HGA FRAMEBUFFER DRIVER
1053P: Ferenc Bakonyi
1054M: fero@drama.obuda.kando.hu
1055L: linux-nvidia@lists.surfsouth.com
1056W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1057S: Maintained
1058
1059HIGH-SPEED SCC DRIVER FOR AX.25
1060P: Klaus Kudielka
1061M: klaus.kudielka@ieee.org
1062L: linux-hams@vger.kernel.org
1063W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1064S: Maintained
1065
1066HIPPI
1067P: Jes Sorensen
1068M: jes@trained-monkey.org
1069L: linux-hippi@sunsite.dk
1070S: Maintained
1071
1072HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1073P: Chirag Kantharia
1074M: chirag.kantharia@hp.com
1075L: iss_storagedev@hp.com
1076S: Maintained
1077
1078HEWLETT-PACKARD SMART2 RAID DRIVER
1079P: Chirag Kantharia
1080M: chirag.kantharia@hp.com
1081L: iss_storagedev@hp.com
1082S: Maintained
1083
1084HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1085P: Mike Miller
1086M: mike.miller@hp.com
1087L: iss_storagedev@hp.com
1088S: Supported
1089
Jouni Malinenff1d2762005-05-12 22:54:16 -04001090HOST AP DRIVER
1091P: Jouni Malinen
1092M: jkmaline@cc.hut.fi
1093L: hostap@shmoo.com
1094W: http://hostap.epitest.fi/
1095S: Maintained
1096
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1098P: Jaroslav Kysela
1099M: perex@suse.cz
1100S: Maintained
1101
Bob Piccob9b03322005-11-07 00:59:19 -08001102HPET: High Precision Event Timers driver (hpet.c)
1103P: Clemens Ladisch
1104M: clemens@ladisch.de
1105S: Maintained
1106
1107HPET: i386
1108P: Venkatesh Pallipadi (Venki)
1109M: venkatesh.pallipadi@intel.com
1110S: Maintained
1111
1112HPET: x86_64
1113P: Andi Kleen and Vojtech Pavlik
1114M: ak@muc.de and vojtech@suse.cz
1115S: Maintained
1116
1117HPET: ACPI hpet.c
1118P: Bob Picco
1119M: bob.picco@hp.com
1120S: Maintained
1121
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122HPFS FILESYSTEM
1123P: Mikulas Patocka
1124M: mikulas@artax.karlin.mff.cuni.cz
1125W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1126S: Maintained
1127
1128HUGETLB FILESYSTEM
1129P: William Irwin
1130M: wli@holomorphy.com
1131S: Maintained
1132
Jean Delvare5b543962005-08-15 19:51:02 +02001133I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134P: Jean Delvare
1135M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001136L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001138T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139S: Maintained
1140
1141I2O
1142P: Markus Lidel
1143M: markus.lidel@shadowconnect.com
1144W: http://i2o.shadowconnect.com/
1145S: Maintained
1146
1147i386 BOOT CODE
1148P: Riley H. Williams
1149M: Riley@Williams.Name
1150L: Linux-Kernel@vger.kernel.org
1151S: Maintained
1152
1153i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1154P: Dave Jones
1155M: davej@codemonkey.org.uk
1156P: H. Peter Anvin
1157M: hpa@zytor.com
1158S: Maintained
1159
1160i810 TCO TIMER WATCHDOG
1161P: Nils Faerber
1162M: nils@kernelconcepts.de
1163W: http://www.kernelconcepts.de/
1164S: Maintained
1165
1166IA64 (Itanium) PLATFORM
1167P: Tony Luck
1168M: tony.luck@intel.com
1169L: linux-ia64@vger.kernel.org
1170W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001171T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172S: Maintained
1173
1174SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001175P: Greg Edwards
1176M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177L: linux-altix@sgi.com
1178L: linux-ia64@vger.kernel.org
1179W: http://www.sgi.com/altix
1180S: Maintained
1181
1182IBM MCA SCSI SUBSYSTEM DRIVER
1183P: Michael Lang
1184M: langa2@kph.uni-mainz.de
1185W: http://www.uni-mainz.de/~langm000/linux.html
1186S: Maintained
1187
1188IBM Power Linux RAID adapter
1189P: Brian King
1190M: brking@us.ibm.com
1191S: Supported
1192
1193IBM ServeRAID RAID DRIVER
1194P: Jack Hammer
1195P: Dave Jeffery
1196M: ipslinux@adaptec.com
1197W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1198S: Supported
1199
1200IDE DRIVER [GENERAL]
1201P: Bartlomiej Zolnierkiewicz
1202M: B.Zolnierkiewicz@elka.pw.edu.pl
1203L: linux-kernel@vger.kernel.org
1204L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001205T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Maintained
1207
1208IDE/ATAPI CDROM DRIVER
1209P: Jens Axboe
1210M: axboe@suse.de
1211L: linux-kernel@vger.kernel.org
1212W: http://www.kernel.dk
1213S: Maintained
1214
1215IDE/ATAPI FLOPPY DRIVERS
1216P: Paul Bristow
1217M: Paul Bristow <paul@paulbristow.net>
1218W: http://paulbristow.net/linux/idefloppy.html
1219L: linux-kernel@vger.kernel.org
1220S: Maintained
1221
1222IDE/ATAPI TAPE DRIVERS
1223P: Gadi Oxman
1224M: Gadi Oxman <gadio@netvision.net.il>
1225L: linux-kernel@vger.kernel.org
1226S: Maintained
1227
1228IEEE 1394 ETHERNET (eth1394)
1229L: linux1394-devel@lists.sourceforge.net
1230W: http://www.linux1394.org/
1231S: Orphan
1232
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233IEEE 1394 SUBSYSTEM
1234P: Ben Collins
1235M: bcollins@debian.org
1236P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001237M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238L: linux1394-devel@lists.sourceforge.net
1239W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001240T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241S: Maintained
1242
1243IEEE 1394 OHCI DRIVER
1244P: Ben Collins
1245M: bcollins@debian.org
1246P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001247M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248L: linux1394-devel@lists.sourceforge.net
1249W: http://www.linux1394.org/
1250S: Maintained
1251
1252IEEE 1394 PCILYNX DRIVER
1253P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001254M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255L: linux1394-devel@lists.sourceforge.net
1256W: http://www.linux1394.org/
1257S: Maintained
1258
1259IEEE 1394 RAW I/O DRIVER
1260P: Ben Collins
1261M: bcollins@debian.org
1262P: Dan Dennedy
1263M: dan@dennedy.org
1264L: linux1394-devel@lists.sourceforge.net
1265W: http://www.linux1394.org/
1266S: Maintained
1267
Jody McIntyre105d7b32005-09-30 11:59:04 -07001268IEEE 1394 SBP2
1269P: Ben Collins
1270M: bcollins@debian.org
1271P: Stefan Richter
1272M: stefanr@s5r6.in-berlin.de
1273L: linux1394-devel@lists.sourceforge.net
1274W: http://www.linux1394.org/
1275S: Maintained
1276
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277IMS TWINTURBO FRAMEBUFFER DRIVER
1278P: Paul Mundt
1279M: lethal@chaoticdreams.org
1280L: linux-fbdev-devel@lists.sourceforge.net
1281S: Maintained
1282
1283INFINIBAND SUBSYSTEM
1284P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001285M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286P: Sean Hefty
1287M: mshefty@ichips.intel.com
1288P: Hal Rosenstock
1289M: halr@voltaire.com
1290L: openib-general@openib.org
1291W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001292T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Supported
1294
1295INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001296P: Dmitry Torokhov
1297M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298L: linux-input@atrey.karlin.mff.cuni.cz
1299L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001300T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301S: Maintained
1302
Robert Lovec9f04f52005-07-15 12:21:07 -04001303INOTIFY
1304P: John McCutchan and Robert Love
1305M: ttb@tentacle.dhs.org and rml@novell.com
1306L: linux-kernel@vger.kernel.org
1307S: Maintained
1308
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309INTEL 810/815 FRAMEBUFFER DRIVER
1310P: Antonino Daplas
1311M: adaplas@pol.net
1312L: linux-fbdev-devel@lists.sourceforge.net
1313S: Maintained
1314
1315INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1316P: Ingo Molnar
1317M: mingo@redhat.com
1318S: Maintained
1319
1320INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1321P: Jeff Garzik
1322M: jgarzik@pobox.com
1323W: http://sourceforge.net/projects/gkernel/
1324S: Maintained
1325
1326INTEL IA32 MICROCODE UPDATE SUPPORT
1327P: Tigran Aivazian
1328M: tigran@veritas.com
1329S: Maintained
1330
1331INTEL PRO/100 ETHERNET SUPPORT
1332P: John Ronciak
1333M: john.ronciak@intel.com
1334P: Ganesh Venkatesan
1335M: ganesh.venkatesan@intel.com
1336P: Jesse Brandeburg
1337M: jesse.brandeburg@intel.com
1338W: http://sourceforge.net/projects/e1000/
1339S: Supported
1340
1341INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1342P: Jeb Cramer
1343M: cramerj@intel.com
1344P: John Ronciak
1345M: john.ronciak@intel.com
1346P: Ganesh Venkatesan
1347M: ganesh.venkatesan@intel.com
1348W: http://sourceforge.net/projects/e1000/
1349S: Supported
1350
1351INTEL PRO/10GbE SUPPORT
1352P: Ayyappan Veeraiyan
1353M: ayyappan.veeraiyan@intel.com
1354P: Ganesh Venkatesan
1355M: ganesh.venkatesan@intel.com
1356P: John Ronciak
1357M: john.ronciak@intel.com
1358W: http://sourceforge.net/projects/e1000/
1359S: Supported
1360
James Ketrenos826d2ab2005-11-07 18:56:59 -06001361INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1362P: Yi Zhu
1363M: yi.zhu@intel.com
1364P: James Ketrenos
1365M: jketreno@linux.intel.com
1366L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1367W: http://ipw2100.sourceforge.net
1368S: Supported
1369
1370INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1371P: Yi Zhu
1372M: yi.zhu@intel.com
1373P: James Ketrenos
1374M: jketreno@linux.intel.com
1375L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1376W: http://ipw2200.sourceforge.net
1377S: Supported
1378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379IOC3 DRIVER
1380P: Ralf Baechle
1381M: ralf@linux-mips.org
1382L: linux-mips@linux-mips.org
1383S: Maintained
1384
1385IP MASQUERADING:
1386P: Juanjo Ciarlante
1387M: jjciarla@raiz.uncu.edu.ar
1388S: Maintained
1389
1390IPX NETWORK LAYER
1391P: Arnaldo Carvalho de Melo
1392M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001393L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394S: Maintained
1395
1396IRDA SUBSYSTEM
1397P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001398L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399W: http://irda.sourceforge.net/
1400S: Maintained
1401
1402ISAPNP
1403P: Jaroslav Kysela
1404M: perex@suse.cz
1405S: Maintained
1406
1407ISDN SUBSYSTEM
1408P: Karsten Keil
1409M: kkeil@suse.de
1410P: Kai Germaschewski
1411M: kai.germaschewski@gmx.de
1412L: isdn4linux@listserv.isdn4linux.de
1413W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001414T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415S: Maintained
1416
1417ISDN SUBSYSTEM (Eicon active card driver)
1418P: Armin Schindler
1419M: mac@melware.de
1420L: isdn4linux@listserv.isdn4linux.de
1421W: http://www.melware.de
1422S: Maintained
1423
1424JOURNALLING FLASH FILE SYSTEM (JFFS)
1425P: Axis Communications AB
1426M: jffs-dev@axis.com
1427L: jffs-dev@axis.com
1428W: http://www.developer.axis.com/software/jffs/
1429S: Maintained
1430
1431JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1432P: David Woodhouse
1433M: dwmw2@infradead.org
1434L: jffs-dev@axis.com
1435W: http://sources.redhat.com/jffs2/
1436S: Maintained
1437
1438JFS FILESYSTEM
1439P: Dave Kleikamp
1440M: shaggy@austin.ibm.com
1441L: jfs-discussion@lists.sourceforge.net
1442W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001443T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444S: Supported
1445
1446KCONFIG
1447P: Roman Zippel
1448M: zippel@linux-m68k.org
1449L: kbuild-devel@lists.sourceforge.net
1450S: Maintained
1451
1452KERNEL AUTOMOUNTER (AUTOFS)
1453P: H. Peter Anvin
1454M: hpa@zytor.com
1455L: autofs@linux.kernel.org
1456S: Odd Fixes
1457
1458KERNEL AUTOMOUNTER v4 (AUTOFS4)
1459P: Ian Kent
1460M: raven@themaw.net
1461L: autofs@linux.kernel.org
1462S: Maintained
1463
1464KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1465P: Kai Germaschewski
1466M: kai@germaschewski.name
1467P: Sam Ravnborg
1468M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001469T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470S: Maintained
1471
1472KERNEL JANITORS
1473P: Several
1474L: kernel-janitors@osdl.org
1475W: http://www.kerneljanitors.org/
1476W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477S: Maintained
1478
1479KERNEL NFSD
1480P: Neil Brown
1481M: neilb@cse.unsw.edu.au
1482L: nfs@lists.sourceforge.net
1483W: http://nfs.sourceforge.net/
1484W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1485S: Maintained
1486
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001487KEXEC
1488P: Eric Biederman
1489P: Randy Dunlap
1490M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001491M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001492W: http://www.xmission.com/~ebiederm/files/kexec/
1493L: linux-kernel@vger.kernel.org
1494L: fastboot@osdl.org
1495S: Maintained
1496
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001497KPROBES
1498P: Prasanna S Panchamukhi
1499M: prasanna@in.ibm.com
1500P: Ananth N Mavinakayanahalli
1501M: ananth@in.ibm.com
1502P: Anil S Keshavamurthy
1503M: anil.s.keshavamurthy@intel.com
1504P: David S. Miller
1505M: davem@davemloft.net
1506L: linux-kernel@vger.kernel.org
1507S: Maintained
1508
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509LANMEDIA WAN CARD DRIVER
1510P: Andrew Stanley-Jones
1511M: asj@lanmedia.com
1512W: http://www.lanmedia.com/
1513S: Supported
1514
1515LAPB module
1516P: Henner Eisen
1517M: eis@baty.hanse.de
1518L: linux-x25@vger.kernel.org
1519S: Maintained
1520
1521LASI 53c700 driver for PARISC
1522P: James E.J. Bottomley
1523M: James.Bottomley@HansenPartnership.com
1524L: linux-scsi@vger.kernel.org
1525S: Maintained
1526
1527LEGO USB Tower driver
1528P: Juergen Stuber
1529M: starblue@users.sourceforge.net
1530L: legousb-devel@lists.sourceforge.net
1531W: http://legousb.sourceforge.net/
1532S: Maintained
1533
1534LINUX FOR IBM pSERIES (RS/6000)
1535P: Paul Mackerras
1536M: paulus@au.ibm.com
1537W: http://www.ibm.com/linux/ltc/projects/ppc
1538S: Supported
1539
1540LINUX FOR NCR VOYAGER
1541P: James Bottomley
1542M: James.Bottomley@HansenPartnership.com
1543W: http://www.hansenpartnership.com/voyager
1544S: Maintained
1545
1546LINUX FOR POWERPC
1547P: Paul Mackerras
1548M: paulus@samba.org
1549W: http://www.penguinppc.org/
1550L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001551T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552S: Supported
1553
1554LINUX FOR POWER MACINTOSH
1555P: Benjamin Herrenschmidt
1556M: benh@kernel.crashing.org
1557W: http://www.penguinppc.org/
1558L: linuxppc-dev@ozlabs.org
1559S: Maintained
1560
1561LINUX FOR POWERPC EMBEDDED MPC52XX
1562P: Sylvain Munaut
1563M: tnt@246tNt.com
1564W: http://www.246tNt.com/mpc52xx/
1565W: http://www.penguinppc.org/
1566L: linuxppc-dev@ozlabs.org
1567L: linuxppc-embedded@ozlabs.org
1568S: Maintained
1569
1570LINUX FOR POWERPC EMBEDDED PPC4XX
1571P: Matt Porter
1572M: mporter@kernel.crashing.org
1573W: http://www.penguinppc.org/
1574L: linuxppc-embedded@ozlabs.org
1575S: Maintained
1576
Tom Rinie93adf12005-07-26 12:49:53 -07001577LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578P: Tom Rini
1579M: trini@kernel.crashing.org
1580W: http://www.penguinppc.org/
1581L: linuxppc-embedded@ozlabs.org
1582S: Maintained
1583
Tom Rinie93adf12005-07-26 12:49:53 -07001584LINUX FOR POWERPC EMBEDDED PPC8XX
1585P: Marcelo Tosatti
1586M: marcelo.tosatti@cyclades.com
1587W: http://www.penguinppc.org/
1588L: linuxppc-embedded@ozlabs.org
1589S: Maintained
1590
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1592P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001593M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594W: http://www.penguinppc.org/
1595L: linuxppc-embedded@ozlabs.org
1596S: Maintained
1597
1598LLC (802.2)
1599P: Arnaldo Carvalho de Melo
1600M: acme@conectiva.com.br
1601S: Maintained
1602
1603LINUX FOR 64BIT POWERPC
1604P: Paul Mackerras
1605M: paulus@samba.org
1606M: paulus@au.ibm.com
1607P: Anton Blanchard
1608M: anton@samba.org
1609M: anton@au.ibm.com
1610W: http://linuxppc64.org
1611L: linuxppc64-dev@ozlabs.org
1612S: Supported
1613
1614LINUX SECURITY MODULE (LSM) FRAMEWORK
1615P: Chris Wright
1616M: chrisw@osdl.org
1617L: linux-security-module@wirex.com
1618W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001619T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620S: Supported
1621
1622LM83 HARDWARE MONITOR DRIVER
1623P: Jean Delvare
1624M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001625L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626S: Maintained
1627
1628LM90 HARDWARE MONITOR DRIVER
1629P: Jean Delvare
1630M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001631L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632S: Maintained
1633
1634LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1635P: Richard Russon (FlatCap)
1636M: ldm@flatcap.org
1637L: ldm-devel@lists.sourceforge.net
1638W: http://ldm.sourceforge.net
1639S: Maintained
1640
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001641LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1642P: Eric Moore
1643M: Eric.Moore@lsil.com
1644M: support@lsil.com
1645L: mpt_linux_developer@lsil.com
1646L: linux-scsi@vger.kernel.org
1647W: http://www.lsilogic.com/support
1648S: Supported
1649
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1651P: Matthew Wilcox
1652M: matthew@wil.cx
1653L: linux-scsi@vger.kernel.org
1654S: Maintained
1655
1656M68K ARCHITECTURE
1657P: Geert Uytterhoeven
1658M: geert@linux-m68k.org
1659P: Roman Zippel
1660M: zippel@linux-m68k.org
1661L: linux-m68k@lists.linux-m68k.org
1662W: http://www.linux-m68k.org/
1663W: http://linux-m68k-cvs.ubb.ca/
1664S: Maintained
1665
1666M68K ON APPLE MACINTOSH
1667P: Joshua Thompson
1668M: funaho@jurai.org
1669W: http://www.mac.linux-m68k.org/
1670L: linux-mac68k@mac.linux-m68k.org
1671S: Maintained
1672
1673M68K ON HP9000/300
1674P: Philip Blundell
1675M: philb@gnu.org
1676W: http://www.tazenda.demon.co.uk/phil/linux-hp
1677S: Maintained
1678
1679MARVELL YUKON / SYSKONNECT DRIVER
1680P: Mirko Lindner
1681M: mlindner@syskonnect.de
1682P: Ralph Roesler
1683M: rroesler@syskonnect.de
1684W: http://www.syskonnect.com
1685S: Supported
1686
1687MAESTRO PCI SOUND DRIVERS
1688P: Zach Brown
1689M: zab@zabbo.net
1690S: Odd Fixes
1691
Michael Kerriskfaf16682005-07-31 22:34:47 -07001692MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1693P: Michael Kerrisk
1694M: mtk-manpages@gmx.net
1695W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1696S: Maintained
1697
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698MARVELL MV64340 ETHERNET DRIVER
1699P: Manish Lachwani
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001701L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702S: Supported
1703
1704MATROX FRAMEBUFFER DRIVER
1705P: Petr Vandrovec
1706M: vandrove@vc.cvut.cz
1707L: linux-fbdev-devel@lists.sourceforge.net
1708S: Maintained
1709
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001710MEGARAID SCSI DRIVERS
1711P: Neela Syam Kolli
1712M: Neela.Kolli@engenio.com
1713S: linux-scsi@vger.kernel.org
1714W: http://megaraid.lsilogic.com
1715S: Maintained
1716
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717MEMORY TECHNOLOGY DEVICES
1718P: David Woodhouse
1719M: dwmw2@infradead.org
1720W: http://www.linux-mtd.infradead.org/
1721L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001722T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723S: Maintained
1724
1725MICROTEK X6 SCANNER
1726P: Oliver Neukum
1727M: oliver@neukum.name
1728S: Maintained
1729
1730MIPS
1731P: Ralf Baechle
1732M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001733W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734L: linux-mips@linux-mips.org
1735S: Maintained
1736
1737MISCELLANEOUS MCA-SUPPORT
1738P: James Bottomley
1739M: jejb@steeleye.com
1740L: linux-kernel@vger.kernel.org
1741S: Maintained
1742
1743MODULE SUPPORT
1744P: Rusty Russell
1745M: rusty@rustcorp.com.au
1746L: linux-kernel@vger.kernel.org
1747S: Maintained
1748
1749MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1750P: Stelian Pop
1751M: stelian@popies.net
1752W: http://popies.net/meye/
1753S: Maintained
1754
1755MOUSE AND MISC DEVICES [GENERAL]
1756P: Alessandro Rubini
1757M: rubini@ipvvis.unipv.it
1758L: linux-kernel@vger.kernel.org
1759S: Maintained
1760
1761MTRR AND SIMILAR SUPPORT [i386]
1762P: Richard Gooch
1763M: rgooch@atnf.csiro.au
1764L: linux-kernel@vger.kernel.org
1765W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1766S: Maintained
1767
1768MULTISOUND SOUND DRIVER
1769P: Andrew Veliath
1770M: andrewtv@usa.net
1771S: Maintained
1772
1773NATSEMI ETHERNET DRIVER (DP8381x)
1774P: Tim Hockin
1775M: thockin@hockin.org
1776S: Maintained
1777
1778NCP FILESYSTEM
1779P: Petr Vandrovec
1780M: vandrove@vc.cvut.cz
1781L: linware@sh.cvut.cz
1782S: Maintained
1783
1784NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1785P: James E.J. Bottomley
1786M: James.Bottomley@HansenPartnership.com
1787L: linux-scsi@vger.kernel.org
1788S: Maintained
1789
1790NETFILTER/IPTABLES/IPCHAINS
1791P: Rusty Russell
1792P: Marc Boucher
1793P: James Morris
1794P: Harald Welte
1795P: Jozsef Kadlecsik
1796M: coreteam@netfilter.org
1797W: http://www.netfilter.org/
1798W: http://www.iptables.org/
1799L: netfilter@lists.netfilter.org
1800L: netfilter-devel@lists.netfilter.org
1801S: Supported
1802
1803NETROM NETWORK LAYER
1804P: Ralf Baechle
1805M: ralf@linux-mips.org
1806L: linux-hams@vger.kernel.org
1807S: Maintained
1808
1809NETWORK BLOCK DEVICE
1810P: Paul Clements
1811M: Paul.Clements@steeleye.com
1812S: Maintained
1813
1814NETWORK DEVICE DRIVERS
1815P: Andrew Morton
1816M: akpm@osdl.org
1817P: Jeff Garzik
1818M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001819L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001820T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821S: Maintained
1822
1823NETWORKING [GENERAL]
1824P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001825M: netdev@vger.kernel.org
1826L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827S: Maintained
1828
1829NETWORKING [IPv4/IPv6]
1830P: David S. Miller
1831M: davem@davemloft.net
1832P: Alexey Kuznetsov
1833M: kuznet@ms2.inr.ac.ru
1834P: Pekka Savola (ipv6)
1835M: pekkas@netcore.fi
1836P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001837M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838P: Hideaki YOSHIFUJI
1839M: yoshfuji@linux-ipv6.org
1840P: Patrick McHardy
1841M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001842L: netdev@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001843T: git kernel.org:/pub/scm/linux/kernel/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844S: Maintained
1845
1846IPVS
1847P: Wensong Zhang
1848M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001849P: Simon Horman
1850M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851P: Julian Anastasov
1852M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001853L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854S: Maintained
1855
1856NFS CLIENT
1857P: Trond Myklebust
1858M: trond.myklebust@fys.uio.no
1859L: linux-kernel@vger.kernel.org
1860S: Maintained
1861
1862NI5010 NETWORK DRIVER
1863P: Jan-Pascal van Best and Andreas Mohr
1864M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1865M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001866L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867S: Maintained
1868
1869NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1870P: YOKOTA Hiroshi
1871M: yokota@netlab.is.tsukuba.ac.jp
1872W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1873S: Maintained
1874
1875NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1876P: GOTO Masanori
1877M: gotom@debian.or.jp
1878P: YOKOTA Hiroshi
1879M: yokota@netlab.is.tsukuba.ac.jp
1880W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1881S: Maintained
1882
1883NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1884P: Eberhard Moenkeberg
1885M: emoenke@gwdg.de
1886L: linux-kernel@vger.kernel.org
1887S: Maintained
1888
1889NTFS FILESYSTEM
1890P: Anton Altaparmakov
1891M: aia21@cantab.net
1892L: linux-ntfs-dev@lists.sourceforge.net
1893L: linux-kernel@vger.kernel.org
1894W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001895T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896S: Maintained
1897
1898NVIDIA (RIVA) FRAMEBUFFER DRIVER
1899P: Ani Joshi
1900M: ajoshi@shell.unixbox.com
1901L: linux-nvidia@lists.surfsouth.com
1902S: Maintained
1903
Mark Fashehccd979b2005-12-15 14:31:24 -08001904ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1905P: Mark Fasheh
1906M: mark.fasheh@oracle.com
1907P: Kurt Hackel
1908M: kurt.hackel@oracle.com
1909L: ocfs2-devel@oss.oracle.com
1910W: http://oss.oracle.com/projects/ocfs2/
1911S: Supported
1912
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913OLYMPIC NETWORK DRIVER
1914P: Peter De Shrijver
1915M: p2@ace.ulyssis.student.kuleuven.ac.be
1916P: Mike Phillips
1917M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001918L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919L: linux-tr@linuxtr.net
1920W: http://www.linuxtr.net
1921S: Maintained
1922
Harald Weltec1986ee2005-11-13 16:06:29 -08001923OMNIKEY CARDMAN 4000 DRIVER
1924P: Harald Welte
1925M: laforge@gnumonks.org
1926S: Maintained
1927
Harald Welte77c44ab2005-11-13 16:06:26 -08001928OMNIKEY CARDMAN 4040 DRIVER
1929P: Harald Welte
1930M: laforge@gnumonks.org
1931S: Maintained
1932
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933ONSTREAM SCSI TAPE DRIVER
1934P: Willem Riede
1935M: osst@riede.org
1936L: osst-users@lists.sourceforge.net
1937L: linux-scsi@vger.kernel.org
1938S: Maintained
1939
1940OPL3-SA2, SA3, and SAx DRIVER
1941P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001942M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943L: linux-sound@vger.kernel.org
1944S: Maintained
1945
1946OPROFILE
1947P: Philippe Elie
1948M: phil.el@wanadoo.fr
1949L: oprofile-list@lists.sf.net
1950S: Maintained
1951
1952ORINOCO DRIVER
1953P: Pavel Roskin
1954M: proski@gnu.org
1955P: David Gibson
1956M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001957L: orinoco-users@lists.sourceforge.net
1958L: orinoco-devel@lists.sourceforge.net
1959W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960S: Maintained
1961
1962PARALLEL PORT SUPPORT
1963P: Phil Blundell
1964M: philb@gnu.org
1965P: Tim Waugh
1966M: tim@cyberelk.net
1967P: David Campbell
1968M: campbell@torque.net
1969P: Andrea Arcangeli
1970M: andrea@suse.de
1971L: linux-parport@lists.infradead.org
1972W: http://people.redhat.com/twaugh/parport/
1973S: Maintained
1974
1975PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1976P: Tim Waugh
1977M: tim@cyberelk.net
1978L: linux-parport@lists.infradead.org
1979W: http://www.torque.net/linux-pp.html
1980S: Maintained
1981
1982PARISC ARCHITECTURE
1983P: Matthew Wilcox
1984M: matthew@wil.cx
1985P: Grant Grundler
1986M: grundler@parisc-linux.org
1987L: parisc-linux@parisc-linux.org
1988W: http://www.parisc-linux.org/
1989S: Maintained
1990
1991PERSONALITY HANDLING
1992P: Christoph Hellwig
1993M: hch@infradead.org
1994L: linux-abi-devel@lists.sourceforge.net
1995S: Maintained
1996
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1998P: Thomas Sailer
1999M: sailer@ife.ee.ethz.ch
2000L: linux-sound@vger.kernel.org
2001W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2002S: Maintained
2003
2004PCI SUBSYSTEM
2005P: Greg Kroah-Hartman
2006M: gregkh@suse.de
2007L: linux-kernel@vger.kernel.org
2008L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002009T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010S: Supported
2011
2012PCI HOTPLUG CORE
2013P: Greg Kroah-Hartman
2014M: gregkh@suse.de
2015S: Supported
2016
2017PCI HOTPLUG COMPAQ DRIVER
2018P: Greg Kroah-Hartman
2019M: greg@kroah.com
2020S: Maintained
2021
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002022PCIE HOTPLUG DRIVER
2023P: Kristen Carlson Accardi
2024M: kristen.c.accardi@intel.com
2025L: pcihpd-discuss@lists.sourceforge.net
2026S: Maintained
2027
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002029P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002031T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002032S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033
2034PCNET32 NETWORK DRIVER
2035P: Thomas Bogendörfer
2036M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002037L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038S: Maintained
2039
2040PHRAM MTD DRIVER
2041P: Jörn Engel
2042M: joern@wh.fh-wedel.de
2043L: linux-mtd@lists.infradead.org
2044S: Maintained
2045
Peter Osterlund249a6772005-09-27 21:45:30 -07002046PKTCDVD DRIVER
2047P: Peter Osterlund
2048M: petero2@telia.com
2049L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002050S: Maintained
2051
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052POSIX CLOCKS and TIMERS
2053P: George Anzinger
2054M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002055L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056S: Supported
2057
Eugene Surovegin24682972005-10-14 03:00:53 -07002058POWERPC 4xx EMAC DRIVER
2059P: Eugene Surovegin
2060M: ebs@ebshome.net
2061W: http://kernel.ebshome.net/emac/
2062L: linuxppc-embedded@ozlabs.org
2063L: netdev@vger.kernel.org
2064S: Maintained
2065
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066PNP SUPPORT
2067P: Adam Belay
2068M: ambx1@neo.rr.com
2069S: Maintained
2070
2071PPP PROTOCOL DRIVERS AND COMPRESSORS
2072P: Paul Mackerras
2073M: paulus@samba.org
2074L: linux-ppp@vger.kernel.org
2075S: Maintained
2076
2077PPP OVER ATM (RFC 2364)
2078P: Mitchell Blank Jr
2079M: mitch@sfgoth.com
2080S: Maintained
2081
2082PPP OVER ETHERNET
2083P: Michal Ostrowski
2084M: mostrows@speakeasy.net
2085S: Maintained
2086
2087PREEMPTIBLE KERNEL
2088P: Robert Love
2089M: rml@tech9.net
2090L: linux-kernel@vger.kernel.org
2091L: kpreempt-tech@lists.sourceforge.net
2092W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2093S: Supported
2094
2095PRISM54 WIRELESS DRIVER
2096P: Prism54 Development Team
2097M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002098L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099W: http://prism54.org
2100S: Maintained
2101
2102PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2103P: Peter Denison
2104M: promise@pnd-pc.demon.co.uk
2105W: http://www.pnd-pc.demon.co.uk/promise/
2106S: Maintained
2107
2108PXA2xx SUPPORT
2109P: Nicolas Pitre
2110M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002111L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112S: Maintained
2113
2114QLOGIC QLA2XXX FC-SCSI DRIVER
2115P: Andrew Vasquez
2116M: andrew.vasquez@qlogic.com
2117L: linux-scsi@vger.kernel.org
2118S: Supported
2119
2120QNX4 FILESYSTEM
2121P: Anders Larsen
2122M: al@alarsen.net
2123L: linux-kernel@vger.kernel.org
2124W: http://www.alarsen.net/linux/qnx4fs/
2125S: Maintained
2126
2127RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002128P: Benjamin Herrenschmidt
2129M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130L: linux-fbdev-devel@lists.sourceforge.net
2131S: Maintained
2132
2133RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002134P: Paul Mackerras
2135M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136L: linux-fbdev-devel@lists.sourceforge.net
2137S: Maintained
2138
2139RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2140P: Corey Thomas
2141M: corey@world.std.com
2142L: linux-kernel@vger.kernel.org
2143S: Maintained
2144
Matt Mackall9e95ce22005-04-16 15:25:56 -07002145RANDOM NUMBER DRIVER
2146P: Matt Mackall
2147M: mpm@selenic.com
2148S: Maintained
2149
Matt Porter394b7012005-11-07 01:00:15 -08002150RAPIDIO SUBSYSTEM
2151P: Matt Porter
2152M: mporter@kernel.crashing.org
2153L: linux-kernel@vger.kernel.org
2154S: Maintained
2155
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156REAL TIME CLOCK DRIVER
2157P: Paul Gortmaker
2158M: p_gortmaker@yahoo.com
2159L: linux-kernel@vger.kernel.org
2160S: Maintained
2161
2162REISERFS FILE SYSTEM
2163P: Hans Reiser
2164M: reiserfs-dev@namesys.com
2165L: reiserfs-list@namesys.com
2166W: http://www.namesys.com
2167S: Supported
2168
2169ROCKETPORT DRIVER
2170P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171W: http://www.comtrol.com
2172S: Maintained
2173
2174ROSE NETWORK LAYER
2175P: Ralf Baechle
2176M: ralf@linux-mips.org
2177L: linux-hams@vger.kernel.org
2178S: Maintained
2179
2180RISCOM8 DRIVER
2181S: Orphan
2182
2183RTLINUX REALTIME LINUX
2184P: Victor Yodaiken
2185M: yodaiken@fsmlabs.com
2186L: rtl@rtlinux.org
2187W: www.rtlinux.org
2188S: Maintained
2189
2190S390
2191P: Martin Schwidefsky
2192M: schwidefsky@de.ibm.com
2193M: linux390@de.ibm.com
2194L: linux-390@vm.marist.edu
2195W: http://oss.software.ibm.com/developerworks/opensource/linux390
2196S: Supported
2197
2198SAA7146 VIDEO4LINUX-2 DRIVER
2199P: Michael Hunold
2200M: michael@mihu.de
2201W: http://www.mihu.de/linux/saa7146
2202S: Maintained
2203
2204SBPCD CDROM DRIVER
2205P: Eberhard Moenkeberg
2206M: emoenke@gwdg.de
2207L: linux-kernel@vger.kernel.org
2208S: Maintained
2209
2210SC1200 WDT DRIVER
2211P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002212M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213S: Maintained
2214
2215SCHEDULER
2216P: Ingo Molnar
2217M: mingo@elte.hu
2218P: Robert Love [the preemptible kernel bits]
2219M: rml@tech9.net
2220L: linux-kernel@vger.kernel.org
2221S: Maintained
2222
2223SCSI CDROM DRIVER
2224P: Jens Axboe
2225M: axboe@suse.de
2226L: linux-scsi@vger.kernel.org
2227W: http://www.kernel.dk
2228S: Maintained
2229
2230SCSI SG DRIVER
2231P: Doug Gilbert
2232M: dgilbert@interlog.com
2233L: linux-scsi@vger.kernel.org
2234W: http://www.torque.net/sg
2235S: Maintained
2236
2237SCSI SUBSYSTEM
2238P: James E.J. Bottomley
2239M: James.Bottomley@SteelEye.com
2240L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002241T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242S: Maintained
2243
2244SCSI TAPE DRIVER
2245P: Kai Mäkisara
2246M: Kai.Makisara@kolumbus.fi
2247L: linux-scsi@vger.kernel.org
2248S: Maintained
2249
2250SCTP PROTOCOL
2251P: Sridhar Samudrala
2252M: sri@us.ibm.com
2253L: lksctp-developers@lists.sourceforge.net
2254S: Supported
2255
2256SCx200 CPU SUPPORT
2257P: Christer Weinigel
2258M: christer@weinigel.se
2259W: http://www.weinigel.se
2260S: Supported
2261
2262SECURITY CONTACT
2263P: Security Officers
2264M: security@kernel.org
2265S: Supported
2266
2267SELINUX SECURITY MODULE
2268P: Stephen Smalley
2269M: sds@epoch.ncsc.mil
2270P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002271M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272L: linux-kernel@vger.kernel.org (kernel issues)
2273L: selinux@tycho.nsa.gov (general discussion)
2274W: http://www.nsa.gov/selinux
2275S: Supported
2276
2277SERIAL ATA (SATA) SUBSYSTEM:
2278P: Jeff Garzik
2279M: jgarzik@pobox.com
2280L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002281T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282S: Supported
2283
2284SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2285P: Pat Gefre
2286M: pfg@sgi.com
2287L: linux-ia64@vger.kernel.org
2288S: Supported
2289
2290SGI VISUAL WORKSTATION 320 AND 540
2291P: Andrey Panin
2292M: pazke@donpac.ru
2293L: linux-visws-devel@lists.sf.net
2294W: http://linux-visws.sf.net
2295S: Maintained for 2.6.
2296
2297SIMTEC EB110ATX (Chalice CATS)
2298P: Ben Dooks
2299P: Vincent Sanders
2300M: support@simtec.co.uk
2301W: http://www.simtec.co.uk/products/EB110ATX/
2302S: Supported
2303
2304SIMTEC EB2410ITX (BAST)
2305P: Ben Dooks
2306P: Vincent Sanders
2307M: support@simtec.co.uk
2308W: http://www.simtec.co.uk/products/EB2410ITX/
2309S: Supported
2310
Francois Romieu92aab3c2005-07-30 13:11:18 +02002311SIS 190 ETHERNET DRIVER
2312P: Francois Romieu
2313M: romieu@fr.zoreil.com
2314L: netdev@vger.kernel.org
2315S: Maintained
2316
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317SIS 5513 IDE CONTROLLER DRIVER
2318P: Lionel Bouton
2319M: Lionel.Bouton@inet6.fr
2320W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2321W: http://gyver.homeip.net/sis5513/index.html
2322S: Maintained
2323
2324SIS 900/7016 FAST ETHERNET DRIVER
2325P: Daniele Venzano
2326M: venza@brownhat.org
2327W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002328L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329S: Maintained
2330
2331SIS FRAMEBUFFER DRIVER
2332P: Thomas Winischhofer
2333M: thomas@winischhofer.net
2334W: http://www.winischhofer.net/linuxsisvga.shtml
2335S: Maintained
2336
2337SIS USB2VGA DRIVER
2338P: Thomas Winischhofer
2339M: thomas@winischhofer.net
2340W: http://www.winischhofer.at/linuxsisusbvga.shtml
2341S: Maintained
2342
2343SMSC47M1 HARDWARE MONITOR DRIVER
2344P: Jean Delvare
2345M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002346L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347S: Odd Fixes
2348
2349SMB FILESYSTEM
2350P: Urban Widmark
2351M: urban@teststation.com
2352W: http://samba.org/
2353L: samba@samba.org
2354S: Maintained
2355
2356SMC91x ETHERNET DRIVER
2357P: Nicolas Pitre
2358M: nico@cam.org
2359S: Maintained
2360
2361SNA NETWORK LAYER
2362P: Jay Schulist
2363M: jschlst@samba.org
2364L: linux-sna@turbolinux.com
2365W: http://www.linux-sna.org
2366S: Supported
2367
2368SOFTWARE RAID (Multiple Disks) SUPPORT
2369P: Ingo Molnar
2370M: mingo@redhat.com
2371P: Neil Brown
2372M: neilb@cse.unsw.edu.au
2373L: linux-raid@vger.kernel.org
2374S: Maintained
2375
2376SOFTWARE SUSPEND:
2377P: Pavel Machek
2378M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002379L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380S: Maintained
2381
2382SONIC NETWORK DRIVER
2383P: Thomas Bogendoerfer
2384M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002385L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Maintained
2387
2388SONY VAIO CONTROL DEVICE DRIVER
2389P: Stelian Pop
2390M: stelian@popies.net
2391W: http://popies.net/sonypi/
2392S: Maintained
2393
2394SOUND
2395P: Jaroslav Kysela
2396M: perex@suse.cz
2397L: alsa-devel@alsa-project.org
2398S: Maintained
2399
Kylene Hall1c72d462005-05-01 08:59:13 -07002400TPM DEVICE DRIVER
2401P: Kylene Hall
2402M: kjhall@us.ibm.com
2403W: http://tpmdd.sourceforge.net
2404L: tpmdd-devel@lists.sourceforge.net
2405S: Maintained
2406
Mark Gross1a80ba82005-10-30 15:02:55 -08002407Telecom Clock Driver for MCPL0010
2408P: Mark Gross
2409M: mark.gross@intel.com
2410S: Supported
2411
Chris Zankel48b415c2005-06-23 22:01:07 -07002412TENSILICA XTENSA PORT (xtensa):
2413P: Chris Zankel
2414M: chris@zankel.net
2415S: Maintained
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417UltraSPARC (sparc64):
2418P: David S. Miller
2419M: davem@davemloft.net
2420P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002421M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422P: Jakub Jelinek
2423M: jj@sunsite.ms.mff.cuni.cz
2424P: Anton Blanchard
2425M: anton@samba.org
2426L: sparclinux@vger.kernel.org
2427L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002428T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429S: Maintained
2430
2431SHARP LH SUPPORT (LH7952X & LH7A40X)
2432P: Marc Singer
2433M: elf@buici.com
2434W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002435L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436S: Maintained
2437
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002438SHPC HOTPLUG DRIVER
2439P: Kristen Carlson Accardi
2440M: kristen.c.accardi@intel.com
2441L: pcihpd-discuss@lists.sourceforge.net
2442S: Maintained
2443
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002444SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2445P: Stephen Hemminger
2446M: shemminger@osdl.org
2447L: netdev@vger.kernel.org
2448S: Maintained
2449
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450SPARC (sparc32):
2451P: William L. Irwin
2452M: wli@holomorphy.com
2453L: sparclinux@vger.kernel.org
2454S: Maintained
2455
2456SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2457P: Roger Wolff
2458M: R.E.Wolff@BitWizard.nl
2459L: linux-kernel@vger.kernel.org ?
2460S: Supported
2461
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462SRM (Alpha) environment access
2463P: Jan-Benedict Glaw
2464M: jbglaw@lug-owl.de
2465L: linux-kernel@vger.kernel.org
2466S: Maintained
2467
2468STARFIRE/DURALAN NETWORK DRIVER
2469P: Ion Badulescu
2470M: ionut@cs.columbia.edu
2471S: Maintained
2472
2473STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2474W: http://mosquitonet.Stanford.EDU/strip.html
2475S: Unsupported ?
2476
2477STRADIS MPEG-2 DECODER DRIVER
2478P: Nathan Laredo
2479M: laredo@gnu.org
2480W: http://mpeg.openprojects.net/
2481W: http://www.stradis.com/
2482S: Maintained
2483
2484SUPERH (sh)
2485P: Paul Mundt
2486M: lethal@linux-sh.org
2487P: Kazumoto Kojima
2488M: kkojima@rr.iij4u.or.jp
2489L: linux-sh@m17n.org
2490W: http://www.linux-sh.org
2491W: http://www.m17n.org/linux-sh/
2492W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2493S: Maintained
2494
2495SUPERH64 (sh64)
2496P: Paul Mundt
2497M: lethal@linux-sh.org
2498P: Richard Curnow
2499M: rc@rc0.org.uk
2500L: linuxsh-shmedia-dev@lists.sourceforge.net
2501W: http://www.linux-sh.org
2502W: http://www.rc0.org.uk/sh64
2503S: Maintained
2504
2505SUN3/3X
2506P: Sam Creasey
2507M: sammy@sammy.net
2508L: sun3-list@redhat.com
2509W: http://sammy.net/sun3/
2510S: Maintained
2511
2512SVGA HANDLING
2513P: Martin Mares
2514M: mj@ucw.cz
2515L: linux-video@atrey.karlin.mff.cuni.cz
2516S: Maintained
2517
2518SYSV FILESYSTEM
2519P: Christoph Hellwig
2520M: hch@infradead.org
2521S: Maintained
2522
2523TI PARALLEL LINK CABLE DRIVER
2524P: Romain Lievin
2525M: roms@lpg.ticalc.org
2526S: Maintained
2527
2528TLAN NETWORK DRIVER
2529P: Samuel Chessman
2530M: chessman@tux.org
2531L: tlan-devel@lists.sourceforge.net
2532W: http://sourceforge.net/projects/tlan/
2533S: Maintained
2534
2535TOKEN-RING NETWORK DRIVER
2536P: Mike Phillips
2537M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002538L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539L: linux-tr@linuxtr.net
2540W: http://www.linuxtr.net
2541S: Maintained
2542
2543TOSHIBA ACPI EXTRAS DRIVER
2544P: John Belmonte
2545M: toshiba_acpi@memebeam.org
2546W: http://memebeam.org/toys/ToshibaAcpiDriver
2547S: Maintained
2548
2549TOSHIBA SMM DRIVER
2550P: Jonathan Buzzard
2551M: jonathan@buzzard.org.uk
2552L: tlinux-users@tce.toshiba-dme.co.jp
2553W: http://www.buzzard.org.uk/toshiba/
2554S: Maintained
2555
2556TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2557P: Muli Ben-Yehuda
2558M: mulix@mulix.org
2559L: linux-kernel@vger.kernel.org
2560S: Maintained
2561
2562TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002563P: Adrian Bunk
2564M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002566W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002567T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568S: Maintained
2569
2570TMS380 TOKEN-RING NETWORK DRIVER
2571P: Adam Fritzler
2572M: mid@auk.cx
2573L: linux-tr@linuxtr.net
2574W: http://www.auk.cx/tms380tr/
2575S: Maintained
2576
2577TULIP NETWORK DRIVER
2578P: Jeff Garzik
2579M: jgarzik@pobox.com
2580L: tulip-users@lists.sourceforge.net
2581W: http://sourceforge.net/projects/tulip/
2582S: Maintained
2583
2584TUN/TAP driver
2585P: Maxim Krasnyansky
2586M: maxk@qualcomm.com, max_mk@yahoo.com
2587L: vtun@office.satix.net
2588W: http://vtun.sourceforge.net/tun
2589S: Maintained
2590
2591U14-34F SCSI DRIVER
2592P: Dario Ballabio
2593M: ballabio_dario@emc.com
2594L: linux-scsi@vger.kernel.org
2595S: Maintained
2596
2597UDF FILESYSTEM
2598P: Ben Fennema
2599M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600W: http://linux-udf.sourceforge.net
2601S: Maintained
2602
2603UNIFORM CDROM DRIVER
2604P: Jens Axboe
2605M: axboe@suse.de
2606L: linux-kernel@vger.kernel.org
2607W: http://www.kernel.dk
2608S: Maintained
2609
2610USB ACM DRIVER
2611P: Oliver Neukum
2612M: oliver@neukum.name
2613L: linux-usb-users@lists.sourceforge.net
2614L: linux-usb-devel@lists.sourceforge.net
2615S: Maintained
2616
2617USB BLOCK DRIVER (UB ub)
2618P: Pete Zaitcev
2619M: zaitcev@redhat.com
2620L: linux-kernel@vger.kernel.org
2621L: linux-usb-devel@lists.sourceforge.net
2622S: Supported
2623
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624USB CDC ETHERNET DRIVER
2625P: Greg Kroah-Hartman
2626M: greg@kroah.com
2627L: linux-usb-users@lists.sourceforge.net
2628L: linux-usb-devel@lists.sourceforge.net
2629S: Maintained
2630W: http://www.kroah.com/linux-usb/
2631
2632USB EHCI DRIVER
2633P: David Brownell
2634M: dbrownell@users.sourceforge.net
2635L: linux-usb-devel@lists.sourceforge.net
2636S: Maintained
2637
2638USB HID/HIDBP DRIVERS
2639P: Vojtech Pavlik
2640M: vojtech@suse.cz
2641L: linux-usb-users@lists.sourceforge.net
2642L: linux-usb-devel@lists.sourceforge.net
2643S: Maintained
2644
2645USB HUB DRIVER
2646P: Johannes Erdfelt
2647M: johannes@erdfelt.com
2648L: linux-usb-users@lists.sourceforge.net
2649L: linux-usb-devel@lists.sourceforge.net
2650S: Maintained
2651
Olav Kongas959eea22005-11-03 17:38:14 +02002652USB ISP116X DRIVER
2653P: Olav Kongas
2654M: ok@artecdesign.ee
2655L: linux-usb-devel@lists.sourceforge.net
2656S: Maintained
2657
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658USB KAWASAKI LSI DRIVER
2659P: Oliver Neukum
2660M: oliver@neukum.name
2661L: linux-usb-users@lists.sourceforge.net
2662L: linux-usb-devel@lists.sourceforge.net
2663S: Maintained
2664
2665USB MASS STORAGE DRIVER
2666P: Matthew Dharm
2667M: mdharm-usb@one-eyed-alien.net
2668L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002669L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670S: Maintained
2671W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2672
2673USB OHCI DRIVER
2674P: Roman Weissgaerber
2675M: weissg@vienna.at
2676L: linux-usb-users@lists.sourceforge.net
2677L: linux-usb-devel@lists.sourceforge.net
2678S: Maintained
2679
Matthias Urlichsba460e42005-07-14 00:33:47 -07002680USB OPTION-CARD DRIVER
2681P: Matthias Urlichs
2682M: smurf@smurf.noris.de
2683L: linux-usb-devel@lists.sourceforge.net
2684S: Maintained
2685
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686USB OV511 DRIVER
2687P: Mark McClelland
2688M: mmcclell@bigfoot.com
2689L: linux-usb-users@lists.sourceforge.net
2690L: linux-usb-devel@lists.sourceforge.net
2691W: http://alpha.dyndns.org/ov511/
2692S: Maintained
2693
2694USB PEGASUS DRIVER
2695P: Petko Manolov
2696M: petkan@users.sourceforge.net
2697L: linux-usb-users@lists.sourceforge.net
2698L: linux-usb-devel@lists.sourceforge.net
2699W: http://pegasus2.sourceforge.net/
2700S: Maintained
2701
2702USB PRINTER DRIVER
2703P: Vojtech Pavlik
2704M: vojtech@suse.cz
2705L: linux-usb-users@lists.sourceforge.net
2706L: linux-usb-devel@lists.sourceforge.net
2707S: Maintained
2708
2709USB RTL8150 DRIVER
2710P: Petko Manolov
2711M: petkan@users.sourceforge.net
2712L: linux-usb-users@lists.sourceforge.net
2713L: linux-usb-devel@lists.sourceforge.net
2714W: http://pegasus2.sourceforge.net/
2715S: Maintained
2716
2717USB SE401 DRIVER
2718P: Jeroen Vreeken
2719M: pe1rxq@amsat.org
2720L: linux-usb-users@lists.sourceforge.net
2721L: linux-usb-devel@lists.sourceforge.net
2722W: http://www.chello.nl/~j.vreeken/se401/
2723S: Maintained
2724
2725USB SERIAL CYBERJACK DRIVER
2726P: Matthias Bruestle and Harald Welte
2727M: support@reiner-sct.com
2728W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2729S: Maintained
2730
2731USB SERIAL DIGI ACCELEPORT DRIVER
2732P: Peter Berger and Al Borchers
2733M: pberger@brimson.com
2734M: alborchers@steinerpoint.com
2735L: linux-usb-users@lists.sourceforge.net
2736L: linux-usb-devel@lists.sourceforge.net
2737S: Maintained
2738
2739USB SERIAL DRIVER
2740P: Greg Kroah-Hartman
2741M: gregkh@suse.de
2742L: linux-usb-users@lists.sourceforge.net
2743L: linux-usb-devel@lists.sourceforge.net
2744S: Supported
2745
2746USB SERIAL BELKIN F5U103 DRIVER
2747P: William Greathouse
2748M: wgreathouse@smva.com
2749L: linux-usb-users@lists.sourceforge.net
2750L: linux-usb-devel@lists.sourceforge.net
2751S: Maintained
2752
2753USB SERIAL CYPRESS M8 DRIVER
2754P: Lonnie Mendez
2755M: dignome@gmail.com
2756L: linux-usb-users@lists.sourceforge.net
2757L: linux-usb-devel@lists.sourceforge.net
2758S: Maintained
2759W: http://geocities.com/i0xox0i
2760W: http://firstlight.net/cvs
2761
2762USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2763L: linux-usb-users@lists.sourceforge.net
2764L: linux-usb-devel@lists.sourceforge.net
2765S: Maintained
2766
2767USB AUERSWALD DRIVER
2768P: Wolfgang Muees
2769M: wolfgang@iksw-muees.de
2770L: linux-usb-users@lists.sourceforge.net
2771L: linux-usb-devel@lists.sourceforge.net
2772S: Maintained
2773
2774USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2775P: Gary Brubaker
2776M: xavyer@ix.netcom.com
2777L: linux-usb-users@lists.sourceforge.net
2778L: linux-usb-devel@lists.sourceforge.net
2779S: Maintained
2780
2781USB SERIAL KEYSPAN DRIVER
2782P: Greg Kroah-Hartman
2783M: greg@kroah.com
2784L: linux-usb-users@lists.sourceforge.net
2785L: linux-usb-devel@lists.sourceforge.net
2786W: http://www.kroah.com/linux/
2787S: Maintained
2788
2789USB SERIAL WHITEHEAT DRIVER
2790P: Stuart MacDonald
2791M: stuartm@connecttech.com
2792L: linux-usb-users@lists.sourceforge.net
2793L: linux-usb-devel@lists.sourceforge.net
2794W: http://www.connecttech.com
2795S: Supported
2796
2797USB SN9C10x DRIVER
2798P: Luca Risolia
2799M: luca.risolia@studio.unibo.it
2800L: linux-usb-devel@lists.sourceforge.net
2801W: http://www.linux-projects.org
2802S: Maintained
2803
2804USB SUBSYSTEM
2805P: Greg Kroah-Hartman
2806M: gregkh@suse.de
2807L: linux-usb-users@lists.sourceforge.net
2808L: linux-usb-devel@lists.sourceforge.net
2809W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002810T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811S: Supported
2812
2813USB UHCI DRIVER
2814P: Alan Stern
2815M: stern@rowland.harvard.edu
2816L: linux-usb-users@lists.sourceforge.net
2817L: linux-usb-devel@lists.sourceforge.net
2818S: Maintained
2819
2820USB "USBNET" DRIVER
2821P: David Brownell
2822M: dbrownell@users.sourceforge.net
2823L: linux-usb-devel@lists.sourceforge.net
2824S: Maintained
2825
2826USB W996[87]CF DRIVER
2827P: Luca Risolia
2828M: luca.risolia@studio.unibo.it
2829L: linux-usb-devel@lists.sourceforge.net
2830W: http://www.linux-projects.org
2831S: Maintained
2832
2833USB ZD1201 DRIVER
2834P: Jeroen Vreeken
2835M: pe1rxq@amsat.org
2836L: linux-usb-users@lists.sourceforge.net
2837L: linux-usb-devel@lists.sourceforge.net
2838W: http://linux-lc100020.sourceforge.net
2839S: Maintained
2840
2841USER-MODE LINUX
2842P: Jeff Dike
2843M: jdike@karaya.com
2844L: user-mode-linux-devel@lists.sourceforge.net
2845L: user-mode-linux-user@lists.sourceforge.net
2846W: http://user-mode-linux.sourceforge.net
2847S: Maintained
2848
2849FAT/VFAT/MSDOS FILESYSTEM:
2850P: OGAWA Hirofumi
2851M: hirofumi@mail.parknet.co.jp
2852L: linux-kernel@vger.kernel.org
2853S: Maintained
2854
2855VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2856P: Jeff Garzik
2857S: Odd fixes
2858
2859VIA RHINE NETWORK DRIVER
2860P: Roger Luethi
2861M: rl@hellgate.ch
2862S: Maintained
2863
Jean Delvare32c0a522005-09-22 21:47:58 +02002864VIAPRO SMBUS DRIVER
2865P: Jean Delvare
2866M: khali@linux-fr.org
2867L: lm-sensors@lm-sensors.org
2868S: Maintained
2869
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870UCLINUX (AND M68KNOMMU)
2871P: Greg Ungerer
2872M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002874L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875S: Maintained
2876
2877UCLINUX FOR NEC V850
2878P: Miles Bader
2879M: uclinux-v850@lsi.nec.co.jp
2880W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2881W: http://www.ee.nec.de/uclinux/
2882S: Supported
2883
2884UCLINUX FOR RENESAS H8/300
2885P: Yoshinori Sato
2886M: ysato@users.sourceforge.jp
2887W: http://uclinux-h8.sourceforge.jp/
2888S: Supported
2889
2890USB DIAMOND RIO500 DRIVER
2891P: Cesar Miquel
2892M: miquel@df.uba.ar
2893L: rio500-users@lists.sourceforge.net
2894W: http://rio500.sourceforge.net
2895S: Maintained
2896
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002897V9FS FILE SYSTEM
2898P: Eric Van Hensbergen
2899M: ericvh@gmail.com
2900P: Ron Minnich
2901M: rminnich@lanl.gov
2902P: Latchesar Ionkov
2903M: lucho@ionkov.net
2904L: v9fs-developer@lists.sourceforge.net
2905W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002906T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002907S: Maintained
2908
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002910P: Mauro Carvalho Chehab
2911M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002913W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002914T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002915S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916
Roger Lucas1de9e372005-11-26 20:20:05 +01002917VT8231 HARDWARE MONITOR DRIVER
2918P: Roger Lucas
2919M: roger@planbit.co.uk
2920L: lm-sensors@lm-sensors.org
2921S: Maintained
2922
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923W1 DALLAS'S 1-WIRE BUS
2924P: Evgeniy Polyakov
2925M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002926L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927S: Maintained
2928
2929W83L51xD SD/MMC CARD INTERFACE DRIVER
2930P: Pierre Ossman
2931M: drzeus-wbsd@drzeus.cx
2932L: wbsd-devel@list.drzeus.cx
2933W: http://projects.drzeus.cx/wbsd
2934S: Maintained
2935
2936W83L785TS HARDWARE MONITOR DRIVER
2937P: Jean Delvare
2938M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002939L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940S: Odd Fixes
2941
2942WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2943P: Nenad Corbic
2944M: ncorbic@sangoma.com
2945M: dm@sangoma.com
2946W: http://www.sangoma.com
2947S: Supported
2948
2949WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2950P: Jean Tourrilhes
2951M: jt@hpl.hp.com
2952W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2953S: Maintained
2954
2955WD7000 SCSI DRIVER
2956P: Miroslav Zagorac
2957M: zaga@fly.cc.fer.hr
2958L: linux-scsi@vger.kernel.org
2959S: Maintained
2960
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05002961WISTRON LAPTOP BUTTON DRIVER
2962P: Miloslav Trmac
2963M: mitr@volny.cz
2964S: Maintained
2965
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966WL3501 WIRELESS PCMCIA CARD DRIVER
2967P: Arnaldo Carvalho de Melo
2968M: acme@conectiva.com.br
2969W: http://advogato.org/person/acme
2970S: Maintained
2971
2972X.25 NETWORK LAYER
2973P: Henner Eisen
2974M: eis@baty.hanse.de
2975L: linux-x25@vger.kernel.org
2976S: Maintained
2977
2978XFS FILESYSTEM
2979P: Silicon Graphics Inc
2980M: xfs-masters@oss.sgi.com
2981M: nathans@sgi.com
2982L: linux-xfs@oss.sgi.com
2983W: http://oss.sgi.com/projects/xfs
2984S: Supported
2985
2986X86 3-LEVEL PAGING (PAE) SUPPORT
2987P: Ingo Molnar
2988M: mingo@redhat.com
2989S: Maintained
2990
2991X86-64 port
2992P: Andi Kleen
2993M: ak@suse.de
2994L: discuss@x86-64.org
2995W: http://www.x86-64.org
2996S: Maintained
2997
2998YAM DRIVER FOR AX.25
2999P: Jean-Paul Roubelat
3000M: jpr@f6fbb.org
3001L: linux-hams@vger.kernel.org
3002S: Maintained
3003
Henkaf64a5e2005-10-12 15:02:56 +02003004YEALINK PHONE DRIVER
3005P: Henk Vergonet
3006M: Henk.Vergonet@gmail.com
3007L: usbb2k-api-dev@nongnu.org
3008S: Maintained
3009
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3011P: Pete Zaitcev
3012M: zaitcev@yahoo.com
3013L: linux-kernel@vger.kernel.org
3014S: Obsolete
3015
3016Z8530 DRIVER FOR AX.25
3017P: Joerg Reuter
3018M: jreuter@yaina.de
3019W: http://yaina.de/jreuter/
3020W: http://www.qsl.net/dl1bke/
3021L: linux-hams@vger.kernel.org
3022S: Maintained
3023
3024ZF MACHZ WATCHDOG
3025P: Fernando Fuganti
3026M: fuganti@netbank.com.br
3027W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3028S: Maintained
3029
3030ZR36067 VIDEO FOR LINUX DRIVER
3031P: Ronald Bultje
3032M: rbultje@ronald.bitfreak.net
3033L: mjpeg-users@lists.sourceforge.net
3034W: http://mjpeg.sourceforge.net/driver-zoran/
3035S: Maintained
3036
3037ZR36120 VIDEO FOR LINUX DRIVER
3038P: Pauline Middelink
3039M: middelin@polyware.nl
3040W: http://www.polyware.nl/~middelin/En/hobbies.html
3041W: http://www.polyware.nl/~middelin/hobbies.html
3042S: Maintained
3043
3044THE REST
3045P: Linus Torvalds
3046S: Buried alive in reporters