1 List of maintainers and how to submit kernel changes 2 3Please try to follow the guidelines below. This will make things 4easier on the maintainers. Not all of these guidelines matter for every 5trivial patch so apply some common sense. 6 71. Always _test_ your changes, however small, on at least 4 or 8 5 people, preferably many more. 9 102. Try to release a few ALPHA test versions to the net. Announce 11 them onto the kernel channel and await results. This is especially 12 important for device drivers, because often that's the only way 13 you will find things like the fact version 3 firmware needs 14 a magic fix you didn't know about, or some clown changed the 15 chips on a board and not its name. (Don't laugh! Look at the 16 SMC etherpower for that.) 17 183. Make sure your changes compile correctly in multiple 19 configurations. In particular check that changes work both as a 20 module and built into the kernel. 21 224. When you are happy with a change make it generally available for 23 testing and await feedback. 24 255. Make a patch available to the relevant maintainer in the list. Use 26 'diff -u' to make the patch easy to merge. Be prepared to get your 27 changes sent back with seemingly silly requests about formatting 28 and variable names. These aren't as silly as they seem. One 29 job the maintainers (and especially Linus) do is to keep things 30 looking the same. Sometimes this means that the clever hack in 31 your driver to get around a problem actually needs to become a 32 generalized kernel feature ready for next time. See 33 Documentation/CodingStyle for guidance here. 34 35 PLEASE try to include any credit lines you want added with the 36 patch. It avoids people being missed off by mistake and makes 37 it easier to know who wants adding and who doesn't. 38 39 PLEASE document known bugs. If it doesn't work for everything 40 or does something very odd once a month document it. 41 426. Make sure you have the right to send any changes you make. If you 43 do changes at work you may find your employer owns the patch 44 not you. 45 467. Happy hacking. 47 48 ----------------------------------- 49 50Maintainers List (try to look for most precise areas first) 51 52Note: For the hard of thinking, this list is meant to remain in alphabetical 53order. If you could add yourselves to it in alphabetical order that would 54so much easier [Ed] 55 56P: Person 57M: Mail patches to 58L: Mailing list that is relevant to this area 59W: Web-page with status/info 60S: Status, one of the following: 61 62 Supported: Someone is actually paid to look after this. 63 Maintained: Someone actually looks after it. 64 Odd Fixes: It has a maintainer but they don't have time to do 65 much other than throw the odd patch in. See below.. 66 Orphan: No current maintainer [but maybe you could take the 67 role as you write your new code]. 68 Obsolete: Old code. Something tagged obsolete generally means 69 it has been replaced by a better system and you 70 should be using that. 71 723C501 NETWORK DRIVER 73P: Alan Cox 74M: alan@the.3c501.cabal.tm 75L: linux-net@vger.kernel.org 76S: Maintained 77 783C505 NETWORK DRIVER 79P: Philip Blundell 80M: Philip.Blundell@pobox.com 81L: linux-net@vger.kernel.org 82S: Maintained 83 846PACK NETWORK DRIVER FOR AX.25 85P: Andreas Koensgen 86M: ajk@iehk.rwth-aachen.de 87L: linux-hams@vger.kernel.org 88S: Maintained 89 908139too NETWORK DRIVER 91P: Jeff Garzik, Jens David (Linux-2.2 port) 92M: dg1kjd@afthd.tu-darmstadt.de 93L: linux-net@vger.rutgers.edu 94S: Maintained 95 968390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 97P: Paul Gortmaker 98M: p_gortmaker@yahoo.com 99L: linux-net@vger.kernel.org 100S: Maintained 101 102AACRAID ADAPTEC RAID DRIVER 103P: Brian M. Boerner 104M: aacraid@ntc.adaptec.com 105L: To Be Announced 106S: Maintained 107 108AD1816 SOUND DRIVER 109P: Thorsten Knabe 110M: Thorsten Knabe <tek@rbg.informatik.tu-darmstadt.de> 111M: Thorsten Knabe <tek01@hrzpub.tu-darmstadt.de> 112W: http://www.student.informatik.tu-darmstadt.de/~tek/projects/linux.html 113W: http://www.tu-darmstadt.de/~tek01/projects/linux.html 114S: Maintained 115 116ADVANSYS SCSI DRIVER 117P: Bob Frey 118M: bfrey@turbolinux.com.cn 119M: linux@connectcom.net 120W: http://www.advansys.com/linux.html 121W: http://www.connectcom.net/downloads/software/os/linux.html 122L: linux-scsi@vger.kernel.org 123S: Maintained 124 125AEDSP16 DRIVER 126P: Riccardo Facchetti 127M: fizban@tin.it 128S: Maintained 129 130AHA152X SCSI DRIVER 131P: Juergen E. Fischer 132M: Juergen Fischer <fischer@et-inf.fho-emden.de> 133L: linux-scsi@vger.kernel.org 134S: Maintained 135 136APM DRIVER 137P: Stephen Rothwell 138M: sfr@canb.auug.org.au 139L: linux-laptop@vger.kernel.org 140W: http://www.canb.auug.org.au/~sfr/ 141S: Supported 142 143APPLETALK NETWORK LAYER 144P: Jay Schulist 145M: Jay.Schulist@spacs.k12.wi.us 146L: linux-atalk@netspace.org 147S: Maintained 148 149ARPD SUPPORT 150P: Jonathan Layes 151M: layes@loran.com 152L: linux-net@vger.kernel.org 153S: Maintained 154 155ARM MFM AND FLOPPY DRIVERS 156P: Dave Gilbert 157M: linux@treblig.org 158S: Maintained 159 160ARM PORT 161P: Russell King 162M: linux@arm.uk.linux.org 163L: linux-arm@vger.kernel.org 164L: arm-linux@tardis.ed.ac.uk 165W: http://www.arm.uk.linux.org/~rmk/armlinux.html 166S: Maintained 167 168AX.25 NETWORK LAYER 169P: Matthias Welwarsky 170M: dg2fef@afthd.tu-darmstadt.de 171L: linux-hams@vger.kernel.org 172S: Maintained 173 174BAYCOM/HDLCDRV/SOUNDMODEM DRIVERS FOR AX.25 175P: Thomas Sailer 176M: sailer@ife.ee.ethz.ch 177L: linux-hams@vger.kernel.org 178W: http://www.ife.ee.ethz.ch/~sailer/ham/ham.html 179S: Maintained 180 181BUSLOGIC SCSI DRIVER 182P: Leonard N. Zubkoff 183M: Leonard N. Zubkoff <lnz@dandelion.com> 184L: linux-scsi@vger.kernel.org 185W: http://www.dandelion.com/Linux/ 186S: Maintained 187 188CIRRUS LOGIC GENERIC FBDEV DRIVER 189P: Jeff Garzik 190M: jgarzik@pobox.com 191L: linux-fbdev@vuser.vu.union.edu 192S: Maintained 193 194COMPAQ FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA 195P: Amy Vanzant-Hodge 196M: Amy Vanzant-Hodge (fibrechannel@compaq.com) 197L: compaqandlinux@cpqlin.van-dijk.net 198W: ftp.compaq.com/pub/products/drivers/linux 199S: Supported 200 201COMPUTONE INTELLIPORT MULTIPORT CARD 202P: Doug McNash 203P: Michael H. Warfield 204M: Doug McNash <dmcnash@computone.com> 205M: Michael H. Warfield <mhw@wittsend.com> 206W: http://www.computone.com/ 207W: http://www.wittsend.com/computone.html 208L: linux-computone@lazuli.wittsend.com 209S: Supported 210 211CONFIGURE, MENUCONFIG, XCONFIG 212P: Michael Elizabeth Chastain 213M: mec@shout.net 214L: linux-kbuild@torque.net 215S: Maintained 216 217CONFIGURE.HELP 218P: Axel Boldt 219M: boldt@math.ucsb.edu 220S: Maintained 221 222COSA/SRP SYNC SERIAL DRIVER 223P: Jan "Yenya" Kasprzak 224M: kas@fi.muni.cz 225W: http://www.fi.muni.cz/~kas/cosa/ 226S: Maintained 227 228COMX/MULTIGATE SYNC SERIAL DRIVERS 229P: Gergely Madarasz 230M: Gergely Madarasz <gorgo@itc.hu> 231S: Supported 232 233CREDITS FILE 234P: John A. Martin 235M: jam@acm.org 236S: Maintained 237 238CYCLADES ASYNC MUX DRIVER 239P: Ivan Passos 240M: ivan@cyclades.com 241W: http://www.cyclades.com/ 242S: Supported 243 244CYCLADES PC300 DRIVER 245P: Ivan Passos 246M: ivan@cyclades.com 247W: http://www.cyclades.com/ 248S: Supported 249 250DAMA SLAVE for AX.25 251P: Joerg Reuter 252M: jreuter@yaina.de 253W: http://yaina.de/jreuter 254W: http://www.qsl.net/dl1bke/ 255L: linux-hams@vger.kernel.org 256S: Maintained 257 258DC390/AM53C974 SCSI driver 259P: Kurt Garloff 260M: garloff@suse.de 261W: http://www.garloff.de/kurt/linux/dc390/ 262S: Maintained 263 264DECnet NETWORK LAYER 265P: Steven Whitehouse 266M: SteveW@ACM.org 267W: http://www.sucs.swan.ac.uk/~rohan/ 268W: http://www-sigproc.eng.cam.ac.uk/~sjw44/ 269L: netdev@oss.sgi.com 270S: Maintained 271 272DEVICE NUMBER REGISTRY 273P: H. Peter Anvin 274M: hpa@zytor.com 275L: linux-kernel@vger.kernel.org 276S: Maintained 277 278DEVICE FILESYSTEM 279P: Richard Gooch 280M: rgooch@atnf.csiro.au 281L: linux-kernel@vger.rutgers.edu 282S: Maintained 283 284DIGI INTL. EPCA DRIVER 285P: Daniel Taylor 286M: support@digi.com 287M: danielt@digi.com 288L: digilnux@digi.com 289S: Maintained 290 291DIGI RIGHTSWITCH NETWORK DRIVER 292P: Rick Richardson 293M: rick@remotepoint.com 294L: linux-net@vger.kernel.org 295W: http://www.dgii.com/linux/ 296S: Maintained 297 298DISK GEOMETRY AND PARTITION HANDLING 299P: Andries Brouwer 300M: aeb@veritas.com 301W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 302W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 303W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 304S: Maintained 305 306DISKQUOTA: 307P: Marco van Wieringen 308M: mvw@planets.elm.net 309L: linux-kernel@vger.kernel.org 310S: Maintained 311 312DOUBLETALK DRIVER 313P: James R. Van Zandt 314M: jrv@vanzandt.mv.com 315L: blinux-list@redhat.com 316S: Maintained 317 318EATA-DMA SCSI DRIVER 319P: Michael Neuffer 320M: mike@i-Connect.Net 321L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 322S: Maintained 323 324COMPAQ SMART2 RAID DRIVER 325P: Charles White 326M: Charles White <arrays@compaq.com> 327L: compaqandlinux@cpqlin.van-dijk.net 328W: ftp.compaq.com/pub/products/drivers/linux 329S: Supported 330 331COMPAQ SMART CISS RAID DRIVER 332P: Charles White 333M: Charles White <arrays@compaq.com> 334L: compaqandlinux@cpqlin.van-dijk.net 335W: ftp.compaq.com/pub/products/drivers/linux 336S: Supported 337 338DAC960 RAID DRIVER 339P: Leonard N. Zubkoff 340M: Leonard N. Zubkoff <lnz@dandelion.com> 341L: linux-raid@vger.kernel.org 342S: Maintained 343 344EATA ISA/EISA/PCI SCSI DRIVER 345P: Dario Ballabio 346M: dario@milano.europe.dg.com 347L: linux-scsi@vger.kernel.org 348S: Maintained 349 350EATA-PIO SCSI DRIVER 351P: Michael Neuffer 352M: mike@i-Connect.Net 353L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 354S: Maintained 355 356EEPRO100 NETWORK DRIVER 357P: Andrey V. Savochkin 358M: saw@saw.sw.com.sg 359S: Maintained 360 361EMU10K1 SOUND DRIVER 362P: Rui Sousa 363M: rsousa@grad.physics.sunysb.edu 364L: emu10k1-devel@opensource.creative.com 365W: http://opensource.creative.com/ 366S: Maintained 367 368ETHEREXPRESS-16 NETWORK DRIVER 369P: Philip Blundell 370M: Philip.Blundell@pobox.com 371L: linux-net@vger.kernel.org 372S: Maintained 373 374ETHERTEAM 16I DRIVER 375P: Mika Kuoppala 376M: miku@iki.fi 377S: Maintained 378 379EXT2 FILE SYSTEM 380P: Remy Card 381M: Remy.Card@linux.org 382L: linux-kernel@vger.kernel.org 383S: Maintained 384 385FILE LOCKING (flock() and fcntl()/lockf()) 386P: Andy Walker 387M: andy@lysaker.kvaerner.no 388L: linux-kernel@vger.kernel.org 389S: Maintained 390 391FPU EMULATOR 392P: Bill Metzenthen 393M: billm@suburbia.net 394W: http://suburbia.net/~billm/floating-point/emulator/ 395S: Maintained 396 397FRAME DIVERTER 398P: Benoit Locher 399M: Benoit.Locher@skf.com 400W: http://perso.wanadoo.fr/magpie/EtherDivert.html 401S: Maintained 402 403FRAME RELAY DLCI/FRAD (Sangoma drivers too) 404P: Mike McLagan 405M: mike.mclagan@linux.org 406L: linux-net@vger.kernel.org 407S: Maintained 408 409FTAPE/QIC-117 410P: Claus-Justus Heine 411M: claus@momo.math.rwth-aachen.de 412L: linux-tape@vger.kernel.org 413W: http://www-math.math.rwth-aachen.de/~LBFM/claus/ftape/ 414S: Maintained 415 416FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 417P: Rik Faith 418M: faith@cs.unc.edu 419L: linux-scsi@vger.kernel.org 420S: Odd fixes (e.g., new signatures) 421 422GDT SCSI DISK ARRAY CONTROLLER DRIVER 423P: Achim Leubner 424M: achim@vortex.de 425L: linux-scsi@vger.kernel.org 426W: http://www.icp-vortex.com/ 427S: Supported 428 429GENERIC HDLC DRIVER AND N2, C101 AND WANXL DRIVERS 430P: Krzysztof Halasa 431M: khc@pm.waw.pl 432W: http://hq.pm.waw.pl/hdlc/ 433S: Maintained 434 435HAYES ESP SERIAL DRIVER 436P: Andrew J. Robinson 437M: arobinso@nyx.net 438L: linux-kernel@vger.kernel.org 439W: http://www.nyx.net/~arobinso 440S: Maintained 441 442HFS FILESYSTEM 443P: Adrian Sun 444M: asun@cobaltnet.com 445L: linux-kernel@vger.kernel.org 446S: Maintained 447 448HIGH-SPEED SCC DRIVER FOR AX.25 449P: Klaus Kudielka 450M: oe1kib@oe1kib.ampr.org 451L: linux-hams@vger.kernel.org 452S: Maintained 453 454HIPPI 455P: Jes Sorensen 456M: Jes.Sorensen@cern.ch 457L: linux-hippi@sunsite.auc.dk 458S: Maintained 459 460HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 461P: Jaroslav Kysela 462M: perex@jcu.cz 463S: Maintained 464 465IBM MCA SCSI SUBSYSTEM DRIVER 466P: Michael Lang 467M: langa2@kph.uni-mainz.de 468W: http://www.uni-mainz.de/~langm000/linux.html 469S: Maintained 470 471IBM ServeRAID RAID DRIVER 472P: Keith Mitchell 473M: ipslinux@us.ibm.com 474W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 475S: Supported 476 477IDE DRIVER [GENERAL] 478P: Andre Hedrick 479M: andre@linux-ide.org 480L: linux-kernel@vger.kernel.org 481S: Maintained 482 483IDE/ATAPI CDROM DRIVER 484P: Jens Axboe 485M: axboe@suse.de 486L: linux-kernel@vger.kernel.org 487S: Maintained 488 489IDE/ATAPI TAPE DRIVERS 490P: Gadi Oxman 491M: Gadi Oxman <gadio@netvision.net.il> 492L: linux-kernel@vger.kernel.org 493S: Maintained 494 495IDE/ATAPI FLOPPY DRIVERS 496P: Paul Bristow 497M: Paul Bristow <paul@paulbristow.net> 498W: http://paulbristow.net/linux 499L: linux-kernel@vger.kernel.org 500S: Maintained 501 502INTEL IA32 MICROCODE UPDATE DRIVER 503P: Tigran Aivazian 504M: Tigran Aivazian <tigran@veritas.com> 505W: http://www.urbanmyth.org/microcode 506L: linux-kernel@vger.kernel.org 507S: Maintained 508 509IP FIREWALL 510P: Paul Russell 511M: Paul.Russell@rustcorp.com.au 512W: http://netfilter.filewatcher.org/ipchains 513W: http://www.samba.org/netfilter/ipchains 514W: http://netfilter.kernelnotes.org/ipchains 515S: Supported 516 517IP MASQUERADING: 518P: Juanjo Ciarlante 519M: jjciarla@raiz.uncu.edu.ar 520S: Maintained 521 522IPX/SPX NETWORK LAYER 523P: Jay Schulist 524M: Jay Schulist <Jay.Schulist@spacs.k12.wi.us> 525L: linux-net@vger.kernel.org 526S: Maintained 527 528IRDA SUBSYSTEM 529P: Dag Brattli 530M: Dag Brattli <dagb@cs.uit.no> 531L: linux-irda@list.uit.no 532W: http://www.cs.uit.no/linux-irda/ 533S: Maintained 534 535ISDN SUBSYSTEM (general) 536P: Fritz Elfert 537M: fritz@isdn4linux.de 538L: isdn4linux@listserv.isdn4linux.de 539W: www.isdn4linux.de 540S: Maintained 541 542ISDN SUBSYSTEM (HiSax) 543P: Karsten Keil 544M: keil@isdn4linux.de 545L: isdn4linux@listserv.isdn4linux.de 546S: Maintained 547 548ISDN SUBSYSTEM (Eicon active card driver) 549P: Armin Schindler 550M: mac@melware.de 551L: isdn4linux@listserv.isdn4linux.de 552W: http://www.melware.net 553S: Maintained 554 555JOYSTICK DRIVER 556P: Vojtech Pavlik 557M: vojtech@suse.cz 558L: linux-joystick@atrey.karlin.mff.cuni.cz 559W: http://www.suse.cz/development/joystick/ 560S: Maintained 561 562KCTT DRIVER FOR ANTENNA ROTORS 563P: Jean-Paul Roubelat 564M: jpr@f6fbb.org 565L: linux-hams@vger.kernel.org 566S: Maintained 567 568KERNEL (2.2.XX TREE) 569P: Alan Cox 570M: Alan.Cox@linux.org 571L: linux-kernel@vger.kernel.org 572W: http://www.kernel.org/pub/linux/kernel/alan/ 573S: Maintained 574 575KERNEL AUTOMOUNTER (AUTOFS) 576P: H. Peter Anvin 577M: hpa@zytor.com 578L: autofs@linux.kernel.org 579S: Maintained 580 581KERNEL NFSD 582P: Neil Brown 583M: neilb@cse.unsw.edu.au 584L: nfs-devel@linux.kernel.org (Linux NFS) 585L: nfs@lists.sourceforge.net 586W: http://nfs.sourceforge.net/ 587W: http://www.cse.unsw.edu.au/~neilb/patches/knfsd-2.2/ 588S: Maintained 589 590LANMEDIA WAN CARD DRIVER 591P: Andrew Stanley-Jones 592M: asj@lanmedia.com 593W: http://www.lanmedia.com/ 594S: Supported 595 596LAPB module 597P: Henner Eisen 598M: eis@baty.hanse.de 599L: linux-x25@vger.kernel.org 600S: Maintained 601 602LINUX FOR POWERPC (PREP) 603P: Cort Dougan 604M: cort@fsmlabs.com 605W: http://www.fsmlabs.com/linuxppcbk.html 606S: Maintained 607 608LINUX FOR POWER MACINTOSH 609P: Paul Mackerras 610M: paulus@samba.org 611W: http://www.linuxppc.org/ 612L: linuxppc-dev@lists.linuxppc.org 613S: Maintained 614 615LOGICAL VOLUME MANAGER 616P: Heinz Mauelshagen 617M: linux.LVM@ez-darmstadt.telekom.de 618W: http://linux.msede.com/lvm 619S: Maintained 620 621MAESTRO PCI SOUND DRIVER 622P: Zach Brown 623M: zab@redhat.com 624W: http://people.redhat.com/zab/maestro/ 625S: Supported 626 627M68K 628P: Jes Sorensen 629M: Jes.Sorensen@cern.ch 630W: http://www.clark.net/pub/lawrencc/linux/index.html 631L: linux-m68k@lists.linux-m68k.org 632S: Maintained 633 634M68K ON APPLE MACINTOSH 635P: Alan Cox 636M: Alan.Cox@linux.org 637W: http://www.mac.linux-m68k.org/home.html 638L: linux-mac68k@wave.lm.com 639S: As time permits [Michael confess, you are the mac68k maintainer 8)] 640 641M68K ON HP9000/300 642P: Philip Blundell 643M: philb@gnu.org 644W: http://www.tazenda.demon.co.uk/phil/linux-hp 645S: Maintained 646 647MIPS 648P: Ralf Baechle 649M: ralf@gnu.ai.mit.edu 650W: http://lena.fnet.fr/ 651L: linux-mips@fnet.fr 652S: Maintained 653 654MISCELLANEOUS MCA-SUPPORT 655P: David Weinehall 656M: mcalinux@acc.umu.se (project MCA-team) 657M: tao@acc.umu.se (personal) 658L: linux-kernel@vger.kernel.org 659S: Maintained 660 661MODULE SUPPORT [GENERAL], KERNELD 662P: Keith Owens 663M: kaos@ocs.com.au 664L: linux-kernel@vger.kernel.org 665S: Maintained 666 667MTRR AND SIMILAR SUPPORT [i386] 668P: Richard Gooch 669M: rgooch@atnf.csiro.au 670L: linux-kernel@vger.kernel.org 671W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html 672S: Maintained 673 674MULTISOUND SOUND DRIVER 675P: Andrew Veliath 676M: andrewtv@usa.net 677S: Maintained 678 679NCP FILESYSTEM 680P: Petr Vandrovec 681M: vandrove@vc.cvut.cz 682P: Volker Lendecke 683M: vl@kki.org 684L: linware@sh.cvut.cz 685S: Maintained 686 687NETROM NETWORK LAYER 688P: Tomi Manninen 689M: Tomi.Manninen@hut.fi 690L: linux-hams@vger.kernel.org 691S: Maintained 692 693NETWORK BLOCK DEVICE 694P: Pavel Machek 695M: pavel@atrey.karlin.mff.cuni.cz 696S: Maintained 697 698NETWORKING [GENERAL] 699P: Networking Teak 700M: netdev@oss.sgi.com 701L: linux-net@vger.kernel.org 702W: http://www.uk.linux.org/NetNews.html (2.0 only) 703S: Maintained 704 705NETWORKING [IPv4/IPv6] 706P: David S. Miller 707M: davem@redhat.com 708P: Andi Kleen 709M: ak@muc.de 710P: Alexey Kuznetsov 711M: kuznet@ms2.inr.ac.ru 712L: netdev@oss.sgi.com 713S: Maintained 714 715NFS CLIENT 716P: Trond Myklebust 717M: trond.myklebust@fys.uio.no 718L: linux-kernel@vger.kernel.org 719S: Maintained 720 721NI5010 NETWORK DRIVER 722P: Jan-Pascal van Best and Andreas Mohr 723M: jvbest@qv3pluto.leidenuniv.nl (Best) 724M: 100.30936@germany.net (Mohr) 725L: linux-net@vger.kernel.org 726S: Maintained 727 728NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility) 729P: Eberhard Moenkeberg 730M: emoenke@gwdg.de 731L: linux-kernel@vger.kernel.org 732S: Maintained 733 734NTFS FILESYSTEM 735P: Anton Altaparmakov 736M: aia21@cus.cam.ac.uk 737L: linux-kernel@vger.kernel.org 738S: Odd Fixes 739 740OLYMPIC NETWORK DRIVER 741P: Peter De Shrijver 742M: p2@ace.ulyssis.sutdent.kuleuven.ac.be 743P: Mike Phillips 744M: phillim@amtrak.com 745L: linux-net@vger.kernel.org 746L: linux-tr@emissary.aus-etc.com 747W: http://www.linuxtr.net 748S: Maintained 749 750ONSTREAM SCSI TAPE DRIVER 751P: Willem Riede 752M: osst@riede.org 753L: osst@linux1.onstream.nl 754L: linux-scsi@vger.rutgers.edu 755S: Maintained 756 757OPL3-SA2, SA3, and SAx DRIVER 758P: Scott Murray 759M: scott@spiteful.org 760L: linux-sound@vger.kernel.org 761S: Maintained 762 763PARALLEL PORT SUPPORT 764P: Phil Blundell 765M: Philip.Blundell@pobox.com 766P: Tim Waugh 767M: tim@cyberelk.demon.co.uk 768P: David Campbell 769M: campbell@torque.net 770P: Andrea Arcangeli 771M: andrea@e-mind.com 772L: linux-parport@torque.net 773W: http://www.cyberelk.demon.co.uk/parport.html 774S: Maintained 775 776PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 777P: Grant Guenther 778M: grant@torque.net 779L: linux-parport@torque.net 780W: http://www.torque.net/linux-pp.html 781S: Maintained 782 783PCI ID DATABASE 784P: Jens Maurer 785M: jmaurer@cck.uni-kl.de 786S: Maintained 787 788PCI SUBSYSTEM 789P: Martin Mares 790M: mj@atrey.karlin.mff.cuni.cz 791L: linux-kernel@vger.kernel.org 792S: Maintained 793 794PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES) 795P: Thomas Sailer 796M: sailer@ife.ee.ethz.ch 797L: linux-sound@vger.kernel.org 798W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html 799S: Maintained 800 801PCNET32 NETWORK DRIVER 802P: Thomas Bogendörfer 803M: tsbogend@alpha.franken.de 804L: linux-net@vger.kernel.org 805S: Maintained 806 807PNP SUPPORT 808P: Tom Lees 809M: tom@lpsg.demon.co.uk 810L: pnp-users@ferret.lmh.ox.ac.uk 811L: pnp-devel@ferret.lmh.ox.ac.uk 812W: http://www-jcr.lmh.ox.ac.uk/~pnp/ 813S: Maintained 814 815PPP PROTOCOL DRIVERS AND COMPRESSORS 816P: Al Longyear 817M: longyear@pobox.com 818L: linux-ppp@vger.kernel.org 819S: Maintained 820 821QNX4 FILESYSTEM 822P: Anders Larsen 823M: al@alarsen.net 824L: linux-kernel@vger.kernel.org 825W: http://www.alarsen.net/linux/qnx4fs/ 826S: Maintained 827 828REAL TIME CLOCK DRIVER 829P: Paul Gortmaker 830M: p_gortmaker@yahoo.com 831L: linux-kernel@vger.kernel.org 832S: Maintained 833 834ROSE NETWORK LAYER 835P: Jean-Paul Roubelat 836M: jpr@f6fbb.org 837L: linux-hams@vger.kernel.org 838S: Maintained 839 840RISCOM8 DRIVER 841P: Dmitry Gorodchanin 842M: pgmdsg@ibi.com 843L: linux-kernel@vger.kernel.org 844S: Maintained 845 846RTLINUX REALTIME LINUX 847P: Victor Yodaiken 848M: yodaiken@fsmlabs.com 849L: rtl@rtlinux.org 850W: www.rtlinux.org 851S: Maintained 852 853S390 854P: Martin Schwidefsky 855M: schwidefsky@de.ibm.com 856M: linux390@de.ibm.com 857L: linux-390@vm.marist.edu 858W: http://oss.software.ibm.com/developerworks/opensource/linux390 859S: Supported 860 861SBPCD CDROM DRIVER 862P: Eberhard Moenkeberg 863M: emoenke@gwdg.de 864L: linux-kernel@vger.kernel.org 865S: Maintained 866 867SCSI SG DRIVER 868P: Doug Gilbert 869M: dgilbert@interlog.com 870L: linux-scsi@vger.kernel.org 871W: http://www.torque.net/sg 872S: Maintained 873 874SCSI SUBSYSTEM 875L: linux-scsi@vger.kernel.org 876S: Unmaintained 877 878SCSI TAPE DRIVER 879P: Kai Mdkisara 880M: Kai.Makisara@metla.fi 881L: linux-scsi@vger.kernel.org 882S: Maintained 883 884SGI VISUAL WORKSTATION 320 AND 540 885P: Bent Hagemark 886M: bh@sgi.com 887P: Ingo Molnar 888M: mingo@redhat.com 889S: Maintained 890 891SMB FILESYSTEM 892P: Urban Widmark 893M: urban@svenskatest.se 894W: http://samba.org/ 895L: samba@samba.org 896S: Maintained 897 898SMP: (except SPARC) 899P: Linus Torvalds 900M: torvalds@transmeta.com 901L: linux-smp@vger.kernel.org 902S: Maintained 903 904SONIC NETWORK DRIVER 905P: Thomas Bogendoerfer 906M: tsbogend@alpha.franken.de 907L: linux-net@vger.kernel.org 908S: Maintained 909 910SOUND 911P: Alan Cox 912M: alan@redhat.com 913S: Supported 914 915SPARC: 916P: David S. Miller 917M: davem@redhat.com 918P: Eddie C. Dost 919M: ecd@skynet.be 920P: Jakub Jelinek 921M: jj@sunsite.ms.mff.cuni.cz 922P: Anton Blanchard 923M: anton@progsoc.uts.edu.au 924L: sparclinux@vger.kernel.org 925L: ultralinux@vger.kernel.org 926W: http://ultra.linux.cz 927W: http://www.geog.ubc.ca/s_linux.html 928S: Maintained 929 930SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 931P: Roger Wolff 932M: R.E.Wolff@BitWizard.nl 933M: io8-linux@specialix.co.uk 934L: linux-kernel@vger.kernel.org ? 935S: Supported 936 937SPX NETWORK LAYER 938P: Jay Schulist 939M: Jay.Schulist@spacs.k12.wi.us 940L: linux-net@vger.kernel.org 941S: Supported 942 943STALLION TECHNOLOGIES MULTIPORT SERIAL BOARDS 944M: support@stallion.oz.au 945W: http://www.stallion.com 946S: Supported 947 948STARFIRE/DURALAN NETWORK DRIVER 949P: Ion Badulescu 950M: ionut@cs.columbia.edu 951S: Maintained 952 953STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 954W: http://mosquitonet.Stanford.EDU/strip.html 955S: Unsupported ? 956 957SVGA HANDLING 958P: Martin Mares 959M: mj@atrey.karlin.mff.cuni.cz 960L: linux-video@atrey.karlin.mff.cuni.cz 961S: Maintained 962 963SYSV FILESYSTEM 964P: Krzysztof G. Baranowski 965M: kgb@manjak.knm.org.pl 966S: Maintained 967 968TLAN NETWORK DRIVER 969P: Torben Mathiasen 970M: torben.mathiasen@compaq.com 971L: tlan@vuser.vu.union.edu 972W: http://tlan.kernel.dk 973S: Maintained 974 975TOKEN-RING NETWORK DRIVER 976P: Paul Norton 977M: pnorton@ieee.org 978L: linux-net@vger.kernel.org 979L: linux-tr@emissary.aus-etc.com 980S: Maintained 981 982TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE/ALi 5451 983P: Ollie Lho 984M: ollie@sis.com.tw 985L: linux-kernel@vger.kernel.org 986S: Supported 987 988 989U14-34F SCSI DRIVER 990P: Dario Ballabio 991M: dario@milano.europe.dg.com 992L: linux-scsi@vger.kernel.org 993S: Maintained 994 995UMSDOS FILESYSTEM 996P: Matija Nalis 997M: mnalis-umsdos@voyager.hr 998L: linux-kernel@vger.kernel.org 999S: Maintained 1000
1001UNIFORM CDROM DRIVER 1002P: Jens Axboe 1003M: axboe@suse.de 1004L: linux-kernel@vger.kernel.org 1005S: Maintained 1006 1007USB SUBSYSTEM 1008P: Johannes Erdfelt 1009M jerdfelt@valinux.com 1010M: johannes@erdfelt.com 1011L: linux-usb-users@lists.sourceforge.net 1012L: linux-usb-devel@lists.sourceforge.net 1013W: http://www.linux-usb.org 1014S: Supported 1015 1016USB ACM DRIVER 1017P: Vojtech Pavlik 1018M: vojtech@suse.cz 1019L: linux-usb-users@lists.sourceforge.net 1020L: linux-usb-devel@lists.sourceforge.net 1021S: Supported 1022 1023USB BLUETOOTH DRIVER 1024P: Greg Kroah-Hartman 1025M: greg@kroah.com 1026L: linux-usb-users@lists.sourceforge.net 1027L: linux-usb-devel@lists.sourceforge.net 1028S: Maintained 1029W: http://www.kroah.com/linux-usb/ 1030 1031USB HID/HIDBP/INPUT DRIVERS 1032P: Vojtech Pavlik 1033M: vojtech@suse.cz 1034L: linux-usb-users@lists.sourceforge.net 1035L: linux-usb-devel@lists.sourceforge.net 1036W: http://www.suse.cz/development/input/ 1037S: Supported 1038 1039USB HUB 1040P: Johannes Erdfelt 1041M: jerdfelt@sventech.com 1042L: linux-usb-users@lists.sourceforge.net 1043L: linux-usb-devel@lists.sourceforge.net 1044S: Maintained 1045 1046USB OHCI DRIVER 1047P: Roman Weissgaerber 1048M: weissg@vienna.at 1049L: linux-usb-users@lists.sourceforge.net 1050L: linux-usb-devel@lists.sourceforge.net 1051S: Maintained 1052 1053USB OV511 DRIVER 1054P: Mark McClelland 1055M: mmcclelland@delphi.com 1056L: linux-usb-users@lists.sourceforge.net 1057L: linux-usb-devel@lists.sourceforge.net 1058W: http://alpha.dyndns.org/ov511/ 1059S: Maintained 1060 1061USB PEGASUS DRIVER 1062P: Petko Manolov 1063M: petkan@dce.bg 1064L: linux-usb-users@lists.sourceforge.net 1065L: linux-usb-devel@lists.sourceforge.net 1066S: Maintained 1067 1068USB PRINTER DRIVER 1069P: Vojtech Pavlik 1070M: vojtech@suse.cz 1071L: linux-usb-users@lists.sourceforge.net 1072L: linux-usb-devel@lists.sourceforge.net 1073S: Supported 1074 1075USB SERIAL DIGI ACCELEPORT DRIVER 1076P: Peter Berger and Al Borchers 1077M: pberger@brimson.com 1078M: alborchers@steinerpoint.com 1079L: linux-usb-users@lists.sourceforge.net 1080L: linux-usb-devel@lists.sourceforge.net 1081S: Maintained 1082 1083USB SERIAL KEYSPAN DRIVER 1084P: Hugh Blemings 1085M: hugh@linuxcare.com 1086L: linux-usb-users@lists.sourceforge.net 1087L: linux-usb-devel@lists.sourceforge.net 1088S: Maintained 1089W: http://www.linuxcare.com.au/hugh/keyspan.html 1090 1091USB SERIAL DRIVER 1092P: Greg Kroah-Hartman 1093M: greg@kroah.com 1094L: linux-usb-users@lists.sourceforge.net 1095L: linux-usb-devel@lists.sourceforge.net 1096S: Maintained 1097W: http://www.kroah.com/linux-usb/ 1098 1099USB MASS STORAGE DRIVER 1100P: Matthew Dharm 1101M: mdharm-usb@one-eyed-alien.net 1102L: linux-usb-users@lists.sourceforge.net 1103L: linux-usb-devel@lists.sourceforge.net 1104S: Maintained 1105W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 1106 1107USB UHCI DRIVER 1108P: Georg Acher 1109M: usb@in.tum.de 1110L: linux-usb-users@lists.sourceforge.net 1111L: linux-usb-devel@lists.sourceforge.net 1112W: http://usb.in.tum.de 1113S: Maintained 1114 1115VFAT FILESYSTEM: 1116P: Gordon Chaffee 1117M: chaffee@cs.berkeley.edu 1118L: linux-kernel@vger.kernel.org 1119W: http://bmrc.berkeley.edu/people/chaffee 1120S: Maintained 1121 1122VIA 82Cxxx AUDIO DRIVER 1123P: Jeff Garzik 1124M: jgarzik@pobox.com 1125S: Maintained 1126 1127VIDEO FOR LINUX 1128P: Alan Cox 1129M: Alan.Cox@linux.org 1130W: http://roadrunner.swansea.linux.org.uk/v4l.shtml 1131S: Maintained 1132 1133WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC) 1134P: Jaspreet Singh 1135M: jaspreet@sangoma.com 1136M: dm@sangoma.com 1137W: http://www.sangoma.com 1138S: Supported 1139 1140WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 1141P: Jean Tourrilhes 1142M: jt@hpl.hp.com 1143W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 1144S: Maintained 1145 1146WD7000 SCSI DRIVER 1147P: Miroslav Zagorac 1148M: zaga@fly.cc.fer.hr 1149L: linux-scsi@vger.kernel.org 1150S: Maintained 1151 1152X.25 NETWORK LAYER 1153P: Henner Eisen 1154M: eis@baty.hanse.de 1155L: linux-x25@vger.kernel.org 1156S: Maintained 1157 1158YAM DRIVER FOR AX.25 1159P: Jean-Paul Roubelat 1160M: jpr@f6fbb.org 1161L: linux-hams@vger.kernel.org 1162S: Maintained 1163 1164Z85230 SYNCHRONOUS DRIVER 1165P: Alan Cox 1166M: alan@redhat.com 1167W: http://roadrunner.swansea.linux.org.uk/synchronous.shtml 1168S: Maintained 1169 1170Z8530 DRIVER FOR AX.25 1171P: Joerg Reuter 1172M: jreuter@yaina.de 1173W: http://yaina.de/jreuter 1174W: http://www.qsl.net/dl1bke/ 1175L: linux-hams@vger.kernel.org 1176S: Maintained 1177 1178THE REST 1179P: Linus Torvalds 1180S: Buried alive in reporters 1181

