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: Michael H. Warfield 203M: Michael H. Warfield <mhw@wittsend.com> 204W: http://www.computone.com/ 205W: http://www.wittsend.com/computone.html 206L: linux-computone@lazuli.wittsend.com 207S: Supported 208 209CONFIGURE, MENUCONFIG, XCONFIG 210P: Michael Elizabeth Chastain 211M: mec@shout.net 212L: kbuild-devel@lists.sourceforge.net 213W: http://kbuild.sourceforge.net 214S: Maintained 215 216CONFIGURE.HELP 217P: Axel Boldt 218M: boldt@math.ucsb.edu 219S: Maintained 220 221COSA/SRP SYNC SERIAL DRIVER 222P: Jan "Yenya" Kasprzak 223M: kas@fi.muni.cz 224W: http://www.fi.muni.cz/~kas/cosa/ 225S: Maintained 226 227COMX/MULTIGATE SYNC SERIAL DRIVERS 228P: Gergely Madarasz 229M: Gergely Madarasz <gorgo@itc.hu> 230S: Supported 231 232CREDITS FILE 233P: John A. Martin 234M: jam@acm.org 235S: Maintained 236 237CYCLADES ASYNC MUX DRIVER 238P: Ivan Passos 239M: ivan@cyclades.com 240W: http://www.cyclades.com/ 241S: Supported 242 243CYCLADES PC300 DRIVER 244P: Daniela Squassoni 245M: daniela@cyclades.com 246W: http://www.cyclades.com/ 247S: Supported 248 249DAMA SLAVE for AX.25 250P: Joerg Reuter 251M: jreuter@yaina.de 252W: http://yaina.de/jreuter 253W: http://www.qsl.net/dl1bke/ 254L: linux-hams@vger.kernel.org 255S: Maintained 256 257DC390/AM53C974 SCSI driver 258P: Kurt Garloff 259M: garloff@suse.de 260W: http://www.garloff.de/kurt/linux/dc390/ 261S: Maintained 262 263DECnet NETWORK LAYER 264P: Steven Whitehouse 265M: SteveW@ACM.org 266W: http://www.sucs.swan.ac.uk/~rohan/ 267W: http://www-sigproc.eng.cam.ac.uk/~sjw44/ 268L: netdev@oss.sgi.com 269S: Maintained 270 271DEVICE NUMBER REGISTRY 272P: H. Peter Anvin 273M: hpa@zytor.com 274L: linux-kernel@vger.kernel.org 275S: Maintained 276 277DEVICE FILESYSTEM 278P: Richard Gooch 279M: rgooch@atnf.csiro.au 280L: linux-kernel@vger.rutgers.edu 281S: Maintained 282 283DIGI INTL. EPCA DRIVER 284P: Daniel Taylor 285M: support@digi.com 286M: danielt@digi.com 287L: digilnux@digi.com 288S: Maintained 289 290DIGI RIGHTSWITCH NETWORK DRIVER 291P: Rick Richardson 292M: rick@remotepoint.com 293L: linux-net@vger.kernel.org 294W: http://www.dgii.com/linux/ 295S: Maintained 296 297DISK GEOMETRY AND PARTITION HANDLING 298P: Andries Brouwer 299M: aeb@veritas.com 300W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 301W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 302W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 303S: Maintained 304 305DISKQUOTA: 306P: Marco van Wieringen 307M: mvw@planets.elm.net 308L: linux-kernel@vger.kernel.org 309S: Maintained 310 311DOUBLETALK DRIVER 312P: James R. Van Zandt 313M: jrv@vanzandt.mv.com 314L: blinux-list@redhat.com 315S: Maintained 316 317EATA-DMA SCSI DRIVER 318P: Michael Neuffer 319M: mike@i-Connect.Net 320L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 321S: Maintained 322 323COMPAQ SMART2 RAID DRIVER 324P: Charles White 325M: Charles White <arrays@compaq.com> 326L: compaqandlinux@cpqlin.van-dijk.net 327W: ftp.compaq.com/pub/products/drivers/linux 328S: Supported 329 330COMPAQ SMART CISS RAID DRIVER 331P: Charles White 332M: Charles White <arrays@compaq.com> 333L: compaqandlinux@cpqlin.van-dijk.net 334W: ftp.compaq.com/pub/products/drivers/linux 335S: Supported 336 337DAC960 RAID DRIVER 338P: Leonard N. Zubkoff 339M: Leonard N. Zubkoff <lnz@dandelion.com> 340L: linux-raid@vger.kernel.org 341S: Maintained 342 343EATA ISA/EISA/PCI SCSI DRIVER 344P: Dario Ballabio 345M: dario@milano.europe.dg.com 346L: linux-scsi@vger.kernel.org 347S: Maintained 348 349EATA-PIO SCSI DRIVER 350P: Michael Neuffer 351M: mike@i-Connect.Net 352L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 353S: Maintained 354 355EEPRO100 NETWORK DRIVER 356P: Andrey V. Savochkin 357M: saw@saw.sw.com.sg 358S: Maintained 359 360EMU10K1 SOUND DRIVER 361P: Rui Sousa 362M: rsousa@grad.physics.sunysb.edu 363L: emu10k1-devel@opensource.creative.com 364W: http://opensource.creative.com/ 365S: Maintained 366 367ETHEREXPRESS-16 NETWORK DRIVER 368P: Philip Blundell 369M: Philip.Blundell@pobox.com 370L: linux-net@vger.kernel.org 371S: Maintained 372 373ETHERTEAM 16I DRIVER 374P: Mika Kuoppala 375M: miku@iki.fi 376S: Maintained 377 378EXT2 FILE SYSTEM 379P: Remy Card 380M: Remy.Card@linux.org 381L: linux-kernel@vger.kernel.org 382S: Maintained 383 384FILE LOCKING (flock() and fcntl()/lockf()) 385P: Andy Walker 386M: andy@lysaker.kvaerner.no 387L: linux-kernel@vger.kernel.org 388S: Maintained 389 390FPU EMULATOR 391P: Bill Metzenthen 392M: billm@suburbia.net 393W: http://suburbia.net/~billm/floating-point/emulator/ 394S: Maintained 395 396FRAME DIVERTER 397P: Benoit Locher 398M: Benoit.Locher@skf.com 399W: http://perso.wanadoo.fr/magpie/EtherDivert.html 400S: Maintained 401 402FRAME RELAY DLCI/FRAD (Sangoma drivers too) 403P: Mike McLagan 404M: mike.mclagan@linux.org 405L: linux-net@vger.kernel.org 406S: Maintained 407 408FTAPE/QIC-117 409P: Claus-Justus Heine 410M: claus@momo.math.rwth-aachen.de 411L: linux-tape@vger.kernel.org 412W: http://www-math.math.rwth-aachen.de/~LBFM/claus/ftape/ 413S: Maintained 414 415FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 416P: Rik Faith 417M: faith@cs.unc.edu 418L: linux-scsi@vger.kernel.org 419S: Odd fixes (e.g., new signatures) 420 421GDT SCSI DISK ARRAY CONTROLLER DRIVER 422P: Achim Leubner 423M: achim@vortex.de 424L: linux-scsi@vger.kernel.org 425W: http://www.icp-vortex.com/ 426S: Supported 427 428GENERIC HDLC DRIVER AND N2, C101 AND WANXL DRIVERS 429P: Krzysztof Halasa 430M: khc@pm.waw.pl 431W: http://hq.pm.waw.pl/hdlc/ 432S: Maintained 433 434HAYES ESP SERIAL DRIVER 435P: Andrew J. Robinson 436M: arobinso@nyx.net 437L: linux-kernel@vger.kernel.org 438W: http://www.nyx.net/~arobinso 439S: Maintained 440 441HFS FILESYSTEM 442P: Adrian Sun 443M: asun@cobaltnet.com 444L: linux-kernel@vger.kernel.org 445S: Maintained 446 447HIGH-SPEED SCC DRIVER FOR AX.25 448P: Klaus Kudielka 449M: oe1kib@oe1kib.ampr.org 450L: linux-hams@vger.kernel.org 451S: Maintained 452 453HIPPI 454P: Jes Sorensen 455M: Jes.Sorensen@cern.ch 456L: linux-hippi@sunsite.auc.dk 457S: Maintained 458 459HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 460P: Jaroslav Kysela 461M: perex@jcu.cz 462S: Maintained 463 464IBM MCA SCSI SUBSYSTEM DRIVER 465P: Michael Lang 466M: langa2@kph.uni-mainz.de 467W: http://www.uni-mainz.de/~langm000/linux.html 468S: Maintained 469 470IBM ServeRAID RAID DRIVER 471P: Keith Mitchell 472M: ipslinux@us.ibm.com 473W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 474S: Supported 475 476IDE DRIVER [GENERAL] 477P: Andre Hedrick 478M: andre@linux-ide.org 479L: linux-kernel@vger.kernel.org 480S: Maintained 481 482IDE/ATAPI CDROM DRIVER 483P: Jens Axboe 484M: axboe@suse.de 485L: linux-kernel@vger.kernel.org 486S: Maintained 487 488IDE/ATAPI TAPE DRIVERS 489P: Gadi Oxman 490M: Gadi Oxman <gadio@netvision.net.il> 491L: linux-kernel@vger.kernel.org 492S: Maintained 493 494IDE/ATAPI FLOPPY DRIVERS 495P: Paul Bristow 496M: Paul Bristow <paul@paulbristow.net> 497W: http://paulbristow.net/linux 498L: linux-kernel@vger.kernel.org 499S: Maintained 500 501INTEL IA32 MICROCODE UPDATE DRIVER 502P: Tigran Aivazian 503M: Tigran Aivazian <tigran@veritas.com> 504W: http://www.urbanmyth.org/microcode 505L: linux-kernel@vger.kernel.org 506S: Maintained 507 508IP FIREWALL 509P: Paul Russell 510M: Paul.Russell@rustcorp.com.au 511W: http://netfilter.filewatcher.org/ipchains 512W: http://www.samba.org/netfilter/ipchains 513W: http://netfilter.kernelnotes.org/ipchains 514S: Supported 515 516IP MASQUERADING: 517P: Juanjo Ciarlante 518M: jjciarla@raiz.uncu.edu.ar 519S: Maintained 520 521IPX/SPX NETWORK LAYER 522P: Jay Schulist 523M: Jay Schulist <Jay.Schulist@spacs.k12.wi.us> 524L: linux-net@vger.kernel.org 525S: Maintained 526 527IRDA SUBSYSTEM 528P: Dag Brattli 529M: Dag Brattli <dagb@cs.uit.no> 530L: linux-irda@list.uit.no 531W: http://www.cs.uit.no/linux-irda/ 532S: Maintained 533 534ISDN SUBSYSTEM 535P: Karsten Keil 536M: kkeil@suse.de 537P: Kai Germaschewski 538M: kai.germaschewski@gmx.de 539L: isdn4linux@listserv.isdn4linux.de 540W: http://www.isdn4linux.de 541S: Maintained 542 543ISDN SUBSYSTEM (Eicon active card driver) 544P: Armin Schindler 545M: mac@melware.de 546L: isdn4linux@listserv.isdn4linux.de 547W: http://www.melware.net 548S: Maintained 549 550JOYSTICK DRIVER 551P: Vojtech Pavlik 552M: vojtech@suse.cz 553L: linux-joystick@atrey.karlin.mff.cuni.cz 554W: http://www.suse.cz/development/joystick/ 555S: Maintained 556 557KCTT DRIVER FOR ANTENNA ROTORS 558P: Jean-Paul Roubelat 559M: jpr@f6fbb.org 560L: linux-hams@vger.kernel.org 561S: Maintained 562 563KERNEL (2.2.XX TREE) 564P: Marc-Christian Petersen 565M: m.c.p@wolk-project.de 566L: linux-kernel@vger.kernel.org 567W: http://www.kernel.org/pub/linux/kernel/people/mcp/ 568S: Maintained 569 570KERNEL AUTOMOUNTER (AUTOFS) 571P: H. Peter Anvin 572M: hpa@zytor.com 573L: autofs@linux.kernel.org 574S: Maintained 575 576KERNEL NFSD 577P: Neil Brown 578M: neilb@cse.unsw.edu.au 579L: nfs-devel@linux.kernel.org (Linux NFS) 580L: nfs@lists.sourceforge.net 581W: http://nfs.sourceforge.net/ 582W: http://www.cse.unsw.edu.au/~neilb/patches/knfsd-2.2/ 583S: Maintained 584 585LANMEDIA WAN CARD DRIVER 586P: Andrew Stanley-Jones 587M: asj@lanmedia.com 588W: http://www.lanmedia.com/ 589S: Supported 590 591LAPB module 592P: Henner Eisen 593M: eis@baty.hanse.de 594L: linux-x25@vger.kernel.org 595S: Maintained 596 597LINUX FOR POWERPC (PREP) 598P: Cort Dougan 599M: cort@fsmlabs.com 600W: http://www.fsmlabs.com/linuxppcbk.html 601S: Maintained 602 603LINUX FOR POWER MACINTOSH 604P: Paul Mackerras 605M: paulus@samba.org 606W: http://www.linuxppc.org/ 607L: linuxppc-dev@lists.linuxppc.org 608S: Maintained 609 610LOGICAL VOLUME MANAGER 611P: Heinz Mauelshagen 612M: linux.LVM@ez-darmstadt.telekom.de 613W: http://linux.msede.com/lvm 614S: Maintained 615 616MAESTRO PCI SOUND DRIVER 617P: Zach Brown 618M: zab@redhat.com 619W: http://people.redhat.com/zab/maestro/ 620S: Supported 621 622M68K 623P: Jes Sorensen 624M: Jes.Sorensen@cern.ch 625W: http://www.clark.net/pub/lawrencc/linux/index.html 626L: linux-m68k@lists.linux-m68k.org 627S: Maintained 628 629M68K ON APPLE MACINTOSH 630P: Alan Cox 631M: Alan.Cox@linux.org 632W: http://www.mac.linux-m68k.org/home.html 633L: linux-mac68k@wave.lm.com 634S: As time permits [Michael confess, you are the mac68k maintainer 8)] 635 636M68K ON HP9000/300 637P: Philip Blundell 638M: philb@gnu.org 639W: http://www.tazenda.demon.co.uk/phil/linux-hp 640S: Maintained 641 642MIPS 643P: Ralf Baechle 644M: ralf@gnu.ai.mit.edu 645W: http://lena.fnet.fr/ 646L: linux-mips@fnet.fr 647S: Maintained 648 649MISCELLANEOUS MCA-SUPPORT 650P: David Weinehall 651M: mcalinux@acc.umu.se (project MCA-team) 652M: tao@acc.umu.se (personal) 653L: linux-kernel@vger.kernel.org 654S: Maintained 655 656MODULE SUPPORT [GENERAL], KERNELD 657P: Keith Owens 658M: kaos@ocs.com.au 659L: linux-kernel@vger.kernel.org 660S: Maintained 661 662MTRR AND SIMILAR SUPPORT [i386] 663P: Richard Gooch 664M: rgooch@atnf.csiro.au 665L: linux-kernel@vger.kernel.org 666W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html 667S: Maintained 668 669MULTISOUND SOUND DRIVER 670P: Andrew Veliath 671M: andrewtv@usa.net 672S: Maintained 673 674NCP FILESYSTEM 675P: Petr Vandrovec 676M: vandrove@vc.cvut.cz 677P: Volker Lendecke 678M: vl@kki.org 679L: linware@sh.cvut.cz 680S: Maintained 681 682NETROM NETWORK LAYER 683P: Tomi Manninen 684M: Tomi.Manninen@hut.fi 685L: linux-hams@vger.kernel.org 686S: Maintained 687 688NETWORK BLOCK DEVICE 689P: Pavel Machek 690M: pavel@atrey.karlin.mff.cuni.cz 691S: Maintained 692 693NETWORKING [GENERAL] 694P: Networking Team 695M: netdev@oss.sgi.com 696L: linux-net@vger.kernel.org 697S: Maintained 698 699NETWORKING [IPv4/IPv6] 700P: James Morris 701M: jmorris@intercode.com.au 702L: netdev@oss.sgi.com 703S: Maintained 704 705NFS CLIENT 706P: Trond Myklebust 707M: trond.myklebust@fys.uio.no 708L: linux-kernel@vger.kernel.org 709S: Maintained 710 711NI5010 NETWORK DRIVER 712P: Jan-Pascal van Best and Andreas Mohr 713M: jvbest@qv3pluto.leidenuniv.nl (Best) 714M: 100.30936@germany.net (Mohr) 715L: linux-net@vger.kernel.org 716S: Maintained 717 718NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility) 719P: Eberhard Moenkeberg 720M: emoenke@gwdg.de 721L: linux-kernel@vger.kernel.org 722S: Maintained 723 724NTFS FILESYSTEM 725P: Anton Altaparmakov 726M: aia21@cus.cam.ac.uk 727L: linux-kernel@vger.kernel.org 728S: Odd Fixes 729 730OLYMPIC NETWORK DRIVER 731P: Peter De Shrijver 732M: p2@ace.ulyssis.sutdent.kuleuven.ac.be 733P: Mike Phillips 734M: phillim@amtrak.com 735L: linux-net@vger.kernel.org 736L: linux-tr@emissary.aus-etc.com 737W: http://www.linuxtr.net 738S: Maintained 739 740ONSTREAM SCSI TAPE DRIVER 741P: Willem Riede 742M: osst@riede.org 743L: osst@linux1.onstream.nl 744L: linux-scsi@vger.rutgers.edu 745S: Maintained 746 747OPL3-SA2, SA3, and SAx DRIVER 748P: Scott Murray 749M: scott@spiteful.org 750L: linux-sound@vger.kernel.org 751S: Maintained 752 753PARALLEL PORT SUPPORT 754P: Phil Blundell 755M: Philip.Blundell@pobox.com 756P: Tim Waugh 757M: tim@cyberelk.net 758P: David Campbell 759M: campbell@torque.net 760P: Andrea Arcangeli 761M: andrea@e-mind.com 762L: linux-parport@torque.net 763W: http://people.redhat.com/twaugh/parport/ 764S: Maintained 765 766PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 767P: Grant Guenther 768M: grant@torque.net 769L: linux-parport@torque.net 770W: http://www.torque.net/linux-pp.html 771S: Maintained 772 773PCI ID DATABASE 774P: Jens Maurer 775M: jmaurer@cck.uni-kl.de 776S: Maintained 777 778PCI SUBSYSTEM 779P: Martin Mares 780M: mj@atrey.karlin.mff.cuni.cz 781L: linux-kernel@vger.kernel.org 782S: Maintained 783 784PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES) 785P: Thomas Sailer 786M: sailer@ife.ee.ethz.ch 787L: linux-sound@vger.kernel.org 788W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html 789S: Maintained 790 791PCNET32 NETWORK DRIVER 792P: Thomas Bogendörfer 793M: tsbogend@alpha.franken.de 794L: linux-net@vger.kernel.org 795S: Maintained 796 797PNP SUPPORT 798P: Tom Lees 799M: tom@lpsg.demon.co.uk 800L: pnp-users@ferret.lmh.ox.ac.uk 801L: pnp-devel@ferret.lmh.ox.ac.uk 802W: http://www-jcr.lmh.ox.ac.uk/~pnp/ 803S: Maintained 804 805PPP PROTOCOL DRIVERS AND COMPRESSORS 806P: Al Longyear 807M: longyear@pobox.com 808L: linux-ppp@vger.kernel.org 809S: Maintained 810 811QNX4 FILESYSTEM 812P: Anders Larsen 813M: al@alarsen.net 814L: linux-kernel@vger.kernel.org 815W: http://www.alarsen.net/linux/qnx4fs/ 816S: Maintained 817 818REAL TIME CLOCK DRIVER 819P: Paul Gortmaker 820M: p_gortmaker@yahoo.com 821L: linux-kernel@vger.kernel.org 822S: Maintained 823 824ROSE NETWORK LAYER 825P: Jean-Paul Roubelat 826M: jpr@f6fbb.org 827L: linux-hams@vger.kernel.org 828S: Maintained 829 830RISCOM8 DRIVER 831P: Dmitry Gorodchanin 832M: pgmdsg@ibi.com 833L: linux-kernel@vger.kernel.org 834S: Maintained 835 836RTLINUX REALTIME LINUX 837P: Victor Yodaiken 838M: yodaiken@fsmlabs.com 839L: rtl@rtlinux.org 840W: www.rtlinux.org 841S: Maintained 842 843S390 844P: Martin Schwidefsky 845M: schwidefsky@de.ibm.com 846M: linux390@de.ibm.com 847L: linux-390@vm.marist.edu 848W: http://oss.software.ibm.com/developerworks/opensource/linux390 849S: Supported 850 851SBPCD CDROM DRIVER 852P: Eberhard Moenkeberg 853M: emoenke@gwdg.de 854L: linux-kernel@vger.kernel.org 855S: Maintained 856 857SCSI SG DRIVER 858P: Doug Gilbert 859M: dgilbert@interlog.com 860L: linux-scsi@vger.kernel.org 861W: http://www.torque.net/sg 862S: Maintained 863 864SCSI SUBSYSTEM 865L: linux-scsi@vger.kernel.org 866S: Unmaintained 867 868SCSI TAPE DRIVER 869P: Kai Mdkisara 870M: Kai.Makisara@metla.fi 871L: linux-scsi@vger.kernel.org 872S: Maintained 873 874SGI VISUAL WORKSTATION 320 AND 540 875P: Bent Hagemark 876M: bh@sgi.com 877P: Ingo Molnar 878M: mingo@redhat.com 879S: Maintained 880 881SMB FILESYSTEM 882P: Urban Widmark 883M: urban@svenskatest.se 884W: http://samba.org/ 885L: samba@samba.org 886S: Maintained 887 888SMP: (except SPARC) 889P: Linus Torvalds 890M: torvalds@transmeta.com 891L: linux-smp@vger.kernel.org 892S: Maintained 893 894SONIC NETWORK DRIVER 895P: Thomas Bogendoerfer 896M: tsbogend@alpha.franken.de 897L: linux-net@vger.kernel.org 898S: Maintained 899 900SOUND 901P: Alan Cox 902M: alan@redhat.com 903S: Supported 904 905SPARC: 906P: David S. Miller 907M: davem@redhat.com 908P: Eddie C. Dost 909M: ecd@skynet.be 910P: Jakub Jelinek 911M: jj@sunsite.ms.mff.cuni.cz 912P: Anton Blanchard 913M: anton@progsoc.uts.edu.au 914L: sparclinux@vger.kernel.org 915L: ultralinux@vger.kernel.org 916W: http://ultra.linux.cz 917W: http://www.geog.ubc.ca/s_linux.html 918S: Maintained 919 920SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 921P: Roger Wolff 922M: R.E.Wolff@BitWizard.nl 923M: io8-linux@specialix.co.uk 924L: linux-kernel@vger.kernel.org ? 925S: Supported 926 927SPX NETWORK LAYER 928P: Jay Schulist 929M: Jay.Schulist@spacs.k12.wi.us 930L: linux-net@vger.kernel.org 931S: Supported 932 933STALLION TECHNOLOGIES MULTIPORT SERIAL BOARDS 934M: support@stallion.oz.au 935W: http://www.stallion.com 936S: Supported 937 938STARFIRE/DURALAN NETWORK DRIVER 939P: Ion Badulescu 940M: ionut@cs.columbia.edu 941S: Maintained 942 943STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 944W: http://mosquitonet.Stanford.EDU/strip.html 945S: Unsupported ? 946 947SVGA HANDLING 948P: Martin Mares 949M: mj@atrey.karlin.mff.cuni.cz 950L: linux-video@atrey.karlin.mff.cuni.cz 951S: Maintained 952 953SYSV FILESYSTEM 954P: Krzysztof G. Baranowski 955M: kgb@manjak.knm.org.pl 956S: Maintained 957 958TLAN NETWORK DRIVER 959P: Torben Mathiasen 960M: torben.mathiasen@compaq.com 961L: tlan@vuser.vu.union.edu 962W: http://tlan.kernel.dk 963S: Maintained 964 965TOKEN-RING NETWORK DRIVER 966P: Paul Norton 967M: pnorton@ieee.org 968L: linux-net@vger.kernel.org 969L: linux-tr@emissary.aus-etc.com 970S: Maintained 971 972TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE/ALi 5451 973P: Ollie Lho 974M: ollie@sis.com.tw 975L: linux-kernel@vger.kernel.org 976S: Supported 977 978 979U14-34F SCSI DRIVER 980P: Dario Ballabio 981M: dario@milano.europe.dg.com 982L: linux-scsi@vger.kernel.org 983S: Maintained 984 985UMSDOS FILESYSTEM 986P: Matija Nalis 987M: mnalis-umsdos@voyager.hr 988L: linux-kernel@vger.kernel.org 989S: Maintained 990 991UNIFORM CDROM DRIVER 992P: Jens Axboe 993M: axboe@suse.de 994L: linux-kernel@vger.kernel.org 995S: Maintained 996 997USB SUBSYSTEM 998P: Greg Kroah-Hartman 999M: greg@kroah.com 1000L: linux-usb-users@lists.sourceforge.net
1001L: linux-usb-devel@lists.sourceforge.net 1002W: http://www.linux-usb.org 1003S: Supported 1004 1005USB ACM DRIVER 1006P: Vojtech Pavlik 1007M: vojtech@suse.cz 1008L: linux-usb-users@lists.sourceforge.net 1009L: linux-usb-devel@lists.sourceforge.net 1010S: Supported 1011 1012USB BLUETOOTH DRIVER 1013P: Greg Kroah-Hartman 1014M: greg@kroah.com 1015L: linux-usb-users@lists.sourceforge.net 1016L: linux-usb-devel@lists.sourceforge.net 1017S: Maintained 1018W: http://www.kroah.com/linux-usb/ 1019 1020USB HID/HIDBP/INPUT DRIVERS 1021P: Vojtech Pavlik 1022M: vojtech@suse.cz 1023L: linux-usb-users@lists.sourceforge.net 1024L: linux-usb-devel@lists.sourceforge.net 1025W: http://www.suse.cz/development/input/ 1026S: Supported 1027 1028USB HUB 1029P: Johannes Erdfelt 1030M: jerdfelt@sventech.com 1031L: linux-usb-users@lists.sourceforge.net 1032L: linux-usb-devel@lists.sourceforge.net 1033S: Maintained 1034 1035USB OHCI DRIVER 1036P: Roman Weissgaerber 1037M: weissg@vienna.at 1038L: linux-usb-users@lists.sourceforge.net 1039L: linux-usb-devel@lists.sourceforge.net 1040S: Maintained 1041 1042USB OV511 DRIVER 1043P: Mark McClelland 1044M: mmcclell@bigfoot.com 1045L: linux-usb-users@lists.sourceforge.net 1046L: linux-usb-devel@lists.sourceforge.net 1047W: http://alpha.dyndns.org/ov511/ 1048S: Maintained 1049 1050USB PEGASUS DRIVER 1051P: Petko Manolov 1052M: petkan@dce.bg 1053L: linux-usb-users@lists.sourceforge.net 1054L: linux-usb-devel@lists.sourceforge.net 1055S: Maintained 1056 1057USB PRINTER DRIVER 1058P: Vojtech Pavlik 1059M: vojtech@suse.cz 1060L: linux-usb-users@lists.sourceforge.net 1061L: linux-usb-devel@lists.sourceforge.net 1062S: Supported 1063 1064USB SERIAL DIGI ACCELEPORT DRIVER 1065P: Peter Berger and Al Borchers 1066M: pberger@brimson.com 1067M: alborchers@steinerpoint.com 1068L: linux-usb-users@lists.sourceforge.net 1069L: linux-usb-devel@lists.sourceforge.net 1070S: Maintained 1071 1072USB SERIAL KEYSPAN DRIVER 1073P: Greg Kroah-Hartman 1074M: greg@kroah.com 1075L: linux-usb-users@lists.sourceforge.net 1076L: linux-usb-devel@lists.sourceforge.net 1077S: Maintained 1078W: http://www.kroah.com/linux/ 1079 1080USB SERIAL DRIVER 1081P: Greg Kroah-Hartman 1082M: greg@kroah.com 1083L: linux-usb-users@lists.sourceforge.net 1084L: linux-usb-devel@lists.sourceforge.net 1085S: Maintained 1086W: http://www.kroah.com/linux-usb/ 1087 1088USB MASS STORAGE DRIVER 1089P: Matthew Dharm 1090M: mdharm-usb@one-eyed-alien.net 1091L: linux-usb-users@lists.sourceforge.net 1092L: linux-usb-devel@lists.sourceforge.net 1093S: Maintained 1094W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 1095 1096USB UHCI DRIVER 1097P: Georg Acher 1098M: usb@in.tum.de 1099L: linux-usb-users@lists.sourceforge.net 1100L: linux-usb-devel@lists.sourceforge.net 1101W: http://usb.in.tum.de 1102S: Maintained 1103 1104VFAT FILESYSTEM: 1105P: Gordon Chaffee 1106M: chaffee@cs.berkeley.edu 1107L: linux-kernel@vger.kernel.org 1108W: http://bmrc.berkeley.edu/people/chaffee 1109S: Maintained 1110 1111VIA 82Cxxx AUDIO DRIVER 1112P: Jeff Garzik 1113M: jgarzik@pobox.com 1114S: Maintained 1115 1116VIDEO FOR LINUX 1117P: Alan Cox 1118M: Alan.Cox@linux.org 1119W: http://roadrunner.swansea.linux.org.uk/v4l.shtml 1120S: Maintained 1121 1122WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC) 1123P: Jaspreet Singh 1124M: jaspreet@sangoma.com 1125M: dm@sangoma.com 1126W: http://www.sangoma.com 1127S: Supported 1128 1129WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 1130P: Jean Tourrilhes 1131M: jt@hpl.hp.com 1132W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 1133S: Maintained 1134 1135WD7000 SCSI DRIVER 1136P: Miroslav Zagorac 1137M: zaga@fly.cc.fer.hr 1138L: linux-scsi@vger.kernel.org 1139S: Maintained 1140 1141X.25 NETWORK LAYER 1142P: Henner Eisen 1143M: eis@baty.hanse.de 1144L: linux-x25@vger.kernel.org 1145S: Maintained 1146 1147YAM DRIVER FOR AX.25 1148P: Jean-Paul Roubelat 1149M: jpr@f6fbb.org 1150L: linux-hams@vger.kernel.org 1151S: Maintained 1152 1153Z85230 SYNCHRONOUS DRIVER 1154P: Alan Cox 1155M: alan@redhat.com 1156W: http://roadrunner.swansea.linux.org.uk/synchronous.shtml 1157S: Maintained 1158 1159Z8530 DRIVER FOR AX.25 1160P: Joerg Reuter 1161M: jreuter@yaina.de 1162W: http://yaina.de/jreuter 1163W: http://www.qsl.net/dl1bke/ 1164L: linux-hams@vger.kernel.org 1165S: Maintained 1166 1167ZF MACHZ WATCHDOG 1168P: Fernando Fuganti 1169M: fuganti@conectiva.com.br 1170M: fuganti@netbank.com.br 1171W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/ 1172S: Maintained 1173 1174LINUX 2.2 FIXES 1175P: Marc-Christian Petersen 1176M: m.c.p@wolk-project.de 1177S: Maintained 1178 1179THE REST 1180P: Linus Torvalds 1181S: Buried alive in reporters 1182

