blob: 5b6a0145505dabbf389464a96cd6effd8347268e [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
Stephen Rothwell1d049812006-03-22 11:26:58 +1100537L: linuxppc-dev@ozlabs.org
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000538W: 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: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200843W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200844T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200845S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846
847EATA-DMA SCSI DRIVER
848P: Michael Neuffer
849L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
850S: Maintained
851
852EATA ISA/EISA/PCI SCSI DRIVER
853P: Dario Ballabio
854M: ballabio_dario@emc.com
855L: linux-scsi@vger.kernel.org
856S: Maintained
857
858EATA-PIO SCSI DRIVER
859P: Michael Neuffer
860M: mike@i-Connect.Net
861L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
862S: Maintained
863
864EBTABLES
865P: Bart De Schuymer
866M: bart.de.schuymer@pandora.be
867L: ebtables-user@lists.sourceforge.net
868L: ebtables-devel@lists.sourceforge.net
869W: http://ebtables.sourceforge.net/
870S: Maintained
871
Alan Coxda9bb1d2006-01-18 17:44:13 -0800872EDAC-CORE
873P: Doug Thompson
874M: norsk5@xmission.com, dthompson@linuxnetworx.com
875P: Dave Peterson
876M: dsp@llnl.gov, dave_peterson@pobox.com
877L: bluesmoke-devel@lists.sourceforge.net
878W: bluesmoke.sourceforge.net
879S: Maintained
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881EEPRO100 NETWORK DRIVER
882P: Andrey V. Savochkin
883M: saw@saw.sw.com.sg
884S: Maintained
885
886EMU10K1 SOUND DRIVER
887P: James Courtier-Dutton
888M: James@superbug.demon.co.uk
889L: emu10k1-devel@lists.sourceforge.net
890W: http://sourceforge.net/projects/emu10k1/
891S: Maintained
892
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400893EMULEX LPFC FC SCSI DRIVER
894P: James Smart
895M: james.smart@emulex.com
896L: linux-scsi@vger.kernel.org
897W: http://sourceforge.net/projects/lpfcxxxx
898S: Supported
899
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900EPSON 1355 FRAMEBUFFER DRIVER
901P: Christopher Hoover
902M: ch@murgatroid.com, ch@hpl.hp.com
903S: Maintained
904
905ETHEREXPRESS-16 NETWORK DRIVER
906P: Philip Blundell
907M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700908L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909S: Maintained
910
911ETHERNET BRIDGE
912P: Stephen Hemminger
913M: shemminger@osdl.org
914L: bridge@osdl.org
915W: http://bridge.sourceforge.net/
916S: Maintained
917
918ETHERTEAM 16I DRIVER
919P: Mika Kuoppala
920M: miku@iki.fi
921S: Maintained
922
923EXT2 FILE SYSTEM
924L: ext2-devel@lists.sourceforge.net
925S: Maintained
926
927EXT3 FILE SYSTEM
928P: Stephen Tweedie, Andrew Morton
929M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
930L: ext3-users@redhat.com
931S: Maintained
932
Jean Delvaree53004e2006-01-09 23:26:14 +0100933F71805F HARDWARE MONITORING DRIVER
934P: Jean Delvare
935M: khali@linux-fr.org
936L: lm-sensors@lm-sensors.org
937S: Maintained
938
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939FARSYNC SYNCHRONOUS DRIVER
940P: Kevin Curtis
941M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942W: http://www.farsite.co.uk/
943S: Supported
944
945FRAMEBUFFER LAYER
946P: Antonino Daplas
947M: adaplas@pol.net
948L: linux-fbdev-devel@lists.sourceforge.net
949W: http://linux-fbdev.sourceforge.net/
950S: Maintained
951
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300952FREESCALE SOC FS_ENET DRIVER
953P: Pantelis Antoniou
954M: pantelis.antoniou@gmail.com
955P: Vitaly Bordug
956M: vbordug@ru.mvista.com
957L: linuxppc-embedded@ozlabs.org
958L: netdev@vger.kernel.org
959S: Maintained
960
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961FILE LOCKING (flock() and fcntl()/lockf())
962P: Matthew Wilcox
963M: matthew@wil.cx
964L: linux-fsdevel@vger.kernel.org
965S: Maintained
966
967FILESYSTEMS (VFS and infrastructure)
968P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100969M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970S: Maintained
971
972FIRMWARE LOADER (request_firmware)
973L: linux-kernel@vger.kernel.org
974S: Orphan
975
976FPU EMULATOR
977P: Bill Metzenthen
978M: billm@suburbia.net
979W: http://suburbia.net/~billm/floating-point/emulator/
980S: Maintained
981
982FRAME RELAY DLCI/FRAD (Sangoma drivers too)
983P: Mike McLagan
984M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700985L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986S: Maintained
987
988FREEVXFS FILESYSTEM
989P: Christoph Hellwig
990M: hch@infradead.org
991W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
992S: Maintained
993
994FUJITSU FR-V PORT
995P: David Howells
996M: dhowells@redhat.com
997S: Maintained
998
999FTAPE/QIC-117
1000L: linux-tape@vger.kernel.org
1001W: http://sourceforge.net/projects/ftape
1002S: Orphan
1003
Miklos Szeredi04578f12005-09-09 13:10:22 -07001004FUSE: FILESYSTEM IN USERSPACE
1005P: Miklos Szeredi
1006M: miklos@szeredi.hu
1007L: fuse-devel@lists.sourceforge.net
1008W: http://fuse.sourceforge.net/
1009S: Maintained
1010
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1012P: Rik Faith
1013M: faith@cs.unc.edu
1014L: linux-scsi@vger.kernel.org
1015S: Odd fixes (e.g., new signatures)
1016
1017GDT SCSI DISK ARRAY CONTROLLER DRIVER
1018P: Achim Leubner
1019M: achim_leubner@adaptec.com
1020L: linux-scsi@vger.kernel.org
1021W: http://www.icp-vortex.com/
1022S: Supported
1023
1024GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1025P: Krzysztof Halasa
1026M: khc@pm.waw.pl
1027W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1028S: Maintained
1029
Jean Delvare5b543962005-08-15 19:51:02 +02001030HARDWARE MONITORING
1031P: Jean Delvare
1032M: khali@linux-fr.org
1033L: lm-sensors@lm-sensors.org
1034W: http://www.lm-sensors.nu/
1035S: Maintained
1036
Robert Love860e1d62005-08-31 23:57:59 -04001037HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1038P: Robert Love
1039M: rlove@rlove.org
1040M: linux-kernel@vger.kernel.org
1041W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1042S: Maintained
1043
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044HARMONY SOUND DRIVER
1045P: Kyle McMartin
1046M: kyle@parisc-linux.org
1047W: http://www.parisc-linux.org/~kyle/harmony/
1048L: parisc-linux@lists.parisc-linux.org
1049S: Maintained
1050
1051HAYES ESP SERIAL DRIVER
1052P: Andrew J. Robinson
1053M: arobinso@nyx.net
1054L: linux-kernel@vger.kernel.org
1055W: http://www.nyx.net/~arobinso
1056S: Maintained
1057
1058HFS FILESYSTEM
1059P: Roman Zippel
1060M: zippel@linux-m68k.org
1061L: linux-kernel@vger.kernel.org
1062S: Maintained
1063
1064HGA FRAMEBUFFER DRIVER
1065P: Ferenc Bakonyi
1066M: fero@drama.obuda.kando.hu
1067L: linux-nvidia@lists.surfsouth.com
1068W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1069S: Maintained
1070
1071HIGH-SPEED SCC DRIVER FOR AX.25
1072P: Klaus Kudielka
1073M: klaus.kudielka@ieee.org
1074L: linux-hams@vger.kernel.org
1075W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1076S: Maintained
1077
1078HIPPI
1079P: Jes Sorensen
1080M: jes@trained-monkey.org
1081L: linux-hippi@sunsite.dk
1082S: Maintained
1083
1084HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1085P: Chirag Kantharia
1086M: chirag.kantharia@hp.com
1087L: iss_storagedev@hp.com
1088S: Maintained
1089
1090HEWLETT-PACKARD SMART2 RAID DRIVER
1091P: Chirag Kantharia
1092M: chirag.kantharia@hp.com
1093L: iss_storagedev@hp.com
1094S: Maintained
1095
1096HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1097P: Mike Miller
1098M: mike.miller@hp.com
1099L: iss_storagedev@hp.com
1100S: Supported
1101
Jouni Malinenff1d2762005-05-12 22:54:16 -04001102HOST AP DRIVER
1103P: Jouni Malinen
1104M: jkmaline@cc.hut.fi
1105L: hostap@shmoo.com
1106W: http://hostap.epitest.fi/
1107S: Maintained
1108
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1110P: Jaroslav Kysela
1111M: perex@suse.cz
1112S: Maintained
1113
Bob Piccob9b03322005-11-07 00:59:19 -08001114HPET: High Precision Event Timers driver (hpet.c)
1115P: Clemens Ladisch
1116M: clemens@ladisch.de
1117S: Maintained
1118
1119HPET: i386
1120P: Venkatesh Pallipadi (Venki)
1121M: venkatesh.pallipadi@intel.com
1122S: Maintained
1123
1124HPET: x86_64
1125P: Andi Kleen and Vojtech Pavlik
1126M: ak@muc.de and vojtech@suse.cz
1127S: Maintained
1128
1129HPET: ACPI hpet.c
1130P: Bob Picco
1131M: bob.picco@hp.com
1132S: Maintained
1133
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134HPFS FILESYSTEM
1135P: Mikulas Patocka
1136M: mikulas@artax.karlin.mff.cuni.cz
1137W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1138S: Maintained
1139
1140HUGETLB FILESYSTEM
1141P: William Irwin
1142M: wli@holomorphy.com
1143S: Maintained
1144
Jean Delvare5b543962005-08-15 19:51:02 +02001145I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146P: Jean Delvare
1147M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001148L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001150T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151S: Maintained
1152
1153I2O
1154P: Markus Lidel
1155M: markus.lidel@shadowconnect.com
1156W: http://i2o.shadowconnect.com/
1157S: Maintained
1158
1159i386 BOOT CODE
1160P: Riley H. Williams
1161M: Riley@Williams.Name
1162L: Linux-Kernel@vger.kernel.org
1163S: Maintained
1164
1165i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1166P: Dave Jones
1167M: davej@codemonkey.org.uk
1168P: H. Peter Anvin
1169M: hpa@zytor.com
1170S: Maintained
1171
1172i810 TCO TIMER WATCHDOG
1173P: Nils Faerber
1174M: nils@kernelconcepts.de
1175W: http://www.kernelconcepts.de/
1176S: Maintained
1177
1178IA64 (Itanium) PLATFORM
1179P: Tony Luck
1180M: tony.luck@intel.com
1181L: linux-ia64@vger.kernel.org
1182W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001183T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184S: Maintained
1185
1186SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001187P: Jes Sorensen
1188M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189L: linux-altix@sgi.com
1190L: linux-ia64@vger.kernel.org
1191W: http://www.sgi.com/altix
1192S: Maintained
1193
1194IBM MCA SCSI SUBSYSTEM DRIVER
1195P: Michael Lang
1196M: langa2@kph.uni-mainz.de
1197W: http://www.uni-mainz.de/~langm000/linux.html
1198S: Maintained
1199
1200IBM Power Linux RAID adapter
1201P: Brian King
1202M: brking@us.ibm.com
1203S: Supported
1204
1205IBM ServeRAID RAID DRIVER
1206P: Jack Hammer
1207P: Dave Jeffery
1208M: ipslinux@adaptec.com
1209W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1210S: Supported
1211
1212IDE DRIVER [GENERAL]
1213P: Bartlomiej Zolnierkiewicz
1214M: B.Zolnierkiewicz@elka.pw.edu.pl
1215L: linux-kernel@vger.kernel.org
1216L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001217T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218S: Maintained
1219
1220IDE/ATAPI CDROM DRIVER
1221P: Jens Axboe
1222M: axboe@suse.de
1223L: linux-kernel@vger.kernel.org
1224W: http://www.kernel.dk
1225S: Maintained
1226
1227IDE/ATAPI FLOPPY DRIVERS
1228P: Paul Bristow
1229M: Paul Bristow <paul@paulbristow.net>
1230W: http://paulbristow.net/linux/idefloppy.html
1231L: linux-kernel@vger.kernel.org
1232S: Maintained
1233
1234IDE/ATAPI TAPE DRIVERS
1235P: Gadi Oxman
1236M: Gadi Oxman <gadio@netvision.net.il>
1237L: linux-kernel@vger.kernel.org
1238S: Maintained
1239
1240IEEE 1394 ETHERNET (eth1394)
1241L: linux1394-devel@lists.sourceforge.net
1242W: http://www.linux1394.org/
1243S: Orphan
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245IEEE 1394 SUBSYSTEM
1246P: Ben Collins
1247M: bcollins@debian.org
1248P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001249M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250L: linux1394-devel@lists.sourceforge.net
1251W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001252T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253S: Maintained
1254
1255IEEE 1394 OHCI DRIVER
1256P: Ben Collins
1257M: bcollins@debian.org
1258P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001259M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260L: linux1394-devel@lists.sourceforge.net
1261W: http://www.linux1394.org/
1262S: Maintained
1263
1264IEEE 1394 PCILYNX DRIVER
1265P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001266M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267L: linux1394-devel@lists.sourceforge.net
1268W: http://www.linux1394.org/
1269S: Maintained
1270
1271IEEE 1394 RAW I/O DRIVER
1272P: Ben Collins
1273M: bcollins@debian.org
1274P: Dan Dennedy
1275M: dan@dennedy.org
1276L: linux1394-devel@lists.sourceforge.net
1277W: http://www.linux1394.org/
1278S: Maintained
1279
Jody McIntyre105d7b32005-09-30 11:59:04 -07001280IEEE 1394 SBP2
1281P: Ben Collins
1282M: bcollins@debian.org
1283P: Stefan Richter
1284M: stefanr@s5r6.in-berlin.de
1285L: linux1394-devel@lists.sourceforge.net
1286W: http://www.linux1394.org/
1287S: Maintained
1288
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289IMS TWINTURBO FRAMEBUFFER DRIVER
1290P: Paul Mundt
1291M: lethal@chaoticdreams.org
1292L: linux-fbdev-devel@lists.sourceforge.net
1293S: Maintained
1294
1295INFINIBAND SUBSYSTEM
1296P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001297M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298P: Sean Hefty
1299M: mshefty@ichips.intel.com
1300P: Hal Rosenstock
1301M: halr@voltaire.com
1302L: openib-general@openib.org
1303W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001304T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305S: Supported
1306
1307INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001308P: Dmitry Torokhov
1309M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310L: linux-input@atrey.karlin.mff.cuni.cz
1311L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001312T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313S: Maintained
1314
Robert Lovec9f04f52005-07-15 12:21:07 -04001315INOTIFY
1316P: John McCutchan and Robert Love
1317M: ttb@tentacle.dhs.org and rml@novell.com
1318L: linux-kernel@vger.kernel.org
1319S: Maintained
1320
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001321INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1322P: Sylvain Meyer
1323M: sylvain.meyer@worldonline.fr
1324L: linux-fbdev-devel@lists.sourceforge.net
1325S: Maintained
1326
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327INTEL 810/815 FRAMEBUFFER DRIVER
1328P: Antonino Daplas
1329M: adaplas@pol.net
1330L: linux-fbdev-devel@lists.sourceforge.net
1331S: Maintained
1332
1333INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1334P: Ingo Molnar
1335M: mingo@redhat.com
1336S: Maintained
1337
1338INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1339P: Jeff Garzik
1340M: jgarzik@pobox.com
1341W: http://sourceforge.net/projects/gkernel/
1342S: Maintained
1343
1344INTEL IA32 MICROCODE UPDATE SUPPORT
1345P: Tigran Aivazian
1346M: tigran@veritas.com
1347S: Maintained
1348
1349INTEL PRO/100 ETHERNET SUPPORT
1350P: John Ronciak
1351M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352P: Jesse Brandeburg
1353M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001354P: Jeff Kirsher
1355M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356W: http://sourceforge.net/projects/e1000/
1357S: Supported
1358
1359INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1360P: Jeb Cramer
1361M: cramerj@intel.com
1362P: John Ronciak
1363M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001364P: Jesse Brandeburg
1365M: jesse.brandeburg@intel.com
1366P: Jeff Kirsher
1367M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368W: http://sourceforge.net/projects/e1000/
1369S: Supported
1370
1371INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001372P: Jeff Kirsher
1373M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374P: Ayyappan Veeraiyan
1375M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376P: John Ronciak
1377M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001378P: Jesse Brandeburg
1379M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380W: http://sourceforge.net/projects/e1000/
1381S: Supported
1382
James Ketrenos826d2ab2005-11-07 18:56:59 -06001383INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1384P: Yi Zhu
1385M: yi.zhu@intel.com
1386P: James Ketrenos
1387M: jketreno@linux.intel.com
1388L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1389W: http://ipw2100.sourceforge.net
1390S: Supported
1391
1392INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1393P: Yi Zhu
1394M: yi.zhu@intel.com
1395P: James Ketrenos
1396M: jketreno@linux.intel.com
1397L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1398W: http://ipw2200.sourceforge.net
1399S: Supported
1400
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401IOC3 DRIVER
1402P: Ralf Baechle
1403M: ralf@linux-mips.org
1404L: linux-mips@linux-mips.org
1405S: Maintained
1406
1407IP MASQUERADING:
1408P: Juanjo Ciarlante
1409M: jjciarla@raiz.uncu.edu.ar
1410S: Maintained
1411
1412IPX NETWORK LAYER
1413P: Arnaldo Carvalho de Melo
1414M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001415L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416S: Maintained
1417
1418IRDA SUBSYSTEM
1419P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001420L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001422S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423
1424ISAPNP
1425P: Jaroslav Kysela
1426M: perex@suse.cz
1427S: Maintained
1428
1429ISDN SUBSYSTEM
1430P: Karsten Keil
1431M: kkeil@suse.de
1432P: Kai Germaschewski
1433M: kai.germaschewski@gmx.de
1434L: isdn4linux@listserv.isdn4linux.de
1435W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001436T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437S: Maintained
1438
1439ISDN SUBSYSTEM (Eicon active card driver)
1440P: Armin Schindler
1441M: mac@melware.de
1442L: isdn4linux@listserv.isdn4linux.de
1443W: http://www.melware.de
1444S: Maintained
1445
1446JOURNALLING FLASH FILE SYSTEM (JFFS)
1447P: Axis Communications AB
1448M: jffs-dev@axis.com
1449L: jffs-dev@axis.com
1450W: http://www.developer.axis.com/software/jffs/
1451S: Maintained
1452
1453JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1454P: David Woodhouse
1455M: dwmw2@infradead.org
1456L: jffs-dev@axis.com
1457W: http://sources.redhat.com/jffs2/
1458S: Maintained
1459
1460JFS FILESYSTEM
1461P: Dave Kleikamp
1462M: shaggy@austin.ibm.com
1463L: jfs-discussion@lists.sourceforge.net
1464W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001465T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466S: Supported
1467
1468KCONFIG
1469P: Roman Zippel
1470M: zippel@linux-m68k.org
1471L: kbuild-devel@lists.sourceforge.net
1472S: Maintained
1473
1474KERNEL AUTOMOUNTER (AUTOFS)
1475P: H. Peter Anvin
1476M: hpa@zytor.com
1477L: autofs@linux.kernel.org
1478S: Odd Fixes
1479
1480KERNEL AUTOMOUNTER v4 (AUTOFS4)
1481P: Ian Kent
1482M: raven@themaw.net
1483L: autofs@linux.kernel.org
1484S: Maintained
1485
1486KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1487P: Kai Germaschewski
1488M: kai@germaschewski.name
1489P: Sam Ravnborg
1490M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001491T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492S: Maintained
1493
1494KERNEL JANITORS
1495P: Several
1496L: kernel-janitors@osdl.org
1497W: http://www.kerneljanitors.org/
1498W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499S: Maintained
1500
1501KERNEL NFSD
1502P: Neil Brown
1503M: neilb@cse.unsw.edu.au
1504L: nfs@lists.sourceforge.net
1505W: http://nfs.sourceforge.net/
1506W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1507S: Maintained
1508
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001509KEXEC
1510P: Eric Biederman
1511P: Randy Dunlap
1512M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001513M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001514W: http://www.xmission.com/~ebiederm/files/kexec/
1515L: linux-kernel@vger.kernel.org
1516L: fastboot@osdl.org
1517S: Maintained
1518
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001519KPROBES
1520P: Prasanna S Panchamukhi
1521M: prasanna@in.ibm.com
1522P: Ananth N Mavinakayanahalli
1523M: ananth@in.ibm.com
1524P: Anil S Keshavamurthy
1525M: anil.s.keshavamurthy@intel.com
1526P: David S. Miller
1527M: davem@davemloft.net
1528L: linux-kernel@vger.kernel.org
1529S: Maintained
1530
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531LAPB module
1532P: Henner Eisen
1533M: eis@baty.hanse.de
1534L: linux-x25@vger.kernel.org
1535S: Maintained
1536
1537LASI 53c700 driver for PARISC
1538P: James E.J. Bottomley
1539M: James.Bottomley@HansenPartnership.com
1540L: linux-scsi@vger.kernel.org
1541S: Maintained
1542
1543LEGO USB Tower driver
1544P: Juergen Stuber
1545M: starblue@users.sourceforge.net
1546L: legousb-devel@lists.sourceforge.net
1547W: http://legousb.sourceforge.net/
1548S: Maintained
1549
1550LINUX FOR IBM pSERIES (RS/6000)
1551P: Paul Mackerras
1552M: paulus@au.ibm.com
1553W: http://www.ibm.com/linux/ltc/projects/ppc
1554S: Supported
1555
1556LINUX FOR NCR VOYAGER
1557P: James Bottomley
1558M: James.Bottomley@HansenPartnership.com
1559W: http://www.hansenpartnership.com/voyager
1560S: Maintained
1561
1562LINUX FOR POWERPC
1563P: Paul Mackerras
1564M: paulus@samba.org
1565W: http://www.penguinppc.org/
1566L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001567T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568S: Supported
1569
1570LINUX FOR POWER MACINTOSH
1571P: Benjamin Herrenschmidt
1572M: benh@kernel.crashing.org
1573W: http://www.penguinppc.org/
1574L: linuxppc-dev@ozlabs.org
1575S: Maintained
1576
1577LINUX FOR POWERPC EMBEDDED MPC52XX
1578P: Sylvain Munaut
1579M: tnt@246tNt.com
1580W: http://www.246tNt.com/mpc52xx/
1581W: http://www.penguinppc.org/
1582L: linuxppc-dev@ozlabs.org
1583L: linuxppc-embedded@ozlabs.org
1584S: Maintained
1585
1586LINUX FOR POWERPC EMBEDDED PPC4XX
1587P: Matt Porter
1588M: mporter@kernel.crashing.org
1589W: http://www.penguinppc.org/
1590L: linuxppc-embedded@ozlabs.org
1591S: Maintained
1592
Tom Rinie93adf12005-07-26 12:49:53 -07001593LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594P: Tom Rini
1595M: trini@kernel.crashing.org
1596W: http://www.penguinppc.org/
1597L: linuxppc-embedded@ozlabs.org
1598S: Maintained
1599
Tom Rinie93adf12005-07-26 12:49:53 -07001600LINUX FOR POWERPC EMBEDDED PPC8XX
1601P: Marcelo Tosatti
1602M: marcelo.tosatti@cyclades.com
1603W: http://www.penguinppc.org/
1604L: linuxppc-embedded@ozlabs.org
1605S: Maintained
1606
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1608P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001609M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610W: http://www.penguinppc.org/
1611L: linuxppc-embedded@ozlabs.org
1612S: Maintained
1613
1614LLC (802.2)
1615P: Arnaldo Carvalho de Melo
1616M: acme@conectiva.com.br
1617S: Maintained
1618
1619LINUX FOR 64BIT POWERPC
1620P: Paul Mackerras
1621M: paulus@samba.org
1622M: paulus@au.ibm.com
1623P: Anton Blanchard
1624M: anton@samba.org
1625M: anton@au.ibm.com
1626W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001627L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628S: Supported
1629
1630LINUX SECURITY MODULE (LSM) FRAMEWORK
1631P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001632M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001633L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001635T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636S: Supported
1637
1638LM83 HARDWARE MONITOR DRIVER
1639P: Jean Delvare
1640M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001641L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642S: Maintained
1643
1644LM90 HARDWARE MONITOR DRIVER
1645P: Jean Delvare
1646M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001647L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Maintained
1649
1650LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1651P: Richard Russon (FlatCap)
1652M: ldm@flatcap.org
1653L: ldm-devel@lists.sourceforge.net
1654W: http://ldm.sourceforge.net
1655S: Maintained
1656
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001657LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1658P: Eric Moore
1659M: Eric.Moore@lsil.com
1660M: support@lsil.com
1661L: mpt_linux_developer@lsil.com
1662L: linux-scsi@vger.kernel.org
1663W: http://www.lsilogic.com/support
1664S: Supported
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1667P: Matthew Wilcox
1668M: matthew@wil.cx
1669L: linux-scsi@vger.kernel.org
1670S: Maintained
1671
1672M68K ARCHITECTURE
1673P: Geert Uytterhoeven
1674M: geert@linux-m68k.org
1675P: Roman Zippel
1676M: zippel@linux-m68k.org
1677L: linux-m68k@lists.linux-m68k.org
1678W: http://www.linux-m68k.org/
1679W: http://linux-m68k-cvs.ubb.ca/
1680S: Maintained
1681
1682M68K ON APPLE MACINTOSH
1683P: Joshua Thompson
1684M: funaho@jurai.org
1685W: http://www.mac.linux-m68k.org/
1686L: linux-mac68k@mac.linux-m68k.org
1687S: Maintained
1688
1689M68K ON HP9000/300
1690P: Philip Blundell
1691M: philb@gnu.org
1692W: http://www.tazenda.demon.co.uk/phil/linux-hp
1693S: Maintained
1694
1695MARVELL YUKON / SYSKONNECT DRIVER
1696P: Mirko Lindner
1697M: mlindner@syskonnect.de
1698P: Ralph Roesler
1699M: rroesler@syskonnect.de
1700W: http://www.syskonnect.com
1701S: Supported
1702
1703MAESTRO PCI SOUND DRIVERS
1704P: Zach Brown
1705M: zab@zabbo.net
1706S: Odd Fixes
1707
Michael Kerriskfaf16682005-07-31 22:34:47 -07001708MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1709P: Michael Kerrisk
1710M: mtk-manpages@gmx.net
1711W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1712S: Maintained
1713
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001714MARVELL MV643XX ETHERNET DRIVER
1715P: Dale Farnsworth
1716M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001718M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001719L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001720S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721
1722MATROX FRAMEBUFFER DRIVER
1723P: Petr Vandrovec
1724M: vandrove@vc.cvut.cz
1725L: linux-fbdev-devel@lists.sourceforge.net
1726S: Maintained
1727
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001728MEGARAID SCSI DRIVERS
1729P: Neela Syam Kolli
1730M: Neela.Kolli@engenio.com
1731S: linux-scsi@vger.kernel.org
1732W: http://megaraid.lsilogic.com
1733S: Maintained
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735MEMORY TECHNOLOGY DEVICES
1736P: David Woodhouse
1737M: dwmw2@infradead.org
1738W: http://www.linux-mtd.infradead.org/
1739L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001740T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741S: Maintained
1742
1743MICROTEK X6 SCANNER
1744P: Oliver Neukum
1745M: oliver@neukum.name
1746S: Maintained
1747
1748MIPS
1749P: Ralf Baechle
1750M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001751W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001753T: git www.linux-mips.org:/pub/scm/linux.git
1754S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755
1756MISCELLANEOUS MCA-SUPPORT
1757P: James Bottomley
1758M: jejb@steeleye.com
1759L: linux-kernel@vger.kernel.org
1760S: Maintained
1761
1762MODULE SUPPORT
1763P: Rusty Russell
1764M: rusty@rustcorp.com.au
1765L: linux-kernel@vger.kernel.org
1766S: Maintained
1767
1768MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1769P: Stelian Pop
1770M: stelian@popies.net
1771W: http://popies.net/meye/
1772S: Maintained
1773
1774MOUSE AND MISC DEVICES [GENERAL]
1775P: Alessandro Rubini
1776M: rubini@ipvvis.unipv.it
1777L: linux-kernel@vger.kernel.org
1778S: Maintained
1779
1780MTRR AND SIMILAR SUPPORT [i386]
1781P: Richard Gooch
1782M: rgooch@atnf.csiro.au
1783L: linux-kernel@vger.kernel.org
1784W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1785S: Maintained
1786
1787MULTISOUND SOUND DRIVER
1788P: Andrew Veliath
1789M: andrewtv@usa.net
1790S: Maintained
1791
1792NATSEMI ETHERNET DRIVER (DP8381x)
1793P: Tim Hockin
1794M: thockin@hockin.org
1795S: Maintained
1796
1797NCP FILESYSTEM
1798P: Petr Vandrovec
1799M: vandrove@vc.cvut.cz
1800L: linware@sh.cvut.cz
1801S: Maintained
1802
1803NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1804P: James E.J. Bottomley
1805M: James.Bottomley@HansenPartnership.com
1806L: linux-scsi@vger.kernel.org
1807S: Maintained
1808
1809NETFILTER/IPTABLES/IPCHAINS
1810P: Rusty Russell
1811P: Marc Boucher
1812P: James Morris
1813P: Harald Welte
1814P: Jozsef Kadlecsik
1815M: coreteam@netfilter.org
1816W: http://www.netfilter.org/
1817W: http://www.iptables.org/
1818L: netfilter@lists.netfilter.org
1819L: netfilter-devel@lists.netfilter.org
1820S: Supported
1821
1822NETROM NETWORK LAYER
1823P: Ralf Baechle
1824M: ralf@linux-mips.org
1825L: linux-hams@vger.kernel.org
1826S: Maintained
1827
1828NETWORK BLOCK DEVICE
1829P: Paul Clements
1830M: Paul.Clements@steeleye.com
1831S: Maintained
1832
1833NETWORK DEVICE DRIVERS
1834P: Andrew Morton
1835M: akpm@osdl.org
1836P: Jeff Garzik
1837M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001838L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001839T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840S: Maintained
1841
1842NETWORKING [GENERAL]
1843P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001844M: netdev@vger.kernel.org
1845L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846S: Maintained
1847
1848NETWORKING [IPv4/IPv6]
1849P: David S. Miller
1850M: davem@davemloft.net
1851P: Alexey Kuznetsov
1852M: kuznet@ms2.inr.ac.ru
1853P: Pekka Savola (ipv6)
1854M: pekkas@netcore.fi
1855P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001856M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857P: Hideaki YOSHIFUJI
1858M: yoshfuji@linux-ipv6.org
1859P: Patrick McHardy
1860M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001861L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001862T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863S: Maintained
1864
John W. Linville29f8f632006-01-18 14:52:48 -08001865NETWORKING [WIRELESS]
1866P: John W. Linville
1867M: linville@tuxdriver.com
1868L: netdev@vger.kernel.org
1869T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1870S: Maintained
1871
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872IPVS
1873P: Wensong Zhang
1874M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001875P: Simon Horman
1876M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877P: Julian Anastasov
1878M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001879L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880S: Maintained
1881
1882NFS CLIENT
1883P: Trond Myklebust
1884M: trond.myklebust@fys.uio.no
1885L: linux-kernel@vger.kernel.org
1886S: Maintained
1887
1888NI5010 NETWORK DRIVER
1889P: Jan-Pascal van Best and Andreas Mohr
1890M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1891M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001892L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893S: Maintained
1894
1895NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1896P: YOKOTA Hiroshi
1897M: yokota@netlab.is.tsukuba.ac.jp
1898W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1899S: Maintained
1900
1901NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1902P: GOTO Masanori
1903M: gotom@debian.or.jp
1904P: YOKOTA Hiroshi
1905M: yokota@netlab.is.tsukuba.ac.jp
1906W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1907S: Maintained
1908
1909NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1910P: Eberhard Moenkeberg
1911M: emoenke@gwdg.de
1912L: linux-kernel@vger.kernel.org
1913S: Maintained
1914
1915NTFS FILESYSTEM
1916P: Anton Altaparmakov
1917M: aia21@cantab.net
1918L: linux-ntfs-dev@lists.sourceforge.net
1919L: linux-kernel@vger.kernel.org
1920W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001921T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922S: Maintained
1923
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001924NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1925P: Antonino Daplas
1926M: adaplas@pol.net
1927L: linux-fbdev-devel@lists.sourceforge.net
1928S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929
Mark Fashehccd979b2005-12-15 14:31:24 -08001930ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1931P: Mark Fasheh
1932M: mark.fasheh@oracle.com
1933P: Kurt Hackel
1934M: kurt.hackel@oracle.com
1935L: ocfs2-devel@oss.oracle.com
1936W: http://oss.oracle.com/projects/ocfs2/
1937S: Supported
1938
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939OLYMPIC NETWORK DRIVER
1940P: Peter De Shrijver
1941M: p2@ace.ulyssis.student.kuleuven.ac.be
1942P: Mike Phillips
1943M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001944L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945L: linux-tr@linuxtr.net
1946W: http://www.linuxtr.net
1947S: Maintained
1948
Harald Weltec1986ee2005-11-13 16:06:29 -08001949OMNIKEY CARDMAN 4000 DRIVER
1950P: Harald Welte
1951M: laforge@gnumonks.org
1952S: Maintained
1953
Harald Welte77c44ab2005-11-13 16:06:26 -08001954OMNIKEY CARDMAN 4040 DRIVER
1955P: Harald Welte
1956M: laforge@gnumonks.org
1957S: Maintained
1958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959ONSTREAM SCSI TAPE DRIVER
1960P: Willem Riede
1961M: osst@riede.org
1962L: osst-users@lists.sourceforge.net
1963L: linux-scsi@vger.kernel.org
1964S: Maintained
1965
1966OPL3-SA2, SA3, and SAx DRIVER
1967P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001968M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969L: linux-sound@vger.kernel.org
1970S: Maintained
1971
1972OPROFILE
1973P: Philippe Elie
1974M: phil.el@wanadoo.fr
1975L: oprofile-list@lists.sf.net
1976S: Maintained
1977
1978ORINOCO DRIVER
1979P: Pavel Roskin
1980M: proski@gnu.org
1981P: David Gibson
1982M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001983L: orinoco-users@lists.sourceforge.net
1984L: orinoco-devel@lists.sourceforge.net
1985W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986S: Maintained
1987
1988PARALLEL PORT SUPPORT
1989P: Phil Blundell
1990M: philb@gnu.org
1991P: Tim Waugh
1992M: tim@cyberelk.net
1993P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994P: Andrea Arcangeli
1995M: andrea@suse.de
1996L: linux-parport@lists.infradead.org
1997W: http://people.redhat.com/twaugh/parport/
1998S: Maintained
1999
2000PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2001P: Tim Waugh
2002M: tim@cyberelk.net
2003L: linux-parport@lists.infradead.org
2004W: http://www.torque.net/linux-pp.html
2005S: Maintained
2006
2007PARISC ARCHITECTURE
2008P: Matthew Wilcox
2009M: matthew@wil.cx
2010P: Grant Grundler
2011M: grundler@parisc-linux.org
2012L: parisc-linux@parisc-linux.org
2013W: http://www.parisc-linux.org/
2014S: Maintained
2015
2016PERSONALITY HANDLING
2017P: Christoph Hellwig
2018M: hch@infradead.org
2019L: linux-abi-devel@lists.sourceforge.net
2020S: Maintained
2021
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002022PCI ERROR RECOVERY
2023P: Linas Vepstas
2024M: linas@austin.ibm.com
2025L: linux-kernel@vger.kernel.org
2026L: linux-pci@atrey.karlin.mff.cuni.cz
2027S: Supported
2028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2030P: Thomas Sailer
2031M: sailer@ife.ee.ethz.ch
2032L: linux-sound@vger.kernel.org
2033W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2034S: Maintained
2035
2036PCI SUBSYSTEM
2037P: Greg Kroah-Hartman
2038M: gregkh@suse.de
2039L: linux-kernel@vger.kernel.org
2040L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002041T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042S: Supported
2043
2044PCI HOTPLUG CORE
2045P: Greg Kroah-Hartman
2046M: gregkh@suse.de
2047S: Supported
2048
2049PCI HOTPLUG COMPAQ DRIVER
2050P: Greg Kroah-Hartman
2051M: greg@kroah.com
2052S: Maintained
2053
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002054PCIE HOTPLUG DRIVER
2055P: Kristen Carlson Accardi
2056M: kristen.c.accardi@intel.com
2057L: pcihpd-discuss@lists.sourceforge.net
2058S: Maintained
2059
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002061P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002063T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002064S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065
2066PCNET32 NETWORK DRIVER
2067P: Thomas Bogendörfer
2068M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002069L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070S: Maintained
2071
2072PHRAM MTD DRIVER
2073P: Jörn Engel
2074M: joern@wh.fh-wedel.de
2075L: linux-mtd@lists.infradead.org
2076S: Maintained
2077
Peter Osterlund249a6772005-09-27 21:45:30 -07002078PKTCDVD DRIVER
2079P: Peter Osterlund
2080M: petero2@telia.com
2081L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002082S: Maintained
2083
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084POSIX CLOCKS and TIMERS
2085P: George Anzinger
2086M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002087L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088S: Supported
2089
Eugene Surovegin24682972005-10-14 03:00:53 -07002090POWERPC 4xx EMAC DRIVER
2091P: Eugene Surovegin
2092M: ebs@ebshome.net
2093W: http://kernel.ebshome.net/emac/
2094L: linuxppc-embedded@ozlabs.org
2095L: netdev@vger.kernel.org
2096S: Maintained
2097
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098PNP SUPPORT
2099P: Adam Belay
2100M: ambx1@neo.rr.com
2101S: Maintained
2102
2103PPP PROTOCOL DRIVERS AND COMPRESSORS
2104P: Paul Mackerras
2105M: paulus@samba.org
2106L: linux-ppp@vger.kernel.org
2107S: Maintained
2108
2109PPP OVER ATM (RFC 2364)
2110P: Mitchell Blank Jr
2111M: mitch@sfgoth.com
2112S: Maintained
2113
2114PPP OVER ETHERNET
2115P: Michal Ostrowski
2116M: mostrows@speakeasy.net
2117S: Maintained
2118
2119PREEMPTIBLE KERNEL
2120P: Robert Love
2121M: rml@tech9.net
2122L: linux-kernel@vger.kernel.org
2123L: kpreempt-tech@lists.sourceforge.net
2124W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2125S: Supported
2126
2127PRISM54 WIRELESS DRIVER
2128P: Prism54 Development Team
2129M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002130L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131W: http://prism54.org
2132S: Maintained
2133
2134PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2135P: Peter Denison
2136M: promise@pnd-pc.demon.co.uk
2137W: http://www.pnd-pc.demon.co.uk/promise/
2138S: Maintained
2139
2140PXA2xx SUPPORT
2141P: Nicolas Pitre
2142M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002143L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144S: Maintained
2145
2146QLOGIC QLA2XXX FC-SCSI DRIVER
2147P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002148M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149L: linux-scsi@vger.kernel.org
2150S: Supported
2151
2152QNX4 FILESYSTEM
2153P: Anders Larsen
2154M: al@alarsen.net
2155L: linux-kernel@vger.kernel.org
2156W: http://www.alarsen.net/linux/qnx4fs/
2157S: Maintained
2158
2159RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002160P: Benjamin Herrenschmidt
2161M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162L: linux-fbdev-devel@lists.sourceforge.net
2163S: Maintained
2164
2165RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002166P: Paul Mackerras
2167M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168L: linux-fbdev-devel@lists.sourceforge.net
2169S: Maintained
2170
2171RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2172P: Corey Thomas
2173M: corey@world.std.com
2174L: linux-kernel@vger.kernel.org
2175S: Maintained
2176
Matt Mackall9e95ce22005-04-16 15:25:56 -07002177RANDOM NUMBER DRIVER
2178P: Matt Mackall
2179M: mpm@selenic.com
2180S: Maintained
2181
Matt Porter394b7012005-11-07 01:00:15 -08002182RAPIDIO SUBSYSTEM
2183P: Matt Porter
2184M: mporter@kernel.crashing.org
2185L: linux-kernel@vger.kernel.org
2186S: Maintained
2187
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188REAL TIME CLOCK DRIVER
2189P: Paul Gortmaker
2190M: p_gortmaker@yahoo.com
2191L: linux-kernel@vger.kernel.org
2192S: Maintained
2193
2194REISERFS FILE SYSTEM
2195P: Hans Reiser
2196M: reiserfs-dev@namesys.com
2197L: reiserfs-list@namesys.com
2198W: http://www.namesys.com
2199S: Supported
2200
2201ROCKETPORT DRIVER
2202P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203W: http://www.comtrol.com
2204S: Maintained
2205
2206ROSE NETWORK LAYER
2207P: Ralf Baechle
2208M: ralf@linux-mips.org
2209L: linux-hams@vger.kernel.org
2210S: Maintained
2211
2212RISCOM8 DRIVER
2213S: Orphan
2214
2215RTLINUX REALTIME LINUX
2216P: Victor Yodaiken
2217M: yodaiken@fsmlabs.com
2218L: rtl@rtlinux.org
2219W: www.rtlinux.org
2220S: Maintained
2221
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002222S3 SAVAGE FRAMEBUFFER DRIVER
2223P: Antonino Daplas
2224M: adaplas@pol.net
2225L: linux-fbdev-devel@lists.sourceforge.net
2226S: Maintained
2227
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S390
2229P: Martin Schwidefsky
2230M: schwidefsky@de.ibm.com
2231M: linux390@de.ibm.com
2232L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002233W: http://www.ibm.com/developerworks/linux/linux390/
2234S: Supported
2235
2236S390 NETWORK DRIVERS
2237P: Frank Pavlic
2238M: fpavlic@de.ibm.com
2239M: linux390@de.ibm.com
2240L: linux-390@vm.marist.edu
2241W: http://www.ibm.com/developerworks/linux/linux390/
2242S: Supported
2243
2244S390 ZFCP DRIVER
2245P: Andreas Herrmann
2246M: aherrman@de.ibm.com
2247M: linux390@de.ibm.com
2248L: linux-390@vm.marist.edu
2249W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250S: Supported
2251
2252SAA7146 VIDEO4LINUX-2 DRIVER
2253P: Michael Hunold
2254M: michael@mihu.de
2255W: http://www.mihu.de/linux/saa7146
2256S: Maintained
2257
2258SBPCD CDROM DRIVER
2259P: Eberhard Moenkeberg
2260M: emoenke@gwdg.de
2261L: linux-kernel@vger.kernel.org
2262S: Maintained
2263
2264SC1200 WDT DRIVER
2265P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002266M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267S: Maintained
2268
2269SCHEDULER
2270P: Ingo Molnar
2271M: mingo@elte.hu
2272P: Robert Love [the preemptible kernel bits]
2273M: rml@tech9.net
2274L: linux-kernel@vger.kernel.org
2275S: Maintained
2276
2277SCSI CDROM DRIVER
2278P: Jens Axboe
2279M: axboe@suse.de
2280L: linux-scsi@vger.kernel.org
2281W: http://www.kernel.dk
2282S: Maintained
2283
2284SCSI SG DRIVER
2285P: Doug Gilbert
2286M: dgilbert@interlog.com
2287L: linux-scsi@vger.kernel.org
2288W: http://www.torque.net/sg
2289S: Maintained
2290
2291SCSI SUBSYSTEM
2292P: James E.J. Bottomley
2293M: James.Bottomley@SteelEye.com
2294L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002295T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296S: Maintained
2297
2298SCSI TAPE DRIVER
2299P: Kai Mäkisara
2300M: Kai.Makisara@kolumbus.fi
2301L: linux-scsi@vger.kernel.org
2302S: Maintained
2303
2304SCTP PROTOCOL
2305P: Sridhar Samudrala
2306M: sri@us.ibm.com
2307L: lksctp-developers@lists.sourceforge.net
2308S: Supported
2309
2310SCx200 CPU SUPPORT
2311P: Christer Weinigel
2312M: christer@weinigel.se
2313W: http://www.weinigel.se
2314S: Supported
2315
2316SECURITY CONTACT
2317P: Security Officers
2318M: security@kernel.org
2319S: Supported
2320
2321SELINUX SECURITY MODULE
2322P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002323M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002325M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326L: linux-kernel@vger.kernel.org (kernel issues)
2327L: selinux@tycho.nsa.gov (general discussion)
2328W: http://www.nsa.gov/selinux
2329S: Supported
2330
2331SERIAL ATA (SATA) SUBSYSTEM:
2332P: Jeff Garzik
2333M: jgarzik@pobox.com
2334L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002335T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Supported
2337
2338SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2339P: Pat Gefre
2340M: pfg@sgi.com
2341L: linux-ia64@vger.kernel.org
2342S: Supported
2343
2344SGI VISUAL WORKSTATION 320 AND 540
2345P: Andrey Panin
2346M: pazke@donpac.ru
2347L: linux-visws-devel@lists.sf.net
2348W: http://linux-visws.sf.net
2349S: Maintained for 2.6.
2350
2351SIMTEC EB110ATX (Chalice CATS)
2352P: Ben Dooks
2353P: Vincent Sanders
2354M: support@simtec.co.uk
2355W: http://www.simtec.co.uk/products/EB110ATX/
2356S: Supported
2357
2358SIMTEC EB2410ITX (BAST)
2359P: Ben Dooks
2360P: Vincent Sanders
2361M: support@simtec.co.uk
2362W: http://www.simtec.co.uk/products/EB2410ITX/
2363S: Supported
2364
Francois Romieu92aab3c2005-07-30 13:11:18 +02002365SIS 190 ETHERNET DRIVER
2366P: Francois Romieu
2367M: romieu@fr.zoreil.com
2368L: netdev@vger.kernel.org
2369S: Maintained
2370
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371SIS 5513 IDE CONTROLLER DRIVER
2372P: Lionel Bouton
2373M: Lionel.Bouton@inet6.fr
2374W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2375W: http://gyver.homeip.net/sis5513/index.html
2376S: Maintained
2377
2378SIS 900/7016 FAST ETHERNET DRIVER
2379P: Daniele Venzano
2380M: venza@brownhat.org
2381W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002382L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383S: Maintained
2384
2385SIS FRAMEBUFFER DRIVER
2386P: Thomas Winischhofer
2387M: thomas@winischhofer.net
2388W: http://www.winischhofer.net/linuxsisvga.shtml
2389S: Maintained
2390
2391SIS USB2VGA DRIVER
2392P: Thomas Winischhofer
2393M: thomas@winischhofer.net
2394W: http://www.winischhofer.at/linuxsisusbvga.shtml
2395S: Maintained
2396
2397SMSC47M1 HARDWARE MONITOR DRIVER
2398P: Jean Delvare
2399M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002400L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401S: Odd Fixes
2402
2403SMB FILESYSTEM
2404P: Urban Widmark
2405M: urban@teststation.com
2406W: http://samba.org/
2407L: samba@samba.org
2408S: Maintained
2409
2410SMC91x ETHERNET DRIVER
2411P: Nicolas Pitre
2412M: nico@cam.org
2413S: Maintained
2414
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415SOFTWARE RAID (Multiple Disks) SUPPORT
2416P: Ingo Molnar
2417M: mingo@redhat.com
2418P: Neil Brown
2419M: neilb@cse.unsw.edu.au
2420L: linux-raid@vger.kernel.org
2421S: Maintained
2422
2423SOFTWARE SUSPEND:
2424P: Pavel Machek
2425M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002426L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427S: Maintained
2428
2429SONIC NETWORK DRIVER
2430P: Thomas Bogendoerfer
2431M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002432L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
2435SONY VAIO CONTROL DEVICE DRIVER
2436P: Stelian Pop
2437M: stelian@popies.net
2438W: http://popies.net/sonypi/
2439S: Maintained
2440
2441SOUND
2442P: Jaroslav Kysela
2443M: perex@suse.cz
2444L: alsa-devel@alsa-project.org
2445S: Maintained
2446
Kylene Hall1c72d462005-05-01 08:59:13 -07002447TPM DEVICE DRIVER
2448P: Kylene Hall
2449M: kjhall@us.ibm.com
2450W: http://tpmdd.sourceforge.net
2451L: tpmdd-devel@lists.sourceforge.net
2452S: Maintained
2453
Mark Gross1a80ba82005-10-30 15:02:55 -08002454Telecom Clock Driver for MCPL0010
2455P: Mark Gross
2456M: mark.gross@intel.com
2457S: Supported
2458
Chris Zankel48b415c2005-06-23 22:01:07 -07002459TENSILICA XTENSA PORT (xtensa):
2460P: Chris Zankel
2461M: chris@zankel.net
2462S: Maintained
2463
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464UltraSPARC (sparc64):
2465P: David S. Miller
2466M: davem@davemloft.net
2467P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002468M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469P: Jakub Jelinek
2470M: jj@sunsite.ms.mff.cuni.cz
2471P: Anton Blanchard
2472M: anton@samba.org
2473L: sparclinux@vger.kernel.org
2474L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002475T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476S: Maintained
2477
2478SHARP LH SUPPORT (LH7952X & LH7A40X)
2479P: Marc Singer
2480M: elf@buici.com
2481W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002482L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483S: Maintained
2484
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002485SHPC HOTPLUG DRIVER
2486P: Kristen Carlson Accardi
2487M: kristen.c.accardi@intel.com
2488L: pcihpd-discuss@lists.sourceforge.net
2489S: Maintained
2490
Pierre Ossmand129bce2006-03-24 03:18:17 -08002491SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2492P: Pierre Ossman
2493M: drzeus-sdhci@drzeus.cx
2494L: sdhci-devel@list.drzeus.cx
2495W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2496S: Maintained
2497
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002498SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2499P: Stephen Hemminger
2500M: shemminger@osdl.org
2501L: netdev@vger.kernel.org
2502S: Maintained
2503
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504SPARC (sparc32):
2505P: William L. Irwin
2506M: wli@holomorphy.com
2507L: sparclinux@vger.kernel.org
2508S: Maintained
2509
2510SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2511P: Roger Wolff
2512M: R.E.Wolff@BitWizard.nl
2513L: linux-kernel@vger.kernel.org ?
2514S: Supported
2515
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516SRM (Alpha) environment access
2517P: Jan-Benedict Glaw
2518M: jbglaw@lug-owl.de
2519L: linux-kernel@vger.kernel.org
2520S: Maintained
2521
2522STARFIRE/DURALAN NETWORK DRIVER
2523P: Ion Badulescu
2524M: ionut@cs.columbia.edu
2525S: Maintained
2526
2527STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2528W: http://mosquitonet.Stanford.EDU/strip.html
2529S: Unsupported ?
2530
2531STRADIS MPEG-2 DECODER DRIVER
2532P: Nathan Laredo
2533M: laredo@gnu.org
2534W: http://mpeg.openprojects.net/
2535W: http://www.stradis.com/
2536S: Maintained
2537
2538SUPERH (sh)
2539P: Paul Mundt
2540M: lethal@linux-sh.org
2541P: Kazumoto Kojima
2542M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002543L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544W: http://www.linux-sh.org
2545W: http://www.m17n.org/linux-sh/
2546W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2547S: Maintained
2548
2549SUPERH64 (sh64)
2550P: Paul Mundt
2551M: lethal@linux-sh.org
2552P: Richard Curnow
2553M: rc@rc0.org.uk
2554L: linuxsh-shmedia-dev@lists.sourceforge.net
2555W: http://www.linux-sh.org
2556W: http://www.rc0.org.uk/sh64
2557S: Maintained
2558
2559SUN3/3X
2560P: Sam Creasey
2561M: sammy@sammy.net
2562L: sun3-list@redhat.com
2563W: http://sammy.net/sun3/
2564S: Maintained
2565
2566SVGA HANDLING
2567P: Martin Mares
2568M: mj@ucw.cz
2569L: linux-video@atrey.karlin.mff.cuni.cz
2570S: Maintained
2571
2572SYSV FILESYSTEM
2573P: Christoph Hellwig
2574M: hch@infradead.org
2575S: Maintained
2576
2577TI PARALLEL LINK CABLE DRIVER
2578P: Romain Lievin
2579M: roms@lpg.ticalc.org
2580S: Maintained
2581
Per Lidene86eaa32006-01-12 16:45:18 +01002582TIPC NETWORK LAYER
2583P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002584M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002585P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002586M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002587P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002588M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002589L: tipc-discussion@lists.sourceforge.net
2590W: http://tipc.sourceforge.net/
2591W: http://tipc.cslab.ericsson.net/
2592T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2593S: Maintained
2594
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595TLAN NETWORK DRIVER
2596P: Samuel Chessman
2597M: chessman@tux.org
2598L: tlan-devel@lists.sourceforge.net
2599W: http://sourceforge.net/projects/tlan/
2600S: Maintained
2601
2602TOKEN-RING NETWORK DRIVER
2603P: Mike Phillips
2604M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002605L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606L: linux-tr@linuxtr.net
2607W: http://www.linuxtr.net
2608S: Maintained
2609
2610TOSHIBA ACPI EXTRAS DRIVER
2611P: John Belmonte
2612M: toshiba_acpi@memebeam.org
2613W: http://memebeam.org/toys/ToshibaAcpiDriver
2614S: Maintained
2615
2616TOSHIBA SMM DRIVER
2617P: Jonathan Buzzard
2618M: jonathan@buzzard.org.uk
2619L: tlinux-users@tce.toshiba-dme.co.jp
2620W: http://www.buzzard.org.uk/toshiba/
2621S: Maintained
2622
2623TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2624P: Muli Ben-Yehuda
2625M: mulix@mulix.org
2626L: linux-kernel@vger.kernel.org
2627S: Maintained
2628
2629TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002630P: Adrian Bunk
2631M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002633W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002634T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635S: Maintained
2636
2637TMS380 TOKEN-RING NETWORK DRIVER
2638P: Adam Fritzler
2639M: mid@auk.cx
2640L: linux-tr@linuxtr.net
2641W: http://www.auk.cx/tms380tr/
2642S: Maintained
2643
2644TULIP NETWORK DRIVER
2645P: Jeff Garzik
2646M: jgarzik@pobox.com
2647L: tulip-users@lists.sourceforge.net
2648W: http://sourceforge.net/projects/tulip/
2649S: Maintained
2650
2651TUN/TAP driver
2652P: Maxim Krasnyansky
2653M: maxk@qualcomm.com, max_mk@yahoo.com
2654L: vtun@office.satix.net
2655W: http://vtun.sourceforge.net/tun
2656S: Maintained
2657
2658U14-34F SCSI DRIVER
2659P: Dario Ballabio
2660M: ballabio_dario@emc.com
2661L: linux-scsi@vger.kernel.org
2662S: Maintained
2663
2664UDF FILESYSTEM
2665P: Ben Fennema
2666M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667W: http://linux-udf.sourceforge.net
2668S: Maintained
2669
2670UNIFORM CDROM DRIVER
2671P: Jens Axboe
2672M: axboe@suse.de
2673L: linux-kernel@vger.kernel.org
2674W: http://www.kernel.dk
2675S: Maintained
2676
2677USB ACM DRIVER
2678P: Oliver Neukum
2679M: oliver@neukum.name
2680L: linux-usb-users@lists.sourceforge.net
2681L: linux-usb-devel@lists.sourceforge.net
2682S: Maintained
2683
2684USB BLOCK DRIVER (UB ub)
2685P: Pete Zaitcev
2686M: zaitcev@redhat.com
2687L: linux-kernel@vger.kernel.org
2688L: linux-usb-devel@lists.sourceforge.net
2689S: Supported
2690
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691USB CDC ETHERNET DRIVER
2692P: Greg Kroah-Hartman
2693M: greg@kroah.com
2694L: linux-usb-users@lists.sourceforge.net
2695L: linux-usb-devel@lists.sourceforge.net
2696S: Maintained
2697W: http://www.kroah.com/linux-usb/
2698
2699USB EHCI DRIVER
2700P: David Brownell
2701M: dbrownell@users.sourceforge.net
2702L: linux-usb-devel@lists.sourceforge.net
2703S: Maintained
2704
Luca Risolia7ce08c92006-01-11 02:06:59 +00002705USB ET61X[12]51 DRIVER
2706P: Luca Risolia
2707M: luca.risolia@studio.unibo.it
2708L: linux-usb-devel@lists.sourceforge.net
2709L: video4linux-list@redhat.com
2710W: http://www.linux-projects.org
2711S: Maintained
2712
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713USB HID/HIDBP DRIVERS
2714P: Vojtech Pavlik
2715M: vojtech@suse.cz
2716L: linux-usb-users@lists.sourceforge.net
2717L: linux-usb-devel@lists.sourceforge.net
2718S: Maintained
2719
2720USB HUB DRIVER
2721P: Johannes Erdfelt
2722M: johannes@erdfelt.com
2723L: linux-usb-users@lists.sourceforge.net
2724L: linux-usb-devel@lists.sourceforge.net
2725S: Maintained
2726
Olav Kongas959eea22005-11-03 17:38:14 +02002727USB ISP116X DRIVER
2728P: Olav Kongas
2729M: ok@artecdesign.ee
2730L: linux-usb-devel@lists.sourceforge.net
2731S: Maintained
2732
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733USB KAWASAKI LSI DRIVER
2734P: Oliver Neukum
2735M: oliver@neukum.name
2736L: linux-usb-users@lists.sourceforge.net
2737L: linux-usb-devel@lists.sourceforge.net
2738S: Maintained
2739
2740USB MASS STORAGE DRIVER
2741P: Matthew Dharm
2742M: mdharm-usb@one-eyed-alien.net
2743L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002744L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745S: Maintained
2746W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2747
2748USB OHCI DRIVER
2749P: Roman Weissgaerber
2750M: weissg@vienna.at
2751L: linux-usb-users@lists.sourceforge.net
2752L: linux-usb-devel@lists.sourceforge.net
2753S: Maintained
2754
Matthias Urlichsba460e42005-07-14 00:33:47 -07002755USB OPTION-CARD DRIVER
2756P: Matthias Urlichs
2757M: smurf@smurf.noris.de
2758L: linux-usb-devel@lists.sourceforge.net
2759S: Maintained
2760
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761USB OV511 DRIVER
2762P: Mark McClelland
2763M: mmcclell@bigfoot.com
2764L: linux-usb-users@lists.sourceforge.net
2765L: linux-usb-devel@lists.sourceforge.net
2766W: http://alpha.dyndns.org/ov511/
2767S: Maintained
2768
2769USB PEGASUS DRIVER
2770P: Petko Manolov
2771M: petkan@users.sourceforge.net
2772L: linux-usb-users@lists.sourceforge.net
2773L: linux-usb-devel@lists.sourceforge.net
2774W: http://pegasus2.sourceforge.net/
2775S: Maintained
2776
2777USB PRINTER DRIVER
2778P: Vojtech Pavlik
2779M: vojtech@suse.cz
2780L: linux-usb-users@lists.sourceforge.net
2781L: linux-usb-devel@lists.sourceforge.net
2782S: Maintained
2783
2784USB RTL8150 DRIVER
2785P: Petko Manolov
2786M: petkan@users.sourceforge.net
2787L: linux-usb-users@lists.sourceforge.net
2788L: linux-usb-devel@lists.sourceforge.net
2789W: http://pegasus2.sourceforge.net/
2790S: Maintained
2791
2792USB SE401 DRIVER
2793P: Jeroen Vreeken
2794M: pe1rxq@amsat.org
2795L: linux-usb-users@lists.sourceforge.net
2796L: linux-usb-devel@lists.sourceforge.net
2797W: http://www.chello.nl/~j.vreeken/se401/
2798S: Maintained
2799
2800USB SERIAL CYBERJACK DRIVER
2801P: Matthias Bruestle and Harald Welte
2802M: support@reiner-sct.com
2803W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2804S: Maintained
2805
2806USB SERIAL DIGI ACCELEPORT DRIVER
2807P: Peter Berger and Al Borchers
2808M: pberger@brimson.com
2809M: alborchers@steinerpoint.com
2810L: linux-usb-users@lists.sourceforge.net
2811L: linux-usb-devel@lists.sourceforge.net
2812S: Maintained
2813
2814USB SERIAL DRIVER
2815P: Greg Kroah-Hartman
2816M: gregkh@suse.de
2817L: linux-usb-users@lists.sourceforge.net
2818L: linux-usb-devel@lists.sourceforge.net
2819S: Supported
2820
2821USB SERIAL BELKIN F5U103 DRIVER
2822P: William Greathouse
2823M: wgreathouse@smva.com
2824L: linux-usb-users@lists.sourceforge.net
2825L: linux-usb-devel@lists.sourceforge.net
2826S: Maintained
2827
2828USB SERIAL CYPRESS M8 DRIVER
2829P: Lonnie Mendez
2830M: dignome@gmail.com
2831L: linux-usb-users@lists.sourceforge.net
2832L: linux-usb-devel@lists.sourceforge.net
2833S: Maintained
2834W: http://geocities.com/i0xox0i
2835W: http://firstlight.net/cvs
2836
2837USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2838L: linux-usb-users@lists.sourceforge.net
2839L: linux-usb-devel@lists.sourceforge.net
2840S: Maintained
2841
2842USB AUERSWALD DRIVER
2843P: Wolfgang Muees
2844M: wolfgang@iksw-muees.de
2845L: linux-usb-users@lists.sourceforge.net
2846L: linux-usb-devel@lists.sourceforge.net
2847S: Maintained
2848
2849USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2850P: Gary Brubaker
2851M: xavyer@ix.netcom.com
2852L: linux-usb-users@lists.sourceforge.net
2853L: linux-usb-devel@lists.sourceforge.net
2854S: Maintained
2855
2856USB SERIAL KEYSPAN DRIVER
2857P: Greg Kroah-Hartman
2858M: greg@kroah.com
2859L: linux-usb-users@lists.sourceforge.net
2860L: linux-usb-devel@lists.sourceforge.net
2861W: http://www.kroah.com/linux/
2862S: Maintained
2863
2864USB SERIAL WHITEHEAT DRIVER
2865P: Stuart MacDonald
2866M: stuartm@connecttech.com
2867L: linux-usb-users@lists.sourceforge.net
2868L: linux-usb-devel@lists.sourceforge.net
2869W: http://www.connecttech.com
2870S: Supported
2871
2872USB SN9C10x DRIVER
2873P: Luca Risolia
2874M: luca.risolia@studio.unibo.it
2875L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002876L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877W: http://www.linux-projects.org
2878S: Maintained
2879
2880USB SUBSYSTEM
2881P: Greg Kroah-Hartman
2882M: gregkh@suse.de
2883L: linux-usb-users@lists.sourceforge.net
2884L: linux-usb-devel@lists.sourceforge.net
2885W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002886T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887S: Supported
2888
2889USB UHCI DRIVER
2890P: Alan Stern
2891M: stern@rowland.harvard.edu
2892L: linux-usb-users@lists.sourceforge.net
2893L: linux-usb-devel@lists.sourceforge.net
2894S: Maintained
2895
2896USB "USBNET" DRIVER
2897P: David Brownell
2898M: dbrownell@users.sourceforge.net
2899L: linux-usb-devel@lists.sourceforge.net
2900S: Maintained
2901
2902USB W996[87]CF DRIVER
2903P: Luca Risolia
2904M: luca.risolia@studio.unibo.it
2905L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002906L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907W: http://www.linux-projects.org
2908S: Maintained
2909
Luca Risolia60f78052006-02-06 16:29:35 +00002910USB ZC0301 DRIVER
2911P: Luca Risolia
2912M: luca.risolia@studio.unibo.it
2913L: linux-usb-devel@lists.sourceforge.net
2914L: video4linux-list@redhat.com
2915W: http://www.linux-projects.org
2916S: Maintained
2917
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918USB ZD1201 DRIVER
2919P: Jeroen Vreeken
2920M: pe1rxq@amsat.org
2921L: linux-usb-users@lists.sourceforge.net
2922L: linux-usb-devel@lists.sourceforge.net
2923W: http://linux-lc100020.sourceforge.net
2924S: Maintained
2925
2926USER-MODE LINUX
2927P: Jeff Dike
2928M: jdike@karaya.com
2929L: user-mode-linux-devel@lists.sourceforge.net
2930L: user-mode-linux-user@lists.sourceforge.net
2931W: http://user-mode-linux.sourceforge.net
2932S: Maintained
2933
2934FAT/VFAT/MSDOS FILESYSTEM:
2935P: OGAWA Hirofumi
2936M: hirofumi@mail.parknet.co.jp
2937L: linux-kernel@vger.kernel.org
2938S: Maintained
2939
2940VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2941P: Jeff Garzik
2942S: Odd fixes
2943
2944VIA RHINE NETWORK DRIVER
2945P: Roger Luethi
2946M: rl@hellgate.ch
2947S: Maintained
2948
Jean Delvare32c0a522005-09-22 21:47:58 +02002949VIAPRO SMBUS DRIVER
2950P: Jean Delvare
2951M: khali@linux-fr.org
2952L: lm-sensors@lm-sensors.org
2953S: Maintained
2954
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955UCLINUX (AND M68KNOMMU)
2956P: Greg Ungerer
2957M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002959L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960S: Maintained
2961
2962UCLINUX FOR NEC V850
2963P: Miles Bader
2964M: uclinux-v850@lsi.nec.co.jp
2965W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2966W: http://www.ee.nec.de/uclinux/
2967S: Supported
2968
2969UCLINUX FOR RENESAS H8/300
2970P: Yoshinori Sato
2971M: ysato@users.sourceforge.jp
2972W: http://uclinux-h8.sourceforge.jp/
2973S: Supported
2974
2975USB DIAMOND RIO500 DRIVER
2976P: Cesar Miquel
2977M: miquel@df.uba.ar
2978L: rio500-users@lists.sourceforge.net
2979W: http://rio500.sourceforge.net
2980S: Maintained
2981
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002982V9FS FILE SYSTEM
2983P: Eric Van Hensbergen
2984M: ericvh@gmail.com
2985P: Ron Minnich
2986M: rminnich@lanl.gov
2987P: Latchesar Ionkov
2988M: lucho@ionkov.net
2989L: v9fs-developer@lists.sourceforge.net
2990W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002991T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002992S: Maintained
2993
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002995P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02002996M: mchehab@infradead.org
2997M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002999W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003000T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003001S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002
Roger Lucas1de9e372005-11-26 20:20:05 +01003003VT8231 HARDWARE MONITOR DRIVER
3004P: Roger Lucas
3005M: roger@planbit.co.uk
3006L: lm-sensors@lm-sensors.org
3007S: Maintained
3008
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009W1 DALLAS'S 1-WIRE BUS
3010P: Evgeniy Polyakov
3011M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003012L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013S: Maintained
3014
3015W83L51xD SD/MMC CARD INTERFACE DRIVER
3016P: Pierre Ossman
3017M: drzeus-wbsd@drzeus.cx
3018L: wbsd-devel@list.drzeus.cx
3019W: http://projects.drzeus.cx/wbsd
3020S: Maintained
3021
3022W83L785TS HARDWARE MONITOR DRIVER
3023P: Jean Delvare
3024M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003025L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026S: Odd Fixes
3027
3028WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
3029P: Nenad Corbic
3030M: ncorbic@sangoma.com
3031M: dm@sangoma.com
3032W: http://www.sangoma.com
3033S: Supported
3034
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003035WATCHDOG DEVICE DRIVERS
3036P: Wim Van Sebroeck
3037M: wim@iguana.be
3038T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3039S: Maintained
3040
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3042P: Jean Tourrilhes
3043M: jt@hpl.hp.com
3044W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3045S: Maintained
3046
3047WD7000 SCSI DRIVER
3048P: Miroslav Zagorac
3049M: zaga@fly.cc.fer.hr
3050L: linux-scsi@vger.kernel.org
3051S: Maintained
3052
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003053WISTRON LAPTOP BUTTON DRIVER
3054P: Miloslav Trmac
3055M: mitr@volny.cz
3056S: Maintained
3057
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058WL3501 WIRELESS PCMCIA CARD DRIVER
3059P: Arnaldo Carvalho de Melo
3060M: acme@conectiva.com.br
3061W: http://advogato.org/person/acme
3062S: Maintained
3063
3064X.25 NETWORK LAYER
3065P: Henner Eisen
3066M: eis@baty.hanse.de
3067L: linux-x25@vger.kernel.org
3068S: Maintained
3069
3070XFS FILESYSTEM
3071P: Silicon Graphics Inc
3072M: xfs-masters@oss.sgi.com
3073M: nathans@sgi.com
3074L: linux-xfs@oss.sgi.com
3075W: http://oss.sgi.com/projects/xfs
3076S: Supported
3077
3078X86 3-LEVEL PAGING (PAE) SUPPORT
3079P: Ingo Molnar
3080M: mingo@redhat.com
3081S: Maintained
3082
3083X86-64 port
3084P: Andi Kleen
3085M: ak@suse.de
3086L: discuss@x86-64.org
3087W: http://www.x86-64.org
3088S: Maintained
3089
3090YAM DRIVER FOR AX.25
3091P: Jean-Paul Roubelat
3092M: jpr@f6fbb.org
3093L: linux-hams@vger.kernel.org
3094S: Maintained
3095
Henkaf64a5e2005-10-12 15:02:56 +02003096YEALINK PHONE DRIVER
3097P: Henk Vergonet
3098M: Henk.Vergonet@gmail.com
3099L: usbb2k-api-dev@nongnu.org
3100S: Maintained
3101
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3103P: Pete Zaitcev
3104M: zaitcev@yahoo.com
3105L: linux-kernel@vger.kernel.org
3106S: Obsolete
3107
3108Z8530 DRIVER FOR AX.25
3109P: Joerg Reuter
3110M: jreuter@yaina.de
3111W: http://yaina.de/jreuter/
3112W: http://www.qsl.net/dl1bke/
3113L: linux-hams@vger.kernel.org
3114S: Maintained
3115
3116ZF MACHZ WATCHDOG
3117P: Fernando Fuganti
3118M: fuganti@netbank.com.br
3119W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3120S: Maintained
3121
3122ZR36067 VIDEO FOR LINUX DRIVER
3123P: Ronald Bultje
3124M: rbultje@ronald.bitfreak.net
3125L: mjpeg-users@lists.sourceforge.net
3126W: http://mjpeg.sourceforge.net/driver-zoran/
3127S: Maintained
3128
3129ZR36120 VIDEO FOR LINUX DRIVER
3130P: Pauline Middelink
3131M: middelin@polyware.nl
3132W: http://www.polyware.nl/~middelin/En/hobbies.html
3133W: http://www.polyware.nl/~middelin/hobbies.html
3134S: Maintained
3135
3136THE REST
3137P: Linus Torvalds
3138S: Buried alive in reporters