blob: 509927e40bbbf92c9802aac8064a7ae82e18e5aa [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
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800710W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700711S: 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
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300918FREESCALE SOC FS_ENET DRIVER
919P: Pantelis Antoniou
920M: pantelis.antoniou@gmail.com
921P: Vitaly Bordug
922M: vbordug@ru.mvista.com
923L: linuxppc-embedded@ozlabs.org
924L: netdev@vger.kernel.org
925S: Maintained
926
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927FILE LOCKING (flock() and fcntl()/lockf())
928P: Matthew Wilcox
929M: matthew@wil.cx
930L: linux-fsdevel@vger.kernel.org
931S: Maintained
932
933FILESYSTEMS (VFS and infrastructure)
934P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100935M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936S: Maintained
937
938FIRMWARE LOADER (request_firmware)
939L: linux-kernel@vger.kernel.org
940S: Orphan
941
942FPU EMULATOR
943P: Bill Metzenthen
944M: billm@suburbia.net
945W: http://suburbia.net/~billm/floating-point/emulator/
946S: Maintained
947
948FRAME RELAY DLCI/FRAD (Sangoma drivers too)
949P: Mike McLagan
950M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700951L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952S: Maintained
953
954FREEVXFS FILESYSTEM
955P: Christoph Hellwig
956M: hch@infradead.org
957W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
958S: Maintained
959
960FUJITSU FR-V PORT
961P: David Howells
962M: dhowells@redhat.com
963S: Maintained
964
965FTAPE/QIC-117
966L: linux-tape@vger.kernel.org
967W: http://sourceforge.net/projects/ftape
968S: Orphan
969
Miklos Szeredi04578f12005-09-09 13:10:22 -0700970FUSE: FILESYSTEM IN USERSPACE
971P: Miklos Szeredi
972M: miklos@szeredi.hu
973L: fuse-devel@lists.sourceforge.net
974W: http://fuse.sourceforge.net/
975S: Maintained
976
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
978P: Rik Faith
979M: faith@cs.unc.edu
980L: linux-scsi@vger.kernel.org
981S: Odd fixes (e.g., new signatures)
982
983GDT SCSI DISK ARRAY CONTROLLER DRIVER
984P: Achim Leubner
985M: achim_leubner@adaptec.com
986L: linux-scsi@vger.kernel.org
987W: http://www.icp-vortex.com/
988S: Supported
989
990GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
991P: Krzysztof Halasa
992M: khc@pm.waw.pl
993W: http://www.kernel.org/pub/linux/utils/net/hdlc/
994S: Maintained
995
Jean Delvare5b543962005-08-15 19:51:02 +0200996HARDWARE MONITORING
997P: Jean Delvare
998M: khali@linux-fr.org
999L: lm-sensors@lm-sensors.org
1000W: http://www.lm-sensors.nu/
1001S: Maintained
1002
Robert Love860e1d62005-08-31 23:57:59 -04001003HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1004P: Robert Love
1005M: rlove@rlove.org
1006M: linux-kernel@vger.kernel.org
1007W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1008S: Maintained
1009
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010HARMONY SOUND DRIVER
1011P: Kyle McMartin
1012M: kyle@parisc-linux.org
1013W: http://www.parisc-linux.org/~kyle/harmony/
1014L: parisc-linux@lists.parisc-linux.org
1015S: Maintained
1016
1017HAYES ESP SERIAL DRIVER
1018P: Andrew J. Robinson
1019M: arobinso@nyx.net
1020L: linux-kernel@vger.kernel.org
1021W: http://www.nyx.net/~arobinso
1022S: Maintained
1023
1024HFS FILESYSTEM
1025P: Roman Zippel
1026M: zippel@linux-m68k.org
1027L: linux-kernel@vger.kernel.org
1028S: Maintained
1029
1030HGA FRAMEBUFFER DRIVER
1031P: Ferenc Bakonyi
1032M: fero@drama.obuda.kando.hu
1033L: linux-nvidia@lists.surfsouth.com
1034W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1035S: Maintained
1036
1037HIGH-SPEED SCC DRIVER FOR AX.25
1038P: Klaus Kudielka
1039M: klaus.kudielka@ieee.org
1040L: linux-hams@vger.kernel.org
1041W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1042S: Maintained
1043
1044HIPPI
1045P: Jes Sorensen
1046M: jes@trained-monkey.org
1047L: linux-hippi@sunsite.dk
1048S: Maintained
1049
1050HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1051P: Chirag Kantharia
1052M: chirag.kantharia@hp.com
1053L: iss_storagedev@hp.com
1054S: Maintained
1055
1056HEWLETT-PACKARD SMART2 RAID DRIVER
1057P: Chirag Kantharia
1058M: chirag.kantharia@hp.com
1059L: iss_storagedev@hp.com
1060S: Maintained
1061
1062HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1063P: Mike Miller
1064M: mike.miller@hp.com
1065L: iss_storagedev@hp.com
1066S: Supported
1067
Jouni Malinenff1d2762005-05-12 22:54:16 -04001068HOST AP DRIVER
1069P: Jouni Malinen
1070M: jkmaline@cc.hut.fi
1071L: hostap@shmoo.com
1072W: http://hostap.epitest.fi/
1073S: Maintained
1074
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1076P: Jaroslav Kysela
1077M: perex@suse.cz
1078S: Maintained
1079
Bob Piccob9b03322005-11-07 00:59:19 -08001080HPET: High Precision Event Timers driver (hpet.c)
1081P: Clemens Ladisch
1082M: clemens@ladisch.de
1083S: Maintained
1084
1085HPET: i386
1086P: Venkatesh Pallipadi (Venki)
1087M: venkatesh.pallipadi@intel.com
1088S: Maintained
1089
1090HPET: x86_64
1091P: Andi Kleen and Vojtech Pavlik
1092M: ak@muc.de and vojtech@suse.cz
1093S: Maintained
1094
1095HPET: ACPI hpet.c
1096P: Bob Picco
1097M: bob.picco@hp.com
1098S: Maintained
1099
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100HPFS FILESYSTEM
1101P: Mikulas Patocka
1102M: mikulas@artax.karlin.mff.cuni.cz
1103W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1104S: Maintained
1105
1106HUGETLB FILESYSTEM
1107P: William Irwin
1108M: wli@holomorphy.com
1109S: Maintained
1110
Jean Delvare5b543962005-08-15 19:51:02 +02001111I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112P: Jean Delvare
1113M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001114L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115W: http://www.lm-sensors.nu/
1116S: Maintained
1117
1118I2O
1119P: Markus Lidel
1120M: markus.lidel@shadowconnect.com
1121W: http://i2o.shadowconnect.com/
1122S: Maintained
1123
1124i386 BOOT CODE
1125P: Riley H. Williams
1126M: Riley@Williams.Name
1127L: Linux-Kernel@vger.kernel.org
1128S: Maintained
1129
1130i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1131P: Dave Jones
1132M: davej@codemonkey.org.uk
1133P: H. Peter Anvin
1134M: hpa@zytor.com
1135S: Maintained
1136
1137i810 TCO TIMER WATCHDOG
1138P: Nils Faerber
1139M: nils@kernelconcepts.de
1140W: http://www.kernelconcepts.de/
1141S: Maintained
1142
1143IA64 (Itanium) PLATFORM
1144P: Tony Luck
1145M: tony.luck@intel.com
1146L: linux-ia64@vger.kernel.org
1147W: http://www.ia64-linux.org/
1148S: Maintained
1149
1150SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001151P: Greg Edwards
1152M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153L: linux-altix@sgi.com
1154L: linux-ia64@vger.kernel.org
1155W: http://www.sgi.com/altix
1156S: Maintained
1157
1158IBM MCA SCSI SUBSYSTEM DRIVER
1159P: Michael Lang
1160M: langa2@kph.uni-mainz.de
1161W: http://www.uni-mainz.de/~langm000/linux.html
1162S: Maintained
1163
1164IBM Power Linux RAID adapter
1165P: Brian King
1166M: brking@us.ibm.com
1167S: Supported
1168
1169IBM ServeRAID RAID DRIVER
1170P: Jack Hammer
1171P: Dave Jeffery
1172M: ipslinux@adaptec.com
1173W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1174S: Supported
1175
1176IDE DRIVER [GENERAL]
1177P: Bartlomiej Zolnierkiewicz
1178M: B.Zolnierkiewicz@elka.pw.edu.pl
1179L: linux-kernel@vger.kernel.org
1180L: linux-ide@vger.kernel.org
1181S: Maintained
1182
1183IDE/ATAPI CDROM DRIVER
1184P: Jens Axboe
1185M: axboe@suse.de
1186L: linux-kernel@vger.kernel.org
1187W: http://www.kernel.dk
1188S: Maintained
1189
1190IDE/ATAPI FLOPPY DRIVERS
1191P: Paul Bristow
1192M: Paul Bristow <paul@paulbristow.net>
1193W: http://paulbristow.net/linux/idefloppy.html
1194L: linux-kernel@vger.kernel.org
1195S: Maintained
1196
1197IDE/ATAPI TAPE DRIVERS
1198P: Gadi Oxman
1199M: Gadi Oxman <gadio@netvision.net.il>
1200L: linux-kernel@vger.kernel.org
1201S: Maintained
1202
1203IEEE 1394 ETHERNET (eth1394)
1204L: linux1394-devel@lists.sourceforge.net
1205W: http://www.linux1394.org/
1206S: Orphan
1207
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208IEEE 1394 SUBSYSTEM
1209P: Ben Collins
1210M: bcollins@debian.org
1211P: Jody McIntyre
1212M: scjody@steamballoon.com
1213L: linux1394-devel@lists.sourceforge.net
1214W: http://www.linux1394.org/
1215S: Maintained
1216
1217IEEE 1394 OHCI DRIVER
1218P: Ben Collins
1219M: bcollins@debian.org
1220P: Jody McIntyre
1221M: scjody@steamballoon.com
1222L: linux1394-devel@lists.sourceforge.net
1223W: http://www.linux1394.org/
1224S: Maintained
1225
1226IEEE 1394 PCILYNX DRIVER
1227P: Jody McIntyre
1228M: scjody@steamballoon.com
1229L: linux1394-devel@lists.sourceforge.net
1230W: http://www.linux1394.org/
1231S: Maintained
1232
1233IEEE 1394 RAW I/O DRIVER
1234P: Ben Collins
1235M: bcollins@debian.org
1236P: Dan Dennedy
1237M: dan@dennedy.org
1238L: linux1394-devel@lists.sourceforge.net
1239W: http://www.linux1394.org/
1240S: Maintained
1241
Jody McIntyre105d7b32005-09-30 11:59:04 -07001242IEEE 1394 SBP2
1243P: Ben Collins
1244M: bcollins@debian.org
1245P: Stefan Richter
1246M: stefanr@s5r6.in-berlin.de
1247L: linux1394-devel@lists.sourceforge.net
1248W: http://www.linux1394.org/
1249S: Maintained
1250
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251IMS TWINTURBO FRAMEBUFFER DRIVER
1252P: Paul Mundt
1253M: lethal@chaoticdreams.org
1254L: linux-fbdev-devel@lists.sourceforge.net
1255S: Maintained
1256
1257INFINIBAND SUBSYSTEM
1258P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001259M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260P: Sean Hefty
1261M: mshefty@ichips.intel.com
1262P: Hal Rosenstock
1263M: halr@voltaire.com
1264L: openib-general@openib.org
1265W: http://www.openib.org/
1266S: Supported
1267
1268INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1269P: Vojtech Pavlik
1270M: vojtech@suse.cz
1271L: linux-input@atrey.karlin.mff.cuni.cz
1272L: linux-joystick@atrey.karlin.mff.cuni.cz
1273S: Maintained
1274
Robert Lovec9f04f52005-07-15 12:21:07 -04001275INOTIFY
1276P: John McCutchan and Robert Love
1277M: ttb@tentacle.dhs.org and rml@novell.com
1278L: linux-kernel@vger.kernel.org
1279S: Maintained
1280
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281INTEL 810/815 FRAMEBUFFER DRIVER
1282P: Antonino Daplas
1283M: adaplas@pol.net
1284L: linux-fbdev-devel@lists.sourceforge.net
1285S: Maintained
1286
1287INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1288P: Ingo Molnar
1289M: mingo@redhat.com
1290S: Maintained
1291
1292INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1293P: Jeff Garzik
1294M: jgarzik@pobox.com
1295W: http://sourceforge.net/projects/gkernel/
1296S: Maintained
1297
1298INTEL IA32 MICROCODE UPDATE SUPPORT
1299P: Tigran Aivazian
1300M: tigran@veritas.com
1301S: Maintained
1302
1303INTEL PRO/100 ETHERNET SUPPORT
1304P: John Ronciak
1305M: john.ronciak@intel.com
1306P: Ganesh Venkatesan
1307M: ganesh.venkatesan@intel.com
1308P: Jesse Brandeburg
1309M: jesse.brandeburg@intel.com
1310W: http://sourceforge.net/projects/e1000/
1311S: Supported
1312
1313INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1314P: Jeb Cramer
1315M: cramerj@intel.com
1316P: John Ronciak
1317M: john.ronciak@intel.com
1318P: Ganesh Venkatesan
1319M: ganesh.venkatesan@intel.com
1320W: http://sourceforge.net/projects/e1000/
1321S: Supported
1322
1323INTEL PRO/10GbE SUPPORT
1324P: Ayyappan Veeraiyan
1325M: ayyappan.veeraiyan@intel.com
1326P: Ganesh Venkatesan
1327M: ganesh.venkatesan@intel.com
1328P: John Ronciak
1329M: john.ronciak@intel.com
1330W: http://sourceforge.net/projects/e1000/
1331S: Supported
1332
James Ketrenos826d2ab2005-11-07 18:56:59 -06001333INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1334P: Yi Zhu
1335M: yi.zhu@intel.com
1336P: James Ketrenos
1337M: jketreno@linux.intel.com
1338L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1339W: http://ipw2100.sourceforge.net
1340S: Supported
1341
1342INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1343P: Yi Zhu
1344M: yi.zhu@intel.com
1345P: James Ketrenos
1346M: jketreno@linux.intel.com
1347L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1348W: http://ipw2200.sourceforge.net
1349S: Supported
1350
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351IOC3 DRIVER
1352P: Ralf Baechle
1353M: ralf@linux-mips.org
1354L: linux-mips@linux-mips.org
1355S: Maintained
1356
1357IP MASQUERADING:
1358P: Juanjo Ciarlante
1359M: jjciarla@raiz.uncu.edu.ar
1360S: Maintained
1361
1362IPX NETWORK LAYER
1363P: Arnaldo Carvalho de Melo
1364M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001365L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366S: Maintained
1367
1368IRDA SUBSYSTEM
1369P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001370L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371W: http://irda.sourceforge.net/
1372S: Maintained
1373
1374ISAPNP
1375P: Jaroslav Kysela
1376M: perex@suse.cz
1377S: Maintained
1378
1379ISDN SUBSYSTEM
1380P: Karsten Keil
1381M: kkeil@suse.de
1382P: Kai Germaschewski
1383M: kai.germaschewski@gmx.de
1384L: isdn4linux@listserv.isdn4linux.de
1385W: http://www.isdn4linux.de
1386S: Maintained
1387
1388ISDN SUBSYSTEM (Eicon active card driver)
1389P: Armin Schindler
1390M: mac@melware.de
1391L: isdn4linux@listserv.isdn4linux.de
1392W: http://www.melware.de
1393S: Maintained
1394
1395JOURNALLING FLASH FILE SYSTEM (JFFS)
1396P: Axis Communications AB
1397M: jffs-dev@axis.com
1398L: jffs-dev@axis.com
1399W: http://www.developer.axis.com/software/jffs/
1400S: Maintained
1401
1402JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1403P: David Woodhouse
1404M: dwmw2@infradead.org
1405L: jffs-dev@axis.com
1406W: http://sources.redhat.com/jffs2/
1407S: Maintained
1408
1409JFS FILESYSTEM
1410P: Dave Kleikamp
1411M: shaggy@austin.ibm.com
1412L: jfs-discussion@lists.sourceforge.net
1413W: http://jfs.sourceforge.net/
1414S: Supported
1415
1416KCONFIG
1417P: Roman Zippel
1418M: zippel@linux-m68k.org
1419L: kbuild-devel@lists.sourceforge.net
1420S: Maintained
1421
1422KERNEL AUTOMOUNTER (AUTOFS)
1423P: H. Peter Anvin
1424M: hpa@zytor.com
1425L: autofs@linux.kernel.org
1426S: Odd Fixes
1427
1428KERNEL AUTOMOUNTER v4 (AUTOFS4)
1429P: Ian Kent
1430M: raven@themaw.net
1431L: autofs@linux.kernel.org
1432S: Maintained
1433
1434KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1435P: Kai Germaschewski
1436M: kai@germaschewski.name
1437P: Sam Ravnborg
1438M: sam@ravnborg.org
1439S: Maintained
1440
1441KERNEL JANITORS
1442P: Several
1443L: kernel-janitors@osdl.org
1444W: http://www.kerneljanitors.org/
1445W: http://sf.net/projects/kernel-janitor/
1446W: http://developer.osdl.org/rddunlap/kj-patches/
1447S: Maintained
1448
1449KERNEL NFSD
1450P: Neil Brown
1451M: neilb@cse.unsw.edu.au
1452L: nfs@lists.sourceforge.net
1453W: http://nfs.sourceforge.net/
1454W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1455S: Maintained
1456
1457KERNEL EVENT LAYER (KOBJECT_UEVENT)
1458P: Robert Love
1459M: rml@novell.com
1460L: linux-kernel@vger.kernel.org
1461S: Maintained
1462
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001463KEXEC
1464P: Eric Biederman
1465P: Randy Dunlap
1466M: ebiederm@xmission.com
1467M: rddunlap@osdl.org
1468W: http://www.xmission.com/~ebiederm/files/kexec/
1469L: linux-kernel@vger.kernel.org
1470L: fastboot@osdl.org
1471S: Maintained
1472
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001473KPROBES
1474P: Prasanna S Panchamukhi
1475M: prasanna@in.ibm.com
1476P: Ananth N Mavinakayanahalli
1477M: ananth@in.ibm.com
1478P: Anil S Keshavamurthy
1479M: anil.s.keshavamurthy@intel.com
1480P: David S. Miller
1481M: davem@davemloft.net
1482L: linux-kernel@vger.kernel.org
1483S: Maintained
1484
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485LANMEDIA WAN CARD DRIVER
1486P: Andrew Stanley-Jones
1487M: asj@lanmedia.com
1488W: http://www.lanmedia.com/
1489S: Supported
1490
1491LAPB module
1492P: Henner Eisen
1493M: eis@baty.hanse.de
1494L: linux-x25@vger.kernel.org
1495S: Maintained
1496
1497LASI 53c700 driver for PARISC
1498P: James E.J. Bottomley
1499M: James.Bottomley@HansenPartnership.com
1500L: linux-scsi@vger.kernel.org
1501S: Maintained
1502
1503LEGO USB Tower driver
1504P: Juergen Stuber
1505M: starblue@users.sourceforge.net
1506L: legousb-devel@lists.sourceforge.net
1507W: http://legousb.sourceforge.net/
1508S: Maintained
1509
1510LINUX FOR IBM pSERIES (RS/6000)
1511P: Paul Mackerras
1512M: paulus@au.ibm.com
1513W: http://www.ibm.com/linux/ltc/projects/ppc
1514S: Supported
1515
1516LINUX FOR NCR VOYAGER
1517P: James Bottomley
1518M: James.Bottomley@HansenPartnership.com
1519W: http://www.hansenpartnership.com/voyager
1520S: Maintained
1521
1522LINUX FOR POWERPC
1523P: Paul Mackerras
1524M: paulus@samba.org
1525W: http://www.penguinppc.org/
1526L: linuxppc-dev@ozlabs.org
1527S: Supported
1528
1529LINUX FOR POWER MACINTOSH
1530P: Benjamin Herrenschmidt
1531M: benh@kernel.crashing.org
1532W: http://www.penguinppc.org/
1533L: linuxppc-dev@ozlabs.org
1534S: Maintained
1535
1536LINUX FOR POWERPC EMBEDDED MPC52XX
1537P: Sylvain Munaut
1538M: tnt@246tNt.com
1539W: http://www.246tNt.com/mpc52xx/
1540W: http://www.penguinppc.org/
1541L: linuxppc-dev@ozlabs.org
1542L: linuxppc-embedded@ozlabs.org
1543S: Maintained
1544
1545LINUX FOR POWERPC EMBEDDED PPC4XX
1546P: Matt Porter
1547M: mporter@kernel.crashing.org
1548W: http://www.penguinppc.org/
1549L: linuxppc-embedded@ozlabs.org
1550S: Maintained
1551
Tom Rinie93adf12005-07-26 12:49:53 -07001552LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553P: Tom Rini
1554M: trini@kernel.crashing.org
1555W: http://www.penguinppc.org/
1556L: linuxppc-embedded@ozlabs.org
1557S: Maintained
1558
Tom Rinie93adf12005-07-26 12:49:53 -07001559LINUX FOR POWERPC EMBEDDED PPC8XX
1560P: Marcelo Tosatti
1561M: marcelo.tosatti@cyclades.com
1562W: http://www.penguinppc.org/
1563L: linuxppc-embedded@ozlabs.org
1564S: Maintained
1565
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1567P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001568M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569W: http://www.penguinppc.org/
1570L: linuxppc-embedded@ozlabs.org
1571S: Maintained
1572
1573LLC (802.2)
1574P: Arnaldo Carvalho de Melo
1575M: acme@conectiva.com.br
1576S: Maintained
1577
1578LINUX FOR 64BIT POWERPC
1579P: Paul Mackerras
1580M: paulus@samba.org
1581M: paulus@au.ibm.com
1582P: Anton Blanchard
1583M: anton@samba.org
1584M: anton@au.ibm.com
1585W: http://linuxppc64.org
1586L: linuxppc64-dev@ozlabs.org
1587S: Supported
1588
1589LINUX SECURITY MODULE (LSM) FRAMEWORK
1590P: Chris Wright
1591M: chrisw@osdl.org
1592L: linux-security-module@wirex.com
1593W: http://lsm.immunix.org
1594S: Supported
1595
1596LM83 HARDWARE MONITOR DRIVER
1597P: Jean Delvare
1598M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001599L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600S: Maintained
1601
1602LM90 HARDWARE MONITOR DRIVER
1603P: Jean Delvare
1604M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001605L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606S: Maintained
1607
1608LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1609P: Richard Russon (FlatCap)
1610M: ldm@flatcap.org
1611L: ldm-devel@lists.sourceforge.net
1612W: http://ldm.sourceforge.net
1613S: Maintained
1614
1615LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1616P: Matthew Wilcox
1617M: matthew@wil.cx
1618L: linux-scsi@vger.kernel.org
1619S: Maintained
1620
1621M68K ARCHITECTURE
1622P: Geert Uytterhoeven
1623M: geert@linux-m68k.org
1624P: Roman Zippel
1625M: zippel@linux-m68k.org
1626L: linux-m68k@lists.linux-m68k.org
1627W: http://www.linux-m68k.org/
1628W: http://linux-m68k-cvs.ubb.ca/
1629S: Maintained
1630
1631M68K ON APPLE MACINTOSH
1632P: Joshua Thompson
1633M: funaho@jurai.org
1634W: http://www.mac.linux-m68k.org/
1635L: linux-mac68k@mac.linux-m68k.org
1636S: Maintained
1637
1638M68K ON HP9000/300
1639P: Philip Blundell
1640M: philb@gnu.org
1641W: http://www.tazenda.demon.co.uk/phil/linux-hp
1642S: Maintained
1643
1644MARVELL YUKON / SYSKONNECT DRIVER
1645P: Mirko Lindner
1646M: mlindner@syskonnect.de
1647P: Ralph Roesler
1648M: rroesler@syskonnect.de
1649W: http://www.syskonnect.com
1650S: Supported
1651
1652MAESTRO PCI SOUND DRIVERS
1653P: Zach Brown
1654M: zab@zabbo.net
1655S: Odd Fixes
1656
Michael Kerriskfaf16682005-07-31 22:34:47 -07001657MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1658P: Michael Kerrisk
1659M: mtk-manpages@gmx.net
1660W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1661S: Maintained
1662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663MARVELL MV64340 ETHERNET DRIVER
1664P: Manish Lachwani
1665M: Manish_Lachwani@pmc-sierra.com
1666L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001667L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668S: Supported
1669
1670MATROX FRAMEBUFFER DRIVER
1671P: Petr Vandrovec
1672M: vandrove@vc.cvut.cz
1673L: linux-fbdev-devel@lists.sourceforge.net
1674S: Maintained
1675
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001676MEGARAID SCSI DRIVERS
1677P: Neela Syam Kolli
1678M: Neela.Kolli@engenio.com
1679S: linux-scsi@vger.kernel.org
1680W: http://megaraid.lsilogic.com
1681S: Maintained
1682
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683MEMORY TECHNOLOGY DEVICES
1684P: David Woodhouse
1685M: dwmw2@infradead.org
1686W: http://www.linux-mtd.infradead.org/
1687L: linux-mtd@lists.infradead.org
1688S: Maintained
1689
1690MICROTEK X6 SCANNER
1691P: Oliver Neukum
1692M: oliver@neukum.name
1693S: Maintained
1694
1695MIPS
1696P: Ralf Baechle
1697M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001698W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699L: linux-mips@linux-mips.org
1700S: Maintained
1701
1702MISCELLANEOUS MCA-SUPPORT
1703P: James Bottomley
1704M: jejb@steeleye.com
1705L: linux-kernel@vger.kernel.org
1706S: Maintained
1707
1708MODULE SUPPORT
1709P: Rusty Russell
1710M: rusty@rustcorp.com.au
1711L: linux-kernel@vger.kernel.org
1712S: Maintained
1713
1714MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1715P: Stelian Pop
1716M: stelian@popies.net
1717W: http://popies.net/meye/
1718S: Maintained
1719
1720MOUSE AND MISC DEVICES [GENERAL]
1721P: Alessandro Rubini
1722M: rubini@ipvvis.unipv.it
1723L: linux-kernel@vger.kernel.org
1724S: Maintained
1725
1726MTRR AND SIMILAR SUPPORT [i386]
1727P: Richard Gooch
1728M: rgooch@atnf.csiro.au
1729L: linux-kernel@vger.kernel.org
1730W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1731S: Maintained
1732
1733MULTISOUND SOUND DRIVER
1734P: Andrew Veliath
1735M: andrewtv@usa.net
1736S: Maintained
1737
1738NATSEMI ETHERNET DRIVER (DP8381x)
1739P: Tim Hockin
1740M: thockin@hockin.org
1741S: Maintained
1742
1743NCP FILESYSTEM
1744P: Petr Vandrovec
1745M: vandrove@vc.cvut.cz
1746L: linware@sh.cvut.cz
1747S: Maintained
1748
1749NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1750P: James E.J. Bottomley
1751M: James.Bottomley@HansenPartnership.com
1752L: linux-scsi@vger.kernel.org
1753S: Maintained
1754
1755NETFILTER/IPTABLES/IPCHAINS
1756P: Rusty Russell
1757P: Marc Boucher
1758P: James Morris
1759P: Harald Welte
1760P: Jozsef Kadlecsik
1761M: coreteam@netfilter.org
1762W: http://www.netfilter.org/
1763W: http://www.iptables.org/
1764L: netfilter@lists.netfilter.org
1765L: netfilter-devel@lists.netfilter.org
1766S: Supported
1767
1768NETROM NETWORK LAYER
1769P: Ralf Baechle
1770M: ralf@linux-mips.org
1771L: linux-hams@vger.kernel.org
1772S: Maintained
1773
1774NETWORK BLOCK DEVICE
1775P: Paul Clements
1776M: Paul.Clements@steeleye.com
1777S: Maintained
1778
1779NETWORK DEVICE DRIVERS
1780P: Andrew Morton
1781M: akpm@osdl.org
1782P: Jeff Garzik
1783M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001784L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785S: Maintained
1786
1787NETWORKING [GENERAL]
1788P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001789M: netdev@vger.kernel.org
1790L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791S: Maintained
1792
1793NETWORKING [IPv4/IPv6]
1794P: David S. Miller
1795M: davem@davemloft.net
1796P: Alexey Kuznetsov
1797M: kuznet@ms2.inr.ac.ru
1798P: Pekka Savola (ipv6)
1799M: pekkas@netcore.fi
1800P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001801M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802P: Hideaki YOSHIFUJI
1803M: yoshfuji@linux-ipv6.org
1804P: Patrick McHardy
1805M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001806L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807S: Maintained
1808
1809IPVS
1810P: Wensong Zhang
1811M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001812P: Simon Horman
1813M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814P: Julian Anastasov
1815M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001816L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817S: Maintained
1818
1819NFS CLIENT
1820P: Trond Myklebust
1821M: trond.myklebust@fys.uio.no
1822L: linux-kernel@vger.kernel.org
1823S: Maintained
1824
1825NI5010 NETWORK DRIVER
1826P: Jan-Pascal van Best and Andreas Mohr
1827M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1828M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001829L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830S: Maintained
1831
1832NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1833P: YOKOTA Hiroshi
1834M: yokota@netlab.is.tsukuba.ac.jp
1835W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1836S: Maintained
1837
1838NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1839P: GOTO Masanori
1840M: gotom@debian.or.jp
1841P: YOKOTA Hiroshi
1842M: yokota@netlab.is.tsukuba.ac.jp
1843W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1844S: Maintained
1845
1846NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1847P: Eberhard Moenkeberg
1848M: emoenke@gwdg.de
1849L: linux-kernel@vger.kernel.org
1850S: Maintained
1851
1852NTFS FILESYSTEM
1853P: Anton Altaparmakov
1854M: aia21@cantab.net
1855L: linux-ntfs-dev@lists.sourceforge.net
1856L: linux-kernel@vger.kernel.org
1857W: http://linux-ntfs.sf.net/
1858S: Maintained
1859
1860NVIDIA (RIVA) FRAMEBUFFER DRIVER
1861P: Ani Joshi
1862M: ajoshi@shell.unixbox.com
1863L: linux-nvidia@lists.surfsouth.com
1864S: Maintained
1865
1866OLYMPIC NETWORK DRIVER
1867P: Peter De Shrijver
1868M: p2@ace.ulyssis.student.kuleuven.ac.be
1869P: Mike Phillips
1870M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001871L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872L: linux-tr@linuxtr.net
1873W: http://www.linuxtr.net
1874S: Maintained
1875
Harald Weltec1986ee2005-11-13 16:06:29 -08001876OMNIKEY CARDMAN 4000 DRIVER
1877P: Harald Welte
1878M: laforge@gnumonks.org
1879S: Maintained
1880
Harald Welte77c44ab2005-11-13 16:06:26 -08001881OMNIKEY CARDMAN 4040 DRIVER
1882P: Harald Welte
1883M: laforge@gnumonks.org
1884S: Maintained
1885
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886ONSTREAM SCSI TAPE DRIVER
1887P: Willem Riede
1888M: osst@riede.org
1889L: osst-users@lists.sourceforge.net
1890L: linux-scsi@vger.kernel.org
1891S: Maintained
1892
1893OPL3-SA2, SA3, and SAx DRIVER
1894P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001895M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896L: linux-sound@vger.kernel.org
1897S: Maintained
1898
1899OPROFILE
1900P: Philippe Elie
1901M: phil.el@wanadoo.fr
1902L: oprofile-list@lists.sf.net
1903S: Maintained
1904
1905ORINOCO DRIVER
1906P: Pavel Roskin
1907M: proski@gnu.org
1908P: David Gibson
1909M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001910L: orinoco-users@lists.sourceforge.net
1911L: orinoco-devel@lists.sourceforge.net
1912W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913S: Maintained
1914
1915PARALLEL PORT SUPPORT
1916P: Phil Blundell
1917M: philb@gnu.org
1918P: Tim Waugh
1919M: tim@cyberelk.net
1920P: David Campbell
1921M: campbell@torque.net
1922P: Andrea Arcangeli
1923M: andrea@suse.de
1924L: linux-parport@lists.infradead.org
1925W: http://people.redhat.com/twaugh/parport/
1926S: Maintained
1927
1928PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1929P: Tim Waugh
1930M: tim@cyberelk.net
1931L: linux-parport@lists.infradead.org
1932W: http://www.torque.net/linux-pp.html
1933S: Maintained
1934
1935PARISC ARCHITECTURE
1936P: Matthew Wilcox
1937M: matthew@wil.cx
1938P: Grant Grundler
1939M: grundler@parisc-linux.org
1940L: parisc-linux@parisc-linux.org
1941W: http://www.parisc-linux.org/
1942S: Maintained
1943
1944PERSONALITY HANDLING
1945P: Christoph Hellwig
1946M: hch@infradead.org
1947L: linux-abi-devel@lists.sourceforge.net
1948S: Maintained
1949
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1951P: Thomas Sailer
1952M: sailer@ife.ee.ethz.ch
1953L: linux-sound@vger.kernel.org
1954W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1955S: Maintained
1956
1957PCI SUBSYSTEM
1958P: Greg Kroah-Hartman
1959M: gregkh@suse.de
1960L: linux-kernel@vger.kernel.org
1961L: linux-pci@atrey.karlin.mff.cuni.cz
1962S: Supported
1963
1964PCI HOTPLUG CORE
1965P: Greg Kroah-Hartman
1966M: gregkh@suse.de
1967S: Supported
1968
1969PCI HOTPLUG COMPAQ DRIVER
1970P: Greg Kroah-Hartman
1971M: greg@kroah.com
1972S: Maintained
1973
Kristen Accardi8cf4c192005-08-16 15:16:10 -07001974PCIE HOTPLUG DRIVER
1975P: Kristen Carlson Accardi
1976M: kristen.c.accardi@intel.com
1977L: pcihpd-discuss@lists.sourceforge.net
1978S: Maintained
1979
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001981P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001983S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984
1985PCNET32 NETWORK DRIVER
1986P: Thomas Bogendörfer
1987M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001988L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989S: Maintained
1990
1991PHRAM MTD DRIVER
1992P: Jörn Engel
1993M: joern@wh.fh-wedel.de
1994L: linux-mtd@lists.infradead.org
1995S: Maintained
1996
Peter Osterlund249a6772005-09-27 21:45:30 -07001997PKTCDVD DRIVER
1998P: Peter Osterlund
1999M: petero2@telia.com
2000L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002001S: Maintained
2002
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003POSIX CLOCKS and TIMERS
2004P: George Anzinger
2005M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002006L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007S: Supported
2008
Eugene Surovegin24682972005-10-14 03:00:53 -07002009POWERPC 4xx EMAC DRIVER
2010P: Eugene Surovegin
2011M: ebs@ebshome.net
2012W: http://kernel.ebshome.net/emac/
2013L: linuxppc-embedded@ozlabs.org
2014L: netdev@vger.kernel.org
2015S: Maintained
2016
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017PNP SUPPORT
2018P: Adam Belay
2019M: ambx1@neo.rr.com
2020S: Maintained
2021
2022PPP PROTOCOL DRIVERS AND COMPRESSORS
2023P: Paul Mackerras
2024M: paulus@samba.org
2025L: linux-ppp@vger.kernel.org
2026S: Maintained
2027
2028PPP OVER ATM (RFC 2364)
2029P: Mitchell Blank Jr
2030M: mitch@sfgoth.com
2031S: Maintained
2032
2033PPP OVER ETHERNET
2034P: Michal Ostrowski
2035M: mostrows@speakeasy.net
2036S: Maintained
2037
2038PREEMPTIBLE KERNEL
2039P: Robert Love
2040M: rml@tech9.net
2041L: linux-kernel@vger.kernel.org
2042L: kpreempt-tech@lists.sourceforge.net
2043W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2044S: Supported
2045
2046PRISM54 WIRELESS DRIVER
2047P: Prism54 Development Team
2048M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002049L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050W: http://prism54.org
2051S: Maintained
2052
2053PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2054P: Peter Denison
2055M: promise@pnd-pc.demon.co.uk
2056W: http://www.pnd-pc.demon.co.uk/promise/
2057S: Maintained
2058
2059PXA2xx SUPPORT
2060P: Nicolas Pitre
2061M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002062L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063S: Maintained
2064
2065QLOGIC QLA2XXX FC-SCSI DRIVER
2066P: Andrew Vasquez
2067M: andrew.vasquez@qlogic.com
2068L: linux-scsi@vger.kernel.org
2069S: Supported
2070
2071QNX4 FILESYSTEM
2072P: Anders Larsen
2073M: al@alarsen.net
2074L: linux-kernel@vger.kernel.org
2075W: http://www.alarsen.net/linux/qnx4fs/
2076S: Maintained
2077
2078RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002079P: Benjamin Herrenschmidt
2080M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081L: linux-fbdev-devel@lists.sourceforge.net
2082S: Maintained
2083
2084RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002085P: Paul Mackerras
2086M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087L: linux-fbdev-devel@lists.sourceforge.net
2088S: Maintained
2089
2090RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2091P: Corey Thomas
2092M: corey@world.std.com
2093L: linux-kernel@vger.kernel.org
2094S: Maintained
2095
Matt Mackall9e95ce22005-04-16 15:25:56 -07002096RANDOM NUMBER DRIVER
2097P: Matt Mackall
2098M: mpm@selenic.com
2099S: Maintained
2100
Matt Porter394b7012005-11-07 01:00:15 -08002101RAPIDIO SUBSYSTEM
2102P: Matt Porter
2103M: mporter@kernel.crashing.org
2104L: linux-kernel@vger.kernel.org
2105S: Maintained
2106
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107REAL TIME CLOCK DRIVER
2108P: Paul Gortmaker
2109M: p_gortmaker@yahoo.com
2110L: linux-kernel@vger.kernel.org
2111S: Maintained
2112
2113REISERFS FILE SYSTEM
2114P: Hans Reiser
2115M: reiserfs-dev@namesys.com
2116L: reiserfs-list@namesys.com
2117W: http://www.namesys.com
2118S: Supported
2119
2120ROCKETPORT DRIVER
2121P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122W: http://www.comtrol.com
2123S: Maintained
2124
2125ROSE NETWORK LAYER
2126P: Ralf Baechle
2127M: ralf@linux-mips.org
2128L: linux-hams@vger.kernel.org
2129S: Maintained
2130
2131RISCOM8 DRIVER
2132S: Orphan
2133
2134RTLINUX REALTIME LINUX
2135P: Victor Yodaiken
2136M: yodaiken@fsmlabs.com
2137L: rtl@rtlinux.org
2138W: www.rtlinux.org
2139S: Maintained
2140
2141S390
2142P: Martin Schwidefsky
2143M: schwidefsky@de.ibm.com
2144M: linux390@de.ibm.com
2145L: linux-390@vm.marist.edu
2146W: http://oss.software.ibm.com/developerworks/opensource/linux390
2147S: Supported
2148
2149SAA7146 VIDEO4LINUX-2 DRIVER
2150P: Michael Hunold
2151M: michael@mihu.de
2152W: http://www.mihu.de/linux/saa7146
2153S: Maintained
2154
2155SBPCD CDROM DRIVER
2156P: Eberhard Moenkeberg
2157M: emoenke@gwdg.de
2158L: linux-kernel@vger.kernel.org
2159S: Maintained
2160
2161SC1200 WDT DRIVER
2162P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002163M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164S: Maintained
2165
2166SCHEDULER
2167P: Ingo Molnar
2168M: mingo@elte.hu
2169P: Robert Love [the preemptible kernel bits]
2170M: rml@tech9.net
2171L: linux-kernel@vger.kernel.org
2172S: Maintained
2173
2174SCSI CDROM DRIVER
2175P: Jens Axboe
2176M: axboe@suse.de
2177L: linux-scsi@vger.kernel.org
2178W: http://www.kernel.dk
2179S: Maintained
2180
2181SCSI SG DRIVER
2182P: Doug Gilbert
2183M: dgilbert@interlog.com
2184L: linux-scsi@vger.kernel.org
2185W: http://www.torque.net/sg
2186S: Maintained
2187
2188SCSI SUBSYSTEM
2189P: James E.J. Bottomley
2190M: James.Bottomley@SteelEye.com
2191L: linux-scsi@vger.kernel.org
2192S: Maintained
2193
2194SCSI TAPE DRIVER
2195P: Kai Mäkisara
2196M: Kai.Makisara@kolumbus.fi
2197L: linux-scsi@vger.kernel.org
2198S: Maintained
2199
2200SCTP PROTOCOL
2201P: Sridhar Samudrala
2202M: sri@us.ibm.com
2203L: lksctp-developers@lists.sourceforge.net
2204S: Supported
2205
2206SCx200 CPU SUPPORT
2207P: Christer Weinigel
2208M: christer@weinigel.se
2209W: http://www.weinigel.se
2210S: Supported
2211
2212SECURITY CONTACT
2213P: Security Officers
2214M: security@kernel.org
2215S: Supported
2216
2217SELINUX SECURITY MODULE
2218P: Stephen Smalley
2219M: sds@epoch.ncsc.mil
2220P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002221M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222L: linux-kernel@vger.kernel.org (kernel issues)
2223L: selinux@tycho.nsa.gov (general discussion)
2224W: http://www.nsa.gov/selinux
2225S: Supported
2226
2227SERIAL ATA (SATA) SUBSYSTEM:
2228P: Jeff Garzik
2229M: jgarzik@pobox.com
2230L: linux-ide@vger.kernel.org
2231S: Supported
2232
2233SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2234P: Pat Gefre
2235M: pfg@sgi.com
2236L: linux-ia64@vger.kernel.org
2237S: Supported
2238
2239SGI VISUAL WORKSTATION 320 AND 540
2240P: Andrey Panin
2241M: pazke@donpac.ru
2242L: linux-visws-devel@lists.sf.net
2243W: http://linux-visws.sf.net
2244S: Maintained for 2.6.
2245
2246SIMTEC EB110ATX (Chalice CATS)
2247P: Ben Dooks
2248P: Vincent Sanders
2249M: support@simtec.co.uk
2250W: http://www.simtec.co.uk/products/EB110ATX/
2251S: Supported
2252
2253SIMTEC EB2410ITX (BAST)
2254P: Ben Dooks
2255P: Vincent Sanders
2256M: support@simtec.co.uk
2257W: http://www.simtec.co.uk/products/EB2410ITX/
2258S: Supported
2259
Francois Romieu92aab3c2005-07-30 13:11:18 +02002260SIS 190 ETHERNET DRIVER
2261P: Francois Romieu
2262M: romieu@fr.zoreil.com
2263L: netdev@vger.kernel.org
2264S: Maintained
2265
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266SIS 5513 IDE CONTROLLER DRIVER
2267P: Lionel Bouton
2268M: Lionel.Bouton@inet6.fr
2269W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2270W: http://gyver.homeip.net/sis5513/index.html
2271S: Maintained
2272
2273SIS 900/7016 FAST ETHERNET DRIVER
2274P: Daniele Venzano
2275M: venza@brownhat.org
2276W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002277L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278S: Maintained
2279
2280SIS FRAMEBUFFER DRIVER
2281P: Thomas Winischhofer
2282M: thomas@winischhofer.net
2283W: http://www.winischhofer.net/linuxsisvga.shtml
2284S: Maintained
2285
2286SIS USB2VGA DRIVER
2287P: Thomas Winischhofer
2288M: thomas@winischhofer.net
2289W: http://www.winischhofer.at/linuxsisusbvga.shtml
2290S: Maintained
2291
2292SMSC47M1 HARDWARE MONITOR DRIVER
2293P: Jean Delvare
2294M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002295L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296S: Odd Fixes
2297
2298SMB FILESYSTEM
2299P: Urban Widmark
2300M: urban@teststation.com
2301W: http://samba.org/
2302L: samba@samba.org
2303S: Maintained
2304
2305SMC91x ETHERNET DRIVER
2306P: Nicolas Pitre
2307M: nico@cam.org
2308S: Maintained
2309
2310SNA NETWORK LAYER
2311P: Jay Schulist
2312M: jschlst@samba.org
2313L: linux-sna@turbolinux.com
2314W: http://www.linux-sna.org
2315S: Supported
2316
2317SOFTWARE RAID (Multiple Disks) SUPPORT
2318P: Ingo Molnar
2319M: mingo@redhat.com
2320P: Neil Brown
2321M: neilb@cse.unsw.edu.au
2322L: linux-raid@vger.kernel.org
2323S: Maintained
2324
2325SOFTWARE SUSPEND:
2326P: Pavel Machek
2327M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002328L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329S: Maintained
2330
2331SONIC NETWORK DRIVER
2332P: Thomas Bogendoerfer
2333M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002334L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335S: Maintained
2336
2337SONY VAIO CONTROL DEVICE DRIVER
2338P: Stelian Pop
2339M: stelian@popies.net
2340W: http://popies.net/sonypi/
2341S: Maintained
2342
2343SOUND
2344P: Jaroslav Kysela
2345M: perex@suse.cz
2346L: alsa-devel@alsa-project.org
2347S: Maintained
2348
Kylene Hall1c72d462005-05-01 08:59:13 -07002349TPM DEVICE DRIVER
2350P: Kylene Hall
2351M: kjhall@us.ibm.com
2352W: http://tpmdd.sourceforge.net
2353L: tpmdd-devel@lists.sourceforge.net
2354S: Maintained
2355
Mark Gross1a80ba82005-10-30 15:02:55 -08002356Telecom Clock Driver for MCPL0010
2357P: Mark Gross
2358M: mark.gross@intel.com
2359S: Supported
2360
Chris Zankel48b415c2005-06-23 22:01:07 -07002361TENSILICA XTENSA PORT (xtensa):
2362P: Chris Zankel
2363M: chris@zankel.net
2364S: Maintained
2365
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366UltraSPARC (sparc64):
2367P: David S. Miller
2368M: davem@davemloft.net
2369P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002370M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371P: Jakub Jelinek
2372M: jj@sunsite.ms.mff.cuni.cz
2373P: Anton Blanchard
2374M: anton@samba.org
2375L: sparclinux@vger.kernel.org
2376L: ultralinux@vger.kernel.org
2377S: Maintained
2378
2379SHARP LH SUPPORT (LH7952X & LH7A40X)
2380P: Marc Singer
2381M: elf@buici.com
2382W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002383L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384S: Maintained
2385
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002386SHPC HOTPLUG DRIVER
2387P: Kristen Carlson Accardi
2388M: kristen.c.accardi@intel.com
2389L: pcihpd-discuss@lists.sourceforge.net
2390S: Maintained
2391
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002392SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2393P: Stephen Hemminger
2394M: shemminger@osdl.org
2395L: netdev@vger.kernel.org
2396S: Maintained
2397
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398SPARC (sparc32):
2399P: William L. Irwin
2400M: wli@holomorphy.com
2401L: sparclinux@vger.kernel.org
2402S: Maintained
2403
2404SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2405P: Roger Wolff
2406M: R.E.Wolff@BitWizard.nl
2407L: linux-kernel@vger.kernel.org ?
2408S: Supported
2409
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410SRM (Alpha) environment access
2411P: Jan-Benedict Glaw
2412M: jbglaw@lug-owl.de
2413L: linux-kernel@vger.kernel.org
2414S: Maintained
2415
2416STARFIRE/DURALAN NETWORK DRIVER
2417P: Ion Badulescu
2418M: ionut@cs.columbia.edu
2419S: Maintained
2420
2421STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2422W: http://mosquitonet.Stanford.EDU/strip.html
2423S: Unsupported ?
2424
2425STRADIS MPEG-2 DECODER DRIVER
2426P: Nathan Laredo
2427M: laredo@gnu.org
2428W: http://mpeg.openprojects.net/
2429W: http://www.stradis.com/
2430S: Maintained
2431
2432SUPERH (sh)
2433P: Paul Mundt
2434M: lethal@linux-sh.org
2435P: Kazumoto Kojima
2436M: kkojima@rr.iij4u.or.jp
2437L: linux-sh@m17n.org
2438W: http://www.linux-sh.org
2439W: http://www.m17n.org/linux-sh/
2440W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2441S: Maintained
2442
2443SUPERH64 (sh64)
2444P: Paul Mundt
2445M: lethal@linux-sh.org
2446P: Richard Curnow
2447M: rc@rc0.org.uk
2448L: linuxsh-shmedia-dev@lists.sourceforge.net
2449W: http://www.linux-sh.org
2450W: http://www.rc0.org.uk/sh64
2451S: Maintained
2452
2453SUN3/3X
2454P: Sam Creasey
2455M: sammy@sammy.net
2456L: sun3-list@redhat.com
2457W: http://sammy.net/sun3/
2458S: Maintained
2459
2460SVGA HANDLING
2461P: Martin Mares
2462M: mj@ucw.cz
2463L: linux-video@atrey.karlin.mff.cuni.cz
2464S: Maintained
2465
2466SYSV FILESYSTEM
2467P: Christoph Hellwig
2468M: hch@infradead.org
2469S: Maintained
2470
2471TI PARALLEL LINK CABLE DRIVER
2472P: Romain Lievin
2473M: roms@lpg.ticalc.org
2474S: Maintained
2475
2476TLAN NETWORK DRIVER
2477P: Samuel Chessman
2478M: chessman@tux.org
2479L: tlan-devel@lists.sourceforge.net
2480W: http://sourceforge.net/projects/tlan/
2481S: Maintained
2482
2483TOKEN-RING NETWORK DRIVER
2484P: Mike Phillips
2485M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002486L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487L: linux-tr@linuxtr.net
2488W: http://www.linuxtr.net
2489S: Maintained
2490
2491TOSHIBA ACPI EXTRAS DRIVER
2492P: John Belmonte
2493M: toshiba_acpi@memebeam.org
2494W: http://memebeam.org/toys/ToshibaAcpiDriver
2495S: Maintained
2496
2497TOSHIBA SMM DRIVER
2498P: Jonathan Buzzard
2499M: jonathan@buzzard.org.uk
2500L: tlinux-users@tce.toshiba-dme.co.jp
2501W: http://www.buzzard.org.uk/toshiba/
2502S: Maintained
2503
2504TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2505P: Muli Ben-Yehuda
2506M: mulix@mulix.org
2507L: linux-kernel@vger.kernel.org
2508S: Maintained
2509
2510TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002511P: Adrian Bunk
2512M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002514W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515S: Maintained
2516
2517TMS380 TOKEN-RING NETWORK DRIVER
2518P: Adam Fritzler
2519M: mid@auk.cx
2520L: linux-tr@linuxtr.net
2521W: http://www.auk.cx/tms380tr/
2522S: Maintained
2523
2524TULIP NETWORK DRIVER
2525P: Jeff Garzik
2526M: jgarzik@pobox.com
2527L: tulip-users@lists.sourceforge.net
2528W: http://sourceforge.net/projects/tulip/
2529S: Maintained
2530
2531TUN/TAP driver
2532P: Maxim Krasnyansky
2533M: maxk@qualcomm.com, max_mk@yahoo.com
2534L: vtun@office.satix.net
2535W: http://vtun.sourceforge.net/tun
2536S: Maintained
2537
2538U14-34F SCSI DRIVER
2539P: Dario Ballabio
2540M: ballabio_dario@emc.com
2541L: linux-scsi@vger.kernel.org
2542S: Maintained
2543
2544UDF FILESYSTEM
2545P: Ben Fennema
2546M: bfennema@falcon.csc.calpoly.edu
2547L: linux_udf@hpesjro.fc.hp.com
2548W: http://linux-udf.sourceforge.net
2549S: Maintained
2550
2551UNIFORM CDROM DRIVER
2552P: Jens Axboe
2553M: axboe@suse.de
2554L: linux-kernel@vger.kernel.org
2555W: http://www.kernel.dk
2556S: Maintained
2557
2558USB ACM DRIVER
2559P: Oliver Neukum
2560M: oliver@neukum.name
2561L: linux-usb-users@lists.sourceforge.net
2562L: linux-usb-devel@lists.sourceforge.net
2563S: Maintained
2564
2565USB BLOCK DRIVER (UB ub)
2566P: Pete Zaitcev
2567M: zaitcev@redhat.com
2568L: linux-kernel@vger.kernel.org
2569L: linux-usb-devel@lists.sourceforge.net
2570S: Supported
2571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572USB CDC ETHERNET DRIVER
2573P: Greg Kroah-Hartman
2574M: greg@kroah.com
2575L: linux-usb-users@lists.sourceforge.net
2576L: linux-usb-devel@lists.sourceforge.net
2577S: Maintained
2578W: http://www.kroah.com/linux-usb/
2579
2580USB EHCI DRIVER
2581P: David Brownell
2582M: dbrownell@users.sourceforge.net
2583L: linux-usb-devel@lists.sourceforge.net
2584S: Maintained
2585
2586USB HID/HIDBP DRIVERS
2587P: Vojtech Pavlik
2588M: vojtech@suse.cz
2589L: linux-usb-users@lists.sourceforge.net
2590L: linux-usb-devel@lists.sourceforge.net
2591S: Maintained
2592
2593USB HUB DRIVER
2594P: Johannes Erdfelt
2595M: johannes@erdfelt.com
2596L: linux-usb-users@lists.sourceforge.net
2597L: linux-usb-devel@lists.sourceforge.net
2598S: Maintained
2599
2600USB KAWASAKI LSI DRIVER
2601P: Oliver Neukum
2602M: oliver@neukum.name
2603L: linux-usb-users@lists.sourceforge.net
2604L: linux-usb-devel@lists.sourceforge.net
2605S: Maintained
2606
2607USB MASS STORAGE DRIVER
2608P: Matthew Dharm
2609M: mdharm-usb@one-eyed-alien.net
2610L: linux-usb-users@lists.sourceforge.net
2611L: linux-usb-devel@lists.sourceforge.net
2612S: Maintained
2613W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2614
2615USB OHCI DRIVER
2616P: Roman Weissgaerber
2617M: weissg@vienna.at
2618L: linux-usb-users@lists.sourceforge.net
2619L: linux-usb-devel@lists.sourceforge.net
2620S: Maintained
2621
Matthias Urlichsba460e42005-07-14 00:33:47 -07002622USB OPTION-CARD DRIVER
2623P: Matthias Urlichs
2624M: smurf@smurf.noris.de
2625L: linux-usb-devel@lists.sourceforge.net
2626S: Maintained
2627
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628USB OV511 DRIVER
2629P: Mark McClelland
2630M: mmcclell@bigfoot.com
2631L: linux-usb-users@lists.sourceforge.net
2632L: linux-usb-devel@lists.sourceforge.net
2633W: http://alpha.dyndns.org/ov511/
2634S: Maintained
2635
2636USB PEGASUS DRIVER
2637P: Petko Manolov
2638M: petkan@users.sourceforge.net
2639L: linux-usb-users@lists.sourceforge.net
2640L: linux-usb-devel@lists.sourceforge.net
2641W: http://pegasus2.sourceforge.net/
2642S: Maintained
2643
2644USB PRINTER DRIVER
2645P: Vojtech Pavlik
2646M: vojtech@suse.cz
2647L: linux-usb-users@lists.sourceforge.net
2648L: linux-usb-devel@lists.sourceforge.net
2649S: Maintained
2650
2651USB RTL8150 DRIVER
2652P: Petko Manolov
2653M: petkan@users.sourceforge.net
2654L: linux-usb-users@lists.sourceforge.net
2655L: linux-usb-devel@lists.sourceforge.net
2656W: http://pegasus2.sourceforge.net/
2657S: Maintained
2658
2659USB SE401 DRIVER
2660P: Jeroen Vreeken
2661M: pe1rxq@amsat.org
2662L: linux-usb-users@lists.sourceforge.net
2663L: linux-usb-devel@lists.sourceforge.net
2664W: http://www.chello.nl/~j.vreeken/se401/
2665S: Maintained
2666
2667USB SERIAL CYBERJACK DRIVER
2668P: Matthias Bruestle and Harald Welte
2669M: support@reiner-sct.com
2670W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2671S: Maintained
2672
2673USB SERIAL DIGI ACCELEPORT DRIVER
2674P: Peter Berger and Al Borchers
2675M: pberger@brimson.com
2676M: alborchers@steinerpoint.com
2677L: linux-usb-users@lists.sourceforge.net
2678L: linux-usb-devel@lists.sourceforge.net
2679S: Maintained
2680
2681USB SERIAL DRIVER
2682P: Greg Kroah-Hartman
2683M: gregkh@suse.de
2684L: linux-usb-users@lists.sourceforge.net
2685L: linux-usb-devel@lists.sourceforge.net
2686S: Supported
2687
2688USB SERIAL BELKIN F5U103 DRIVER
2689P: William Greathouse
2690M: wgreathouse@smva.com
2691L: linux-usb-users@lists.sourceforge.net
2692L: linux-usb-devel@lists.sourceforge.net
2693S: Maintained
2694
2695USB SERIAL CYPRESS M8 DRIVER
2696P: Lonnie Mendez
2697M: dignome@gmail.com
2698L: linux-usb-users@lists.sourceforge.net
2699L: linux-usb-devel@lists.sourceforge.net
2700S: Maintained
2701W: http://geocities.com/i0xox0i
2702W: http://firstlight.net/cvs
2703
2704USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2705L: linux-usb-users@lists.sourceforge.net
2706L: linux-usb-devel@lists.sourceforge.net
2707S: Maintained
2708
2709USB AUERSWALD DRIVER
2710P: Wolfgang Muees
2711M: wolfgang@iksw-muees.de
2712L: linux-usb-users@lists.sourceforge.net
2713L: linux-usb-devel@lists.sourceforge.net
2714S: Maintained
2715
2716USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2717P: Gary Brubaker
2718M: xavyer@ix.netcom.com
2719L: linux-usb-users@lists.sourceforge.net
2720L: linux-usb-devel@lists.sourceforge.net
2721S: Maintained
2722
2723USB SERIAL KEYSPAN DRIVER
2724P: Greg Kroah-Hartman
2725M: greg@kroah.com
2726L: linux-usb-users@lists.sourceforge.net
2727L: linux-usb-devel@lists.sourceforge.net
2728W: http://www.kroah.com/linux/
2729S: Maintained
2730
2731USB SERIAL WHITEHEAT DRIVER
2732P: Stuart MacDonald
2733M: stuartm@connecttech.com
2734L: linux-usb-users@lists.sourceforge.net
2735L: linux-usb-devel@lists.sourceforge.net
2736W: http://www.connecttech.com
2737S: Supported
2738
2739USB SN9C10x DRIVER
2740P: Luca Risolia
2741M: luca.risolia@studio.unibo.it
2742L: linux-usb-devel@lists.sourceforge.net
2743W: http://www.linux-projects.org
2744S: Maintained
2745
2746USB SUBSYSTEM
2747P: Greg Kroah-Hartman
2748M: gregkh@suse.de
2749L: linux-usb-users@lists.sourceforge.net
2750L: linux-usb-devel@lists.sourceforge.net
2751W: http://www.linux-usb.org
2752S: Supported
2753
2754USB UHCI DRIVER
2755P: Alan Stern
2756M: stern@rowland.harvard.edu
2757L: linux-usb-users@lists.sourceforge.net
2758L: linux-usb-devel@lists.sourceforge.net
2759S: Maintained
2760
2761USB "USBNET" DRIVER
2762P: David Brownell
2763M: dbrownell@users.sourceforge.net
2764L: linux-usb-devel@lists.sourceforge.net
2765S: Maintained
2766
2767USB W996[87]CF DRIVER
2768P: Luca Risolia
2769M: luca.risolia@studio.unibo.it
2770L: linux-usb-devel@lists.sourceforge.net
2771W: http://www.linux-projects.org
2772S: Maintained
2773
2774USB ZD1201 DRIVER
2775P: Jeroen Vreeken
2776M: pe1rxq@amsat.org
2777L: linux-usb-users@lists.sourceforge.net
2778L: linux-usb-devel@lists.sourceforge.net
2779W: http://linux-lc100020.sourceforge.net
2780S: Maintained
2781
2782USER-MODE LINUX
2783P: Jeff Dike
2784M: jdike@karaya.com
2785L: user-mode-linux-devel@lists.sourceforge.net
2786L: user-mode-linux-user@lists.sourceforge.net
2787W: http://user-mode-linux.sourceforge.net
2788S: Maintained
2789
2790FAT/VFAT/MSDOS FILESYSTEM:
2791P: OGAWA Hirofumi
2792M: hirofumi@mail.parknet.co.jp
2793L: linux-kernel@vger.kernel.org
2794S: Maintained
2795
2796VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2797P: Jeff Garzik
2798S: Odd fixes
2799
2800VIA RHINE NETWORK DRIVER
2801P: Roger Luethi
2802M: rl@hellgate.ch
2803S: Maintained
2804
Jean Delvare32c0a522005-09-22 21:47:58 +02002805VIAPRO SMBUS DRIVER
2806P: Jean Delvare
2807M: khali@linux-fr.org
2808L: lm-sensors@lm-sensors.org
2809S: Maintained
2810
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811UCLINUX (AND M68KNOMMU)
2812P: Greg Ungerer
2813M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002815L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816S: Maintained
2817
2818UCLINUX FOR NEC V850
2819P: Miles Bader
2820M: uclinux-v850@lsi.nec.co.jp
2821W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2822W: http://www.ee.nec.de/uclinux/
2823S: Supported
2824
2825UCLINUX FOR RENESAS H8/300
2826P: Yoshinori Sato
2827M: ysato@users.sourceforge.jp
2828W: http://uclinux-h8.sourceforge.jp/
2829S: Supported
2830
2831USB DIAMOND RIO500 DRIVER
2832P: Cesar Miquel
2833M: miquel@df.uba.ar
2834L: rio500-users@lists.sourceforge.net
2835W: http://rio500.sourceforge.net
2836S: Maintained
2837
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002838V9FS FILE SYSTEM
2839P: Eric Van Hensbergen
2840M: ericvh@gmail.com
2841P: Ron Minnich
2842M: rminnich@lanl.gov
2843P: Latchesar Ionkov
2844M: lucho@ionkov.net
2845L: v9fs-developer@lists.sourceforge.net
2846W: http://v9fs.sf.net
2847S: Maintained
2848
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002850P: Mauro Carvalho Chehab
2851M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002853W: http://linuxtv.org
2854S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855
2856W1 DALLAS'S 1-WIRE BUS
2857P: Evgeniy Polyakov
2858M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002859L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860S: Maintained
2861
2862W83L51xD SD/MMC CARD INTERFACE DRIVER
2863P: Pierre Ossman
2864M: drzeus-wbsd@drzeus.cx
2865L: wbsd-devel@list.drzeus.cx
2866W: http://projects.drzeus.cx/wbsd
2867S: Maintained
2868
2869W83L785TS HARDWARE MONITOR DRIVER
2870P: Jean Delvare
2871M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002872L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873S: Odd Fixes
2874
2875WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2876P: Nenad Corbic
2877M: ncorbic@sangoma.com
2878M: dm@sangoma.com
2879W: http://www.sangoma.com
2880S: Supported
2881
2882WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2883P: Jean Tourrilhes
2884M: jt@hpl.hp.com
2885W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2886S: Maintained
2887
2888WD7000 SCSI DRIVER
2889P: Miroslav Zagorac
2890M: zaga@fly.cc.fer.hr
2891L: linux-scsi@vger.kernel.org
2892S: Maintained
2893
2894WL3501 WIRELESS PCMCIA CARD DRIVER
2895P: Arnaldo Carvalho de Melo
2896M: acme@conectiva.com.br
2897W: http://advogato.org/person/acme
2898S: Maintained
2899
2900X.25 NETWORK LAYER
2901P: Henner Eisen
2902M: eis@baty.hanse.de
2903L: linux-x25@vger.kernel.org
2904S: Maintained
2905
2906XFS FILESYSTEM
2907P: Silicon Graphics Inc
2908M: xfs-masters@oss.sgi.com
2909M: nathans@sgi.com
2910L: linux-xfs@oss.sgi.com
2911W: http://oss.sgi.com/projects/xfs
2912S: Supported
2913
2914X86 3-LEVEL PAGING (PAE) SUPPORT
2915P: Ingo Molnar
2916M: mingo@redhat.com
2917S: Maintained
2918
2919X86-64 port
2920P: Andi Kleen
2921M: ak@suse.de
2922L: discuss@x86-64.org
2923W: http://www.x86-64.org
2924S: Maintained
2925
2926YAM DRIVER FOR AX.25
2927P: Jean-Paul Roubelat
2928M: jpr@f6fbb.org
2929L: linux-hams@vger.kernel.org
2930S: Maintained
2931
Henkaf64a5e2005-10-12 15:02:56 +02002932YEALINK PHONE DRIVER
2933P: Henk Vergonet
2934M: Henk.Vergonet@gmail.com
2935L: usbb2k-api-dev@nongnu.org
2936S: Maintained
2937
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
2939P: Pete Zaitcev
2940M: zaitcev@yahoo.com
2941L: linux-kernel@vger.kernel.org
2942S: Obsolete
2943
2944Z8530 DRIVER FOR AX.25
2945P: Joerg Reuter
2946M: jreuter@yaina.de
2947W: http://yaina.de/jreuter/
2948W: http://www.qsl.net/dl1bke/
2949L: linux-hams@vger.kernel.org
2950S: Maintained
2951
2952ZF MACHZ WATCHDOG
2953P: Fernando Fuganti
2954M: fuganti@netbank.com.br
2955W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2956S: Maintained
2957
2958ZR36067 VIDEO FOR LINUX DRIVER
2959P: Ronald Bultje
2960M: rbultje@ronald.bitfreak.net
2961L: mjpeg-users@lists.sourceforge.net
2962W: http://mjpeg.sourceforge.net/driver-zoran/
2963S: Maintained
2964
2965ZR36120 VIDEO FOR LINUX DRIVER
2966P: Pauline Middelink
2967M: middelin@polyware.nl
2968W: http://www.polyware.nl/~middelin/En/hobbies.html
2969W: http://www.polyware.nl/~middelin/hobbies.html
2970S: Maintained
2971
2972THE REST
2973P: Linus Torvalds
2974S: Buried alive in reporters