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. 34 35 PLEASE check your patch with the automated style checker 36 (scripts/checkpatch.pl) to catch trival style violations. 37 See Documentation/CodingStyle for guidance here. 38 39 PLEASE try to include any credit lines you want added with the 40 patch. It avoids people being missed off by mistake and makes 41 it easier to know who wants adding and who doesn't. 42 43 PLEASE document known bugs. If it doesn't work for everything 44 or does something very odd once a month document it. 45 46 PLEASE remember that submissions must be made under the terms 47 of the OSDL certificate of contribution and should include a 48 Signed-off-by: line. The current version of this "Developer's 49 Certificate of Origin" (DCO) is listed in the file 50 Documentation/SubmittingPatches. 51 526. Make sure you have the right to send any changes you make. If you 53 do changes at work you may find your employer owns the patch 54 not you. 55 567. When sending security related changes or reports to a maintainer 57 please Cc: security@kernel.org, especially if the maintainer 58 does not respond. 59 608. Happy hacking. 61 62 ----------------------------------- 63 64Maintainers List (try to look for most precise areas first) 65 66Note: For the hard of thinking, this list is meant to remain in alphabetical 67order. If you could add yourselves to it in alphabetical order that would be 68so much easier [Ed] 69 70P: Person 71M: Mail patches to 72L: Mailing list that is relevant to this area 73W: Web-page with status/info 74T: SCM tree type and location. Type is one of: git, hg, quilt. 75S: Status, one of the following: 76 77 Supported: Someone is actually paid to look after this. 78 Maintained: Someone actually looks after it. 79 Odd Fixes: It has a maintainer but they don't have time to do 80 much other than throw the odd patch in. See below.. 81 Orphan: No current maintainer [but maybe you could take the 82 role as you write your new code]. 83 Obsolete: Old code. Something tagged obsolete generally means 84 it has been replaced by a better system and you 85 should be using that. 86 873C505 NETWORK DRIVER 88P: Philip Blundell 89M: philb@gnu.org 90L: netdev@vger.kernel.org 91S: Maintained 92 933C59X NETWORK DRIVER 94P: Steffen Klassert 95M: klassert@mathematik.tu-chemnitz.de 96L: netdev@vger.kernel.org 97S: Maintained 98 993CR990 NETWORK DRIVER 100P: David Dillow 101M: dave@thedillows.org 102L: netdev@vger.kernel.org 103S: Maintained 104 1053W-XXXX ATA-RAID CONTROLLER DRIVER 106P: Adam Radford 107M: linuxraid@amcc.com 108L: linux-scsi@vger.kernel.org 109W: http://www.amcc.com 110S: Supported 111 1123W-9XXX SATA-RAID CONTROLLER DRIVER 113P: Adam Radford 114M: linuxraid@amcc.com 115L: linux-scsi@vger.kernel.org 116W: http://www.amcc.com 117S: Supported 118 11953C700 AND 53C700-66 SCSI DRIVER 120P: James E.J. Bottomley 121M: James.Bottomley@HansenPartnership.com 122L: linux-scsi@vger.kernel.org 123S: Maintained 124 1256PACK NETWORK DRIVER FOR AX.25 126P: Andreas Koensgen 127M: ajk@iehk.rwth-aachen.de 128L: linux-hams@vger.kernel.org 129S: Maintained 130 1318169 10/100/1000 GIGABIT ETHERNET DRIVER 132P: Francois Romieu 133M: romieu@fr.zoreil.com 134L: netdev@vger.kernel.org 135S: Maintained 136 1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER 138L: linux-serial@vger.kernel.org 139W: http://serial.sourceforge.net 140S: Orphan 141 1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 143P: Paul Gortmaker 144M: p_gortmaker@yahoo.com 145L: netdev@vger.kernel.org 146S: Maintained 147 1489P FILE SYSTEM 149P: Eric Van Hensbergen 150M: ericvh@gmail.com 151P: Ron Minnich 152M: rminnich@sandia.gov 153P: Latchesar Ionkov 154M: lucho@ionkov.net 155L: v9fs-developer@lists.sourceforge.net 156W: http://swik.net/v9fs 157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git 158S: Maintained 159 160A2232 SERIAL BOARD DRIVER 161P: Enver Haase 162M: A2232@gmx.net 163L: linux-m68k@lists.linux-m68k.org 164S: Maintained 165 166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN 167P: David Howells 168M: dhowells@redhat.com 169L: linux-afs@lists.infradead.org 170S: Supported 171 172AIO 173P: Benjamin LaHaise 174M: bcrl@kvack.org 175L: linux-aio@kvack.org 176S: Supported 177 178ABIT UGURU HARDWARE MONITOR DRIVER 179P: Hans de Goede 180M: j.w.r.degoede@hhs.nl 181L: lm-sensors@lm-sensors.org 182S: Maintained 183 184ACENIC DRIVER 185P: Jes Sorensen 186M: jes@trained-monkey.org 187L: linux-acenic@sunsite.dk 188S: Maintained 189 190IPS SCSI RAID DRIVER 191P: Adaptec OEM Raid Solutions 192M: aacraid@adaptec.com 193L: linux-scsi@vger.kernel.org 194W: http://www.adaptec.com/ 195S: Maintained 196 197DPT_I2O SCSI RAID DRIVER 198P: Adaptec OEM Raid Solutions 199M: aacraid@adaptec.com 200L: linux-scsi@vger.kernel.org 201W: http://www.adaptec.com/ 202S: Maintained 203 204AACRAID SCSI RAID DRIVER 205P: Adaptec OEM Raid Solutions 206M: aacraid@adaptec.com 207L: linux-scsi@vger.kernel.org 208W: http://www.adaptec.com/ 209S: Supported 210 211ACER WMI LAPTOP EXTRAS 212P: Carlos Corbacho 213M: carlos@strangeworlds.co.uk 214L: aceracpi@googlegroups.com (subscribers-only) 215W: http://code.google.com/p/aceracpi 216S: Maintained 217 218ACPI 219P: Len Brown 220M: len.brown@intel.com 221M: lenb@kernel.org 222L: linux-acpi@vger.kernel.org 223W: http://www.lesswatts.org/projects/acpi/ 224T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git 225S: Supported 226 227ACPI BATTERY DRIVERS 228P: Alexey Starikovskiy 229M: astarikovskiy@suse.de 230L: linux-acpi@vger.kernel.org 231W: http://acpi.sourceforge.net/ 232S: Supported 233 234ACPI EC DRIVER 235P: Alexey Starikovskiy 236M: astarikovskiy@suse.de 237L: linux-acpi@vger.kernel.org 238W: http://acpi.sourceforge.net/ 239S: Supported 240 241ACPI FAN DRIVER 242P: Len Brown 243M: len.brown@intel.com 244L: linux-acpi@vger.kernel.org 245W: http://acpi.sourceforge.net/ 246S: Supported 247 248ACPI PCI HOTPLUG DRIVER 249P: Kristen Carlson Accardi 250M: kristen.c.accardi@intel.com 251L: pcihpd-discuss@lists.sourceforge.net 252S: Supported 253 254ACPI THERMAL DRIVER 255P: Len Brown 256M: len.brown@intel.com 257L: linux-acpi@vger.kernel.org 258W: http://acpi.sourceforge.net/ 259S: Supported 260 261ACPI VIDEO DRIVER 262P: Rui Zhang 263M: rui.zhang@intel.com 264L: linux-acpi@vger.kernel.org 265W: http://acpi.sourceforge.net/ 266S: Supported 267 268ACPI WMI DRIVER 269P: Carlos Corbacho 270M: carlos@strangeworlds.co.uk 271L: linux-acpi@vger.kernel.org 272W: http://www.lesswatts.org/projects/acpi/ 273S: Maintained 274 275AD1889 ALSA SOUND DRIVER 276P: Kyle McMartin 277M: kyle@parisc-linux.org 278P: Thibaut Varene 279M: T-Bone@parisc-linux.org 280W: http://wiki.parisc-linux.org/AD1889 281L: linux-parisc@vger.kernel.org 282S: Maintained 283 284ADM1025 HARDWARE MONITOR DRIVER 285P: Jean Delvare 286M: khali@linux-fr.org 287L: lm-sensors@lm-sensors.org 288S: Maintained 289 290ADM1029 HARDWARE MONITOR DRIVER 291P: Corentin Labbe 292M: corentin.labbe@geomatys.fr 293L: lm-sensors@lm-sensors.org 294S: Maintained 295 296ADM8211 WIRELESS DRIVER 297P: Michael Wu 298M: flamingice@sourmilk.net 299L: linux-wireless@vger.kernel.org 300W: http://linuxwireless.org/ 301T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 302S: Maintained 303 304ADT746X FAN DRIVER 305P: Colin Leroy 306M: colin@colino.net 307S: Maintained 308 309ADVANSYS SCSI DRIVER 310P: Matthew Wilcox 311M: matthew@wil.cx 312L: linux-scsi@vger.kernel.org 313S: Maintained 314 315AEDSP16 DRIVER 316P: Riccardo Facchetti 317M: fizban@tin.it 318S: Maintained 319 320AFFS FILE SYSTEM 321P: Roman Zippel 322M: zippel@linux-m68k.org 323S: Maintained 324 325AGPGART DRIVER 326P: David Airlie 327M: airlied@linux.ie 328T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git 329S: Maintained 330 331AHA152X SCSI DRIVER 332P: Juergen E. Fischer 333M: Juergen Fischer <fischer@norbit.de> 334L: linux-scsi@vger.kernel.org 335S: Maintained 336 337AIC7XXX / AIC79XX SCSI DRIVER 338P: Hannes Reinecke 339M: hare@suse.de 340L: linux-scsi@vger.kernel.org 341S: Maintained 342 343ALCATEL SPEEDTOUCH USB DRIVER 344P: Duncan Sands 345M: duncan.sands@free.fr 346L: linux-usb@vger.kernel.org 347W: http://www.linux-usb.org/SpeedTouch/ 348S: Maintained 349 350ALCHEMY AU1XX0 MMC DRIVER 351S: Orphan 352 353ALI1563 I2C DRIVER 354P: Rudolf Marek 355M: r.marek@assembler.cz 356L: i2c@lm-sensors.org 357S: Maintained 358 359ALPHA PORT 360P: Richard Henderson 361M: rth@twiddle.net 362S: Odd Fixes for 2.4; Maintained for 2.6. 363P: Ivan Kokshaysky 364M: ink@jurassic.park.msu.ru 365S: Maintained for 2.4; PCI support for 2.6. 366 367AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER 368P: Thomas Dahlmann 369M: thomas.dahlmann@amd.com 370L: info-linux@geode.amd.com (subscribers-only) 371S: Supported 372 373AMD GEODE PROCESSOR/CHIPSET SUPPORT 374P: Jordan Crouse 375L: info-linux@geode.amd.com (subscribers-only) 376W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 377S: Supported 378 379AMS (Apple Motion Sensor) DRIVER 380P: Stelian Pop 381M: stelian@popies.net 382P: Michael Hanselmann 383M: linux-kernel@hansmi.ch 384S: Supported 385 386AMSO1100 RNIC DRIVER 387P: Tom Tucker 388M: tom@opengridcomputing.com 389P: Steve Wise 390M: swise@opengridcomputing.com 391L: general@lists.openfabrics.org 392S: Maintained 393 394AOA (Apple Onboard Audio) ALSA DRIVER 395P: Johannes Berg 396M: johannes@sipsolutions.net 397L: linuxppc-dev@ozlabs.org 398L: alsa-devel@alsa-project.org (subscribers-only) 399S: Maintained 400 401APM DRIVER 402P: Stephen Rothwell 403M: sfr@canb.auug.org.au 404L: linux-laptop@vger.kernel.org 405W: http://www.canb.auug.org.au/~sfr/ 406S: Supported 407 408APPLE SMC DRIVER 409P: Nicolas Boichat 410M: nicolas@boichat.ch 411L: mactel-linux-devel@lists.sourceforge.net 412S: Maintained 413 414APPLETALK NETWORK LAYER 415P: Arnaldo Carvalho de Melo 416M: acme@ghostprotocols.net 417S: Maintained 418 419APPLETOUCH TOUCHPAD DRIVER 420P: Johannes Berg 421M: johannes@sipsolutions.net 422L: linux-input@vger.kernel.org 423S: Maintained 424 425ARC FRAMEBUFFER DRIVER 426P: Jaya Kumar 427M: jayalk@intworks.biz 428S: Maintained 429 430ARM MFM AND FLOPPY DRIVERS 431P: Ian Molton 432M: spyro@f2s.com 433S: Maintained 434 435ARM PRIMECELL MMCI PL180/1 DRIVER 436P: Russell King 437M: rmk@arm.linux.org.uk 438L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 439S: Maintained 440 441ARM/ADI ROADRUNNER MACHINE SUPPORT 442P: Lennert Buytenhek 443M: kernel@wantstofly.org 444L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 445S: Maintained 446 447ARM/ADS SPHERE MACHINE SUPPORT 448P: Lennert Buytenhek 449M: kernel@wantstofly.org 450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 451S: Maintained 452 453ARM/AJECO 1ARM MACHINE SUPPORT 454P: Lennert Buytenhek 455M: kernel@wantstofly.org 456L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 457S: Maintained 458 459ARM/ATMEL AT91RM9200 ARM ARCHITECTURE 460P: Andrew Victor 461M: linux@maxim.org.za 462L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 463W: http://maxim.org.za/at91_26.html 464S: Maintained 465 466ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 467P: Lennert Buytenhek 468M: kernel@wantstofly.org 469L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 470S: Maintained 471 472ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT 473P: Lennert Buytenhek 474M: kernel@wantstofly.org 475L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 476S: Maintained 477 478ARM/CORGI MACHINE SUPPORT 479P: Richard Purdie 480M: rpurdie@rpsys.net 481S: Maintained 482 483ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 484P: Lennert Buytenhek 485M: kernel@wantstofly.org 486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 487S: Maintained 488 489ARM/HP JORNADA 7XX MACHINE SUPPORT 490P: Kristoffer Ericson 491M: kristoffer.ericson@gmail.com 492W: www.jlime.com 493S: Maintained 494 495ARM/INTEL IOP32X ARM ARCHITECTURE 496P: Lennert Buytenhek 497M: kernel@wantstofly.org 498P: Dan Williams 499M: dan.j.williams@intel.com 500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 501S: Supported 502 503ARM/INTEL IOP33X ARM ARCHITECTURE 504P: Dan Williams 505M: dan.j.williams@intel.com 506L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 507S: Supported 508 509ARM/INTEL IOP13XX ARM ARCHITECTURE 510P: Lennert Buytenhek 511M: kernel@wantstofly.org 512P: Dan Williams 513M: dan.j.williams@intel.com 514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 515S: Supported 516 517ARM/INTEL IQ81342EX MACHINE SUPPORT 518P: Lennert Buytenhek 519M: kernel@wantstofly.org 520P: Dan Williams 521M: dan.j.williams@intel.com 522L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 523S: Supported 524 525ARM/INTEL IXP2000 ARM ARCHITECTURE 526P: Lennert Buytenhek 527M: kernel@wantstofly.org 528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 529S: Maintained 530 531ARM/INTEL IXDP2850 MACHINE SUPPORT 532P: Lennert Buytenhek 533M: kernel@wantstofly.org 534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 535S: Maintained 536 537ARM/INTEL IXP23XX ARM ARCHITECTURE 538P: Lennert Buytenhek 539M: kernel@wantstofly.org 540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 541S: Maintained 542 543ARM/INTEL XSC3 (MANZANO) ARM CORE 544P: Lennert Buytenhek 545M: kernel@wantstofly.org 546P: Dan Williams 547M: dan.j.williams@intel.com 548L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 549S: Supported 550 551ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 552P: Lennert Buytenhek 553M: kernel@wantstofly.org 554L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 555S: Maintained 556 557ARM/LOGICPD PXA270 MACHINE SUPPORT 558P: Lennert Buytenhek 559M: kernel@wantstofly.org 560L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 561S: Maintained 562 563ARM/TOSA MACHINE SUPPORT 564P: Dirk Opfer 565M: dirk@opfer-online.de 566S: Maintained 567 568ARM/PLEB SUPPORT 569P: Peter Chubb 570M: pleb@gelato.unsw.edu.au 571W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 572S: Maintained 573 574ARM/PT DIGITAL BOARD PORT 575P: Stefan Eletzhofer 576M: stefan.eletzhofer@eletztrick.de 577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 578W: http://www.arm.linux.org.uk/ 579S: Maintained 580 581ARM/RADISYS ENP2611 MACHINE SUPPORT 582P: Lennert Buytenhek 583M: kernel@wantstofly.org 584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 585S: Maintained 586 587ARM/SHARK MACHINE SUPPORT 588P: Alexander Schulz 589M: alex@shark-linux.de 590W: http://www.shark-linux.de/shark.html 591S: Maintained 592 593ARM/STRONGARM110 PORT 594P: Russell King 595M: rmk@arm.linux.org.uk 596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 597W: http://www.arm.linux.org.uk/ 598S: Maintained 599 600ARM/S3C2410 ARM ARCHITECTURE 601P: Ben Dooks 602M: ben-linux@fluff.org 603L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 604W: http://www.fluff.org/ben/linux/ 605S: Maintained 606 607ARM/S3C2440 ARM ARCHITECTURE 608P: Ben Dooks 609M: ben-linux@fluff.org 610L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 611W: http://www.fluff.org/ben/linux/ 612S: Maintained 613 614ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 615P: Lennert Buytenhek 616M: kernel@wantstofly.org 617L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 618S: Maintained 619 620ARM/THECUS N2100 MACHINE SUPPORT 621P: Lennert Buytenhek 622M: kernel@wantstofly.org 623L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 624S: Maintained 625 626ARPD SUPPORT 627P: Jonathan Layes 628L: netdev@vger.kernel.org 629S: Maintained 630 631ASUS ACPI EXTRAS DRIVER 632P: Corentin Chary 633M: corentincj@iksaif.net 634P: Karol Kozimor 635M: sziwan@users.sourceforge.net 636L: acpi4asus-user@lists.sourceforge.net 637W: http://sourceforge.net/projects/acpi4asus 638W: http://xf.iksaif.net/acpi4asus 639S: Maintained 640 641ASUS ASB100 HARDWARE MONITOR DRIVER 642P: Mark M. Hoffman 643M: mhoffman@lightlink.com 644L: lm-sensors@lm-sensors.org 645S: Maintained 646 647ASUS LAPTOP EXTRAS DRIVER 648P: Corentin Chary 649M: corentincj@iksaif.net 650L: acpi4asus-user@lists.sourceforge.net 651W: http://sourceforge.net/projects/acpi4asus 652W: http://xf.iksaif.net/acpi4asus 653S: Maintained 654 655ASYNCHRONOUS TRANSFERS/TRANSFORMS API 656P: Dan Williams 657M: dan.j.williams@intel.com 658P: Maciej Sosnowski 659M: maciej.sosnowski@intel.com 660L: linux-kernel@vger.kernel.org 661W: http://sourceforge.net/projects/xscaleiop 662S: Supported 663 664ATA OVER ETHERNET DRIVER 665P: Ed L. Cashin 666M: ecashin@coraid.com 667W: http://www.coraid.com/support/linux 668S: Supported 669 670ATHEROS ATH5K WIRELESS DRIVER 671P: Jiri Slaby 672M: jirislaby@gmail.com 673P: Nick Kossifidis 674M: mickflemm@gmail.com 675P: Luis R. Rodriguez 676M: mcgrof@gmail.com 677L: linux-wireless@vger.kernel.org 678L: ath5k-devel@lists.ath5k.org 679S: Maintained 680 681ATL1 ETHERNET DRIVER 682P: Jay Cliburn 683M: jcliburn@gmail.com 684P: Chris Snook 685M: csnook@redhat.com 686L: atl1-devel@lists.sourceforge.net 687W: http://sourceforge.net/projects/atl1 688W: http://atl1.sourceforge.net 689S: Maintained 690 691ATM 692P: Chas Williams 693M: chas@cmf.nrl.navy.mil 694L: linux-atm-general@lists.sourceforge.net (subscribers-only) 695W: http://linux-atm.sourceforge.net 696S: Maintained 697 698ATMEL AT91 MCI DRIVER 699P: Nicolas Ferre 700M: nicolas.ferre@atmel.com 701L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 702W: http://www.atmel.com/products/AT91/ 703W: http://www.at91.com/ 704S: Maintained 705 706ATMEL AT91 / AT32 SERIAL DRIVER 707P: Haavard Skinnemoen 708M: hskinnemoen@atmel.com 709L: linux-kernel@vger.kernel.org 710S: Supported 711 712ATMEL LCDFB DRIVER 713P: Nicolas Ferre 714M: nicolas.ferre@atmel.com 715L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 716S: Maintained 717 718ATMEL MACB ETHERNET DRIVER 719P: Haavard Skinnemoen 720M: hskinnemoen@atmel.com 721S: Supported 722 723ATMEL SPI DRIVER 724P: Haavard Skinnemoen 725M: hskinnemoen@atmel.com 726S: Supported 727 728ATMEL USBA UDC DRIVER 729P: Haavard Skinnemoen 730M: hskinnemoen@atmel.com 731L: kernel@avr32linux.org 732W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver 733S: Supported 734 735ATMEL WIRELESS DRIVER 736P: Simon Kelley 737M: simon@thekelleys.org.uk 738L: linux-wireless@vger.kernel.org 739W: http://www.thekelleys.org.uk/atmel 740W: http://atmelwlandriver.sourceforge.net/ 741S: Maintained 742 743AUDIT SUBSYSTEM 744P: David Woodhouse 745M: dwmw2@infradead.org 746L: linux-audit@redhat.com (subscribers-only) 747W: http://people.redhat.com/sgrubb/audit/ 748T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git 749S: Maintained 750 751AUXILIARY DISPLAY DRIVERS 752P: Miguel Ojeda Sandonis 753M: maxextreme@gmail.com 754L: linux-kernel@vger.kernel.org 755W: http://auxdisplay.googlepages.com/ 756S: Maintained 757 758AVR32 ARCHITECTURE 759P: Haavard Skinnemoen 760M: hskinnemoen@atmel.com 761W: http://www.atmel.com/products/AVR32/ 762W: http://avr32linux.org/ 763W: http://avrfreaks.net/ 764S: Supported 765 766AVR32/AT32AP MACHINE SUPPORT 767P: Haavard Skinnemoen 768M: hskinnemoen@atmel.com 769S: Supported 770 771AX.25 NETWORK LAYER 772P: Ralf Baechle 773M: ralf@linux-mips.org 774L: linux-hams@vger.kernel.org 775W: http://www.linux-ax25.org/ 776S: Maintained 777 778BACKLIGHT CLASS/SUBSYSTEM 779P: Richard Purdie 780M: rpurdie@rpsys.net 781S: Maintained 782 783BLACKFIN ARCHITECTURE 784P: Bryan Wu 785M: cooloney@kernel.org 786L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 787W: http://blackfin.uclinux.org 788S: Supported 789 790BLACKFIN EMAC DRIVER 791P: Bryan Wu 792M: cooloney@kernel.org 793L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 794W: http://blackfin.uclinux.org 795S: Supported 796 797BLACKFIN RTC DRIVER 798P: Mike Frysinger 799M: vapier.adi@gmail.com 800L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 801W: http://blackfin.uclinux.org 802S: Supported 803 804BLACKFIN SERIAL DRIVER 805P: Sonic Zhang 806M: sonic.zhang@analog.com 807L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 808W: http://blackfin.uclinux.org 809S: Supported 810 811BLACKFIN WATCHDOG DRIVER 812P: Mike Frysinger 813M: vapier.adi@gmail.com 814L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 815W: http://blackfin.uclinux.org 816S: Supported 817 818BAYCOM/HDLCDRV DRIVERS FOR AX.25 819P: Thomas Sailer 820M: t.sailer@alumni.ethz.ch 821L: linux-hams@vger.kernel.org 822W: http://www.baycom.org/~tom/ham/ham.html 823S: Maintained 824 825B43 WIRELESS DRIVER 826P: Michael Buesch 827M: mb@bu3sch.de 828P: Stefano Brivio 829M: stefano.brivio@polimi.it 830L: linux-wireless@vger.kernel.org 831W: http://linuxwireless.org/en/users/Drivers/b43 832S: Maintained 833 834B43LEGACY WIRELESS DRIVER 835P: Larry Finger 836M: Larry.Finger@lwfinger.net 837P: Stefano Brivio 838M: stefano.brivio@polimi.it 839L: linux-wireless@vger.kernel.org 840W: http://linuxwireless.org/en/users/Drivers/b43 841S: Maintained 842 843BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION) 844P: Larry Finger 845M: Larry.Finger@lwfinger.net 846P: Stefano Brivio 847M: stefano.brivio@polimi.it 848L: linux-wireless@vger.kernel.org 849W: http://bcm43xx.berlios.de/ 850S: Obsolete 851 852BEFS FILE SYSTEM 853P: Sergey S. Kostyliov 854M: rathamahata@php4.ru 855L: linux-kernel@vger.kernel.org 856S: Maintained 857 858BFS FILE SYSTEM 859P: Tigran A. Aivazian 860M: tigran@aivazian.fsnet.co.uk 861L: linux-kernel@vger.kernel.org 862S: Maintained 863 864BLACKFIN I2C TWI DRIVER 865P: Sonic Zhang 866M: sonic.zhang@analog.com 867L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 868W: http://blackfin.uclinux.org/ 869S: Supported 870 871BLOCK LAYER 872P: Jens Axboe 873M: axboe@kernel.dk 874L: linux-kernel@vger.kernel.org 875T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git 876S: Maintained 877 878BLOCK2MTD DRIVER 879P: Joern Engel 880M: joern@lazybastard.org 881L: linux-mtd@lists.infradead.org 882S: Maintained 883 884BLUETOOTH SUBSYSTEM 885P: Marcel Holtmann 886M: marcel@holtmann.org 887P: Maxim Krasnyansky 888M: maxk@qualcomm.com 889L: linux-bluetooth@vger.kernel.org 890W: http://bluez.sf.net 891W: http://www.bluez.org 892W: http://www.holtmann.org/linux/bluetooth/ 893T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git 894S: Maintained 895 896BLUETOOTH RFCOMM LAYER 897P: Marcel Holtmann 898M: marcel@holtmann.org 899P: Maxim Krasnyansky 900M: maxk@qualcomm.com 901S: Maintained 902 903BLUETOOTH BNEP LAYER 904P: Marcel Holtmann 905M: marcel@holtmann.org 906P: Maxim Krasnyansky 907M: maxk@qualcomm.com 908S: Maintained 909 910BLUETOOTH CMTP LAYER 911P: Marcel Holtmann 912M: marcel@holtmann.org 913S: Maintained 914 915BLUETOOTH HIDP LAYER 916P: Marcel Holtmann 917M: marcel@holtmann.org 918S: Maintained 919 920BLUETOOTH HCI UART DRIVER 921P: Marcel Holtmann 922M: marcel@holtmann.org 923P: Maxim Krasnyansky 924M: maxk@qualcomm.com 925S: Maintained 926 927BLUETOOTH HCI USB DRIVER 928P: Marcel Holtmann 929M: marcel@holtmann.org 930P: Maxim Krasnyansky 931M: maxk@qualcomm.com 932S: Maintained 933 934BLUETOOTH HCI BCM203X DRIVER 935P: Marcel Holtmann 936M: marcel@holtmann.org 937S: Maintained 938 939BLUETOOTH HCI BPA10X DRIVER 940P: Marcel Holtmann 941M: marcel@holtmann.org 942S: Maintained 943 944BLUETOOTH HCI BFUSB DRIVER 945P: Marcel Holtmann 946M: marcel@holtmann.org 947S: Maintained 948 949BLUETOOTH HCI DTL1 DRIVER 950P: Marcel Holtmann 951M: marcel@holtmann.org 952S: Maintained 953 954BLUETOOTH HCI BLUECARD DRIVER 955P: Marcel Holtmann 956M: marcel@holtmann.org 957S: Maintained 958 959BLUETOOTH HCI BT3C DRIVER 960P: Marcel Holtmann 961M: marcel@holtmann.org 962S: Maintained 963 964BLUETOOTH HCI BTUART DRIVER 965P: Marcel Holtmann 966M: marcel@holtmann.org 967S: Maintained 968 969BLUETOOTH HCI VHCI DRIVER 970P: Maxim Krasnyansky 971M: maxk@qualcomm.com 972S: Maintained 973 974BONDING DRIVER 975P: Jay Vosburgh 976M: fubar@us.ibm.com 977L: bonding-devel@lists.sourceforge.net 978W: http://sourceforge.net/projects/bonding/ 979S: Supported 980 981BROADBAND PROCESSOR ARCHITECTURE 982P: Arnd Bergmann 983M: arnd@arndb.de 984L: linuxppc-dev@ozlabs.org 985W: http://www.penguinppc.org/ppc64/ 986S: Supported 987 988BROADCOM B44 10/100 ETHERNET DRIVER 989P: Gary Zambrano 990M: zambrano@broadcom.com 991L: netdev@vger.kernel.org 992S: Supported 993 994BROADCOM BNX2 GIGABIT ETHERNET DRIVER 995P: Michael Chan 996M: mchan@broadcom.com 997L: netdev@vger.kernel.org 998S: Supported 999 1000BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER 1001P: Eliezer Tamir 1002M: eliezert@broadcom.com 1003L: netdev@vger.kernel.org 1004S: Supported 1005 1006BROADCOM TG3 GIGABIT ETHERNET DRIVER 1007P: Michael Chan 1008M: mchan@broadcom.com 1009L: netdev@vger.kernel.org 1010S: Supported 1011 1012BSG (block layer generic sg v4 driver) 1013P: FUJITA Tomonori 1014M: fujita.tomonori@lab.ntt.co.jp 1015L: linux-scsi@vger.kernel.org 1016S: Supported 1017 1018BTTV VIDEO4LINUX DRIVER 1019P: Mauro Carvalho Chehab 1020M: mchehab@infradead.org 1021M: v4l-dvb-maintainer@linuxtv.org 1022L: video4linux-list@redhat.com 1023W: http://linuxtv.org 1024T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 1025S: Maintained 1026 1027CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1028P: Jonathan Corbet 1029M: corbet@lwn.net 1030L: video4linux-list@redhat.com 1031S: Maintained 1032 1033CAN NETWORK LAYER 1034P: Urs Thuermann 1035M: urs.thuermann@volkswagen.de 1036P: Oliver Hartkopp 1037M: oliver.hartkopp@volkswagen.de 1038L: socketcan-core@lists.berlios.de 1039W: http://developer.berlios.de/projects/socketcan/ 1040S: Maintained 1041 1042CALGARY x86-64 IOMMU 1043P: Muli Ben-Yehuda 1044M: muli@il.ibm.com 1045P: Jon D. Mason 1046M: jdmason@kudzu.us 1047L: linux-kernel@vger.kernel.org 1048L: discuss@x86-64.org 1049S: Maintained 1050 1051CFAG12864B LCD DRIVER 1052P: Miguel Ojeda Sandonis 1053M: maxextreme@gmail.com 1054L: linux-kernel@vger.kernel.org 1055W: http://auxdisplay.googlepages.com/ 1056S: Maintained 1057 1058CFAG12864BFB LCD FRAMEBUFFER DRIVER 1059P: Miguel Ojeda Sandonis 1060M: maxextreme@gmail.com 1061L: linux-kernel@vger.kernel.org 1062W: http://auxdisplay.googlepages.com/ 1063S: Maintained 1064 1065CFG80211 and NL80211 1066P: Johannes Berg 1067M: johannes@sipsolutions.net 1068L: linux-wireless@vger.kernel.org 1069S: Maintained 1070 1071CHECKPATCH 1072P: Andy Whitcroft 1073M: apw@shadowen.org 1074P: Randy Dunlap 1075M: rdunlap@xenotime.net 1076P: Joel Schopp 1077M: jschopp@austin.ibm.com 1078S: Supported 1079 1080COMMON INTERNET FILE SYSTEM (CIFS) 1081P: Steve French 1082M: sfrench@samba.org 1083L: linux-cifs-client@lists.samba.org 1084L: samba-technical@lists.samba.org 1085W: http://linux-cifs.samba.org/ 1086T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1087S: Supported 1088 1089CONFIGFS 1090P: Joel Becker 1091M: joel.becker@oracle.com 1092L: linux-kernel@vger.kernel.org 1093S: Supported 1094 1095CIRRUS LOGIC EP93XX ETHERNET DRIVER 1096P: Lennert Buytenhek 1097M: kernel@wantstofly.org 1098L: netdev@vger.kernel.org 1099S: Maintained 1100 1101CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER 1102P: Lennert Buytenhek 1103M: kernel@wantstofly.org 1104L: linux-usb@vger.kernel.org 1105S: Maintained 1106 1107CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER 1108P: Cirrus Logic Corporation (kernel 2.2 driver) 1109M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com> 1110P: Nils Faerber (port to kernel 2.4) 1111M: Nils Faerber <nils@kernelconcepts.de> 1112S: Maintained 1113 1114CODA FILE SYSTEM 1115P: Jan Harkes 1116M: jaharkes@cs.cmu.edu 1117M: coda@cs.cmu.edu 1118L: codalist@coda.cs.cmu.edu 1119W: http://www.coda.cs.cmu.edu/ 1120S: Maintained 1121 1122COMPACTPCI HOTPLUG CORE 1123P: Scott Murray 1124M: scottm@somanetworks.com 1125M: scott@spiteful.org 1126L: pcihpd-discuss@lists.sourceforge.net 1127S: Supported 1128 1129COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 1130P: Scott Murray 1131M: scottm@somanetworks.com 1132M: scott@spiteful.org 1133L: pcihpd-discuss@lists.sourceforge.net 1134S: Supported 1135 1136COMPACTPCI HOTPLUG GENERIC DRIVER 1137P: Scott Murray 1138M: scottm@somanetworks.com 1139M: scott@spiteful.org 1140L: pcihpd-discuss@lists.sourceforge.net 1141S: Supported 1142 1143COMPUTONE INTELLIPORT MULTIPORT CARD 1144P: Michael H. Warfield 1145M: mhw@wittsend.com 1146W: http://www.wittsend.com/computone.html 1147S: Maintained 1148 1149CONEXANT ACCESSRUNNER USB DRIVER 1150P: Simon Arlott 1151M: cxacru@fire.lp0.eu 1152L: accessrunner-general@lists.sourceforge.net 1153W: http://accessrunner.sourceforge.net/ 1154S: Maintained 1155 1156CONTROL GROUPS (CGROUPS) 1157P: Paul Menage 1158M: menage@google.com 1159L: containers@lists.linux-foundation.org 1160S: Maintained 1161 1162CORETEMP HARDWARE MONITORING DRIVER 1163P: Rudolf Marek 1164M: r.marek@assembler.cz 1165L: lm-sensors@lm-sensors.org 1166S: Maintained 1167 1168COSA/SRP SYNC SERIAL DRIVER 1169P: Jan "Yenya" Kasprzak 1170M: kas@fi.muni.cz 1171W: http://www.fi.muni.cz/~kas/cosa/ 1172S: Maintained 1173 1174CPU FREQUENCY DRIVERS 1175P: Dave Jones 1176M: davej@codemonkey.org.uk 1177L: cpufreq@lists.linux.org.uk 1178W: http://www.codemonkey.org.uk/projects/cpufreq/ 1179T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git 1180S: Maintained 1181 1182CPUID/MSR DRIVER 1183P: H. Peter Anvin 1184M: hpa@zytor.com 1185S: Maintained 1186 1187CPUSETS 1188P: Paul Jackson 1189P: Simon Derr 1190M: pj@sgi.com 1191M: simon.derr@bull.net 1192L: linux-kernel@vger.kernel.org 1193W: http://www.bullopensource.org/cpuset/ 1194S: Supported 1195 1196CRAMFS FILESYSTEM 1197W: http://sourceforge.net/projects/cramfs/ 1198S: Orphan 1199 1200CRIS PORT 1201P: Mikael Starvik 1202M: starvik@axis.com 1203P: Jesper Nilsson 1204M: jesper.nilsson@axis.com 1205L: dev-etrax@axis.com 1206W: http://developer.axis.com 1207S: Maintained 1208 1209CRYPTO API 1210P: Herbert Xu 1211M: herbert@gondor.apana.org.au 1212P: David S. Miller 1213M: davem@davemloft.net 1214L: linux-crypto@vger.kernel.org 1215T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 1216S: Maintained 1217 1218CS5535 Audio ALSA driver 1219P: Jaya Kumar 1220M: jayakumar.alsa@gmail.com 1221S: Maintained 1222 1223CYBERPRO FB DRIVER 1224P: Russell King 1225M: rmk@arm.linux.org.uk 1226W: http://www.arm.linux.org.uk/ 1227S: Maintained 1228 1229CYBLAFB FRAMEBUFFER DRIVER 1230P: Knut Petersen 1231M: Knut_Petersen@t-online.de 1232L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1233S: Maintained 1234 1235CYCLADES 2X SYNC CARD DRIVER 1236P: Arnaldo Carvalho de Melo 1237M: acme@ghostprotocols.net 1238W: http://oops.ghostprotocols.net:81/blog 1239S: Maintained 1240 1241CYCLADES ASYNC MUX DRIVER 1242W: http://www.cyclades.com/ 1243S: Orphan 1244 1245CYCLADES PC300 DRIVER 1246W: http://www.cyclades.com/ 1247S: Orphan 1248 1249DAMA SLAVE for AX.25 1250P: Joerg Reuter 1251M: jreuter@yaina.de 1252W: http://yaina.de/jreuter/ 1253W: http://www.qsl.net/dl1bke/ 1254L: linux-hams@vger.kernel.org 1255S: Maintained 1256 1257DC395x SCSI driver 1258P: Oliver Neukum 1259M: oliver@neukum.name 1260P: Ali Akcaagac 1261M: aliakc@web.de 1262P: Jamie Lenehan 1263M: lenehan@twibble.org 1264W: http://twibble.org/dist/dc395x/ 1265L: dc395x@twibble.org 1266L: http://lists.twibble.org/mailman/listinfo/dc395x/ 1267S: Maintained 1268 1269DC390/AM53C974 SCSI driver 1270P: Kurt Garloff 1271M: garloff@suse.de 1272W: http://www.garloff.de/kurt/linux/dc390/ 1273P: Guennadi Liakhovetski 1274M: g.liakhovetski@gmx.de 1275S: Maintained 1276 1277DCCP PROTOCOL 1278P: Arnaldo Carvalho de Melo 1279M: acme@ghostprotocols.net 1280L: dccp@vger.kernel.org 1281W: http://linux-net.osdl.org/index.php/DCCP 1282S: Maintained 1283 1284DECnet NETWORK LAYER 1285P: Christine Caulfield 1286M: christine.caulfield@googlemail.com 1287W: http://linux-decnet.sourceforge.net 1288L: linux-decnet-user@lists.sourceforge.net 1289S: Maintained 1290 1291DEFXX FDDI NETWORK DRIVER 1292P: Maciej W. Rozycki 1293M: macro@linux-mips.org 1294S: Maintained 1295 1296DELL LAPTOP SMM DRIVER 1297P: Massimo Dal Zotto 1298M: dz@debian.org 1299W: http://www.debian.org/~dz/i8k/ 1300S: Maintained 1301 1302DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 1303P: Doug Warzecha 1304M: Douglas_Warzecha@dell.com 1305S: Maintained 1306 1307DEVICE-MAPPER (LVM) 1308P: Alasdair Kergon 1309L: dm-devel@redhat.com 1310W: http://sources.redhat.com/dm 1311S: Maintained 1312 1313DEVICE NUMBER REGISTRY 1314P: Torben Mathiasen 1315M: device@lanana.org 1316W: http://lanana.org/docs/device-list/index.html 1317L: linux-kernel@vger.kernel.org 1318S: Maintained 1319 1320DIGI INTL. EPCA DRIVER 1321P: Digi International, Inc 1322M: Eng.Linux@digi.com 1323L: Eng.Linux@digi.com 1324W: http://www.digi.com 1325S: Orphaned 1326 1327DIRECTORY NOTIFICATION 1328P: Stephen Rothwell 1329M: sfr@canb.auug.org.au 1330L: linux-kernel@vger.kernel.org 1331S: Supported 1332 1333DISK GEOMETRY AND PARTITION HANDLING 1334P: Andries Brouwer 1335M: aeb@cwi.nl 1336W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 1337W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 1338W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 1339S: Maintained 1340 1341DISKQUOTA: 1342P: Jan Kara 1343M: jack@suse.cz 1344L: linux-kernel@vger.kernel.org 1345S: Maintained 1346 1347DISTRIBUTED LOCK MANAGER 1348P: Christine Caulfield 1349M: ccaulfie@redhat.com 1350P: David Teigland 1351M: teigland@redhat.com 1352L: cluster-devel@redhat.com 1353W: http://sources.redhat.com/cluster/ 1354T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git 1355S: Supported 1356 1357DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 1358P: Tobias Ringstrom 1359M: tori@unhappy.mine.nu 1360L: netdev@vger.kernel.org 1361S: Maintained 1362 1363DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 1364P: Maciej Sosnowski 1365M: maciej.sosnowski@intel.com 1366P: Dan Williams 1367M: dan.j.williams@intel.com 1368L: linux-kernel@vger.kernel.org 1369S: Supported 1370 1371DME1737 HARDWARE MONITOR DRIVER 1372P: Juerg Haefliger 1373M: juergh@gmail.com 1374L: lm-sensors@lm-sensors.org 1375S: Maintained 1376 1377DOCBOOK FOR DOCUMENTATION 1378P: Randy Dunlap 1379M: rdunlap@xenotime.net 1380S: Maintained 1381 1382DOCKING STATION DRIVER 1383P: Kristen Carlson Accardi 1384M: kristen.c.accardi@intel.com 1385L: linux-acpi@vger.kernel.org 1386S: Supported 1387 1388DOUBLETALK DRIVER 1389P: James R. Van Zandt 1390M: jrv@vanzandt.mv.com 1391L: blinux-list@redhat.com 1392S: Maintained 1393 1394DRIVER CORE, KOBJECTS, AND SYSFS 1395P: Greg Kroah-Hartman 1396M: gregkh@suse.de 1397L: linux-kernel@vger.kernel.org 1398T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 1399S: Supported 1400 1401DRM DRIVERS 1402P: David Airlie 1403M: airlied@linux.ie 1404L: dri-devel@lists.sourceforge.net 1405T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git 1406S: Maintained 1407 1408DSCC4 DRIVER 1409P: Francois Romieu 1410M: romieu@fr.zoreil.com 1411L: netdev@vger.kernel.org 1412S: Maintained 1413 1414DVB SUBSYSTEM AND DRIVERS 1415P: LinuxTV.org Project 1416M: v4l-dvb-maintainer@linuxtv.org 1417L: linux-dvb@linuxtv.org (subscription required) 1418W: http://linuxtv.org/ 1419T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 1420S: Maintained 1421 1422DZ DECSTATION DZ11 SERIAL DRIVER 1423P: Maciej W. Rozycki 1424M: macro@linux-mips.org 1425S: Maintained 1426 1427EATA-DMA SCSI DRIVER 1428P: Michael Neuffer 1429L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 1430S: Maintained 1431 1432EATA ISA/EISA/PCI SCSI DRIVER 1433P: Dario Ballabio 1434M: ballabio_dario@emc.com 1435L: linux-scsi@vger.kernel.org 1436S: Maintained 1437 1438EATA-PIO SCSI DRIVER 1439P: Michael Neuffer 1440M: mike@i-Connect.Net 1441L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 1442S: Maintained 1443 1444EBTABLES 1445P: Bart De Schuymer 1446M: bart.de.schuymer@pandora.be 1447L: ebtables-user@lists.sourceforge.net 1448L: ebtables-devel@lists.sourceforge.net 1449W: http://ebtables.sourceforge.net/ 1450S: Maintained 1451 1452ECRYPT FILE SYSTEM 1453P: Mike Halcrow, Phillip Hellewell 1454M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net 1455L: ecryptfs-devel@lists.sourceforge.net 1456W: http://ecryptfs.sourceforge.net/ 1457S: Supported 1458 1459EDAC-CORE 1460P: Doug Thompson 1461M: dougthompson@xmission.com 1462L: bluesmoke-devel@lists.sourceforge.net 1463W: bluesmoke.sourceforge.net 1464S: Supported 1465 1466EDAC-E752X 1467P: Mark Gross 1468P: Doug Thompson 1469M: mark.gross@intel.com 1470M: dougthompson@xmission.com 1471L: bluesmoke-devel@lists.sourceforge.net 1472W: bluesmoke.sourceforge.net 1473S: Maintained 1474 1475EDAC-E7XXX 1476P: Doug Thompson 1477M: dougthompson@xmission.com 1478L: bluesmoke-devel@lists.sourceforge.net 1479W: bluesmoke.sourceforge.net 1480S: Maintained 1481 1482EDAC-I82443BXGX 1483P: Tim Small 1484M: tim@buttersideup.com 1485L: bluesmoke-devel@lists.sourceforge.net 1486W: bluesmoke.sourceforge.net 1487S: Maintained 1488 1489EDAC-I3000 1490P: Jason Uhlenkott 1491M: juhlenko@akamai.com 1492L: bluesmoke-devel@lists.sourceforge.net 1493W: bluesmoke.sourceforge.net 1494S: Maintained 1495 1496EDAC-I5000 1497P: Doug Thompson 1498M: dougthompson@xmission.com 1499L: bluesmoke-devel@lists.sourceforge.net 1500W: bluesmoke.sourceforge.net 1501S: Maintained 1502 1503EDAC-I82975X 1504P: Ranganathan Desikan 1505P: Arvind R. 1506M: rdesikan@jetzbroadband.com 1507M: arvind@acarlab.com 1508L: bluesmoke-devel@lists.sourceforge.net 1509W: bluesmoke.sourceforge.net 1510S: Maintained 1511 1512EDAC-PASEMI 1513P: Egor Martovetsky 1514M: egor@pasemi.com 1515L: bluesmoke-devel@lists.sourceforge.net 1516W: bluesmoke.sourceforge.net 1517S: Maintained 1518 1519EDAC-R82600 1520P: Tim Small 1521M: tim@buttersideup.com 1522L: bluesmoke-devel@lists.sourceforge.net 1523W: bluesmoke.sourceforge.net 1524S: Maintained 1525 1526EEPRO100 NETWORK DRIVER 1527P: Andrey V. Savochkin 1528M: saw@saw.sw.com.sg 1529S: Maintained 1530 1531EFS FILESYSTEM 1532W: http://aeschi.ch.eu.org/efs/ 1533S: Orphan 1534 1535EHCA (IBM GX bus InfiniBand adapter) DRIVER: 1536P: Hoang-Nam Nguyen 1537M: hnguyen@de.ibm.com 1538P: Christoph Raisch 1539M: raisch@de.ibm.com 1540L: general@lists.openfabrics.org 1541S: Supported 1542 1543EMULEX LPFC FC SCSI DRIVER 1544P: James Smart 1545M: james.smart@emulex.com 1546L: linux-scsi@vger.kernel.org 1547W: http://sourceforge.net/projects/lpfcxxxx 1548S: Supported 1549 1550EPSON 1355 FRAMEBUFFER DRIVER 1551P: Christopher Hoover 1552M: ch@murgatroid.com, ch@hpl.hp.com 1553S: Maintained 1554 1555ETHEREXPRESS-16 NETWORK DRIVER 1556P: Philip Blundell 1557M: philb@gnu.org 1558L: netdev@vger.kernel.org 1559S: Maintained 1560 1561ETHERNET BRIDGE 1562P: Stephen Hemminger 1563M: shemminger@linux-foundation.org 1564L: bridge@lists.linux-foundation.org 1565W: http://bridge.sourceforge.net/ 1566S: Maintained 1567 1568ETHERTEAM 16I DRIVER 1569P: Mika Kuoppala 1570M: miku@iki.fi 1571S: Maintained 1572 1573EXT2 FILE SYSTEM 1574L: linux-ext4@vger.kernel.org 1575S: Maintained 1576 1577EXT3 FILE SYSTEM 1578P: Stephen Tweedie, Andrew Morton 1579M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com 1580L: linux-ext4@vger.kernel.org 1581S: Maintained 1582 1583EXT4 FILE SYSTEM 1584P: Stephen Tweedie, Andrew Morton 1585M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com 1586L: linux-ext4@vger.kernel.org 1587S: Maintained 1588 1589F71805F HARDWARE MONITORING DRIVER 1590P: Jean Delvare 1591M: khali@linux-fr.org 1592L: lm-sensors@lm-sensors.org 1593S: Maintained 1594 1595FARSYNC SYNCHRONOUS DRIVER 1596P: Kevin Curtis 1597M: kevin.curtis@farsite.co.uk 1598W: http://www.farsite.co.uk/ 1599S: Supported 1600 1601FAULT INJECTION SUPPORT 1602P: Akinobu Mita 1603M: akinobu.mita@gmail.com 1604S: Supported 1605 1606FRAMEBUFFER LAYER 1607P: Antonino Daplas 1608M: adaplas@gmail.com 1609L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1610W: http://linux-fbdev.sourceforge.net/ 1611S: Maintained 1612 1613FREESCALE DMA DRIVER 1614P; Zhang Wei 1615M: wei.zhang@freescale.com 1616L: linuxppc-embedded@ozlabs.org 1617L: linux-kernel@vger.kernel.org 1618S: Maintained 1619 1620FREESCALE SOC FS_ENET DRIVER 1621P: Pantelis Antoniou 1622M: pantelis.antoniou@gmail.com 1623P: Vitaly Bordug 1624M: vbordug@ru.mvista.com 1625L: linuxppc-dev@ozlabs.org 1626L: netdev@vger.kernel.org 1627S: Maintained 1628 1629FREESCALE HIGHSPEED USB DEVICE DRIVER 1630P: Li Yang 1631M: leoli@freescale.com 1632L: linux-usb@vger.kernel.org 1633L: linuxppc-dev@ozlabs.org 1634S: Maintained 1635 1636FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 1637P: Li Yang 1638M: leoli@freescale.com 1639L: netdev@vger.kernel.org 1640L: linuxppc-dev@ozlabs.org 1641S: Maintained 1642 1643FILE LOCKING (flock() and fcntl()/lockf()) 1644P: Matthew Wilcox 1645M: matthew@wil.cx 1646L: linux-fsdevel@vger.kernel.org 1647S: Maintained 1648 1649FILESYSTEMS (VFS and infrastructure) 1650P: Alexander Viro 1651M: viro@zeniv.linux.org.uk 1652L: linux-fsdevel@vger.kernel.org 1653S: Maintained 1654 1655FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) 1656P: Kristian Hoegsberg, Stefan Richter 1657M: krh@redhat.com, stefanr@s5r6.in-berlin.de 1658L: linux1394-devel@lists.sourceforge.net 1659W: http://www.linux1394.org/ 1660T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 1661S: Maintained 1662 1663FIRMWARE LOADER (request_firmware) 1664L: linux-kernel@vger.kernel.org 1665S: Orphan 1666 1667FPU EMULATOR 1668P: Bill Metzenthen 1669M: billm@suburbia.net 1670W: http://suburbia.net/~billm/floating-point/emulator/ 1671S: Maintained 1672 1673FRAME RELAY DLCI/FRAD (Sangoma drivers too) 1674P: Mike McLagan 1675M: mike.mclagan@linux.org 1676L: netdev@vger.kernel.org 1677S: Maintained 1678 1679FREEVXFS FILESYSTEM 1680P: Christoph Hellwig 1681M: hch@infradead.org 1682W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 1683S: Maintained 1684 1685FUJITSU FR-V (FRV) PORT 1686P: David Howells 1687M: dhowells@redhat.com 1688S: Maintained 1689 1690FUSE: FILESYSTEM IN USERSPACE 1691P: Miklos Szeredi 1692M: miklos@szeredi.hu 1693L: fuse-devel@lists.sourceforge.net 1694W: http://fuse.sourceforge.net/ 1695S: Maintained 1696 1697FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 1698P: Rik Faith 1699M: faith@cs.unc.edu 1700L: linux-scsi@vger.kernel.org 1701S: Odd fixes (e.g., new signatures) 1702 1703GDT SCSI DISK ARRAY CONTROLLER DRIVER 1704P: Achim Leubner 1705M: achim_leubner@adaptec.com 1706L: linux-scsi@vger.kernel.org 1707W: http://www.icp-vortex.com/ 1708S: Supported 1709 1710GENERIC GPIO I2C DRIVER 1711P: Haavard Skinnemoen 1712M: hskinnemoen@atmel.com 1713S: Supported 1714 1715GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS 1716P: Krzysztof Halasa 1717M: khc@pm.waw.pl 1718W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 1719S: Maintained 1720 1721GFS2 FILE SYSTEM 1722P: Steven Whitehouse 1723M: swhiteho@redhat.com 1724L: cluster-devel@redhat.com 1725W: http://sources.redhat.com/cluster/ 1726T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git 1727T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git 1728S: Supported 1729 1730GIGASET ISDN DRIVERS 1731P: Hansjoerg Lipp 1732M: hjlipp@web.de 1733P: Tilman Schmidt 1734M: tilman@imap.cc 1735L: gigaset307x-common@lists.sourceforge.net 1736W: http://gigaset307x.sourceforge.net/ 1737S: Maintained 1738 1739HARDWARE MONITORING 1740P: Mark M. Hoffman 1741M: mhoffman@lightlink.com 1742L: lm-sensors@lm-sensors.org 1743W: http://www.lm-sensors.org/ 1744T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing 1745T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release 1746S: Maintained 1747 1748HARDWARE RANDOM NUMBER GENERATOR CORE 1749S: Orphaned 1750 1751HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 1752P: Robert Love 1753M: rlove@rlove.org 1754M: linux-kernel@vger.kernel.org 1755W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/ 1756S: Maintained 1757 1758HARMONY SOUND DRIVER 1759P: Kyle McMartin 1760M: kyle@parisc-linux.org 1761L: linux-parisc@vger.kernel.org 1762S: Maintained 1763 1764HAYES ESP SERIAL DRIVER 1765P: Andrew J. Robinson 1766M: arobinso@nyx.net 1767L: linux-kernel@vger.kernel.org 1768W: http://www.nyx.net/~arobinso 1769S: Maintained 1770 1771HFS FILESYSTEM 1772P: Roman Zippel 1773M: zippel@linux-m68k.org 1774L: linux-kernel@vger.kernel.org 1775S: Maintained 1776 1777HGA FRAMEBUFFER DRIVER 1778P: Ferenc Bakonyi 1779M: fero@drama.obuda.kando.hu 1780L: linux-nvidia@lists.surfsouth.com 1781W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 1782S: Maintained 1783 1784HID CORE LAYER 1785P: Jiri Kosina 1786M: jkosina@suse.cz 1787L: linux-input@vger.kernel.org 1788T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git 1789S: Maintained 1790 1791HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 1792P: Thomas Gleixner 1793M: tglx@linutronix.de 1794L: linux-kernel@vger.kernel.org 1795S: Maintained 1796 1797HIGH-SPEED SCC DRIVER FOR AX.25 1798P: Klaus Kudielka 1799M: klaus.kudielka@ieee.org 1800L: linux-hams@vger.kernel.org 1801W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 1802S: Maintained 1803 1804HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 1805P: HighPoint Linux Team 1806M: linux@highpoint-tech.com 1807W: http://www.highpoint-tech.com 1808S: Supported 1809 1810HIPPI 1811P: Jes Sorensen 1812M: jes@trained-monkey.org 1813L: linux-hippi@sunsite.dk 1814S: Maintained 1815 1816HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA 1817P: Chirag Kantharia 1818M: chirag.kantharia@hp.com 1819L: iss_storagedev@hp.com 1820S: Maintained 1821 1822HEWLETT-PACKARD SMART2 RAID DRIVER 1823P: Chirag Kantharia 1824M: chirag.kantharia@hp.com 1825L: iss_storagedev@hp.com 1826S: Maintained 1827 1828HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 1829P: Mike Miller 1830M: mike.miller@hp.com 1831L: iss_storagedev@hp.com 1832S: Supported 1833 1834HOST AP DRIVER 1835P: Jouni Malinen 1836M: j@w1.fi 1837L: hostap@shmoo.com (subscribers-only) 1838L: linux-wireless@vger.kernel.org 1839W: http://hostap.epitest.fi/ 1840S: Maintained 1841 1842HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 1843P: Jaroslav Kysela 1844M: perex@perex.cz 1845S: Maintained 1846 1847HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 1848P: Carlos Corbacho 1849M: carlos@strangeworlds.co.uk 1850S: Odd Fixes 1851 1852HPET: High Precision Event Timers driver (hpet.c) 1853P: Clemens Ladisch 1854M: clemens@ladisch.de 1855S: Maintained 1856 1857HPET: i386 1858P: Venkatesh Pallipadi (Venki) 1859M: venkatesh.pallipadi@intel.com 1860S: Maintained 1861 1862HPET: x86_64 1863P: Vojtech Pavlik 1864M: vojtech@suse.cz 1865S: Maintained 1866 1867HPET: ACPI hpet.c 1868P: Bob Picco 1869M: bob.picco@hp.com 1870S: Maintained 1871 1872HPFS FILESYSTEM 1873P: Mikulas Patocka 1874M: mikulas@artax.karlin.mff.cuni.cz 1875W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 1876S: Maintained 1877 1878HUGETLB FILESYSTEM 1879P: William Irwin 1880M: wli@holomorphy.com 1881S: Maintained 1882 1883I2C/SMBUS STUB DRIVER 1884P: Mark M. Hoffman 1885M: mhoffman@lightlink.com 1886L: lm-sensors@lm-sensors.org 1887S: Maintained 1888 1889I2C SUBSYSTEM 1890P: Jean Delvare 1891M: khali@linux-fr.org 1892L: i2c@lm-sensors.org 1893T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ 1894S: Maintained 1895 1896I2C-TINY-USB DRIVER 1897P: Till Harbaum 1898M: till@harbaum.org 1899L: i2c@lm-sensors.org 1900T: http://www.harbaum.org/till/i2c_tiny_usb 1901S: Maintained 1902 1903i386 BOOT CODE 1904P: H. Peter Anvin 1905M: hpa@zytor.com 1906L: Linux-Kernel@vger.kernel.org 1907S: Maintained 1908 1909i386 SETUP CODE / CPU ERRATA WORKAROUNDS 1910P: H. Peter Anvin 1911M: hpa@zytor.com 1912T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 1913S: Maintained 1914 1915IA64 (Itanium) PLATFORM 1916P: Tony Luck 1917M: tony.luck@intel.com 1918L: linux-ia64@vger.kernel.org 1919W: http://www.ia64-linux.org/ 1920T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git 1921S: Maintained 1922 1923SN-IA64 (Itanium) SUB-PLATFORM 1924P: Jes Sorensen 1925M: jes@sgi.com 1926L: linux-altix@sgi.com 1927L: linux-ia64@vger.kernel.org 1928W: http://www.sgi.com/altix 1929S: Maintained 1930 1931IBM MCA SCSI SUBSYSTEM DRIVER 1932P: Michael Lang 1933M: langa2@kph.uni-mainz.de 1934W: http://www.uni-mainz.de/~langm000/linux.html 1935S: Maintained 1936 1937IBM Power Linux RAID adapter 1938P: Brian King 1939M: brking@us.ibm.com 1940S: Supported 1941 1942IBM ServeRAID RAID DRIVER 1943P: Jack Hammer 1944P: Dave Jeffery 1945M: ipslinux@adaptec.com 1946W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 1947S: Supported 1948 1949IDE SUBSYSTEM 1950P: Bartlomiej Zolnierkiewicz 1951M: bzolnier@gmail.com 1952L: linux-ide@vger.kernel.org 1953T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ 1954S: Maintained 1955 1956IDE/ATAPI CDROM DRIVER 1957P: Borislav Petkov 1958M: petkovbb@gmail.com 1959L: linux-ide@vger.kernel.org 1960S: Maintained 1961 1962IDE/ATAPI FLOPPY DRIVERS 1963P: Paul Bristow 1964M: Paul Bristow <paul@paulbristow.net> 1965W: http://paulbristow.net/linux/idefloppy.html 1966L: linux-kernel@vger.kernel.org 1967S: Maintained 1968 1969IDE/ATAPI TAPE DRIVERS 1970P: Gadi Oxman 1971M: Gadi Oxman <gadio@netvision.net.il> 1972L: linux-kernel@vger.kernel.org 1973S: Maintained 1974 1975IDE-SCSI DRIVER 1976L: linux-ide@vger.kernel.org 1977L: linux-scsi@vger.kernel.org 1978S: Orphan 1979 1980IEEE 1394 SUBSYSTEM (drivers/ieee1394) 1981P: Ben Collins 1982M: ben.collins@ubuntu.com 1983P: Stefan Richter 1984M: stefanr@s5r6.in-berlin.de 1985L: linux1394-devel@lists.sourceforge.net 1986W: http://www.linux1394.org/ 1987T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 1988S: Maintained 1989 1990IEEE 1394 RAW I/O DRIVER (raw1394) 1991P: Dan Dennedy 1992M: dan@dennedy.org 1993P: Stefan Richter 1994M: stefanr@s5r6.in-berlin.de 1995L: linux1394-devel@lists.sourceforge.net 1996S: Maintained 1997 1998IMS TWINTURBO FRAMEBUFFER DRIVER 1999L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2000S: Orphan 2001 2002INFINIBAND SUBSYSTEM 2003P: Roland Dreier 2004M: rolandd@cisco.com 2005P: Sean Hefty 2006M: sean.hefty@intel.com 2007P: Hal Rosenstock 2008M: hal.rosenstock@gmail.com 2009L: general@lists.openfabrics.org 2010W: http://www.openib.org/ 2011T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git 2012S: Supported 2013 2014INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2015P: Dmitry Torokhov 2016M: dmitry.torokhov@gmail.com 2017M: dtor@mail.ru 2018L: linux-input@vger.kernel.org 2019T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git 2020S: Maintained 2021 2022INOTIFY 2023P: John McCutchan 2024M: ttb@tentacle.dhs.org 2025P: Robert Love 2026M: rml@novell.com 2027L: linux-kernel@vger.kernel.org 2028S: Maintained 2029 2030INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2031P: Sylvain Meyer 2032M: sylvain.meyer@worldonline.fr 2033L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2034S: Maintained 2035 2036INTEL 810/815 FRAMEBUFFER DRIVER 2037P: Antonino Daplas 2038M: adaplas@gmail.com 2039L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2040S: Maintained 2041 2042INTEL IA32 MICROCODE UPDATE SUPPORT 2043P: Tigran Aivazian 2044M: tigran@aivazian.fsnet.co.uk 2045S: Maintained 2046 2047INTEL I/OAT DMA DRIVER 2048P: Maciej Sosnowski 2049M: maciej.sosnowski@intel.com 2050L: linux-kernel@vger.kernel.org 2051S: Supported 2052 2053INTEL IOP-ADMA DMA DRIVER 2054P: Dan Williams 2055M: dan.j.williams@intel.com 2056L: linux-kernel@vger.kernel.org 2057S: Supported 2058 2059INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2060P: Deepak Saxena 2061M: dsaxena@plexity.net 2062S: Maintained 2063 2064INTEL IXP2000 ETHERNET DRIVER 2065P: Lennert Buytenhek 2066M: kernel@wantstofly.org 2067L: netdev@vger.kernel.org 2068S: Maintained 2069 2070INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2071P: Auke Kok 2072M: auke-jan.h.kok@intel.com 2073P: Jesse Brandeburg 2074M: jesse.brandeburg@intel.com 2075P: Jeff Kirsher 2076M: jeffrey.t.kirsher@intel.com 2077P: Bruce Allan 2078M: bruce.w.allan@intel.com 2079P: John Ronciak 2080M: john.ronciak@intel.com 2081L: e1000-devel@lists.sourceforge.net 2082W: http://e1000.sourceforge.net/ 2083S: Supported 2084 2085INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2086P: Zhu Yi 2087M: yi.zhu@intel.com 2088P: James Ketrenos 2089M: jketreno@linux.intel.com 2090P: Reinette Chatre 2091M: reinette.chatre@intel.com 2092L: linux-wireless@vger.kernel.org 2093L: ipw2100-devel@lists.sourceforge.net 2094W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2095W: http://ipw2100.sourceforge.net 2096S: Supported 2097 2098INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 2099P: Zhu Yi 2100M: yi.zhu@intel.com 2101P: James Ketrenos 2102M: jketreno@linux.intel.com 2103P: Reinette Chatre 2104M: reinette.chatre@intel.com 2105L: linux-wireless@vger.kernel.org 2106L: ipw2100-devel@lists.sourceforge.net 2107W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2108W: http://ipw2200.sourceforge.net 2109S: Supported 2110 2111INTEL WIRELESS WIFI LINK (iwlwifi) 2112P: Zhu Yi 2113M: yi.zhu@intel.com 2114P: Reinette Chatre 2115M: reinette.chatre@intel.com 2116L: linux-wireless@vger.kernel.org 2117L: ipw3945-devel@lists.sourceforge.net 2118W: http://intellinuxwireless.org 2119T: git git://git.kernel.org/pub/scm/linux/kernel/git/rchatre/iwlwifi-2.6.git 2120S: Supported 2121 2122IOC3 ETHERNET DRIVER 2123P: Ralf Baechle 2124M: ralf@linux-mips.org 2125L: linux-mips@linux-mips.org 2126S: Maintained 2127 2128IOC3 SERIAL DRIVER 2129P: Pat Gefre 2130M: pfg@sgi.com 2131L: linux-mips@linux-mips.org 2132S: Maintained 2133 2134IP MASQUERADING: 2135P: Juanjo Ciarlante 2136M: jjciarla@raiz.uncu.edu.ar 2137S: Maintained 2138 2139IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 2140P: Francois Romieu 2141M: romieu@fr.zoreil.com 2142P: Sorbica Shieh 2143M: sorbica@icplus.com.tw 2144P: Jesse Huang 2145M: jesse@icplus.com.tw 2146L: netdev@vger.kernel.org 2147S: Maintained 2148 2149IPATH DRIVER: 2150P: Ralph Campbell 2151M: infinipath@qlogic.com 2152L: general@lists.openfabrics.org 2153T: git git://git.qlogic.com/ipath-linux-2.6 2154S: Supported 2155 2156IPMI SUBSYSTEM 2157P: Corey Minyard 2158M: minyard@acm.org 2159L: openipmi-developer@lists.sourceforge.net 2160W: http://openipmi.sourceforge.net/ 2161S: Supported 2162 2163IPX NETWORK LAYER 2164P: Arnaldo Carvalho de Melo 2165M: acme@ghostprotocols.net 2166L: netdev@vger.kernel.org 2167S: Maintained 2168 2169IPWIRELES DRIVER 2170P: Jiri Kosina 2171M: jkosina@suse.cz 2172P: David Sterba 2173M: dsterba@suse.cz 2174S: Maintained 2175T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 2176 2177IRDA SUBSYSTEM 2178P: Samuel Ortiz 2179M: samuel@sortiz.org 2180L: irda-users@lists.sourceforge.net (subscribers-only) 2181W: http://irda.sourceforge.net/ 2182S: Maintained 2183 2184ISCSI 2185P: Mike Christie 2186M: michaelc@cs.wisc.edu 2187L: open-iscsi@googlegroups.com 2188W: www.open-iscsi.org 2189T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git 2190S: Maintained 2191 2192ISAPNP 2193P: Jaroslav Kysela 2194M: perex@perex.cz 2195S: Maintained 2196 2197ISDN SUBSYSTEM 2198P: Karsten Keil 2199M: kkeil@suse.de 2200L: isdn4linux@listserv.isdn4linux.de 2201W: http://www.isdn4linux.de 2202T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git 2203S: Maintained 2204 2205ISDN SUBSYSTEM (Eicon active card driver) 2206P: Armin Schindler 2207M: mac@melware.de 2208L: isdn4linux@listserv.isdn4linux.de 2209W: http://www.melware.de 2210S: Maintained 2211 2212IVTV VIDEO4LINUX DRIVER 2213P: Hans Verkuil 2214M: hverkuil@xs4all.nl 2215L: ivtv-devel@ivtvdriver.org 2216L: ivtv-users@ivtvdriver.org 2217L: video4linux-list@redhat.com 2218W: http://www.ivtvdriver.org 2219S: Maintained 2220 2221JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 2222P: David Woodhouse 2223M: dwmw2@infradead.org 2224L: linux-mtd@lists.infradead.org 2225W: http://www.linux-mtd.infradead.org/doc/jffs2.html 2226S: Maintained 2227 2228JFS FILESYSTEM 2229P: Dave Kleikamp 2230M: shaggy@austin.ibm.com 2231L: jfs-discussion@lists.sourceforge.net 2232W: http://jfs.sourceforge.net/ 2233T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 2234S: Supported 2235 2236JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 2237P: Stephen Tweedie, Andrew Morton 2238M: sct@redhat.com, akpm@linux-foundation.org 2239L: linux-ext4@vger.kernel.org 2240S: Maintained 2241 2242K8TEMP HARDWARE MONITORING DRIVER 2243P: Rudolf Marek 2244M: r.marek@assembler.cz 2245L: lm-sensors@lm-sensors.org 2246S: Maintained 2247 2248KCONFIG 2249P: Roman Zippel 2250M: zippel@linux-m68k.org 2251L: linux-kbuild@vger.kernel.org 2252S: Maintained 2253 2254KDUMP 2255P: Vivek Goyal 2256M: vgoyal@redhat.com 2257P: Haren Myneni 2258M: hbabu@us.ibm.com 2259L: kexec@lists.infradead.org 2260L: linux-kernel@vger.kernel.org 2261W: http://lse.sourceforge.net/kdump/ 2262S: Maintained 2263 2264KERNEL AUTOMOUNTER (AUTOFS) 2265P: H. Peter Anvin 2266M: hpa@zytor.com 2267L: autofs@linux.kernel.org 2268S: Odd Fixes 2269 2270KERNEL AUTOMOUNTER v4 (AUTOFS4) 2271P: Ian Kent 2272M: raven@themaw.net 2273L: autofs@linux.kernel.org 2274S: Maintained 2275 2276KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) 2277P: Sam Ravnborg 2278M: sam@ravnborg.org 2279T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git 2280L: linux-kbuild@vger.kernel.org 2281S: Maintained 2282 2283KERNEL JANITORS 2284P: Several 2285L: kernel-janitors@vger.kernel.org 2286W: http://www.kerneljanitors.org/ 2287S: Maintained 2288 2289KERNEL NFSD 2290P: J. Bruce Fields 2291M: bfields@fieldses.org 2292P: Neil Brown 2293M: neilb@suse.de 2294L: linux-nfs@vger.kernel.org 2295W: http://nfs.sourceforge.net/ 2296S: Supported 2297 2298KERNEL VIRTUAL MACHINE (KVM) 2299P: Avi Kivity 2300M: avi@qumranet.com 2301L: kvm-devel@lists.sourceforge.net 2302W: kvm.sourceforge.net 2303S: Supported 2304 2305KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64) 2306P: Anthony Xu 2307M: anthony.xu@intel.com 2308P: Xiantao Zhang 2309M: xiantao.zhang@intel.com 2310L: kvm-ia64-devel@lists.sourceforge.net 2311W: kvm.sourceforge.net 2312S: Supported 2313 2314KEXEC 2315P: Eric Biederman 2316M: ebiederm@xmission.com 2317W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 2318L: linux-kernel@vger.kernel.org 2319L: kexec@lists.infradead.org 2320S: Maintained 2321 2322KPROBES 2323P: Ananth N Mavinakayanahalli 2324M: ananth@in.ibm.com 2325P: Anil S Keshavamurthy 2326M: anil.s.keshavamurthy@intel.com 2327P: David S. Miller 2328M: davem@davemloft.net 2329P: Masami Hiramatsu 2330M: mhiramat@redhat.com 2331L: linux-kernel@vger.kernel.org 2332S: Maintained 2333 2334KS0108 LCD CONTROLLER DRIVER 2335P: Miguel Ojeda Sandonis 2336M: maxextreme@gmail.com 2337L: linux-kernel@vger.kernel.org 2338W: http://auxdisplay.googlepages.com/ 2339S: Maintained 2340 2341LAPB module 2342L: linux-x25@vger.kernel.org 2343S: Orphan 2344 2345LASI 53c700 driver for PARISC 2346P: James E.J. Bottomley 2347M: James.Bottomley@HansenPartnership.com 2348L: linux-scsi@vger.kernel.org 2349S: Maintained 2350 2351LED SUBSYSTEM 2352P: Richard Purdie 2353M: rpurdie@rpsys.net 2354S: Maintained 2355 2356LEGO USB Tower driver 2357P: Juergen Stuber 2358M: starblue@users.sourceforge.net 2359L: legousb-devel@lists.sourceforge.net 2360W: http://legousb.sourceforge.net/ 2361S: Maintained 2362 2363LGUEST 2364P: Rusty Russell 2365M: rusty@rustcorp.com.au 2366L: lguest@ozlabs.org 2367W: http://lguest.ozlabs.org/ 2368S: Maintained 2369 2370LINUX FOR IBM pSERIES (RS/6000) 2371P: Paul Mackerras 2372M: paulus@au.ibm.com 2373W: http://www.ibm.com/linux/ltc/projects/ppc 2374S: Supported 2375 2376LINUX FOR NCR VOYAGER 2377P: James Bottomley 2378M: James.Bottomley@HansenPartnership.com 2379W: http://www.hansenpartnership.com/voyager 2380S: Maintained 2381 2382LINUX FOR POWERPC 2383P: Paul Mackerras 2384M: paulus@samba.org 2385W: http://www.penguinppc.org/ 2386L: linuxppc-dev@ozlabs.org 2387T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git 2388S: Supported 2389 2390LINUX FOR POWER MACINTOSH 2391P: Benjamin Herrenschmidt 2392M: benh@kernel.crashing.org 2393W: http://www.penguinppc.org/ 2394L: linuxppc-dev@ozlabs.org 2395S: Maintained 2396 2397LINUX FOR POWERPC EMBEDDED MPC52XX 2398P: Sylvain Munaut 2399M: tnt@246tNt.com 2400P: Grant Likely 2401M: grant.likely@secretlab.ca 2402W: http://www.246tNt.com/mpc52xx/ 2403W: http://www.penguinppc.org/ 2404L: linuxppc-dev@ozlabs.org 2405S: Maintained 2406 2407LINUX FOR POWERPC EMBEDDED PPC4XX 2408P: Josh Boyer 2409M: jwboyer@linux.vnet.ibm.com 2410P: Matt Porter 2411M: mporter@kernel.crashing.org 2412W: http://www.penguinppc.org/ 2413L: linuxppc-dev@ozlabs.org 2414T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git 2415S: Maintained 2416 2417LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 2418P: Grant Likely 2419M: grant.likely@secretlab.ca 2420W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 2421L: linuxppc-dev@ozlabs.org 2422S: Maintained 2423 2424LINUX FOR POWERPC BOOT CODE 2425P: Tom Rini 2426M: trini@kernel.crashing.org 2427W: http://www.penguinppc.org/ 2428L: linuxppc-dev@ozlabs.org 2429S: Maintained 2430 2431LINUX FOR POWERPC EMBEDDED PPC8XX 2432P: Vitaly Bordug 2433M: vitb@kernel.crashing.org 2434P: Marcelo Tosatti 2435M: marcelo@kvack.org 2436W: http://www.penguinppc.org/ 2437L: linuxppc-dev@ozlabs.org 2438S: Maintained 2439 2440LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 2441P: Kumar Gala 2442M: galak@kernel.crashing.org 2443W: http://www.penguinppc.org/ 2444L: linuxppc-dev@ozlabs.org 2445S: Maintained 2446 2447LINUX FOR POWERPC PA SEMI PWRFICIENT 2448P: Olof Johansson 2449M: olof@lixom.net 2450W: http://www.pasemi.com/ 2451L: linuxppc-dev@ozlabs.org 2452S: Supported 2453 2454LLC (802.2) 2455P: Arnaldo Carvalho de Melo 2456M: acme@ghostprotocols.net 2457S: Maintained 2458 2459LINUX FOR 64BIT POWERPC 2460P: Paul Mackerras 2461M: paulus@samba.org 2462M: paulus@au.ibm.com 2463P: Anton Blanchard 2464M: anton@samba.org 2465M: anton@au.ibm.com 2466W: http://www.penguinppc.org/ppc64/ 2467L: linuxppc-dev@ozlabs.org 2468S: Supported 2469 2470LINUX SECURITY MODULE (LSM) FRAMEWORK 2471P: Chris Wright 2472M: chrisw@sous-sol.org 2473L: linux-security-module@vger.kernel.org 2474W: http://lsm.immunix.org 2475T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git 2476S: Supported 2477 2478LM83 HARDWARE MONITOR DRIVER 2479P: Jean Delvare 2480M: khali@linux-fr.org 2481L: lm-sensors@lm-sensors.org 2482S: Maintained 2483 2484LM90 HARDWARE MONITOR DRIVER 2485P: Jean Delvare 2486M: khali@linux-fr.org 2487L: lm-sensors@lm-sensors.org 2488S: Maintained 2489 2490LOCKDEP AND LOCKSTAT 2491P: Peter Zijlstra 2492M: peterz@infradead.org 2493P: Ingo Molnar 2494M: mingo@redhat.com 2495L: linux-kernel@vger.kernel.org 2496T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git 2497S: Maintained 2498 2499LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 2500P: Richard Russon (FlatCap) 2501M: ldm@flatcap.org 2502L: linux-ntfs-dev@lists.sourceforge.net 2503W: http://www.linux-ntfs.org/content/view/19/37/ 2504S: Maintained 2505 2506LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 2507P: Eric Moore 2508M: Eric.Moore@lsi.com 2509M: support@lsi.com 2510L: DL-MPTFusionLinux@lsi.com 2511L: linux-scsi@vger.kernel.org 2512W: http://www.lsilogic.com/support 2513S: Supported 2514 2515LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 2516P: Matthew Wilcox 2517M: matthew@wil.cx 2518L: linux-scsi@vger.kernel.org 2519S: Maintained 2520 2521M32R ARCHITECTURE 2522P: Hirokazu Takata 2523M: takata@linux-m32r.org 2524L: linux-m32r@ml.linux-m32r.org 2525L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 2526W: http://www.linux-m32r.org/ 2527S: Maintained 2528 2529M68K ARCHITECTURE 2530P: Geert Uytterhoeven 2531M: geert@linux-m68k.org 2532P: Roman Zippel 2533M: zippel@linux-m68k.org 2534L: linux-m68k@lists.linux-m68k.org 2535W: http://www.linux-m68k.org/ 2536W: http://linux-m68k-cvs.ubb.ca/ 2537S: Maintained 2538 2539M68K ON APPLE MACINTOSH 2540P: Joshua Thompson 2541M: funaho@jurai.org 2542W: http://www.mac.linux-m68k.org/ 2543L: linux-m68k@lists.linux-m68k.org 2544S: Maintained 2545 2546M68K ON HP9000/300 2547P: Philip Blundell 2548M: philb@gnu.org 2549W: http://www.tazenda.demon.co.uk/phil/linux-hp 2550S: Maintained 2551 2552MAC80211 2553P: Michael Wu 2554M: flamingice@sourmilk.net 2555P: Johannes Berg 2556M: johannes@sipsolutions.net 2557P: Jiri Benc 2558M: jbenc@suse.cz 2559L: linux-wireless@vger.kernel.org 2560W: http://linuxwireless.org/ 2561T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 2562S: Maintained 2563 2564MAC80211 PID RATE CONTROL 2565P: Stefano Brivio 2566M: stefano.brivio@polimi.it 2567P: Mattias Nissler 2568M: mattias.nissler@gmx.de 2569L: linux-wireless@vger.kernel.org 2570W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 2571T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 2572S: Maintained 2573 2574MACVLAN DRIVER 2575P: Patrick McHardy 2576M: kaber@trash.net 2577L: netdev@vger.kernel.org 2578S: Maintained 2579 2580MARVELL YUKON / SYSKONNECT DRIVER 2581P: Mirko Lindner 2582M: mlindner@syskonnect.de 2583P: Ralph Roesler 2584M: rroesler@syskonnect.de 2585W: http://www.syskonnect.com 2586S: Supported 2587 2588MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 2589P: Michael Kerrisk 2590M: mtk.manpages@gmail.com 2591W: ftp://ftp.kernel.org/pub/linux/docs/manpages 2592S: Maintained 2593 2594MARVELL LIBERTAS WIRELESS DRIVER 2595P: Dan Williams 2596M: dcbw@redhat.com 2597L: libertas-dev@lists.infradead.org 2598S: Maintained 2599 2600MARVELL MV643XX ETHERNET DRIVER 2601P: Dale Farnsworth 2602M: dale@farnsworth.org 2603P: Manish Lachwani 2604M: mlachwani@mvista.com 2605L: netdev@vger.kernel.org 2606S: Odd Fixes for 2.4; Maintained for 2.6. 2607 2608MATROX FRAMEBUFFER DRIVER 2609P: Petr Vandrovec 2610M: vandrove@vc.cvut.cz 2611L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2612S: Maintained 2613 2614MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2615P: Hans J. Koch 2616M: hjk@linutronix.de 2617L: lm-sensors@lm-sensors.org 2618S: Maintained 2619 2620MEGARAID SCSI DRIVERS 2621P: Neela Syam Kolli 2622M: megaraidlinux@lsi.com 2623S: linux-scsi@vger.kernel.org 2624W: http://megaraid.lsilogic.com 2625S: Maintained 2626 2627MEMORY MANAGEMENT 2628L: linux-mm@kvack.org 2629L: linux-kernel@vger.kernel.org 2630W: http://www.linux-mm.org 2631S: Maintained 2632 2633MEMORY RESOURCE CONTROLLER 2634P: Balbir Singh 2635M: balbir@linux.vnet.ibm.com 2636P: Pavel Emelyanov 2637M: xemul@openvz.org 2638P: KAMEZAWA Hiroyuki 2639M: kamezawa.hiroyu@jp.fujitsu.com 2640L: linux-mm@kvack.org 2641L: linux-kernel@vger.kernel.org 2642S: Maintained 2643 2644MEI MN10300/AM33 PORT 2645P: David Howells 2646M: dhowells@redhat.com 2647P: Koichi Yasutake 2648M: yasutake.koichi@jp.panasonic.com 2649L: linux-am33-list@redhat.com 2650W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 2651S: Maintained 2652 2653MEMORY TECHNOLOGY DEVICES (MTD) 2654P: David Woodhouse 2655M: dwmw2@infradead.org 2656W: http://www.linux-mtd.infradead.org/ 2657L: linux-mtd@lists.infradead.org 2658T: git git://git.infradead.org/mtd-2.6.git 2659S: Maintained 2660 2661UNSORTED BLOCK IMAGES (UBI) 2662P: Artem Bityutskiy 2663M: dedekind@infradead.org 2664W: http://www.linux-mtd.infradead.org/ 2665L: linux-mtd@lists.infradead.org 2666T: git git://git.infradead.org/~dedekind/ubi-2.6.git 2667S: Maintained 2668 2669MICROTEK X6 SCANNER 2670P: Oliver Neukum 2671M: oliver@neukum.name 2672S: Maintained 2673 2674MIPS 2675P: Ralf Baechle 2676M: ralf@linux-mips.org 2677W: http://www.linux-mips.org/ 2678L: linux-mips@linux-mips.org 2679T: git www.linux-mips.org:/pub/scm/linux.git 2680S: Supported 2681 2682MISCELLANEOUS MCA-SUPPORT 2683P: James Bottomley 2684M: James.Bottomley@HansenPartnership.com 2685L: linux-kernel@vger.kernel.org 2686S: Maintained 2687 2688MODULE SUPPORT 2689P: Rusty Russell 2690M: rusty@rustcorp.com.au 2691L: linux-kernel@vger.kernel.org 2692S: Maintained 2693 2694MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 2695P: Stelian Pop 2696M: stelian@popies.net 2697W: http://popies.net/meye/ 2698S: Maintained 2699 2700MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 2701P: Pavel Pisa 2702M: ppisa@pikron.com 2703L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2704S: Maintained 2705 2706MOUSE AND MISC DEVICES [GENERAL] 2707P: Alessandro Rubini 2708M: rubini@ipvvis.unipv.it 2709L: linux-kernel@vger.kernel.org 2710S: Maintained 2711 2712MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0) 2713P: Jiri Slaby 2714M: jirislaby@gmail.com 2715L: linux-kernel@vger.kernel.org 2716S: Maintained 2717 2718MSI LAPTOP SUPPORT 2719P: Lennart Poettering 2720M: mzxreary@0pointer.de 2721W: https://tango.0pointer.de/mailman/listinfo/s270-linux 2722W: http://0pointer.de/lennart/tchibo.html 2723S: Maintained 2724 2725MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 2726P: Pierre Ossman 2727M: drzeus-mmc@drzeus.cx 2728L: linux-kernel@vger.kernel.org 2729S: Maintained 2730 2731MULTIMEDIA CARD (MMC) ETC. OVER SPI 2732P: David Brownell 2733M: dbrownell@users.sourceforge.net 2734L: linux-kernel@vger.kernel.org 2735S: Odd fixes 2736 2737MULTISOUND SOUND DRIVER 2738P: Andrew Veliath 2739M: andrewtv@usa.net 2740S: Maintained 2741 2742MULTITECH MULTIPORT CARD (ISICOM) 2743P: Jiri Slaby 2744M: jirislaby@gmail.com 2745L: linux-kernel@vger.kernel.org 2746S: Maintained 2747 2748NATSEMI ETHERNET DRIVER (DP8381x) 2749P: Tim Hockin 2750M: thockin@hockin.org 2751S: Maintained 2752 2753NCP FILESYSTEM 2754P: Petr Vandrovec 2755M: vandrove@vc.cvut.cz 2756L: linware@sh.cvut.cz 2757S: Maintained 2758 2759NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 2760P: James E.J. Bottomley 2761M: James.Bottomley@HansenPartnership.com 2762L: linux-scsi@vger.kernel.org 2763S: Maintained 2764 2765NETEFFECT IWARP RNIC DRIVER (IW_NES) 2766P: Faisal Latif 2767M: flatif@neteffect.com 2768P: Nishi Gupta 2769M: ngupta@neteffect.com 2770P: Glenn Streiff 2771M: gstreiff@neteffect.com 2772L: general@lists.openfabrics.org 2773W: http://www.neteffect.com 2774S: Supported 2775F: drivers/infiniband/hw/nes/ 2776 2777NETEM NETWORK EMULATOR 2778P: Stephen Hemminger 2779M: shemminger@linux-foundation.org 2780L: netem@lists.linux-foundation.org 2781S: Maintained 2782 2783NETERION (S2IO) Xframe 10GbE DRIVER 2784P: Ramkrishna Vepa 2785M: ram.vepa@neterion.com 2786P: Rastapur Santosh 2787M: santosh.rastapur@neterion.com 2788P: Sivakumar Subramani 2789M: sivakumar.subramani@neterion.com 2790P: Sreenivasa Honnur 2791M: sreenivasa.honnur@neterion.com 2792L: netdev@vger.kernel.org 2793W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous 2794S: Supported 2795 2796NETFILTER/IPTABLES/IPCHAINS 2797P: Rusty Russell 2798P: Marc Boucher 2799P: James Morris 2800P: Harald Welte 2801P: Jozsef Kadlecsik 2802P: Patrick McHardy 2803M: kaber@trash.net 2804L: netfilter-devel@vger.kernel.org 2805L: netfilter@vger.kernel.org 2806L: coreteam@netfilter.org 2807W: http://www.netfilter.org/ 2808W: http://www.iptables.org/ 2809S: Supported 2810 2811NETLABEL 2812P: Paul Moore 2813M: paul.moore@hp.com 2814W: http://netlabel.sf.net 2815L: netdev@vger.kernel.org 2816S: Supported 2817 2818NETROM NETWORK LAYER 2819P: Ralf Baechle 2820M: ralf@linux-mips.org 2821L: linux-hams@vger.kernel.org 2822W: http://www.linux-ax25.org/ 2823S: Maintained 2824 2825NETWORK BLOCK DEVICE (NBD) 2826P: Paul Clements 2827M: Paul.Clements@steeleye.com 2828S: Maintained 2829 2830NETWORK DEVICE DRIVERS 2831P: Jeff Garzik 2832M: jgarzik@pobox.com 2833L: netdev@vger.kernel.org 2834T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git 2835S: Maintained 2836 2837NETWORKING [GENERAL] 2838P: Networking Team 2839M: netdev@vger.kernel.org 2840L: netdev@vger.kernel.org 2841W: http://linux-net.osdl.org/ 2842S: Maintained 2843 2844NETWORKING [IPv4/IPv6] 2845P: David S. Miller 2846M: davem@davemloft.net 2847P: Alexey Kuznetsov 2848M: kuznet@ms2.inr.ac.ru 2849P: Pekka Savola (ipv6) 2850M: pekkas@netcore.fi 2851P: James Morris 2852M: jmorris@namei.org 2853P: Hideaki YOSHIFUJI 2854M: yoshfuji@linux-ipv6.org 2855P: Patrick McHardy 2856M: kaber@trash.net 2857L: netdev@vger.kernel.org 2858T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git 2859S: Maintained 2860 2861NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 2862P: Paul Moore 2863M: paul.moore@hp.com 2864L: netdev@vger.kernel.org 2865S: Maintained 2866 2867NETWORKING [WIRELESS] 2868P: John W. Linville 2869M: linville@tuxdriver.com 2870L: linux-wireless@vger.kernel.org 2871T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 2872S: Maintained 2873 2874NETXEN (1/10) GbE SUPPORT 2875P: Dhananjay Phadke 2876M: dhananjay@netxen.com 2877L: netdev@vger.kernel.org 2878W: http://www.netxen.com 2879S: Supported 2880 2881IPVS 2882P: Wensong Zhang 2883M: wensong@linux-vs.org 2884P: Simon Horman 2885M: horms@verge.net.au 2886P: Julian Anastasov 2887M: ja@ssi.bg 2888L: netdev@vger.kernel.org 2889S: Maintained 2890 2891NFS CLIENT 2892P: Trond Myklebust 2893M: Trond.Myklebust@netapp.com 2894L: linux-nfs@vger.kernel.org 2895W: http://client.linux-nfs.org 2896T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 2897S: Maintained 2898 2899NI5010 NETWORK DRIVER 2900P: Jan-Pascal van Best 2901M: janpascal@vanbest.org 2902P: Andreas Mohr 2903M: andi@lisas.de 2904L: netdev@vger.kernel.org 2905S: Maintained 2906 2907NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 2908P: YOKOTA Hiroshi 2909M: yokota@netlab.is.tsukuba.ac.jp 2910W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 2911S: Maintained 2912 2913NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 2914P: GOTO Masanori 2915M: gotom@debian.or.jp 2916P: YOKOTA Hiroshi 2917M: yokota@netlab.is.tsukuba.ac.jp 2918W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 2919S: Maintained 2920 2921NTFS FILESYSTEM 2922P: Anton Altaparmakov 2923M: aia21@cantab.net 2924L: linux-ntfs-dev@lists.sourceforge.net 2925L: linux-kernel@vger.kernel.org 2926W: http://linux-ntfs.sf.net/ 2927T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git 2928S: Maintained 2929 2930NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 2931P: Antonino Daplas 2932M: adaplas@gmail.com 2933L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2934S: Maintained 2935 2936OPENCORES I2C BUS DRIVER 2937P: Peter Korsgaard 2938M: jacmet@sunsite.dk 2939L: i2c@lm-sensors.org 2940S: Maintained 2941 2942ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 2943P: Mark Fasheh 2944M: mfasheh@suse.com 2945P: Joel Becker 2946M: joel.becker@oracle.com 2947L: ocfs2-devel@oss.oracle.com 2948W: http://oss.oracle.com/projects/ocfs2/ 2949S: Supported 2950 2951OMNIKEY CARDMAN 4000 DRIVER 2952P: Harald Welte 2953M: laforge@gnumonks.org 2954S: Maintained 2955 2956OMNIKEY CARDMAN 4040 DRIVER 2957P: Harald Welte 2958M: laforge@gnumonks.org 2959S: Maintained 2960 2961OMNIVISION OV7670 SENSOR DRIVER 2962P: Jonathan Corbet 2963M: corbet@lwn.net 2964L: video4linux-list@redhat.com 2965S: Maintained 2966 2967ONENAND FLASH DRIVER 2968P: Kyungmin Park 2969M: kyungmin.park@samsung.com 2970L: linux-mtd@lists.infradead.org 2971S: Maintained 2972 2973ONSTREAM SCSI TAPE DRIVER 2974P: Willem Riede 2975M: osst@riede.org 2976L: osst-users@lists.sourceforge.net 2977L: linux-scsi@vger.kernel.org 2978S: Maintained 2979 2980OPROFILE 2981P: Philippe Elie 2982M: phil.el@wanadoo.fr 2983L: oprofile-list@lists.sf.net 2984S: Maintained 2985 2986ORINOCO DRIVER 2987P: Pavel Roskin 2988M: proski@gnu.org 2989P: David Gibson 2990M: hermes@gibson.dropbear.id.au 2991L: linux-wireless@vger.kernel.org 2992L: orinoco-users@lists.sourceforge.net 2993L: orinoco-devel@lists.sourceforge.net 2994W: http://www.nongnu.org/orinoco/ 2995S: Maintained 2996 2997PA SEMI ETHERNET DRIVER 2998P: Olof Johansson 2999M: olof@lixom.net 3000L: netdev@vger.kernel.org 3001S: Maintained 3002 3003PA SEMI SMBUS DRIVER 3004P: Olof Johansson 3005M: olof@lixom.net 3006L: i2c@lm-sensors.org 3007S: Maintained 3008 3009PARALLEL PORT SUPPORT 3010L: linux-parport@lists.infradead.org (subscribers-only) 3011S: Orphan 3012 3013PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 3014P: Tim Waugh 3015M: tim@cyberelk.net 3016L: linux-parport@lists.infradead.org (subscribers-only) 3017W: http://www.torque.net/linux-pp.html 3018S: Maintained 3019 3020PARISC ARCHITECTURE 3021P: Kyle McMartin 3022M: kyle@parisc-linux.org 3023P: Matthew Wilcox 3024M: matthew@wil.cx 3025P: Grant Grundler 3026M: grundler@parisc-linux.org 3027L: linux-parisc@vger.kernel.org 3028W: http://www.parisc-linux.org/ 3029T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 3030S: Maintained 3031 3032PARAVIRT_OPS INTERFACE 3033P: Jeremy Fitzhardinge 3034M: jeremy@xensource.com 3035P: Chris Wright 3036M: chrisw@sous-sol.org 3037P: Zachary Amsden 3038M: zach@vmware.com 3039P: Rusty Russell 3040M: rusty@rustcorp.com.au 3041L: virtualization@lists.osdl.org 3042L: linux-kernel@vger.kernel.org 3043S: Supported 3044 3045PC87360 HARDWARE MONITORING DRIVER 3046P: Jim Cromie 3047M: jim.cromie@gmail.com 3048L: lm-sensors@lm-sensors.org 3049S: Maintained 3050 3051PC8736x GPIO DRIVER 3052P: Jim Cromie 3053M: jim.cromie@gmail.com 3054S: Maintained 3055 3056PCI ERROR RECOVERY 3057P: Linas Vepstas 3058M: linas@austin.ibm.com 3059L: linux-kernel@vger.kernel.org 3060L: linux-pci@atrey.karlin.mff.cuni.cz 3061S: Supported 3062 3063PCI SUBSYSTEM 3064P: Greg Kroah-Hartman 3065M: gregkh@suse.de 3066L: linux-kernel@vger.kernel.org 3067L: linux-pci@atrey.karlin.mff.cuni.cz 3068T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 3069S: Supported 3070 3071PCI HOTPLUG CORE 3072P: Kristen Carlson Accardi 3073M: kristen.c.accardi@intel.com 3074S: Supported 3075 3076PCIE HOTPLUG DRIVER 3077P: Kristen Carlson Accardi 3078M: kristen.c.accardi@intel.com 3079L: pcihpd-discuss@lists.sourceforge.net 3080S: Supported 3081 3082PCMCIA SUBSYSTEM 3083P: Linux PCMCIA Team 3084L: linux-pcmcia@lists.infradead.org 3085W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 3086T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 3087S: Maintained 3088 3089PCNET32 NETWORK DRIVER 3090P: Don Fry 3091M: pcnet32@verizon.net 3092L: netdev@vger.kernel.org 3093S: Maintained 3094 3095PER-TASK DELAY ACCOUNTING 3096P: Shailabh Nagar 3097M: nagar@watson.ibm.com 3098L: linux-kernel@vger.kernel.org 3099S: Maintained 3100 3101PERSONALITY HANDLING 3102P: Christoph Hellwig 3103M: hch@infradead.org 3104L: linux-abi-devel@lists.sourceforge.net 3105S: Maintained 3106 3107PHRAM MTD DRIVER 3108P: Joern Engel 3109M: joern@lazybastard.org 3110L: linux-mtd@lists.infradead.org 3111S: Maintained 3112 3113PKTCDVD DRIVER 3114P: Peter Osterlund 3115M: petero2@telia.com 3116L: linux-kernel@vger.kernel.org 3117S: Maintained 3118 3119POSIX CLOCKS and TIMERS 3120P: Thomas Gleixner 3121M: tglx@linutronix.de 3122L: linux-kernel@vger.kernel.org 3123S: Supported 3124 3125POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 3126P: Anton Vorontsov 3127M: cbou@mail.ru 3128P: David Woodhouse 3129M: dwmw2@infradead.org 3130L: linux-kernel@vger.kernel.org 3131T: git git.infradead.org/battery-2.6.git 3132S: Maintained 3133 3134POWERPC 4xx EMAC DRIVER 3135P: Eugene Surovegin 3136M: ebs@ebshome.net 3137W: http://kernel.ebshome.net/emac/ 3138L: linuxppc-dev@ozlabs.org 3139L: netdev@vger.kernel.org 3140S: Maintained 3141 3142PNP SUPPORT 3143P: Adam Belay 3144M: ambx1@neo.rr.com 3145S: Maintained 3146 3147PNXxxxx I2C DRIVER 3148P: Vitaly Wool 3149M: vitalywool@gmail.com 3150L: i2c@lm-sensors.org 3151S: Maintained 3152 3153PPP PROTOCOL DRIVERS AND COMPRESSORS 3154P: Paul Mackerras 3155M: paulus@samba.org 3156L: linux-ppp@vger.kernel.org 3157S: Maintained 3158 3159PPP OVER ATM (RFC 2364) 3160P: Mitchell Blank Jr 3161M: mitch@sfgoth.com 3162S: Maintained 3163 3164PPP OVER ETHERNET 3165P: Michal Ostrowski 3166M: mostrows@speakeasy.net 3167S: Maintained 3168 3169PPP OVER L2TP 3170P: James Chapman 3171M: jchapman@katalix.com 3172S: Maintained 3173 3174PREEMPTIBLE KERNEL 3175P: Robert Love 3176M: rml@tech9.net 3177L: linux-kernel@vger.kernel.org 3178L: kpreempt-tech@lists.sourceforge.net 3179W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 3180S: Supported 3181 3182P54 WIRELESS DRIVER 3183P: Michael Wu 3184M: flamingice@sourmilk.net 3185L: linux-wireless@vger.kernel.org 3186W: http://prism54.org 3187T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3188S: Maintained 3189 3190PRISM54 WIRELESS DRIVER 3191P: Luis R. Rodriguez 3192M: mcgrof@gmail.com 3193L: linux-wireless@vger.kernel.org 3194W: http://prism54.org 3195S: Maintained 3196 3197PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 3198P: Peter Denison 3199M: promise@pnd-pc.demon.co.uk 3200W: http://www.pnd-pc.demon.co.uk/promise/ 3201S: Maintained 3202 3203PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 3204P: Mikael Pettersson 3205M: mikpe@it.uu.se 3206L: linux-ide@vger.kernel.org 3207S: Maintained 3208 3209PS3 NETWORK SUPPORT 3210P: Masakazu Mokuno 3211M: mokuno@sm.sony.co.jp 3212L: netdev@vger.kernel.org 3213L: cbe-oss-dev@ozlabs.org 3214S: Supported 3215 3216PS3 PLATFORM SUPPORT 3217P: Geoff Levand 3218M: geoffrey.levand@am.sony.com 3219L: linuxppc-dev@ozlabs.org 3220L: cbe-oss-dev@ozlabs.org 3221S: Supported 3222 3223PVRUSB2 VIDEO4LINUX DRIVER 3224P: Mike Isely 3225M: isely@pobox.com 3226L: pvrusb2@isely.net (subscribers-only) 3227L: video4linux-list@redhat.com 3228W: http://www.isely.net/pvrusb2/ 3229S: Maintained 3230 3231PXA2xx SUPPORT 3232P: Nicolas Pitre 3233M: nico@cam.org 3234L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3235S: Maintained 3236 3237PXA MMCI DRIVER 3238S: Orphan 3239 3240QLOGIC QLA2XXX FC-SCSI DRIVER 3241P: Andrew Vasquez 3242M: linux-driver@qlogic.com 3243L: linux-scsi@vger.kernel.org 3244S: Supported 3245 3246QLOGIC QLA3XXX NETWORK DRIVER 3247P: Ron Mercer 3248M: linux-driver@qlogic.com 3249L: netdev@vger.kernel.org 3250S: Supported 3251 3252QNX4 FILESYSTEM 3253P: Anders Larsen 3254M: al@alarsen.net 3255L: linux-kernel@vger.kernel.org 3256W: http://www.alarsen.net/linux/qnx4fs/ 3257S: Maintained 3258 3259RADEON FRAMEBUFFER DISPLAY DRIVER 3260P: Benjamin Herrenschmidt 3261M: benh@kernel.crashing.org 3262L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3263S: Maintained 3264 3265RAGE128 FRAMEBUFFER DISPLAY DRIVER 3266P: Paul Mackerras 3267M: paulus@samba.org 3268L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3269S: Maintained 3270 3271RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 3272P: Corey Thomas 3273M: coreythomas@charter.net 3274L: linux-wireless@vger.kernel.org 3275S: Maintained 3276 3277RALINK RT2X00 WLAN DRIVER 3278P: rt2x00 project 3279L: linux-wireless@vger.kernel.org 3280L: rt2400-devel@lists.sourceforge.net 3281W: http://rt2x00.serialmonkey.com/ 3282S: Maintained 3283F: drivers/net/wireless/rt2x00/ 3284 3285RAMDISK RAM BLOCK DEVICE DRIVER 3286P: Nick Piggin 3287M: npiggin@suse.de 3288S: Maintained 3289 3290RANDOM NUMBER DRIVER 3291P: Matt Mackall 3292M: mpm@selenic.com 3293S: Maintained 3294 3295RAPIDIO SUBSYSTEM 3296P: Matt Porter 3297M: mporter@kernel.crashing.org 3298L: linux-kernel@vger.kernel.org 3299S: Maintained 3300 3301RDC R-321X SoC 3302P: Florian Fainelli 3303M: florian.fainelli@telecomint.eu 3304L: linux-kernel@vger.kernel.org 3305S: Maintained 3306 3307RDC R6040 FAST ETHERNET DRIVER 3308P: Florian Fainelli 3309M: florian.fainelli@telecomint.eu 3310L: netdev@vger.kernel.org 3311S: Maintained 3312 3313READ-COPY UPDATE (RCU) 3314P: Dipankar Sarma 3315M: dipankar@in.ibm.com 3316W: http://www.rdrop.com/users/paulmck/rclock/ 3317L: linux-kernel@vger.kernel.org 3318S: Supported 3319 3320RCUTORTURE MODULE 3321P: Josh Triplett 3322M: josh@freedesktop.org 3323L: linux-kernel@vger.kernel.org 3324S: Maintained 3325 3326REAL TIME CLOCK DRIVER 3327P: Paul Gortmaker 3328M: p_gortmaker@yahoo.com 3329L: linux-kernel@vger.kernel.org 3330S: Maintained 3331 3332REAL TIME CLOCK (RTC) SUBSYSTEM 3333P: Alessandro Zummo 3334M: a.zummo@towertech.it 3335L: rtc-linux@googlegroups.com 3336S: Maintained 3337 3338REISERFS FILE SYSTEM 3339P: Hans Reiser 3340M: reiserfs-dev@namesys.com 3341L: reiserfs-devel@vger.kernel.org 3342W: http://www.namesys.com 3343S: Supported 3344 3345ROCKETPORT DRIVER 3346P: Comtrol Corp. 3347W: http://www.comtrol.com 3348S: Maintained 3349 3350ROSE NETWORK LAYER 3351P: Ralf Baechle 3352M: ralf@linux-mips.org 3353L: linux-hams@vger.kernel.org 3354W: http://www.linux-ax25.org/ 3355S: Maintained 3356 3357RISCOM8 DRIVER 3358S: Orphan 3359 3360RTL818X WIRELESS DRIVER 3361P: Michael Wu 3362M: flamingice@sourmilk.net 3363P: Andrea Merello 3364M: andreamrl@tiscali.it 3365L: linux-wireless@vger.kernel.org 3366W: http://linuxwireless.org/ 3367T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3368S: Maintained 3369 3370S3 SAVAGE FRAMEBUFFER DRIVER 3371P: Antonino Daplas 3372M: adaplas@gmail.com 3373L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3374S: Maintained 3375 3376S390 3377P: Martin Schwidefsky 3378M: schwidefsky@de.ibm.com 3379P: Heiko Carstens 3380M: heiko.carstens@de.ibm.com 3381M: linux390@de.ibm.com 3382L: linux-s390@vger.kernel.org 3383W: http://www.ibm.com/developerworks/linux/linux390/ 3384S: Supported 3385 3386S390 NETWORK DRIVERS 3387P: Ursula Braun 3388M: ubraun@linux.vnet.ibm.com 3389P: Frank Blaschka 3390M: blaschka@linux.vnet.ibm.com 3391M: linux390@de.ibm.com 3392L: linux-s390@vger.kernel.org 3393W: http://www.ibm.com/developerworks/linux/linux390/ 3394S: Supported 3395 3396S390 ZFCP DRIVER 3397P: Christof Schmitt 3398M: christof.schmitt@de.ibm.com 3399P: Martin Peschke 3400M: mp3@de.ibm.com 3401M: linux390@de.ibm.com 3402L: linux-s390@vger.kernel.org 3403W: http://www.ibm.com/developerworks/linux/linux390/ 3404S: Supported 3405 3406S390 IUCV NETWORK LAYER 3407P: Ursula Braun 3408M: ubraun@linux.vnet.ibm.com 3409M: linux390@de.ibm.com 3410L: linux-s390@vger.kernel.org 3411W: http://www.ibm.com/developerworks/linux/linux390/ 3412S: Supported 3413 3414SAA7146 VIDEO4LINUX-2 DRIVER 3415P: Michael Hunold 3416M: michael@mihu.de 3417W: http://www.mihu.de/linux/saa7146 3418S: Maintained 3419 3420SC1200 WDT DRIVER 3421P: Zwane Mwaikambo 3422M: zwane@arm.linux.org.uk 3423S: Maintained 3424 3425SCHEDULER 3426P: Ingo Molnar 3427M: mingo@elte.hu 3428P: Robert Love [the preemptible kernel bits] 3429M: rml@tech9.net 3430L: linux-kernel@vger.kernel.org 3431S: Maintained 3432 3433SCSI CDROM DRIVER 3434P: Jens Axboe 3435M: axboe@kernel.dk 3436L: linux-scsi@vger.kernel.org 3437W: http://www.kernel.dk 3438S: Maintained 3439 3440SCSI SG DRIVER 3441P: Doug Gilbert 3442M: dgilbert@interlog.com 3443L: linux-scsi@vger.kernel.org 3444W: http://www.torque.net/sg 3445S: Maintained 3446 3447SCSI SUBSYSTEM 3448P: James E.J. Bottomley 3449M: James.Bottomley@HansenPartnership.com 3450L: linux-scsi@vger.kernel.org 3451T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 3452T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 3453T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 3454S: Maintained 3455 3456SCSI TAPE DRIVER 3457P: Kai Mäkisara 3458M: Kai.Makisara@kolumbus.fi 3459L: linux-scsi@vger.kernel.org 3460S: Maintained 3461 3462SCTP PROTOCOL 3463P: Vlad Yasevich 3464M: vladislav.yasevich@hp.com 3465P: Sridhar Samudrala 3466M: sri@us.ibm.com 3467L: lksctp-developers@lists.sourceforge.net 3468W: http://lksctp.sourceforge.net 3469S: Supported 3470 3471SCx200 CPU SUPPORT 3472P: Jim Cromie 3473M: jim.cromie@gmail.com 3474S: Odd Fixes 3475 3476SCx200 GPIO DRIVER 3477P: Jim Cromie 3478M: jim.cromie@gmail.com 3479S: Maintained 3480 3481SCx200 HRT CLOCKSOURCE DRIVER 3482P: Jim Cromie 3483M: jim.cromie@gmail.com 3484S: Maintained 3485 3486SECURITY CONTACT 3487P: Security Officers 3488M: security@kernel.org 3489S: Supported 3490 3491SELINUX SECURITY MODULE 3492P: Stephen Smalley 3493M: sds@tycho.nsa.gov 3494P: James Morris 3495M: jmorris@namei.org 3496P: Eric Paris 3497M: eparis@parisplace.org 3498L: linux-kernel@vger.kernel.org (kernel issues) 3499L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 3500W: http://www.nsa.gov/selinux 3501S: Supported 3502 3503SENSABLE PHANTOM 3504P: Jiri Slaby 3505M: jirislaby@gmail.com 3506S: Maintained 3507 3508SERIAL ATA (SATA) SUBSYSTEM: 3509P: Jeff Garzik 3510M: jgarzik@pobox.com 3511L: linux-ide@vger.kernel.org 3512T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 3513S: Supported 3514 3515SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 3516P: Pat Gefre 3517M: pfg@sgi.com 3518L: linux-ia64@vger.kernel.org 3519S: Supported 3520 3521SGI VISUAL WORKSTATION 320 AND 540 3522P: Andrey Panin 3523M: pazke@donpac.ru 3524L: linux-visws-devel@lists.sf.net 3525W: http://linux-visws.sf.net 3526S: Maintained for 2.6. 3527 3528SIMTEC EB110ATX (Chalice CATS) 3529P: Ben Dooks 3530P: Vincent Sanders 3531M: support@simtec.co.uk 3532W: http://www.simtec.co.uk/products/EB110ATX/ 3533S: Supported 3534 3535SIMTEC EB2410ITX (BAST) 3536P: Ben Dooks 3537P: Vincent Sanders 3538M: support@simtec.co.uk 3539W: http://www.simtec.co.uk/products/EB2410ITX/ 3540S: Supported 3541 3542SIS 190 ETHERNET DRIVER 3543P: Francois Romieu 3544M: romieu@fr.zoreil.com 3545L: netdev@vger.kernel.org 3546S: Maintained 3547 3548SIS 5513 IDE CONTROLLER DRIVER 3549P: Lionel Bouton 3550M: Lionel.Bouton@inet6.fr 3551W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html 3552W: http://gyver.homeip.net/sis5513/index.html 3553S: Maintained 3554 3555SIS 900/7016 FAST ETHERNET DRIVER 3556P: Daniele Venzano 3557M: venza@brownhat.org 3558W: http://www.brownhat.org/sis900.html 3559L: netdev@vger.kernel.org 3560S: Maintained 3561 3562SIS 96X I2C/SMBUS DRIVER 3563P: Mark M. Hoffman 3564M: mhoffman@lightlink.com 3565L: lm-sensors@lm-sensors.org 3566S: Maintained 3567 3568SIS FRAMEBUFFER DRIVER 3569P: Thomas Winischhofer 3570M: thomas@winischhofer.net 3571W: http://www.winischhofer.net/linuxsisvga.shtml 3572S: Maintained 3573 3574SIS USB2VGA DRIVER 3575P: Thomas Winischhofer 3576M: thomas@winischhofer.net 3577W: http://www.winischhofer.at/linuxsisusbvga.shtml 3578S: Maintained 3579 3580SLAB ALLOCATOR 3581P: Christoph Lameter 3582M: clameter@sgi.com 3583P: Pekka Enberg 3584M: penberg@cs.helsinki.fi 3585P: Matt Mackall 3586M: mpm@selenic.com 3587L: linux-mm@kvack.org 3588S: Maintained 3589 3590SMC91x ETHERNET DRIVER 3591P: Nicolas Pitre 3592M: nico@cam.org 3593S: Maintained 3594 3595SMSC47B397 HARDWARE MONITOR DRIVER 3596P: Mark M. Hoffman 3597M: mhoffman@lightlink.com 3598L: lm-sensors@lm-sensors.org 3599S: Maintained 3600 3601SOFTMAC LAYER (IEEE 802.11) 3602P: Daniel Drake 3603M: dsd@gentoo.org 3604L: linux-wireless@vger.kernel.org 3605S: Obsolete 3606 3607SOFTWARE RAID (Multiple Disks) SUPPORT 3608P: Ingo Molnar 3609M: mingo@redhat.com 3610P: Neil Brown 3611M: neilb@suse.de 3612L: linux-raid@vger.kernel.org 3613S: Supported 3614 3615HIBERNATION (aka Software Suspend, aka swsusp): 3616P: Pavel Machek 3617M: pavel@suse.cz 3618P: Rafael J. Wysocki 3619M: rjw@sisk.pl 3620L: linux-pm@lists.linux-foundation.org 3621S: Supported 3622 3623SUSPEND TO RAM: 3624P: Len Brown 3625M: len.brown@intel.com 3626P: Pavel Machek 3627M: pavel@suse.cz 3628P: Rafael J. Wysocki 3629M: rjw@sisk.pl 3630L: linux-pm@lists.linux-foundation.org 3631S: Supported 3632 3633SONIC NETWORK DRIVER 3634P: Thomas Bogendoerfer 3635M: tsbogend@alpha.franken.de 3636L: netdev@vger.kernel.org 3637S: Maintained 3638 3639SONICS SILICON BACKPLANE DRIVER (SSB) 3640P: Michael Buesch 3641M: mb@bu3sch.de 3642L: netdev@vger.kernel.org 3643S: Maintained 3644 3645SONY VAIO CONTROL DEVICE DRIVER 3646P: Mattia Dongili 3647M: malattia@linux.it 3648L: linux-acpi@vger.kernel.org 3649W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 3650S: Maintained 3651 3652SONY MEMORYSTICK CARD SUPPORT 3653P: Alex Dubov 3654M: oakad@yahoo.com 3655L: linux-kernel@vger.kernel.org 3656W: http://tifmxx.berlios.de/ 3657S: Maintained 3658 3659SOUND 3660P: Jaroslav Kysela 3661M: perex@perex.cz 3662L: alsa-devel@alsa-project.org (subscribers-only) 3663S: Maintained 3664 3665SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT 3666P: Liam Girdwood 3667M: liam.girdwood@wolfsonmicro.com 3668P: Mark Brown 3669M: broonie@opensource.wolfsonmicro.com 3670T: git opensource.wolfsonmicro.com/linux-2.6-asoc 3671L: alsa-devel@alsa-project.org (subscribers-only) 3672S: Supported 3673 3674SPI SUBSYSTEM 3675P: David Brownell 3676M: dbrownell@users.sourceforge.net 3677L: spi-devel-general@lists.sourceforge.net 3678S: Maintained 3679 3680STABLE BRANCH: 3681P: Greg Kroah-Hartman 3682M: greg@kroah.com 3683P: Chris Wright 3684M: chrisw@sous-sol.org 3685L: stable@kernel.org 3686S: Maintained 3687 3688TPM DEVICE DRIVER 3689P: Kylene Hall 3690M: tpmdd-devel@lists.sourceforge.net 3691W: http://tpmdd.sourceforge.net 3692P: Marcel Selhorst 3693M: tpm@selhorst.net 3694W: http://www.prosec.rub.de/tpm/ 3695L: tpmdd-devel@lists.sourceforge.net 3696S: Maintained 3697 3698Telecom Clock Driver for MCPL0010 3699P: Mark Gross 3700M: mark.gross@intel.com 3701S: Supported 3702 3703TENSILICA XTENSA PORT (xtensa): 3704P: Chris Zankel 3705M: chris@zankel.net 3706S: Maintained 3707 3708THINKPAD ACPI EXTRAS DRIVER 3709P: Henrique de Moraes Holschuh 3710M: ibm-acpi@hmh.eng.br 3711L: ibm-acpi-devel@lists.sourceforge.net 3712W: http://ibm-acpi.sourceforge.net 3713W: http://thinkwiki.org/wiki/Ibm-acpi 3714T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 3715S: Maintained 3716 3717UltraSPARC (sparc64): 3718P: David S. Miller 3719M: davem@davemloft.net 3720L: sparclinux@vger.kernel.org 3721T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git 3722S: Maintained 3723 3724SHARP LH SUPPORT (LH7952X & LH7A40X) 3725P: Marc Singer 3726M: elf@buici.com 3727W: http://projects.buici.com/arm 3728L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3729S: Maintained 3730 3731SHPC HOTPLUG DRIVER 3732P: Kristen Carlson Accardi 3733M: kristen.c.accardi@intel.com 3734L: pcihpd-discuss@lists.sourceforge.net 3735S: Supported 3736 3737SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER 3738P: Pierre Ossman 3739M: drzeus-sdhci@drzeus.cx 3740L: sdhci-devel@list.drzeus.cx 3741S: Maintained 3742 3743SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 3744P: Stephen Hemminger 3745M: shemminger@linux-foundation.org 3746L: netdev@vger.kernel.org 3747S: Maintained 3748 3749SOEKRIS NET48XX LED SUPPORT 3750P: Chris Boot 3751M: bootc@bootc.net 3752S: Maintained 3753 3754SPARC (sparc32): 3755P: William L. Irwin 3756M: wli@holomorphy.com 3757L: sparclinux@vger.kernel.org 3758S: Maintained 3759 3760SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 3761P: Roger Wolff 3762M: R.E.Wolff@BitWizard.nl 3763L: linux-kernel@vger.kernel.org ? 3764S: Supported 3765 3766SPIDERNET NETWORK DRIVER for CELL 3767P: Ishizaki Kou 3768M: kou.ishizaki@toshiba.co.jp 3769P: Jens Osterkamp 3770M: jens@de.ibm.com 3771L: netdev@vger.kernel.org 3772S: Supported 3773 3774SRM (Alpha) environment access 3775P: Jan-Benedict Glaw 3776M: jbglaw@lug-owl.de 3777L: linux-kernel@vger.kernel.org 3778S: Maintained 3779 3780STARFIRE/DURALAN NETWORK DRIVER 3781P: Ion Badulescu 3782M: ionut@cs.columbia.edu 3783S: Maintained 3784 3785STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 3786W: http://mosquitonet.Stanford.EDU/strip.html 3787S: Unsupported ? 3788 3789STRADIS MPEG-2 DECODER DRIVER 3790P: Nathan Laredo 3791M: laredo@gnu.org 3792W: http://www.stradis.com/ 3793S: Maintained 3794 3795SUPERH 3796P: Paul Mundt 3797M: lethal@linux-sh.org 3798L: linux-sh@vger.kernel.org 3799W: http://www.linux-sh.org 3800T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git 3801S: Maintained 3802 3803SUN3/3X 3804P: Sam Creasey 3805M: sammy@sammy.net 3806W: http://sammy.net/sun3/ 3807S: Maintained 3808 3809SVGA HANDLING 3810P: Martin Mares 3811M: mj@ucw.cz 3812L: linux-video@atrey.karlin.mff.cuni.cz 3813S: Maintained 3814 3815SYSV FILESYSTEM 3816P: Christoph Hellwig 3817M: hch@infradead.org 3818S: Maintained 3819 3820TC CLASSIFIER 3821P: Jamal Hadi Salim 3822M: hadi@cyberus.ca 3823L: netdev@vger.kernel.org 3824S: Maintained 3825 3826TCP LOW PRIORITY MODULE 3827P: Wong Hoi Sing, Edison 3828M: hswong3i@gmail.com 3829P: Hung Hing Lun, Mike 3830M: hlhung3i@gmail.com 3831W: http://tcp-lp-mod.sourceforge.net/ 3832S: Maintained 3833 3834TEHUTI ETHERNET DRIVER 3835P: Alexander Indenbaum 3836M: baum@tehutinetworks.net 3837P: Andy Gospodarek 3838M: andy@greyhouse.net 3839L: netdev@vger.kernel.org 3840S: Supported 3841 3842TI FLASH MEDIA INTERFACE DRIVER 3843P: Alex Dubov 3844M: oakad@yahoo.com 3845S: Maintained 3846 3847TI OMAP MMC INTERFACE DRIVER 3848P: Carlos Aguiar, Anderson Briglia and Syed Khasim 3849M: linux-omap-open-source@linux.omap.com (subscribers only) 3850W: http://linux.omap.com 3851W: http://www.muru.com/linux/omap/ 3852S: Maintained 3853 3854TI OMAP RANDOM NUMBER GENERATOR SUPPORT 3855P: Deepak Saxena 3856M: dsaxena@plexity.net 3857S: Maintained 3858 3859TASKSTATS STATISTICS INTERFACE 3860P: Shailabh Nagar 3861M: nagar@watson.ibm.com 3862L: linux-kernel@vger.kernel.org 3863S: Maintained 3864 3865TIPC NETWORK LAYER 3866P: Per Liden 3867M: per.liden@ericsson.com 3868P: Jon Maloy 3869M: jon.maloy@ericsson.com 3870P: Allan Stephens 3871M: allan.stephens@windriver.com 3872L: tipc-discussion@lists.sourceforge.net 3873W: http://tipc.sourceforge.net/ 3874W: http://tipc.cslab.ericsson.net/ 3875T: git tipc.cslab.ericsson.net:/pub/git/tipc.git 3876S: Maintained 3877 3878TLAN NETWORK DRIVER 3879P: Samuel Chessman 3880M: chessman@tux.org 3881L: tlan-devel@lists.sourceforge.net (subscribers-only) 3882W: http://sourceforge.net/projects/tlan/ 3883S: Maintained 3884 3885TOSHIBA ACPI EXTRAS DRIVER 3886P: John Belmonte 3887M: toshiba_acpi@memebeam.org 3888W: http://memebeam.org/toys/ToshibaAcpiDriver 3889S: Maintained 3890 3891TOSHIBA SMM DRIVER 3892P: Jonathan Buzzard 3893M: jonathan@buzzard.org.uk 3894L: tlinux-users@tce.toshiba-dme.co.jp 3895W: http://www.buzzard.org.uk/toshiba/ 3896S: Maintained 3897 3898TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE 3899P: Muli Ben-Yehuda 3900M: mulix@mulix.org 3901L: linux-kernel@vger.kernel.org 3902S: Maintained 3903 3904TRIVIAL PATCHES 3905P: Jesper Juhl 3906M: trivial@kernel.org 3907L: linux-kernel@vger.kernel.org 3908S: Maintained 3909 3910TULIP NETWORK DRIVERS 3911P: Grant Grundler 3912M: grundler@parisc-linux.org 3913P: Kyle McMartin 3914M: kyle@parisc-linux.org 3915L: netdev@vger.kernel.org 3916S: Maintained 3917 3918TUN/TAP driver 3919P: Maxim Krasnyansky 3920M: maxk@qualcomm.com 3921L: vtun@office.satix.net 3922W: http://vtun.sourceforge.net/tun 3923S: Maintained 3924 3925TURBOCHANNEL SUBSYSTEM 3926P: Maciej W. Rozycki 3927M: macro@linux-mips.org 3928S: Maintained 3929 3930U14-34F SCSI DRIVER 3931P: Dario Ballabio 3932M: ballabio_dario@emc.com 3933L: linux-scsi@vger.kernel.org 3934S: Maintained 3935 3936UDF FILESYSTEM 3937P: Jan Kara 3938M: jack@suse.cz 3939W: http://linux-udf.sourceforge.net 3940S: Maintained 3941 3942UNIFORM CDROM DRIVER 3943P: Jens Axboe 3944M: axboe@kernel.dk 3945L: linux-kernel@vger.kernel.org 3946W: http://www.kernel.dk 3947S: Maintained 3948 3949USB ACM DRIVER 3950P: Oliver Neukum 3951M: oliver@neukum.name 3952L: linux-usb@vger.kernel.org 3953S: Maintained 3954 3955USB AUERSWALD DRIVER 3956P: Wolfgang Muees 3957M: wolfgang@iksw-muees.de 3958L: linux-usb@vger.kernel.org 3959S: Maintained 3960 3961USB BLOCK DRIVER (UB ub) 3962P: Pete Zaitcev 3963M: zaitcev@redhat.com 3964L: linux-kernel@vger.kernel.org 3965L: linux-usb@vger.kernel.org 3966S: Supported 3967 3968USB CDC ETHERNET DRIVER 3969P: Greg Kroah-Hartman 3970M: greg@kroah.com 3971L: linux-usb@vger.kernel.org 3972S: Maintained 3973W: http://www.kroah.com/linux-usb/ 3974 3975USB DAVICOM DM9601 DRIVER 3976P: Peter Korsgaard 3977M: jacmet@sunsite.dk 3978L: netdev@vger.kernel.org 3979W: http://www.linux-usb.org/usbnet 3980S: Maintained 3981 3982USB EHCI DRIVER 3983P: David Brownell 3984M: dbrownell@users.sourceforge.net 3985L: linux-usb@vger.kernel.org 3986S: Odd Fixes 3987 3988USB ET61X[12]51 DRIVER 3989P: Luca Risolia 3990M: luca.risolia@studio.unibo.it 3991L: linux-usb@vger.kernel.org 3992L: video4linux-list@redhat.com 3993W: http://www.linux-projects.org 3994S: Maintained 3995 3996USB GADGET/PERIPHERAL SUBSYSTEM 3997P: David Brownell 3998M: dbrownell@users.sourceforge.net 3999L: linux-usb@vger.kernel.org 4000W: http://www.linux-usb.org/gadget 4001S: Maintained 4002 4003USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 4004P: Jiri Kosina 4005M: jkosina@suse.cz 4006L: linux-usb@vger.kernel.org 4007T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git 4008S: Maintained 4009 4010USB ISP116X DRIVER 4011P: Olav Kongas 4012M: ok@artecdesign.ee 4013L: linux-usb@vger.kernel.org 4014S: Maintained 4015 4016USB KAWASAKI LSI DRIVER 4017P: Oliver Neukum 4018M: oliver@neukum.name 4019L: linux-usb@vger.kernel.org 4020S: Maintained 4021 4022USB MASS STORAGE DRIVER 4023P: Matthew Dharm 4024M: mdharm-usb@one-eyed-alien.net 4025L: linux-usb@vger.kernel.org 4026L: usb-storage@lists.one-eyed-alien.net 4027S: Maintained 4028W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 4029 4030USB OHCI DRIVER 4031P: David Brownell 4032M: dbrownell@users.sourceforge.net 4033L: linux-usb@vger.kernel.org 4034S: Odd Fixes 4035 4036USB OPTION-CARD DRIVER 4037P: Matthias Urlichs 4038M: smurf@smurf.noris.de 4039L: linux-usb@vger.kernel.org 4040S: Maintained 4041 4042USB OV511 DRIVER 4043P: Mark McClelland 4044M: mmcclell@bigfoot.com 4045L: linux-usb@vger.kernel.org 4046W: http://alpha.dyndns.org/ov511/ 4047S: Maintained 4048 4049USB PEGASUS DRIVER 4050P: Petko Manolov 4051M: petkan@users.sourceforge.net 4052L: linux-usb@vger.kernel.org 4053L: netdev@vger.kernel.org 4054W: http://pegasus2.sourceforge.net/ 4055S: Maintained 4056 4057USB PRINTER DRIVER (usblp) 4058P: Pete Zaitcev 4059M: zaitcev@redhat.com 4060L: linux-usb@vger.kernel.org 4061S: Supported 4062 4063USB RTL8150 DRIVER 4064P: Petko Manolov 4065M: petkan@users.sourceforge.net 4066L: linux-usb@vger.kernel.org 4067L: netdev@vger.kernel.org 4068W: http://pegasus2.sourceforge.net/ 4069S: Maintained 4070 4071USB SE401 DRIVER 4072P: Jeroen Vreeken 4073M: pe1rxq@amsat.org 4074L: linux-usb@vger.kernel.org 4075W: http://www.chello.nl/~j.vreeken/se401/ 4076S: Maintained 4077 4078USB SERIAL CYBERJACK DRIVER 4079P: Matthias Bruestle and Harald Welte 4080M: support@reiner-sct.com 4081W: http://www.reiner-sct.de/support/treiber_cyberjack.php 4082S: Maintained 4083 4084USB SERIAL DIGI ACCELEPORT DRIVER 4085P: Peter Berger and Al Borchers 4086M: pberger@brimson.com 4087M: alborchers@steinerpoint.com 4088L: linux-usb@vger.kernel.org 4089S: Maintained 4090 4091USB SERIAL DRIVER 4092P: Greg Kroah-Hartman 4093M: gregkh@suse.de 4094L: linux-usb@vger.kernel.org 4095S: Supported 4096 4097USB SERIAL BELKIN F5U103 DRIVER 4098P: William Greathouse 4099M: wgreathouse@smva.com 4100L: linux-usb@vger.kernel.org 4101S: Maintained 4102 4103USB SERIAL CYPRESS M8 DRIVER 4104P: Lonnie Mendez 4105M: dignome@gmail.com 4106L: linux-usb@vger.kernel.org 4107S: Maintained 4108W: http://geocities.com/i0xox0i 4109W: http://firstlight.net/cvs 4110 4111USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 4112P: Gary Brubaker 4113M: xavyer@ix.netcom.com 4114L: linux-usb@vger.kernel.org 4115S: Maintained 4116 4117USB SERIAL KEYSPAN DRIVER 4118P: Greg Kroah-Hartman 4119M: greg@kroah.com 4120L: linux-usb@vger.kernel.org 4121W: http://www.kroah.com/linux/ 4122S: Maintained 4123 4124USB SERIAL WHITEHEAT DRIVER 4125P: Support Department 4126M: support@connecttech.com 4127L: linux-usb@vger.kernel.org 4128W: http://www.connecttech.com 4129S: Supported 4130 4131USB SN9C1xx DRIVER 4132P: Luca Risolia 4133M: luca.risolia@studio.unibo.it 4134L: linux-usb@vger.kernel.org 4135L: video4linux-list@redhat.com 4136W: http://www.linux-projects.org 4137S: Maintained 4138 4139USB SUBSYSTEM 4140P: Greg Kroah-Hartman 4141M: gregkh@suse.de 4142L: linux-usb@vger.kernel.org 4143W: http://www.linux-usb.org 4144T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 4145S: Supported 4146 4147USB UHCI DRIVER 4148P: Alan Stern 4149M: stern@rowland.harvard.edu 4150L: linux-usb@vger.kernel.org 4151S: Maintained 4152 4153USB "USBNET" DRIVER FRAMEWORK 4154P: David Brownell 4155M: dbrownell@users.sourceforge.net 4156L: netdev@vger.kernel.org 4157W: http://www.linux-usb.org/usbnet 4158S: Maintained 4159 4160USB W996[87]CF DRIVER 4161P: Luca Risolia 4162M: luca.risolia@studio.unibo.it 4163L: linux-usb@vger.kernel.org 4164L: video4linux-list@redhat.com 4165W: http://www.linux-projects.org 4166S: Maintained 4167 4168USB WIRELESS RNDIS DRIVER (rndis_wlan) 4169P: Jussi Kivilinna 4170M: jussi.kivilinna@mbnet.fi 4171L: linux-wireless@vger.kernel.org 4172S: Maintained 4173 4174USB ZC0301 DRIVER 4175P: Luca Risolia 4176M: luca.risolia@studio.unibo.it 4177L: linux-usb@vger.kernel.org 4178L: video4linux-list@redhat.com 4179W: http://www.linux-projects.org 4180S: Maintained 4181 4182USB ZD1201 DRIVER 4183P: Jeroen Vreeken 4184M: pe1rxq@amsat.org 4185L: linux-usb@vger.kernel.org 4186W: http://linux-lc100020.sourceforge.net 4187S: Maintained 4188 4189USB ZR364XX DRIVER 4190P: Antoine Jacquet 4191M: royale@zerezo.com 4192L: linux-usb@vger.kernel.org 4193L: video4linux-list@redhat.com 4194W: http://royale.zerezo.com/zr364xx/ 4195S: Maintained 4196 4197USER-MODE LINUX 4198P: Jeff Dike 4199M: jdike@addtoit.com 4200L: user-mode-linux-devel@lists.sourceforge.net 4201L: user-mode-linux-user@lists.sourceforge.net 4202W: http://user-mode-linux.sourceforge.net 4203S: Maintained 4204 4205USERSPACE I/O (UIO) 4206P: Hans J. Koch 4207M: hjk@linutronix.de 4208P: Greg Kroah-Hartman 4209M: gregkh@suse.de 4210L: linux-kernel@vger.kernel.org 4211S: Maintained 4212 4213FAT/VFAT/MSDOS FILESYSTEM: 4214P: OGAWA Hirofumi 4215M: hirofumi@mail.parknet.co.jp 4216L: linux-kernel@vger.kernel.org 4217S: Maintained 4218 4219VIA RHINE NETWORK DRIVER 4220P: Roger Luethi 4221M: rl@hellgate.ch 4222S: Maintained 4223 4224VIAPRO SMBUS DRIVER 4225P: Jean Delvare 4226M: khali@linux-fr.org 4227L: i2c@lm-sensors.org 4228S: Maintained 4229 4230VIA VELOCITY NETWORK DRIVER 4231P: Francois Romieu 4232M: romieu@fr.zoreil.com 4233L: netdev@vger.kernel.org 4234S: Maintained 4235 4236UCLINUX (AND M68KNOMMU) 4237P: Greg Ungerer 4238M: gerg@uclinux.org 4239W: http://www.uclinux.org/ 4240L: uclinux-dev@uclinux.org (subscribers-only) 4241S: Maintained 4242 4243UCLINUX FOR NEC V850 4244P: Miles Bader 4245 4246UCLINUX FOR RENESAS H8/300 4247P: Yoshinori Sato 4248M: ysato@users.sourceforge.jp 4249W: http://uclinux-h8.sourceforge.jp/ 4250S: Supported 4251 4252UFS FILESYSTEM 4253P: Evgeniy Dushistov 4254M: dushistov@mail.ru 4255L: linux-kernel@vger.kernel.org 4256S: Maintained 4257 4258USB DIAMOND RIO500 DRIVER 4259P: Cesar Miquel 4260M: miquel@df.uba.ar 4261L: rio500-users@lists.sourceforge.net 4262W: http://rio500.sourceforge.net 4263S: Maintained 4264 4265VIDEO FOR LINUX 4266P: Mauro Carvalho Chehab 4267M: mchehab@infradead.org 4268M: v4l-dvb-maintainer@linuxtv.org 4269L: video4linux-list@redhat.com 4270W: http://linuxtv.org 4271T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 4272S: Maintained 4273 4274VLAN (802.1Q) 4275P: Patrick McHardy 4276M: kaber@trash.net 4277L: netdev@vger.kernel.org 4278S: Maintained 4279 4280VT1211 HARDWARE MONITOR DRIVER 4281P: Juerg Haefliger 4282M: juergh@gmail.com 4283L: lm-sensors@lm-sensors.org 4284S: Maintained 4285 4286VT8231 HARDWARE MONITOR DRIVER 4287P: Roger Lucas 4288M: vt8231@hiddenengine.co.uk 4289L: lm-sensors@lm-sensors.org 4290S: Maintained 4291 4292W1 DALLAS'S 1-WIRE BUS 4293P: Evgeniy Polyakov 4294M: johnpol@2ka.mipt.ru 4295S: Maintained 4296 4297W83791D HARDWARE MONITORING DRIVER 4298P: Charles Spirakis 4299M: bezaur@gmail.com 4300L: lm-sensors@lm-sensors.org 4301S: Odd Fixes 4302 4303W83793 HARDWARE MONITORING DRIVER 4304P: Rudolf Marek 4305M: r.marek@assembler.cz 4306L: lm-sensors@lm-sensors.org 4307S: Maintained 4308 4309W83L51xD SD/MMC CARD INTERFACE DRIVER 4310P: Pierre Ossman 4311M: drzeus-wbsd@drzeus.cx 4312L: linux-kernel@vger.kernel.org 4313S: Maintained 4314 4315WATCHDOG DEVICE DRIVERS 4316P: Wim Van Sebroeck 4317M: wim@iguana.be 4318T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 4319S: Maintained 4320 4321WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 4322P: Jean Tourrilhes 4323M: jt@hpl.hp.com 4324L: linux-wireless@vger.kernel.org 4325W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 4326S: Maintained 4327 4328WD7000 SCSI DRIVER 4329P: Miroslav Zagorac 4330M: zaga@fly.cc.fer.hr 4331L: linux-scsi@vger.kernel.org 4332S: Maintained 4333 4334WISTRON LAPTOP BUTTON DRIVER 4335P: Miloslav Trmac 4336M: mitr@volny.cz 4337S: Maintained 4338 4339WL3501 WIRELESS PCMCIA CARD DRIVER 4340P: Arnaldo Carvalho de Melo 4341M: acme@ghostprotocols.net 4342L: linux-wireless@vger.kernel.org 4343W: http://oops.ghostprotocols.net:81/blog 4344S: Maintained 4345 4346X.25 NETWORK LAYER 4347P: Henner Eisen 4348M: eis@baty.hanse.de 4349L: linux-x25@vger.kernel.org 4350S: Maintained 4351 4352XEN HYPERVISOR INTERFACE 4353P: Jeremy Fitzhardinge 4354M: jeremy@xensource.com 4355P: Chris Wright 4356M: chrisw@sous-sol.org 4357L: virtualization@lists.osdl.org 4358L: xen-devel@lists.xensource.com 4359S: Supported 4360 4361XFS FILESYSTEM 4362P: Silicon Graphics Inc 4363P: Tim Shimmin 4364M: xfs-masters@oss.sgi.com 4365L: xfs@oss.sgi.com 4366W: http://oss.sgi.com/projects/xfs 4367T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git 4368S: Supported 4369 4370XILINX SYSTEMACE DRIVER 4371P: Grant Likely 4372M: grant.likely@secretlab.ca 4373W: http://www.secretlab.ca/ 4374L: linux-kernel@vger.kernel.org 4375S: Maintained 4376 4377XILINX UARTLITE SERIAL DRIVER 4378P: Peter Korsgaard 4379M: jacmet@sunsite.dk 4380L: linux-serial@vger.kernel.org 4381S: Maintained 4382 4383X86 ARCHITECTURE (32-BIT AND 64-BIT) 4384P: Thomas Gleixner 4385M: tglx@linutronix.de 4386P: Ingo Molnar 4387M: mingo@redhat.com 4388P: H. Peter Anvin 4389M: hpa@zytor.com 4390L: linux-kernel@vger.kernel.org 4391T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 4392S: Maintained 4393 4394YAM DRIVER FOR AX.25 4395P: Jean-Paul Roubelat 4396M: jpr@f6fbb.org 4397L: linux-hams@vger.kernel.org 4398S: Maintained 4399 4400YEALINK PHONE DRIVER 4401P: Henk Vergonet 4402M: Henk.Vergonet@gmail.com 4403L: usbb2k-api-dev@nongnu.org 4404S: Maintained 4405 4406Z8530 DRIVER FOR AX.25 4407P: Joerg Reuter 4408M: jreuter@yaina.de 4409W: http://yaina.de/jreuter/ 4410W: http://www.qsl.net/dl1bke/ 4411L: linux-hams@vger.kernel.org 4412S: Maintained 4413 4414ZD1211RW WIRELESS DRIVER 4415P: Daniel Drake 4416M: dsd@gentoo.org 4417P: Ulrich Kunitz 4418M: kune@deine-taler.de 4419W: http://zd1211.ath.cx/wiki/DriverRewrite 4420L: linux-wireless@vger.kernel.org 4421L: zd1211-devs@lists.sourceforge.net (subscribers-only) 4422S: Maintained 4423 4424ZF MACHZ WATCHDOG 4425P: Fernando Fuganti 4426M: fuganti@netbank.com.br 4427W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/ 4428S: Maintained 4429 4430ZR36067 VIDEO FOR LINUX DRIVER 4431P: Ronald Bultje 4432M: rbultje@ronald.bitfreak.net 4433L: mjpeg-users@lists.sourceforge.net 4434W: http://mjpeg.sourceforge.net/driver-zoran/ 4435S: Maintained 4436 4437ZS DECSTATION Z85C30 SERIAL DRIVER 4438P: Maciej W. Rozycki 4439M: macro@linux-mips.org 4440S: Maintained 4441 4442THE REST 4443P: Linus Torvalds 4444S: Buried alive in reporters 4445