blob: e384eb7ef862c7c9e707ed50a06f8611a94bd969 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080061T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070078L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070086S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700147L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148S: Maintained
149
150A2232 SERIAL BOARD DRIVER
151P: Enver Haase
152M: ehaase@inf.fu-berlin.de
153M: A2232@gmx.net
154L: linux-m68k@lists.linux-m68k.org
155S: Maintained
156
157AIO
158P: Benjamin LaHaise
159M: bcrl@kvack.org
160L: linux-aio@kvack.org
161S: Supported
162
163ACENIC DRIVER
164P: Jes Sorensen
165M: jes@trained-monkey.org
166L: linux-acenic@sunsite.dk
167S: Maintained
168
169ACI MIXER DRIVER
170P: Robert Siemer
171M: Robert.Siemer@gmx.de
172L: linux-sound@vger.kernel.org
173W: http://www.stud.uni-karlsruhe.de/~uh1b/
174S: Maintained
175
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176AACRAID SCSI RAID DRIVER
177P: Adaptec OEM Raid Solutions
178L: linux-scsi@vger.kernel.org
179W: http://linux.dell.com/storage.shtml
180S: Supported
181
182ACPI
183P: Len Brown
184M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500185L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800187T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188S: Maintained
189
190AD1816 SOUND DRIVER
191P: Thorsten Knabe
192M: Thorsten Knabe <linux@thorsten-knabe.de>
193W: http://linux.thorsten-knabe.de
194S: Maintained
195
Kyle McMartin6958ae32005-10-21 23:11:27 -0400196AD1889 SOUND DRIVER
197P: Kyle McMartin
198M: kyle@parisc-linux.org
199P: Thibaut Varene
200M: T-Bone@parisc-linux.org
201W: http://wiki.parisc-linux.org/AD1889
202L: parisc-linux@lists.parisc-linux.org
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205ADM1025 HARDWARE MONITOR DRIVER
206P: Jean Delvare
207M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200208L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Maintained
210
211ADT746X FAN DRIVER
212P: Colin Leroy
213M: colin@colino.net
214S: Maintained
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216AEDSP16 DRIVER
217P: Riccardo Facchetti
218M: fizban@tin.it
219S: Maintained
220
221AFFS FILE SYSTEM
222P: Roman Zippel
223M: zippel@linux-m68k.org
224S: Maintained
225
226AGPGART DRIVER
227P: Dave Jones
228M: davej@codemonkey.org.uk
229W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800230T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231S: Maintained
232
233AHA152X SCSI DRIVER
234P: Juergen E. Fischer
235M: Juergen Fischer <fischer@norbit.de>
236L: linux-scsi@vger.kernel.org
237S: Maintained
238
239ALCATEL SPEEDTOUCH USB DRIVER
240P: Duncan Sands
241M: duncan.sands@free.fr
242L: linux-usb-users@lists.sourceforge.net
243L: linux-usb-devel@lists.sourceforge.net
244W: http://www.linux-usb.org/SpeedTouch/
245S: Maintained
246
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000247ALI1563 I2C DRIVER
248P: Rudolf Marek
249M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200250L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000251S: Maintained
252
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253ALPHA PORT
254P: Richard Henderson
255M: rth@twiddle.net
256S: Odd Fixes for 2.4; Maintained for 2.6.
257P: Ivan Kokshaysky
258M: ink@jurassic.park.msu.ru
259S: Maintained for 2.4; PCI support for 2.6.
260
Jordan Crousef90b8112006-01-06 00:12:14 -0800261AMD GEODE PROCESSOR/CHIPSET SUPPORT
262P: Jordan Crouse
263M: info-linux@geode.amd.com
264L: info-linux@geode.amd.com
265W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
266S: Supported
267
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268APM DRIVER
269P: Stephen Rothwell
270M: sfr@canb.auug.org.au
271L: linux-laptop@vger.kernel.org
272W: http://www.canb.auug.org.au/~sfr/
273S: Supported
274
275APPLETALK NETWORK LAYER
276P: Arnaldo Carvalho de Melo
277M: acme@conectiva.com.br
278S: Maintained
279
Jaya Kumar1154ea72005-06-21 17:17:04 -0700280ARC FRAMEBUFFER DRIVER
281P: Jaya Kumar
282M: jayalk@intworks.biz
283S: Maintained
284
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285ARM26 ARCHITECTURE
286P: Ian Molton
287M: spyro@f2s.com
288S: Maintained
289
290ARM26/ARCHIMEDES
291P: Ian Molton
292M: spyro@f2s.com
293S: Maintained
294
295ARM26/A5000
296P: John Appleby
297M: john@dnsworld.co.uk
298S: Maintained
299
300ARM MFM AND FLOPPY DRIVERS
301P: Ian Molton
302M: spyro@f2s.com
303S: Maintained
304
305ARM/CORGI MACHINE SUPPORT
306P: Richard Purdie
307M: rpurdie@rpsys.net
308S: Maintained
309
Dirk Opfer8459c152005-11-06 14:27:52 +0000310ARM/TOSA MACHINE SUPPORT
311P: Dirk Opfer
312M: dirk@opfer-online.de
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315ARM/PLEB SUPPORT
316P: Peter Chubb
317M: pleb@gelato.unsw.edu.au
318W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
319S: Maintained
320
321ARM/PT DIGITAL BOARD PORT
322P: Stefan Eletzhofer
323M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700324L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.arm.linux.org.uk/
326S: Maintained
327
328ARM/SHARK MACHINE SUPPORT
329P: Alexander Schulz
330M: alex@shark-linux.de
331W: http://www.shark-linux.de/shark.html
332S: Maintained
333
334ARM/STRONGARM110 PORT
335P: Russell King
336M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700337L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338W: http://www.arm.linux.org.uk/
339S: Maintained
340
341ARM/S3C2410 ARM ARCHITECTURE
342P: Ben Dooks
343M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700344L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345W: http://www.fluff.org/ben/linux/
346S: Maintained
347
348ARM/S3C2440 ARM ARCHITECTURE
349P: Ben Dooks
350M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700351L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.fluff.org/ben/linux/
353S: Maintained
354
355ARPD SUPPORT
356P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700357L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358S: Maintained
359
360ASUS ACPI EXTRAS DRIVER
361P: Karol Kozimor
362M: sziwan@users.sourceforge.net
363P: Julien Lerouge
364M: julien.lerouge@free.fr
365L: acpi4asus-user@lists.sourceforge.net
366W: http://sourceforge.net/projects/acpi4asus
367W: http://julien.lerouge.free.fr
368S: Maintained
369
370ATA OVER ETHERNET DRIVER
371P: Ed L. Cashin
372M: ecashin@coraid.com
373W: http://www.coraid.com/support/linux
374S: Supported
375
376ATM
377P: Chas Williams
378M: chas@cmf.nrl.navy.mil
379L: linux-atm-general@lists.sourceforge.net
380W: http://linux-atm.sourceforge.net
381S: Maintained
382
383ATMEL WIRELESS DRIVER
384P: Simon Kelley
385M: simon@thekelleys.org.uk
386W: http://www.thekelleys.org.uk/atmel
387W: http://atmelwlandriver.sourceforge.net/
388S: Maintained
389
Chris Wrighta92b7b82005-07-07 18:12:23 -0700390AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100391P: David Woodhouse
392M: dwmw2@infradead.org
393L: linux-audit@redhat.com
394W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800395T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700396S: Maintained
397
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398AX.25 NETWORK LAYER
399P: Ralf Baechle
400M: ralf@linux-mips.org
401L: linux-hams@vger.kernel.org
402S: Maintained
403
404BAYCOM/HDLCDRV DRIVERS FOR AX.25
405P: Thomas Sailer
406M: t.sailer@alumni.ethz.ch
407L: linux-hams@vger.kernel.org
408W: http://www.baycom.org/~tom/ham/ham.html
409S: Maintained
410
411BEFS FILE SYSTEM
412P: Sergey S. Kostyliov
413M: rathamahata@php4.ru
414L: linux-kernel@vger.kernel.org
415S: Maintained
416
417BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
418P: Kenji Hollis
419W: http://ftp.bitgate.com/pcwd/
420S: Maintained
421
422BFS FILE SYSTEM
423P: Tigran A. Aivazian
424M: tigran@veritas.com
425L: linux-kernel@vger.kernel.org
426S: Maintained
427
428BLOCK LAYER
429P: Jens Axboe
430M: axboe@suse.de
431L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800432T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433S: Maintained
434
435BLUETOOTH SUBSYSTEM
436P: Marcel Holtmann
437M: marcel@holtmann.org
438P: Maxim Krasnyansky
439M: maxk@qualcomm.com
440L: bluez-devel@lists.sf.net
441W: http://bluez.sf.net
442W: http://www.bluez.org
443W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800444T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445S: Maintained
446
447BLUETOOTH RFCOMM LAYER
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452S: Maintained
453
454BLUETOOTH BNEP LAYER
455P: Marcel Holtmann
456M: marcel@holtmann.org
457P: Maxim Krasnyansky
458M: maxk@qualcomm.com
459S: Maintained
460
461BLUETOOTH CMTP LAYER
462P: Marcel Holtmann
463M: marcel@holtmann.org
464S: Maintained
465
466BLUETOOTH HIDP LAYER
467P: Marcel Holtmann
468M: marcel@holtmann.org
469S: Maintained
470
471BLUETOOTH HCI UART DRIVER
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476S: Maintained
477
478BLUETOOTH HCI USB DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481P: Maxim Krasnyansky
482M: maxk@qualcomm.com
483S: Maintained
484
485BLUETOOTH HCI BCM203X DRIVER
486P: Marcel Holtmann
487M: marcel@holtmann.org
488S: Maintained
489
490BLUETOOTH HCI BPA10X DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493S: Maintained
494
495BLUETOOTH HCI BFUSB DRIVER
496P: Marcel Holtmann
497M: marcel@holtmann.org
498S: Maintained
499
500BLUETOOTH HCI DTL1 DRIVER
501P: Marcel Holtmann
502M: marcel@holtmann.org
503S: Maintained
504
505BLUETOOTH HCI BLUECARD DRIVER
506P: Marcel Holtmann
507M: marcel@holtmann.org
508S: Maintained
509
510BLUETOOTH HCI BT3C DRIVER
511P: Marcel Holtmann
512M: marcel@holtmann.org
513S: Maintained
514
515BLUETOOTH HCI BTUART DRIVER
516P: Marcel Holtmann
517M: marcel@holtmann.org
518S: Maintained
519
520BLUETOOTH HCI VHCI DRIVER
521P: Maxim Krasnyansky
522M: maxk@qualcomm.com
523S: Maintained
524
525BONDING DRIVER
526P: Chad Tindel
527M: ctindel@users.sourceforge.net
528P: Jay Vosburgh
529M: fubar@us.ibm.com
530L: bonding-devel@lists.sourceforge.net
531W: http://sourceforge.net/projects/bonding/
532S: Supported
533
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000534BROADBAND PROCESSOR ARCHITECTURE
535P: Arnd Bergmann
536M: arnd@arndb.de
537L: linuxppc64-dev@ozlabs.org
538W: http://linuxppc64.org
539S: Supported
540
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700542P: Mauro Carvalho Chehab
543M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700545W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200546T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700547S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549COMMON INTERNET FILE SYSTEM (CIFS)
550P: Steve French
551M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100552L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553L: samba-technical@lists.samba.org
554W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800555T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556S: Supported
557
Joel Becker7063fbf2005-12-15 14:29:43 -0800558CONFIGFS
559P: Joel Becker
560M: Joel Becker <joel.becker@oracle.com>
561S: Supported
562
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563CIRRUS LOGIC GENERIC FBDEV DRIVER
564P: Jeff Garzik
565M: jgarzik@pobox.com
566L: linux-fbdev-devel@lists.sourceforge.net
567S: Odd Fixes
568
569CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
570P: Cirrus Logic Corporation (kernel 2.2 driver)
571M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
572P: Nils Faerber (port to kernel 2.4)
573M: Nils Faerber <nils@kernelconcepts.de>
574S: Maintained
575
576CODA FILE SYSTEM
577P: Jan Harkes
578M: jaharkes@cs.cmu.edu
579M: coda@cs.cmu.edu
580L: codalist@coda.cs.cmu.edu
581W: http://www.coda.cs.cmu.edu/
582S: Maintained
583
584COMPACTPCI HOTPLUG CORE
585P: Scott Murray
586M: scottm@somanetworks.com
587M: scott@spiteful.org
588L: pcihpd-discuss@lists.sourceforge.net
589S: Supported
590
591COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
592P: Scott Murray
593M: scottm@somanetworks.com
594M: scott@spiteful.org
595L: pcihpd-discuss@lists.sourceforge.net
596S: Supported
597
598COMPACTPCI HOTPLUG GENERIC DRIVER
599P: Scott Murray
600M: scottm@somanetworks.com
601M: scott@spiteful.org
602L: pcihpd-discuss@lists.sourceforge.net
603S: Supported
604
605COMPUTONE INTELLIPORT MULTIPORT CARD
606P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700607M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700609S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
611COSA/SRP SYNC SERIAL DRIVER
612P: Jan "Yenya" Kasprzak
613M: kas@fi.muni.cz
614W: http://www.fi.muni.cz/~kas/cosa/
615S: Maintained
616
617CPU FREQUENCY DRIVERS
618P: Dave Jones
619M: davej@codemonkey.org.uk
620L: cpufreq@lists.linux.org.uk
621W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800622T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623S: Maintained
624
625CPUID/MSR DRIVER
626P: H. Peter Anvin
627M: hpa@zytor.com
628S: Maintained
629
Paul Jacksoned90fb42005-09-27 21:45:37 -0700630CPUSETS
631P: Paul Jackson
632P: Simon Derr
633M: pj@sgi.com
634M: simon.derr@bull.net
635L: linux-kernel@vger.kernel.org
636W: http://www.bullopensource.org/cpuset/
637S: Supported
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639CRAMFS FILESYSTEM
640W: http://sourceforge.net/projects/cramfs/
641S: Orphan
642
643CRIS PORT
644P: Mikael Starvik
645M: starvik@axis.com
646L: dev-etrax@axis.com
647W: http://developer.axis.com
648S: Maintained
649
650CRYPTO API
651P: Herbert Xu
652M: herbert@gondor.apana.org.au
653P: David S. Miller
654M: davem@davemloft.net
655L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800656T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657S: Maintained
658
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100659CS5535 Audio ALSA driver
660P: Jaya Kumar
661M: jayakumar.alsa@gmail.com
662S: Maintained
663
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664CYBERPRO FB DRIVER
665P: Russell King
666M: rmk@arm.linux.org.uk
667W: http://www.arm.linux.org.uk/
668S: Maintained
669
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700670CYBLAFB FRAMEBUFFER DRIVER
671P: Knut Petersen
672M: Knut_Petersen@t-online.de
673L: linux-fbdev-devel@lists.sourceforge.net
674S: Maintained
675
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676CYCLADES 2X SYNC CARD DRIVER
677P: Arnaldo Carvalho de Melo
678M: acme@conectiva.com.br
679W: http://advogato.org/person/acme
680L: cycsyn-devel@bazar.conectiva.com.br
681S: Maintained
682
683CYCLADES ASYNC MUX DRIVER
684M: async@cyclades.com
685W: http://www.cyclades.com/
686S: Supported
687
688CYCLADES PC300 DRIVER
689M: pc300@cyclades.com
690W: http://www.cyclades.com/
691S: Supported
692
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693DAMA SLAVE for AX.25
694P: Joerg Reuter
695M: jreuter@yaina.de
696W: http://yaina.de/jreuter/
697W: http://www.qsl.net/dl1bke/
698L: linux-hams@vger.kernel.org
699S: Maintained
700
701DC395x SCSI driver
702P: Oliver Neukum
703M: oliver@neukum.name
704P: Ali Akcaagac
705M: aliakc@web.de
706P: Jamie Lenehan
707M: lenehan@twibble.org
708W: http://twibble.org/dist/dc395x/
709L: http://lists.twibble.org/mailman/listinfo/dc395x/
710S: Maintained
711
712DC390/AM53C974 SCSI driver
713P: Kurt Garloff
714M: garloff@suse.de
715W: http://www.garloff.de/kurt/linux/dc390/
716P: Guennadi Liakhovetski
717M: g.liakhovetski@gmx.de
718S: Maintained
719
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700720DCCP PROTOCOL
721P: Arnaldo Carvalho de Melo
722M: acme@mandriva.com
723L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800724W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700725S: Maintained
726
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727DECnet NETWORK LAYER
728P: Patrick Caulfield
729M: patrick@tykepenguin.com
730W: http://linux-decnet.sourceforge.net
731L: linux-decnet-user@lists.sourceforge.net
732S: Maintained
733
734DEFXX FDDI NETWORK DRIVER
735P: Maciej W. Rozycki
736M: macro@linux-mips.org
737S: Maintained
738
739DELL LAPTOP SMM DRIVER
740P: Massimo Dal Zotto
741M: dz@debian.org
742W: http://www.debian.org/~dz/i8k/
743S: Maintained
744
Doug Warzecha90563ec2005-09-06 15:17:15 -0700745DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
746P: Doug Warzecha
747M: Douglas_Warzecha@dell.com
748S: Maintained
749
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750DEVICE-MAPPER
751P: Alasdair Kergon
752L: dm-devel@redhat.com
753W: http://sources.redhat.com/dm
754S: Maintained
755
756DEVICE NUMBER REGISTRY
757P: Torben Mathiasen
758M: device@lanana.org
759W: http://lanana.org/docs/device-list/index.html
760L: linux-kernel@vger.kernel.org
761S: Maintained
762
763DEVICE FILESYSTEM
764S: Obsolete
765
766DIGI INTL. EPCA DRIVER
767P: Digi International, Inc
768M: Eng.Linux@digi.com
769L: Eng.Linux@digi.com
770W: http://www.digi.com
771S: Orphaned
772
773DIGI RIGHTSWITCH NETWORK DRIVER
774P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700775L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776W: http://www.digi.com
777S: Orphaned
778
779DIRECTORY NOTIFICATION
780P: Stephen Rothwell
781M: sfr@canb.auug.org.au
782L: linux-kernel@vger.kernel.org
783S: Supported
784
785DISK GEOMETRY AND PARTITION HANDLING
786P: Andries Brouwer
787M: aeb@cwi.nl
788W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
789W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
790W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
791S: Maintained
792
793DISKQUOTA:
794P: Jan Kara
795M: jack@suse.cz
796L: linux-kernel@vger.kernel.org
797S: Maintained
798
799DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
800P: Tobias Ringstrom
801M: tori@unhappy.mine.nu
802L: linux-kernel@vger.kernel.org
803S: Maintained
804
Martin Waitzba483d52005-06-17 13:20:59 -0700805DOCBOOK FOR DOCUMENTATION
806P: Martin Waitz
807M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800808T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700809S: Maintained
810
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811DOUBLETALK DRIVER
812P: James R. Van Zandt
813M: jrv@vanzandt.mv.com
814L: blinux-list@redhat.com
815S: Maintained
816
817DRIVER CORE, KOBJECTS, AND SYSFS
818P: Greg Kroah-Hartman
819M: gregkh@suse.de
820L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800821T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822S: Supported
823
824DRM DRIVERS
825P: David Airlie
826M: airlied@linux.ie
827L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800828T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829S: Maintained
830
831DSCC4 DRIVER
832P: François Romieu
833M: romieu@cogenit.fr
834M: romieu@ensta.fr
835S: Maintained
836
837DVB SUBSYSTEM AND DRIVERS
838P: LinuxTV.org Project
839M: linux-dvb-maintainer@linuxtv.org
840L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200841W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200842T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843S: Supported
844
845EATA-DMA SCSI DRIVER
846P: Michael Neuffer
847L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
848S: Maintained
849
850EATA ISA/EISA/PCI SCSI DRIVER
851P: Dario Ballabio
852M: ballabio_dario@emc.com
853L: linux-scsi@vger.kernel.org
854S: Maintained
855
856EATA-PIO SCSI DRIVER
857P: Michael Neuffer
858M: mike@i-Connect.Net
859L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
860S: Maintained
861
862EBTABLES
863P: Bart De Schuymer
864M: bart.de.schuymer@pandora.be
865L: ebtables-user@lists.sourceforge.net
866L: ebtables-devel@lists.sourceforge.net
867W: http://ebtables.sourceforge.net/
868S: Maintained
869
Alan Coxda9bb1d2006-01-18 17:44:13 -0800870EDAC-CORE
871P: Doug Thompson
872M: norsk5@xmission.com, dthompson@linuxnetworx.com
873P: Dave Peterson
874M: dsp@llnl.gov, dave_peterson@pobox.com
875L: bluesmoke-devel@lists.sourceforge.net
876W: bluesmoke.sourceforge.net
877S: Maintained
878
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879EEPRO100 NETWORK DRIVER
880P: Andrey V. Savochkin
881M: saw@saw.sw.com.sg
882S: Maintained
883
884EMU10K1 SOUND DRIVER
885P: James Courtier-Dutton
886M: James@superbug.demon.co.uk
887L: emu10k1-devel@lists.sourceforge.net
888W: http://sourceforge.net/projects/emu10k1/
889S: Maintained
890
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400891EMULEX LPFC FC SCSI DRIVER
892P: James Smart
893M: james.smart@emulex.com
894L: linux-scsi@vger.kernel.org
895W: http://sourceforge.net/projects/lpfcxxxx
896S: Supported
897
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898EPSON 1355 FRAMEBUFFER DRIVER
899P: Christopher Hoover
900M: ch@murgatroid.com, ch@hpl.hp.com
901S: Maintained
902
903ETHEREXPRESS-16 NETWORK DRIVER
904P: Philip Blundell
905M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700906L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907S: Maintained
908
909ETHERNET BRIDGE
910P: Stephen Hemminger
911M: shemminger@osdl.org
912L: bridge@osdl.org
913W: http://bridge.sourceforge.net/
914S: Maintained
915
916ETHERTEAM 16I DRIVER
917P: Mika Kuoppala
918M: miku@iki.fi
919S: Maintained
920
921EXT2 FILE SYSTEM
922L: ext2-devel@lists.sourceforge.net
923S: Maintained
924
925EXT3 FILE SYSTEM
926P: Stephen Tweedie, Andrew Morton
927M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
928L: ext3-users@redhat.com
929S: Maintained
930
931FARSYNC SYNCHRONOUS DRIVER
932P: Kevin Curtis
933M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934W: http://www.farsite.co.uk/
935S: Supported
936
937FRAMEBUFFER LAYER
938P: Antonino Daplas
939M: adaplas@pol.net
940L: linux-fbdev-devel@lists.sourceforge.net
941W: http://linux-fbdev.sourceforge.net/
942S: Maintained
943
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300944FREESCALE SOC FS_ENET DRIVER
945P: Pantelis Antoniou
946M: pantelis.antoniou@gmail.com
947P: Vitaly Bordug
948M: vbordug@ru.mvista.com
949L: linuxppc-embedded@ozlabs.org
950L: netdev@vger.kernel.org
951S: Maintained
952
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953FILE LOCKING (flock() and fcntl()/lockf())
954P: Matthew Wilcox
955M: matthew@wil.cx
956L: linux-fsdevel@vger.kernel.org
957S: Maintained
958
959FILESYSTEMS (VFS and infrastructure)
960P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100961M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962S: Maintained
963
964FIRMWARE LOADER (request_firmware)
965L: linux-kernel@vger.kernel.org
966S: Orphan
967
968FPU EMULATOR
969P: Bill Metzenthen
970M: billm@suburbia.net
971W: http://suburbia.net/~billm/floating-point/emulator/
972S: Maintained
973
974FRAME RELAY DLCI/FRAD (Sangoma drivers too)
975P: Mike McLagan
976M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700977L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978S: Maintained
979
980FREEVXFS FILESYSTEM
981P: Christoph Hellwig
982M: hch@infradead.org
983W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
984S: Maintained
985
986FUJITSU FR-V PORT
987P: David Howells
988M: dhowells@redhat.com
989S: Maintained
990
991FTAPE/QIC-117
992L: linux-tape@vger.kernel.org
993W: http://sourceforge.net/projects/ftape
994S: Orphan
995
Miklos Szeredi04578f12005-09-09 13:10:22 -0700996FUSE: FILESYSTEM IN USERSPACE
997P: Miklos Szeredi
998M: miklos@szeredi.hu
999L: fuse-devel@lists.sourceforge.net
1000W: http://fuse.sourceforge.net/
1001S: Maintained
1002
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1004P: Rik Faith
1005M: faith@cs.unc.edu
1006L: linux-scsi@vger.kernel.org
1007S: Odd fixes (e.g., new signatures)
1008
1009GDT SCSI DISK ARRAY CONTROLLER DRIVER
1010P: Achim Leubner
1011M: achim_leubner@adaptec.com
1012L: linux-scsi@vger.kernel.org
1013W: http://www.icp-vortex.com/
1014S: Supported
1015
1016GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1017P: Krzysztof Halasa
1018M: khc@pm.waw.pl
1019W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1020S: Maintained
1021
Jean Delvare5b543962005-08-15 19:51:02 +02001022HARDWARE MONITORING
1023P: Jean Delvare
1024M: khali@linux-fr.org
1025L: lm-sensors@lm-sensors.org
1026W: http://www.lm-sensors.nu/
1027S: Maintained
1028
Robert Love860e1d62005-08-31 23:57:59 -04001029HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1030P: Robert Love
1031M: rlove@rlove.org
1032M: linux-kernel@vger.kernel.org
1033W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1034S: Maintained
1035
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036HARMONY SOUND DRIVER
1037P: Kyle McMartin
1038M: kyle@parisc-linux.org
1039W: http://www.parisc-linux.org/~kyle/harmony/
1040L: parisc-linux@lists.parisc-linux.org
1041S: Maintained
1042
1043HAYES ESP SERIAL DRIVER
1044P: Andrew J. Robinson
1045M: arobinso@nyx.net
1046L: linux-kernel@vger.kernel.org
1047W: http://www.nyx.net/~arobinso
1048S: Maintained
1049
1050HFS FILESYSTEM
1051P: Roman Zippel
1052M: zippel@linux-m68k.org
1053L: linux-kernel@vger.kernel.org
1054S: Maintained
1055
1056HGA FRAMEBUFFER DRIVER
1057P: Ferenc Bakonyi
1058M: fero@drama.obuda.kando.hu
1059L: linux-nvidia@lists.surfsouth.com
1060W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1061S: Maintained
1062
1063HIGH-SPEED SCC DRIVER FOR AX.25
1064P: Klaus Kudielka
1065M: klaus.kudielka@ieee.org
1066L: linux-hams@vger.kernel.org
1067W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1068S: Maintained
1069
1070HIPPI
1071P: Jes Sorensen
1072M: jes@trained-monkey.org
1073L: linux-hippi@sunsite.dk
1074S: Maintained
1075
1076HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1077P: Chirag Kantharia
1078M: chirag.kantharia@hp.com
1079L: iss_storagedev@hp.com
1080S: Maintained
1081
1082HEWLETT-PACKARD SMART2 RAID DRIVER
1083P: Chirag Kantharia
1084M: chirag.kantharia@hp.com
1085L: iss_storagedev@hp.com
1086S: Maintained
1087
1088HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1089P: Mike Miller
1090M: mike.miller@hp.com
1091L: iss_storagedev@hp.com
1092S: Supported
1093
Jouni Malinenff1d2762005-05-12 22:54:16 -04001094HOST AP DRIVER
1095P: Jouni Malinen
1096M: jkmaline@cc.hut.fi
1097L: hostap@shmoo.com
1098W: http://hostap.epitest.fi/
1099S: Maintained
1100
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1102P: Jaroslav Kysela
1103M: perex@suse.cz
1104S: Maintained
1105
Bob Piccob9b03322005-11-07 00:59:19 -08001106HPET: High Precision Event Timers driver (hpet.c)
1107P: Clemens Ladisch
1108M: clemens@ladisch.de
1109S: Maintained
1110
1111HPET: i386
1112P: Venkatesh Pallipadi (Venki)
1113M: venkatesh.pallipadi@intel.com
1114S: Maintained
1115
1116HPET: x86_64
1117P: Andi Kleen and Vojtech Pavlik
1118M: ak@muc.de and vojtech@suse.cz
1119S: Maintained
1120
1121HPET: ACPI hpet.c
1122P: Bob Picco
1123M: bob.picco@hp.com
1124S: Maintained
1125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126HPFS FILESYSTEM
1127P: Mikulas Patocka
1128M: mikulas@artax.karlin.mff.cuni.cz
1129W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1130S: Maintained
1131
1132HUGETLB FILESYSTEM
1133P: William Irwin
1134M: wli@holomorphy.com
1135S: Maintained
1136
Jean Delvare5b543962005-08-15 19:51:02 +02001137I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138P: Jean Delvare
1139M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001140L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001142T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143S: Maintained
1144
1145I2O
1146P: Markus Lidel
1147M: markus.lidel@shadowconnect.com
1148W: http://i2o.shadowconnect.com/
1149S: Maintained
1150
1151i386 BOOT CODE
1152P: Riley H. Williams
1153M: Riley@Williams.Name
1154L: Linux-Kernel@vger.kernel.org
1155S: Maintained
1156
1157i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1158P: Dave Jones
1159M: davej@codemonkey.org.uk
1160P: H. Peter Anvin
1161M: hpa@zytor.com
1162S: Maintained
1163
1164i810 TCO TIMER WATCHDOG
1165P: Nils Faerber
1166M: nils@kernelconcepts.de
1167W: http://www.kernelconcepts.de/
1168S: Maintained
1169
1170IA64 (Itanium) PLATFORM
1171P: Tony Luck
1172M: tony.luck@intel.com
1173L: linux-ia64@vger.kernel.org
1174W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001175T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Maintained
1177
1178SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001179P: Jes Sorensen
1180M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181L: linux-altix@sgi.com
1182L: linux-ia64@vger.kernel.org
1183W: http://www.sgi.com/altix
1184S: Maintained
1185
1186IBM MCA SCSI SUBSYSTEM DRIVER
1187P: Michael Lang
1188M: langa2@kph.uni-mainz.de
1189W: http://www.uni-mainz.de/~langm000/linux.html
1190S: Maintained
1191
1192IBM Power Linux RAID adapter
1193P: Brian King
1194M: brking@us.ibm.com
1195S: Supported
1196
1197IBM ServeRAID RAID DRIVER
1198P: Jack Hammer
1199P: Dave Jeffery
1200M: ipslinux@adaptec.com
1201W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1202S: Supported
1203
1204IDE DRIVER [GENERAL]
1205P: Bartlomiej Zolnierkiewicz
1206M: B.Zolnierkiewicz@elka.pw.edu.pl
1207L: linux-kernel@vger.kernel.org
1208L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001209T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210S: Maintained
1211
1212IDE/ATAPI CDROM DRIVER
1213P: Jens Axboe
1214M: axboe@suse.de
1215L: linux-kernel@vger.kernel.org
1216W: http://www.kernel.dk
1217S: Maintained
1218
1219IDE/ATAPI FLOPPY DRIVERS
1220P: Paul Bristow
1221M: Paul Bristow <paul@paulbristow.net>
1222W: http://paulbristow.net/linux/idefloppy.html
1223L: linux-kernel@vger.kernel.org
1224S: Maintained
1225
1226IDE/ATAPI TAPE DRIVERS
1227P: Gadi Oxman
1228M: Gadi Oxman <gadio@netvision.net.il>
1229L: linux-kernel@vger.kernel.org
1230S: Maintained
1231
1232IEEE 1394 ETHERNET (eth1394)
1233L: linux1394-devel@lists.sourceforge.net
1234W: http://www.linux1394.org/
1235S: Orphan
1236
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237IEEE 1394 SUBSYSTEM
1238P: Ben Collins
1239M: bcollins@debian.org
1240P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001241M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242L: linux1394-devel@lists.sourceforge.net
1243W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001244T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245S: Maintained
1246
1247IEEE 1394 OHCI DRIVER
1248P: Ben Collins
1249M: bcollins@debian.org
1250P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001251M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252L: linux1394-devel@lists.sourceforge.net
1253W: http://www.linux1394.org/
1254S: Maintained
1255
1256IEEE 1394 PCILYNX DRIVER
1257P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001258M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259L: linux1394-devel@lists.sourceforge.net
1260W: http://www.linux1394.org/
1261S: Maintained
1262
1263IEEE 1394 RAW I/O DRIVER
1264P: Ben Collins
1265M: bcollins@debian.org
1266P: Dan Dennedy
1267M: dan@dennedy.org
1268L: linux1394-devel@lists.sourceforge.net
1269W: http://www.linux1394.org/
1270S: Maintained
1271
Jody McIntyre105d7b32005-09-30 11:59:04 -07001272IEEE 1394 SBP2
1273P: Ben Collins
1274M: bcollins@debian.org
1275P: Stefan Richter
1276M: stefanr@s5r6.in-berlin.de
1277L: linux1394-devel@lists.sourceforge.net
1278W: http://www.linux1394.org/
1279S: Maintained
1280
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281IMS TWINTURBO FRAMEBUFFER DRIVER
1282P: Paul Mundt
1283M: lethal@chaoticdreams.org
1284L: linux-fbdev-devel@lists.sourceforge.net
1285S: Maintained
1286
1287INFINIBAND SUBSYSTEM
1288P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001289M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290P: Sean Hefty
1291M: mshefty@ichips.intel.com
1292P: Hal Rosenstock
1293M: halr@voltaire.com
1294L: openib-general@openib.org
1295W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001296T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297S: Supported
1298
1299INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001300P: Dmitry Torokhov
1301M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302L: linux-input@atrey.karlin.mff.cuni.cz
1303L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001304T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305S: Maintained
1306
Robert Lovec9f04f52005-07-15 12:21:07 -04001307INOTIFY
1308P: John McCutchan and Robert Love
1309M: ttb@tentacle.dhs.org and rml@novell.com
1310L: linux-kernel@vger.kernel.org
1311S: Maintained
1312
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001313INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1314P: Sylvain Meyer
1315M: sylvain.meyer@worldonline.fr
1316L: linux-fbdev-devel@lists.sourceforge.net
1317S: Maintained
1318
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319INTEL 810/815 FRAMEBUFFER DRIVER
1320P: Antonino Daplas
1321M: adaplas@pol.net
1322L: linux-fbdev-devel@lists.sourceforge.net
1323S: Maintained
1324
1325INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1326P: Ingo Molnar
1327M: mingo@redhat.com
1328S: Maintained
1329
1330INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1331P: Jeff Garzik
1332M: jgarzik@pobox.com
1333W: http://sourceforge.net/projects/gkernel/
1334S: Maintained
1335
1336INTEL IA32 MICROCODE UPDATE SUPPORT
1337P: Tigran Aivazian
1338M: tigran@veritas.com
1339S: Maintained
1340
1341INTEL PRO/100 ETHERNET SUPPORT
1342P: John Ronciak
1343M: john.ronciak@intel.com
1344P: Ganesh Venkatesan
1345M: ganesh.venkatesan@intel.com
1346P: Jesse Brandeburg
1347M: jesse.brandeburg@intel.com
1348W: http://sourceforge.net/projects/e1000/
1349S: Supported
1350
1351INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1352P: Jeb Cramer
1353M: cramerj@intel.com
1354P: John Ronciak
1355M: john.ronciak@intel.com
1356P: Ganesh Venkatesan
1357M: ganesh.venkatesan@intel.com
1358W: http://sourceforge.net/projects/e1000/
1359S: Supported
1360
1361INTEL PRO/10GbE SUPPORT
1362P: Ayyappan Veeraiyan
1363M: ayyappan.veeraiyan@intel.com
1364P: Ganesh Venkatesan
1365M: ganesh.venkatesan@intel.com
1366P: John Ronciak
1367M: john.ronciak@intel.com
1368W: http://sourceforge.net/projects/e1000/
1369S: Supported
1370
James Ketrenos826d2ab2005-11-07 18:56:59 -06001371INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1372P: Yi Zhu
1373M: yi.zhu@intel.com
1374P: James Ketrenos
1375M: jketreno@linux.intel.com
1376L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1377W: http://ipw2100.sourceforge.net
1378S: Supported
1379
1380INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1381P: Yi Zhu
1382M: yi.zhu@intel.com
1383P: James Ketrenos
1384M: jketreno@linux.intel.com
1385L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1386W: http://ipw2200.sourceforge.net
1387S: Supported
1388
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389IOC3 DRIVER
1390P: Ralf Baechle
1391M: ralf@linux-mips.org
1392L: linux-mips@linux-mips.org
1393S: Maintained
1394
1395IP MASQUERADING:
1396P: Juanjo Ciarlante
1397M: jjciarla@raiz.uncu.edu.ar
1398S: Maintained
1399
1400IPX NETWORK LAYER
1401P: Arnaldo Carvalho de Melo
1402M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001403L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404S: Maintained
1405
1406IRDA SUBSYSTEM
1407P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001408L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001410S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411
1412ISAPNP
1413P: Jaroslav Kysela
1414M: perex@suse.cz
1415S: Maintained
1416
1417ISDN SUBSYSTEM
1418P: Karsten Keil
1419M: kkeil@suse.de
1420P: Kai Germaschewski
1421M: kai.germaschewski@gmx.de
1422L: isdn4linux@listserv.isdn4linux.de
1423W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001424T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425S: Maintained
1426
1427ISDN SUBSYSTEM (Eicon active card driver)
1428P: Armin Schindler
1429M: mac@melware.de
1430L: isdn4linux@listserv.isdn4linux.de
1431W: http://www.melware.de
1432S: Maintained
1433
1434JOURNALLING FLASH FILE SYSTEM (JFFS)
1435P: Axis Communications AB
1436M: jffs-dev@axis.com
1437L: jffs-dev@axis.com
1438W: http://www.developer.axis.com/software/jffs/
1439S: Maintained
1440
1441JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1442P: David Woodhouse
1443M: dwmw2@infradead.org
1444L: jffs-dev@axis.com
1445W: http://sources.redhat.com/jffs2/
1446S: Maintained
1447
1448JFS FILESYSTEM
1449P: Dave Kleikamp
1450M: shaggy@austin.ibm.com
1451L: jfs-discussion@lists.sourceforge.net
1452W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001453T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454S: Supported
1455
1456KCONFIG
1457P: Roman Zippel
1458M: zippel@linux-m68k.org
1459L: kbuild-devel@lists.sourceforge.net
1460S: Maintained
1461
1462KERNEL AUTOMOUNTER (AUTOFS)
1463P: H. Peter Anvin
1464M: hpa@zytor.com
1465L: autofs@linux.kernel.org
1466S: Odd Fixes
1467
1468KERNEL AUTOMOUNTER v4 (AUTOFS4)
1469P: Ian Kent
1470M: raven@themaw.net
1471L: autofs@linux.kernel.org
1472S: Maintained
1473
1474KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1475P: Kai Germaschewski
1476M: kai@germaschewski.name
1477P: Sam Ravnborg
1478M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001479T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480S: Maintained
1481
1482KERNEL JANITORS
1483P: Several
1484L: kernel-janitors@osdl.org
1485W: http://www.kerneljanitors.org/
1486W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487S: Maintained
1488
1489KERNEL NFSD
1490P: Neil Brown
1491M: neilb@cse.unsw.edu.au
1492L: nfs@lists.sourceforge.net
1493W: http://nfs.sourceforge.net/
1494W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1495S: Maintained
1496
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001497KEXEC
1498P: Eric Biederman
1499P: Randy Dunlap
1500M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001501M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001502W: http://www.xmission.com/~ebiederm/files/kexec/
1503L: linux-kernel@vger.kernel.org
1504L: fastboot@osdl.org
1505S: Maintained
1506
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001507KPROBES
1508P: Prasanna S Panchamukhi
1509M: prasanna@in.ibm.com
1510P: Ananth N Mavinakayanahalli
1511M: ananth@in.ibm.com
1512P: Anil S Keshavamurthy
1513M: anil.s.keshavamurthy@intel.com
1514P: David S. Miller
1515M: davem@davemloft.net
1516L: linux-kernel@vger.kernel.org
1517S: Maintained
1518
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519LANMEDIA WAN CARD DRIVER
1520P: Andrew Stanley-Jones
1521M: asj@lanmedia.com
1522W: http://www.lanmedia.com/
1523S: Supported
1524
1525LAPB module
1526P: Henner Eisen
1527M: eis@baty.hanse.de
1528L: linux-x25@vger.kernel.org
1529S: Maintained
1530
1531LASI 53c700 driver for PARISC
1532P: James E.J. Bottomley
1533M: James.Bottomley@HansenPartnership.com
1534L: linux-scsi@vger.kernel.org
1535S: Maintained
1536
1537LEGO USB Tower driver
1538P: Juergen Stuber
1539M: starblue@users.sourceforge.net
1540L: legousb-devel@lists.sourceforge.net
1541W: http://legousb.sourceforge.net/
1542S: Maintained
1543
1544LINUX FOR IBM pSERIES (RS/6000)
1545P: Paul Mackerras
1546M: paulus@au.ibm.com
1547W: http://www.ibm.com/linux/ltc/projects/ppc
1548S: Supported
1549
1550LINUX FOR NCR VOYAGER
1551P: James Bottomley
1552M: James.Bottomley@HansenPartnership.com
1553W: http://www.hansenpartnership.com/voyager
1554S: Maintained
1555
1556LINUX FOR POWERPC
1557P: Paul Mackerras
1558M: paulus@samba.org
1559W: http://www.penguinppc.org/
1560L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001561T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562S: Supported
1563
1564LINUX FOR POWER MACINTOSH
1565P: Benjamin Herrenschmidt
1566M: benh@kernel.crashing.org
1567W: http://www.penguinppc.org/
1568L: linuxppc-dev@ozlabs.org
1569S: Maintained
1570
1571LINUX FOR POWERPC EMBEDDED MPC52XX
1572P: Sylvain Munaut
1573M: tnt@246tNt.com
1574W: http://www.246tNt.com/mpc52xx/
1575W: http://www.penguinppc.org/
1576L: linuxppc-dev@ozlabs.org
1577L: linuxppc-embedded@ozlabs.org
1578S: Maintained
1579
1580LINUX FOR POWERPC EMBEDDED PPC4XX
1581P: Matt Porter
1582M: mporter@kernel.crashing.org
1583W: http://www.penguinppc.org/
1584L: linuxppc-embedded@ozlabs.org
1585S: Maintained
1586
Tom Rinie93adf12005-07-26 12:49:53 -07001587LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588P: Tom Rini
1589M: trini@kernel.crashing.org
1590W: http://www.penguinppc.org/
1591L: linuxppc-embedded@ozlabs.org
1592S: Maintained
1593
Tom Rinie93adf12005-07-26 12:49:53 -07001594LINUX FOR POWERPC EMBEDDED PPC8XX
1595P: Marcelo Tosatti
1596M: marcelo.tosatti@cyclades.com
1597W: http://www.penguinppc.org/
1598L: linuxppc-embedded@ozlabs.org
1599S: Maintained
1600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1602P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001603M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604W: http://www.penguinppc.org/
1605L: linuxppc-embedded@ozlabs.org
1606S: Maintained
1607
1608LLC (802.2)
1609P: Arnaldo Carvalho de Melo
1610M: acme@conectiva.com.br
1611S: Maintained
1612
1613LINUX FOR 64BIT POWERPC
1614P: Paul Mackerras
1615M: paulus@samba.org
1616M: paulus@au.ibm.com
1617P: Anton Blanchard
1618M: anton@samba.org
1619M: anton@au.ibm.com
1620W: http://linuxppc64.org
1621L: linuxppc64-dev@ozlabs.org
1622S: Supported
1623
1624LINUX SECURITY MODULE (LSM) FRAMEWORK
1625P: Chris Wright
1626M: chrisw@osdl.org
1627L: linux-security-module@wirex.com
1628W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001629T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630S: Supported
1631
1632LM83 HARDWARE MONITOR DRIVER
1633P: Jean Delvare
1634M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001635L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636S: Maintained
1637
1638LM90 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
1644LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1645P: Richard Russon (FlatCap)
1646M: ldm@flatcap.org
1647L: ldm-devel@lists.sourceforge.net
1648W: http://ldm.sourceforge.net
1649S: Maintained
1650
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001651LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1652P: Eric Moore
1653M: Eric.Moore@lsil.com
1654M: support@lsil.com
1655L: mpt_linux_developer@lsil.com
1656L: linux-scsi@vger.kernel.org
1657W: http://www.lsilogic.com/support
1658S: Supported
1659
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1661P: Matthew Wilcox
1662M: matthew@wil.cx
1663L: linux-scsi@vger.kernel.org
1664S: Maintained
1665
1666M68K ARCHITECTURE
1667P: Geert Uytterhoeven
1668M: geert@linux-m68k.org
1669P: Roman Zippel
1670M: zippel@linux-m68k.org
1671L: linux-m68k@lists.linux-m68k.org
1672W: http://www.linux-m68k.org/
1673W: http://linux-m68k-cvs.ubb.ca/
1674S: Maintained
1675
1676M68K ON APPLE MACINTOSH
1677P: Joshua Thompson
1678M: funaho@jurai.org
1679W: http://www.mac.linux-m68k.org/
1680L: linux-mac68k@mac.linux-m68k.org
1681S: Maintained
1682
1683M68K ON HP9000/300
1684P: Philip Blundell
1685M: philb@gnu.org
1686W: http://www.tazenda.demon.co.uk/phil/linux-hp
1687S: Maintained
1688
1689MARVELL YUKON / SYSKONNECT DRIVER
1690P: Mirko Lindner
1691M: mlindner@syskonnect.de
1692P: Ralph Roesler
1693M: rroesler@syskonnect.de
1694W: http://www.syskonnect.com
1695S: Supported
1696
1697MAESTRO PCI SOUND DRIVERS
1698P: Zach Brown
1699M: zab@zabbo.net
1700S: Odd Fixes
1701
Michael Kerriskfaf16682005-07-31 22:34:47 -07001702MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1703P: Michael Kerrisk
1704M: mtk-manpages@gmx.net
1705W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1706S: Maintained
1707
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001708MARVELL MV643XX ETHERNET DRIVER
1709P: Dale Farnsworth
1710M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001712M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001713L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001714S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715
1716MATROX FRAMEBUFFER DRIVER
1717P: Petr Vandrovec
1718M: vandrove@vc.cvut.cz
1719L: linux-fbdev-devel@lists.sourceforge.net
1720S: Maintained
1721
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001722MEGARAID SCSI DRIVERS
1723P: Neela Syam Kolli
1724M: Neela.Kolli@engenio.com
1725S: linux-scsi@vger.kernel.org
1726W: http://megaraid.lsilogic.com
1727S: Maintained
1728
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729MEMORY TECHNOLOGY DEVICES
1730P: David Woodhouse
1731M: dwmw2@infradead.org
1732W: http://www.linux-mtd.infradead.org/
1733L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001734T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735S: Maintained
1736
1737MICROTEK X6 SCANNER
1738P: Oliver Neukum
1739M: oliver@neukum.name
1740S: Maintained
1741
1742MIPS
1743P: Ralf Baechle
1744M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001745W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746L: linux-mips@linux-mips.org
1747S: Maintained
1748
1749MISCELLANEOUS MCA-SUPPORT
1750P: James Bottomley
1751M: jejb@steeleye.com
1752L: linux-kernel@vger.kernel.org
1753S: Maintained
1754
1755MODULE SUPPORT
1756P: Rusty Russell
1757M: rusty@rustcorp.com.au
1758L: linux-kernel@vger.kernel.org
1759S: Maintained
1760
1761MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1762P: Stelian Pop
1763M: stelian@popies.net
1764W: http://popies.net/meye/
1765S: Maintained
1766
1767MOUSE AND MISC DEVICES [GENERAL]
1768P: Alessandro Rubini
1769M: rubini@ipvvis.unipv.it
1770L: linux-kernel@vger.kernel.org
1771S: Maintained
1772
1773MTRR AND SIMILAR SUPPORT [i386]
1774P: Richard Gooch
1775M: rgooch@atnf.csiro.au
1776L: linux-kernel@vger.kernel.org
1777W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1778S: Maintained
1779
1780MULTISOUND SOUND DRIVER
1781P: Andrew Veliath
1782M: andrewtv@usa.net
1783S: Maintained
1784
1785NATSEMI ETHERNET DRIVER (DP8381x)
1786P: Tim Hockin
1787M: thockin@hockin.org
1788S: Maintained
1789
1790NCP FILESYSTEM
1791P: Petr Vandrovec
1792M: vandrove@vc.cvut.cz
1793L: linware@sh.cvut.cz
1794S: Maintained
1795
1796NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1797P: James E.J. Bottomley
1798M: James.Bottomley@HansenPartnership.com
1799L: linux-scsi@vger.kernel.org
1800S: Maintained
1801
1802NETFILTER/IPTABLES/IPCHAINS
1803P: Rusty Russell
1804P: Marc Boucher
1805P: James Morris
1806P: Harald Welte
1807P: Jozsef Kadlecsik
1808M: coreteam@netfilter.org
1809W: http://www.netfilter.org/
1810W: http://www.iptables.org/
1811L: netfilter@lists.netfilter.org
1812L: netfilter-devel@lists.netfilter.org
1813S: Supported
1814
1815NETROM NETWORK LAYER
1816P: Ralf Baechle
1817M: ralf@linux-mips.org
1818L: linux-hams@vger.kernel.org
1819S: Maintained
1820
1821NETWORK BLOCK DEVICE
1822P: Paul Clements
1823M: Paul.Clements@steeleye.com
1824S: Maintained
1825
1826NETWORK DEVICE DRIVERS
1827P: Andrew Morton
1828M: akpm@osdl.org
1829P: Jeff Garzik
1830M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001831L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001832T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833S: Maintained
1834
1835NETWORKING [GENERAL]
1836P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001837M: netdev@vger.kernel.org
1838L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839S: Maintained
1840
1841NETWORKING [IPv4/IPv6]
1842P: David S. Miller
1843M: davem@davemloft.net
1844P: Alexey Kuznetsov
1845M: kuznet@ms2.inr.ac.ru
1846P: Pekka Savola (ipv6)
1847M: pekkas@netcore.fi
1848P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001849M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850P: Hideaki YOSHIFUJI
1851M: yoshfuji@linux-ipv6.org
1852P: Patrick McHardy
1853M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001854L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001855T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856S: Maintained
1857
John W. Linville29f8f632006-01-18 14:52:48 -08001858NETWORKING [WIRELESS]
1859P: John W. Linville
1860M: linville@tuxdriver.com
1861L: netdev@vger.kernel.org
1862T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1863S: Maintained
1864
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865IPVS
1866P: Wensong Zhang
1867M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001868P: Simon Horman
1869M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870P: Julian Anastasov
1871M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001872L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873S: Maintained
1874
1875NFS CLIENT
1876P: Trond Myklebust
1877M: trond.myklebust@fys.uio.no
1878L: linux-kernel@vger.kernel.org
1879S: Maintained
1880
1881NI5010 NETWORK DRIVER
1882P: Jan-Pascal van Best and Andreas Mohr
1883M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1884M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001885L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886S: Maintained
1887
1888NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1889P: YOKOTA Hiroshi
1890M: yokota@netlab.is.tsukuba.ac.jp
1891W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1892S: Maintained
1893
1894NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1895P: GOTO Masanori
1896M: gotom@debian.or.jp
1897P: YOKOTA Hiroshi
1898M: yokota@netlab.is.tsukuba.ac.jp
1899W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1900S: Maintained
1901
1902NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1903P: Eberhard Moenkeberg
1904M: emoenke@gwdg.de
1905L: linux-kernel@vger.kernel.org
1906S: Maintained
1907
1908NTFS FILESYSTEM
1909P: Anton Altaparmakov
1910M: aia21@cantab.net
1911L: linux-ntfs-dev@lists.sourceforge.net
1912L: linux-kernel@vger.kernel.org
1913W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001914T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915S: Maintained
1916
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001917NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1918P: Antonino Daplas
1919M: adaplas@pol.net
1920L: linux-fbdev-devel@lists.sourceforge.net
1921S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922
Mark Fashehccd979b2005-12-15 14:31:24 -08001923ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1924P: Mark Fasheh
1925M: mark.fasheh@oracle.com
1926P: Kurt Hackel
1927M: kurt.hackel@oracle.com
1928L: ocfs2-devel@oss.oracle.com
1929W: http://oss.oracle.com/projects/ocfs2/
1930S: Supported
1931
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932OLYMPIC NETWORK DRIVER
1933P: Peter De Shrijver
1934M: p2@ace.ulyssis.student.kuleuven.ac.be
1935P: Mike Phillips
1936M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001937L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938L: linux-tr@linuxtr.net
1939W: http://www.linuxtr.net
1940S: Maintained
1941
Harald Weltec1986ee2005-11-13 16:06:29 -08001942OMNIKEY CARDMAN 4000 DRIVER
1943P: Harald Welte
1944M: laforge@gnumonks.org
1945S: Maintained
1946
Harald Welte77c44ab2005-11-13 16:06:26 -08001947OMNIKEY CARDMAN 4040 DRIVER
1948P: Harald Welte
1949M: laforge@gnumonks.org
1950S: Maintained
1951
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952ONSTREAM SCSI TAPE DRIVER
1953P: Willem Riede
1954M: osst@riede.org
1955L: osst-users@lists.sourceforge.net
1956L: linux-scsi@vger.kernel.org
1957S: Maintained
1958
1959OPL3-SA2, SA3, and SAx DRIVER
1960P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001961M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962L: linux-sound@vger.kernel.org
1963S: Maintained
1964
1965OPROFILE
1966P: Philippe Elie
1967M: phil.el@wanadoo.fr
1968L: oprofile-list@lists.sf.net
1969S: Maintained
1970
1971ORINOCO DRIVER
1972P: Pavel Roskin
1973M: proski@gnu.org
1974P: David Gibson
1975M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001976L: orinoco-users@lists.sourceforge.net
1977L: orinoco-devel@lists.sourceforge.net
1978W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979S: Maintained
1980
1981PARALLEL PORT SUPPORT
1982P: Phil Blundell
1983M: philb@gnu.org
1984P: Tim Waugh
1985M: tim@cyberelk.net
1986P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987P: Andrea Arcangeli
1988M: andrea@suse.de
1989L: linux-parport@lists.infradead.org
1990W: http://people.redhat.com/twaugh/parport/
1991S: Maintained
1992
1993PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1994P: Tim Waugh
1995M: tim@cyberelk.net
1996L: linux-parport@lists.infradead.org
1997W: http://www.torque.net/linux-pp.html
1998S: Maintained
1999
2000PARISC ARCHITECTURE
2001P: Matthew Wilcox
2002M: matthew@wil.cx
2003P: Grant Grundler
2004M: grundler@parisc-linux.org
2005L: parisc-linux@parisc-linux.org
2006W: http://www.parisc-linux.org/
2007S: Maintained
2008
2009PERSONALITY HANDLING
2010P: Christoph Hellwig
2011M: hch@infradead.org
2012L: linux-abi-devel@lists.sourceforge.net
2013S: Maintained
2014
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002015PCI ERROR RECOVERY
2016P: Linas Vepstas
2017M: linas@austin.ibm.com
2018L: linux-kernel@vger.kernel.org
2019L: linux-pci@atrey.karlin.mff.cuni.cz
2020S: Supported
2021
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2023P: Thomas Sailer
2024M: sailer@ife.ee.ethz.ch
2025L: linux-sound@vger.kernel.org
2026W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2027S: Maintained
2028
2029PCI SUBSYSTEM
2030P: Greg Kroah-Hartman
2031M: gregkh@suse.de
2032L: linux-kernel@vger.kernel.org
2033L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002034T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035S: Supported
2036
2037PCI HOTPLUG CORE
2038P: Greg Kroah-Hartman
2039M: gregkh@suse.de
2040S: Supported
2041
2042PCI HOTPLUG COMPAQ DRIVER
2043P: Greg Kroah-Hartman
2044M: greg@kroah.com
2045S: Maintained
2046
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002047PCIE HOTPLUG DRIVER
2048P: Kristen Carlson Accardi
2049M: kristen.c.accardi@intel.com
2050L: pcihpd-discuss@lists.sourceforge.net
2051S: Maintained
2052
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002054P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002056T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002057S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058
2059PCNET32 NETWORK DRIVER
2060P: Thomas Bogendörfer
2061M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002062L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063S: Maintained
2064
2065PHRAM MTD DRIVER
2066P: Jörn Engel
2067M: joern@wh.fh-wedel.de
2068L: linux-mtd@lists.infradead.org
2069S: Maintained
2070
Peter Osterlund249a6772005-09-27 21:45:30 -07002071PKTCDVD DRIVER
2072P: Peter Osterlund
2073M: petero2@telia.com
2074L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002075S: Maintained
2076
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077POSIX CLOCKS and TIMERS
2078P: George Anzinger
2079M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002080L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081S: Supported
2082
Eugene Surovegin24682972005-10-14 03:00:53 -07002083POWERPC 4xx EMAC DRIVER
2084P: Eugene Surovegin
2085M: ebs@ebshome.net
2086W: http://kernel.ebshome.net/emac/
2087L: linuxppc-embedded@ozlabs.org
2088L: netdev@vger.kernel.org
2089S: Maintained
2090
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091PNP SUPPORT
2092P: Adam Belay
2093M: ambx1@neo.rr.com
2094S: Maintained
2095
2096PPP PROTOCOL DRIVERS AND COMPRESSORS
2097P: Paul Mackerras
2098M: paulus@samba.org
2099L: linux-ppp@vger.kernel.org
2100S: Maintained
2101
2102PPP OVER ATM (RFC 2364)
2103P: Mitchell Blank Jr
2104M: mitch@sfgoth.com
2105S: Maintained
2106
2107PPP OVER ETHERNET
2108P: Michal Ostrowski
2109M: mostrows@speakeasy.net
2110S: Maintained
2111
2112PREEMPTIBLE KERNEL
2113P: Robert Love
2114M: rml@tech9.net
2115L: linux-kernel@vger.kernel.org
2116L: kpreempt-tech@lists.sourceforge.net
2117W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2118S: Supported
2119
2120PRISM54 WIRELESS DRIVER
2121P: Prism54 Development Team
2122M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002123L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124W: http://prism54.org
2125S: Maintained
2126
2127PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2128P: Peter Denison
2129M: promise@pnd-pc.demon.co.uk
2130W: http://www.pnd-pc.demon.co.uk/promise/
2131S: Maintained
2132
2133PXA2xx SUPPORT
2134P: Nicolas Pitre
2135M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002136L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Maintained
2138
2139QLOGIC QLA2XXX FC-SCSI DRIVER
2140P: Andrew Vasquez
2141M: andrew.vasquez@qlogic.com
2142L: linux-scsi@vger.kernel.org
2143S: Supported
2144
2145QNX4 FILESYSTEM
2146P: Anders Larsen
2147M: al@alarsen.net
2148L: linux-kernel@vger.kernel.org
2149W: http://www.alarsen.net/linux/qnx4fs/
2150S: Maintained
2151
2152RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002153P: Benjamin Herrenschmidt
2154M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155L: linux-fbdev-devel@lists.sourceforge.net
2156S: Maintained
2157
2158RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002159P: Paul Mackerras
2160M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161L: linux-fbdev-devel@lists.sourceforge.net
2162S: Maintained
2163
2164RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2165P: Corey Thomas
2166M: corey@world.std.com
2167L: linux-kernel@vger.kernel.org
2168S: Maintained
2169
Matt Mackall9e95ce22005-04-16 15:25:56 -07002170RANDOM NUMBER DRIVER
2171P: Matt Mackall
2172M: mpm@selenic.com
2173S: Maintained
2174
Matt Porter394b7012005-11-07 01:00:15 -08002175RAPIDIO SUBSYSTEM
2176P: Matt Porter
2177M: mporter@kernel.crashing.org
2178L: linux-kernel@vger.kernel.org
2179S: Maintained
2180
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181REAL TIME CLOCK DRIVER
2182P: Paul Gortmaker
2183M: p_gortmaker@yahoo.com
2184L: linux-kernel@vger.kernel.org
2185S: Maintained
2186
2187REISERFS FILE SYSTEM
2188P: Hans Reiser
2189M: reiserfs-dev@namesys.com
2190L: reiserfs-list@namesys.com
2191W: http://www.namesys.com
2192S: Supported
2193
2194ROCKETPORT DRIVER
2195P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196W: http://www.comtrol.com
2197S: Maintained
2198
2199ROSE NETWORK LAYER
2200P: Ralf Baechle
2201M: ralf@linux-mips.org
2202L: linux-hams@vger.kernel.org
2203S: Maintained
2204
2205RISCOM8 DRIVER
2206S: Orphan
2207
2208RTLINUX REALTIME LINUX
2209P: Victor Yodaiken
2210M: yodaiken@fsmlabs.com
2211L: rtl@rtlinux.org
2212W: www.rtlinux.org
2213S: Maintained
2214
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002215S3 SAVAGE FRAMEBUFFER DRIVER
2216P: Antonino Daplas
2217M: adaplas@pol.net
2218L: linux-fbdev-devel@lists.sourceforge.net
2219S: Maintained
2220
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221S390
2222P: Martin Schwidefsky
2223M: schwidefsky@de.ibm.com
2224M: linux390@de.ibm.com
2225L: linux-390@vm.marist.edu
2226W: http://oss.software.ibm.com/developerworks/opensource/linux390
2227S: Supported
2228
2229SAA7146 VIDEO4LINUX-2 DRIVER
2230P: Michael Hunold
2231M: michael@mihu.de
2232W: http://www.mihu.de/linux/saa7146
2233S: Maintained
2234
2235SBPCD CDROM DRIVER
2236P: Eberhard Moenkeberg
2237M: emoenke@gwdg.de
2238L: linux-kernel@vger.kernel.org
2239S: Maintained
2240
2241SC1200 WDT DRIVER
2242P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002243M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244S: Maintained
2245
2246SCHEDULER
2247P: Ingo Molnar
2248M: mingo@elte.hu
2249P: Robert Love [the preemptible kernel bits]
2250M: rml@tech9.net
2251L: linux-kernel@vger.kernel.org
2252S: Maintained
2253
2254SCSI CDROM DRIVER
2255P: Jens Axboe
2256M: axboe@suse.de
2257L: linux-scsi@vger.kernel.org
2258W: http://www.kernel.dk
2259S: Maintained
2260
2261SCSI SG DRIVER
2262P: Doug Gilbert
2263M: dgilbert@interlog.com
2264L: linux-scsi@vger.kernel.org
2265W: http://www.torque.net/sg
2266S: Maintained
2267
2268SCSI SUBSYSTEM
2269P: James E.J. Bottomley
2270M: James.Bottomley@SteelEye.com
2271L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002272T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273S: Maintained
2274
2275SCSI TAPE DRIVER
2276P: Kai Mäkisara
2277M: Kai.Makisara@kolumbus.fi
2278L: linux-scsi@vger.kernel.org
2279S: Maintained
2280
2281SCTP PROTOCOL
2282P: Sridhar Samudrala
2283M: sri@us.ibm.com
2284L: lksctp-developers@lists.sourceforge.net
2285S: Supported
2286
2287SCx200 CPU SUPPORT
2288P: Christer Weinigel
2289M: christer@weinigel.se
2290W: http://www.weinigel.se
2291S: Supported
2292
2293SECURITY CONTACT
2294P: Security Officers
2295M: security@kernel.org
2296S: Supported
2297
2298SELINUX SECURITY MODULE
2299P: Stephen Smalley
2300M: sds@epoch.ncsc.mil
2301P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002302M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303L: linux-kernel@vger.kernel.org (kernel issues)
2304L: selinux@tycho.nsa.gov (general discussion)
2305W: http://www.nsa.gov/selinux
2306S: Supported
2307
2308SERIAL ATA (SATA) SUBSYSTEM:
2309P: Jeff Garzik
2310M: jgarzik@pobox.com
2311L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002312T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313S: Supported
2314
2315SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2316P: Pat Gefre
2317M: pfg@sgi.com
2318L: linux-ia64@vger.kernel.org
2319S: Supported
2320
2321SGI VISUAL WORKSTATION 320 AND 540
2322P: Andrey Panin
2323M: pazke@donpac.ru
2324L: linux-visws-devel@lists.sf.net
2325W: http://linux-visws.sf.net
2326S: Maintained for 2.6.
2327
2328SIMTEC EB110ATX (Chalice CATS)
2329P: Ben Dooks
2330P: Vincent Sanders
2331M: support@simtec.co.uk
2332W: http://www.simtec.co.uk/products/EB110ATX/
2333S: Supported
2334
2335SIMTEC EB2410ITX (BAST)
2336P: Ben Dooks
2337P: Vincent Sanders
2338M: support@simtec.co.uk
2339W: http://www.simtec.co.uk/products/EB2410ITX/
2340S: Supported
2341
Francois Romieu92aab3c2005-07-30 13:11:18 +02002342SIS 190 ETHERNET DRIVER
2343P: Francois Romieu
2344M: romieu@fr.zoreil.com
2345L: netdev@vger.kernel.org
2346S: Maintained
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348SIS 5513 IDE CONTROLLER DRIVER
2349P: Lionel Bouton
2350M: Lionel.Bouton@inet6.fr
2351W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2352W: http://gyver.homeip.net/sis5513/index.html
2353S: Maintained
2354
2355SIS 900/7016 FAST ETHERNET DRIVER
2356P: Daniele Venzano
2357M: venza@brownhat.org
2358W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002359L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360S: Maintained
2361
2362SIS FRAMEBUFFER DRIVER
2363P: Thomas Winischhofer
2364M: thomas@winischhofer.net
2365W: http://www.winischhofer.net/linuxsisvga.shtml
2366S: Maintained
2367
2368SIS USB2VGA DRIVER
2369P: Thomas Winischhofer
2370M: thomas@winischhofer.net
2371W: http://www.winischhofer.at/linuxsisusbvga.shtml
2372S: Maintained
2373
2374SMSC47M1 HARDWARE MONITOR DRIVER
2375P: Jean Delvare
2376M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002377L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Odd Fixes
2379
2380SMB FILESYSTEM
2381P: Urban Widmark
2382M: urban@teststation.com
2383W: http://samba.org/
2384L: samba@samba.org
2385S: Maintained
2386
2387SMC91x ETHERNET DRIVER
2388P: Nicolas Pitre
2389M: nico@cam.org
2390S: Maintained
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392SOFTWARE RAID (Multiple Disks) SUPPORT
2393P: Ingo Molnar
2394M: mingo@redhat.com
2395P: Neil Brown
2396M: neilb@cse.unsw.edu.au
2397L: linux-raid@vger.kernel.org
2398S: Maintained
2399
2400SOFTWARE SUSPEND:
2401P: Pavel Machek
2402M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002403L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404S: Maintained
2405
2406SONIC NETWORK DRIVER
2407P: Thomas Bogendoerfer
2408M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002409L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410S: Maintained
2411
2412SONY VAIO CONTROL DEVICE DRIVER
2413P: Stelian Pop
2414M: stelian@popies.net
2415W: http://popies.net/sonypi/
2416S: Maintained
2417
2418SOUND
2419P: Jaroslav Kysela
2420M: perex@suse.cz
2421L: alsa-devel@alsa-project.org
2422S: Maintained
2423
Kylene Hall1c72d462005-05-01 08:59:13 -07002424TPM DEVICE DRIVER
2425P: Kylene Hall
2426M: kjhall@us.ibm.com
2427W: http://tpmdd.sourceforge.net
2428L: tpmdd-devel@lists.sourceforge.net
2429S: Maintained
2430
Mark Gross1a80ba82005-10-30 15:02:55 -08002431Telecom Clock Driver for MCPL0010
2432P: Mark Gross
2433M: mark.gross@intel.com
2434S: Supported
2435
Chris Zankel48b415c2005-06-23 22:01:07 -07002436TENSILICA XTENSA PORT (xtensa):
2437P: Chris Zankel
2438M: chris@zankel.net
2439S: Maintained
2440
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441UltraSPARC (sparc64):
2442P: David S. Miller
2443M: davem@davemloft.net
2444P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002445M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446P: Jakub Jelinek
2447M: jj@sunsite.ms.mff.cuni.cz
2448P: Anton Blanchard
2449M: anton@samba.org
2450L: sparclinux@vger.kernel.org
2451L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002452T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453S: Maintained
2454
2455SHARP LH SUPPORT (LH7952X & LH7A40X)
2456P: Marc Singer
2457M: elf@buici.com
2458W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002459L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460S: Maintained
2461
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002462SHPC HOTPLUG DRIVER
2463P: Kristen Carlson Accardi
2464M: kristen.c.accardi@intel.com
2465L: pcihpd-discuss@lists.sourceforge.net
2466S: Maintained
2467
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002468SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2469P: Stephen Hemminger
2470M: shemminger@osdl.org
2471L: netdev@vger.kernel.org
2472S: Maintained
2473
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474SPARC (sparc32):
2475P: William L. Irwin
2476M: wli@holomorphy.com
2477L: sparclinux@vger.kernel.org
2478S: Maintained
2479
2480SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2481P: Roger Wolff
2482M: R.E.Wolff@BitWizard.nl
2483L: linux-kernel@vger.kernel.org ?
2484S: Supported
2485
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486SRM (Alpha) environment access
2487P: Jan-Benedict Glaw
2488M: jbglaw@lug-owl.de
2489L: linux-kernel@vger.kernel.org
2490S: Maintained
2491
2492STARFIRE/DURALAN NETWORK DRIVER
2493P: Ion Badulescu
2494M: ionut@cs.columbia.edu
2495S: Maintained
2496
2497STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2498W: http://mosquitonet.Stanford.EDU/strip.html
2499S: Unsupported ?
2500
2501STRADIS MPEG-2 DECODER DRIVER
2502P: Nathan Laredo
2503M: laredo@gnu.org
2504W: http://mpeg.openprojects.net/
2505W: http://www.stradis.com/
2506S: Maintained
2507
2508SUPERH (sh)
2509P: Paul Mundt
2510M: lethal@linux-sh.org
2511P: Kazumoto Kojima
2512M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002513L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514W: http://www.linux-sh.org
2515W: http://www.m17n.org/linux-sh/
2516W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2517S: Maintained
2518
2519SUPERH64 (sh64)
2520P: Paul Mundt
2521M: lethal@linux-sh.org
2522P: Richard Curnow
2523M: rc@rc0.org.uk
2524L: linuxsh-shmedia-dev@lists.sourceforge.net
2525W: http://www.linux-sh.org
2526W: http://www.rc0.org.uk/sh64
2527S: Maintained
2528
2529SUN3/3X
2530P: Sam Creasey
2531M: sammy@sammy.net
2532L: sun3-list@redhat.com
2533W: http://sammy.net/sun3/
2534S: Maintained
2535
2536SVGA HANDLING
2537P: Martin Mares
2538M: mj@ucw.cz
2539L: linux-video@atrey.karlin.mff.cuni.cz
2540S: Maintained
2541
2542SYSV FILESYSTEM
2543P: Christoph Hellwig
2544M: hch@infradead.org
2545S: Maintained
2546
2547TI PARALLEL LINK CABLE DRIVER
2548P: Romain Lievin
2549M: roms@lpg.ticalc.org
2550S: Maintained
2551
Per Lidene86eaa32006-01-12 16:45:18 +01002552TIPC NETWORK LAYER
2553P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002554M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002555P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002556M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002557P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002558M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002559L: tipc-discussion@lists.sourceforge.net
2560W: http://tipc.sourceforge.net/
2561W: http://tipc.cslab.ericsson.net/
2562T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2563S: Maintained
2564
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565TLAN NETWORK DRIVER
2566P: Samuel Chessman
2567M: chessman@tux.org
2568L: tlan-devel@lists.sourceforge.net
2569W: http://sourceforge.net/projects/tlan/
2570S: Maintained
2571
2572TOKEN-RING NETWORK DRIVER
2573P: Mike Phillips
2574M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002575L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576L: linux-tr@linuxtr.net
2577W: http://www.linuxtr.net
2578S: Maintained
2579
2580TOSHIBA ACPI EXTRAS DRIVER
2581P: John Belmonte
2582M: toshiba_acpi@memebeam.org
2583W: http://memebeam.org/toys/ToshibaAcpiDriver
2584S: Maintained
2585
2586TOSHIBA SMM DRIVER
2587P: Jonathan Buzzard
2588M: jonathan@buzzard.org.uk
2589L: tlinux-users@tce.toshiba-dme.co.jp
2590W: http://www.buzzard.org.uk/toshiba/
2591S: Maintained
2592
2593TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2594P: Muli Ben-Yehuda
2595M: mulix@mulix.org
2596L: linux-kernel@vger.kernel.org
2597S: Maintained
2598
2599TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002600P: Adrian Bunk
2601M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002603W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002604T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Maintained
2606
2607TMS380 TOKEN-RING NETWORK DRIVER
2608P: Adam Fritzler
2609M: mid@auk.cx
2610L: linux-tr@linuxtr.net
2611W: http://www.auk.cx/tms380tr/
2612S: Maintained
2613
2614TULIP NETWORK DRIVER
2615P: Jeff Garzik
2616M: jgarzik@pobox.com
2617L: tulip-users@lists.sourceforge.net
2618W: http://sourceforge.net/projects/tulip/
2619S: Maintained
2620
2621TUN/TAP driver
2622P: Maxim Krasnyansky
2623M: maxk@qualcomm.com, max_mk@yahoo.com
2624L: vtun@office.satix.net
2625W: http://vtun.sourceforge.net/tun
2626S: Maintained
2627
2628U14-34F SCSI DRIVER
2629P: Dario Ballabio
2630M: ballabio_dario@emc.com
2631L: linux-scsi@vger.kernel.org
2632S: Maintained
2633
2634UDF FILESYSTEM
2635P: Ben Fennema
2636M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637W: http://linux-udf.sourceforge.net
2638S: Maintained
2639
2640UNIFORM CDROM DRIVER
2641P: Jens Axboe
2642M: axboe@suse.de
2643L: linux-kernel@vger.kernel.org
2644W: http://www.kernel.dk
2645S: Maintained
2646
2647USB ACM DRIVER
2648P: Oliver Neukum
2649M: oliver@neukum.name
2650L: linux-usb-users@lists.sourceforge.net
2651L: linux-usb-devel@lists.sourceforge.net
2652S: Maintained
2653
2654USB BLOCK DRIVER (UB ub)
2655P: Pete Zaitcev
2656M: zaitcev@redhat.com
2657L: linux-kernel@vger.kernel.org
2658L: linux-usb-devel@lists.sourceforge.net
2659S: Supported
2660
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661USB CDC ETHERNET DRIVER
2662P: Greg Kroah-Hartman
2663M: greg@kroah.com
2664L: linux-usb-users@lists.sourceforge.net
2665L: linux-usb-devel@lists.sourceforge.net
2666S: Maintained
2667W: http://www.kroah.com/linux-usb/
2668
2669USB EHCI DRIVER
2670P: David Brownell
2671M: dbrownell@users.sourceforge.net
2672L: linux-usb-devel@lists.sourceforge.net
2673S: Maintained
2674
Luca Risolia7ce08c92006-01-11 02:06:59 +00002675USB ET61X[12]51 DRIVER
2676P: Luca Risolia
2677M: luca.risolia@studio.unibo.it
2678L: linux-usb-devel@lists.sourceforge.net
2679L: video4linux-list@redhat.com
2680W: http://www.linux-projects.org
2681S: Maintained
2682
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683USB HID/HIDBP DRIVERS
2684P: Vojtech Pavlik
2685M: vojtech@suse.cz
2686L: linux-usb-users@lists.sourceforge.net
2687L: linux-usb-devel@lists.sourceforge.net
2688S: Maintained
2689
2690USB HUB DRIVER
2691P: Johannes Erdfelt
2692M: johannes@erdfelt.com
2693L: linux-usb-users@lists.sourceforge.net
2694L: linux-usb-devel@lists.sourceforge.net
2695S: Maintained
2696
Olav Kongas959eea22005-11-03 17:38:14 +02002697USB ISP116X DRIVER
2698P: Olav Kongas
2699M: ok@artecdesign.ee
2700L: linux-usb-devel@lists.sourceforge.net
2701S: Maintained
2702
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703USB KAWASAKI LSI DRIVER
2704P: Oliver Neukum
2705M: oliver@neukum.name
2706L: linux-usb-users@lists.sourceforge.net
2707L: linux-usb-devel@lists.sourceforge.net
2708S: Maintained
2709
2710USB MASS STORAGE DRIVER
2711P: Matthew Dharm
2712M: mdharm-usb@one-eyed-alien.net
2713L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002714L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715S: Maintained
2716W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2717
2718USB OHCI DRIVER
2719P: Roman Weissgaerber
2720M: weissg@vienna.at
2721L: linux-usb-users@lists.sourceforge.net
2722L: linux-usb-devel@lists.sourceforge.net
2723S: Maintained
2724
Matthias Urlichsba460e42005-07-14 00:33:47 -07002725USB OPTION-CARD DRIVER
2726P: Matthias Urlichs
2727M: smurf@smurf.noris.de
2728L: linux-usb-devel@lists.sourceforge.net
2729S: Maintained
2730
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731USB OV511 DRIVER
2732P: Mark McClelland
2733M: mmcclell@bigfoot.com
2734L: linux-usb-users@lists.sourceforge.net
2735L: linux-usb-devel@lists.sourceforge.net
2736W: http://alpha.dyndns.org/ov511/
2737S: Maintained
2738
2739USB PEGASUS DRIVER
2740P: Petko Manolov
2741M: petkan@users.sourceforge.net
2742L: linux-usb-users@lists.sourceforge.net
2743L: linux-usb-devel@lists.sourceforge.net
2744W: http://pegasus2.sourceforge.net/
2745S: Maintained
2746
2747USB PRINTER DRIVER
2748P: Vojtech Pavlik
2749M: vojtech@suse.cz
2750L: linux-usb-users@lists.sourceforge.net
2751L: linux-usb-devel@lists.sourceforge.net
2752S: Maintained
2753
2754USB RTL8150 DRIVER
2755P: Petko Manolov
2756M: petkan@users.sourceforge.net
2757L: linux-usb-users@lists.sourceforge.net
2758L: linux-usb-devel@lists.sourceforge.net
2759W: http://pegasus2.sourceforge.net/
2760S: Maintained
2761
2762USB SE401 DRIVER
2763P: Jeroen Vreeken
2764M: pe1rxq@amsat.org
2765L: linux-usb-users@lists.sourceforge.net
2766L: linux-usb-devel@lists.sourceforge.net
2767W: http://www.chello.nl/~j.vreeken/se401/
2768S: Maintained
2769
2770USB SERIAL CYBERJACK DRIVER
2771P: Matthias Bruestle and Harald Welte
2772M: support@reiner-sct.com
2773W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2774S: Maintained
2775
2776USB SERIAL DIGI ACCELEPORT DRIVER
2777P: Peter Berger and Al Borchers
2778M: pberger@brimson.com
2779M: alborchers@steinerpoint.com
2780L: linux-usb-users@lists.sourceforge.net
2781L: linux-usb-devel@lists.sourceforge.net
2782S: Maintained
2783
2784USB SERIAL DRIVER
2785P: Greg Kroah-Hartman
2786M: gregkh@suse.de
2787L: linux-usb-users@lists.sourceforge.net
2788L: linux-usb-devel@lists.sourceforge.net
2789S: Supported
2790
2791USB SERIAL BELKIN F5U103 DRIVER
2792P: William Greathouse
2793M: wgreathouse@smva.com
2794L: linux-usb-users@lists.sourceforge.net
2795L: linux-usb-devel@lists.sourceforge.net
2796S: Maintained
2797
2798USB SERIAL CYPRESS M8 DRIVER
2799P: Lonnie Mendez
2800M: dignome@gmail.com
2801L: linux-usb-users@lists.sourceforge.net
2802L: linux-usb-devel@lists.sourceforge.net
2803S: Maintained
2804W: http://geocities.com/i0xox0i
2805W: http://firstlight.net/cvs
2806
2807USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2808L: linux-usb-users@lists.sourceforge.net
2809L: linux-usb-devel@lists.sourceforge.net
2810S: Maintained
2811
2812USB AUERSWALD DRIVER
2813P: Wolfgang Muees
2814M: wolfgang@iksw-muees.de
2815L: linux-usb-users@lists.sourceforge.net
2816L: linux-usb-devel@lists.sourceforge.net
2817S: Maintained
2818
2819USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2820P: Gary Brubaker
2821M: xavyer@ix.netcom.com
2822L: linux-usb-users@lists.sourceforge.net
2823L: linux-usb-devel@lists.sourceforge.net
2824S: Maintained
2825
2826USB SERIAL KEYSPAN DRIVER
2827P: Greg Kroah-Hartman
2828M: greg@kroah.com
2829L: linux-usb-users@lists.sourceforge.net
2830L: linux-usb-devel@lists.sourceforge.net
2831W: http://www.kroah.com/linux/
2832S: Maintained
2833
2834USB SERIAL WHITEHEAT DRIVER
2835P: Stuart MacDonald
2836M: stuartm@connecttech.com
2837L: linux-usb-users@lists.sourceforge.net
2838L: linux-usb-devel@lists.sourceforge.net
2839W: http://www.connecttech.com
2840S: Supported
2841
2842USB SN9C10x DRIVER
2843P: Luca Risolia
2844M: luca.risolia@studio.unibo.it
2845L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002846L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847W: http://www.linux-projects.org
2848S: Maintained
2849
2850USB SUBSYSTEM
2851P: Greg Kroah-Hartman
2852M: gregkh@suse.de
2853L: linux-usb-users@lists.sourceforge.net
2854L: linux-usb-devel@lists.sourceforge.net
2855W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002856T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857S: Supported
2858
2859USB UHCI DRIVER
2860P: Alan Stern
2861M: stern@rowland.harvard.edu
2862L: linux-usb-users@lists.sourceforge.net
2863L: linux-usb-devel@lists.sourceforge.net
2864S: Maintained
2865
2866USB "USBNET" DRIVER
2867P: David Brownell
2868M: dbrownell@users.sourceforge.net
2869L: linux-usb-devel@lists.sourceforge.net
2870S: Maintained
2871
2872USB W996[87]CF 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 ZD1201 DRIVER
2881P: Jeroen Vreeken
2882M: pe1rxq@amsat.org
2883L: linux-usb-users@lists.sourceforge.net
2884L: linux-usb-devel@lists.sourceforge.net
2885W: http://linux-lc100020.sourceforge.net
2886S: Maintained
2887
2888USER-MODE LINUX
2889P: Jeff Dike
2890M: jdike@karaya.com
2891L: user-mode-linux-devel@lists.sourceforge.net
2892L: user-mode-linux-user@lists.sourceforge.net
2893W: http://user-mode-linux.sourceforge.net
2894S: Maintained
2895
2896FAT/VFAT/MSDOS FILESYSTEM:
2897P: OGAWA Hirofumi
2898M: hirofumi@mail.parknet.co.jp
2899L: linux-kernel@vger.kernel.org
2900S: Maintained
2901
2902VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2903P: Jeff Garzik
2904S: Odd fixes
2905
2906VIA RHINE NETWORK DRIVER
2907P: Roger Luethi
2908M: rl@hellgate.ch
2909S: Maintained
2910
Jean Delvare32c0a522005-09-22 21:47:58 +02002911VIAPRO SMBUS DRIVER
2912P: Jean Delvare
2913M: khali@linux-fr.org
2914L: lm-sensors@lm-sensors.org
2915S: Maintained
2916
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917UCLINUX (AND M68KNOMMU)
2918P: Greg Ungerer
2919M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002921L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922S: Maintained
2923
2924UCLINUX FOR NEC V850
2925P: Miles Bader
2926M: uclinux-v850@lsi.nec.co.jp
2927W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2928W: http://www.ee.nec.de/uclinux/
2929S: Supported
2930
2931UCLINUX FOR RENESAS H8/300
2932P: Yoshinori Sato
2933M: ysato@users.sourceforge.jp
2934W: http://uclinux-h8.sourceforge.jp/
2935S: Supported
2936
2937USB DIAMOND RIO500 DRIVER
2938P: Cesar Miquel
2939M: miquel@df.uba.ar
2940L: rio500-users@lists.sourceforge.net
2941W: http://rio500.sourceforge.net
2942S: Maintained
2943
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002944V9FS FILE SYSTEM
2945P: Eric Van Hensbergen
2946M: ericvh@gmail.com
2947P: Ron Minnich
2948M: rminnich@lanl.gov
2949P: Latchesar Ionkov
2950M: lucho@ionkov.net
2951L: v9fs-developer@lists.sourceforge.net
2952W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002953T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002954S: Maintained
2955
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002957P: Mauro Carvalho Chehab
2958M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002960W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002961T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002962S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963
Roger Lucas1de9e372005-11-26 20:20:05 +01002964VT8231 HARDWARE MONITOR DRIVER
2965P: Roger Lucas
2966M: roger@planbit.co.uk
2967L: lm-sensors@lm-sensors.org
2968S: Maintained
2969
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970W1 DALLAS'S 1-WIRE BUS
2971P: Evgeniy Polyakov
2972M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002973L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974S: Maintained
2975
2976W83L51xD SD/MMC CARD INTERFACE DRIVER
2977P: Pierre Ossman
2978M: drzeus-wbsd@drzeus.cx
2979L: wbsd-devel@list.drzeus.cx
2980W: http://projects.drzeus.cx/wbsd
2981S: Maintained
2982
2983W83L785TS HARDWARE MONITOR DRIVER
2984P: Jean Delvare
2985M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002986L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987S: Odd Fixes
2988
2989WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2990P: Nenad Corbic
2991M: ncorbic@sangoma.com
2992M: dm@sangoma.com
2993W: http://www.sangoma.com
2994S: Supported
2995
Wim Van Sebroeck35277612006-01-15 21:21:14 +01002996WATCHDOG DEVICE DRIVERS
2997P: Wim Van Sebroeck
2998M: wim@iguana.be
2999T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3000S: Maintained
3001
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3003P: Jean Tourrilhes
3004M: jt@hpl.hp.com
3005W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3006S: Maintained
3007
3008WD7000 SCSI DRIVER
3009P: Miroslav Zagorac
3010M: zaga@fly.cc.fer.hr
3011L: linux-scsi@vger.kernel.org
3012S: Maintained
3013
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003014WISTRON LAPTOP BUTTON DRIVER
3015P: Miloslav Trmac
3016M: mitr@volny.cz
3017S: Maintained
3018
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019WL3501 WIRELESS PCMCIA CARD DRIVER
3020P: Arnaldo Carvalho de Melo
3021M: acme@conectiva.com.br
3022W: http://advogato.org/person/acme
3023S: Maintained
3024
3025X.25 NETWORK LAYER
3026P: Henner Eisen
3027M: eis@baty.hanse.de
3028L: linux-x25@vger.kernel.org
3029S: Maintained
3030
3031XFS FILESYSTEM
3032P: Silicon Graphics Inc
3033M: xfs-masters@oss.sgi.com
3034M: nathans@sgi.com
3035L: linux-xfs@oss.sgi.com
3036W: http://oss.sgi.com/projects/xfs
3037S: Supported
3038
3039X86 3-LEVEL PAGING (PAE) SUPPORT
3040P: Ingo Molnar
3041M: mingo@redhat.com
3042S: Maintained
3043
3044X86-64 port
3045P: Andi Kleen
3046M: ak@suse.de
3047L: discuss@x86-64.org
3048W: http://www.x86-64.org
3049S: Maintained
3050
3051YAM DRIVER FOR AX.25
3052P: Jean-Paul Roubelat
3053M: jpr@f6fbb.org
3054L: linux-hams@vger.kernel.org
3055S: Maintained
3056
Henkaf64a5e2005-10-12 15:02:56 +02003057YEALINK PHONE DRIVER
3058P: Henk Vergonet
3059M: Henk.Vergonet@gmail.com
3060L: usbb2k-api-dev@nongnu.org
3061S: Maintained
3062
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3064P: Pete Zaitcev
3065M: zaitcev@yahoo.com
3066L: linux-kernel@vger.kernel.org
3067S: Obsolete
3068
3069Z8530 DRIVER FOR AX.25
3070P: Joerg Reuter
3071M: jreuter@yaina.de
3072W: http://yaina.de/jreuter/
3073W: http://www.qsl.net/dl1bke/
3074L: linux-hams@vger.kernel.org
3075S: Maintained
3076
3077ZF MACHZ WATCHDOG
3078P: Fernando Fuganti
3079M: fuganti@netbank.com.br
3080W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3081S: Maintained
3082
3083ZR36067 VIDEO FOR LINUX DRIVER
3084P: Ronald Bultje
3085M: rbultje@ronald.bitfreak.net
3086L: mjpeg-users@lists.sourceforge.net
3087W: http://mjpeg.sourceforge.net/driver-zoran/
3088S: Maintained
3089
3090ZR36120 VIDEO FOR LINUX DRIVER
3091P: Pauline Middelink
3092M: middelin@polyware.nl
3093W: http://www.polyware.nl/~middelin/En/hobbies.html
3094W: http://www.polyware.nl/~middelin/hobbies.html
3095S: Maintained
3096
3097THE REST
3098P: Linus Torvalds
3099S: Buried alive in reporters