blob: 23337f88c508161976b3c782bef1511769110195 [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
61S: Status, one of the following:
62
63 Supported: Someone is actually paid to look after this.
64 Maintained: Someone actually looks after it.
65 Odd Fixes: It has a maintainer but they don't have time to do
66 much other than throw the odd patch in. See below..
67 Orphan: No current maintainer [but maybe you could take the
68 role as you write your new code].
69 Obsolete: Old code. Something tagged obsolete generally means
70 it has been replaced by a better system and you
71 should be using that.
72
733C359 NETWORK DRIVER
74P: Mike Phillips
75M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070076L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070077L: linux-tr@linuxtr.net
78W: http://www.linuxtr.net
79S: Maintained
80
813C505 NETWORK DRIVER
82P: Philip Blundell
83M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070084L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070085S: Maintained
86
873CR990 NETWORK DRIVER
88P: David Dillow
89M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
933W-XXXX ATA-RAID CONTROLLER DRIVER
94P: Adam Radford
95M: linuxraid@amcc.com
96L: linux-scsi@vger.kernel.org
97W: http://www.amcc.com
98S: Supported
99
1003W-9XXX SATA-RAID CONTROLLER DRIVER
101P: Adam Radford
102M: linuxraid@amcc.com
103L: linux-scsi@vger.kernel.org
104W: http://www.amcc.com
105S: Supported
106
10753C700 AND 53C700-66 SCSI DRIVER
108P: James E.J. Bottomley
109M: James.Bottomley@HansenPartnership.com
110L: linux-scsi@vger.kernel.org
111S: Maintained
112
1136PACK NETWORK DRIVER FOR AX.25
114P: Andreas Koensgen
115M: ajk@iehk.rwth-aachen.de
116L: linux-hams@vger.kernel.org
117S: Maintained
118
1198139CP 10/100 FAST ETHERNET DRIVER
120P: Jeff Garzik
121M: jgarzik@pobox.com
122S: Maintained
123
1248139TOO 10/100 FAST ETHERNET DRIVER
125P: Jeff Garzik
126M: jgarzik@pobox.com
127W: http://sourceforge.net/projects/gkernel/
128S: Maintained
129
1308169 10/100/1000 GIGABIT ETHERNET DRIVER
131P: Francois Romieu
132M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700133L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134S: Maintained
135
1368250/16?50 (AND CLONE UARTS) SERIAL DRIVER
137P: Russell King
138M: rmk+serial@arm.linux.org.uk
139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
141S: Maintained
142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
149A2232 SERIAL BOARD DRIVER
150P: Enver Haase
151M: ehaase@inf.fu-berlin.de
152M: A2232@gmx.net
153L: linux-m68k@lists.linux-m68k.org
154S: Maintained
155
156AIO
157P: Benjamin LaHaise
158M: bcrl@kvack.org
159L: linux-aio@kvack.org
160S: Supported
161
162ACENIC DRIVER
163P: Jes Sorensen
164M: jes@trained-monkey.org
165L: linux-acenic@sunsite.dk
166S: Maintained
167
168ACI MIXER DRIVER
169P: Robert Siemer
170M: Robert.Siemer@gmx.de
171L: linux-sound@vger.kernel.org
172W: http://www.stud.uni-karlsruhe.de/~uh1b/
173S: Maintained
174
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175AACRAID SCSI RAID DRIVER
176P: Adaptec OEM Raid Solutions
177L: linux-scsi@vger.kernel.org
178W: http://linux.dell.com/storage.shtml
179S: Supported
180
181ACPI
182P: Len Brown
183M: len.brown@intel.com
184L: acpi-devel@lists.sourceforge.net
185W: http://acpi.sourceforge.net/
186S: Maintained
187
188AD1816 SOUND DRIVER
189P: Thorsten Knabe
190M: Thorsten Knabe <linux@thorsten-knabe.de>
191W: http://linux.thorsten-knabe.de
192S: Maintained
193
Kyle McMartin6958ae32005-10-21 23:11:27 -0400194AD1889 SOUND DRIVER
195P: Kyle McMartin
196M: kyle@parisc-linux.org
197P: Thibaut Varene
198M: T-Bone@parisc-linux.org
199W: http://wiki.parisc-linux.org/AD1889
200L: parisc-linux@lists.parisc-linux.org
201S: Maintained
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203ADM1025 HARDWARE MONITOR DRIVER
204P: Jean Delvare
205M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200206L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207S: Maintained
208
209ADT746X FAN DRIVER
210P: Colin Leroy
211M: colin@colino.net
212S: Maintained
213
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214AEDSP16 DRIVER
215P: Riccardo Facchetti
216M: fizban@tin.it
217S: Maintained
218
219AFFS FILE SYSTEM
220P: Roman Zippel
221M: zippel@linux-m68k.org
222S: Maintained
223
224AGPGART DRIVER
225P: Dave Jones
226M: davej@codemonkey.org.uk
227W: http://www.codemonkey.org.uk/projects/agp/
228S: Maintained
229
230AHA152X SCSI DRIVER
231P: Juergen E. Fischer
232M: Juergen Fischer <fischer@norbit.de>
233L: linux-scsi@vger.kernel.org
234S: Maintained
235
236ALCATEL SPEEDTOUCH USB DRIVER
237P: Duncan Sands
238M: duncan.sands@free.fr
239L: linux-usb-users@lists.sourceforge.net
240L: linux-usb-devel@lists.sourceforge.net
241W: http://www.linux-usb.org/SpeedTouch/
242S: Maintained
243
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000244ALI1563 I2C DRIVER
245P: Rudolf Marek
246M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200247L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000248S: Maintained
249
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250ALPHA PORT
251P: Richard Henderson
252M: rth@twiddle.net
253S: Odd Fixes for 2.4; Maintained for 2.6.
254P: Ivan Kokshaysky
255M: ink@jurassic.park.msu.ru
256S: Maintained for 2.4; PCI support for 2.6.
257
258APM DRIVER
259P: Stephen Rothwell
260M: sfr@canb.auug.org.au
261L: linux-laptop@vger.kernel.org
262W: http://www.canb.auug.org.au/~sfr/
263S: Supported
264
265APPLETALK NETWORK LAYER
266P: Arnaldo Carvalho de Melo
267M: acme@conectiva.com.br
268S: Maintained
269
Jaya Kumar1154ea72005-06-21 17:17:04 -0700270ARC FRAMEBUFFER DRIVER
271P: Jaya Kumar
272M: jayalk@intworks.biz
273S: Maintained
274
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275ARM26 ARCHITECTURE
276P: Ian Molton
277M: spyro@f2s.com
278S: Maintained
279
280ARM26/ARCHIMEDES
281P: Ian Molton
282M: spyro@f2s.com
283S: Maintained
284
285ARM26/A5000
286P: John Appleby
287M: john@dnsworld.co.uk
288S: Maintained
289
290ARM MFM AND FLOPPY DRIVERS
291P: Ian Molton
292M: spyro@f2s.com
293S: Maintained
294
295ARM/CORGI MACHINE SUPPORT
296P: Richard Purdie
297M: rpurdie@rpsys.net
298S: Maintained
299
Dirk Opfer8459c152005-11-06 14:27:52 +0000300ARM/TOSA MACHINE SUPPORT
301P: Dirk Opfer
302M: dirk@opfer-online.de
303S: Maintained
304
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305ARM/PLEB SUPPORT
306P: Peter Chubb
307M: pleb@gelato.unsw.edu.au
308W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
309S: Maintained
310
311ARM/PT DIGITAL BOARD PORT
312P: Stefan Eletzhofer
313M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700314L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315W: http://www.arm.linux.org.uk/
316S: Maintained
317
318ARM/SHARK MACHINE SUPPORT
319P: Alexander Schulz
320M: alex@shark-linux.de
321W: http://www.shark-linux.de/shark.html
322S: Maintained
323
324ARM/STRONGARM110 PORT
325P: Russell King
326M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700327L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328W: http://www.arm.linux.org.uk/
329S: Maintained
330
331ARM/S3C2410 ARM ARCHITECTURE
332P: Ben Dooks
333M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700334L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335W: http://www.fluff.org/ben/linux/
336S: Maintained
337
338ARM/S3C2440 ARM ARCHITECTURE
339P: Ben Dooks
340M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700341L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342W: http://www.fluff.org/ben/linux/
343S: Maintained
344
345ARPD SUPPORT
346P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700347L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348S: Maintained
349
350ASUS ACPI EXTRAS DRIVER
351P: Karol Kozimor
352M: sziwan@users.sourceforge.net
353P: Julien Lerouge
354M: julien.lerouge@free.fr
355L: acpi4asus-user@lists.sourceforge.net
356W: http://sourceforge.net/projects/acpi4asus
357W: http://julien.lerouge.free.fr
358S: Maintained
359
360ATA OVER ETHERNET DRIVER
361P: Ed L. Cashin
362M: ecashin@coraid.com
363W: http://www.coraid.com/support/linux
364S: Supported
365
366ATM
367P: Chas Williams
368M: chas@cmf.nrl.navy.mil
369L: linux-atm-general@lists.sourceforge.net
370W: http://linux-atm.sourceforge.net
371S: Maintained
372
373ATMEL WIRELESS DRIVER
374P: Simon Kelley
375M: simon@thekelleys.org.uk
376W: http://www.thekelleys.org.uk/atmel
377W: http://atmelwlandriver.sourceforge.net/
378S: Maintained
379
Chris Wrighta92b7b82005-07-07 18:12:23 -0700380AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100381P: David Woodhouse
382M: dwmw2@infradead.org
383L: linux-audit@redhat.com
384W: http://people.redhat.com/sgrubb/audit/
Chris Wrighta92b7b82005-07-07 18:12:23 -0700385S: Maintained
386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387AX.25 NETWORK LAYER
388P: Ralf Baechle
389M: ralf@linux-mips.org
390L: linux-hams@vger.kernel.org
391S: Maintained
392
393BAYCOM/HDLCDRV DRIVERS FOR AX.25
394P: Thomas Sailer
395M: t.sailer@alumni.ethz.ch
396L: linux-hams@vger.kernel.org
397W: http://www.baycom.org/~tom/ham/ham.html
398S: Maintained
399
400BEFS FILE SYSTEM
401P: Sergey S. Kostyliov
402M: rathamahata@php4.ru
403L: linux-kernel@vger.kernel.org
404S: Maintained
405
406BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
407P: Kenji Hollis
408W: http://ftp.bitgate.com/pcwd/
409S: Maintained
410
411BFS FILE SYSTEM
412P: Tigran A. Aivazian
413M: tigran@veritas.com
414L: linux-kernel@vger.kernel.org
415S: Maintained
416
417BLOCK LAYER
418P: Jens Axboe
419M: axboe@suse.de
420L: linux-kernel@vger.kernel.org
421S: Maintained
422
423BLUETOOTH SUBSYSTEM
424P: Marcel Holtmann
425M: marcel@holtmann.org
426P: Maxim Krasnyansky
427M: maxk@qualcomm.com
428L: bluez-devel@lists.sf.net
429W: http://bluez.sf.net
430W: http://www.bluez.org
431W: http://www.holtmann.org/linux/bluetooth/
432S: Maintained
433
434BLUETOOTH RFCOMM LAYER
435P: Marcel Holtmann
436M: marcel@holtmann.org
437P: Maxim Krasnyansky
438M: maxk@qualcomm.com
439S: Maintained
440
441BLUETOOTH BNEP LAYER
442P: Marcel Holtmann
443M: marcel@holtmann.org
444P: Maxim Krasnyansky
445M: maxk@qualcomm.com
446S: Maintained
447
448BLUETOOTH CMTP LAYER
449P: Marcel Holtmann
450M: marcel@holtmann.org
451S: Maintained
452
453BLUETOOTH HIDP LAYER
454P: Marcel Holtmann
455M: marcel@holtmann.org
456S: Maintained
457
458BLUETOOTH HCI UART DRIVER
459P: Marcel Holtmann
460M: marcel@holtmann.org
461P: Maxim Krasnyansky
462M: maxk@qualcomm.com
463S: Maintained
464
465BLUETOOTH HCI USB DRIVER
466P: Marcel Holtmann
467M: marcel@holtmann.org
468P: Maxim Krasnyansky
469M: maxk@qualcomm.com
470S: Maintained
471
472BLUETOOTH HCI BCM203X DRIVER
473P: Marcel Holtmann
474M: marcel@holtmann.org
475S: Maintained
476
477BLUETOOTH HCI BPA10X DRIVER
478P: Marcel Holtmann
479M: marcel@holtmann.org
480S: Maintained
481
482BLUETOOTH HCI BFUSB DRIVER
483P: Marcel Holtmann
484M: marcel@holtmann.org
485S: Maintained
486
487BLUETOOTH HCI DTL1 DRIVER
488P: Marcel Holtmann
489M: marcel@holtmann.org
490S: Maintained
491
492BLUETOOTH HCI BLUECARD DRIVER
493P: Marcel Holtmann
494M: marcel@holtmann.org
495S: Maintained
496
497BLUETOOTH HCI BT3C DRIVER
498P: Marcel Holtmann
499M: marcel@holtmann.org
500S: Maintained
501
502BLUETOOTH HCI BTUART DRIVER
503P: Marcel Holtmann
504M: marcel@holtmann.org
505S: Maintained
506
507BLUETOOTH HCI VHCI DRIVER
508P: Maxim Krasnyansky
509M: maxk@qualcomm.com
510S: Maintained
511
512BONDING DRIVER
513P: Chad Tindel
514M: ctindel@users.sourceforge.net
515P: Jay Vosburgh
516M: fubar@us.ibm.com
517L: bonding-devel@lists.sourceforge.net
518W: http://sourceforge.net/projects/bonding/
519S: Supported
520
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000521BROADBAND PROCESSOR ARCHITECTURE
522P: Arnd Bergmann
523M: arnd@arndb.de
524L: linuxppc64-dev@ozlabs.org
525W: http://linuxppc64.org
526S: Supported
527
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700529P: Mauro Carvalho Chehab
530M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700532W: http://linuxtv.org
533S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534
535BUSLOGIC SCSI DRIVER
536P: Leonard N. Zubkoff
537M: Leonard N. Zubkoff <lnz@dandelion.com>
538L: linux-scsi@vger.kernel.org
539W: http://www.dandelion.com/Linux/
540S: Maintained
541
542COMMON INTERNET FILE SYSTEM (CIFS)
543P: Steve French
544M: sfrench@samba.org
545L: samba-technical@lists.samba.org
546W: http://us1.samba.org/samba/Linux_CIFS_client.html
547S: Supported
548
549CIRRUS LOGIC GENERIC FBDEV DRIVER
550P: Jeff Garzik
551M: jgarzik@pobox.com
552L: linux-fbdev-devel@lists.sourceforge.net
553S: Odd Fixes
554
555CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
556P: Cirrus Logic Corporation (kernel 2.2 driver)
557M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
558P: Nils Faerber (port to kernel 2.4)
559M: Nils Faerber <nils@kernelconcepts.de>
560S: Maintained
561
562CODA FILE SYSTEM
563P: Jan Harkes
564M: jaharkes@cs.cmu.edu
565M: coda@cs.cmu.edu
566L: codalist@coda.cs.cmu.edu
567W: http://www.coda.cs.cmu.edu/
568S: Maintained
569
570COMPACTPCI HOTPLUG CORE
571P: Scott Murray
572M: scottm@somanetworks.com
573M: scott@spiteful.org
574L: pcihpd-discuss@lists.sourceforge.net
575S: Supported
576
577COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
578P: Scott Murray
579M: scottm@somanetworks.com
580M: scott@spiteful.org
581L: pcihpd-discuss@lists.sourceforge.net
582S: Supported
583
584COMPACTPCI HOTPLUG GENERIC DRIVER
585P: Scott Murray
586M: scottm@somanetworks.com
587M: scott@spiteful.org
588L: pcihpd-discuss@lists.sourceforge.net
589S: Supported
590
591COMPUTONE INTELLIPORT MULTIPORT CARD
592P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700593M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700595S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596
597COSA/SRP SYNC SERIAL DRIVER
598P: Jan "Yenya" Kasprzak
599M: kas@fi.muni.cz
600W: http://www.fi.muni.cz/~kas/cosa/
601S: Maintained
602
603CPU FREQUENCY DRIVERS
604P: Dave Jones
605M: davej@codemonkey.org.uk
606L: cpufreq@lists.linux.org.uk
607W: http://www.codemonkey.org.uk/projects/cpufreq/
608S: Maintained
609
610CPUID/MSR DRIVER
611P: H. Peter Anvin
612M: hpa@zytor.com
613S: Maintained
614
Paul Jacksoned90fb42005-09-27 21:45:37 -0700615CPUSETS
616P: Paul Jackson
617P: Simon Derr
618M: pj@sgi.com
619M: simon.derr@bull.net
620L: linux-kernel@vger.kernel.org
621W: http://www.bullopensource.org/cpuset/
622S: Supported
623
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624CRAMFS FILESYSTEM
625W: http://sourceforge.net/projects/cramfs/
626S: Orphan
627
628CRIS PORT
629P: Mikael Starvik
630M: starvik@axis.com
631L: dev-etrax@axis.com
632W: http://developer.axis.com
633S: Maintained
634
635CRYPTO API
636P: Herbert Xu
637M: herbert@gondor.apana.org.au
638P: David S. Miller
639M: davem@davemloft.net
640L: linux-crypto@vger.kernel.org
641S: Maintained
642
643CYBERPRO FB DRIVER
644P: Russell King
645M: rmk@arm.linux.org.uk
646W: http://www.arm.linux.org.uk/
647S: Maintained
648
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700649CYBLAFB FRAMEBUFFER DRIVER
650P: Knut Petersen
651M: Knut_Petersen@t-online.de
652L: linux-fbdev-devel@lists.sourceforge.net
653S: Maintained
654
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655CYCLADES 2X SYNC CARD DRIVER
656P: Arnaldo Carvalho de Melo
657M: acme@conectiva.com.br
658W: http://advogato.org/person/acme
659L: cycsyn-devel@bazar.conectiva.com.br
660S: Maintained
661
662CYCLADES ASYNC MUX DRIVER
663M: async@cyclades.com
664W: http://www.cyclades.com/
665S: Supported
666
667CYCLADES PC300 DRIVER
668M: pc300@cyclades.com
669W: http://www.cyclades.com/
670S: Supported
671
672DAC960 RAID CONTROLLER DRIVER
673P: Dave Olien
674M dmo@osdl.org
675W: http://www.osdl.org/archive/dmo/DAC960
676L: linux-kernel@vger.kernel.org
677S: Maintained
678
679DAMA SLAVE for AX.25
680P: Joerg Reuter
681M: jreuter@yaina.de
682W: http://yaina.de/jreuter/
683W: http://www.qsl.net/dl1bke/
684L: linux-hams@vger.kernel.org
685S: Maintained
686
687DC395x SCSI driver
688P: Oliver Neukum
689M: oliver@neukum.name
690P: Ali Akcaagac
691M: aliakc@web.de
692P: Jamie Lenehan
693M: lenehan@twibble.org
694W: http://twibble.org/dist/dc395x/
695L: http://lists.twibble.org/mailman/listinfo/dc395x/
696S: Maintained
697
698DC390/AM53C974 SCSI driver
699P: Kurt Garloff
700M: garloff@suse.de
701W: http://www.garloff.de/kurt/linux/dc390/
702P: Guennadi Liakhovetski
703M: g.liakhovetski@gmx.de
704S: Maintained
705
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700706DCCP PROTOCOL
707P: Arnaldo Carvalho de Melo
708M: acme@mandriva.com
709L: dccp@vger.kernel.org
710W: http://www.wlug.org.nz/DCCP
711S: Maintained
712
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713DECnet NETWORK LAYER
714P: Patrick Caulfield
715M: patrick@tykepenguin.com
716W: http://linux-decnet.sourceforge.net
717L: linux-decnet-user@lists.sourceforge.net
718S: Maintained
719
720DEFXX FDDI NETWORK DRIVER
721P: Maciej W. Rozycki
722M: macro@linux-mips.org
723S: Maintained
724
725DELL LAPTOP SMM DRIVER
726P: Massimo Dal Zotto
727M: dz@debian.org
728W: http://www.debian.org/~dz/i8k/
729S: Maintained
730
Doug Warzecha90563ec2005-09-06 15:17:15 -0700731DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
732P: Doug Warzecha
733M: Douglas_Warzecha@dell.com
734S: Maintained
735
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736DEVICE-MAPPER
737P: Alasdair Kergon
738L: dm-devel@redhat.com
739W: http://sources.redhat.com/dm
740S: Maintained
741
742DEVICE NUMBER REGISTRY
743P: Torben Mathiasen
744M: device@lanana.org
745W: http://lanana.org/docs/device-list/index.html
746L: linux-kernel@vger.kernel.org
747S: Maintained
748
749DEVICE FILESYSTEM
750S: Obsolete
751
752DIGI INTL. EPCA DRIVER
753P: Digi International, Inc
754M: Eng.Linux@digi.com
755L: Eng.Linux@digi.com
756W: http://www.digi.com
757S: Orphaned
758
759DIGI RIGHTSWITCH NETWORK DRIVER
760P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700761L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762W: http://www.digi.com
763S: Orphaned
764
765DIRECTORY NOTIFICATION
766P: Stephen Rothwell
767M: sfr@canb.auug.org.au
768L: linux-kernel@vger.kernel.org
769S: Supported
770
771DISK GEOMETRY AND PARTITION HANDLING
772P: Andries Brouwer
773M: aeb@cwi.nl
774W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
775W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
776W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
777S: Maintained
778
779DISKQUOTA:
780P: Jan Kara
781M: jack@suse.cz
782L: linux-kernel@vger.kernel.org
783S: Maintained
784
785DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
786P: Tobias Ringstrom
787M: tori@unhappy.mine.nu
788L: linux-kernel@vger.kernel.org
789S: Maintained
790
Martin Waitzba483d52005-06-17 13:20:59 -0700791DOCBOOK FOR DOCUMENTATION
792P: Martin Waitz
793M: tali@admingilde.org
794S: Maintained
795
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796DOUBLETALK DRIVER
797P: James R. Van Zandt
798M: jrv@vanzandt.mv.com
799L: blinux-list@redhat.com
800S: Maintained
801
802DRIVER CORE, KOBJECTS, AND SYSFS
803P: Greg Kroah-Hartman
804M: gregkh@suse.de
805L: linux-kernel@vger.kernel.org
806S: Supported
807
808DRM DRIVERS
809P: David Airlie
810M: airlied@linux.ie
811L: dri-devel@lists.sourceforge.net
812S: Maintained
813
814DSCC4 DRIVER
815P: François Romieu
816M: romieu@cogenit.fr
817M: romieu@ensta.fr
818S: Maintained
819
820DVB SUBSYSTEM AND DRIVERS
821P: LinuxTV.org Project
822M: linux-dvb-maintainer@linuxtv.org
823L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200824W: http://linuxtv.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825S: Supported
826
827EATA-DMA SCSI DRIVER
828P: Michael Neuffer
829L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
830S: Maintained
831
832EATA ISA/EISA/PCI SCSI DRIVER
833P: Dario Ballabio
834M: ballabio_dario@emc.com
835L: linux-scsi@vger.kernel.org
836S: Maintained
837
838EATA-PIO SCSI DRIVER
839P: Michael Neuffer
840M: mike@i-Connect.Net
841L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
842S: Maintained
843
844EBTABLES
845P: Bart De Schuymer
846M: bart.de.schuymer@pandora.be
847L: ebtables-user@lists.sourceforge.net
848L: ebtables-devel@lists.sourceforge.net
849W: http://ebtables.sourceforge.net/
850S: Maintained
851
852EEPRO100 NETWORK DRIVER
853P: Andrey V. Savochkin
854M: saw@saw.sw.com.sg
855S: Maintained
856
857EMU10K1 SOUND DRIVER
858P: James Courtier-Dutton
859M: James@superbug.demon.co.uk
860L: emu10k1-devel@lists.sourceforge.net
861W: http://sourceforge.net/projects/emu10k1/
862S: Maintained
863
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400864EMULEX LPFC FC SCSI DRIVER
865P: James Smart
866M: james.smart@emulex.com
867L: linux-scsi@vger.kernel.org
868W: http://sourceforge.net/projects/lpfcxxxx
869S: Supported
870
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871EPSON 1355 FRAMEBUFFER DRIVER
872P: Christopher Hoover
873M: ch@murgatroid.com, ch@hpl.hp.com
874S: Maintained
875
876ETHEREXPRESS-16 NETWORK DRIVER
877P: Philip Blundell
878M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700879L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880S: Maintained
881
882ETHERNET BRIDGE
883P: Stephen Hemminger
884M: shemminger@osdl.org
885L: bridge@osdl.org
886W: http://bridge.sourceforge.net/
887S: Maintained
888
889ETHERTEAM 16I DRIVER
890P: Mika Kuoppala
891M: miku@iki.fi
892S: Maintained
893
894EXT2 FILE SYSTEM
895L: ext2-devel@lists.sourceforge.net
896S: Maintained
897
898EXT3 FILE SYSTEM
899P: Stephen Tweedie, Andrew Morton
900M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
901L: ext3-users@redhat.com
902S: Maintained
903
904FARSYNC SYNCHRONOUS DRIVER
905P: Kevin Curtis
906M: kevin.curtis@farsite.co.uk
907M: kevin.curtis@farsite.co.uk
908W: http://www.farsite.co.uk/
909S: Supported
910
911FRAMEBUFFER LAYER
912P: Antonino Daplas
913M: adaplas@pol.net
914L: linux-fbdev-devel@lists.sourceforge.net
915W: http://linux-fbdev.sourceforge.net/
916S: Maintained
917
918FILE LOCKING (flock() and fcntl()/lockf())
919P: Matthew Wilcox
920M: matthew@wil.cx
921L: linux-fsdevel@vger.kernel.org
922S: Maintained
923
924FILESYSTEMS (VFS and infrastructure)
925P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100926M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927S: Maintained
928
929FIRMWARE LOADER (request_firmware)
930L: linux-kernel@vger.kernel.org
931S: Orphan
932
933FPU EMULATOR
934P: Bill Metzenthen
935M: billm@suburbia.net
936W: http://suburbia.net/~billm/floating-point/emulator/
937S: Maintained
938
939FRAME RELAY DLCI/FRAD (Sangoma drivers too)
940P: Mike McLagan
941M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700942L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943S: Maintained
944
945FREEVXFS FILESYSTEM
946P: Christoph Hellwig
947M: hch@infradead.org
948W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
949S: Maintained
950
951FUJITSU FR-V PORT
952P: David Howells
953M: dhowells@redhat.com
954S: Maintained
955
956FTAPE/QIC-117
957L: linux-tape@vger.kernel.org
958W: http://sourceforge.net/projects/ftape
959S: Orphan
960
Miklos Szeredi04578f12005-09-09 13:10:22 -0700961FUSE: FILESYSTEM IN USERSPACE
962P: Miklos Szeredi
963M: miklos@szeredi.hu
964L: fuse-devel@lists.sourceforge.net
965W: http://fuse.sourceforge.net/
966S: Maintained
967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
969P: Rik Faith
970M: faith@cs.unc.edu
971L: linux-scsi@vger.kernel.org
972S: Odd fixes (e.g., new signatures)
973
974GDT SCSI DISK ARRAY CONTROLLER DRIVER
975P: Achim Leubner
976M: achim_leubner@adaptec.com
977L: linux-scsi@vger.kernel.org
978W: http://www.icp-vortex.com/
979S: Supported
980
981GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
982P: Krzysztof Halasa
983M: khc@pm.waw.pl
984W: http://www.kernel.org/pub/linux/utils/net/hdlc/
985S: Maintained
986
Jean Delvare5b543962005-08-15 19:51:02 +0200987HARDWARE MONITORING
988P: Jean Delvare
989M: khali@linux-fr.org
990L: lm-sensors@lm-sensors.org
991W: http://www.lm-sensors.nu/
992S: Maintained
993
Robert Love860e1d62005-08-31 23:57:59 -0400994HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
995P: Robert Love
996M: rlove@rlove.org
997M: linux-kernel@vger.kernel.org
998W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
999S: Maintained
1000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001HARMONY SOUND DRIVER
1002P: Kyle McMartin
1003M: kyle@parisc-linux.org
1004W: http://www.parisc-linux.org/~kyle/harmony/
1005L: parisc-linux@lists.parisc-linux.org
1006S: Maintained
1007
1008HAYES ESP SERIAL DRIVER
1009P: Andrew J. Robinson
1010M: arobinso@nyx.net
1011L: linux-kernel@vger.kernel.org
1012W: http://www.nyx.net/~arobinso
1013S: Maintained
1014
1015HFS FILESYSTEM
1016P: Roman Zippel
1017M: zippel@linux-m68k.org
1018L: linux-kernel@vger.kernel.org
1019S: Maintained
1020
1021HGA FRAMEBUFFER DRIVER
1022P: Ferenc Bakonyi
1023M: fero@drama.obuda.kando.hu
1024L: linux-nvidia@lists.surfsouth.com
1025W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1026S: Maintained
1027
1028HIGH-SPEED SCC DRIVER FOR AX.25
1029P: Klaus Kudielka
1030M: klaus.kudielka@ieee.org
1031L: linux-hams@vger.kernel.org
1032W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1033S: Maintained
1034
1035HIPPI
1036P: Jes Sorensen
1037M: jes@trained-monkey.org
1038L: linux-hippi@sunsite.dk
1039S: Maintained
1040
1041HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1042P: Chirag Kantharia
1043M: chirag.kantharia@hp.com
1044L: iss_storagedev@hp.com
1045S: Maintained
1046
1047HEWLETT-PACKARD SMART2 RAID DRIVER
1048P: Chirag Kantharia
1049M: chirag.kantharia@hp.com
1050L: iss_storagedev@hp.com
1051S: Maintained
1052
1053HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1054P: Mike Miller
1055M: mike.miller@hp.com
1056L: iss_storagedev@hp.com
1057S: Supported
1058
Jouni Malinenff1d2762005-05-12 22:54:16 -04001059HOST AP DRIVER
1060P: Jouni Malinen
1061M: jkmaline@cc.hut.fi
1062L: hostap@shmoo.com
1063W: http://hostap.epitest.fi/
1064S: Maintained
1065
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1067P: Jaroslav Kysela
1068M: perex@suse.cz
1069S: Maintained
1070
1071HPFS FILESYSTEM
1072P: Mikulas Patocka
1073M: mikulas@artax.karlin.mff.cuni.cz
1074W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1075S: Maintained
1076
1077HUGETLB FILESYSTEM
1078P: William Irwin
1079M: wli@holomorphy.com
1080S: Maintained
1081
Jean Delvare5b543962005-08-15 19:51:02 +02001082I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083P: Jean Delvare
1084M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001085L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086W: http://www.lm-sensors.nu/
1087S: Maintained
1088
1089I2O
1090P: Markus Lidel
1091M: markus.lidel@shadowconnect.com
1092W: http://i2o.shadowconnect.com/
1093S: Maintained
1094
1095i386 BOOT CODE
1096P: Riley H. Williams
1097M: Riley@Williams.Name
1098L: Linux-Kernel@vger.kernel.org
1099S: Maintained
1100
1101i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1102P: Dave Jones
1103M: davej@codemonkey.org.uk
1104P: H. Peter Anvin
1105M: hpa@zytor.com
1106S: Maintained
1107
1108i810 TCO TIMER WATCHDOG
1109P: Nils Faerber
1110M: nils@kernelconcepts.de
1111W: http://www.kernelconcepts.de/
1112S: Maintained
1113
1114IA64 (Itanium) PLATFORM
1115P: Tony Luck
1116M: tony.luck@intel.com
1117L: linux-ia64@vger.kernel.org
1118W: http://www.ia64-linux.org/
1119S: Maintained
1120
1121SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001122P: Greg Edwards
1123M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124L: linux-altix@sgi.com
1125L: linux-ia64@vger.kernel.org
1126W: http://www.sgi.com/altix
1127S: Maintained
1128
1129IBM MCA SCSI SUBSYSTEM DRIVER
1130P: Michael Lang
1131M: langa2@kph.uni-mainz.de
1132W: http://www.uni-mainz.de/~langm000/linux.html
1133S: Maintained
1134
1135IBM Power Linux RAID adapter
1136P: Brian King
1137M: brking@us.ibm.com
1138S: Supported
1139
1140IBM ServeRAID RAID DRIVER
1141P: Jack Hammer
1142P: Dave Jeffery
1143M: ipslinux@adaptec.com
1144W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1145S: Supported
1146
1147IDE DRIVER [GENERAL]
1148P: Bartlomiej Zolnierkiewicz
1149M: B.Zolnierkiewicz@elka.pw.edu.pl
1150L: linux-kernel@vger.kernel.org
1151L: linux-ide@vger.kernel.org
1152S: Maintained
1153
1154IDE/ATAPI CDROM DRIVER
1155P: Jens Axboe
1156M: axboe@suse.de
1157L: linux-kernel@vger.kernel.org
1158W: http://www.kernel.dk
1159S: Maintained
1160
1161IDE/ATAPI FLOPPY DRIVERS
1162P: Paul Bristow
1163M: Paul Bristow <paul@paulbristow.net>
1164W: http://paulbristow.net/linux/idefloppy.html
1165L: linux-kernel@vger.kernel.org
1166S: Maintained
1167
1168IDE/ATAPI TAPE DRIVERS
1169P: Gadi Oxman
1170M: Gadi Oxman <gadio@netvision.net.il>
1171L: linux-kernel@vger.kernel.org
1172S: Maintained
1173
1174IEEE 1394 ETHERNET (eth1394)
1175L: linux1394-devel@lists.sourceforge.net
1176W: http://www.linux1394.org/
1177S: Orphan
1178
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179IEEE 1394 SUBSYSTEM
1180P: Ben Collins
1181M: bcollins@debian.org
1182P: Jody McIntyre
1183M: scjody@steamballoon.com
1184L: linux1394-devel@lists.sourceforge.net
1185W: http://www.linux1394.org/
1186S: Maintained
1187
1188IEEE 1394 OHCI DRIVER
1189P: Ben Collins
1190M: bcollins@debian.org
1191P: Jody McIntyre
1192M: scjody@steamballoon.com
1193L: linux1394-devel@lists.sourceforge.net
1194W: http://www.linux1394.org/
1195S: Maintained
1196
1197IEEE 1394 PCILYNX DRIVER
1198P: Jody McIntyre
1199M: scjody@steamballoon.com
1200L: linux1394-devel@lists.sourceforge.net
1201W: http://www.linux1394.org/
1202S: Maintained
1203
1204IEEE 1394 RAW I/O DRIVER
1205P: Ben Collins
1206M: bcollins@debian.org
1207P: Dan Dennedy
1208M: dan@dennedy.org
1209L: linux1394-devel@lists.sourceforge.net
1210W: http://www.linux1394.org/
1211S: Maintained
1212
Jody McIntyre105d7b32005-09-30 11:59:04 -07001213IEEE 1394 SBP2
1214P: Ben Collins
1215M: bcollins@debian.org
1216P: Stefan Richter
1217M: stefanr@s5r6.in-berlin.de
1218L: linux1394-devel@lists.sourceforge.net
1219W: http://www.linux1394.org/
1220S: Maintained
1221
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222IMS TWINTURBO FRAMEBUFFER DRIVER
1223P: Paul Mundt
1224M: lethal@chaoticdreams.org
1225L: linux-fbdev-devel@lists.sourceforge.net
1226S: Maintained
1227
1228INFINIBAND SUBSYSTEM
1229P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001230M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231P: Sean Hefty
1232M: mshefty@ichips.intel.com
1233P: Hal Rosenstock
1234M: halr@voltaire.com
1235L: openib-general@openib.org
1236W: http://www.openib.org/
1237S: Supported
1238
1239INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1240P: Vojtech Pavlik
1241M: vojtech@suse.cz
1242L: linux-input@atrey.karlin.mff.cuni.cz
1243L: linux-joystick@atrey.karlin.mff.cuni.cz
1244S: Maintained
1245
Robert Lovec9f04f52005-07-15 12:21:07 -04001246INOTIFY
1247P: John McCutchan and Robert Love
1248M: ttb@tentacle.dhs.org and rml@novell.com
1249L: linux-kernel@vger.kernel.org
1250S: Maintained
1251
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252INTEL 810/815 FRAMEBUFFER DRIVER
1253P: Antonino Daplas
1254M: adaplas@pol.net
1255L: linux-fbdev-devel@lists.sourceforge.net
1256S: Maintained
1257
1258INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1259P: Ingo Molnar
1260M: mingo@redhat.com
1261S: Maintained
1262
1263INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1264P: Jeff Garzik
1265M: jgarzik@pobox.com
1266W: http://sourceforge.net/projects/gkernel/
1267S: Maintained
1268
1269INTEL IA32 MICROCODE UPDATE SUPPORT
1270P: Tigran Aivazian
1271M: tigran@veritas.com
1272S: Maintained
1273
1274INTEL PRO/100 ETHERNET SUPPORT
1275P: John Ronciak
1276M: john.ronciak@intel.com
1277P: Ganesh Venkatesan
1278M: ganesh.venkatesan@intel.com
1279P: Jesse Brandeburg
1280M: jesse.brandeburg@intel.com
1281W: http://sourceforge.net/projects/e1000/
1282S: Supported
1283
1284INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1285P: Jeb Cramer
1286M: cramerj@intel.com
1287P: John Ronciak
1288M: john.ronciak@intel.com
1289P: Ganesh Venkatesan
1290M: ganesh.venkatesan@intel.com
1291W: http://sourceforge.net/projects/e1000/
1292S: Supported
1293
1294INTEL PRO/10GbE SUPPORT
1295P: Ayyappan Veeraiyan
1296M: ayyappan.veeraiyan@intel.com
1297P: Ganesh Venkatesan
1298M: ganesh.venkatesan@intel.com
1299P: John Ronciak
1300M: john.ronciak@intel.com
1301W: http://sourceforge.net/projects/e1000/
1302S: Supported
1303
1304IOC3 DRIVER
1305P: Ralf Baechle
1306M: ralf@linux-mips.org
1307L: linux-mips@linux-mips.org
1308S: Maintained
1309
1310IP MASQUERADING:
1311P: Juanjo Ciarlante
1312M: jjciarla@raiz.uncu.edu.ar
1313S: Maintained
1314
1315IPX NETWORK LAYER
1316P: Arnaldo Carvalho de Melo
1317M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001318L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319S: Maintained
1320
1321IRDA SUBSYSTEM
1322P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001323L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324W: http://irda.sourceforge.net/
1325S: Maintained
1326
1327ISAPNP
1328P: Jaroslav Kysela
1329M: perex@suse.cz
1330S: Maintained
1331
1332ISDN SUBSYSTEM
1333P: Karsten Keil
1334M: kkeil@suse.de
1335P: Kai Germaschewski
1336M: kai.germaschewski@gmx.de
1337L: isdn4linux@listserv.isdn4linux.de
1338W: http://www.isdn4linux.de
1339S: Maintained
1340
1341ISDN SUBSYSTEM (Eicon active card driver)
1342P: Armin Schindler
1343M: mac@melware.de
1344L: isdn4linux@listserv.isdn4linux.de
1345W: http://www.melware.de
1346S: Maintained
1347
1348JOURNALLING FLASH FILE SYSTEM (JFFS)
1349P: Axis Communications AB
1350M: jffs-dev@axis.com
1351L: jffs-dev@axis.com
1352W: http://www.developer.axis.com/software/jffs/
1353S: Maintained
1354
1355JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1356P: David Woodhouse
1357M: dwmw2@infradead.org
1358L: jffs-dev@axis.com
1359W: http://sources.redhat.com/jffs2/
1360S: Maintained
1361
1362JFS FILESYSTEM
1363P: Dave Kleikamp
1364M: shaggy@austin.ibm.com
1365L: jfs-discussion@lists.sourceforge.net
1366W: http://jfs.sourceforge.net/
1367S: Supported
1368
1369KCONFIG
1370P: Roman Zippel
1371M: zippel@linux-m68k.org
1372L: kbuild-devel@lists.sourceforge.net
1373S: Maintained
1374
1375KERNEL AUTOMOUNTER (AUTOFS)
1376P: H. Peter Anvin
1377M: hpa@zytor.com
1378L: autofs@linux.kernel.org
1379S: Odd Fixes
1380
1381KERNEL AUTOMOUNTER v4 (AUTOFS4)
1382P: Ian Kent
1383M: raven@themaw.net
1384L: autofs@linux.kernel.org
1385S: Maintained
1386
1387KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1388P: Kai Germaschewski
1389M: kai@germaschewski.name
1390P: Sam Ravnborg
1391M: sam@ravnborg.org
1392S: Maintained
1393
1394KERNEL JANITORS
1395P: Several
1396L: kernel-janitors@osdl.org
1397W: http://www.kerneljanitors.org/
1398W: http://sf.net/projects/kernel-janitor/
1399W: http://developer.osdl.org/rddunlap/kj-patches/
1400S: Maintained
1401
1402KERNEL NFSD
1403P: Neil Brown
1404M: neilb@cse.unsw.edu.au
1405L: nfs@lists.sourceforge.net
1406W: http://nfs.sourceforge.net/
1407W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1408S: Maintained
1409
1410KERNEL EVENT LAYER (KOBJECT_UEVENT)
1411P: Robert Love
1412M: rml@novell.com
1413L: linux-kernel@vger.kernel.org
1414S: Maintained
1415
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001416KEXEC
1417P: Eric Biederman
1418P: Randy Dunlap
1419M: ebiederm@xmission.com
1420M: rddunlap@osdl.org
1421W: http://www.xmission.com/~ebiederm/files/kexec/
1422L: linux-kernel@vger.kernel.org
1423L: fastboot@osdl.org
1424S: Maintained
1425
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001426KPROBES
1427P: Prasanna S Panchamukhi
1428M: prasanna@in.ibm.com
1429P: Ananth N Mavinakayanahalli
1430M: ananth@in.ibm.com
1431P: Anil S Keshavamurthy
1432M: anil.s.keshavamurthy@intel.com
1433P: David S. Miller
1434M: davem@davemloft.net
1435L: linux-kernel@vger.kernel.org
1436S: Maintained
1437
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438LANMEDIA WAN CARD DRIVER
1439P: Andrew Stanley-Jones
1440M: asj@lanmedia.com
1441W: http://www.lanmedia.com/
1442S: Supported
1443
1444LAPB module
1445P: Henner Eisen
1446M: eis@baty.hanse.de
1447L: linux-x25@vger.kernel.org
1448S: Maintained
1449
1450LASI 53c700 driver for PARISC
1451P: James E.J. Bottomley
1452M: James.Bottomley@HansenPartnership.com
1453L: linux-scsi@vger.kernel.org
1454S: Maintained
1455
1456LEGO USB Tower driver
1457P: Juergen Stuber
1458M: starblue@users.sourceforge.net
1459L: legousb-devel@lists.sourceforge.net
1460W: http://legousb.sourceforge.net/
1461S: Maintained
1462
1463LINUX FOR IBM pSERIES (RS/6000)
1464P: Paul Mackerras
1465M: paulus@au.ibm.com
1466W: http://www.ibm.com/linux/ltc/projects/ppc
1467S: Supported
1468
1469LINUX FOR NCR VOYAGER
1470P: James Bottomley
1471M: James.Bottomley@HansenPartnership.com
1472W: http://www.hansenpartnership.com/voyager
1473S: Maintained
1474
1475LINUX FOR POWERPC
1476P: Paul Mackerras
1477M: paulus@samba.org
1478W: http://www.penguinppc.org/
1479L: linuxppc-dev@ozlabs.org
1480S: Supported
1481
1482LINUX FOR POWER MACINTOSH
1483P: Benjamin Herrenschmidt
1484M: benh@kernel.crashing.org
1485W: http://www.penguinppc.org/
1486L: linuxppc-dev@ozlabs.org
1487S: Maintained
1488
1489LINUX FOR POWERPC EMBEDDED MPC52XX
1490P: Sylvain Munaut
1491M: tnt@246tNt.com
1492W: http://www.246tNt.com/mpc52xx/
1493W: http://www.penguinppc.org/
1494L: linuxppc-dev@ozlabs.org
1495L: linuxppc-embedded@ozlabs.org
1496S: Maintained
1497
1498LINUX FOR POWERPC EMBEDDED PPC4XX
1499P: Matt Porter
1500M: mporter@kernel.crashing.org
1501W: http://www.penguinppc.org/
1502L: linuxppc-embedded@ozlabs.org
1503S: Maintained
1504
Tom Rinie93adf12005-07-26 12:49:53 -07001505LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506P: Tom Rini
1507M: trini@kernel.crashing.org
1508W: http://www.penguinppc.org/
1509L: linuxppc-embedded@ozlabs.org
1510S: Maintained
1511
Tom Rinie93adf12005-07-26 12:49:53 -07001512LINUX FOR POWERPC EMBEDDED PPC8XX
1513P: Marcelo Tosatti
1514M: marcelo.tosatti@cyclades.com
1515W: http://www.penguinppc.org/
1516L: linuxppc-embedded@ozlabs.org
1517S: Maintained
1518
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1520P: Kumar Gala
1521M: kumar.gala@freescale.com
1522W: http://www.penguinppc.org/
1523L: linuxppc-embedded@ozlabs.org
1524S: Maintained
1525
1526LLC (802.2)
1527P: Arnaldo Carvalho de Melo
1528M: acme@conectiva.com.br
1529S: Maintained
1530
1531LINUX FOR 64BIT POWERPC
1532P: Paul Mackerras
1533M: paulus@samba.org
1534M: paulus@au.ibm.com
1535P: Anton Blanchard
1536M: anton@samba.org
1537M: anton@au.ibm.com
1538W: http://linuxppc64.org
1539L: linuxppc64-dev@ozlabs.org
1540S: Supported
1541
1542LINUX SECURITY MODULE (LSM) FRAMEWORK
1543P: Chris Wright
1544M: chrisw@osdl.org
1545L: linux-security-module@wirex.com
1546W: http://lsm.immunix.org
1547S: Supported
1548
1549LM83 HARDWARE MONITOR DRIVER
1550P: Jean Delvare
1551M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001552L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553S: Maintained
1554
1555LM90 HARDWARE MONITOR DRIVER
1556P: Jean Delvare
1557M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001558L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559S: Maintained
1560
1561LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1562P: Richard Russon (FlatCap)
1563M: ldm@flatcap.org
1564L: ldm-devel@lists.sourceforge.net
1565W: http://ldm.sourceforge.net
1566S: Maintained
1567
1568LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1569P: Matthew Wilcox
1570M: matthew@wil.cx
1571L: linux-scsi@vger.kernel.org
1572S: Maintained
1573
1574M68K ARCHITECTURE
1575P: Geert Uytterhoeven
1576M: geert@linux-m68k.org
1577P: Roman Zippel
1578M: zippel@linux-m68k.org
1579L: linux-m68k@lists.linux-m68k.org
1580W: http://www.linux-m68k.org/
1581W: http://linux-m68k-cvs.ubb.ca/
1582S: Maintained
1583
1584M68K ON APPLE MACINTOSH
1585P: Joshua Thompson
1586M: funaho@jurai.org
1587W: http://www.mac.linux-m68k.org/
1588L: linux-mac68k@mac.linux-m68k.org
1589S: Maintained
1590
1591M68K ON HP9000/300
1592P: Philip Blundell
1593M: philb@gnu.org
1594W: http://www.tazenda.demon.co.uk/phil/linux-hp
1595S: Maintained
1596
1597MARVELL YUKON / SYSKONNECT DRIVER
1598P: Mirko Lindner
1599M: mlindner@syskonnect.de
1600P: Ralph Roesler
1601M: rroesler@syskonnect.de
1602W: http://www.syskonnect.com
1603S: Supported
1604
1605MAESTRO PCI SOUND DRIVERS
1606P: Zach Brown
1607M: zab@zabbo.net
1608S: Odd Fixes
1609
Michael Kerriskfaf16682005-07-31 22:34:47 -07001610MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1611P: Michael Kerrisk
1612M: mtk-manpages@gmx.net
1613W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1614S: Maintained
1615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616MARVELL MV64340 ETHERNET DRIVER
1617P: Manish Lachwani
1618M: Manish_Lachwani@pmc-sierra.com
1619L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001620L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621S: Supported
1622
1623MATROX FRAMEBUFFER DRIVER
1624P: Petr Vandrovec
1625M: vandrove@vc.cvut.cz
1626L: linux-fbdev-devel@lists.sourceforge.net
1627S: Maintained
1628
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001629MEGARAID SCSI DRIVERS
1630P: Neela Syam Kolli
1631M: Neela.Kolli@engenio.com
1632S: linux-scsi@vger.kernel.org
1633W: http://megaraid.lsilogic.com
1634S: Maintained
1635
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636MEMORY TECHNOLOGY DEVICES
1637P: David Woodhouse
1638M: dwmw2@infradead.org
1639W: http://www.linux-mtd.infradead.org/
1640L: linux-mtd@lists.infradead.org
1641S: Maintained
1642
1643MICROTEK X6 SCANNER
1644P: Oliver Neukum
1645M: oliver@neukum.name
1646S: Maintained
1647
1648MIPS
1649P: Ralf Baechle
1650M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001651W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652L: linux-mips@linux-mips.org
1653S: Maintained
1654
1655MISCELLANEOUS MCA-SUPPORT
1656P: James Bottomley
1657M: jejb@steeleye.com
1658L: linux-kernel@vger.kernel.org
1659S: Maintained
1660
1661MODULE SUPPORT
1662P: Rusty Russell
1663M: rusty@rustcorp.com.au
1664L: linux-kernel@vger.kernel.org
1665S: Maintained
1666
1667MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1668P: Stelian Pop
1669M: stelian@popies.net
1670W: http://popies.net/meye/
1671S: Maintained
1672
1673MOUSE AND MISC DEVICES [GENERAL]
1674P: Alessandro Rubini
1675M: rubini@ipvvis.unipv.it
1676L: linux-kernel@vger.kernel.org
1677S: Maintained
1678
1679MTRR AND SIMILAR SUPPORT [i386]
1680P: Richard Gooch
1681M: rgooch@atnf.csiro.au
1682L: linux-kernel@vger.kernel.org
1683W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1684S: Maintained
1685
1686MULTISOUND SOUND DRIVER
1687P: Andrew Veliath
1688M: andrewtv@usa.net
1689S: Maintained
1690
1691NATSEMI ETHERNET DRIVER (DP8381x)
1692P: Tim Hockin
1693M: thockin@hockin.org
1694S: Maintained
1695
1696NCP FILESYSTEM
1697P: Petr Vandrovec
1698M: vandrove@vc.cvut.cz
1699L: linware@sh.cvut.cz
1700S: Maintained
1701
1702NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1703P: James E.J. Bottomley
1704M: James.Bottomley@HansenPartnership.com
1705L: linux-scsi@vger.kernel.org
1706S: Maintained
1707
1708NETFILTER/IPTABLES/IPCHAINS
1709P: Rusty Russell
1710P: Marc Boucher
1711P: James Morris
1712P: Harald Welte
1713P: Jozsef Kadlecsik
1714M: coreteam@netfilter.org
1715W: http://www.netfilter.org/
1716W: http://www.iptables.org/
1717L: netfilter@lists.netfilter.org
1718L: netfilter-devel@lists.netfilter.org
1719S: Supported
1720
1721NETROM NETWORK LAYER
1722P: Ralf Baechle
1723M: ralf@linux-mips.org
1724L: linux-hams@vger.kernel.org
1725S: Maintained
1726
1727NETWORK BLOCK DEVICE
1728P: Paul Clements
1729M: Paul.Clements@steeleye.com
1730S: Maintained
1731
1732NETWORK DEVICE DRIVERS
1733P: Andrew Morton
1734M: akpm@osdl.org
1735P: Jeff Garzik
1736M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001737L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738S: Maintained
1739
1740NETWORKING [GENERAL]
1741P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001742M: netdev@vger.kernel.org
1743L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744S: Maintained
1745
1746NETWORKING [IPv4/IPv6]
1747P: David S. Miller
1748M: davem@davemloft.net
1749P: Alexey Kuznetsov
1750M: kuznet@ms2.inr.ac.ru
1751P: Pekka Savola (ipv6)
1752M: pekkas@netcore.fi
1753P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001754M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755P: Hideaki YOSHIFUJI
1756M: yoshfuji@linux-ipv6.org
1757P: Patrick McHardy
1758M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001759L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760S: Maintained
1761
1762IPVS
1763P: Wensong Zhang
1764M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001765P: Simon Horman
1766M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767P: Julian Anastasov
1768M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001769L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770S: Maintained
1771
1772NFS CLIENT
1773P: Trond Myklebust
1774M: trond.myklebust@fys.uio.no
1775L: linux-kernel@vger.kernel.org
1776S: Maintained
1777
1778NI5010 NETWORK DRIVER
1779P: Jan-Pascal van Best and Andreas Mohr
1780M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1781M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001782L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783S: Maintained
1784
1785NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1786P: YOKOTA Hiroshi
1787M: yokota@netlab.is.tsukuba.ac.jp
1788W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1789S: Maintained
1790
1791NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1792P: GOTO Masanori
1793M: gotom@debian.or.jp
1794P: YOKOTA Hiroshi
1795M: yokota@netlab.is.tsukuba.ac.jp
1796W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1797S: Maintained
1798
1799NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1800P: Eberhard Moenkeberg
1801M: emoenke@gwdg.de
1802L: linux-kernel@vger.kernel.org
1803S: Maintained
1804
1805NTFS FILESYSTEM
1806P: Anton Altaparmakov
1807M: aia21@cantab.net
1808L: linux-ntfs-dev@lists.sourceforge.net
1809L: linux-kernel@vger.kernel.org
1810W: http://linux-ntfs.sf.net/
1811S: Maintained
1812
1813NVIDIA (RIVA) FRAMEBUFFER DRIVER
1814P: Ani Joshi
1815M: ajoshi@shell.unixbox.com
1816L: linux-nvidia@lists.surfsouth.com
1817S: Maintained
1818
1819OLYMPIC NETWORK DRIVER
1820P: Peter De Shrijver
1821M: p2@ace.ulyssis.student.kuleuven.ac.be
1822P: Mike Phillips
1823M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001824L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825L: linux-tr@linuxtr.net
1826W: http://www.linuxtr.net
1827S: Maintained
1828
1829ONSTREAM SCSI TAPE DRIVER
1830P: Willem Riede
1831M: osst@riede.org
1832L: osst-users@lists.sourceforge.net
1833L: linux-scsi@vger.kernel.org
1834S: Maintained
1835
1836OPL3-SA2, SA3, and SAx DRIVER
1837P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001838M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839L: linux-sound@vger.kernel.org
1840S: Maintained
1841
1842OPROFILE
1843P: Philippe Elie
1844M: phil.el@wanadoo.fr
1845L: oprofile-list@lists.sf.net
1846S: Maintained
1847
1848ORINOCO DRIVER
1849P: Pavel Roskin
1850M: proski@gnu.org
1851P: David Gibson
1852M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001853L: orinoco-users@lists.sourceforge.net
1854L: orinoco-devel@lists.sourceforge.net
1855W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856S: Maintained
1857
1858PARALLEL PORT SUPPORT
1859P: Phil Blundell
1860M: philb@gnu.org
1861P: Tim Waugh
1862M: tim@cyberelk.net
1863P: David Campbell
1864M: campbell@torque.net
1865P: Andrea Arcangeli
1866M: andrea@suse.de
1867L: linux-parport@lists.infradead.org
1868W: http://people.redhat.com/twaugh/parport/
1869S: Maintained
1870
1871PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1872P: Tim Waugh
1873M: tim@cyberelk.net
1874L: linux-parport@lists.infradead.org
1875W: http://www.torque.net/linux-pp.html
1876S: Maintained
1877
1878PARISC ARCHITECTURE
1879P: Matthew Wilcox
1880M: matthew@wil.cx
1881P: Grant Grundler
1882M: grundler@parisc-linux.org
1883L: parisc-linux@parisc-linux.org
1884W: http://www.parisc-linux.org/
1885S: Maintained
1886
1887PERSONALITY HANDLING
1888P: Christoph Hellwig
1889M: hch@infradead.org
1890L: linux-abi-devel@lists.sourceforge.net
1891S: Maintained
1892
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1894P: Thomas Sailer
1895M: sailer@ife.ee.ethz.ch
1896L: linux-sound@vger.kernel.org
1897W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1898S: Maintained
1899
1900PCI SUBSYSTEM
1901P: Greg Kroah-Hartman
1902M: gregkh@suse.de
1903L: linux-kernel@vger.kernel.org
1904L: linux-pci@atrey.karlin.mff.cuni.cz
1905S: Supported
1906
1907PCI HOTPLUG CORE
1908P: Greg Kroah-Hartman
1909M: gregkh@suse.de
1910S: Supported
1911
1912PCI HOTPLUG COMPAQ DRIVER
1913P: Greg Kroah-Hartman
1914M: greg@kroah.com
1915S: Maintained
1916
Kristen Accardi8cf4c192005-08-16 15:16:10 -07001917PCIE HOTPLUG DRIVER
1918P: Kristen Carlson Accardi
1919M: kristen.c.accardi@intel.com
1920L: pcihpd-discuss@lists.sourceforge.net
1921S: Maintained
1922
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001924P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001926S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927
1928PCNET32 NETWORK DRIVER
1929P: Thomas Bogendörfer
1930M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001931L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932S: Maintained
1933
1934PHRAM MTD DRIVER
1935P: Jörn Engel
1936M: joern@wh.fh-wedel.de
1937L: linux-mtd@lists.infradead.org
1938S: Maintained
1939
Peter Osterlund249a6772005-09-27 21:45:30 -07001940PKTCDVD DRIVER
1941P: Peter Osterlund
1942M: petero2@telia.com
1943L: linux-kernel@vger.kernel.org
1944L: packet-writing@suse.com
1945S: Maintained
1946
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947POSIX CLOCKS and TIMERS
1948P: George Anzinger
1949M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001950L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951S: Supported
1952
Eugene Surovegin24682972005-10-14 03:00:53 -07001953POWERPC 4xx EMAC DRIVER
1954P: Eugene Surovegin
1955M: ebs@ebshome.net
1956W: http://kernel.ebshome.net/emac/
1957L: linuxppc-embedded@ozlabs.org
1958L: netdev@vger.kernel.org
1959S: Maintained
1960
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961PNP SUPPORT
1962P: Adam Belay
1963M: ambx1@neo.rr.com
1964S: Maintained
1965
1966PPP PROTOCOL DRIVERS AND COMPRESSORS
1967P: Paul Mackerras
1968M: paulus@samba.org
1969L: linux-ppp@vger.kernel.org
1970S: Maintained
1971
1972PPP OVER ATM (RFC 2364)
1973P: Mitchell Blank Jr
1974M: mitch@sfgoth.com
1975S: Maintained
1976
1977PPP OVER ETHERNET
1978P: Michal Ostrowski
1979M: mostrows@speakeasy.net
1980S: Maintained
1981
1982PREEMPTIBLE KERNEL
1983P: Robert Love
1984M: rml@tech9.net
1985L: linux-kernel@vger.kernel.org
1986L: kpreempt-tech@lists.sourceforge.net
1987W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
1988S: Supported
1989
1990PRISM54 WIRELESS DRIVER
1991P: Prism54 Development Team
1992M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001993L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994W: http://prism54.org
1995S: Maintained
1996
1997PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
1998P: Peter Denison
1999M: promise@pnd-pc.demon.co.uk
2000W: http://www.pnd-pc.demon.co.uk/promise/
2001S: Maintained
2002
2003PXA2xx SUPPORT
2004P: Nicolas Pitre
2005M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002006L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007S: Maintained
2008
2009QLOGIC QLA2XXX FC-SCSI DRIVER
2010P: Andrew Vasquez
2011M: andrew.vasquez@qlogic.com
2012L: linux-scsi@vger.kernel.org
2013S: Supported
2014
2015QNX4 FILESYSTEM
2016P: Anders Larsen
2017M: al@alarsen.net
2018L: linux-kernel@vger.kernel.org
2019W: http://www.alarsen.net/linux/qnx4fs/
2020S: Maintained
2021
2022RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002023P: Benjamin Herrenschmidt
2024M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025L: linux-fbdev-devel@lists.sourceforge.net
2026S: Maintained
2027
2028RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002029P: Paul Mackerras
2030M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031L: linux-fbdev-devel@lists.sourceforge.net
2032S: Maintained
2033
2034RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2035P: Corey Thomas
2036M: corey@world.std.com
2037L: linux-kernel@vger.kernel.org
2038S: Maintained
2039
Matt Mackall9e95ce22005-04-16 15:25:56 -07002040RANDOM NUMBER DRIVER
2041P: Matt Mackall
2042M: mpm@selenic.com
2043S: Maintained
2044
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045REAL TIME CLOCK DRIVER
2046P: Paul Gortmaker
2047M: p_gortmaker@yahoo.com
2048L: linux-kernel@vger.kernel.org
2049S: Maintained
2050
2051REISERFS FILE SYSTEM
2052P: Hans Reiser
2053M: reiserfs-dev@namesys.com
2054L: reiserfs-list@namesys.com
2055W: http://www.namesys.com
2056S: Supported
2057
2058ROCKETPORT DRIVER
2059P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060W: http://www.comtrol.com
2061S: Maintained
2062
2063ROSE NETWORK LAYER
2064P: Ralf Baechle
2065M: ralf@linux-mips.org
2066L: linux-hams@vger.kernel.org
2067S: Maintained
2068
2069RISCOM8 DRIVER
2070S: Orphan
2071
2072RTLINUX REALTIME LINUX
2073P: Victor Yodaiken
2074M: yodaiken@fsmlabs.com
2075L: rtl@rtlinux.org
2076W: www.rtlinux.org
2077S: Maintained
2078
2079S390
2080P: Martin Schwidefsky
2081M: schwidefsky@de.ibm.com
2082M: linux390@de.ibm.com
2083L: linux-390@vm.marist.edu
2084W: http://oss.software.ibm.com/developerworks/opensource/linux390
2085S: Supported
2086
2087SAA7146 VIDEO4LINUX-2 DRIVER
2088P: Michael Hunold
2089M: michael@mihu.de
2090W: http://www.mihu.de/linux/saa7146
2091S: Maintained
2092
2093SBPCD CDROM DRIVER
2094P: Eberhard Moenkeberg
2095M: emoenke@gwdg.de
2096L: linux-kernel@vger.kernel.org
2097S: Maintained
2098
2099SC1200 WDT DRIVER
2100P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002101M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102S: Maintained
2103
2104SCHEDULER
2105P: Ingo Molnar
2106M: mingo@elte.hu
2107P: Robert Love [the preemptible kernel bits]
2108M: rml@tech9.net
2109L: linux-kernel@vger.kernel.org
2110S: Maintained
2111
2112SCSI CDROM DRIVER
2113P: Jens Axboe
2114M: axboe@suse.de
2115L: linux-scsi@vger.kernel.org
2116W: http://www.kernel.dk
2117S: Maintained
2118
2119SCSI SG DRIVER
2120P: Doug Gilbert
2121M: dgilbert@interlog.com
2122L: linux-scsi@vger.kernel.org
2123W: http://www.torque.net/sg
2124S: Maintained
2125
2126SCSI SUBSYSTEM
2127P: James E.J. Bottomley
2128M: James.Bottomley@SteelEye.com
2129L: linux-scsi@vger.kernel.org
2130S: Maintained
2131
2132SCSI TAPE DRIVER
2133P: Kai Mäkisara
2134M: Kai.Makisara@kolumbus.fi
2135L: linux-scsi@vger.kernel.org
2136S: Maintained
2137
2138SCTP PROTOCOL
2139P: Sridhar Samudrala
2140M: sri@us.ibm.com
2141L: lksctp-developers@lists.sourceforge.net
2142S: Supported
2143
2144SCx200 CPU SUPPORT
2145P: Christer Weinigel
2146M: christer@weinigel.se
2147W: http://www.weinigel.se
2148S: Supported
2149
2150SECURITY CONTACT
2151P: Security Officers
2152M: security@kernel.org
2153S: Supported
2154
2155SELINUX SECURITY MODULE
2156P: Stephen Smalley
2157M: sds@epoch.ncsc.mil
2158P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002159M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160L: linux-kernel@vger.kernel.org (kernel issues)
2161L: selinux@tycho.nsa.gov (general discussion)
2162W: http://www.nsa.gov/selinux
2163S: Supported
2164
2165SERIAL ATA (SATA) SUBSYSTEM:
2166P: Jeff Garzik
2167M: jgarzik@pobox.com
2168L: linux-ide@vger.kernel.org
2169S: Supported
2170
2171SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2172P: Pat Gefre
2173M: pfg@sgi.com
2174L: linux-ia64@vger.kernel.org
2175S: Supported
2176
2177SGI VISUAL WORKSTATION 320 AND 540
2178P: Andrey Panin
2179M: pazke@donpac.ru
2180L: linux-visws-devel@lists.sf.net
2181W: http://linux-visws.sf.net
2182S: Maintained for 2.6.
2183
2184SIMTEC EB110ATX (Chalice CATS)
2185P: Ben Dooks
2186P: Vincent Sanders
2187M: support@simtec.co.uk
2188W: http://www.simtec.co.uk/products/EB110ATX/
2189S: Supported
2190
2191SIMTEC EB2410ITX (BAST)
2192P: Ben Dooks
2193P: Vincent Sanders
2194M: support@simtec.co.uk
2195W: http://www.simtec.co.uk/products/EB2410ITX/
2196S: Supported
2197
Francois Romieu92aab3c2005-07-30 13:11:18 +02002198SIS 190 ETHERNET DRIVER
2199P: Francois Romieu
2200M: romieu@fr.zoreil.com
2201L: netdev@vger.kernel.org
2202S: Maintained
2203
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204SIS 5513 IDE CONTROLLER DRIVER
2205P: Lionel Bouton
2206M: Lionel.Bouton@inet6.fr
2207W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2208W: http://gyver.homeip.net/sis5513/index.html
2209S: Maintained
2210
2211SIS 900/7016 FAST ETHERNET DRIVER
2212P: Daniele Venzano
2213M: venza@brownhat.org
2214W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002215L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216S: Maintained
2217
2218SIS FRAMEBUFFER DRIVER
2219P: Thomas Winischhofer
2220M: thomas@winischhofer.net
2221W: http://www.winischhofer.net/linuxsisvga.shtml
2222S: Maintained
2223
2224SIS USB2VGA DRIVER
2225P: Thomas Winischhofer
2226M: thomas@winischhofer.net
2227W: http://www.winischhofer.at/linuxsisusbvga.shtml
2228S: Maintained
2229
2230SMSC47M1 HARDWARE MONITOR DRIVER
2231P: Jean Delvare
2232M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002233L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234S: Odd Fixes
2235
2236SMB FILESYSTEM
2237P: Urban Widmark
2238M: urban@teststation.com
2239W: http://samba.org/
2240L: samba@samba.org
2241S: Maintained
2242
2243SMC91x ETHERNET DRIVER
2244P: Nicolas Pitre
2245M: nico@cam.org
2246S: Maintained
2247
2248SNA NETWORK LAYER
2249P: Jay Schulist
2250M: jschlst@samba.org
2251L: linux-sna@turbolinux.com
2252W: http://www.linux-sna.org
2253S: Supported
2254
2255SOFTWARE RAID (Multiple Disks) SUPPORT
2256P: Ingo Molnar
2257M: mingo@redhat.com
2258P: Neil Brown
2259M: neilb@cse.unsw.edu.au
2260L: linux-raid@vger.kernel.org
2261S: Maintained
2262
2263SOFTWARE SUSPEND:
2264P: Pavel Machek
2265M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002266L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267S: Maintained
2268
2269SONIC NETWORK DRIVER
2270P: Thomas Bogendoerfer
2271M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002272L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273S: Maintained
2274
2275SONY VAIO CONTROL DEVICE DRIVER
2276P: Stelian Pop
2277M: stelian@popies.net
2278W: http://popies.net/sonypi/
2279S: Maintained
2280
2281SOUND
2282P: Jaroslav Kysela
2283M: perex@suse.cz
2284L: alsa-devel@alsa-project.org
2285S: Maintained
2286
Kylene Hall1c72d462005-05-01 08:59:13 -07002287TPM DEVICE DRIVER
2288P: Kylene Hall
2289M: kjhall@us.ibm.com
2290W: http://tpmdd.sourceforge.net
2291L: tpmdd-devel@lists.sourceforge.net
2292S: Maintained
2293
Mark Gross1a80ba82005-10-30 15:02:55 -08002294Telecom Clock Driver for MCPL0010
2295P: Mark Gross
2296M: mark.gross@intel.com
2297S: Supported
2298
Chris Zankel48b415c2005-06-23 22:01:07 -07002299TENSILICA XTENSA PORT (xtensa):
2300P: Chris Zankel
2301M: chris@zankel.net
2302S: Maintained
2303
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304UltraSPARC (sparc64):
2305P: David S. Miller
2306M: davem@davemloft.net
2307P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002308M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309P: Jakub Jelinek
2310M: jj@sunsite.ms.mff.cuni.cz
2311P: Anton Blanchard
2312M: anton@samba.org
2313L: sparclinux@vger.kernel.org
2314L: ultralinux@vger.kernel.org
2315S: Maintained
2316
2317SHARP LH SUPPORT (LH7952X & LH7A40X)
2318P: Marc Singer
2319M: elf@buici.com
2320W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002321L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322S: Maintained
2323
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002324SHPC HOTPLUG DRIVER
2325P: Kristen Carlson Accardi
2326M: kristen.c.accardi@intel.com
2327L: pcihpd-discuss@lists.sourceforge.net
2328S: Maintained
2329
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002330SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2331P: Stephen Hemminger
2332M: shemminger@osdl.org
2333L: netdev@vger.kernel.org
2334S: Maintained
2335
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336SPARC (sparc32):
2337P: William L. Irwin
2338M: wli@holomorphy.com
2339L: sparclinux@vger.kernel.org
2340S: Maintained
2341
2342SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2343P: Roger Wolff
2344M: R.E.Wolff@BitWizard.nl
2345L: linux-kernel@vger.kernel.org ?
2346S: Supported
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348SRM (Alpha) environment access
2349P: Jan-Benedict Glaw
2350M: jbglaw@lug-owl.de
2351L: linux-kernel@vger.kernel.org
2352S: Maintained
2353
2354STARFIRE/DURALAN NETWORK DRIVER
2355P: Ion Badulescu
2356M: ionut@cs.columbia.edu
2357S: Maintained
2358
2359STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2360W: http://mosquitonet.Stanford.EDU/strip.html
2361S: Unsupported ?
2362
2363STRADIS MPEG-2 DECODER DRIVER
2364P: Nathan Laredo
2365M: laredo@gnu.org
2366W: http://mpeg.openprojects.net/
2367W: http://www.stradis.com/
2368S: Maintained
2369
2370SUPERH (sh)
2371P: Paul Mundt
2372M: lethal@linux-sh.org
2373P: Kazumoto Kojima
2374M: kkojima@rr.iij4u.or.jp
2375L: linux-sh@m17n.org
2376W: http://www.linux-sh.org
2377W: http://www.m17n.org/linux-sh/
2378W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2379S: Maintained
2380
2381SUPERH64 (sh64)
2382P: Paul Mundt
2383M: lethal@linux-sh.org
2384P: Richard Curnow
2385M: rc@rc0.org.uk
2386L: linuxsh-shmedia-dev@lists.sourceforge.net
2387W: http://www.linux-sh.org
2388W: http://www.rc0.org.uk/sh64
2389S: Maintained
2390
2391SUN3/3X
2392P: Sam Creasey
2393M: sammy@sammy.net
2394L: sun3-list@redhat.com
2395W: http://sammy.net/sun3/
2396S: Maintained
2397
2398SVGA HANDLING
2399P: Martin Mares
2400M: mj@ucw.cz
2401L: linux-video@atrey.karlin.mff.cuni.cz
2402S: Maintained
2403
2404SYSV FILESYSTEM
2405P: Christoph Hellwig
2406M: hch@infradead.org
2407S: Maintained
2408
2409TI PARALLEL LINK CABLE DRIVER
2410P: Romain Lievin
2411M: roms@lpg.ticalc.org
2412S: Maintained
2413
2414TLAN NETWORK DRIVER
2415P: Samuel Chessman
2416M: chessman@tux.org
2417L: tlan-devel@lists.sourceforge.net
2418W: http://sourceforge.net/projects/tlan/
2419S: Maintained
2420
2421TOKEN-RING NETWORK DRIVER
2422P: Mike Phillips
2423M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002424L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425L: linux-tr@linuxtr.net
2426W: http://www.linuxtr.net
2427S: Maintained
2428
2429TOSHIBA ACPI EXTRAS DRIVER
2430P: John Belmonte
2431M: toshiba_acpi@memebeam.org
2432W: http://memebeam.org/toys/ToshibaAcpiDriver
2433S: Maintained
2434
2435TOSHIBA SMM DRIVER
2436P: Jonathan Buzzard
2437M: jonathan@buzzard.org.uk
2438L: tlinux-users@tce.toshiba-dme.co.jp
2439W: http://www.buzzard.org.uk/toshiba/
2440S: Maintained
2441
2442TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2443P: Muli Ben-Yehuda
2444M: mulix@mulix.org
2445L: linux-kernel@vger.kernel.org
2446S: Maintained
2447
2448TRIVIAL PATCHES
2449P: Rusty Russell
2450M: trivial@rustcorp.com.au
2451L: linux-kernel@vger.kernel.org
2452W: http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
2453S: Maintained
2454
2455TMS380 TOKEN-RING NETWORK DRIVER
2456P: Adam Fritzler
2457M: mid@auk.cx
2458L: linux-tr@linuxtr.net
2459W: http://www.auk.cx/tms380tr/
2460S: Maintained
2461
2462TULIP NETWORK DRIVER
2463P: Jeff Garzik
2464M: jgarzik@pobox.com
2465L: tulip-users@lists.sourceforge.net
2466W: http://sourceforge.net/projects/tulip/
2467S: Maintained
2468
2469TUN/TAP driver
2470P: Maxim Krasnyansky
2471M: maxk@qualcomm.com, max_mk@yahoo.com
2472L: vtun@office.satix.net
2473W: http://vtun.sourceforge.net/tun
2474S: Maintained
2475
2476U14-34F SCSI DRIVER
2477P: Dario Ballabio
2478M: ballabio_dario@emc.com
2479L: linux-scsi@vger.kernel.org
2480S: Maintained
2481
2482UDF FILESYSTEM
2483P: Ben Fennema
2484M: bfennema@falcon.csc.calpoly.edu
2485L: linux_udf@hpesjro.fc.hp.com
2486W: http://linux-udf.sourceforge.net
2487S: Maintained
2488
2489UNIFORM CDROM DRIVER
2490P: Jens Axboe
2491M: axboe@suse.de
2492L: linux-kernel@vger.kernel.org
2493W: http://www.kernel.dk
2494S: Maintained
2495
2496USB ACM DRIVER
2497P: Oliver Neukum
2498M: oliver@neukum.name
2499L: linux-usb-users@lists.sourceforge.net
2500L: linux-usb-devel@lists.sourceforge.net
2501S: Maintained
2502
2503USB BLOCK DRIVER (UB ub)
2504P: Pete Zaitcev
2505M: zaitcev@redhat.com
2506L: linux-kernel@vger.kernel.org
2507L: linux-usb-devel@lists.sourceforge.net
2508S: Supported
2509
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510USB CDC ETHERNET DRIVER
2511P: Greg Kroah-Hartman
2512M: greg@kroah.com
2513L: linux-usb-users@lists.sourceforge.net
2514L: linux-usb-devel@lists.sourceforge.net
2515S: Maintained
2516W: http://www.kroah.com/linux-usb/
2517
2518USB EHCI DRIVER
2519P: David Brownell
2520M: dbrownell@users.sourceforge.net
2521L: linux-usb-devel@lists.sourceforge.net
2522S: Maintained
2523
2524USB HID/HIDBP DRIVERS
2525P: Vojtech Pavlik
2526M: vojtech@suse.cz
2527L: linux-usb-users@lists.sourceforge.net
2528L: linux-usb-devel@lists.sourceforge.net
2529S: Maintained
2530
2531USB HUB DRIVER
2532P: Johannes Erdfelt
2533M: johannes@erdfelt.com
2534L: linux-usb-users@lists.sourceforge.net
2535L: linux-usb-devel@lists.sourceforge.net
2536S: Maintained
2537
2538USB KAWASAKI LSI DRIVER
2539P: Oliver Neukum
2540M: oliver@neukum.name
2541L: linux-usb-users@lists.sourceforge.net
2542L: linux-usb-devel@lists.sourceforge.net
2543S: Maintained
2544
2545USB MASS STORAGE DRIVER
2546P: Matthew Dharm
2547M: mdharm-usb@one-eyed-alien.net
2548L: linux-usb-users@lists.sourceforge.net
2549L: linux-usb-devel@lists.sourceforge.net
2550S: Maintained
2551W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2552
2553USB OHCI DRIVER
2554P: Roman Weissgaerber
2555M: weissg@vienna.at
2556L: linux-usb-users@lists.sourceforge.net
2557L: linux-usb-devel@lists.sourceforge.net
2558S: Maintained
2559
Matthias Urlichsba460e42005-07-14 00:33:47 -07002560USB OPTION-CARD DRIVER
2561P: Matthias Urlichs
2562M: smurf@smurf.noris.de
2563L: linux-usb-devel@lists.sourceforge.net
2564S: Maintained
2565
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566USB OV511 DRIVER
2567P: Mark McClelland
2568M: mmcclell@bigfoot.com
2569L: linux-usb-users@lists.sourceforge.net
2570L: linux-usb-devel@lists.sourceforge.net
2571W: http://alpha.dyndns.org/ov511/
2572S: Maintained
2573
2574USB PEGASUS DRIVER
2575P: Petko Manolov
2576M: petkan@users.sourceforge.net
2577L: linux-usb-users@lists.sourceforge.net
2578L: linux-usb-devel@lists.sourceforge.net
2579W: http://pegasus2.sourceforge.net/
2580S: Maintained
2581
2582USB PRINTER DRIVER
2583P: Vojtech Pavlik
2584M: vojtech@suse.cz
2585L: linux-usb-users@lists.sourceforge.net
2586L: linux-usb-devel@lists.sourceforge.net
2587S: Maintained
2588
2589USB RTL8150 DRIVER
2590P: Petko Manolov
2591M: petkan@users.sourceforge.net
2592L: linux-usb-users@lists.sourceforge.net
2593L: linux-usb-devel@lists.sourceforge.net
2594W: http://pegasus2.sourceforge.net/
2595S: Maintained
2596
2597USB SE401 DRIVER
2598P: Jeroen Vreeken
2599M: pe1rxq@amsat.org
2600L: linux-usb-users@lists.sourceforge.net
2601L: linux-usb-devel@lists.sourceforge.net
2602W: http://www.chello.nl/~j.vreeken/se401/
2603S: Maintained
2604
2605USB SERIAL CYBERJACK DRIVER
2606P: Matthias Bruestle and Harald Welte
2607M: support@reiner-sct.com
2608W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2609S: Maintained
2610
2611USB SERIAL DIGI ACCELEPORT DRIVER
2612P: Peter Berger and Al Borchers
2613M: pberger@brimson.com
2614M: alborchers@steinerpoint.com
2615L: linux-usb-users@lists.sourceforge.net
2616L: linux-usb-devel@lists.sourceforge.net
2617S: Maintained
2618
2619USB SERIAL DRIVER
2620P: Greg Kroah-Hartman
2621M: gregkh@suse.de
2622L: linux-usb-users@lists.sourceforge.net
2623L: linux-usb-devel@lists.sourceforge.net
2624S: Supported
2625
2626USB SERIAL BELKIN F5U103 DRIVER
2627P: William Greathouse
2628M: wgreathouse@smva.com
2629L: linux-usb-users@lists.sourceforge.net
2630L: linux-usb-devel@lists.sourceforge.net
2631S: Maintained
2632
2633USB SERIAL CYPRESS M8 DRIVER
2634P: Lonnie Mendez
2635M: dignome@gmail.com
2636L: linux-usb-users@lists.sourceforge.net
2637L: linux-usb-devel@lists.sourceforge.net
2638S: Maintained
2639W: http://geocities.com/i0xox0i
2640W: http://firstlight.net/cvs
2641
2642USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2643L: linux-usb-users@lists.sourceforge.net
2644L: linux-usb-devel@lists.sourceforge.net
2645S: Maintained
2646
2647USB AUERSWALD DRIVER
2648P: Wolfgang Muees
2649M: wolfgang@iksw-muees.de
2650L: linux-usb-users@lists.sourceforge.net
2651L: linux-usb-devel@lists.sourceforge.net
2652S: Maintained
2653
2654USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2655P: Gary Brubaker
2656M: xavyer@ix.netcom.com
2657L: linux-usb-users@lists.sourceforge.net
2658L: linux-usb-devel@lists.sourceforge.net
2659S: Maintained
2660
2661USB SERIAL KEYSPAN DRIVER
2662P: Greg Kroah-Hartman
2663M: greg@kroah.com
2664L: linux-usb-users@lists.sourceforge.net
2665L: linux-usb-devel@lists.sourceforge.net
2666W: http://www.kroah.com/linux/
2667S: Maintained
2668
2669USB SERIAL WHITEHEAT DRIVER
2670P: Stuart MacDonald
2671M: stuartm@connecttech.com
2672L: linux-usb-users@lists.sourceforge.net
2673L: linux-usb-devel@lists.sourceforge.net
2674W: http://www.connecttech.com
2675S: Supported
2676
2677USB SN9C10x DRIVER
2678P: Luca Risolia
2679M: luca.risolia@studio.unibo.it
2680L: linux-usb-devel@lists.sourceforge.net
2681W: http://www.linux-projects.org
2682S: Maintained
2683
2684USB SUBSYSTEM
2685P: Greg Kroah-Hartman
2686M: gregkh@suse.de
2687L: linux-usb-users@lists.sourceforge.net
2688L: linux-usb-devel@lists.sourceforge.net
2689W: http://www.linux-usb.org
2690S: Supported
2691
2692USB UHCI DRIVER
2693P: Alan Stern
2694M: stern@rowland.harvard.edu
2695L: linux-usb-users@lists.sourceforge.net
2696L: linux-usb-devel@lists.sourceforge.net
2697S: Maintained
2698
2699USB "USBNET" DRIVER
2700P: David Brownell
2701M: dbrownell@users.sourceforge.net
2702L: linux-usb-devel@lists.sourceforge.net
2703S: Maintained
2704
2705USB W996[87]CF DRIVER
2706P: Luca Risolia
2707M: luca.risolia@studio.unibo.it
2708L: linux-usb-devel@lists.sourceforge.net
2709W: http://www.linux-projects.org
2710S: Maintained
2711
2712USB ZD1201 DRIVER
2713P: Jeroen Vreeken
2714M: pe1rxq@amsat.org
2715L: linux-usb-users@lists.sourceforge.net
2716L: linux-usb-devel@lists.sourceforge.net
2717W: http://linux-lc100020.sourceforge.net
2718S: Maintained
2719
2720USER-MODE LINUX
2721P: Jeff Dike
2722M: jdike@karaya.com
2723L: user-mode-linux-devel@lists.sourceforge.net
2724L: user-mode-linux-user@lists.sourceforge.net
2725W: http://user-mode-linux.sourceforge.net
2726S: Maintained
2727
2728FAT/VFAT/MSDOS FILESYSTEM:
2729P: OGAWA Hirofumi
2730M: hirofumi@mail.parknet.co.jp
2731L: linux-kernel@vger.kernel.org
2732S: Maintained
2733
2734VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2735P: Jeff Garzik
2736S: Odd fixes
2737
2738VIA RHINE NETWORK DRIVER
2739P: Roger Luethi
2740M: rl@hellgate.ch
2741S: Maintained
2742
Jean Delvare32c0a522005-09-22 21:47:58 +02002743VIAPRO SMBUS DRIVER
2744P: Jean Delvare
2745M: khali@linux-fr.org
2746L: lm-sensors@lm-sensors.org
2747S: Maintained
2748
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749UCLINUX (AND M68KNOMMU)
2750P: Greg Ungerer
2751M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002753L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754S: Maintained
2755
2756UCLINUX FOR NEC V850
2757P: Miles Bader
2758M: uclinux-v850@lsi.nec.co.jp
2759W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2760W: http://www.ee.nec.de/uclinux/
2761S: Supported
2762
2763UCLINUX FOR RENESAS H8/300
2764P: Yoshinori Sato
2765M: ysato@users.sourceforge.jp
2766W: http://uclinux-h8.sourceforge.jp/
2767S: Supported
2768
2769USB DIAMOND RIO500 DRIVER
2770P: Cesar Miquel
2771M: miquel@df.uba.ar
2772L: rio500-users@lists.sourceforge.net
2773W: http://rio500.sourceforge.net
2774S: Maintained
2775
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002776V9FS FILE SYSTEM
2777P: Eric Van Hensbergen
2778M: ericvh@gmail.com
2779P: Ron Minnich
2780M: rminnich@lanl.gov
2781P: Latchesar Ionkov
2782M: lucho@ionkov.net
2783L: v9fs-developer@lists.sourceforge.net
2784W: http://v9fs.sf.net
2785S: Maintained
2786
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002788P: Mauro Carvalho Chehab
2789M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002791W: http://linuxtv.org
2792S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793
2794W1 DALLAS'S 1-WIRE BUS
2795P: Evgeniy Polyakov
2796M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002797L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798S: Maintained
2799
2800W83L51xD SD/MMC CARD INTERFACE DRIVER
2801P: Pierre Ossman
2802M: drzeus-wbsd@drzeus.cx
2803L: wbsd-devel@list.drzeus.cx
2804W: http://projects.drzeus.cx/wbsd
2805S: Maintained
2806
2807W83L785TS HARDWARE MONITOR DRIVER
2808P: Jean Delvare
2809M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002810L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811S: Odd Fixes
2812
2813WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2814P: Nenad Corbic
2815M: ncorbic@sangoma.com
2816M: dm@sangoma.com
2817W: http://www.sangoma.com
2818S: Supported
2819
2820WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2821P: Jean Tourrilhes
2822M: jt@hpl.hp.com
2823W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2824S: Maintained
2825
2826WD7000 SCSI DRIVER
2827P: Miroslav Zagorac
2828M: zaga@fly.cc.fer.hr
2829L: linux-scsi@vger.kernel.org
2830S: Maintained
2831
2832WL3501 WIRELESS PCMCIA CARD DRIVER
2833P: Arnaldo Carvalho de Melo
2834M: acme@conectiva.com.br
2835W: http://advogato.org/person/acme
2836S: Maintained
2837
2838X.25 NETWORK LAYER
2839P: Henner Eisen
2840M: eis@baty.hanse.de
2841L: linux-x25@vger.kernel.org
2842S: Maintained
2843
2844XFS FILESYSTEM
2845P: Silicon Graphics Inc
2846M: xfs-masters@oss.sgi.com
2847M: nathans@sgi.com
2848L: linux-xfs@oss.sgi.com
2849W: http://oss.sgi.com/projects/xfs
2850S: Supported
2851
2852X86 3-LEVEL PAGING (PAE) SUPPORT
2853P: Ingo Molnar
2854M: mingo@redhat.com
2855S: Maintained
2856
2857X86-64 port
2858P: Andi Kleen
2859M: ak@suse.de
2860L: discuss@x86-64.org
2861W: http://www.x86-64.org
2862S: Maintained
2863
2864YAM DRIVER FOR AX.25
2865P: Jean-Paul Roubelat
2866M: jpr@f6fbb.org
2867L: linux-hams@vger.kernel.org
2868S: Maintained
2869
Henkaf64a5e2005-10-12 15:02:56 +02002870YEALINK PHONE DRIVER
2871P: Henk Vergonet
2872M: Henk.Vergonet@gmail.com
2873L: usbb2k-api-dev@nongnu.org
2874S: Maintained
2875
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
2877P: Pete Zaitcev
2878M: zaitcev@yahoo.com
2879L: linux-kernel@vger.kernel.org
2880S: Obsolete
2881
2882Z8530 DRIVER FOR AX.25
2883P: Joerg Reuter
2884M: jreuter@yaina.de
2885W: http://yaina.de/jreuter/
2886W: http://www.qsl.net/dl1bke/
2887L: linux-hams@vger.kernel.org
2888S: Maintained
2889
2890ZF MACHZ WATCHDOG
2891P: Fernando Fuganti
2892M: fuganti@netbank.com.br
2893W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2894S: Maintained
2895
2896ZR36067 VIDEO FOR LINUX DRIVER
2897P: Ronald Bultje
2898M: rbultje@ronald.bitfreak.net
2899L: mjpeg-users@lists.sourceforge.net
2900W: http://mjpeg.sourceforge.net/driver-zoran/
2901S: Maintained
2902
2903ZR36120 VIDEO FOR LINUX DRIVER
2904P: Pauline Middelink
2905M: middelin@polyware.nl
2906W: http://www.polyware.nl/~middelin/En/hobbies.html
2907W: http://www.polyware.nl/~middelin/hobbies.html
2908S: Maintained
2909
2910THE REST
2911P: Linus Torvalds
2912S: Buried alive in reporters