blob: 513f3b6c35b964b5d09f815b39b8c57822df1e5d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080061T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070078L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070086S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700147L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148S: Maintained
149
150A2232 SERIAL BOARD DRIVER
151P: Enver Haase
152M: ehaase@inf.fu-berlin.de
153M: A2232@gmx.net
154L: linux-m68k@lists.linux-m68k.org
155S: Maintained
156
157AIO
158P: Benjamin LaHaise
159M: bcrl@kvack.org
160L: linux-aio@kvack.org
161S: Supported
162
163ACENIC DRIVER
164P: Jes Sorensen
165M: jes@trained-monkey.org
166L: linux-acenic@sunsite.dk
167S: Maintained
168
169ACI MIXER DRIVER
170P: Robert Siemer
171M: Robert.Siemer@gmx.de
172L: linux-sound@vger.kernel.org
173W: http://www.stud.uni-karlsruhe.de/~uh1b/
174S: Maintained
175
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176AACRAID SCSI RAID DRIVER
177P: Adaptec OEM Raid Solutions
178L: linux-scsi@vger.kernel.org
179W: http://linux.dell.com/storage.shtml
180S: Supported
181
182ACPI
183P: Len Brown
184M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500185L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800187T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188S: Maintained
189
190AD1816 SOUND DRIVER
191P: Thorsten Knabe
192M: Thorsten Knabe <linux@thorsten-knabe.de>
193W: http://linux.thorsten-knabe.de
194S: Maintained
195
Kyle McMartin6958ae32005-10-21 23:11:27 -0400196AD1889 SOUND DRIVER
197P: Kyle McMartin
198M: kyle@parisc-linux.org
199P: Thibaut Varene
200M: T-Bone@parisc-linux.org
201W: http://wiki.parisc-linux.org/AD1889
202L: parisc-linux@lists.parisc-linux.org
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205ADM1025 HARDWARE MONITOR DRIVER
206P: Jean Delvare
207M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200208L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Maintained
210
211ADT746X FAN DRIVER
212P: Colin Leroy
213M: colin@colino.net
214S: Maintained
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216AEDSP16 DRIVER
217P: Riccardo Facchetti
218M: fizban@tin.it
219S: Maintained
220
221AFFS FILE SYSTEM
222P: Roman Zippel
223M: zippel@linux-m68k.org
224S: Maintained
225
226AGPGART DRIVER
227P: Dave Jones
228M: davej@codemonkey.org.uk
229W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800230T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231S: Maintained
232
233AHA152X SCSI DRIVER
234P: Juergen E. Fischer
235M: Juergen Fischer <fischer@norbit.de>
236L: linux-scsi@vger.kernel.org
237S: Maintained
238
239ALCATEL SPEEDTOUCH USB DRIVER
240P: Duncan Sands
241M: duncan.sands@free.fr
242L: linux-usb-users@lists.sourceforge.net
243L: linux-usb-devel@lists.sourceforge.net
244W: http://www.linux-usb.org/SpeedTouch/
245S: Maintained
246
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000247ALI1563 I2C DRIVER
248P: Rudolf Marek
249M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200250L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000251S: Maintained
252
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253ALPHA PORT
254P: Richard Henderson
255M: rth@twiddle.net
256S: Odd Fixes for 2.4; Maintained for 2.6.
257P: Ivan Kokshaysky
258M: ink@jurassic.park.msu.ru
259S: Maintained for 2.4; PCI support for 2.6.
260
Jordan Crousef90b8112006-01-06 00:12:14 -0800261AMD GEODE PROCESSOR/CHIPSET SUPPORT
262P: Jordan Crouse
263M: info-linux@geode.amd.com
264L: info-linux@geode.amd.com
265W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
266S: Supported
267
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268APM DRIVER
269P: Stephen Rothwell
270M: sfr@canb.auug.org.au
271L: linux-laptop@vger.kernel.org
272W: http://www.canb.auug.org.au/~sfr/
273S: Supported
274
275APPLETALK NETWORK LAYER
276P: Arnaldo Carvalho de Melo
277M: acme@conectiva.com.br
278S: Maintained
279
Jaya Kumar1154ea72005-06-21 17:17:04 -0700280ARC FRAMEBUFFER DRIVER
281P: Jaya Kumar
282M: jayalk@intworks.biz
283S: Maintained
284
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285ARM26 ARCHITECTURE
286P: Ian Molton
287M: spyro@f2s.com
288S: Maintained
289
290ARM26/ARCHIMEDES
291P: Ian Molton
292M: spyro@f2s.com
293S: Maintained
294
295ARM26/A5000
296P: John Appleby
297M: john@dnsworld.co.uk
298S: Maintained
299
300ARM MFM AND FLOPPY DRIVERS
301P: Ian Molton
302M: spyro@f2s.com
303S: Maintained
304
305ARM/CORGI MACHINE SUPPORT
306P: Richard Purdie
307M: rpurdie@rpsys.net
308S: Maintained
309
Dirk Opfer8459c152005-11-06 14:27:52 +0000310ARM/TOSA MACHINE SUPPORT
311P: Dirk Opfer
312M: dirk@opfer-online.de
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315ARM/PLEB SUPPORT
316P: Peter Chubb
317M: pleb@gelato.unsw.edu.au
318W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
319S: Maintained
320
321ARM/PT DIGITAL BOARD PORT
322P: Stefan Eletzhofer
323M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700324L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.arm.linux.org.uk/
326S: Maintained
327
328ARM/SHARK MACHINE SUPPORT
329P: Alexander Schulz
330M: alex@shark-linux.de
331W: http://www.shark-linux.de/shark.html
332S: Maintained
333
334ARM/STRONGARM110 PORT
335P: Russell King
336M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700337L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338W: http://www.arm.linux.org.uk/
339S: Maintained
340
341ARM/S3C2410 ARM ARCHITECTURE
342P: Ben Dooks
343M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700344L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345W: http://www.fluff.org/ben/linux/
346S: Maintained
347
348ARM/S3C2440 ARM ARCHITECTURE
349P: Ben Dooks
350M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700351L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.fluff.org/ben/linux/
353S: Maintained
354
355ARPD SUPPORT
356P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700357L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358S: Maintained
359
360ASUS ACPI EXTRAS DRIVER
361P: Karol Kozimor
362M: sziwan@users.sourceforge.net
363P: Julien Lerouge
364M: julien.lerouge@free.fr
365L: acpi4asus-user@lists.sourceforge.net
366W: http://sourceforge.net/projects/acpi4asus
367W: http://julien.lerouge.free.fr
368S: Maintained
369
370ATA OVER ETHERNET DRIVER
371P: Ed L. Cashin
372M: ecashin@coraid.com
373W: http://www.coraid.com/support/linux
374S: Supported
375
376ATM
377P: Chas Williams
378M: chas@cmf.nrl.navy.mil
379L: linux-atm-general@lists.sourceforge.net
380W: http://linux-atm.sourceforge.net
381S: Maintained
382
383ATMEL WIRELESS DRIVER
384P: Simon Kelley
385M: simon@thekelleys.org.uk
386W: http://www.thekelleys.org.uk/atmel
387W: http://atmelwlandriver.sourceforge.net/
388S: Maintained
389
Chris Wrighta92b7b82005-07-07 18:12:23 -0700390AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100391P: David Woodhouse
392M: dwmw2@infradead.org
393L: linux-audit@redhat.com
394W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800395T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700396S: Maintained
397
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398AX.25 NETWORK LAYER
399P: Ralf Baechle
400M: ralf@linux-mips.org
401L: linux-hams@vger.kernel.org
402S: Maintained
403
404BAYCOM/HDLCDRV DRIVERS FOR AX.25
405P: Thomas Sailer
406M: t.sailer@alumni.ethz.ch
407L: linux-hams@vger.kernel.org
408W: http://www.baycom.org/~tom/ham/ham.html
409S: Maintained
410
411BEFS FILE SYSTEM
412P: Sergey S. Kostyliov
413M: rathamahata@php4.ru
414L: linux-kernel@vger.kernel.org
415S: Maintained
416
417BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
418P: Kenji Hollis
419W: http://ftp.bitgate.com/pcwd/
420S: Maintained
421
422BFS FILE SYSTEM
423P: Tigran A. Aivazian
424M: tigran@veritas.com
425L: linux-kernel@vger.kernel.org
426S: Maintained
427
428BLOCK LAYER
429P: Jens Axboe
430M: axboe@suse.de
431L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800432T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433S: Maintained
434
435BLUETOOTH SUBSYSTEM
436P: Marcel Holtmann
437M: marcel@holtmann.org
438P: Maxim Krasnyansky
439M: maxk@qualcomm.com
440L: bluez-devel@lists.sf.net
441W: http://bluez.sf.net
442W: http://www.bluez.org
443W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800444T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445S: Maintained
446
447BLUETOOTH RFCOMM LAYER
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452S: Maintained
453
454BLUETOOTH BNEP LAYER
455P: Marcel Holtmann
456M: marcel@holtmann.org
457P: Maxim Krasnyansky
458M: maxk@qualcomm.com
459S: Maintained
460
461BLUETOOTH CMTP LAYER
462P: Marcel Holtmann
463M: marcel@holtmann.org
464S: Maintained
465
466BLUETOOTH HIDP LAYER
467P: Marcel Holtmann
468M: marcel@holtmann.org
469S: Maintained
470
471BLUETOOTH HCI UART DRIVER
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476S: Maintained
477
478BLUETOOTH HCI USB DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481P: Maxim Krasnyansky
482M: maxk@qualcomm.com
483S: Maintained
484
485BLUETOOTH HCI BCM203X DRIVER
486P: Marcel Holtmann
487M: marcel@holtmann.org
488S: Maintained
489
490BLUETOOTH HCI BPA10X DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493S: Maintained
494
495BLUETOOTH HCI BFUSB DRIVER
496P: Marcel Holtmann
497M: marcel@holtmann.org
498S: Maintained
499
500BLUETOOTH HCI DTL1 DRIVER
501P: Marcel Holtmann
502M: marcel@holtmann.org
503S: Maintained
504
505BLUETOOTH HCI BLUECARD DRIVER
506P: Marcel Holtmann
507M: marcel@holtmann.org
508S: Maintained
509
510BLUETOOTH HCI BT3C DRIVER
511P: Marcel Holtmann
512M: marcel@holtmann.org
513S: Maintained
514
515BLUETOOTH HCI BTUART DRIVER
516P: Marcel Holtmann
517M: marcel@holtmann.org
518S: Maintained
519
520BLUETOOTH HCI VHCI DRIVER
521P: Maxim Krasnyansky
522M: maxk@qualcomm.com
523S: Maintained
524
525BONDING DRIVER
526P: Chad Tindel
527M: ctindel@users.sourceforge.net
528P: Jay Vosburgh
529M: fubar@us.ibm.com
530L: bonding-devel@lists.sourceforge.net
531W: http://sourceforge.net/projects/bonding/
532S: Supported
533
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000534BROADBAND PROCESSOR ARCHITECTURE
535P: Arnd Bergmann
536M: arnd@arndb.de
537L: linuxppc64-dev@ozlabs.org
538W: http://linuxppc64.org
539S: Supported
540
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700542P: Mauro Carvalho Chehab
543M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700545W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200546T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700547S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549COMMON INTERNET FILE SYSTEM (CIFS)
550P: Steve French
551M: sfrench@samba.org
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 Jacksoned90fb42005-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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692DAMA SLAVE for AX.25
693P: Joerg Reuter
694M: jreuter@yaina.de
695W: http://yaina.de/jreuter/
696W: http://www.qsl.net/dl1bke/
697L: linux-hams@vger.kernel.org
698S: Maintained
699
700DC395x SCSI driver
701P: Oliver Neukum
702M: oliver@neukum.name
703P: Ali Akcaagac
704M: aliakc@web.de
705P: Jamie Lenehan
706M: lenehan@twibble.org
707W: http://twibble.org/dist/dc395x/
708L: http://lists.twibble.org/mailman/listinfo/dc395x/
709S: Maintained
710
711DC390/AM53C974 SCSI driver
712P: Kurt Garloff
713M: garloff@suse.de
714W: http://www.garloff.de/kurt/linux/dc390/
715P: Guennadi Liakhovetski
716M: g.liakhovetski@gmx.de
717S: Maintained
718
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700719DCCP PROTOCOL
720P: Arnaldo Carvalho de Melo
721M: acme@mandriva.com
722L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800723W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700724S: Maintained
725
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726DECnet NETWORK LAYER
727P: Patrick Caulfield
728M: patrick@tykepenguin.com
729W: http://linux-decnet.sourceforge.net
730L: linux-decnet-user@lists.sourceforge.net
731S: Maintained
732
733DEFXX FDDI NETWORK DRIVER
734P: Maciej W. Rozycki
735M: macro@linux-mips.org
736S: Maintained
737
738DELL LAPTOP SMM DRIVER
739P: Massimo Dal Zotto
740M: dz@debian.org
741W: http://www.debian.org/~dz/i8k/
742S: Maintained
743
Doug Warzecha90563ec2005-09-06 15:17:15 -0700744DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
745P: Doug Warzecha
746M: Douglas_Warzecha@dell.com
747S: Maintained
748
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749DEVICE-MAPPER
750P: Alasdair Kergon
751L: dm-devel@redhat.com
752W: http://sources.redhat.com/dm
753S: Maintained
754
755DEVICE NUMBER REGISTRY
756P: Torben Mathiasen
757M: device@lanana.org
758W: http://lanana.org/docs/device-list/index.html
759L: linux-kernel@vger.kernel.org
760S: Maintained
761
762DEVICE FILESYSTEM
763S: Obsolete
764
765DIGI INTL. EPCA DRIVER
766P: Digi International, Inc
767M: Eng.Linux@digi.com
768L: Eng.Linux@digi.com
769W: http://www.digi.com
770S: Orphaned
771
772DIGI RIGHTSWITCH NETWORK DRIVER
773P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700774L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775W: http://www.digi.com
776S: Orphaned
777
778DIRECTORY NOTIFICATION
779P: Stephen Rothwell
780M: sfr@canb.auug.org.au
781L: linux-kernel@vger.kernel.org
782S: Supported
783
784DISK GEOMETRY AND PARTITION HANDLING
785P: Andries Brouwer
786M: aeb@cwi.nl
787W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
788W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
789W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
790S: Maintained
791
792DISKQUOTA:
793P: Jan Kara
794M: jack@suse.cz
795L: linux-kernel@vger.kernel.org
796S: Maintained
797
798DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
799P: Tobias Ringstrom
800M: tori@unhappy.mine.nu
801L: linux-kernel@vger.kernel.org
802S: Maintained
803
Martin Waitzba483d52005-06-17 13:20:59 -0700804DOCBOOK FOR DOCUMENTATION
805P: Martin Waitz
806M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800807T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700808S: Maintained
809
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810DOUBLETALK DRIVER
811P: James R. Van Zandt
812M: jrv@vanzandt.mv.com
813L: blinux-list@redhat.com
814S: Maintained
815
816DRIVER CORE, KOBJECTS, AND SYSFS
817P: Greg Kroah-Hartman
818M: gregkh@suse.de
819L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800820T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821S: Supported
822
823DRM DRIVERS
824P: David Airlie
825M: airlied@linux.ie
826L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800827T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828S: Maintained
829
830DSCC4 DRIVER
831P: François Romieu
832M: romieu@cogenit.fr
833M: romieu@ensta.fr
834S: Maintained
835
836DVB SUBSYSTEM AND DRIVERS
837P: LinuxTV.org Project
838M: linux-dvb-maintainer@linuxtv.org
839L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200840W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200841T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842S: Supported
843
844EATA-DMA SCSI DRIVER
845P: Michael Neuffer
846L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
847S: Maintained
848
849EATA ISA/EISA/PCI SCSI DRIVER
850P: Dario Ballabio
851M: ballabio_dario@emc.com
852L: linux-scsi@vger.kernel.org
853S: Maintained
854
855EATA-PIO SCSI DRIVER
856P: Michael Neuffer
857M: mike@i-Connect.Net
858L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
859S: Maintained
860
861EBTABLES
862P: Bart De Schuymer
863M: bart.de.schuymer@pandora.be
864L: ebtables-user@lists.sourceforge.net
865L: ebtables-devel@lists.sourceforge.net
866W: http://ebtables.sourceforge.net/
867S: Maintained
868
869EEPRO100 NETWORK DRIVER
870P: Andrey V. Savochkin
871M: saw@saw.sw.com.sg
872S: Maintained
873
874EMU10K1 SOUND DRIVER
875P: James Courtier-Dutton
876M: James@superbug.demon.co.uk
877L: emu10k1-devel@lists.sourceforge.net
878W: http://sourceforge.net/projects/emu10k1/
879S: Maintained
880
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400881EMULEX LPFC FC SCSI DRIVER
882P: James Smart
883M: james.smart@emulex.com
884L: linux-scsi@vger.kernel.org
885W: http://sourceforge.net/projects/lpfcxxxx
886S: Supported
887
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888EPSON 1355 FRAMEBUFFER DRIVER
889P: Christopher Hoover
890M: ch@murgatroid.com, ch@hpl.hp.com
891S: Maintained
892
893ETHEREXPRESS-16 NETWORK DRIVER
894P: Philip Blundell
895M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700896L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897S: Maintained
898
899ETHERNET BRIDGE
900P: Stephen Hemminger
901M: shemminger@osdl.org
902L: bridge@osdl.org
903W: http://bridge.sourceforge.net/
904S: Maintained
905
906ETHERTEAM 16I DRIVER
907P: Mika Kuoppala
908M: miku@iki.fi
909S: Maintained
910
911EXT2 FILE SYSTEM
912L: ext2-devel@lists.sourceforge.net
913S: Maintained
914
915EXT3 FILE SYSTEM
916P: Stephen Tweedie, Andrew Morton
917M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
918L: ext3-users@redhat.com
919S: Maintained
920
921FARSYNC SYNCHRONOUS DRIVER
922P: Kevin Curtis
923M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924W: http://www.farsite.co.uk/
925S: Supported
926
927FRAMEBUFFER LAYER
928P: Antonino Daplas
929M: adaplas@pol.net
930L: linux-fbdev-devel@lists.sourceforge.net
931W: http://linux-fbdev.sourceforge.net/
932S: Maintained
933
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300934FREESCALE SOC FS_ENET DRIVER
935P: Pantelis Antoniou
936M: pantelis.antoniou@gmail.com
937P: Vitaly Bordug
938M: vbordug@ru.mvista.com
939L: linuxppc-embedded@ozlabs.org
940L: netdev@vger.kernel.org
941S: Maintained
942
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943FILE LOCKING (flock() and fcntl()/lockf())
944P: Matthew Wilcox
945M: matthew@wil.cx
946L: linux-fsdevel@vger.kernel.org
947S: Maintained
948
949FILESYSTEMS (VFS and infrastructure)
950P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100951M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952S: Maintained
953
954FIRMWARE LOADER (request_firmware)
955L: linux-kernel@vger.kernel.org
956S: Orphan
957
958FPU EMULATOR
959P: Bill Metzenthen
960M: billm@suburbia.net
961W: http://suburbia.net/~billm/floating-point/emulator/
962S: Maintained
963
964FRAME RELAY DLCI/FRAD (Sangoma drivers too)
965P: Mike McLagan
966M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700967L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968S: Maintained
969
970FREEVXFS FILESYSTEM
971P: Christoph Hellwig
972M: hch@infradead.org
973W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
974S: Maintained
975
976FUJITSU FR-V PORT
977P: David Howells
978M: dhowells@redhat.com
979S: Maintained
980
981FTAPE/QIC-117
982L: linux-tape@vger.kernel.org
983W: http://sourceforge.net/projects/ftape
984S: Orphan
985
Miklos Szeredi04578f12005-09-09 13:10:22 -0700986FUSE: FILESYSTEM IN USERSPACE
987P: Miklos Szeredi
988M: miklos@szeredi.hu
989L: fuse-devel@lists.sourceforge.net
990W: http://fuse.sourceforge.net/
991S: Maintained
992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
994P: Rik Faith
995M: faith@cs.unc.edu
996L: linux-scsi@vger.kernel.org
997S: Odd fixes (e.g., new signatures)
998
999GDT SCSI DISK ARRAY CONTROLLER DRIVER
1000P: Achim Leubner
1001M: achim_leubner@adaptec.com
1002L: linux-scsi@vger.kernel.org
1003W: http://www.icp-vortex.com/
1004S: Supported
1005
1006GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1007P: Krzysztof Halasa
1008M: khc@pm.waw.pl
1009W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1010S: Maintained
1011
Jean Delvare5b543962005-08-15 19:51:02 +02001012HARDWARE MONITORING
1013P: Jean Delvare
1014M: khali@linux-fr.org
1015L: lm-sensors@lm-sensors.org
1016W: http://www.lm-sensors.nu/
1017S: Maintained
1018
Robert Love860e1d62005-08-31 23:57:59 -04001019HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1020P: Robert Love
1021M: rlove@rlove.org
1022M: linux-kernel@vger.kernel.org
1023W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1024S: Maintained
1025
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026HARMONY SOUND DRIVER
1027P: Kyle McMartin
1028M: kyle@parisc-linux.org
1029W: http://www.parisc-linux.org/~kyle/harmony/
1030L: parisc-linux@lists.parisc-linux.org
1031S: Maintained
1032
1033HAYES ESP SERIAL DRIVER
1034P: Andrew J. Robinson
1035M: arobinso@nyx.net
1036L: linux-kernel@vger.kernel.org
1037W: http://www.nyx.net/~arobinso
1038S: Maintained
1039
1040HFS FILESYSTEM
1041P: Roman Zippel
1042M: zippel@linux-m68k.org
1043L: linux-kernel@vger.kernel.org
1044S: Maintained
1045
1046HGA FRAMEBUFFER DRIVER
1047P: Ferenc Bakonyi
1048M: fero@drama.obuda.kando.hu
1049L: linux-nvidia@lists.surfsouth.com
1050W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1051S: Maintained
1052
1053HIGH-SPEED SCC DRIVER FOR AX.25
1054P: Klaus Kudielka
1055M: klaus.kudielka@ieee.org
1056L: linux-hams@vger.kernel.org
1057W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1058S: Maintained
1059
1060HIPPI
1061P: Jes Sorensen
1062M: jes@trained-monkey.org
1063L: linux-hippi@sunsite.dk
1064S: Maintained
1065
1066HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1067P: Chirag Kantharia
1068M: chirag.kantharia@hp.com
1069L: iss_storagedev@hp.com
1070S: Maintained
1071
1072HEWLETT-PACKARD SMART2 RAID DRIVER
1073P: Chirag Kantharia
1074M: chirag.kantharia@hp.com
1075L: iss_storagedev@hp.com
1076S: Maintained
1077
1078HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1079P: Mike Miller
1080M: mike.miller@hp.com
1081L: iss_storagedev@hp.com
1082S: Supported
1083
Jouni Malinenff1d2762005-05-12 22:54:16 -04001084HOST AP DRIVER
1085P: Jouni Malinen
1086M: jkmaline@cc.hut.fi
1087L: hostap@shmoo.com
1088W: http://hostap.epitest.fi/
1089S: Maintained
1090
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1092P: Jaroslav Kysela
1093M: perex@suse.cz
1094S: Maintained
1095
Bob Piccob9b03322005-11-07 00:59:19 -08001096HPET: High Precision Event Timers driver (hpet.c)
1097P: Clemens Ladisch
1098M: clemens@ladisch.de
1099S: Maintained
1100
1101HPET: i386
1102P: Venkatesh Pallipadi (Venki)
1103M: venkatesh.pallipadi@intel.com
1104S: Maintained
1105
1106HPET: x86_64
1107P: Andi Kleen and Vojtech Pavlik
1108M: ak@muc.de and vojtech@suse.cz
1109S: Maintained
1110
1111HPET: ACPI hpet.c
1112P: Bob Picco
1113M: bob.picco@hp.com
1114S: Maintained
1115
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116HPFS FILESYSTEM
1117P: Mikulas Patocka
1118M: mikulas@artax.karlin.mff.cuni.cz
1119W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1120S: Maintained
1121
1122HUGETLB FILESYSTEM
1123P: William Irwin
1124M: wli@holomorphy.com
1125S: Maintained
1126
Jean Delvare5b543962005-08-15 19:51:02 +02001127I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128P: Jean Delvare
1129M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001130L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001132T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133S: Maintained
1134
1135I2O
1136P: Markus Lidel
1137M: markus.lidel@shadowconnect.com
1138W: http://i2o.shadowconnect.com/
1139S: Maintained
1140
1141i386 BOOT CODE
1142P: Riley H. Williams
1143M: Riley@Williams.Name
1144L: Linux-Kernel@vger.kernel.org
1145S: Maintained
1146
1147i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1148P: Dave Jones
1149M: davej@codemonkey.org.uk
1150P: H. Peter Anvin
1151M: hpa@zytor.com
1152S: Maintained
1153
1154i810 TCO TIMER WATCHDOG
1155P: Nils Faerber
1156M: nils@kernelconcepts.de
1157W: http://www.kernelconcepts.de/
1158S: Maintained
1159
1160IA64 (Itanium) PLATFORM
1161P: Tony Luck
1162M: tony.luck@intel.com
1163L: linux-ia64@vger.kernel.org
1164W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001165T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166S: Maintained
1167
1168SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001169P: Greg Edwards
1170M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171L: linux-altix@sgi.com
1172L: linux-ia64@vger.kernel.org
1173W: http://www.sgi.com/altix
1174S: Maintained
1175
1176IBM MCA SCSI SUBSYSTEM DRIVER
1177P: Michael Lang
1178M: langa2@kph.uni-mainz.de
1179W: http://www.uni-mainz.de/~langm000/linux.html
1180S: Maintained
1181
1182IBM Power Linux RAID adapter
1183P: Brian King
1184M: brking@us.ibm.com
1185S: Supported
1186
1187IBM ServeRAID RAID DRIVER
1188P: Jack Hammer
1189P: Dave Jeffery
1190M: ipslinux@adaptec.com
1191W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1192S: Supported
1193
1194IDE DRIVER [GENERAL]
1195P: Bartlomiej Zolnierkiewicz
1196M: B.Zolnierkiewicz@elka.pw.edu.pl
1197L: linux-kernel@vger.kernel.org
1198L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001199T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200S: Maintained
1201
1202IDE/ATAPI CDROM DRIVER
1203P: Jens Axboe
1204M: axboe@suse.de
1205L: linux-kernel@vger.kernel.org
1206W: http://www.kernel.dk
1207S: Maintained
1208
1209IDE/ATAPI FLOPPY DRIVERS
1210P: Paul Bristow
1211M: Paul Bristow <paul@paulbristow.net>
1212W: http://paulbristow.net/linux/idefloppy.html
1213L: linux-kernel@vger.kernel.org
1214S: Maintained
1215
1216IDE/ATAPI TAPE DRIVERS
1217P: Gadi Oxman
1218M: Gadi Oxman <gadio@netvision.net.il>
1219L: linux-kernel@vger.kernel.org
1220S: Maintained
1221
1222IEEE 1394 ETHERNET (eth1394)
1223L: linux1394-devel@lists.sourceforge.net
1224W: http://www.linux1394.org/
1225S: Orphan
1226
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227IEEE 1394 SUBSYSTEM
1228P: Ben Collins
1229M: bcollins@debian.org
1230P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001231M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232L: linux1394-devel@lists.sourceforge.net
1233W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001234T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
1237IEEE 1394 OHCI DRIVER
1238P: Ben Collins
1239M: bcollins@debian.org
1240P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001241M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242L: linux1394-devel@lists.sourceforge.net
1243W: http://www.linux1394.org/
1244S: Maintained
1245
1246IEEE 1394 PCILYNX DRIVER
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 RAW I/O DRIVER
1254P: Ben Collins
1255M: bcollins@debian.org
1256P: Dan Dennedy
1257M: dan@dennedy.org
1258L: linux1394-devel@lists.sourceforge.net
1259W: http://www.linux1394.org/
1260S: Maintained
1261
Jody McIntyre105d7b32005-09-30 11:59:04 -07001262IEEE 1394 SBP2
1263P: Ben Collins
1264M: bcollins@debian.org
1265P: Stefan Richter
1266M: stefanr@s5r6.in-berlin.de
1267L: linux1394-devel@lists.sourceforge.net
1268W: http://www.linux1394.org/
1269S: Maintained
1270
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271IMS TWINTURBO FRAMEBUFFER DRIVER
1272P: Paul Mundt
1273M: lethal@chaoticdreams.org
1274L: linux-fbdev-devel@lists.sourceforge.net
1275S: Maintained
1276
1277INFINIBAND SUBSYSTEM
1278P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001279M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280P: Sean Hefty
1281M: mshefty@ichips.intel.com
1282P: Hal Rosenstock
1283M: halr@voltaire.com
1284L: openib-general@openib.org
1285W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001286T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287S: Supported
1288
1289INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001290P: Dmitry Torokhov
1291M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292L: linux-input@atrey.karlin.mff.cuni.cz
1293L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001294T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295S: Maintained
1296
Robert Lovec9f04f52005-07-15 12:21:07 -04001297INOTIFY
1298P: John McCutchan and Robert Love
1299M: ttb@tentacle.dhs.org and rml@novell.com
1300L: linux-kernel@vger.kernel.org
1301S: Maintained
1302
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001303INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1304P: Sylvain Meyer
1305M: sylvain.meyer@worldonline.fr
1306L: linux-fbdev-devel@lists.sourceforge.net
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
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001898NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1899P: Antonino Daplas
1900M: adaplas@pol.net
1901L: linux-fbdev-devel@lists.sourceforge.net
1902S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903
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
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06001997PCI ERROR RECOVERY
1998P: Linas Vepstas
1999M: linas@austin.ibm.com
2000L: linux-kernel@vger.kernel.org
2001L: linux-pci@atrey.karlin.mff.cuni.cz
2002S: Supported
2003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2005P: Thomas Sailer
2006M: sailer@ife.ee.ethz.ch
2007L: linux-sound@vger.kernel.org
2008W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2009S: Maintained
2010
2011PCI SUBSYSTEM
2012P: Greg Kroah-Hartman
2013M: gregkh@suse.de
2014L: linux-kernel@vger.kernel.org
2015L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002016T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017S: Supported
2018
2019PCI HOTPLUG CORE
2020P: Greg Kroah-Hartman
2021M: gregkh@suse.de
2022S: Supported
2023
2024PCI HOTPLUG COMPAQ DRIVER
2025P: Greg Kroah-Hartman
2026M: greg@kroah.com
2027S: Maintained
2028
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002029PCIE HOTPLUG DRIVER
2030P: Kristen Carlson Accardi
2031M: kristen.c.accardi@intel.com
2032L: pcihpd-discuss@lists.sourceforge.net
2033S: Maintained
2034
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002036P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002038T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002039S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040
2041PCNET32 NETWORK DRIVER
2042P: Thomas Bogendörfer
2043M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002044L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045S: Maintained
2046
2047PHRAM MTD DRIVER
2048P: Jörn Engel
2049M: joern@wh.fh-wedel.de
2050L: linux-mtd@lists.infradead.org
2051S: Maintained
2052
Peter Osterlund249a6772005-09-27 21:45:30 -07002053PKTCDVD DRIVER
2054P: Peter Osterlund
2055M: petero2@telia.com
2056L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002057S: Maintained
2058
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059POSIX CLOCKS and TIMERS
2060P: George Anzinger
2061M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002062L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063S: Supported
2064
Eugene Surovegin24682972005-10-14 03:00:53 -07002065POWERPC 4xx EMAC DRIVER
2066P: Eugene Surovegin
2067M: ebs@ebshome.net
2068W: http://kernel.ebshome.net/emac/
2069L: linuxppc-embedded@ozlabs.org
2070L: netdev@vger.kernel.org
2071S: Maintained
2072
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073PNP SUPPORT
2074P: Adam Belay
2075M: ambx1@neo.rr.com
2076S: Maintained
2077
2078PPP PROTOCOL DRIVERS AND COMPRESSORS
2079P: Paul Mackerras
2080M: paulus@samba.org
2081L: linux-ppp@vger.kernel.org
2082S: Maintained
2083
2084PPP OVER ATM (RFC 2364)
2085P: Mitchell Blank Jr
2086M: mitch@sfgoth.com
2087S: Maintained
2088
2089PPP OVER ETHERNET
2090P: Michal Ostrowski
2091M: mostrows@speakeasy.net
2092S: Maintained
2093
2094PREEMPTIBLE KERNEL
2095P: Robert Love
2096M: rml@tech9.net
2097L: linux-kernel@vger.kernel.org
2098L: kpreempt-tech@lists.sourceforge.net
2099W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2100S: Supported
2101
2102PRISM54 WIRELESS DRIVER
2103P: Prism54 Development Team
2104M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002105L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106W: http://prism54.org
2107S: Maintained
2108
2109PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2110P: Peter Denison
2111M: promise@pnd-pc.demon.co.uk
2112W: http://www.pnd-pc.demon.co.uk/promise/
2113S: Maintained
2114
2115PXA2xx SUPPORT
2116P: Nicolas Pitre
2117M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002118L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119S: Maintained
2120
2121QLOGIC QLA2XXX FC-SCSI DRIVER
2122P: Andrew Vasquez
2123M: andrew.vasquez@qlogic.com
2124L: linux-scsi@vger.kernel.org
2125S: Supported
2126
2127QNX4 FILESYSTEM
2128P: Anders Larsen
2129M: al@alarsen.net
2130L: linux-kernel@vger.kernel.org
2131W: http://www.alarsen.net/linux/qnx4fs/
2132S: Maintained
2133
2134RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002135P: Benjamin Herrenschmidt
2136M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137L: linux-fbdev-devel@lists.sourceforge.net
2138S: Maintained
2139
2140RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002141P: Paul Mackerras
2142M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143L: linux-fbdev-devel@lists.sourceforge.net
2144S: Maintained
2145
2146RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2147P: Corey Thomas
2148M: corey@world.std.com
2149L: linux-kernel@vger.kernel.org
2150S: Maintained
2151
Matt Mackall9e95ce22005-04-16 15:25:56 -07002152RANDOM NUMBER DRIVER
2153P: Matt Mackall
2154M: mpm@selenic.com
2155S: Maintained
2156
Matt Porter394b7012005-11-07 01:00:15 -08002157RAPIDIO SUBSYSTEM
2158P: Matt Porter
2159M: mporter@kernel.crashing.org
2160L: linux-kernel@vger.kernel.org
2161S: Maintained
2162
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163REAL TIME CLOCK DRIVER
2164P: Paul Gortmaker
2165M: p_gortmaker@yahoo.com
2166L: linux-kernel@vger.kernel.org
2167S: Maintained
2168
2169REISERFS FILE SYSTEM
2170P: Hans Reiser
2171M: reiserfs-dev@namesys.com
2172L: reiserfs-list@namesys.com
2173W: http://www.namesys.com
2174S: Supported
2175
2176ROCKETPORT DRIVER
2177P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178W: http://www.comtrol.com
2179S: Maintained
2180
2181ROSE NETWORK LAYER
2182P: Ralf Baechle
2183M: ralf@linux-mips.org
2184L: linux-hams@vger.kernel.org
2185S: Maintained
2186
2187RISCOM8 DRIVER
2188S: Orphan
2189
2190RTLINUX REALTIME LINUX
2191P: Victor Yodaiken
2192M: yodaiken@fsmlabs.com
2193L: rtl@rtlinux.org
2194W: www.rtlinux.org
2195S: Maintained
2196
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002197S3 SAVAGE FRAMEBUFFER DRIVER
2198P: Antonino Daplas
2199M: adaplas@pol.net
2200L: linux-fbdev-devel@lists.sourceforge.net
2201S: Maintained
2202
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203S390
2204P: Martin Schwidefsky
2205M: schwidefsky@de.ibm.com
2206M: linux390@de.ibm.com
2207L: linux-390@vm.marist.edu
2208W: http://oss.software.ibm.com/developerworks/opensource/linux390
2209S: Supported
2210
2211SAA7146 VIDEO4LINUX-2 DRIVER
2212P: Michael Hunold
2213M: michael@mihu.de
2214W: http://www.mihu.de/linux/saa7146
2215S: Maintained
2216
2217SBPCD CDROM DRIVER
2218P: Eberhard Moenkeberg
2219M: emoenke@gwdg.de
2220L: linux-kernel@vger.kernel.org
2221S: Maintained
2222
2223SC1200 WDT DRIVER
2224P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002225M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Maintained
2227
2228SCHEDULER
2229P: Ingo Molnar
2230M: mingo@elte.hu
2231P: Robert Love [the preemptible kernel bits]
2232M: rml@tech9.net
2233L: linux-kernel@vger.kernel.org
2234S: Maintained
2235
2236SCSI CDROM DRIVER
2237P: Jens Axboe
2238M: axboe@suse.de
2239L: linux-scsi@vger.kernel.org
2240W: http://www.kernel.dk
2241S: Maintained
2242
2243SCSI SG DRIVER
2244P: Doug Gilbert
2245M: dgilbert@interlog.com
2246L: linux-scsi@vger.kernel.org
2247W: http://www.torque.net/sg
2248S: Maintained
2249
2250SCSI SUBSYSTEM
2251P: James E.J. Bottomley
2252M: James.Bottomley@SteelEye.com
2253L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002254T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255S: Maintained
2256
2257SCSI TAPE DRIVER
2258P: Kai Mäkisara
2259M: Kai.Makisara@kolumbus.fi
2260L: linux-scsi@vger.kernel.org
2261S: Maintained
2262
2263SCTP PROTOCOL
2264P: Sridhar Samudrala
2265M: sri@us.ibm.com
2266L: lksctp-developers@lists.sourceforge.net
2267S: Supported
2268
2269SCx200 CPU SUPPORT
2270P: Christer Weinigel
2271M: christer@weinigel.se
2272W: http://www.weinigel.se
2273S: Supported
2274
2275SECURITY CONTACT
2276P: Security Officers
2277M: security@kernel.org
2278S: Supported
2279
2280SELINUX SECURITY MODULE
2281P: Stephen Smalley
2282M: sds@epoch.ncsc.mil
2283P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002284M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285L: linux-kernel@vger.kernel.org (kernel issues)
2286L: selinux@tycho.nsa.gov (general discussion)
2287W: http://www.nsa.gov/selinux
2288S: Supported
2289
2290SERIAL ATA (SATA) SUBSYSTEM:
2291P: Jeff Garzik
2292M: jgarzik@pobox.com
2293L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002294T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295S: Supported
2296
2297SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2298P: Pat Gefre
2299M: pfg@sgi.com
2300L: linux-ia64@vger.kernel.org
2301S: Supported
2302
2303SGI VISUAL WORKSTATION 320 AND 540
2304P: Andrey Panin
2305M: pazke@donpac.ru
2306L: linux-visws-devel@lists.sf.net
2307W: http://linux-visws.sf.net
2308S: Maintained for 2.6.
2309
2310SIMTEC EB110ATX (Chalice CATS)
2311P: Ben Dooks
2312P: Vincent Sanders
2313M: support@simtec.co.uk
2314W: http://www.simtec.co.uk/products/EB110ATX/
2315S: Supported
2316
2317SIMTEC EB2410ITX (BAST)
2318P: Ben Dooks
2319P: Vincent Sanders
2320M: support@simtec.co.uk
2321W: http://www.simtec.co.uk/products/EB2410ITX/
2322S: Supported
2323
Francois Romieu92aab3c2005-07-30 13:11:18 +02002324SIS 190 ETHERNET DRIVER
2325P: Francois Romieu
2326M: romieu@fr.zoreil.com
2327L: netdev@vger.kernel.org
2328S: Maintained
2329
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330SIS 5513 IDE CONTROLLER DRIVER
2331P: Lionel Bouton
2332M: Lionel.Bouton@inet6.fr
2333W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2334W: http://gyver.homeip.net/sis5513/index.html
2335S: Maintained
2336
2337SIS 900/7016 FAST ETHERNET DRIVER
2338P: Daniele Venzano
2339M: venza@brownhat.org
2340W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002341L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342S: Maintained
2343
2344SIS FRAMEBUFFER DRIVER
2345P: Thomas Winischhofer
2346M: thomas@winischhofer.net
2347W: http://www.winischhofer.net/linuxsisvga.shtml
2348S: Maintained
2349
2350SIS USB2VGA DRIVER
2351P: Thomas Winischhofer
2352M: thomas@winischhofer.net
2353W: http://www.winischhofer.at/linuxsisusbvga.shtml
2354S: Maintained
2355
2356SMSC47M1 HARDWARE MONITOR DRIVER
2357P: Jean Delvare
2358M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002359L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360S: Odd Fixes
2361
2362SMB FILESYSTEM
2363P: Urban Widmark
2364M: urban@teststation.com
2365W: http://samba.org/
2366L: samba@samba.org
2367S: Maintained
2368
2369SMC91x ETHERNET DRIVER
2370P: Nicolas Pitre
2371M: nico@cam.org
2372S: Maintained
2373
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374SOFTWARE RAID (Multiple Disks) SUPPORT
2375P: Ingo Molnar
2376M: mingo@redhat.com
2377P: Neil Brown
2378M: neilb@cse.unsw.edu.au
2379L: linux-raid@vger.kernel.org
2380S: Maintained
2381
2382SOFTWARE SUSPEND:
2383P: Pavel Machek
2384M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002385L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386S: Maintained
2387
2388SONIC NETWORK DRIVER
2389P: Thomas Bogendoerfer
2390M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002391L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392S: Maintained
2393
2394SONY VAIO CONTROL DEVICE DRIVER
2395P: Stelian Pop
2396M: stelian@popies.net
2397W: http://popies.net/sonypi/
2398S: Maintained
2399
2400SOUND
2401P: Jaroslav Kysela
2402M: perex@suse.cz
2403L: alsa-devel@alsa-project.org
2404S: Maintained
2405
Kylene Hall1c72d462005-05-01 08:59:13 -07002406TPM DEVICE DRIVER
2407P: Kylene Hall
2408M: kjhall@us.ibm.com
2409W: http://tpmdd.sourceforge.net
2410L: tpmdd-devel@lists.sourceforge.net
2411S: Maintained
2412
Mark Gross1a80ba82005-10-30 15:02:55 -08002413Telecom Clock Driver for MCPL0010
2414P: Mark Gross
2415M: mark.gross@intel.com
2416S: Supported
2417
Chris Zankel48b415c2005-06-23 22:01:07 -07002418TENSILICA XTENSA PORT (xtensa):
2419P: Chris Zankel
2420M: chris@zankel.net
2421S: Maintained
2422
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423UltraSPARC (sparc64):
2424P: David S. Miller
2425M: davem@davemloft.net
2426P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002427M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428P: Jakub Jelinek
2429M: jj@sunsite.ms.mff.cuni.cz
2430P: Anton Blanchard
2431M: anton@samba.org
2432L: sparclinux@vger.kernel.org
2433L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002434T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435S: Maintained
2436
2437SHARP LH SUPPORT (LH7952X & LH7A40X)
2438P: Marc Singer
2439M: elf@buici.com
2440W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442S: Maintained
2443
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002444SHPC HOTPLUG DRIVER
2445P: Kristen Carlson Accardi
2446M: kristen.c.accardi@intel.com
2447L: pcihpd-discuss@lists.sourceforge.net
2448S: Maintained
2449
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002450SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2451P: Stephen Hemminger
2452M: shemminger@osdl.org
2453L: netdev@vger.kernel.org
2454S: Maintained
2455
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456SPARC (sparc32):
2457P: William L. Irwin
2458M: wli@holomorphy.com
2459L: sparclinux@vger.kernel.org
2460S: Maintained
2461
2462SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2463P: Roger Wolff
2464M: R.E.Wolff@BitWizard.nl
2465L: linux-kernel@vger.kernel.org ?
2466S: Supported
2467
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468SRM (Alpha) environment access
2469P: Jan-Benedict Glaw
2470M: jbglaw@lug-owl.de
2471L: linux-kernel@vger.kernel.org
2472S: Maintained
2473
2474STARFIRE/DURALAN NETWORK DRIVER
2475P: Ion Badulescu
2476M: ionut@cs.columbia.edu
2477S: Maintained
2478
2479STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2480W: http://mosquitonet.Stanford.EDU/strip.html
2481S: Unsupported ?
2482
2483STRADIS MPEG-2 DECODER DRIVER
2484P: Nathan Laredo
2485M: laredo@gnu.org
2486W: http://mpeg.openprojects.net/
2487W: http://www.stradis.com/
2488S: Maintained
2489
2490SUPERH (sh)
2491P: Paul Mundt
2492M: lethal@linux-sh.org
2493P: Kazumoto Kojima
2494M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002495L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496W: http://www.linux-sh.org
2497W: http://www.m17n.org/linux-sh/
2498W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2499S: Maintained
2500
2501SUPERH64 (sh64)
2502P: Paul Mundt
2503M: lethal@linux-sh.org
2504P: Richard Curnow
2505M: rc@rc0.org.uk
2506L: linuxsh-shmedia-dev@lists.sourceforge.net
2507W: http://www.linux-sh.org
2508W: http://www.rc0.org.uk/sh64
2509S: Maintained
2510
2511SUN3/3X
2512P: Sam Creasey
2513M: sammy@sammy.net
2514L: sun3-list@redhat.com
2515W: http://sammy.net/sun3/
2516S: Maintained
2517
2518SVGA HANDLING
2519P: Martin Mares
2520M: mj@ucw.cz
2521L: linux-video@atrey.karlin.mff.cuni.cz
2522S: Maintained
2523
2524SYSV FILESYSTEM
2525P: Christoph Hellwig
2526M: hch@infradead.org
2527S: Maintained
2528
2529TI PARALLEL LINK CABLE DRIVER
2530P: Romain Lievin
2531M: roms@lpg.ticalc.org
2532S: Maintained
2533
Per Lidene86eaa32006-01-12 16:45:18 +01002534TIPC NETWORK LAYER
2535P: Per Liden
2536M: per.liden@nospam.ericsson.com
2537P: Jon Maloy
2538M: jon.maloy@nospam.ericsson.com
2539P: Allan Stephens
2540M: allan.stephens@nospam.windriver.com
2541L: tipc-discussion@lists.sourceforge.net
2542W: http://tipc.sourceforge.net/
2543W: http://tipc.cslab.ericsson.net/
2544T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2545S: Maintained
2546
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547TLAN NETWORK DRIVER
2548P: Samuel Chessman
2549M: chessman@tux.org
2550L: tlan-devel@lists.sourceforge.net
2551W: http://sourceforge.net/projects/tlan/
2552S: Maintained
2553
2554TOKEN-RING NETWORK DRIVER
2555P: Mike Phillips
2556M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002557L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558L: linux-tr@linuxtr.net
2559W: http://www.linuxtr.net
2560S: Maintained
2561
2562TOSHIBA ACPI EXTRAS DRIVER
2563P: John Belmonte
2564M: toshiba_acpi@memebeam.org
2565W: http://memebeam.org/toys/ToshibaAcpiDriver
2566S: Maintained
2567
2568TOSHIBA SMM DRIVER
2569P: Jonathan Buzzard
2570M: jonathan@buzzard.org.uk
2571L: tlinux-users@tce.toshiba-dme.co.jp
2572W: http://www.buzzard.org.uk/toshiba/
2573S: Maintained
2574
2575TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2576P: Muli Ben-Yehuda
2577M: mulix@mulix.org
2578L: linux-kernel@vger.kernel.org
2579S: Maintained
2580
2581TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002582P: Adrian Bunk
2583M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002585W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002586T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587S: Maintained
2588
2589TMS380 TOKEN-RING NETWORK DRIVER
2590P: Adam Fritzler
2591M: mid@auk.cx
2592L: linux-tr@linuxtr.net
2593W: http://www.auk.cx/tms380tr/
2594S: Maintained
2595
2596TULIP NETWORK DRIVER
2597P: Jeff Garzik
2598M: jgarzik@pobox.com
2599L: tulip-users@lists.sourceforge.net
2600W: http://sourceforge.net/projects/tulip/
2601S: Maintained
2602
2603TUN/TAP driver
2604P: Maxim Krasnyansky
2605M: maxk@qualcomm.com, max_mk@yahoo.com
2606L: vtun@office.satix.net
2607W: http://vtun.sourceforge.net/tun
2608S: Maintained
2609
2610U14-34F SCSI DRIVER
2611P: Dario Ballabio
2612M: ballabio_dario@emc.com
2613L: linux-scsi@vger.kernel.org
2614S: Maintained
2615
2616UDF FILESYSTEM
2617P: Ben Fennema
2618M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619W: http://linux-udf.sourceforge.net
2620S: Maintained
2621
2622UNIFORM CDROM DRIVER
2623P: Jens Axboe
2624M: axboe@suse.de
2625L: linux-kernel@vger.kernel.org
2626W: http://www.kernel.dk
2627S: Maintained
2628
2629USB ACM DRIVER
2630P: Oliver Neukum
2631M: oliver@neukum.name
2632L: linux-usb-users@lists.sourceforge.net
2633L: linux-usb-devel@lists.sourceforge.net
2634S: Maintained
2635
2636USB BLOCK DRIVER (UB ub)
2637P: Pete Zaitcev
2638M: zaitcev@redhat.com
2639L: linux-kernel@vger.kernel.org
2640L: linux-usb-devel@lists.sourceforge.net
2641S: Supported
2642
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643USB CDC ETHERNET DRIVER
2644P: Greg Kroah-Hartman
2645M: greg@kroah.com
2646L: linux-usb-users@lists.sourceforge.net
2647L: linux-usb-devel@lists.sourceforge.net
2648S: Maintained
2649W: http://www.kroah.com/linux-usb/
2650
2651USB EHCI DRIVER
2652P: David Brownell
2653M: dbrownell@users.sourceforge.net
2654L: linux-usb-devel@lists.sourceforge.net
2655S: Maintained
2656
2657USB HID/HIDBP DRIVERS
2658P: Vojtech Pavlik
2659M: vojtech@suse.cz
2660L: linux-usb-users@lists.sourceforge.net
2661L: linux-usb-devel@lists.sourceforge.net
2662S: Maintained
2663
2664USB HUB DRIVER
2665P: Johannes Erdfelt
2666M: johannes@erdfelt.com
2667L: linux-usb-users@lists.sourceforge.net
2668L: linux-usb-devel@lists.sourceforge.net
2669S: Maintained
2670
Olav Kongas959eea22005-11-03 17:38:14 +02002671USB ISP116X DRIVER
2672P: Olav Kongas
2673M: ok@artecdesign.ee
2674L: linux-usb-devel@lists.sourceforge.net
2675S: Maintained
2676
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677USB KAWASAKI LSI DRIVER
2678P: Oliver Neukum
2679M: oliver@neukum.name
2680L: linux-usb-users@lists.sourceforge.net
2681L: linux-usb-devel@lists.sourceforge.net
2682S: Maintained
2683
2684USB MASS STORAGE DRIVER
2685P: Matthew Dharm
2686M: mdharm-usb@one-eyed-alien.net
2687L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002688L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689S: Maintained
2690W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2691
2692USB OHCI DRIVER
2693P: Roman Weissgaerber
2694M: weissg@vienna.at
2695L: linux-usb-users@lists.sourceforge.net
2696L: linux-usb-devel@lists.sourceforge.net
2697S: Maintained
2698
Matthias Urlichsba460e42005-07-14 00:33:47 -07002699USB OPTION-CARD DRIVER
2700P: Matthias Urlichs
2701M: smurf@smurf.noris.de
2702L: linux-usb-devel@lists.sourceforge.net
2703S: Maintained
2704
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705USB OV511 DRIVER
2706P: Mark McClelland
2707M: mmcclell@bigfoot.com
2708L: linux-usb-users@lists.sourceforge.net
2709L: linux-usb-devel@lists.sourceforge.net
2710W: http://alpha.dyndns.org/ov511/
2711S: Maintained
2712
2713USB PEGASUS DRIVER
2714P: Petko Manolov
2715M: petkan@users.sourceforge.net
2716L: linux-usb-users@lists.sourceforge.net
2717L: linux-usb-devel@lists.sourceforge.net
2718W: http://pegasus2.sourceforge.net/
2719S: Maintained
2720
2721USB PRINTER DRIVER
2722P: Vojtech Pavlik
2723M: vojtech@suse.cz
2724L: linux-usb-users@lists.sourceforge.net
2725L: linux-usb-devel@lists.sourceforge.net
2726S: Maintained
2727
2728USB RTL8150 DRIVER
2729P: Petko Manolov
2730M: petkan@users.sourceforge.net
2731L: linux-usb-users@lists.sourceforge.net
2732L: linux-usb-devel@lists.sourceforge.net
2733W: http://pegasus2.sourceforge.net/
2734S: Maintained
2735
2736USB SE401 DRIVER
2737P: Jeroen Vreeken
2738M: pe1rxq@amsat.org
2739L: linux-usb-users@lists.sourceforge.net
2740L: linux-usb-devel@lists.sourceforge.net
2741W: http://www.chello.nl/~j.vreeken/se401/
2742S: Maintained
2743
2744USB SERIAL CYBERJACK DRIVER
2745P: Matthias Bruestle and Harald Welte
2746M: support@reiner-sct.com
2747W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2748S: Maintained
2749
2750USB SERIAL DIGI ACCELEPORT DRIVER
2751P: Peter Berger and Al Borchers
2752M: pberger@brimson.com
2753M: alborchers@steinerpoint.com
2754L: linux-usb-users@lists.sourceforge.net
2755L: linux-usb-devel@lists.sourceforge.net
2756S: Maintained
2757
2758USB SERIAL DRIVER
2759P: Greg Kroah-Hartman
2760M: gregkh@suse.de
2761L: linux-usb-users@lists.sourceforge.net
2762L: linux-usb-devel@lists.sourceforge.net
2763S: Supported
2764
2765USB SERIAL BELKIN F5U103 DRIVER
2766P: William Greathouse
2767M: wgreathouse@smva.com
2768L: linux-usb-users@lists.sourceforge.net
2769L: linux-usb-devel@lists.sourceforge.net
2770S: Maintained
2771
2772USB SERIAL CYPRESS M8 DRIVER
2773P: Lonnie Mendez
2774M: dignome@gmail.com
2775L: linux-usb-users@lists.sourceforge.net
2776L: linux-usb-devel@lists.sourceforge.net
2777S: Maintained
2778W: http://geocities.com/i0xox0i
2779W: http://firstlight.net/cvs
2780
2781USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2782L: linux-usb-users@lists.sourceforge.net
2783L: linux-usb-devel@lists.sourceforge.net
2784S: Maintained
2785
2786USB AUERSWALD DRIVER
2787P: Wolfgang Muees
2788M: wolfgang@iksw-muees.de
2789L: linux-usb-users@lists.sourceforge.net
2790L: linux-usb-devel@lists.sourceforge.net
2791S: Maintained
2792
2793USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2794P: Gary Brubaker
2795M: xavyer@ix.netcom.com
2796L: linux-usb-users@lists.sourceforge.net
2797L: linux-usb-devel@lists.sourceforge.net
2798S: Maintained
2799
2800USB SERIAL KEYSPAN DRIVER
2801P: Greg Kroah-Hartman
2802M: greg@kroah.com
2803L: linux-usb-users@lists.sourceforge.net
2804L: linux-usb-devel@lists.sourceforge.net
2805W: http://www.kroah.com/linux/
2806S: Maintained
2807
2808USB SERIAL WHITEHEAT DRIVER
2809P: Stuart MacDonald
2810M: stuartm@connecttech.com
2811L: linux-usb-users@lists.sourceforge.net
2812L: linux-usb-devel@lists.sourceforge.net
2813W: http://www.connecttech.com
2814S: Supported
2815
2816USB SN9C10x DRIVER
2817P: Luca Risolia
2818M: luca.risolia@studio.unibo.it
2819L: linux-usb-devel@lists.sourceforge.net
2820W: http://www.linux-projects.org
2821S: Maintained
2822
2823USB SUBSYSTEM
2824P: Greg Kroah-Hartman
2825M: gregkh@suse.de
2826L: linux-usb-users@lists.sourceforge.net
2827L: linux-usb-devel@lists.sourceforge.net
2828W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002829T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830S: Supported
2831
2832USB UHCI DRIVER
2833P: Alan Stern
2834M: stern@rowland.harvard.edu
2835L: linux-usb-users@lists.sourceforge.net
2836L: linux-usb-devel@lists.sourceforge.net
2837S: Maintained
2838
2839USB "USBNET" DRIVER
2840P: David Brownell
2841M: dbrownell@users.sourceforge.net
2842L: linux-usb-devel@lists.sourceforge.net
2843S: Maintained
2844
2845USB W996[87]CF DRIVER
2846P: Luca Risolia
2847M: luca.risolia@studio.unibo.it
2848L: linux-usb-devel@lists.sourceforge.net
2849W: http://www.linux-projects.org
2850S: Maintained
2851
2852USB ZD1201 DRIVER
2853P: Jeroen Vreeken
2854M: pe1rxq@amsat.org
2855L: linux-usb-users@lists.sourceforge.net
2856L: linux-usb-devel@lists.sourceforge.net
2857W: http://linux-lc100020.sourceforge.net
2858S: Maintained
2859
2860USER-MODE LINUX
2861P: Jeff Dike
2862M: jdike@karaya.com
2863L: user-mode-linux-devel@lists.sourceforge.net
2864L: user-mode-linux-user@lists.sourceforge.net
2865W: http://user-mode-linux.sourceforge.net
2866S: Maintained
2867
2868FAT/VFAT/MSDOS FILESYSTEM:
2869P: OGAWA Hirofumi
2870M: hirofumi@mail.parknet.co.jp
2871L: linux-kernel@vger.kernel.org
2872S: Maintained
2873
2874VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2875P: Jeff Garzik
2876S: Odd fixes
2877
2878VIA RHINE NETWORK DRIVER
2879P: Roger Luethi
2880M: rl@hellgate.ch
2881S: Maintained
2882
Jean Delvare32c0a522005-09-22 21:47:58 +02002883VIAPRO SMBUS DRIVER
2884P: Jean Delvare
2885M: khali@linux-fr.org
2886L: lm-sensors@lm-sensors.org
2887S: Maintained
2888
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889UCLINUX (AND M68KNOMMU)
2890P: Greg Ungerer
2891M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002892W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002893L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894S: Maintained
2895
2896UCLINUX FOR NEC V850
2897P: Miles Bader
2898M: uclinux-v850@lsi.nec.co.jp
2899W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2900W: http://www.ee.nec.de/uclinux/
2901S: Supported
2902
2903UCLINUX FOR RENESAS H8/300
2904P: Yoshinori Sato
2905M: ysato@users.sourceforge.jp
2906W: http://uclinux-h8.sourceforge.jp/
2907S: Supported
2908
2909USB DIAMOND RIO500 DRIVER
2910P: Cesar Miquel
2911M: miquel@df.uba.ar
2912L: rio500-users@lists.sourceforge.net
2913W: http://rio500.sourceforge.net
2914S: Maintained
2915
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002916V9FS FILE SYSTEM
2917P: Eric Van Hensbergen
2918M: ericvh@gmail.com
2919P: Ron Minnich
2920M: rminnich@lanl.gov
2921P: Latchesar Ionkov
2922M: lucho@ionkov.net
2923L: v9fs-developer@lists.sourceforge.net
2924W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002925T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002926S: Maintained
2927
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002929P: Mauro Carvalho Chehab
2930M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002932W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002933T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002934S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935
Roger Lucas1de9e372005-11-26 20:20:05 +01002936VT8231 HARDWARE MONITOR DRIVER
2937P: Roger Lucas
2938M: roger@planbit.co.uk
2939L: lm-sensors@lm-sensors.org
2940S: Maintained
2941
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942W1 DALLAS'S 1-WIRE BUS
2943P: Evgeniy Polyakov
2944M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002945L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946S: Maintained
2947
2948W83L51xD SD/MMC CARD INTERFACE DRIVER
2949P: Pierre Ossman
2950M: drzeus-wbsd@drzeus.cx
2951L: wbsd-devel@list.drzeus.cx
2952W: http://projects.drzeus.cx/wbsd
2953S: Maintained
2954
2955W83L785TS HARDWARE MONITOR DRIVER
2956P: Jean Delvare
2957M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002958L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959S: Odd Fixes
2960
2961WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2962P: Nenad Corbic
2963M: ncorbic@sangoma.com
2964M: dm@sangoma.com
2965W: http://www.sangoma.com
2966S: Supported
2967
2968WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2969P: Jean Tourrilhes
2970M: jt@hpl.hp.com
2971W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2972S: Maintained
2973
2974WD7000 SCSI DRIVER
2975P: Miroslav Zagorac
2976M: zaga@fly.cc.fer.hr
2977L: linux-scsi@vger.kernel.org
2978S: Maintained
2979
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05002980WISTRON LAPTOP BUTTON DRIVER
2981P: Miloslav Trmac
2982M: mitr@volny.cz
2983S: Maintained
2984
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985WL3501 WIRELESS PCMCIA CARD DRIVER
2986P: Arnaldo Carvalho de Melo
2987M: acme@conectiva.com.br
2988W: http://advogato.org/person/acme
2989S: Maintained
2990
2991X.25 NETWORK LAYER
2992P: Henner Eisen
2993M: eis@baty.hanse.de
2994L: linux-x25@vger.kernel.org
2995S: Maintained
2996
2997XFS FILESYSTEM
2998P: Silicon Graphics Inc
2999M: xfs-masters@oss.sgi.com
3000M: nathans@sgi.com
3001L: linux-xfs@oss.sgi.com
3002W: http://oss.sgi.com/projects/xfs
3003S: Supported
3004
3005X86 3-LEVEL PAGING (PAE) SUPPORT
3006P: Ingo Molnar
3007M: mingo@redhat.com
3008S: Maintained
3009
3010X86-64 port
3011P: Andi Kleen
3012M: ak@suse.de
3013L: discuss@x86-64.org
3014W: http://www.x86-64.org
3015S: Maintained
3016
3017YAM DRIVER FOR AX.25
3018P: Jean-Paul Roubelat
3019M: jpr@f6fbb.org
3020L: linux-hams@vger.kernel.org
3021S: Maintained
3022
Henkaf64a5e2005-10-12 15:02:56 +02003023YEALINK PHONE DRIVER
3024P: Henk Vergonet
3025M: Henk.Vergonet@gmail.com
3026L: usbb2k-api-dev@nongnu.org
3027S: Maintained
3028
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3030P: Pete Zaitcev
3031M: zaitcev@yahoo.com
3032L: linux-kernel@vger.kernel.org
3033S: Obsolete
3034
3035Z8530 DRIVER FOR AX.25
3036P: Joerg Reuter
3037M: jreuter@yaina.de
3038W: http://yaina.de/jreuter/
3039W: http://www.qsl.net/dl1bke/
3040L: linux-hams@vger.kernel.org
3041S: Maintained
3042
3043ZF MACHZ WATCHDOG
3044P: Fernando Fuganti
3045M: fuganti@netbank.com.br
3046W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3047S: Maintained
3048
3049ZR36067 VIDEO FOR LINUX DRIVER
3050P: Ronald Bultje
3051M: rbultje@ronald.bitfreak.net
3052L: mjpeg-users@lists.sourceforge.net
3053W: http://mjpeg.sourceforge.net/driver-zoran/
3054S: Maintained
3055
3056ZR36120 VIDEO FOR LINUX DRIVER
3057P: Pauline Middelink
3058M: middelin@polyware.nl
3059W: http://www.polyware.nl/~middelin/En/hobbies.html
3060W: http://www.polyware.nl/~middelin/hobbies.html
3061S: Maintained
3062
3063THE REST
3064P: Linus Torvalds
3065S: Buried alive in reporters