blob: 9c592aa0280ca1d0ca8c0c43a85295319b676be3 [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
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200543M: mchehab@infradead.org
544M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700546W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200547T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700548S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550COMMON INTERNET FILE SYSTEM (CIFS)
551P: Steve French
552M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100553L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554L: samba-technical@lists.samba.org
555W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800556T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557S: Supported
558
Joel Becker7063fbf2005-12-15 14:29:43 -0800559CONFIGFS
560P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800561M: joel.becker@oracle.com
562L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800563S: Supported
564
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565CIRRUS LOGIC GENERIC FBDEV DRIVER
566P: Jeff Garzik
567M: jgarzik@pobox.com
568L: linux-fbdev-devel@lists.sourceforge.net
569S: Odd Fixes
570
571CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
572P: Cirrus Logic Corporation (kernel 2.2 driver)
573M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
574P: Nils Faerber (port to kernel 2.4)
575M: Nils Faerber <nils@kernelconcepts.de>
576S: Maintained
577
578CODA FILE SYSTEM
579P: Jan Harkes
580M: jaharkes@cs.cmu.edu
581M: coda@cs.cmu.edu
582L: codalist@coda.cs.cmu.edu
583W: http://www.coda.cs.cmu.edu/
584S: Maintained
585
586COMPACTPCI HOTPLUG CORE
587P: Scott Murray
588M: scottm@somanetworks.com
589M: scott@spiteful.org
590L: pcihpd-discuss@lists.sourceforge.net
591S: Supported
592
593COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
594P: Scott Murray
595M: scottm@somanetworks.com
596M: scott@spiteful.org
597L: pcihpd-discuss@lists.sourceforge.net
598S: Supported
599
600COMPACTPCI HOTPLUG GENERIC DRIVER
601P: Scott Murray
602M: scottm@somanetworks.com
603M: scott@spiteful.org
604L: pcihpd-discuss@lists.sourceforge.net
605S: Supported
606
607COMPUTONE INTELLIPORT MULTIPORT CARD
608P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700609M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700611S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612
613COSA/SRP SYNC SERIAL DRIVER
614P: Jan "Yenya" Kasprzak
615M: kas@fi.muni.cz
616W: http://www.fi.muni.cz/~kas/cosa/
617S: Maintained
618
619CPU FREQUENCY DRIVERS
620P: Dave Jones
621M: davej@codemonkey.org.uk
622L: cpufreq@lists.linux.org.uk
623W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800624T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625S: Maintained
626
627CPUID/MSR DRIVER
628P: H. Peter Anvin
629M: hpa@zytor.com
630S: Maintained
631
Paul Jacksoned90fb42005-09-27 21:45:37 -0700632CPUSETS
633P: Paul Jackson
634P: Simon Derr
635M: pj@sgi.com
636M: simon.derr@bull.net
637L: linux-kernel@vger.kernel.org
638W: http://www.bullopensource.org/cpuset/
639S: Supported
640
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641CRAMFS FILESYSTEM
642W: http://sourceforge.net/projects/cramfs/
643S: Orphan
644
645CRIS PORT
646P: Mikael Starvik
647M: starvik@axis.com
648L: dev-etrax@axis.com
649W: http://developer.axis.com
650S: Maintained
651
652CRYPTO API
653P: Herbert Xu
654M: herbert@gondor.apana.org.au
655P: David S. Miller
656M: davem@davemloft.net
657L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800658T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659S: Maintained
660
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100661CS5535 Audio ALSA driver
662P: Jaya Kumar
663M: jayakumar.alsa@gmail.com
664S: Maintained
665
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666CYBERPRO FB DRIVER
667P: Russell King
668M: rmk@arm.linux.org.uk
669W: http://www.arm.linux.org.uk/
670S: Maintained
671
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700672CYBLAFB FRAMEBUFFER DRIVER
673P: Knut Petersen
674M: Knut_Petersen@t-online.de
675L: linux-fbdev-devel@lists.sourceforge.net
676S: Maintained
677
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678CYCLADES 2X SYNC CARD DRIVER
679P: Arnaldo Carvalho de Melo
680M: acme@conectiva.com.br
681W: http://advogato.org/person/acme
682L: cycsyn-devel@bazar.conectiva.com.br
683S: Maintained
684
685CYCLADES ASYNC MUX DRIVER
686M: async@cyclades.com
687W: http://www.cyclades.com/
688S: Supported
689
690CYCLADES PC300 DRIVER
691M: pc300@cyclades.com
692W: http://www.cyclades.com/
693S: Supported
694
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695DAMA SLAVE for AX.25
696P: Joerg Reuter
697M: jreuter@yaina.de
698W: http://yaina.de/jreuter/
699W: http://www.qsl.net/dl1bke/
700L: linux-hams@vger.kernel.org
701S: Maintained
702
703DC395x SCSI driver
704P: Oliver Neukum
705M: oliver@neukum.name
706P: Ali Akcaagac
707M: aliakc@web.de
708P: Jamie Lenehan
709M: lenehan@twibble.org
710W: http://twibble.org/dist/dc395x/
711L: http://lists.twibble.org/mailman/listinfo/dc395x/
712S: Maintained
713
714DC390/AM53C974 SCSI driver
715P: Kurt Garloff
716M: garloff@suse.de
717W: http://www.garloff.de/kurt/linux/dc390/
718P: Guennadi Liakhovetski
719M: g.liakhovetski@gmx.de
720S: Maintained
721
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700722DCCP PROTOCOL
723P: Arnaldo Carvalho de Melo
724M: acme@mandriva.com
725L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800726W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700727S: Maintained
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729DECnet NETWORK LAYER
730P: Patrick Caulfield
731M: patrick@tykepenguin.com
732W: http://linux-decnet.sourceforge.net
733L: linux-decnet-user@lists.sourceforge.net
734S: Maintained
735
736DEFXX FDDI NETWORK DRIVER
737P: Maciej W. Rozycki
738M: macro@linux-mips.org
739S: Maintained
740
741DELL LAPTOP SMM DRIVER
742P: Massimo Dal Zotto
743M: dz@debian.org
744W: http://www.debian.org/~dz/i8k/
745S: Maintained
746
Doug Warzecha90563ec2005-09-06 15:17:15 -0700747DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
748P: Doug Warzecha
749M: Douglas_Warzecha@dell.com
750S: Maintained
751
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752DEVICE-MAPPER
753P: Alasdair Kergon
754L: dm-devel@redhat.com
755W: http://sources.redhat.com/dm
756S: Maintained
757
758DEVICE NUMBER REGISTRY
759P: Torben Mathiasen
760M: device@lanana.org
761W: http://lanana.org/docs/device-list/index.html
762L: linux-kernel@vger.kernel.org
763S: Maintained
764
765DEVICE FILESYSTEM
766S: Obsolete
767
768DIGI INTL. EPCA DRIVER
769P: Digi International, Inc
770M: Eng.Linux@digi.com
771L: Eng.Linux@digi.com
772W: http://www.digi.com
773S: Orphaned
774
775DIGI RIGHTSWITCH NETWORK DRIVER
776P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700777L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778W: http://www.digi.com
779S: Orphaned
780
781DIRECTORY NOTIFICATION
782P: Stephen Rothwell
783M: sfr@canb.auug.org.au
784L: linux-kernel@vger.kernel.org
785S: Supported
786
787DISK GEOMETRY AND PARTITION HANDLING
788P: Andries Brouwer
789M: aeb@cwi.nl
790W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
791W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
792W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
793S: Maintained
794
795DISKQUOTA:
796P: Jan Kara
797M: jack@suse.cz
798L: linux-kernel@vger.kernel.org
799S: Maintained
800
801DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
802P: Tobias Ringstrom
803M: tori@unhappy.mine.nu
804L: linux-kernel@vger.kernel.org
805S: Maintained
806
Martin Waitzba483d52005-06-17 13:20:59 -0700807DOCBOOK FOR DOCUMENTATION
808P: Martin Waitz
809M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800810T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700811S: Maintained
812
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813DOUBLETALK DRIVER
814P: James R. Van Zandt
815M: jrv@vanzandt.mv.com
816L: blinux-list@redhat.com
817S: Maintained
818
819DRIVER CORE, KOBJECTS, AND SYSFS
820P: Greg Kroah-Hartman
821M: gregkh@suse.de
822L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800823T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824S: Supported
825
826DRM DRIVERS
827P: David Airlie
828M: airlied@linux.ie
829L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800830T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831S: Maintained
832
833DSCC4 DRIVER
834P: François Romieu
835M: romieu@cogenit.fr
836M: romieu@ensta.fr
837S: Maintained
838
839DVB SUBSYSTEM AND DRIVERS
840P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200841M: mchehab@infradead.org
842M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200844W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200845T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200846S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847
848EATA-DMA SCSI DRIVER
849P: Michael Neuffer
850L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
851S: Maintained
852
853EATA ISA/EISA/PCI SCSI DRIVER
854P: Dario Ballabio
855M: ballabio_dario@emc.com
856L: linux-scsi@vger.kernel.org
857S: Maintained
858
859EATA-PIO SCSI DRIVER
860P: Michael Neuffer
861M: mike@i-Connect.Net
862L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
863S: Maintained
864
865EBTABLES
866P: Bart De Schuymer
867M: bart.de.schuymer@pandora.be
868L: ebtables-user@lists.sourceforge.net
869L: ebtables-devel@lists.sourceforge.net
870W: http://ebtables.sourceforge.net/
871S: Maintained
872
Alan Coxda9bb1d2006-01-18 17:44:13 -0800873EDAC-CORE
874P: Doug Thompson
875M: norsk5@xmission.com, dthompson@linuxnetworx.com
876P: Dave Peterson
877M: dsp@llnl.gov, dave_peterson@pobox.com
878L: bluesmoke-devel@lists.sourceforge.net
879W: bluesmoke.sourceforge.net
880S: Maintained
881
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882EEPRO100 NETWORK DRIVER
883P: Andrey V. Savochkin
884M: saw@saw.sw.com.sg
885S: Maintained
886
887EMU10K1 SOUND DRIVER
888P: James Courtier-Dutton
889M: James@superbug.demon.co.uk
890L: emu10k1-devel@lists.sourceforge.net
891W: http://sourceforge.net/projects/emu10k1/
892S: Maintained
893
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400894EMULEX LPFC FC SCSI DRIVER
895P: James Smart
896M: james.smart@emulex.com
897L: linux-scsi@vger.kernel.org
898W: http://sourceforge.net/projects/lpfcxxxx
899S: Supported
900
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901EPSON 1355 FRAMEBUFFER DRIVER
902P: Christopher Hoover
903M: ch@murgatroid.com, ch@hpl.hp.com
904S: Maintained
905
906ETHEREXPRESS-16 NETWORK DRIVER
907P: Philip Blundell
908M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700909L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910S: Maintained
911
912ETHERNET BRIDGE
913P: Stephen Hemminger
914M: shemminger@osdl.org
915L: bridge@osdl.org
916W: http://bridge.sourceforge.net/
917S: Maintained
918
919ETHERTEAM 16I DRIVER
920P: Mika Kuoppala
921M: miku@iki.fi
922S: Maintained
923
924EXT2 FILE SYSTEM
925L: ext2-devel@lists.sourceforge.net
926S: Maintained
927
928EXT3 FILE SYSTEM
929P: Stephen Tweedie, Andrew Morton
930M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
931L: ext3-users@redhat.com
932S: Maintained
933
Jean Delvaree53004e2006-01-09 23:26:14 +0100934F71805F HARDWARE MONITORING DRIVER
935P: Jean Delvare
936M: khali@linux-fr.org
937L: lm-sensors@lm-sensors.org
938S: Maintained
939
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940FARSYNC SYNCHRONOUS DRIVER
941P: Kevin Curtis
942M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943W: http://www.farsite.co.uk/
944S: Supported
945
946FRAMEBUFFER LAYER
947P: Antonino Daplas
948M: adaplas@pol.net
949L: linux-fbdev-devel@lists.sourceforge.net
950W: http://linux-fbdev.sourceforge.net/
951S: Maintained
952
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300953FREESCALE SOC FS_ENET DRIVER
954P: Pantelis Antoniou
955M: pantelis.antoniou@gmail.com
956P: Vitaly Bordug
957M: vbordug@ru.mvista.com
958L: linuxppc-embedded@ozlabs.org
959L: netdev@vger.kernel.org
960S: Maintained
961
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962FILE LOCKING (flock() and fcntl()/lockf())
963P: Matthew Wilcox
964M: matthew@wil.cx
965L: linux-fsdevel@vger.kernel.org
966S: Maintained
967
968FILESYSTEMS (VFS and infrastructure)
969P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100970M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971S: Maintained
972
973FIRMWARE LOADER (request_firmware)
974L: linux-kernel@vger.kernel.org
975S: Orphan
976
977FPU EMULATOR
978P: Bill Metzenthen
979M: billm@suburbia.net
980W: http://suburbia.net/~billm/floating-point/emulator/
981S: Maintained
982
983FRAME RELAY DLCI/FRAD (Sangoma drivers too)
984P: Mike McLagan
985M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700986L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987S: Maintained
988
989FREEVXFS FILESYSTEM
990P: Christoph Hellwig
991M: hch@infradead.org
992W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
993S: Maintained
994
995FUJITSU FR-V PORT
996P: David Howells
997M: dhowells@redhat.com
998S: Maintained
999
1000FTAPE/QIC-117
1001L: linux-tape@vger.kernel.org
1002W: http://sourceforge.net/projects/ftape
1003S: Orphan
1004
Miklos Szeredi04578f12005-09-09 13:10:22 -07001005FUSE: FILESYSTEM IN USERSPACE
1006P: Miklos Szeredi
1007M: miklos@szeredi.hu
1008L: fuse-devel@lists.sourceforge.net
1009W: http://fuse.sourceforge.net/
1010S: Maintained
1011
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1013P: Rik Faith
1014M: faith@cs.unc.edu
1015L: linux-scsi@vger.kernel.org
1016S: Odd fixes (e.g., new signatures)
1017
1018GDT SCSI DISK ARRAY CONTROLLER DRIVER
1019P: Achim Leubner
1020M: achim_leubner@adaptec.com
1021L: linux-scsi@vger.kernel.org
1022W: http://www.icp-vortex.com/
1023S: Supported
1024
1025GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1026P: Krzysztof Halasa
1027M: khc@pm.waw.pl
1028W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1029S: Maintained
1030
Jean Delvare5b543962005-08-15 19:51:02 +02001031HARDWARE MONITORING
1032P: Jean Delvare
1033M: khali@linux-fr.org
1034L: lm-sensors@lm-sensors.org
1035W: http://www.lm-sensors.nu/
1036S: Maintained
1037
Robert Love860e1d62005-08-31 23:57:59 -04001038HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1039P: Robert Love
1040M: rlove@rlove.org
1041M: linux-kernel@vger.kernel.org
1042W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1043S: Maintained
1044
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045HARMONY SOUND DRIVER
1046P: Kyle McMartin
1047M: kyle@parisc-linux.org
1048W: http://www.parisc-linux.org/~kyle/harmony/
1049L: parisc-linux@lists.parisc-linux.org
1050S: Maintained
1051
1052HAYES ESP SERIAL DRIVER
1053P: Andrew J. Robinson
1054M: arobinso@nyx.net
1055L: linux-kernel@vger.kernel.org
1056W: http://www.nyx.net/~arobinso
1057S: Maintained
1058
1059HFS FILESYSTEM
1060P: Roman Zippel
1061M: zippel@linux-m68k.org
1062L: linux-kernel@vger.kernel.org
1063S: Maintained
1064
1065HGA FRAMEBUFFER DRIVER
1066P: Ferenc Bakonyi
1067M: fero@drama.obuda.kando.hu
1068L: linux-nvidia@lists.surfsouth.com
1069W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1070S: Maintained
1071
1072HIGH-SPEED SCC DRIVER FOR AX.25
1073P: Klaus Kudielka
1074M: klaus.kudielka@ieee.org
1075L: linux-hams@vger.kernel.org
1076W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1077S: Maintained
1078
1079HIPPI
1080P: Jes Sorensen
1081M: jes@trained-monkey.org
1082L: linux-hippi@sunsite.dk
1083S: Maintained
1084
1085HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1086P: Chirag Kantharia
1087M: chirag.kantharia@hp.com
1088L: iss_storagedev@hp.com
1089S: Maintained
1090
1091HEWLETT-PACKARD SMART2 RAID DRIVER
1092P: Chirag Kantharia
1093M: chirag.kantharia@hp.com
1094L: iss_storagedev@hp.com
1095S: Maintained
1096
1097HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1098P: Mike Miller
1099M: mike.miller@hp.com
1100L: iss_storagedev@hp.com
1101S: Supported
1102
Jouni Malinenff1d2762005-05-12 22:54:16 -04001103HOST AP DRIVER
1104P: Jouni Malinen
1105M: jkmaline@cc.hut.fi
1106L: hostap@shmoo.com
1107W: http://hostap.epitest.fi/
1108S: Maintained
1109
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1111P: Jaroslav Kysela
1112M: perex@suse.cz
1113S: Maintained
1114
Bob Piccob9b03322005-11-07 00:59:19 -08001115HPET: High Precision Event Timers driver (hpet.c)
1116P: Clemens Ladisch
1117M: clemens@ladisch.de
1118S: Maintained
1119
1120HPET: i386
1121P: Venkatesh Pallipadi (Venki)
1122M: venkatesh.pallipadi@intel.com
1123S: Maintained
1124
1125HPET: x86_64
1126P: Andi Kleen and Vojtech Pavlik
1127M: ak@muc.de and vojtech@suse.cz
1128S: Maintained
1129
1130HPET: ACPI hpet.c
1131P: Bob Picco
1132M: bob.picco@hp.com
1133S: Maintained
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135HPFS FILESYSTEM
1136P: Mikulas Patocka
1137M: mikulas@artax.karlin.mff.cuni.cz
1138W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1139S: Maintained
1140
1141HUGETLB FILESYSTEM
1142P: William Irwin
1143M: wli@holomorphy.com
1144S: Maintained
1145
Jean Delvare5b543962005-08-15 19:51:02 +02001146I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147P: Jean Delvare
1148M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001149L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001151T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152S: Maintained
1153
1154I2O
1155P: Markus Lidel
1156M: markus.lidel@shadowconnect.com
1157W: http://i2o.shadowconnect.com/
1158S: Maintained
1159
1160i386 BOOT CODE
1161P: Riley H. Williams
1162M: Riley@Williams.Name
1163L: Linux-Kernel@vger.kernel.org
1164S: Maintained
1165
1166i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1167P: Dave Jones
1168M: davej@codemonkey.org.uk
1169P: H. Peter Anvin
1170M: hpa@zytor.com
1171S: Maintained
1172
1173i810 TCO TIMER WATCHDOG
1174P: Nils Faerber
1175M: nils@kernelconcepts.de
1176W: http://www.kernelconcepts.de/
1177S: Maintained
1178
1179IA64 (Itanium) PLATFORM
1180P: Tony Luck
1181M: tony.luck@intel.com
1182L: linux-ia64@vger.kernel.org
1183W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001184T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185S: Maintained
1186
1187SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001188P: Jes Sorensen
1189M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190L: linux-altix@sgi.com
1191L: linux-ia64@vger.kernel.org
1192W: http://www.sgi.com/altix
1193S: Maintained
1194
1195IBM MCA SCSI SUBSYSTEM DRIVER
1196P: Michael Lang
1197M: langa2@kph.uni-mainz.de
1198W: http://www.uni-mainz.de/~langm000/linux.html
1199S: Maintained
1200
1201IBM Power Linux RAID adapter
1202P: Brian King
1203M: brking@us.ibm.com
1204S: Supported
1205
1206IBM ServeRAID RAID DRIVER
1207P: Jack Hammer
1208P: Dave Jeffery
1209M: ipslinux@adaptec.com
1210W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1211S: Supported
1212
1213IDE DRIVER [GENERAL]
1214P: Bartlomiej Zolnierkiewicz
1215M: B.Zolnierkiewicz@elka.pw.edu.pl
1216L: linux-kernel@vger.kernel.org
1217L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001218T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219S: Maintained
1220
1221IDE/ATAPI CDROM DRIVER
1222P: Jens Axboe
1223M: axboe@suse.de
1224L: linux-kernel@vger.kernel.org
1225W: http://www.kernel.dk
1226S: Maintained
1227
1228IDE/ATAPI FLOPPY DRIVERS
1229P: Paul Bristow
1230M: Paul Bristow <paul@paulbristow.net>
1231W: http://paulbristow.net/linux/idefloppy.html
1232L: linux-kernel@vger.kernel.org
1233S: Maintained
1234
1235IDE/ATAPI TAPE DRIVERS
1236P: Gadi Oxman
1237M: Gadi Oxman <gadio@netvision.net.il>
1238L: linux-kernel@vger.kernel.org
1239S: Maintained
1240
1241IEEE 1394 ETHERNET (eth1394)
1242L: linux1394-devel@lists.sourceforge.net
1243W: http://www.linux1394.org/
1244S: Orphan
1245
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246IEEE 1394 SUBSYSTEM
1247P: Ben Collins
1248M: bcollins@debian.org
1249P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001250M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251L: linux1394-devel@lists.sourceforge.net
1252W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001253T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254S: Maintained
1255
1256IEEE 1394 OHCI DRIVER
1257P: Ben Collins
1258M: bcollins@debian.org
1259P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001260M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261L: linux1394-devel@lists.sourceforge.net
1262W: http://www.linux1394.org/
1263S: Maintained
1264
1265IEEE 1394 PCILYNX DRIVER
1266P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001267M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268L: linux1394-devel@lists.sourceforge.net
1269W: http://www.linux1394.org/
1270S: Maintained
1271
1272IEEE 1394 RAW I/O DRIVER
1273P: Ben Collins
1274M: bcollins@debian.org
1275P: Dan Dennedy
1276M: dan@dennedy.org
1277L: linux1394-devel@lists.sourceforge.net
1278W: http://www.linux1394.org/
1279S: Maintained
1280
Jody McIntyre105d7b32005-09-30 11:59:04 -07001281IEEE 1394 SBP2
1282P: Ben Collins
1283M: bcollins@debian.org
1284P: Stefan Richter
1285M: stefanr@s5r6.in-berlin.de
1286L: linux1394-devel@lists.sourceforge.net
1287W: http://www.linux1394.org/
1288S: Maintained
1289
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290IMS TWINTURBO FRAMEBUFFER DRIVER
1291P: Paul Mundt
1292M: lethal@chaoticdreams.org
1293L: linux-fbdev-devel@lists.sourceforge.net
1294S: Maintained
1295
1296INFINIBAND SUBSYSTEM
1297P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001298M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299P: Sean Hefty
1300M: mshefty@ichips.intel.com
1301P: Hal Rosenstock
1302M: halr@voltaire.com
1303L: openib-general@openib.org
1304W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001305T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306S: Supported
1307
1308INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001309P: Dmitry Torokhov
1310M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311L: linux-input@atrey.karlin.mff.cuni.cz
1312L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001313T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314S: Maintained
1315
Robert Lovec9f04f52005-07-15 12:21:07 -04001316INOTIFY
1317P: John McCutchan and Robert Love
1318M: ttb@tentacle.dhs.org and rml@novell.com
1319L: linux-kernel@vger.kernel.org
1320S: Maintained
1321
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001322INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1323P: Sylvain Meyer
1324M: sylvain.meyer@worldonline.fr
1325L: linux-fbdev-devel@lists.sourceforge.net
1326S: Maintained
1327
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328INTEL 810/815 FRAMEBUFFER DRIVER
1329P: Antonino Daplas
1330M: adaplas@pol.net
1331L: linux-fbdev-devel@lists.sourceforge.net
1332S: Maintained
1333
1334INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1335P: Ingo Molnar
1336M: mingo@redhat.com
1337S: Maintained
1338
1339INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1340P: Jeff Garzik
1341M: jgarzik@pobox.com
1342W: http://sourceforge.net/projects/gkernel/
1343S: Maintained
1344
1345INTEL IA32 MICROCODE UPDATE SUPPORT
1346P: Tigran Aivazian
1347M: tigran@veritas.com
1348S: Maintained
1349
1350INTEL PRO/100 ETHERNET SUPPORT
1351P: John Ronciak
1352M: john.ronciak@intel.com
1353P: Ganesh Venkatesan
1354M: ganesh.venkatesan@intel.com
1355P: Jesse Brandeburg
1356M: jesse.brandeburg@intel.com
1357W: http://sourceforge.net/projects/e1000/
1358S: Supported
1359
1360INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1361P: Jeb Cramer
1362M: cramerj@intel.com
1363P: John Ronciak
1364M: john.ronciak@intel.com
1365P: Ganesh Venkatesan
1366M: ganesh.venkatesan@intel.com
1367W: http://sourceforge.net/projects/e1000/
1368S: Supported
1369
1370INTEL PRO/10GbE SUPPORT
1371P: Ayyappan Veeraiyan
1372M: ayyappan.veeraiyan@intel.com
1373P: Ganesh Venkatesan
1374M: ganesh.venkatesan@intel.com
1375P: John Ronciak
1376M: john.ronciak@intel.com
1377W: http://sourceforge.net/projects/e1000/
1378S: Supported
1379
James Ketrenos826d2ab2005-11-07 18:56:59 -06001380INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1381P: Yi Zhu
1382M: yi.zhu@intel.com
1383P: James Ketrenos
1384M: jketreno@linux.intel.com
1385L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1386W: http://ipw2100.sourceforge.net
1387S: Supported
1388
1389INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1390P: Yi Zhu
1391M: yi.zhu@intel.com
1392P: James Ketrenos
1393M: jketreno@linux.intel.com
1394L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1395W: http://ipw2200.sourceforge.net
1396S: Supported
1397
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398IOC3 DRIVER
1399P: Ralf Baechle
1400M: ralf@linux-mips.org
1401L: linux-mips@linux-mips.org
1402S: Maintained
1403
1404IP MASQUERADING:
1405P: Juanjo Ciarlante
1406M: jjciarla@raiz.uncu.edu.ar
1407S: Maintained
1408
1409IPX NETWORK LAYER
1410P: Arnaldo Carvalho de Melo
1411M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001412L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413S: Maintained
1414
1415IRDA SUBSYSTEM
1416P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001417L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001419S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420
1421ISAPNP
1422P: Jaroslav Kysela
1423M: perex@suse.cz
1424S: Maintained
1425
1426ISDN SUBSYSTEM
1427P: Karsten Keil
1428M: kkeil@suse.de
1429P: Kai Germaschewski
1430M: kai.germaschewski@gmx.de
1431L: isdn4linux@listserv.isdn4linux.de
1432W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001433T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434S: Maintained
1435
1436ISDN SUBSYSTEM (Eicon active card driver)
1437P: Armin Schindler
1438M: mac@melware.de
1439L: isdn4linux@listserv.isdn4linux.de
1440W: http://www.melware.de
1441S: Maintained
1442
1443JOURNALLING FLASH FILE SYSTEM (JFFS)
1444P: Axis Communications AB
1445M: jffs-dev@axis.com
1446L: jffs-dev@axis.com
1447W: http://www.developer.axis.com/software/jffs/
1448S: Maintained
1449
1450JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1451P: David Woodhouse
1452M: dwmw2@infradead.org
1453L: jffs-dev@axis.com
1454W: http://sources.redhat.com/jffs2/
1455S: Maintained
1456
1457JFS FILESYSTEM
1458P: Dave Kleikamp
1459M: shaggy@austin.ibm.com
1460L: jfs-discussion@lists.sourceforge.net
1461W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001462T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463S: Supported
1464
1465KCONFIG
1466P: Roman Zippel
1467M: zippel@linux-m68k.org
1468L: kbuild-devel@lists.sourceforge.net
1469S: Maintained
1470
1471KERNEL AUTOMOUNTER (AUTOFS)
1472P: H. Peter Anvin
1473M: hpa@zytor.com
1474L: autofs@linux.kernel.org
1475S: Odd Fixes
1476
1477KERNEL AUTOMOUNTER v4 (AUTOFS4)
1478P: Ian Kent
1479M: raven@themaw.net
1480L: autofs@linux.kernel.org
1481S: Maintained
1482
1483KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1484P: Kai Germaschewski
1485M: kai@germaschewski.name
1486P: Sam Ravnborg
1487M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001488T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489S: Maintained
1490
1491KERNEL JANITORS
1492P: Several
1493L: kernel-janitors@osdl.org
1494W: http://www.kerneljanitors.org/
1495W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496S: Maintained
1497
1498KERNEL NFSD
1499P: Neil Brown
1500M: neilb@cse.unsw.edu.au
1501L: nfs@lists.sourceforge.net
1502W: http://nfs.sourceforge.net/
1503W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1504S: Maintained
1505
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001506KEXEC
1507P: Eric Biederman
1508P: Randy Dunlap
1509M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001510M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001511W: http://www.xmission.com/~ebiederm/files/kexec/
1512L: linux-kernel@vger.kernel.org
1513L: fastboot@osdl.org
1514S: Maintained
1515
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001516KPROBES
1517P: Prasanna S Panchamukhi
1518M: prasanna@in.ibm.com
1519P: Ananth N Mavinakayanahalli
1520M: ananth@in.ibm.com
1521P: Anil S Keshavamurthy
1522M: anil.s.keshavamurthy@intel.com
1523P: David S. Miller
1524M: davem@davemloft.net
1525L: linux-kernel@vger.kernel.org
1526S: Maintained
1527
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528LANMEDIA WAN CARD DRIVER
1529P: Andrew Stanley-Jones
1530M: asj@lanmedia.com
1531W: http://www.lanmedia.com/
1532S: Supported
1533
1534LAPB module
1535P: Henner Eisen
1536M: eis@baty.hanse.de
1537L: linux-x25@vger.kernel.org
1538S: Maintained
1539
1540LASI 53c700 driver for PARISC
1541P: James E.J. Bottomley
1542M: James.Bottomley@HansenPartnership.com
1543L: linux-scsi@vger.kernel.org
1544S: Maintained
1545
1546LEGO USB Tower driver
1547P: Juergen Stuber
1548M: starblue@users.sourceforge.net
1549L: legousb-devel@lists.sourceforge.net
1550W: http://legousb.sourceforge.net/
1551S: Maintained
1552
1553LINUX FOR IBM pSERIES (RS/6000)
1554P: Paul Mackerras
1555M: paulus@au.ibm.com
1556W: http://www.ibm.com/linux/ltc/projects/ppc
1557S: Supported
1558
1559LINUX FOR NCR VOYAGER
1560P: James Bottomley
1561M: James.Bottomley@HansenPartnership.com
1562W: http://www.hansenpartnership.com/voyager
1563S: Maintained
1564
1565LINUX FOR POWERPC
1566P: Paul Mackerras
1567M: paulus@samba.org
1568W: http://www.penguinppc.org/
1569L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001570T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571S: Supported
1572
1573LINUX FOR POWER MACINTOSH
1574P: Benjamin Herrenschmidt
1575M: benh@kernel.crashing.org
1576W: http://www.penguinppc.org/
1577L: linuxppc-dev@ozlabs.org
1578S: Maintained
1579
1580LINUX FOR POWERPC EMBEDDED MPC52XX
1581P: Sylvain Munaut
1582M: tnt@246tNt.com
1583W: http://www.246tNt.com/mpc52xx/
1584W: http://www.penguinppc.org/
1585L: linuxppc-dev@ozlabs.org
1586L: linuxppc-embedded@ozlabs.org
1587S: Maintained
1588
1589LINUX FOR POWERPC EMBEDDED PPC4XX
1590P: Matt Porter
1591M: mporter@kernel.crashing.org
1592W: http://www.penguinppc.org/
1593L: linuxppc-embedded@ozlabs.org
1594S: Maintained
1595
Tom Rinie93adf12005-07-26 12:49:53 -07001596LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597P: Tom Rini
1598M: trini@kernel.crashing.org
1599W: http://www.penguinppc.org/
1600L: linuxppc-embedded@ozlabs.org
1601S: Maintained
1602
Tom Rinie93adf12005-07-26 12:49:53 -07001603LINUX FOR POWERPC EMBEDDED PPC8XX
1604P: Marcelo Tosatti
1605M: marcelo.tosatti@cyclades.com
1606W: http://www.penguinppc.org/
1607L: linuxppc-embedded@ozlabs.org
1608S: Maintained
1609
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1611P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001612M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613W: http://www.penguinppc.org/
1614L: linuxppc-embedded@ozlabs.org
1615S: Maintained
1616
1617LLC (802.2)
1618P: Arnaldo Carvalho de Melo
1619M: acme@conectiva.com.br
1620S: Maintained
1621
1622LINUX FOR 64BIT POWERPC
1623P: Paul Mackerras
1624M: paulus@samba.org
1625M: paulus@au.ibm.com
1626P: Anton Blanchard
1627M: anton@samba.org
1628M: anton@au.ibm.com
1629W: http://linuxppc64.org
1630L: linuxppc64-dev@ozlabs.org
1631S: Supported
1632
1633LINUX SECURITY MODULE (LSM) FRAMEWORK
1634P: Chris Wright
1635M: chrisw@osdl.org
1636L: linux-security-module@wirex.com
1637W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001638T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639S: Supported
1640
1641LM83 HARDWARE MONITOR DRIVER
1642P: Jean Delvare
1643M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001644L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645S: Maintained
1646
1647LM90 HARDWARE MONITOR DRIVER
1648P: Jean Delvare
1649M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001650L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651S: Maintained
1652
1653LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1654P: Richard Russon (FlatCap)
1655M: ldm@flatcap.org
1656L: ldm-devel@lists.sourceforge.net
1657W: http://ldm.sourceforge.net
1658S: Maintained
1659
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001660LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1661P: Eric Moore
1662M: Eric.Moore@lsil.com
1663M: support@lsil.com
1664L: mpt_linux_developer@lsil.com
1665L: linux-scsi@vger.kernel.org
1666W: http://www.lsilogic.com/support
1667S: Supported
1668
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1670P: Matthew Wilcox
1671M: matthew@wil.cx
1672L: linux-scsi@vger.kernel.org
1673S: Maintained
1674
1675M68K ARCHITECTURE
1676P: Geert Uytterhoeven
1677M: geert@linux-m68k.org
1678P: Roman Zippel
1679M: zippel@linux-m68k.org
1680L: linux-m68k@lists.linux-m68k.org
1681W: http://www.linux-m68k.org/
1682W: http://linux-m68k-cvs.ubb.ca/
1683S: Maintained
1684
1685M68K ON APPLE MACINTOSH
1686P: Joshua Thompson
1687M: funaho@jurai.org
1688W: http://www.mac.linux-m68k.org/
1689L: linux-mac68k@mac.linux-m68k.org
1690S: Maintained
1691
1692M68K ON HP9000/300
1693P: Philip Blundell
1694M: philb@gnu.org
1695W: http://www.tazenda.demon.co.uk/phil/linux-hp
1696S: Maintained
1697
1698MARVELL YUKON / SYSKONNECT DRIVER
1699P: Mirko Lindner
1700M: mlindner@syskonnect.de
1701P: Ralph Roesler
1702M: rroesler@syskonnect.de
1703W: http://www.syskonnect.com
1704S: Supported
1705
1706MAESTRO PCI SOUND DRIVERS
1707P: Zach Brown
1708M: zab@zabbo.net
1709S: Odd Fixes
1710
Michael Kerriskfaf16682005-07-31 22:34:47 -07001711MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1712P: Michael Kerrisk
1713M: mtk-manpages@gmx.net
1714W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1715S: Maintained
1716
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001717MARVELL MV643XX ETHERNET DRIVER
1718P: Dale Farnsworth
1719M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001721M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001722L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001723S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724
1725MATROX FRAMEBUFFER DRIVER
1726P: Petr Vandrovec
1727M: vandrove@vc.cvut.cz
1728L: linux-fbdev-devel@lists.sourceforge.net
1729S: Maintained
1730
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001731MEGARAID SCSI DRIVERS
1732P: Neela Syam Kolli
1733M: Neela.Kolli@engenio.com
1734S: linux-scsi@vger.kernel.org
1735W: http://megaraid.lsilogic.com
1736S: Maintained
1737
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738MEMORY TECHNOLOGY DEVICES
1739P: David Woodhouse
1740M: dwmw2@infradead.org
1741W: http://www.linux-mtd.infradead.org/
1742L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001743T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744S: Maintained
1745
1746MICROTEK X6 SCANNER
1747P: Oliver Neukum
1748M: oliver@neukum.name
1749S: Maintained
1750
1751MIPS
1752P: Ralf Baechle
1753M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001754W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755L: linux-mips@linux-mips.org
1756S: Maintained
1757
1758MISCELLANEOUS MCA-SUPPORT
1759P: James Bottomley
1760M: jejb@steeleye.com
1761L: linux-kernel@vger.kernel.org
1762S: Maintained
1763
1764MODULE SUPPORT
1765P: Rusty Russell
1766M: rusty@rustcorp.com.au
1767L: linux-kernel@vger.kernel.org
1768S: Maintained
1769
1770MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1771P: Stelian Pop
1772M: stelian@popies.net
1773W: http://popies.net/meye/
1774S: Maintained
1775
1776MOUSE AND MISC DEVICES [GENERAL]
1777P: Alessandro Rubini
1778M: rubini@ipvvis.unipv.it
1779L: linux-kernel@vger.kernel.org
1780S: Maintained
1781
1782MTRR AND SIMILAR SUPPORT [i386]
1783P: Richard Gooch
1784M: rgooch@atnf.csiro.au
1785L: linux-kernel@vger.kernel.org
1786W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1787S: Maintained
1788
1789MULTISOUND SOUND DRIVER
1790P: Andrew Veliath
1791M: andrewtv@usa.net
1792S: Maintained
1793
1794NATSEMI ETHERNET DRIVER (DP8381x)
1795P: Tim Hockin
1796M: thockin@hockin.org
1797S: Maintained
1798
1799NCP FILESYSTEM
1800P: Petr Vandrovec
1801M: vandrove@vc.cvut.cz
1802L: linware@sh.cvut.cz
1803S: Maintained
1804
1805NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1806P: James E.J. Bottomley
1807M: James.Bottomley@HansenPartnership.com
1808L: linux-scsi@vger.kernel.org
1809S: Maintained
1810
1811NETFILTER/IPTABLES/IPCHAINS
1812P: Rusty Russell
1813P: Marc Boucher
1814P: James Morris
1815P: Harald Welte
1816P: Jozsef Kadlecsik
1817M: coreteam@netfilter.org
1818W: http://www.netfilter.org/
1819W: http://www.iptables.org/
1820L: netfilter@lists.netfilter.org
1821L: netfilter-devel@lists.netfilter.org
1822S: Supported
1823
1824NETROM NETWORK LAYER
1825P: Ralf Baechle
1826M: ralf@linux-mips.org
1827L: linux-hams@vger.kernel.org
1828S: Maintained
1829
1830NETWORK BLOCK DEVICE
1831P: Paul Clements
1832M: Paul.Clements@steeleye.com
1833S: Maintained
1834
1835NETWORK DEVICE DRIVERS
1836P: Andrew Morton
1837M: akpm@osdl.org
1838P: Jeff Garzik
1839M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001840L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001841T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842S: Maintained
1843
1844NETWORKING [GENERAL]
1845P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001846M: netdev@vger.kernel.org
1847L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848S: Maintained
1849
1850NETWORKING [IPv4/IPv6]
1851P: David S. Miller
1852M: davem@davemloft.net
1853P: Alexey Kuznetsov
1854M: kuznet@ms2.inr.ac.ru
1855P: Pekka Savola (ipv6)
1856M: pekkas@netcore.fi
1857P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001858M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859P: Hideaki YOSHIFUJI
1860M: yoshfuji@linux-ipv6.org
1861P: Patrick McHardy
1862M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001863L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001864T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865S: Maintained
1866
John W. Linville29f8f632006-01-18 14:52:48 -08001867NETWORKING [WIRELESS]
1868P: John W. Linville
1869M: linville@tuxdriver.com
1870L: netdev@vger.kernel.org
1871T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1872S: Maintained
1873
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874IPVS
1875P: Wensong Zhang
1876M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001877P: Simon Horman
1878M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879P: Julian Anastasov
1880M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001881L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882S: Maintained
1883
1884NFS CLIENT
1885P: Trond Myklebust
1886M: trond.myklebust@fys.uio.no
1887L: linux-kernel@vger.kernel.org
1888S: Maintained
1889
1890NI5010 NETWORK DRIVER
1891P: Jan-Pascal van Best and Andreas Mohr
1892M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1893M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001894L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895S: Maintained
1896
1897NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1898P: YOKOTA Hiroshi
1899M: yokota@netlab.is.tsukuba.ac.jp
1900W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1901S: Maintained
1902
1903NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1904P: GOTO Masanori
1905M: gotom@debian.or.jp
1906P: YOKOTA Hiroshi
1907M: yokota@netlab.is.tsukuba.ac.jp
1908W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1909S: Maintained
1910
1911NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1912P: Eberhard Moenkeberg
1913M: emoenke@gwdg.de
1914L: linux-kernel@vger.kernel.org
1915S: Maintained
1916
1917NTFS FILESYSTEM
1918P: Anton Altaparmakov
1919M: aia21@cantab.net
1920L: linux-ntfs-dev@lists.sourceforge.net
1921L: linux-kernel@vger.kernel.org
1922W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001923T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924S: Maintained
1925
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001926NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1927P: Antonino Daplas
1928M: adaplas@pol.net
1929L: linux-fbdev-devel@lists.sourceforge.net
1930S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931
Mark Fashehccd979b2005-12-15 14:31:24 -08001932ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1933P: Mark Fasheh
1934M: mark.fasheh@oracle.com
1935P: Kurt Hackel
1936M: kurt.hackel@oracle.com
1937L: ocfs2-devel@oss.oracle.com
1938W: http://oss.oracle.com/projects/ocfs2/
1939S: Supported
1940
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941OLYMPIC NETWORK DRIVER
1942P: Peter De Shrijver
1943M: p2@ace.ulyssis.student.kuleuven.ac.be
1944P: Mike Phillips
1945M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001946L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947L: linux-tr@linuxtr.net
1948W: http://www.linuxtr.net
1949S: Maintained
1950
Harald Weltec1986ee2005-11-13 16:06:29 -08001951OMNIKEY CARDMAN 4000 DRIVER
1952P: Harald Welte
1953M: laforge@gnumonks.org
1954S: Maintained
1955
Harald Welte77c44ab2005-11-13 16:06:26 -08001956OMNIKEY CARDMAN 4040 DRIVER
1957P: Harald Welte
1958M: laforge@gnumonks.org
1959S: Maintained
1960
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961ONSTREAM SCSI TAPE DRIVER
1962P: Willem Riede
1963M: osst@riede.org
1964L: osst-users@lists.sourceforge.net
1965L: linux-scsi@vger.kernel.org
1966S: Maintained
1967
1968OPL3-SA2, SA3, and SAx DRIVER
1969P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001970M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971L: linux-sound@vger.kernel.org
1972S: Maintained
1973
1974OPROFILE
1975P: Philippe Elie
1976M: phil.el@wanadoo.fr
1977L: oprofile-list@lists.sf.net
1978S: Maintained
1979
1980ORINOCO DRIVER
1981P: Pavel Roskin
1982M: proski@gnu.org
1983P: David Gibson
1984M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001985L: orinoco-users@lists.sourceforge.net
1986L: orinoco-devel@lists.sourceforge.net
1987W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988S: Maintained
1989
1990PARALLEL PORT SUPPORT
1991P: Phil Blundell
1992M: philb@gnu.org
1993P: Tim Waugh
1994M: tim@cyberelk.net
1995P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996P: Andrea Arcangeli
1997M: andrea@suse.de
1998L: linux-parport@lists.infradead.org
1999W: http://people.redhat.com/twaugh/parport/
2000S: Maintained
2001
2002PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2003P: Tim Waugh
2004M: tim@cyberelk.net
2005L: linux-parport@lists.infradead.org
2006W: http://www.torque.net/linux-pp.html
2007S: Maintained
2008
2009PARISC ARCHITECTURE
2010P: Matthew Wilcox
2011M: matthew@wil.cx
2012P: Grant Grundler
2013M: grundler@parisc-linux.org
2014L: parisc-linux@parisc-linux.org
2015W: http://www.parisc-linux.org/
2016S: Maintained
2017
2018PERSONALITY HANDLING
2019P: Christoph Hellwig
2020M: hch@infradead.org
2021L: linux-abi-devel@lists.sourceforge.net
2022S: Maintained
2023
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002024PCI ERROR RECOVERY
2025P: Linas Vepstas
2026M: linas@austin.ibm.com
2027L: linux-kernel@vger.kernel.org
2028L: linux-pci@atrey.karlin.mff.cuni.cz
2029S: Supported
2030
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2032P: Thomas Sailer
2033M: sailer@ife.ee.ethz.ch
2034L: linux-sound@vger.kernel.org
2035W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2036S: Maintained
2037
2038PCI SUBSYSTEM
2039P: Greg Kroah-Hartman
2040M: gregkh@suse.de
2041L: linux-kernel@vger.kernel.org
2042L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002043T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044S: Supported
2045
2046PCI HOTPLUG CORE
2047P: Greg Kroah-Hartman
2048M: gregkh@suse.de
2049S: Supported
2050
2051PCI HOTPLUG COMPAQ DRIVER
2052P: Greg Kroah-Hartman
2053M: greg@kroah.com
2054S: Maintained
2055
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002056PCIE HOTPLUG DRIVER
2057P: Kristen Carlson Accardi
2058M: kristen.c.accardi@intel.com
2059L: pcihpd-discuss@lists.sourceforge.net
2060S: Maintained
2061
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002063P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002065T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002066S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067
2068PCNET32 NETWORK DRIVER
2069P: Thomas Bogendörfer
2070M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002071L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072S: Maintained
2073
2074PHRAM MTD DRIVER
2075P: Jörn Engel
2076M: joern@wh.fh-wedel.de
2077L: linux-mtd@lists.infradead.org
2078S: Maintained
2079
Peter Osterlund249a6772005-09-27 21:45:30 -07002080PKTCDVD DRIVER
2081P: Peter Osterlund
2082M: petero2@telia.com
2083L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002084S: Maintained
2085
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086POSIX CLOCKS and TIMERS
2087P: George Anzinger
2088M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002089L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090S: Supported
2091
Eugene Surovegin24682972005-10-14 03:00:53 -07002092POWERPC 4xx EMAC DRIVER
2093P: Eugene Surovegin
2094M: ebs@ebshome.net
2095W: http://kernel.ebshome.net/emac/
2096L: linuxppc-embedded@ozlabs.org
2097L: netdev@vger.kernel.org
2098S: Maintained
2099
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100PNP SUPPORT
2101P: Adam Belay
2102M: ambx1@neo.rr.com
2103S: Maintained
2104
2105PPP PROTOCOL DRIVERS AND COMPRESSORS
2106P: Paul Mackerras
2107M: paulus@samba.org
2108L: linux-ppp@vger.kernel.org
2109S: Maintained
2110
2111PPP OVER ATM (RFC 2364)
2112P: Mitchell Blank Jr
2113M: mitch@sfgoth.com
2114S: Maintained
2115
2116PPP OVER ETHERNET
2117P: Michal Ostrowski
2118M: mostrows@speakeasy.net
2119S: Maintained
2120
2121PREEMPTIBLE KERNEL
2122P: Robert Love
2123M: rml@tech9.net
2124L: linux-kernel@vger.kernel.org
2125L: kpreempt-tech@lists.sourceforge.net
2126W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2127S: Supported
2128
2129PRISM54 WIRELESS DRIVER
2130P: Prism54 Development Team
2131M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002132L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133W: http://prism54.org
2134S: Maintained
2135
2136PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2137P: Peter Denison
2138M: promise@pnd-pc.demon.co.uk
2139W: http://www.pnd-pc.demon.co.uk/promise/
2140S: Maintained
2141
2142PXA2xx SUPPORT
2143P: Nicolas Pitre
2144M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002145L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146S: Maintained
2147
2148QLOGIC QLA2XXX FC-SCSI DRIVER
2149P: Andrew Vasquez
2150M: andrew.vasquez@qlogic.com
2151L: linux-scsi@vger.kernel.org
2152S: Supported
2153
2154QNX4 FILESYSTEM
2155P: Anders Larsen
2156M: al@alarsen.net
2157L: linux-kernel@vger.kernel.org
2158W: http://www.alarsen.net/linux/qnx4fs/
2159S: Maintained
2160
2161RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002162P: Benjamin Herrenschmidt
2163M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164L: linux-fbdev-devel@lists.sourceforge.net
2165S: Maintained
2166
2167RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002168P: Paul Mackerras
2169M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170L: linux-fbdev-devel@lists.sourceforge.net
2171S: Maintained
2172
2173RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2174P: Corey Thomas
2175M: corey@world.std.com
2176L: linux-kernel@vger.kernel.org
2177S: Maintained
2178
Matt Mackall9e95ce22005-04-16 15:25:56 -07002179RANDOM NUMBER DRIVER
2180P: Matt Mackall
2181M: mpm@selenic.com
2182S: Maintained
2183
Matt Porter394b7012005-11-07 01:00:15 -08002184RAPIDIO SUBSYSTEM
2185P: Matt Porter
2186M: mporter@kernel.crashing.org
2187L: linux-kernel@vger.kernel.org
2188S: Maintained
2189
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190REAL TIME CLOCK DRIVER
2191P: Paul Gortmaker
2192M: p_gortmaker@yahoo.com
2193L: linux-kernel@vger.kernel.org
2194S: Maintained
2195
2196REISERFS FILE SYSTEM
2197P: Hans Reiser
2198M: reiserfs-dev@namesys.com
2199L: reiserfs-list@namesys.com
2200W: http://www.namesys.com
2201S: Supported
2202
2203ROCKETPORT DRIVER
2204P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205W: http://www.comtrol.com
2206S: Maintained
2207
2208ROSE NETWORK LAYER
2209P: Ralf Baechle
2210M: ralf@linux-mips.org
2211L: linux-hams@vger.kernel.org
2212S: Maintained
2213
2214RISCOM8 DRIVER
2215S: Orphan
2216
2217RTLINUX REALTIME LINUX
2218P: Victor Yodaiken
2219M: yodaiken@fsmlabs.com
2220L: rtl@rtlinux.org
2221W: www.rtlinux.org
2222S: Maintained
2223
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002224S3 SAVAGE FRAMEBUFFER DRIVER
2225P: Antonino Daplas
2226M: adaplas@pol.net
2227L: linux-fbdev-devel@lists.sourceforge.net
2228S: Maintained
2229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230S390
2231P: Martin Schwidefsky
2232M: schwidefsky@de.ibm.com
2233M: linux390@de.ibm.com
2234L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002235W: http://www.ibm.com/developerworks/linux/linux390/
2236S: Supported
2237
2238S390 NETWORK DRIVERS
2239P: Frank Pavlic
2240M: fpavlic@de.ibm.com
2241M: linux390@de.ibm.com
2242L: linux-390@vm.marist.edu
2243W: http://www.ibm.com/developerworks/linux/linux390/
2244S: Supported
2245
2246S390 ZFCP DRIVER
2247P: Andreas Herrmann
2248M: aherrman@de.ibm.com
2249M: linux390@de.ibm.com
2250L: linux-390@vm.marist.edu
2251W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252S: Supported
2253
2254SAA7146 VIDEO4LINUX-2 DRIVER
2255P: Michael Hunold
2256M: michael@mihu.de
2257W: http://www.mihu.de/linux/saa7146
2258S: Maintained
2259
2260SBPCD CDROM DRIVER
2261P: Eberhard Moenkeberg
2262M: emoenke@gwdg.de
2263L: linux-kernel@vger.kernel.org
2264S: Maintained
2265
2266SC1200 WDT DRIVER
2267P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002268M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269S: Maintained
2270
2271SCHEDULER
2272P: Ingo Molnar
2273M: mingo@elte.hu
2274P: Robert Love [the preemptible kernel bits]
2275M: rml@tech9.net
2276L: linux-kernel@vger.kernel.org
2277S: Maintained
2278
2279SCSI CDROM DRIVER
2280P: Jens Axboe
2281M: axboe@suse.de
2282L: linux-scsi@vger.kernel.org
2283W: http://www.kernel.dk
2284S: Maintained
2285
2286SCSI SG DRIVER
2287P: Doug Gilbert
2288M: dgilbert@interlog.com
2289L: linux-scsi@vger.kernel.org
2290W: http://www.torque.net/sg
2291S: Maintained
2292
2293SCSI SUBSYSTEM
2294P: James E.J. Bottomley
2295M: James.Bottomley@SteelEye.com
2296L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002297T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298S: Maintained
2299
2300SCSI TAPE DRIVER
2301P: Kai Mäkisara
2302M: Kai.Makisara@kolumbus.fi
2303L: linux-scsi@vger.kernel.org
2304S: Maintained
2305
2306SCTP PROTOCOL
2307P: Sridhar Samudrala
2308M: sri@us.ibm.com
2309L: lksctp-developers@lists.sourceforge.net
2310S: Supported
2311
2312SCx200 CPU SUPPORT
2313P: Christer Weinigel
2314M: christer@weinigel.se
2315W: http://www.weinigel.se
2316S: Supported
2317
2318SECURITY CONTACT
2319P: Security Officers
2320M: security@kernel.org
2321S: Supported
2322
2323SELINUX SECURITY MODULE
2324P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002325M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002327M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328L: linux-kernel@vger.kernel.org (kernel issues)
2329L: selinux@tycho.nsa.gov (general discussion)
2330W: http://www.nsa.gov/selinux
2331S: Supported
2332
2333SERIAL ATA (SATA) SUBSYSTEM:
2334P: Jeff Garzik
2335M: jgarzik@pobox.com
2336L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002337T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338S: Supported
2339
2340SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2341P: Pat Gefre
2342M: pfg@sgi.com
2343L: linux-ia64@vger.kernel.org
2344S: Supported
2345
2346SGI VISUAL WORKSTATION 320 AND 540
2347P: Andrey Panin
2348M: pazke@donpac.ru
2349L: linux-visws-devel@lists.sf.net
2350W: http://linux-visws.sf.net
2351S: Maintained for 2.6.
2352
2353SIMTEC EB110ATX (Chalice CATS)
2354P: Ben Dooks
2355P: Vincent Sanders
2356M: support@simtec.co.uk
2357W: http://www.simtec.co.uk/products/EB110ATX/
2358S: Supported
2359
2360SIMTEC EB2410ITX (BAST)
2361P: Ben Dooks
2362P: Vincent Sanders
2363M: support@simtec.co.uk
2364W: http://www.simtec.co.uk/products/EB2410ITX/
2365S: Supported
2366
Francois Romieu92aab3c2005-07-30 13:11:18 +02002367SIS 190 ETHERNET DRIVER
2368P: Francois Romieu
2369M: romieu@fr.zoreil.com
2370L: netdev@vger.kernel.org
2371S: Maintained
2372
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373SIS 5513 IDE CONTROLLER DRIVER
2374P: Lionel Bouton
2375M: Lionel.Bouton@inet6.fr
2376W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2377W: http://gyver.homeip.net/sis5513/index.html
2378S: Maintained
2379
2380SIS 900/7016 FAST ETHERNET DRIVER
2381P: Daniele Venzano
2382M: venza@brownhat.org
2383W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002384L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385S: Maintained
2386
2387SIS FRAMEBUFFER DRIVER
2388P: Thomas Winischhofer
2389M: thomas@winischhofer.net
2390W: http://www.winischhofer.net/linuxsisvga.shtml
2391S: Maintained
2392
2393SIS USB2VGA DRIVER
2394P: Thomas Winischhofer
2395M: thomas@winischhofer.net
2396W: http://www.winischhofer.at/linuxsisusbvga.shtml
2397S: Maintained
2398
2399SMSC47M1 HARDWARE MONITOR DRIVER
2400P: Jean Delvare
2401M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002402L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403S: Odd Fixes
2404
2405SMB FILESYSTEM
2406P: Urban Widmark
2407M: urban@teststation.com
2408W: http://samba.org/
2409L: samba@samba.org
2410S: Maintained
2411
2412SMC91x ETHERNET DRIVER
2413P: Nicolas Pitre
2414M: nico@cam.org
2415S: Maintained
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417SOFTWARE RAID (Multiple Disks) SUPPORT
2418P: Ingo Molnar
2419M: mingo@redhat.com
2420P: Neil Brown
2421M: neilb@cse.unsw.edu.au
2422L: linux-raid@vger.kernel.org
2423S: Maintained
2424
2425SOFTWARE SUSPEND:
2426P: Pavel Machek
2427M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002428L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429S: Maintained
2430
2431SONIC NETWORK DRIVER
2432P: Thomas Bogendoerfer
2433M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002434L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435S: Maintained
2436
2437SONY VAIO CONTROL DEVICE DRIVER
2438P: Stelian Pop
2439M: stelian@popies.net
2440W: http://popies.net/sonypi/
2441S: Maintained
2442
2443SOUND
2444P: Jaroslav Kysela
2445M: perex@suse.cz
2446L: alsa-devel@alsa-project.org
2447S: Maintained
2448
Kylene Hall1c72d462005-05-01 08:59:13 -07002449TPM DEVICE DRIVER
2450P: Kylene Hall
2451M: kjhall@us.ibm.com
2452W: http://tpmdd.sourceforge.net
2453L: tpmdd-devel@lists.sourceforge.net
2454S: Maintained
2455
Mark Gross1a80ba82005-10-30 15:02:55 -08002456Telecom Clock Driver for MCPL0010
2457P: Mark Gross
2458M: mark.gross@intel.com
2459S: Supported
2460
Chris Zankel48b415c2005-06-23 22:01:07 -07002461TENSILICA XTENSA PORT (xtensa):
2462P: Chris Zankel
2463M: chris@zankel.net
2464S: Maintained
2465
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466UltraSPARC (sparc64):
2467P: David S. Miller
2468M: davem@davemloft.net
2469P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002470M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471P: Jakub Jelinek
2472M: jj@sunsite.ms.mff.cuni.cz
2473P: Anton Blanchard
2474M: anton@samba.org
2475L: sparclinux@vger.kernel.org
2476L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002477T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478S: Maintained
2479
2480SHARP LH SUPPORT (LH7952X & LH7A40X)
2481P: Marc Singer
2482M: elf@buici.com
2483W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002484L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485S: Maintained
2486
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002487SHPC HOTPLUG DRIVER
2488P: Kristen Carlson Accardi
2489M: kristen.c.accardi@intel.com
2490L: pcihpd-discuss@lists.sourceforge.net
2491S: Maintained
2492
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002493SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2494P: Stephen Hemminger
2495M: shemminger@osdl.org
2496L: netdev@vger.kernel.org
2497S: Maintained
2498
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499SPARC (sparc32):
2500P: William L. Irwin
2501M: wli@holomorphy.com
2502L: sparclinux@vger.kernel.org
2503S: Maintained
2504
2505SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2506P: Roger Wolff
2507M: R.E.Wolff@BitWizard.nl
2508L: linux-kernel@vger.kernel.org ?
2509S: Supported
2510
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511SRM (Alpha) environment access
2512P: Jan-Benedict Glaw
2513M: jbglaw@lug-owl.de
2514L: linux-kernel@vger.kernel.org
2515S: Maintained
2516
2517STARFIRE/DURALAN NETWORK DRIVER
2518P: Ion Badulescu
2519M: ionut@cs.columbia.edu
2520S: Maintained
2521
2522STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2523W: http://mosquitonet.Stanford.EDU/strip.html
2524S: Unsupported ?
2525
2526STRADIS MPEG-2 DECODER DRIVER
2527P: Nathan Laredo
2528M: laredo@gnu.org
2529W: http://mpeg.openprojects.net/
2530W: http://www.stradis.com/
2531S: Maintained
2532
2533SUPERH (sh)
2534P: Paul Mundt
2535M: lethal@linux-sh.org
2536P: Kazumoto Kojima
2537M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002538L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539W: http://www.linux-sh.org
2540W: http://www.m17n.org/linux-sh/
2541W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2542S: Maintained
2543
2544SUPERH64 (sh64)
2545P: Paul Mundt
2546M: lethal@linux-sh.org
2547P: Richard Curnow
2548M: rc@rc0.org.uk
2549L: linuxsh-shmedia-dev@lists.sourceforge.net
2550W: http://www.linux-sh.org
2551W: http://www.rc0.org.uk/sh64
2552S: Maintained
2553
2554SUN3/3X
2555P: Sam Creasey
2556M: sammy@sammy.net
2557L: sun3-list@redhat.com
2558W: http://sammy.net/sun3/
2559S: Maintained
2560
2561SVGA HANDLING
2562P: Martin Mares
2563M: mj@ucw.cz
2564L: linux-video@atrey.karlin.mff.cuni.cz
2565S: Maintained
2566
2567SYSV FILESYSTEM
2568P: Christoph Hellwig
2569M: hch@infradead.org
2570S: Maintained
2571
2572TI PARALLEL LINK CABLE DRIVER
2573P: Romain Lievin
2574M: roms@lpg.ticalc.org
2575S: Maintained
2576
Per Lidene86eaa32006-01-12 16:45:18 +01002577TIPC NETWORK LAYER
2578P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002579M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002580P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002581M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002582P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002583M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002584L: tipc-discussion@lists.sourceforge.net
2585W: http://tipc.sourceforge.net/
2586W: http://tipc.cslab.ericsson.net/
2587T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2588S: Maintained
2589
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590TLAN NETWORK DRIVER
2591P: Samuel Chessman
2592M: chessman@tux.org
2593L: tlan-devel@lists.sourceforge.net
2594W: http://sourceforge.net/projects/tlan/
2595S: Maintained
2596
2597TOKEN-RING NETWORK DRIVER
2598P: Mike Phillips
2599M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002600L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601L: linux-tr@linuxtr.net
2602W: http://www.linuxtr.net
2603S: Maintained
2604
2605TOSHIBA ACPI EXTRAS DRIVER
2606P: John Belmonte
2607M: toshiba_acpi@memebeam.org
2608W: http://memebeam.org/toys/ToshibaAcpiDriver
2609S: Maintained
2610
2611TOSHIBA SMM DRIVER
2612P: Jonathan Buzzard
2613M: jonathan@buzzard.org.uk
2614L: tlinux-users@tce.toshiba-dme.co.jp
2615W: http://www.buzzard.org.uk/toshiba/
2616S: Maintained
2617
2618TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2619P: Muli Ben-Yehuda
2620M: mulix@mulix.org
2621L: linux-kernel@vger.kernel.org
2622S: Maintained
2623
2624TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002625P: Adrian Bunk
2626M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002628W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002629T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630S: Maintained
2631
2632TMS380 TOKEN-RING NETWORK DRIVER
2633P: Adam Fritzler
2634M: mid@auk.cx
2635L: linux-tr@linuxtr.net
2636W: http://www.auk.cx/tms380tr/
2637S: Maintained
2638
2639TULIP NETWORK DRIVER
2640P: Jeff Garzik
2641M: jgarzik@pobox.com
2642L: tulip-users@lists.sourceforge.net
2643W: http://sourceforge.net/projects/tulip/
2644S: Maintained
2645
2646TUN/TAP driver
2647P: Maxim Krasnyansky
2648M: maxk@qualcomm.com, max_mk@yahoo.com
2649L: vtun@office.satix.net
2650W: http://vtun.sourceforge.net/tun
2651S: Maintained
2652
2653U14-34F SCSI DRIVER
2654P: Dario Ballabio
2655M: ballabio_dario@emc.com
2656L: linux-scsi@vger.kernel.org
2657S: Maintained
2658
2659UDF FILESYSTEM
2660P: Ben Fennema
2661M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662W: http://linux-udf.sourceforge.net
2663S: Maintained
2664
2665UNIFORM CDROM DRIVER
2666P: Jens Axboe
2667M: axboe@suse.de
2668L: linux-kernel@vger.kernel.org
2669W: http://www.kernel.dk
2670S: Maintained
2671
2672USB ACM DRIVER
2673P: Oliver Neukum
2674M: oliver@neukum.name
2675L: linux-usb-users@lists.sourceforge.net
2676L: linux-usb-devel@lists.sourceforge.net
2677S: Maintained
2678
2679USB BLOCK DRIVER (UB ub)
2680P: Pete Zaitcev
2681M: zaitcev@redhat.com
2682L: linux-kernel@vger.kernel.org
2683L: linux-usb-devel@lists.sourceforge.net
2684S: Supported
2685
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686USB CDC ETHERNET DRIVER
2687P: Greg Kroah-Hartman
2688M: greg@kroah.com
2689L: linux-usb-users@lists.sourceforge.net
2690L: linux-usb-devel@lists.sourceforge.net
2691S: Maintained
2692W: http://www.kroah.com/linux-usb/
2693
2694USB EHCI DRIVER
2695P: David Brownell
2696M: dbrownell@users.sourceforge.net
2697L: linux-usb-devel@lists.sourceforge.net
2698S: Maintained
2699
Luca Risolia7ce08c92006-01-11 02:06:59 +00002700USB ET61X[12]51 DRIVER
2701P: Luca Risolia
2702M: luca.risolia@studio.unibo.it
2703L: linux-usb-devel@lists.sourceforge.net
2704L: video4linux-list@redhat.com
2705W: http://www.linux-projects.org
2706S: Maintained
2707
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708USB HID/HIDBP DRIVERS
2709P: Vojtech Pavlik
2710M: vojtech@suse.cz
2711L: linux-usb-users@lists.sourceforge.net
2712L: linux-usb-devel@lists.sourceforge.net
2713S: Maintained
2714
2715USB HUB DRIVER
2716P: Johannes Erdfelt
2717M: johannes@erdfelt.com
2718L: linux-usb-users@lists.sourceforge.net
2719L: linux-usb-devel@lists.sourceforge.net
2720S: Maintained
2721
Olav Kongas959eea22005-11-03 17:38:14 +02002722USB ISP116X DRIVER
2723P: Olav Kongas
2724M: ok@artecdesign.ee
2725L: linux-usb-devel@lists.sourceforge.net
2726S: Maintained
2727
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728USB KAWASAKI LSI DRIVER
2729P: Oliver Neukum
2730M: oliver@neukum.name
2731L: linux-usb-users@lists.sourceforge.net
2732L: linux-usb-devel@lists.sourceforge.net
2733S: Maintained
2734
2735USB MASS STORAGE DRIVER
2736P: Matthew Dharm
2737M: mdharm-usb@one-eyed-alien.net
2738L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002739L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740S: Maintained
2741W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2742
2743USB OHCI DRIVER
2744P: Roman Weissgaerber
2745M: weissg@vienna.at
2746L: linux-usb-users@lists.sourceforge.net
2747L: linux-usb-devel@lists.sourceforge.net
2748S: Maintained
2749
Matthias Urlichsba460e42005-07-14 00:33:47 -07002750USB OPTION-CARD DRIVER
2751P: Matthias Urlichs
2752M: smurf@smurf.noris.de
2753L: linux-usb-devel@lists.sourceforge.net
2754S: Maintained
2755
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756USB OV511 DRIVER
2757P: Mark McClelland
2758M: mmcclell@bigfoot.com
2759L: linux-usb-users@lists.sourceforge.net
2760L: linux-usb-devel@lists.sourceforge.net
2761W: http://alpha.dyndns.org/ov511/
2762S: Maintained
2763
2764USB PEGASUS DRIVER
2765P: Petko Manolov
2766M: petkan@users.sourceforge.net
2767L: linux-usb-users@lists.sourceforge.net
2768L: linux-usb-devel@lists.sourceforge.net
2769W: http://pegasus2.sourceforge.net/
2770S: Maintained
2771
2772USB PRINTER DRIVER
2773P: Vojtech Pavlik
2774M: vojtech@suse.cz
2775L: linux-usb-users@lists.sourceforge.net
2776L: linux-usb-devel@lists.sourceforge.net
2777S: Maintained
2778
2779USB RTL8150 DRIVER
2780P: Petko Manolov
2781M: petkan@users.sourceforge.net
2782L: linux-usb-users@lists.sourceforge.net
2783L: linux-usb-devel@lists.sourceforge.net
2784W: http://pegasus2.sourceforge.net/
2785S: Maintained
2786
2787USB SE401 DRIVER
2788P: Jeroen Vreeken
2789M: pe1rxq@amsat.org
2790L: linux-usb-users@lists.sourceforge.net
2791L: linux-usb-devel@lists.sourceforge.net
2792W: http://www.chello.nl/~j.vreeken/se401/
2793S: Maintained
2794
2795USB SERIAL CYBERJACK DRIVER
2796P: Matthias Bruestle and Harald Welte
2797M: support@reiner-sct.com
2798W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2799S: Maintained
2800
2801USB SERIAL DIGI ACCELEPORT DRIVER
2802P: Peter Berger and Al Borchers
2803M: pberger@brimson.com
2804M: alborchers@steinerpoint.com
2805L: linux-usb-users@lists.sourceforge.net
2806L: linux-usb-devel@lists.sourceforge.net
2807S: Maintained
2808
2809USB SERIAL DRIVER
2810P: Greg Kroah-Hartman
2811M: gregkh@suse.de
2812L: linux-usb-users@lists.sourceforge.net
2813L: linux-usb-devel@lists.sourceforge.net
2814S: Supported
2815
2816USB SERIAL BELKIN F5U103 DRIVER
2817P: William Greathouse
2818M: wgreathouse@smva.com
2819L: linux-usb-users@lists.sourceforge.net
2820L: linux-usb-devel@lists.sourceforge.net
2821S: Maintained
2822
2823USB SERIAL CYPRESS M8 DRIVER
2824P: Lonnie Mendez
2825M: dignome@gmail.com
2826L: linux-usb-users@lists.sourceforge.net
2827L: linux-usb-devel@lists.sourceforge.net
2828S: Maintained
2829W: http://geocities.com/i0xox0i
2830W: http://firstlight.net/cvs
2831
2832USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2833L: linux-usb-users@lists.sourceforge.net
2834L: linux-usb-devel@lists.sourceforge.net
2835S: Maintained
2836
2837USB AUERSWALD DRIVER
2838P: Wolfgang Muees
2839M: wolfgang@iksw-muees.de
2840L: linux-usb-users@lists.sourceforge.net
2841L: linux-usb-devel@lists.sourceforge.net
2842S: Maintained
2843
2844USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2845P: Gary Brubaker
2846M: xavyer@ix.netcom.com
2847L: linux-usb-users@lists.sourceforge.net
2848L: linux-usb-devel@lists.sourceforge.net
2849S: Maintained
2850
2851USB SERIAL KEYSPAN DRIVER
2852P: Greg Kroah-Hartman
2853M: greg@kroah.com
2854L: linux-usb-users@lists.sourceforge.net
2855L: linux-usb-devel@lists.sourceforge.net
2856W: http://www.kroah.com/linux/
2857S: Maintained
2858
2859USB SERIAL WHITEHEAT DRIVER
2860P: Stuart MacDonald
2861M: stuartm@connecttech.com
2862L: linux-usb-users@lists.sourceforge.net
2863L: linux-usb-devel@lists.sourceforge.net
2864W: http://www.connecttech.com
2865S: Supported
2866
2867USB SN9C10x DRIVER
2868P: Luca Risolia
2869M: luca.risolia@studio.unibo.it
2870L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002871L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872W: http://www.linux-projects.org
2873S: Maintained
2874
2875USB SUBSYSTEM
2876P: Greg Kroah-Hartman
2877M: gregkh@suse.de
2878L: linux-usb-users@lists.sourceforge.net
2879L: linux-usb-devel@lists.sourceforge.net
2880W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002881T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882S: Supported
2883
2884USB UHCI DRIVER
2885P: Alan Stern
2886M: stern@rowland.harvard.edu
2887L: linux-usb-users@lists.sourceforge.net
2888L: linux-usb-devel@lists.sourceforge.net
2889S: Maintained
2890
2891USB "USBNET" DRIVER
2892P: David Brownell
2893M: dbrownell@users.sourceforge.net
2894L: linux-usb-devel@lists.sourceforge.net
2895S: Maintained
2896
2897USB W996[87]CF DRIVER
2898P: Luca Risolia
2899M: luca.risolia@studio.unibo.it
2900L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002901L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902W: http://www.linux-projects.org
2903S: Maintained
2904
2905USB ZD1201 DRIVER
2906P: Jeroen Vreeken
2907M: pe1rxq@amsat.org
2908L: linux-usb-users@lists.sourceforge.net
2909L: linux-usb-devel@lists.sourceforge.net
2910W: http://linux-lc100020.sourceforge.net
2911S: Maintained
2912
2913USER-MODE LINUX
2914P: Jeff Dike
2915M: jdike@karaya.com
2916L: user-mode-linux-devel@lists.sourceforge.net
2917L: user-mode-linux-user@lists.sourceforge.net
2918W: http://user-mode-linux.sourceforge.net
2919S: Maintained
2920
2921FAT/VFAT/MSDOS FILESYSTEM:
2922P: OGAWA Hirofumi
2923M: hirofumi@mail.parknet.co.jp
2924L: linux-kernel@vger.kernel.org
2925S: Maintained
2926
2927VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2928P: Jeff Garzik
2929S: Odd fixes
2930
2931VIA RHINE NETWORK DRIVER
2932P: Roger Luethi
2933M: rl@hellgate.ch
2934S: Maintained
2935
Jean Delvare32c0a522005-09-22 21:47:58 +02002936VIAPRO SMBUS DRIVER
2937P: Jean Delvare
2938M: khali@linux-fr.org
2939L: lm-sensors@lm-sensors.org
2940S: Maintained
2941
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942UCLINUX (AND M68KNOMMU)
2943P: Greg Ungerer
2944M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002946L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947S: Maintained
2948
2949UCLINUX FOR NEC V850
2950P: Miles Bader
2951M: uclinux-v850@lsi.nec.co.jp
2952W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2953W: http://www.ee.nec.de/uclinux/
2954S: Supported
2955
2956UCLINUX FOR RENESAS H8/300
2957P: Yoshinori Sato
2958M: ysato@users.sourceforge.jp
2959W: http://uclinux-h8.sourceforge.jp/
2960S: Supported
2961
2962USB DIAMOND RIO500 DRIVER
2963P: Cesar Miquel
2964M: miquel@df.uba.ar
2965L: rio500-users@lists.sourceforge.net
2966W: http://rio500.sourceforge.net
2967S: Maintained
2968
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002969V9FS FILE SYSTEM
2970P: Eric Van Hensbergen
2971M: ericvh@gmail.com
2972P: Ron Minnich
2973M: rminnich@lanl.gov
2974P: Latchesar Ionkov
2975M: lucho@ionkov.net
2976L: v9fs-developer@lists.sourceforge.net
2977W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002978T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002979S: Maintained
2980
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002982P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02002983M: mchehab@infradead.org
2984M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002986W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002987T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002988S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989
Roger Lucas1de9e372005-11-26 20:20:05 +01002990VT8231 HARDWARE MONITOR DRIVER
2991P: Roger Lucas
2992M: roger@planbit.co.uk
2993L: lm-sensors@lm-sensors.org
2994S: Maintained
2995
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996W1 DALLAS'S 1-WIRE BUS
2997P: Evgeniy Polyakov
2998M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002999L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000S: Maintained
3001
3002W83L51xD SD/MMC CARD INTERFACE DRIVER
3003P: Pierre Ossman
3004M: drzeus-wbsd@drzeus.cx
3005L: wbsd-devel@list.drzeus.cx
3006W: http://projects.drzeus.cx/wbsd
3007S: Maintained
3008
3009W83L785TS HARDWARE MONITOR DRIVER
3010P: Jean Delvare
3011M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003012L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013S: Odd Fixes
3014
3015WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
3016P: Nenad Corbic
3017M: ncorbic@sangoma.com
3018M: dm@sangoma.com
3019W: http://www.sangoma.com
3020S: Supported
3021
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003022WATCHDOG DEVICE DRIVERS
3023P: Wim Van Sebroeck
3024M: wim@iguana.be
3025T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3026S: Maintained
3027
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3029P: Jean Tourrilhes
3030M: jt@hpl.hp.com
3031W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3032S: Maintained
3033
3034WD7000 SCSI DRIVER
3035P: Miroslav Zagorac
3036M: zaga@fly.cc.fer.hr
3037L: linux-scsi@vger.kernel.org
3038S: Maintained
3039
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003040WISTRON LAPTOP BUTTON DRIVER
3041P: Miloslav Trmac
3042M: mitr@volny.cz
3043S: Maintained
3044
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045WL3501 WIRELESS PCMCIA CARD DRIVER
3046P: Arnaldo Carvalho de Melo
3047M: acme@conectiva.com.br
3048W: http://advogato.org/person/acme
3049S: Maintained
3050
3051X.25 NETWORK LAYER
3052P: Henner Eisen
3053M: eis@baty.hanse.de
3054L: linux-x25@vger.kernel.org
3055S: Maintained
3056
3057XFS FILESYSTEM
3058P: Silicon Graphics Inc
3059M: xfs-masters@oss.sgi.com
3060M: nathans@sgi.com
3061L: linux-xfs@oss.sgi.com
3062W: http://oss.sgi.com/projects/xfs
3063S: Supported
3064
3065X86 3-LEVEL PAGING (PAE) SUPPORT
3066P: Ingo Molnar
3067M: mingo@redhat.com
3068S: Maintained
3069
3070X86-64 port
3071P: Andi Kleen
3072M: ak@suse.de
3073L: discuss@x86-64.org
3074W: http://www.x86-64.org
3075S: Maintained
3076
3077YAM DRIVER FOR AX.25
3078P: Jean-Paul Roubelat
3079M: jpr@f6fbb.org
3080L: linux-hams@vger.kernel.org
3081S: Maintained
3082
Henkaf64a5e2005-10-12 15:02:56 +02003083YEALINK PHONE DRIVER
3084P: Henk Vergonet
3085M: Henk.Vergonet@gmail.com
3086L: usbb2k-api-dev@nongnu.org
3087S: Maintained
3088
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3090P: Pete Zaitcev
3091M: zaitcev@yahoo.com
3092L: linux-kernel@vger.kernel.org
3093S: Obsolete
3094
3095Z8530 DRIVER FOR AX.25
3096P: Joerg Reuter
3097M: jreuter@yaina.de
3098W: http://yaina.de/jreuter/
3099W: http://www.qsl.net/dl1bke/
3100L: linux-hams@vger.kernel.org
3101S: Maintained
3102
3103ZF MACHZ WATCHDOG
3104P: Fernando Fuganti
3105M: fuganti@netbank.com.br
3106W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3107S: Maintained
3108
3109ZR36067 VIDEO FOR LINUX DRIVER
3110P: Ronald Bultje
3111M: rbultje@ronald.bitfreak.net
3112L: mjpeg-users@lists.sourceforge.net
3113W: http://mjpeg.sourceforge.net/driver-zoran/
3114S: Maintained
3115
3116ZR36120 VIDEO FOR LINUX DRIVER
3117P: Pauline Middelink
3118M: middelin@polyware.nl
3119W: http://www.polyware.nl/~middelin/En/hobbies.html
3120W: http://www.polyware.nl/~middelin/hobbies.html
3121S: Maintained
3122
3123THE REST
3124P: Linus Torvalds
3125S: Buried alive in reporters