1 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 76L: netdev@vger.kernel.org 77L: linux-tr@linuxtr.net 78W: http://www.linuxtr.net 79S: Maintained 80 813C505 NETWORK DRIVER 82P: Philip Blundell 83M: philb@gnu.org 84L: netdev@vger.kernel.org 85S: Maintained 86 873CR990 NETWORK DRIVER 88P: David Dillow 89M: dave@thedillows.org 90L: netdev@vger.kernel.org 91S: 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 133L: netdev@vger.kernel.org 134S: 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 146L: netdev@vger.kernel.org 147S: 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 175AACRAID 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 194AD1889 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 203ADM1025 HARDWARE MONITOR DRIVER 204P: Jean Delvare 205M: khali@linux-fr.org 206L: lm-sensors@lm-sensors.org 207S: Maintained 208 209ADT746X FAN DRIVER 210P: Colin Leroy 211M: colin@colino.net 212S: Maintained 213 214AEDSP16 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 244ALI1563 I2C DRIVER 245P: Rudolf Marek 246M: r.marek@sh.cvut.cz 247L: lm-sensors@lm-sensors.org 248S: Maintained 249 250ALPHA 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 270ARC FRAMEBUFFER DRIVER 271P: Jaya Kumar 272M: jayalk@intworks.biz 273S: Maintained 274 275ARM26 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 300ARM/TOSA MACHINE SUPPORT 301P: Dirk Opfer 302M: dirk@opfer-online.de 303S: Maintained 304 305ARM/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 314L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 315W: 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 327L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 328W: http://www.arm.linux.org.uk/ 329S: Maintained 330 331ARM/S3C2410 ARM ARCHITECTURE 332P: Ben Dooks 333M: ben-s3c2410@fluff.org 334L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 335W: http://www.fluff.org/ben/linux/ 336S: Maintained 337 338ARM/S3C2440 ARM ARCHITECTURE 339P: Ben Dooks 340M: ben-s3c2440@fluff.org 341L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 342W: http://www.fluff.org/ben/linux/ 343S: Maintained 344 345ARPD SUPPORT 346P: Jonathan Layes 347L: netdev@vger.kernel.org 348S: 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 380AUDIT SUBSYSTEM 381P: David Woodhouse 382M: dwmw2@infradead.org 383L: linux-audit@redhat.com 384W: http://people.redhat.com/sgrubb/audit/ 385S: Maintained 386 387AX.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 521BROADBAND PROCESSOR ARCHITECTURE 522P: Arnd Bergmann 523M: arnd@arndb.de 524L: linuxppc64-dev@ozlabs.org 525W: http://linuxppc64.org 526S: Supported 527 528BTTV VIDEO4LINUX DRIVER 529P: Mauro Carvalho Chehab 530M: mchehab@brturbo.com.br 531L: video4linux-list@redhat.com 532W: http://linuxtv.org 533S: Maintained 534 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 593M: mhw@wittsend.com 594W: http://www.wittsend.com/computone.html 595S: Maintained 596 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 615CPUSETS 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 624CRAMFS 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 649CYBLAFB FRAMEBUFFER DRIVER 650P: Knut Petersen 651M: Knut_Petersen@t-online.de 652L: linux-fbdev-devel@lists.sourceforge.net 653S: Maintained 654 655CYCLADES 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 706DCCP PROTOCOL 707P: Arnaldo Carvalho de Melo 708M: acme@mandriva.com 709L: dccp@vger.kernel.org 710W: http://www.wlug.org.nz/DCCP 711S: Maintained 712 713DECnet 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 731DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 732P: Doug Warzecha 733M: Douglas_Warzecha@dell.com 734S: Maintained 735 736DEVICE-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 761L: netdev@vger.kernel.org 762W: 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 791DOCBOOK FOR DOCUMENTATION 792P: Martin Waitz 793M: tali@admingilde.org 794S: Maintained 795 796DOUBLETALK 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) 824W: http://linuxtv.org/ 825S: 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 864EMULEX 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 871EPSON 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 879L: netdev@vger.kernel.org 880S: 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 918FREESCALE 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 927FILE 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 935M: viro@zeniv.linux.org.uk 936S: 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 951L: netdev@vger.kernel.org 952S: 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 970FUSE: FILESYSTEM IN USERSPACE 971P: Miklos Szeredi 972M: miklos@szeredi.hu 973L: fuse-devel@lists.sourceforge.net 974W: http://fuse.sourceforge.net/ 975S: Maintained 976 977FUTURE 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 996HARDWARE MONITORING 997P: Jean Delvare 998M: khali@linux-fr.org 999L: lm-sensors@lm-sensors.org 1000W: http://www.lm-sensors.nu/ 1001S: Maintained 1002 1003HARD 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 1010HARMONY 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 1068HOST AP DRIVER 1069P: Jouni Malinen 1070M: jkmaline@cc.hut.fi 1071L: hostap@shmoo.com 1072W: http://hostap.epitest.fi/ 1073S: Maintained 1074 1075HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 1076P: Jaroslav Kysela 1077M: perex@suse.cz 1078S: Maintained 1079 1080HPFS FILESYSTEM 1081P: Mikulas Patocka 1082M: mikulas@artax.karlin.mff.cuni.cz 1083W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 1084S: Maintained 1085 1086HUGETLB FILESYSTEM 1087P: William Irwin 1088M: wli@holomorphy.com 1089S: Maintained 1090 1091I2C SUBSYSTEM 1092P: Jean Delvare 1093M: khali@linux-fr.org 1094L: lm-sensors@lm-sensors.org 1095W: http://www.lm-sensors.nu/ 1096S: Maintained 1097 1098I2O 1099P: Markus Lidel 1100M: markus.lidel@shadowconnect.com 1101W: http://i2o.shadowconnect.com/ 1102S: Maintained 1103 1104i386 BOOT CODE 1105P: Riley H. Williams 1106M: Riley@Williams.Name 1107L: Linux-Kernel@vger.kernel.org 1108S: Maintained 1109 1110i386 SETUP CODE / CPU ERRATA WORKAROUNDS 1111P: Dave Jones 1112M: davej@codemonkey.org.uk 1113P: H. Peter Anvin 1114M: hpa@zytor.com 1115S: Maintained 1116 1117i810 TCO TIMER WATCHDOG 1118P: Nils Faerber 1119M: nils@kernelconcepts.de 1120W: http://www.kernelconcepts.de/ 1121S: Maintained 1122 1123IA64 (Itanium) PLATFORM 1124P: Tony Luck 1125M: tony.luck@intel.com 1126L: linux-ia64@vger.kernel.org 1127W: http://www.ia64-linux.org/ 1128S: Maintained 1129 1130SN-IA64 (Itanium) SUB-PLATFORM 1131P: Greg Edwards 1132M: edwardsg@sgi.com 1133L: linux-altix@sgi.com 1134L: linux-ia64@vger.kernel.org 1135W: http://www.sgi.com/altix 1136S: Maintained 1137 1138IBM MCA SCSI SUBSYSTEM DRIVER 1139P: Michael Lang 1140M: langa2@kph.uni-mainz.de 1141W: http://www.uni-mainz.de/~langm000/linux.html 1142S: Maintained 1143 1144IBM Power Linux RAID adapter 1145P: Brian King 1146M: brking@us.ibm.com 1147S: Supported 1148 1149IBM ServeRAID RAID DRIVER 1150P: Jack Hammer 1151P: Dave Jeffery 1152M: ipslinux@adaptec.com 1153W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 1154S: Supported 1155 1156IDE DRIVER [GENERAL] 1157P: Bartlomiej Zolnierkiewicz 1158M: B.Zolnierkiewicz@elka.pw.edu.pl 1159L: linux-kernel@vger.kernel.org 1160L: linux-ide@vger.kernel.org 1161S: Maintained 1162 1163IDE/ATAPI CDROM DRIVER 1164P: Jens Axboe 1165M: axboe@suse.de 1166L: linux-kernel@vger.kernel.org 1167W: http://www.kernel.dk 1168S: Maintained 1169 1170IDE/ATAPI FLOPPY DRIVERS 1171P: Paul Bristow 1172M: Paul Bristow <paul@paulbristow.net> 1173W: http://paulbristow.net/linux/idefloppy.html 1174L: linux-kernel@vger.kernel.org 1175S: Maintained 1176 1177IDE/ATAPI TAPE DRIVERS 1178P: Gadi Oxman 1179M: Gadi Oxman <gadio@netvision.net.il> 1180L: linux-kernel@vger.kernel.org 1181S: Maintained 1182 1183IEEE 1394 ETHERNET (eth1394) 1184L: linux1394-devel@lists.sourceforge.net 1185W: http://www.linux1394.org/ 1186S: Orphan 1187 1188IEEE 1394 SUBSYSTEM 1189P: Ben Collins 1190M: bcollins@debian.org 1191P: Jody McIntyre 1192M: scjody@steamballoon.com 1193L: linux1394-devel@lists.sourceforge.net 1194W: http://www.linux1394.org/ 1195S: Maintained 1196 1197IEEE 1394 OHCI DRIVER 1198P: Ben Collins 1199M: bcollins@debian.org 1200P: Jody McIntyre 1201M: scjody@steamballoon.com 1202L: linux1394-devel@lists.sourceforge.net 1203W: http://www.linux1394.org/ 1204S: Maintained 1205 1206IEEE 1394 PCILYNX DRIVER 1207P: Jody McIntyre 1208M: scjody@steamballoon.com 1209L: linux1394-devel@lists.sourceforge.net 1210W: http://www.linux1394.org/ 1211S: Maintained 1212 1213IEEE 1394 RAW I/O DRIVER 1214P: Ben Collins 1215M: bcollins@debian.org 1216P: Dan Dennedy 1217M: dan@dennedy.org 1218L: linux1394-devel@lists.sourceforge.net 1219W: http://www.linux1394.org/ 1220S: Maintained 1221 1222IEEE 1394 SBP2 1223P: Ben Collins 1224M: bcollins@debian.org 1225P: Stefan Richter 1226M: stefanr@s5r6.in-berlin.de 1227L: linux1394-devel@lists.sourceforge.net 1228W: http://www.linux1394.org/ 1229S: Maintained 1230 1231IMS TWINTURBO FRAMEBUFFER DRIVER 1232P: Paul Mundt 1233M: lethal@chaoticdreams.org 1234L: linux-fbdev-devel@lists.sourceforge.net 1235S: Maintained 1236 1237INFINIBAND SUBSYSTEM 1238P: Roland Dreier 1239M: rolandd@cisco.com 1240P: Sean Hefty 1241M: mshefty@ichips.intel.com 1242P: Hal Rosenstock 1243M: halr@voltaire.com 1244L: openib-general@openib.org 1245W: http://www.openib.org/ 1246S: Supported 1247 1248INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS 1249P: Vojtech Pavlik 1250M: vojtech@suse.cz 1251L: linux-input@atrey.karlin.mff.cuni.cz 1252L: linux-joystick@atrey.karlin.mff.cuni.cz 1253S: Maintained 1254 1255INOTIFY 1256P: John McCutchan and Robert Love 1257M: ttb@tentacle.dhs.org and rml@novell.com 1258L: linux-kernel@vger.kernel.org 1259S: Maintained 1260 1261INTEL 810/815 FRAMEBUFFER DRIVER 1262P: Antonino Daplas 1263M: adaplas@pol.net 1264L: linux-fbdev-devel@lists.sourceforge.net 1265S: Maintained 1266 1267INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT 1268P: Ingo Molnar 1269M: mingo@redhat.com 1270S: Maintained 1271 1272INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT 1273P: Jeff Garzik 1274M: jgarzik@pobox.com 1275W: http://sourceforge.net/projects/gkernel/ 1276S: Maintained 1277 1278INTEL IA32 MICROCODE UPDATE SUPPORT 1279P: Tigran Aivazian 1280M: tigran@veritas.com 1281S: Maintained 1282 1283INTEL PRO/100 ETHERNET SUPPORT 1284P: John Ronciak 1285M: john.ronciak@intel.com 1286P: Ganesh Venkatesan 1287M: ganesh.venkatesan@intel.com 1288P: Jesse Brandeburg 1289M: jesse.brandeburg@intel.com 1290W: http://sourceforge.net/projects/e1000/ 1291S: Supported 1292 1293INTEL PRO/1000 GIGABIT ETHERNET SUPPORT 1294P: Jeb Cramer 1295M: cramerj@intel.com 1296P: John Ronciak 1297M: john.ronciak@intel.com 1298P: Ganesh Venkatesan 1299M: ganesh.venkatesan@intel.com 1300W: http://sourceforge.net/projects/e1000/ 1301S: Supported 1302 1303INTEL PRO/10GbE SUPPORT 1304P: Ayyappan Veeraiyan 1305M: ayyappan.veeraiyan@intel.com 1306P: Ganesh Venkatesan 1307M: ganesh.venkatesan@intel.com 1308P: John Ronciak 1309M: john.ronciak@intel.com 1310W: http://sourceforge.net/projects/e1000/ 1311S: Supported 1312 1313IOC3 DRIVER 1314P: Ralf Baechle 1315M: ralf@linux-mips.org 1316L: linux-mips@linux-mips.org 1317S: Maintained 1318 1319IP MASQUERADING: 1320P: Juanjo Ciarlante 1321M: jjciarla@raiz.uncu.edu.ar 1322S: Maintained 1323 1324IPX NETWORK LAYER 1325P: Arnaldo Carvalho de Melo 1326M: acme@conectiva.com.br 1327L: netdev@vger.kernel.org 1328S: Maintained 1329 1330IRDA SUBSYSTEM 1331P: Jean Tourrilhes 1332L: irda-users@lists.sourceforge.net (subscribers-only) 1333W: http://irda.sourceforge.net/ 1334S: Maintained 1335 1336ISAPNP 1337P: Jaroslav Kysela 1338M: perex@suse.cz 1339S: Maintained 1340 1341ISDN SUBSYSTEM 1342P: Karsten Keil 1343M: kkeil@suse.de 1344P: Kai Germaschewski 1345M: kai.germaschewski@gmx.de 1346L: isdn4linux@listserv.isdn4linux.de 1347W: http://www.isdn4linux.de 1348S: Maintained 1349 1350ISDN SUBSYSTEM (Eicon active card driver) 1351P: Armin Schindler 1352M: mac@melware.de 1353L: isdn4linux@listserv.isdn4linux.de 1354W: http://www.melware.de 1355S: Maintained 1356 1357JOURNALLING FLASH FILE SYSTEM (JFFS) 1358P: Axis Communications AB 1359M: jffs-dev@axis.com 1360L: jffs-dev@axis.com 1361W: http://www.developer.axis.com/software/jffs/ 1362S: Maintained 1363 1364JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 1365P: David Woodhouse 1366M: dwmw2@infradead.org 1367L: jffs-dev@axis.com 1368W: http://sources.redhat.com/jffs2/ 1369S: Maintained 1370 1371JFS FILESYSTEM 1372P: Dave Kleikamp 1373M: shaggy@austin.ibm.com 1374L: jfs-discussion@lists.sourceforge.net 1375W: http://jfs.sourceforge.net/ 1376S: Supported 1377 1378KCONFIG 1379P: Roman Zippel 1380M: zippel@linux-m68k.org 1381L: kbuild-devel@lists.sourceforge.net 1382S: Maintained 1383 1384KERNEL AUTOMOUNTER (AUTOFS) 1385P: H. Peter Anvin 1386M: hpa@zytor.com 1387L: autofs@linux.kernel.org 1388S: Odd Fixes 1389 1390KERNEL AUTOMOUNTER v4 (AUTOFS4) 1391P: Ian Kent 1392M: raven@themaw.net 1393L: autofs@linux.kernel.org 1394S: Maintained 1395 1396KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) 1397P: Kai Germaschewski 1398M: kai@germaschewski.name 1399P: Sam Ravnborg 1400M: sam@ravnborg.org 1401S: Maintained 1402 1403KERNEL JANITORS 1404P: Several 1405L: kernel-janitors@osdl.org 1406W: http://www.kerneljanitors.org/ 1407W: http://sf.net/projects/kernel-janitor/ 1408W: http://developer.osdl.org/rddunlap/kj-patches/ 1409S: Maintained 1410 1411KERNEL NFSD 1412P: Neil Brown 1413M: neilb@cse.unsw.edu.au 1414L: nfs@lists.sourceforge.net 1415W: http://nfs.sourceforge.net/ 1416W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/ 1417S: Maintained 1418 1419KERNEL EVENT LAYER (KOBJECT_UEVENT) 1420P: Robert Love 1421M: rml@novell.com 1422L: linux-kernel@vger.kernel.org 1423S: Maintained 1424 1425KEXEC 1426P: Eric Biederman 1427P: Randy Dunlap 1428M: ebiederm@xmission.com 1429M: rddunlap@osdl.org 1430W: http://www.xmission.com/~ebiederm/files/kexec/ 1431L: linux-kernel@vger.kernel.org 1432L: fastboot@osdl.org 1433S: Maintained 1434 1435KPROBES 1436P: Prasanna S Panchamukhi 1437M: prasanna@in.ibm.com 1438P: Ananth N Mavinakayanahalli 1439M: ananth@in.ibm.com 1440P: Anil S Keshavamurthy 1441M: anil.s.keshavamurthy@intel.com 1442P: David S. Miller 1443M: davem@davemloft.net 1444L: linux-kernel@vger.kernel.org 1445S: Maintained 1446 1447LANMEDIA WAN CARD DRIVER 1448P: Andrew Stanley-Jones 1449M: asj@lanmedia.com 1450W: http://www.lanmedia.com/ 1451S: Supported 1452 1453LAPB module 1454P: Henner Eisen 1455M: eis@baty.hanse.de 1456L: linux-x25@vger.kernel.org 1457S: Maintained 1458 1459LASI 53c700 driver for PARISC 1460P: James E.J. Bottomley 1461M: James.Bottomley@HansenPartnership.com 1462L: linux-scsi@vger.kernel.org 1463S: Maintained 1464 1465LEGO USB Tower driver 1466P: Juergen Stuber 1467M: starblue@users.sourceforge.net 1468L: legousb-devel@lists.sourceforge.net 1469W: http://legousb.sourceforge.net/ 1470S: Maintained 1471 1472LINUX FOR IBM pSERIES (RS/6000) 1473P: Paul Mackerras 1474M: paulus@au.ibm.com 1475W: http://www.ibm.com/linux/ltc/projects/ppc 1476S: Supported 1477 1478LINUX FOR NCR VOYAGER 1479P: James Bottomley 1480M: James.Bottomley@HansenPartnership.com 1481W: http://www.hansenpartnership.com/voyager 1482S: Maintained 1483 1484LINUX FOR POWERPC 1485P: Paul Mackerras 1486M: paulus@samba.org 1487W: http://www.penguinppc.org/ 1488L: linuxppc-dev@ozlabs.org 1489S: Supported 1490 1491LINUX FOR POWER MACINTOSH 1492P: Benjamin Herrenschmidt 1493M: benh@kernel.crashing.org 1494W: http://www.penguinppc.org/ 1495L: linuxppc-dev@ozlabs.org 1496S: Maintained 1497 1498LINUX FOR POWERPC EMBEDDED MPC52XX 1499P: Sylvain Munaut 1500M: tnt@246tNt.com 1501W: http://www.246tNt.com/mpc52xx/ 1502W: http://www.penguinppc.org/ 1503L: linuxppc-dev@ozlabs.org 1504L: linuxppc-embedded@ozlabs.org 1505S: Maintained 1506 1507LINUX FOR POWERPC EMBEDDED PPC4XX 1508P: Matt Porter 1509M: mporter@kernel.crashing.org 1510W: http://www.penguinppc.org/ 1511L: linuxppc-embedded@ozlabs.org 1512S: Maintained 1513 1514LINUX FOR POWERPC BOOT CODE 1515P: Tom Rini 1516M: trini@kernel.crashing.org 1517W: http://www.penguinppc.org/ 1518L: linuxppc-embedded@ozlabs.org 1519S: Maintained 1520 1521LINUX FOR POWERPC EMBEDDED PPC8XX 1522P: Marcelo Tosatti 1523M: marcelo.tosatti@cyclades.com 1524W: http://www.penguinppc.org/ 1525L: linuxppc-embedded@ozlabs.org 1526S: Maintained 1527 1528LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 1529P: Kumar Gala 1530M: kumar.gala@freescale.com 1531W: http://www.penguinppc.org/ 1532L: linuxppc-embedded@ozlabs.org 1533S: Maintained 1534 1535LLC (802.2) 1536P: Arnaldo Carvalho de Melo 1537M: acme@conectiva.com.br 1538S: Maintained 1539 1540LINUX FOR 64BIT POWERPC 1541P: Paul Mackerras 1542M: paulus@samba.org 1543M: paulus@au.ibm.com 1544P: Anton Blanchard 1545M: anton@samba.org 1546M: anton@au.ibm.com 1547W: http://linuxppc64.org 1548L: linuxppc64-dev@ozlabs.org 1549S: Supported 1550 1551LINUX SECURITY MODULE (LSM) FRAMEWORK 1552P: Chris Wright 1553M: chrisw@osdl.org 1554L: linux-security-module@wirex.com 1555W: http://lsm.immunix.org 1556S: Supported 1557 1558LM83 HARDWARE MONITOR DRIVER 1559P: Jean Delvare 1560M: khali@linux-fr.org 1561L: lm-sensors@lm-sensors.org 1562S: Maintained 1563 1564LM90 HARDWARE MONITOR DRIVER 1565P: Jean Delvare 1566M: khali@linux-fr.org 1567L: lm-sensors@lm-sensors.org 1568S: Maintained 1569 1570LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks) 1571P: Richard Russon (FlatCap) 1572M: ldm@flatcap.org 1573L: ldm-devel@lists.sourceforge.net 1574W: http://ldm.sourceforge.net 1575S: Maintained 1576 1577LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 1578P: Matthew Wilcox 1579M: matthew@wil.cx 1580L: linux-scsi@vger.kernel.org 1581S: Maintained 1582 1583M68K ARCHITECTURE 1584P: Geert Uytterhoeven 1585M: geert@linux-m68k.org 1586P: Roman Zippel 1587M: zippel@linux-m68k.org 1588L: linux-m68k@lists.linux-m68k.org 1589W: http://www.linux-m68k.org/ 1590W: http://linux-m68k-cvs.ubb.ca/ 1591S: Maintained 1592 1593M68K ON APPLE MACINTOSH 1594P: Joshua Thompson 1595M: funaho@jurai.org 1596W: http://www.mac.linux-m68k.org/ 1597L: linux-mac68k@mac.linux-m68k.org 1598S: Maintained 1599 1600M68K ON HP9000/300 1601P: Philip Blundell 1602M: philb@gnu.org 1603W: http://www.tazenda.demon.co.uk/phil/linux-hp 1604S: Maintained 1605 1606MARVELL YUKON / SYSKONNECT DRIVER 1607P: Mirko Lindner 1608M: mlindner@syskonnect.de 1609P: Ralph Roesler 1610M: rroesler@syskonnect.de 1611W: http://www.syskonnect.com 1612S: Supported 1613 1614MAESTRO PCI SOUND DRIVERS 1615P: Zach Brown 1616M: zab@zabbo.net 1617S: Odd Fixes 1618 1619MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 1620P: Michael Kerrisk 1621M: mtk-manpages@gmx.net 1622W: ftp://ftp.kernel.org/pub/linux/docs/manpages 1623S: Maintained 1624 1625MARVELL MV64340 ETHERNET DRIVER 1626P: Manish Lachwani 1627M: Manish_Lachwani@pmc-sierra.com 1628L: linux-mips@linux-mips.org 1629L: netdev@vger.kernel.org 1630S: Supported 1631 1632MATROX FRAMEBUFFER DRIVER 1633P: Petr Vandrovec 1634M: vandrove@vc.cvut.cz 1635L: linux-fbdev-devel@lists.sourceforge.net 1636S: Maintained 1637 1638MEGARAID SCSI DRIVERS 1639P: Neela Syam Kolli 1640M: Neela.Kolli@engenio.com 1641S: linux-scsi@vger.kernel.org 1642W: http://megaraid.lsilogic.com 1643S: Maintained 1644 1645MEMORY TECHNOLOGY DEVICES 1646P: David Woodhouse 1647M: dwmw2@infradead.org 1648W: http://www.linux-mtd.infradead.org/ 1649L: linux-mtd@lists.infradead.org 1650S: Maintained 1651 1652MICROTEK X6 SCANNER 1653P: Oliver Neukum 1654M: oliver@neukum.name 1655S: Maintained 1656 1657MIPS 1658P: Ralf Baechle 1659M: ralf@linux-mips.org 1660W: http://www.linux-mips.org/ 1661L: linux-mips@linux-mips.org 1662S: Maintained 1663 1664MISCELLANEOUS MCA-SUPPORT 1665P: James Bottomley 1666M: jejb@steeleye.com 1667L: linux-kernel@vger.kernel.org 1668S: Maintained 1669 1670MODULE SUPPORT 1671P: Rusty Russell 1672M: rusty@rustcorp.com.au 1673L: linux-kernel@vger.kernel.org 1674S: Maintained 1675 1676MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 1677P: Stelian Pop 1678M: stelian@popies.net 1679W: http://popies.net/meye/ 1680S: Maintained 1681 1682MOUSE AND MISC DEVICES [GENERAL] 1683P: Alessandro Rubini 1684M: rubini@ipvvis.unipv.it 1685L: linux-kernel@vger.kernel.org 1686S: Maintained 1687 1688MTRR AND SIMILAR SUPPORT [i386] 1689P: Richard Gooch 1690M: rgooch@atnf.csiro.au 1691L: linux-kernel@vger.kernel.org 1692W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html 1693S: Maintained 1694 1695MULTISOUND SOUND DRIVER 1696P: Andrew Veliath 1697M: andrewtv@usa.net 1698S: Maintained 1699 1700NATSEMI ETHERNET DRIVER (DP8381x) 1701P: Tim Hockin 1702M: thockin@hockin.org 1703S: Maintained 1704 1705NCP FILESYSTEM 1706P: Petr Vandrovec 1707M: vandrove@vc.cvut.cz 1708L: linware@sh.cvut.cz 1709S: Maintained 1710 1711NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 1712P: James E.J. Bottomley 1713M: James.Bottomley@HansenPartnership.com 1714L: linux-scsi@vger.kernel.org 1715S: Maintained 1716 1717NETFILTER/IPTABLES/IPCHAINS 1718P: Rusty Russell 1719P: Marc Boucher 1720P: James Morris 1721P: Harald Welte 1722P: Jozsef Kadlecsik 1723M: coreteam@netfilter.org 1724W: http://www.netfilter.org/ 1725W: http://www.iptables.org/ 1726L: netfilter@lists.netfilter.org 1727L: netfilter-devel@lists.netfilter.org 1728S: Supported 1729 1730NETROM NETWORK LAYER 1731P: Ralf Baechle 1732M: ralf@linux-mips.org 1733L: linux-hams@vger.kernel.org 1734S: Maintained 1735 1736NETWORK BLOCK DEVICE 1737P: Paul Clements 1738M: Paul.Clements@steeleye.com 1739S: Maintained 1740 1741NETWORK DEVICE DRIVERS 1742P: Andrew Morton 1743M: akpm@osdl.org 1744P: Jeff Garzik 1745M: jgarzik@pobox.com 1746L: netdev@vger.kernel.org 1747S: Maintained 1748 1749NETWORKING [GENERAL] 1750P: Networking Team 1751M: netdev@vger.kernel.org 1752L: netdev@vger.kernel.org 1753S: Maintained 1754 1755NETWORKING [IPv4/IPv6] 1756P: David S. Miller 1757M: davem@davemloft.net 1758P: Alexey Kuznetsov 1759M: kuznet@ms2.inr.ac.ru 1760P: Pekka Savola (ipv6) 1761M: pekkas@netcore.fi 1762P: James Morris 1763M: jmorris@namei.org 1764P: Hideaki YOSHIFUJI 1765M: yoshfuji@linux-ipv6.org 1766P: Patrick McHardy 1767M: kaber@coreworks.de 1768L: netdev@vger.kernel.org 1769S: Maintained 1770 1771IPVS 1772P: Wensong Zhang 1773M: wensong@linux-vs.org 1774P: Simon Horman 1775M: horms@verge.net.au 1776P: Julian Anastasov 1777M: ja@ssi.bg 1778L: netdev@vger.kernel.org 1779S: Maintained 1780 1781NFS CLIENT 1782P: Trond Myklebust 1783M: trond.myklebust@fys.uio.no 1784L: linux-kernel@vger.kernel.org 1785S: Maintained 1786 1787NI5010 NETWORK DRIVER 1788P: Jan-Pascal van Best and Andreas Mohr 1789M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl> 1790M: Andreas Mohr <100.30936@germany.net> 1791L: netdev@vger.kernel.org 1792S: Maintained 1793 1794NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 1795P: YOKOTA Hiroshi 1796M: yokota@netlab.is.tsukuba.ac.jp 1797W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 1798S: Maintained 1799 1800NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 1801P: GOTO Masanori 1802M: gotom@debian.or.jp 1803P: YOKOTA Hiroshi 1804M: yokota@netlab.is.tsukuba.ac.jp 1805W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 1806S: Maintained 1807 1808NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility) 1809P: Eberhard Moenkeberg 1810M: emoenke@gwdg.de 1811L: linux-kernel@vger.kernel.org 1812S: Maintained 1813 1814NTFS FILESYSTEM 1815P: Anton Altaparmakov 1816M: aia21@cantab.net 1817L: linux-ntfs-dev@lists.sourceforge.net 1818L: linux-kernel@vger.kernel.org 1819W: http://linux-ntfs.sf.net/ 1820S: Maintained 1821 1822NVIDIA (RIVA) FRAMEBUFFER DRIVER 1823P: Ani Joshi 1824M: ajoshi@shell.unixbox.com 1825L: linux-nvidia@lists.surfsouth.com 1826S: Maintained 1827 1828OLYMPIC NETWORK DRIVER 1829P: Peter De Shrijver 1830M: p2@ace.ulyssis.student.kuleuven.ac.be 1831P: Mike Phillips 1832M: mikep@linuxtr.net 1833L: netdev@vger.kernel.org 1834L: linux-tr@linuxtr.net 1835W: http://www.linuxtr.net 1836S: Maintained 1837 1838ONSTREAM SCSI TAPE DRIVER 1839P: Willem Riede 1840M: osst@riede.org 1841L: osst-users@lists.sourceforge.net 1842L: linux-scsi@vger.kernel.org 1843S: Maintained 1844 1845OPL3-SA2, SA3, and SAx DRIVER 1846P: Zwane Mwaikambo 1847M: zwane@arm.linux.org.uk 1848L: linux-sound@vger.kernel.org 1849S: Maintained 1850 1851OPROFILE 1852P: Philippe Elie 1853M: phil.el@wanadoo.fr 1854L: oprofile-list@lists.sf.net 1855S: Maintained 1856 1857ORINOCO DRIVER 1858P: Pavel Roskin 1859M: proski@gnu.org 1860P: David Gibson 1861M: hermes@gibson.dropbear.id.au 1862L: orinoco-users@lists.sourceforge.net 1863L: orinoco-devel@lists.sourceforge.net 1864W: http://www.nongnu.org/orinoco/ 1865S: Maintained 1866 1867PARALLEL PORT SUPPORT 1868P: Phil Blundell 1869M: philb@gnu.org 1870P: Tim Waugh 1871M: tim@cyberelk.net 1872P: David Campbell 1873M: campbell@torque.net 1874P: Andrea Arcangeli 1875M: andrea@suse.de 1876L: linux-parport@lists.infradead.org 1877W: http://people.redhat.com/twaugh/parport/ 1878S: Maintained 1879 1880PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 1881P: Tim Waugh 1882M: tim@cyberelk.net 1883L: linux-parport@lists.infradead.org 1884W: http://www.torque.net/linux-pp.html 1885S: Maintained 1886 1887PARISC ARCHITECTURE 1888P: Matthew Wilcox 1889M: matthew@wil.cx 1890P: Grant Grundler 1891M: grundler@parisc-linux.org 1892L: parisc-linux@parisc-linux.org 1893W: http://www.parisc-linux.org/ 1894S: Maintained 1895 1896PERSONALITY HANDLING 1897P: Christoph Hellwig 1898M: hch@infradead.org 1899L: linux-abi-devel@lists.sourceforge.net 1900S: Maintained 1901 1902PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES) 1903P: Thomas Sailer 1904M: sailer@ife.ee.ethz.ch 1905L: linux-sound@vger.kernel.org 1906W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html 1907S: Maintained 1908 1909PCI SUBSYSTEM 1910P: Greg Kroah-Hartman 1911M: gregkh@suse.de 1912L: linux-kernel@vger.kernel.org 1913L: linux-pci@atrey.karlin.mff.cuni.cz 1914S: Supported 1915 1916PCI HOTPLUG CORE 1917P: Greg Kroah-Hartman 1918M: gregkh@suse.de 1919S: Supported 1920 1921PCI HOTPLUG COMPAQ DRIVER 1922P: Greg Kroah-Hartman 1923M: greg@kroah.com 1924S: Maintained 1925 1926PCIE HOTPLUG DRIVER 1927P: Kristen Carlson Accardi 1928M: kristen.c.accardi@intel.com 1929L: pcihpd-discuss@lists.sourceforge.net 1930S: Maintained 1931 1932PCMCIA SUBSYSTEM 1933P: Linux PCMCIA Team 1934L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 1935S: Maintained 1936 1937PCNET32 NETWORK DRIVER 1938P: Thomas Bogend�rfer 1939M: tsbogend@alpha.franken.de 1940L: netdev@vger.kernel.org 1941S: Maintained 1942 1943PHRAM MTD DRIVER 1944P: J�rn Engel 1945M: joern@wh.fh-wedel.de 1946L: linux-mtd@lists.infradead.org 1947S: Maintained 1948 1949PKTCDVD DRIVER 1950P: Peter Osterlund 1951M: petero2@telia.com 1952L: linux-kernel@vger.kernel.org 1953L: packet-writing@suse.com 1954S: Maintained 1955 1956POSIX CLOCKS and TIMERS 1957P: George Anzinger 1958M: george@mvista.com 1959L: netdev@vger.kernel.org 1960S: Supported 1961 1962POWERPC 4xx EMAC DRIVER 1963P: Eugene Surovegin 1964M: ebs@ebshome.net 1965W: http://kernel.ebshome.net/emac/ 1966L: linuxppc-embedded@ozlabs.org 1967L: netdev@vger.kernel.org 1968S: Maintained 1969 1970PNP SUPPORT 1971P: Adam Belay 1972M: ambx1@neo.rr.com 1973S: Maintained 1974 1975PPP PROTOCOL DRIVERS AND COMPRESSORS 1976P: Paul Mackerras 1977M: paulus@samba.org 1978L: linux-ppp@vger.kernel.org 1979S: Maintained 1980 1981PPP OVER ATM (RFC 2364) 1982P: Mitchell Blank Jr 1983M: mitch@sfgoth.com 1984S: Maintained 1985 1986PPP OVER ETHERNET 1987P: Michal Ostrowski 1988M: mostrows@speakeasy.net 1989S: Maintained 1990 1991PREEMPTIBLE KERNEL 1992P: Robert Love 1993M: rml@tech9.net 1994L: linux-kernel@vger.kernel.org 1995L: kpreempt-tech@lists.sourceforge.net 1996W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 1997S: Supported 1998 1999PRISM54 WIRELESS DRIVER 2000P: Prism54 Development Team 2001M: prism54-private@prism54.org 2002L: netdev@vger.kernel.org 2003W: http://prism54.org 2004S: Maintained 2005 2006PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 2007P: Peter Denison 2008M: promise@pnd-pc.demon.co.uk 2009W: http://www.pnd-pc.demon.co.uk/promise/ 2010S: Maintained 2011 2012PXA2xx SUPPORT 2013P: Nicolas Pitre 2014M: nico@cam.org 2015L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2016S: Maintained 2017 2018QLOGIC QLA2XXX FC-SCSI DRIVER 2019P: Andrew Vasquez 2020M: andrew.vasquez@qlogic.com 2021L: linux-scsi@vger.kernel.org 2022S: Supported 2023 2024QNX4 FILESYSTEM 2025P: Anders Larsen 2026M: al@alarsen.net 2027L: linux-kernel@vger.kernel.org 2028W: http://www.alarsen.net/linux/qnx4fs/ 2029S: Maintained 2030 2031RADEON FRAMEBUFFER DISPLAY DRIVER 2032P: Benjamin Herrenschmidt 2033M: benh@kernel.crashing.org 2034L: linux-fbdev-devel@lists.sourceforge.net 2035S: Maintained 2036 2037RAGE128 FRAMEBUFFER DISPLAY DRIVER 2038P: Paul Mackerras 2039M: paulus@samba.org 2040L: linux-fbdev-devel@lists.sourceforge.net 2041S: Maintained 2042 2043RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 2044P: Corey Thomas 2045M: corey@world.std.com 2046L: linux-kernel@vger.kernel.org 2047S: Maintained 2048 2049RANDOM NUMBER DRIVER 2050P: Matt Mackall 2051M: mpm@selenic.com 2052S: Maintained 2053 2054REAL TIME CLOCK DRIVER 2055P: Paul Gortmaker 2056M: p_gortmaker@yahoo.com 2057L: linux-kernel@vger.kernel.org 2058S: Maintained 2059 2060REISERFS FILE SYSTEM 2061P: Hans Reiser 2062M: reiserfs-dev@namesys.com 2063L: reiserfs-list@namesys.com 2064W: http://www.namesys.com 2065S: Supported 2066 2067ROCKETPORT DRIVER 2068P: Comtrol Corp. 2069W: http://www.comtrol.com 2070S: Maintained 2071 2072ROSE NETWORK LAYER 2073P: Ralf Baechle 2074M: ralf@linux-mips.org 2075L: linux-hams@vger.kernel.org 2076S: Maintained 2077 2078RISCOM8 DRIVER 2079S: Orphan 2080 2081RTLINUX REALTIME LINUX 2082P: Victor Yodaiken 2083M: yodaiken@fsmlabs.com 2084L: rtl@rtlinux.org 2085W: www.rtlinux.org 2086S: Maintained 2087 2088S390 2089P: Martin Schwidefsky 2090M: schwidefsky@de.ibm.com 2091M: linux390@de.ibm.com 2092L: linux-390@vm.marist.edu 2093W: http://oss.software.ibm.com/developerworks/opensource/linux390 2094S: Supported 2095 2096SAA7146 VIDEO4LINUX-2 DRIVER 2097P: Michael Hunold 2098M: michael@mihu.de 2099W: http://www.mihu.de/linux/saa7146 2100S: Maintained 2101 2102SBPCD CDROM DRIVER 2103P: Eberhard Moenkeberg 2104M: emoenke@gwdg.de 2105L: linux-kernel@vger.kernel.org 2106S: Maintained 2107 2108SC1200 WDT DRIVER 2109P: Zwane Mwaikambo 2110M: zwane@arm.linux.org.uk 2111S: Maintained 2112 2113SCHEDULER 2114P: Ingo Molnar 2115M: mingo@elte.hu 2116P: Robert Love [the preemptible kernel bits] 2117M: rml@tech9.net 2118L: linux-kernel@vger.kernel.org 2119S: Maintained 2120 2121SCSI CDROM DRIVER 2122P: Jens Axboe 2123M: axboe@suse.de 2124L: linux-scsi@vger.kernel.org 2125W: http://www.kernel.dk 2126S: Maintained 2127 2128SCSI SG DRIVER 2129P: Doug Gilbert 2130M: dgilbert@interlog.com 2131L: linux-scsi@vger.kernel.org 2132W: http://www.torque.net/sg 2133S: Maintained 2134 2135SCSI SUBSYSTEM 2136P: James E.J. Bottomley 2137M: James.Bottomley@SteelEye.com 2138L: linux-scsi@vger.kernel.org 2139S: Maintained 2140 2141SCSI TAPE DRIVER 2142P: Kai M�kisara 2143M: Kai.Makisara@kolumbus.fi 2144L: linux-scsi@vger.kernel.org 2145S: Maintained 2146 2147SCTP PROTOCOL 2148P: Sridhar Samudrala 2149M: sri@us.ibm.com 2150L: lksctp-developers@lists.sourceforge.net 2151S: Supported 2152 2153SCx200 CPU SUPPORT 2154P: Christer Weinigel 2155M: christer@weinigel.se 2156W: http://www.weinigel.se 2157S: Supported 2158 2159SECURITY CONTACT 2160P: Security Officers 2161M: security@kernel.org 2162S: Supported 2163 2164SELINUX SECURITY MODULE 2165P: Stephen Smalley 2166M: sds@epoch.ncsc.mil 2167P: James Morris 2168M: jmorris@namei.org 2169L: linux-kernel@vger.kernel.org (kernel issues) 2170L: selinux@tycho.nsa.gov (general discussion) 2171W: http://www.nsa.gov/selinux 2172S: Supported 2173 2174SERIAL ATA (SATA) SUBSYSTEM: 2175P: Jeff Garzik 2176M: jgarzik@pobox.com 2177L: linux-ide@vger.kernel.org 2178S: Supported 2179 2180SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 2181P: Pat Gefre 2182M: pfg@sgi.com 2183L: linux-ia64@vger.kernel.org 2184S: Supported 2185 2186SGI VISUAL WORKSTATION 320 AND 540 2187P: Andrey Panin 2188M: pazke@donpac.ru 2189L: linux-visws-devel@lists.sf.net 2190W: http://linux-visws.sf.net 2191S: Maintained for 2.6. 2192 2193SIMTEC EB110ATX (Chalice CATS) 2194P: Ben Dooks 2195P: Vincent Sanders 2196M: support@simtec.co.uk 2197W: http://www.simtec.co.uk/products/EB110ATX/ 2198S: Supported 2199 2200SIMTEC EB2410ITX (BAST) 2201P: Ben Dooks 2202P: Vincent Sanders 2203M: support@simtec.co.uk 2204W: http://www.simtec.co.uk/products/EB2410ITX/ 2205S: Supported 2206 2207SIS 190 ETHERNET DRIVER 2208P: Francois Romieu 2209M: romieu@fr.zoreil.com 2210L: netdev@vger.kernel.org 2211S: Maintained 2212 2213SIS 5513 IDE CONTROLLER DRIVER 2214P: Lionel Bouton 2215M: Lionel.Bouton@inet6.fr 2216W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html 2217W: http://gyver.homeip.net/sis5513/index.html 2218S: Maintained 2219 2220SIS 900/7016 FAST ETHERNET DRIVER 2221P: Daniele Venzano 2222M: venza@brownhat.org 2223W: http://www.brownhat.org/sis900.html 2224L: netdev@vger.kernel.org 2225S: Maintained 2226 2227SIS FRAMEBUFFER DRIVER 2228P: Thomas Winischhofer 2229M: thomas@winischhofer.net 2230W: http://www.winischhofer.net/linuxsisvga.shtml 2231S: Maintained 2232 2233SIS USB2VGA DRIVER 2234P: Thomas Winischhofer 2235M: thomas@winischhofer.net 2236W: http://www.winischhofer.at/linuxsisusbvga.shtml 2237S: Maintained 2238 2239SMSC47M1 HARDWARE MONITOR DRIVER 2240P: Jean Delvare 2241M: khali@linux-fr.org 2242L: lm-sensors@lm-sensors.org 2243S: Odd Fixes 2244 2245SMB FILESYSTEM 2246P: Urban Widmark 2247M: urban@teststation.com 2248W: http://samba.org/ 2249L: samba@samba.org 2250S: Maintained 2251 2252SMC91x ETHERNET DRIVER 2253P: Nicolas Pitre 2254M: nico@cam.org 2255S: Maintained 2256 2257SNA NETWORK LAYER 2258P: Jay Schulist 2259M: jschlst@samba.org 2260L: linux-sna@turbolinux.com 2261W: http://www.linux-sna.org 2262S: Supported 2263 2264SOFTWARE RAID (Multiple Disks) SUPPORT 2265P: Ingo Molnar 2266M: mingo@redhat.com 2267P: Neil Brown 2268M: neilb@cse.unsw.edu.au 2269L: linux-raid@vger.kernel.org 2270S: Maintained 2271 2272SOFTWARE SUSPEND: 2273P: Pavel Machek 2274M: pavel@suse.cz 2275L: linux-pm@osdl.org 2276S: Maintained 2277 2278SONIC NETWORK DRIVER 2279P: Thomas Bogendoerfer 2280M: tsbogend@alpha.franken.de 2281L: netdev@vger.kernel.org 2282S: Maintained 2283 2284SONY VAIO CONTROL DEVICE DRIVER 2285P: Stelian Pop 2286M: stelian@popies.net 2287W: http://popies.net/sonypi/ 2288S: Maintained 2289 2290SOUND 2291P: Jaroslav Kysela 2292M: perex@suse.cz 2293L: alsa-devel@alsa-project.org 2294S: Maintained 2295 2296TPM DEVICE DRIVER 2297P: Kylene Hall 2298M: kjhall@us.ibm.com 2299W: http://tpmdd.sourceforge.net 2300L: tpmdd-devel@lists.sourceforge.net 2301S: Maintained 2302 2303Telecom Clock Driver for MCPL0010 2304P: Mark Gross 2305M: mark.gross@intel.com 2306S: Supported 2307 2308TENSILICA XTENSA PORT (xtensa): 2309P: Chris Zankel 2310M: chris@zankel.net 2311S: Maintained 2312 2313UltraSPARC (sparc64): 2314P: David S. Miller 2315M: davem@davemloft.net 2316P: Eddie C. Dost 2317M: ecd@brainaid.de 2318P: Jakub Jelinek 2319M: jj@sunsite.ms.mff.cuni.cz 2320P: Anton Blanchard 2321M: anton@samba.org 2322L: sparclinux@vger.kernel.org 2323L: ultralinux@vger.kernel.org 2324S: Maintained 2325 2326SHARP LH SUPPORT (LH7952X & LH7A40X) 2327P: Marc Singer 2328M: elf@buici.com 2329W: http://projects.buici.com/arm 2330L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2331S: Maintained 2332 2333SHPC HOTPLUG DRIVER 2334P: Kristen Carlson Accardi 2335M: kristen.c.accardi@intel.com 2336L: pcihpd-discuss@lists.sourceforge.net 2337S: Maintained 2338 2339SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 2340P: Stephen Hemminger 2341M: shemminger@osdl.org 2342L: netdev@vger.kernel.org 2343S: Maintained 2344 2345SPARC (sparc32): 2346P: William L. Irwin 2347M: wli@holomorphy.com 2348L: sparclinux@vger.kernel.org 2349S: Maintained 2350 2351SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 2352P: Roger Wolff 2353M: R.E.Wolff@BitWizard.nl 2354L: linux-kernel@vger.kernel.org ? 2355S: Supported 2356 2357SRM (Alpha) environment access 2358P: Jan-Benedict Glaw 2359M: jbglaw@lug-owl.de 2360L: linux-kernel@vger.kernel.org 2361S: Maintained 2362 2363STARFIRE/DURALAN NETWORK DRIVER 2364P: Ion Badulescu 2365M: ionut@cs.columbia.edu 2366S: Maintained 2367 2368STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 2369W: http://mosquitonet.Stanford.EDU/strip.html 2370S: Unsupported ? 2371 2372STRADIS MPEG-2 DECODER DRIVER 2373P: Nathan Laredo 2374M: laredo@gnu.org 2375W: http://mpeg.openprojects.net/ 2376W: http://www.stradis.com/ 2377S: Maintained 2378 2379SUPERH (sh) 2380P: Paul Mundt 2381M: lethal@linux-sh.org 2382P: Kazumoto Kojima 2383M: kkojima@rr.iij4u.or.jp 2384L: linux-sh@m17n.org 2385W: http://www.linux-sh.org 2386W: http://www.m17n.org/linux-sh/ 2387W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html 2388S: Maintained 2389 2390SUPERH64 (sh64) 2391P: Paul Mundt 2392M: lethal@linux-sh.org 2393P: Richard Curnow 2394M: rc@rc0.org.uk 2395L: linuxsh-shmedia-dev@lists.sourceforge.net 2396W: http://www.linux-sh.org 2397W: http://www.rc0.org.uk/sh64 2398S: Maintained 2399 2400SUN3/3X 2401P: Sam Creasey 2402M: sammy@sammy.net 2403L: sun3-list@redhat.com 2404W: http://sammy.net/sun3/ 2405S: Maintained 2406 2407SVGA HANDLING 2408P: Martin Mares 2409M: mj@ucw.cz 2410L: linux-video@atrey.karlin.mff.cuni.cz 2411S: Maintained 2412 2413SYSV FILESYSTEM 2414P: Christoph Hellwig 2415M: hch@infradead.org 2416S: Maintained 2417 2418TI PARALLEL LINK CABLE DRIVER 2419P: Romain Lievin 2420M: roms@lpg.ticalc.org 2421S: Maintained 2422 2423TLAN NETWORK DRIVER 2424P: Samuel Chessman 2425M: chessman@tux.org 2426L: tlan-devel@lists.sourceforge.net 2427W: http://sourceforge.net/projects/tlan/ 2428S: Maintained 2429 2430TOKEN-RING NETWORK DRIVER 2431P: Mike Phillips 2432M: mikep@linuxtr.net 2433L: netdev@vger.kernel.org 2434L: linux-tr@linuxtr.net 2435W: http://www.linuxtr.net 2436S: Maintained 2437 2438TOSHIBA ACPI EXTRAS DRIVER 2439P: John Belmonte 2440M: toshiba_acpi@memebeam.org 2441W: http://memebeam.org/toys/ToshibaAcpiDriver 2442S: Maintained 2443 2444TOSHIBA SMM DRIVER 2445P: Jonathan Buzzard 2446M: jonathan@buzzard.org.uk 2447L: tlinux-users@tce.toshiba-dme.co.jp 2448W: http://www.buzzard.org.uk/toshiba/ 2449S: Maintained 2450 2451TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE 2452P: Muli Ben-Yehuda 2453M: mulix@mulix.org 2454L: linux-kernel@vger.kernel.org 2455S: Maintained 2456 2457TRIVIAL PATCHES 2458P: Rusty Russell 2459M: trivial@rustcorp.com.au 2460L: linux-kernel@vger.kernel.org 2461W: http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/ 2462S: Maintained 2463 2464TMS380 TOKEN-RING NETWORK DRIVER 2465P: Adam Fritzler 2466M: mid@auk.cx 2467L: linux-tr@linuxtr.net 2468W: http://www.auk.cx/tms380tr/ 2469S: Maintained 2470 2471TULIP NETWORK DRIVER 2472P: Jeff Garzik 2473M: jgarzik@pobox.com 2474L: tulip-users@lists.sourceforge.net 2475W: http://sourceforge.net/projects/tulip/ 2476S: Maintained 2477 2478TUN/TAP driver 2479P: Maxim Krasnyansky 2480M: maxk@qualcomm.com, max_mk@yahoo.com 2481L: vtun@office.satix.net 2482W: http://vtun.sourceforge.net/tun 2483S: Maintained 2484 2485U14-34F SCSI DRIVER 2486P: Dario Ballabio 2487M: ballabio_dario@emc.com 2488L: linux-scsi@vger.kernel.org 2489S: Maintained 2490 2491UDF FILESYSTEM 2492P: Ben Fennema 2493M: bfennema@falcon.csc.calpoly.edu 2494L: linux_udf@hpesjro.fc.hp.com 2495W: http://linux-udf.sourceforge.net 2496S: Maintained 2497 2498UNIFORM CDROM DRIVER 2499P: Jens Axboe 2500M: axboe@suse.de 2501L: linux-kernel@vger.kernel.org 2502W: http://www.kernel.dk 2503S: Maintained 2504 2505USB ACM DRIVER 2506P: Oliver Neukum 2507M: oliver@neukum.name 2508L: linux-usb-users@lists.sourceforge.net 2509L: linux-usb-devel@lists.sourceforge.net 2510S: Maintained 2511 2512USB BLOCK DRIVER (UB ub) 2513P: Pete Zaitcev 2514M: zaitcev@redhat.com 2515L: linux-kernel@vger.kernel.org 2516L: linux-usb-devel@lists.sourceforge.net 2517S: Supported 2518 2519USB CDC ETHERNET DRIVER 2520P: Greg Kroah-Hartman 2521M: greg@kroah.com 2522L: linux-usb-users@lists.sourceforge.net 2523L: linux-usb-devel@lists.sourceforge.net 2524S: Maintained 2525W: http://www.kroah.com/linux-usb/ 2526 2527USB EHCI DRIVER 2528P: David Brownell 2529M: dbrownell@users.sourceforge.net 2530L: linux-usb-devel@lists.sourceforge.net 2531S: Maintained 2532 2533USB HID/HIDBP DRIVERS 2534P: Vojtech Pavlik 2535M: vojtech@suse.cz 2536L: linux-usb-users@lists.sourceforge.net 2537L: linux-usb-devel@lists.sourceforge.net 2538S: Maintained 2539 2540USB HUB DRIVER 2541P: Johannes Erdfelt 2542M: johannes@erdfelt.com 2543L: linux-usb-users@lists.sourceforge.net 2544L: linux-usb-devel@lists.sourceforge.net 2545S: Maintained 2546 2547USB KAWASAKI LSI DRIVER 2548P: Oliver Neukum 2549M: oliver@neukum.name 2550L: linux-usb-users@lists.sourceforge.net 2551L: linux-usb-devel@lists.sourceforge.net 2552S: Maintained 2553 2554USB MASS STORAGE DRIVER 2555P: Matthew Dharm 2556M: mdharm-usb@one-eyed-alien.net 2557L: linux-usb-users@lists.sourceforge.net 2558L: linux-usb-devel@lists.sourceforge.net 2559S: Maintained 2560W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 2561 2562USB OHCI DRIVER 2563P: Roman Weissgaerber 2564M: weissg@vienna.at 2565L: linux-usb-users@lists.sourceforge.net 2566L: linux-usb-devel@lists.sourceforge.net 2567S: Maintained 2568 2569USB OPTION-CARD DRIVER 2570P: Matthias Urlichs 2571M: smurf@smurf.noris.de 2572L: linux-usb-devel@lists.sourceforge.net 2573S: Maintained 2574 2575USB OV511 DRIVER 2576P: Mark McClelland 2577M: mmcclell@bigfoot.com 2578L: linux-usb-users@lists.sourceforge.net 2579L: linux-usb-devel@lists.sourceforge.net 2580W: http://alpha.dyndns.org/ov511/ 2581S: Maintained 2582 2583USB PEGASUS DRIVER 2584P: Petko Manolov 2585M: petkan@users.sourceforge.net 2586L: linux-usb-users@lists.sourceforge.net 2587L: linux-usb-devel@lists.sourceforge.net 2588W: http://pegasus2.sourceforge.net/ 2589S: Maintained 2590 2591USB PRINTER DRIVER 2592P: Vojtech Pavlik 2593M: vojtech@suse.cz 2594L: linux-usb-users@lists.sourceforge.net 2595L: linux-usb-devel@lists.sourceforge.net 2596S: Maintained 2597 2598USB RTL8150 DRIVER 2599P: Petko Manolov 2600M: petkan@users.sourceforge.net 2601L: linux-usb-users@lists.sourceforge.net 2602L: linux-usb-devel@lists.sourceforge.net 2603W: http://pegasus2.sourceforge.net/ 2604S: Maintained 2605 2606USB SE401 DRIVER 2607P: Jeroen Vreeken 2608M: pe1rxq@amsat.org 2609L: linux-usb-users@lists.sourceforge.net 2610L: linux-usb-devel@lists.sourceforge.net 2611W: http://www.chello.nl/~j.vreeken/se401/ 2612S: Maintained 2613 2614USB SERIAL CYBERJACK DRIVER 2615P: Matthias Bruestle and Harald Welte 2616M: support@reiner-sct.com 2617W: http://www.reiner-sct.de/support/treiber_cyberjack.php 2618S: Maintained 2619 2620USB SERIAL DIGI ACCELEPORT DRIVER 2621P: Peter Berger and Al Borchers 2622M: pberger@brimson.com 2623M: alborchers@steinerpoint.com 2624L: linux-usb-users@lists.sourceforge.net 2625L: linux-usb-devel@lists.sourceforge.net 2626S: Maintained 2627 2628USB SERIAL DRIVER 2629P: Greg Kroah-Hartman 2630M: gregkh@suse.de 2631L: linux-usb-users@lists.sourceforge.net 2632L: linux-usb-devel@lists.sourceforge.net 2633S: Supported 2634 2635USB SERIAL BELKIN F5U103 DRIVER 2636P: William Greathouse 2637M: wgreathouse@smva.com 2638L: linux-usb-users@lists.sourceforge.net 2639L: linux-usb-devel@lists.sourceforge.net 2640S: Maintained 2641 2642USB SERIAL CYPRESS M8 DRIVER 2643P: Lonnie Mendez 2644M: dignome@gmail.com 2645L: linux-usb-users@lists.sourceforge.net 2646L: linux-usb-devel@lists.sourceforge.net 2647S: Maintained 2648W: http://geocities.com/i0xox0i 2649W: http://firstlight.net/cvs 2650 2651USB SERIAL CYBERJACK PINPAD/E-COM DRIVER 2652L: linux-usb-users@lists.sourceforge.net 2653L: linux-usb-devel@lists.sourceforge.net 2654S: Maintained 2655 2656USB AUERSWALD DRIVER 2657P: Wolfgang Muees 2658M: wolfgang@iksw-muees.de 2659L: linux-usb-users@lists.sourceforge.net 2660L: linux-usb-devel@lists.sourceforge.net 2661S: Maintained 2662 2663USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 2664P: Gary Brubaker 2665M: xavyer@ix.netcom.com 2666L: linux-usb-users@lists.sourceforge.net 2667L: linux-usb-devel@lists.sourceforge.net 2668S: Maintained 2669 2670USB SERIAL KEYSPAN DRIVER 2671P: Greg Kroah-Hartman 2672M: greg@kroah.com 2673L: linux-usb-users@lists.sourceforge.net 2674L: linux-usb-devel@lists.sourceforge.net 2675W: http://www.kroah.com/linux/ 2676S: Maintained 2677 2678USB SERIAL WHITEHEAT DRIVER 2679P: Stuart MacDonald 2680M: stuartm@connecttech.com 2681L: linux-usb-users@lists.sourceforge.net 2682L: linux-usb-devel@lists.sourceforge.net 2683W: http://www.connecttech.com 2684S: Supported 2685 2686USB SN9C10x DRIVER 2687P: Luca Risolia 2688M: luca.risolia@studio.unibo.it 2689L: linux-usb-devel@lists.sourceforge.net 2690W: http://www.linux-projects.org 2691S: Maintained 2692 2693USB SUBSYSTEM 2694P: Greg Kroah-Hartman 2695M: gregkh@suse.de 2696L: linux-usb-users@lists.sourceforge.net 2697L: linux-usb-devel@lists.sourceforge.net 2698W: http://www.linux-usb.org 2699S: Supported 2700 2701USB UHCI DRIVER 2702P: Alan Stern 2703M: stern@rowland.harvard.edu 2704L: linux-usb-users@lists.sourceforge.net 2705L: linux-usb-devel@lists.sourceforge.net 2706S: Maintained 2707 2708USB "USBNET" DRIVER 2709P: David Brownell 2710M: dbrownell@users.sourceforge.net 2711L: linux-usb-devel@lists.sourceforge.net 2712S: Maintained 2713 2714USB W996[87]CF DRIVER 2715P: Luca Risolia 2716M: luca.risolia@studio.unibo.it 2717L: linux-usb-devel@lists.sourceforge.net 2718W: http://www.linux-projects.org 2719S: Maintained 2720 2721USB ZD1201 DRIVER 2722P: Jeroen Vreeken 2723M: pe1rxq@amsat.org 2724L: linux-usb-users@lists.sourceforge.net 2725L: linux-usb-devel@lists.sourceforge.net 2726W: http://linux-lc100020.sourceforge.net 2727S: Maintained 2728 2729USER-MODE LINUX 2730P: Jeff Dike 2731M: jdike@karaya.com 2732L: user-mode-linux-devel@lists.sourceforge.net 2733L: user-mode-linux-user@lists.sourceforge.net 2734W: http://user-mode-linux.sourceforge.net 2735S: Maintained 2736 2737FAT/VFAT/MSDOS FILESYSTEM: 2738P: OGAWA Hirofumi 2739M: hirofumi@mail.parknet.co.jp 2740L: linux-kernel@vger.kernel.org 2741S: Maintained 2742 2743VIA 82Cxxx AUDIO DRIVER (old OSS driver) 2744P: Jeff Garzik 2745S: Odd fixes 2746 2747VIA RHINE NETWORK DRIVER 2748P: Roger Luethi 2749M: rl@hellgate.ch 2750S: Maintained 2751 2752VIAPRO SMBUS DRIVER 2753P: Jean Delvare 2754M: khali@linux-fr.org 2755L: lm-sensors@lm-sensors.org 2756S: Maintained 2757 2758UCLINUX (AND M68KNOMMU) 2759P: Greg Ungerer 2760M: gerg@uclinux.org 2761W: http://www.uclinux.org/ 2762L: uclinux-dev@uclinux.org (subscribers-only) 2763S: Maintained 2764 2765UCLINUX FOR NEC V850 2766P: Miles Bader 2767M: uclinux-v850@lsi.nec.co.jp 2768W: http://www.ic.nec.co.jp/micro/uclinux/eng/ 2769W: http://www.ee.nec.de/uclinux/ 2770S: Supported 2771 2772UCLINUX FOR RENESAS H8/300 2773P: Yoshinori Sato 2774M: ysato@users.sourceforge.jp 2775W: http://uclinux-h8.sourceforge.jp/ 2776S: Supported 2777 2778USB DIAMOND RIO500 DRIVER 2779P: Cesar Miquel 2780M: miquel@df.uba.ar 2781L: rio500-users@lists.sourceforge.net 2782W: http://rio500.sourceforge.net 2783S: Maintained 2784 2785V9FS FILE SYSTEM 2786P: Eric Van Hensbergen 2787M: ericvh@gmail.com 2788P: Ron Minnich 2789M: rminnich@lanl.gov 2790P: Latchesar Ionkov 2791M: lucho@ionkov.net 2792L: v9fs-developer@lists.sourceforge.net 2793W: http://v9fs.sf.net 2794S: Maintained 2795 2796VIDEO FOR LINUX 2797P: Mauro Carvalho Chehab 2798M: mchehab@brturbo.com.br 2799L: video4linux-list@redhat.com 2800W: http://linuxtv.org 2801S: Maintained 2802 2803W1 DALLAS'S 1-WIRE BUS 2804P: Evgeniy Polyakov 2805M: johnpol@2ka.mipt.ru 2806L: lm-sensors@lm-sensors.org 2807S: Maintained 2808 2809W83L51xD SD/MMC CARD INTERFACE DRIVER 2810P: Pierre Ossman 2811M: drzeus-wbsd@drzeus.cx 2812L: wbsd-devel@list.drzeus.cx 2813W: http://projects.drzeus.cx/wbsd 2814S: Maintained 2815 2816W83L785TS HARDWARE MONITOR DRIVER 2817P: Jean Delvare 2818M: khali@linux-fr.org 2819L: lm-sensors@lm-sensors.org 2820S: Odd Fixes 2821 2822WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC) 2823P: Nenad Corbic 2824M: ncorbic@sangoma.com 2825M: dm@sangoma.com 2826W: http://www.sangoma.com 2827S: Supported 2828 2829WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 2830P: Jean Tourrilhes 2831M: jt@hpl.hp.com 2832W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 2833S: Maintained 2834 2835WD7000 SCSI DRIVER 2836P: Miroslav Zagorac 2837M: zaga@fly.cc.fer.hr 2838L: linux-scsi@vger.kernel.org 2839S: Maintained 2840 2841WL3501 WIRELESS PCMCIA CARD DRIVER 2842P: Arnaldo Carvalho de Melo 2843M: acme@conectiva.com.br 2844W: http://advogato.org/person/acme 2845S: Maintained 2846 2847X.25 NETWORK LAYER 2848P: Henner Eisen 2849M: eis@baty.hanse.de 2850L: linux-x25@vger.kernel.org 2851S: Maintained 2852 2853XFS FILESYSTEM 2854P: Silicon Graphics Inc 2855M: xfs-masters@oss.sgi.com 2856M: nathans@sgi.com 2857L: linux-xfs@oss.sgi.com 2858W: http://oss.sgi.com/projects/xfs 2859S: Supported 2860 2861X86 3-LEVEL PAGING (PAE) SUPPORT 2862P: Ingo Molnar 2863M: mingo@redhat.com 2864S: Maintained 2865 2866X86-64 port 2867P: Andi Kleen 2868M: ak@suse.de 2869L: discuss@x86-64.org 2870W: http://www.x86-64.org 2871S: Maintained 2872 2873YAM DRIVER FOR AX.25 2874P: Jean-Paul Roubelat 2875M: jpr@f6fbb.org 2876L: linux-hams@vger.kernel.org 2877S: Maintained 2878 2879YEALINK PHONE DRIVER 2880P: Henk Vergonet 2881M: Henk.Vergonet@gmail.com 2882L: usbb2k-api-dev@nongnu.org 2883S: Maintained 2884 2885YMFPCI YAMAHA PCI SOUND (Use ALSA instead) 2886P: Pete Zaitcev 2887M: zaitcev@yahoo.com 2888L: linux-kernel@vger.kernel.org 2889S: Obsolete 2890 2891Z8530 DRIVER FOR AX.25 2892P: Joerg Reuter 2893M: jreuter@yaina.de 2894W: http://yaina.de/jreuter/ 2895W: http://www.qsl.net/dl1bke/ 2896L: linux-hams@vger.kernel.org 2897S: Maintained 2898 2899ZF MACHZ WATCHDOG 2900P: Fernando Fuganti 2901M: fuganti@netbank.com.br 2902W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/ 2903S: Maintained 2904 2905ZR36067 VIDEO FOR LINUX DRIVER 2906P: Ronald Bultje 2907M: rbultje@ronald.bitfreak.net 2908L: mjpeg-users@lists.sourceforge.net 2909W: http://mjpeg.sourceforge.net/driver-zoran/ 2910S: Maintained 2911 2912ZR36120 VIDEO FOR LINUX DRIVER 2913P: Pauline Middelink 2914M: middelin@polyware.nl 2915W: http://www.polyware.nl/~middelin/En/hobbies.html 2916W: http://www.polyware.nl/~middelin/hobbies.html 2917S: Maintained 2918 2919THE REST 2920P: Linus Torvalds 2921S: Buried alive in reporters 2922