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 kernel.org:/pub/scm/linux/kernel/git/iwlwifi/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 (subscribers-only) 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 (subscribers-only) 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 3283T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git 3284F: drivers/net/wireless/rt2x00/ 3285 3286RAMDISK RAM BLOCK DEVICE DRIVER 3287P: Nick Piggin 3288M: npiggin@suse.de 3289S: Maintained 3290 3291RANDOM NUMBER DRIVER 3292P: Matt Mackall 3293M: mpm@selenic.com 3294S: Maintained 3295 3296RAPIDIO SUBSYSTEM 3297P: Matt Porter 3298M: mporter@kernel.crashing.org 3299L: linux-kernel@vger.kernel.org 3300S: Maintained 3301 3302RDC R-321X SoC 3303P: Florian Fainelli 3304M: florian.fainelli@telecomint.eu 3305L: linux-kernel@vger.kernel.org 3306S: Maintained 3307 3308RDC R6040 FAST ETHERNET DRIVER 3309P: Florian Fainelli 3310M: florian.fainelli@telecomint.eu 3311L: netdev@vger.kernel.org 3312S: Maintained 3313 3314READ-COPY UPDATE (RCU) 3315P: Dipankar Sarma 3316M: dipankar@in.ibm.com 3317W: http://www.rdrop.com/users/paulmck/rclock/ 3318L: linux-kernel@vger.kernel.org 3319S: Supported 3320 3321RCUTORTURE MODULE 3322P: Josh Triplett 3323M: josh@freedesktop.org 3324L: linux-kernel@vger.kernel.org 3325S: Maintained 3326 3327REAL TIME CLOCK DRIVER 3328P: Paul Gortmaker 3329M: p_gortmaker@yahoo.com 3330L: linux-kernel@vger.kernel.org 3331S: Maintained 3332 3333REAL TIME CLOCK (RTC) SUBSYSTEM 3334P: Alessandro Zummo 3335M: a.zummo@towertech.it 3336L: rtc-linux@googlegroups.com 3337S: Maintained 3338 3339REISERFS FILE SYSTEM 3340P: Hans Reiser 3341M: reiserfs-dev@namesys.com 3342L: reiserfs-devel@vger.kernel.org 3343W: http://www.namesys.com 3344S: Supported 3345 3346RFKILL 3347P: Ivo van Doorn 3348M: IvDoorn@gmail.com 3349L: netdev@vger.kernel.org 3350S: Maintained 3351F: net/rfkill 3352 3353ROCKETPORT DRIVER 3354P: Comtrol Corp. 3355W: http://www.comtrol.com 3356S: Maintained 3357 3358ROSE NETWORK LAYER 3359P: Ralf Baechle 3360M: ralf@linux-mips.org 3361L: linux-hams@vger.kernel.org 3362W: http://www.linux-ax25.org/ 3363S: Maintained 3364 3365RISCOM8 DRIVER 3366S: Orphan 3367 3368RTL818X WIRELESS DRIVER 3369P: Michael Wu 3370M: flamingice@sourmilk.net 3371P: Andrea Merello 3372M: andreamrl@tiscali.it 3373L: linux-wireless@vger.kernel.org 3374W: http://linuxwireless.org/ 3375T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3376S: Maintained 3377 3378S3 SAVAGE FRAMEBUFFER DRIVER 3379P: Antonino Daplas 3380M: adaplas@gmail.com 3381L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3382S: Maintained 3383 3384S390 3385P: Martin Schwidefsky 3386M: schwidefsky@de.ibm.com 3387P: Heiko Carstens 3388M: heiko.carstens@de.ibm.com 3389M: linux390@de.ibm.com 3390L: linux-s390@vger.kernel.org 3391W: http://www.ibm.com/developerworks/linux/linux390/ 3392S: Supported 3393 3394S390 NETWORK DRIVERS 3395P: Ursula Braun 3396M: ubraun@linux.vnet.ibm.com 3397P: Frank Blaschka 3398M: blaschka@linux.vnet.ibm.com 3399M: linux390@de.ibm.com 3400L: linux-s390@vger.kernel.org 3401W: http://www.ibm.com/developerworks/linux/linux390/ 3402S: Supported 3403 3404S390 ZFCP DRIVER 3405P: Christof Schmitt 3406M: christof.schmitt@de.ibm.com 3407P: Martin Peschke 3408M: mp3@de.ibm.com 3409M: linux390@de.ibm.com 3410L: linux-s390@vger.kernel.org 3411W: http://www.ibm.com/developerworks/linux/linux390/ 3412S: Supported 3413 3414S390 IUCV NETWORK LAYER 3415P: Ursula Braun 3416M: ubraun@linux.vnet.ibm.com 3417M: linux390@de.ibm.com 3418L: linux-s390@vger.kernel.org 3419W: http://www.ibm.com/developerworks/linux/linux390/ 3420S: Supported 3421 3422SAA7146 VIDEO4LINUX-2 DRIVER 3423P: Michael Hunold 3424M: michael@mihu.de 3425W: http://www.mihu.de/linux/saa7146 3426S: Maintained 3427 3428SC1200 WDT DRIVER 3429P: Zwane Mwaikambo 3430M: zwane@arm.linux.org.uk 3431S: Maintained 3432 3433SCHEDULER 3434P: Ingo Molnar 3435M: mingo@elte.hu 3436P: Robert Love [the preemptible kernel bits] 3437M: rml@tech9.net 3438L: linux-kernel@vger.kernel.org 3439S: Maintained 3440 3441SCSI CDROM DRIVER 3442P: Jens Axboe 3443M: axboe@kernel.dk 3444L: linux-scsi@vger.kernel.org 3445W: http://www.kernel.dk 3446S: Maintained 3447 3448SCSI SG DRIVER 3449P: Doug Gilbert 3450M: dgilbert@interlog.com 3451L: linux-scsi@vger.kernel.org 3452W: http://www.torque.net/sg 3453S: Maintained 3454 3455SCSI SUBSYSTEM 3456P: James E.J. Bottomley 3457M: James.Bottomley@HansenPartnership.com 3458L: linux-scsi@vger.kernel.org 3459T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 3460T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 3461T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 3462S: Maintained 3463 3464SCSI TAPE DRIVER 3465P: Kai Mäkisara 3466M: Kai.Makisara@kolumbus.fi 3467L: linux-scsi@vger.kernel.org 3468S: Maintained 3469 3470SCTP PROTOCOL 3471P: Vlad Yasevich 3472M: vladislav.yasevich@hp.com 3473P: Sridhar Samudrala 3474M: sri@us.ibm.com 3475L: lksctp-developers@lists.sourceforge.net 3476W: http://lksctp.sourceforge.net 3477S: Supported 3478 3479SCx200 CPU SUPPORT 3480P: Jim Cromie 3481M: jim.cromie@gmail.com 3482S: Odd Fixes 3483 3484SCx200 GPIO DRIVER 3485P: Jim Cromie 3486M: jim.cromie@gmail.com 3487S: Maintained 3488 3489SCx200 HRT CLOCKSOURCE DRIVER 3490P: Jim Cromie 3491M: jim.cromie@gmail.com 3492S: Maintained 3493 3494SECURITY CONTACT 3495P: Security Officers 3496M: security@kernel.org 3497S: Supported 3498 3499SELINUX SECURITY MODULE 3500P: Stephen Smalley 3501M: sds@tycho.nsa.gov 3502P: James Morris 3503M: jmorris@namei.org 3504P: Eric Paris 3505M: eparis@parisplace.org 3506L: linux-kernel@vger.kernel.org (kernel issues) 3507L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 3508W: http://www.nsa.gov/selinux 3509S: Supported 3510 3511SENSABLE PHANTOM 3512P: Jiri Slaby 3513M: jirislaby@gmail.com 3514S: Maintained 3515 3516SERIAL ATA (SATA) SUBSYSTEM: 3517P: Jeff Garzik 3518M: jgarzik@pobox.com 3519L: linux-ide@vger.kernel.org 3520T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 3521S: Supported 3522 3523SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 3524P: Pat Gefre 3525M: pfg@sgi.com 3526L: linux-ia64@vger.kernel.org 3527S: Supported 3528 3529SGI VISUAL WORKSTATION 320 AND 540 3530P: Andrey Panin 3531M: pazke@donpac.ru 3532L: linux-visws-devel@lists.sf.net 3533W: http://linux-visws.sf.net 3534S: Maintained for 2.6. 3535 3536SIMTEC EB110ATX (Chalice CATS) 3537P: Ben Dooks 3538P: Vincent Sanders 3539M: support@simtec.co.uk 3540W: http://www.simtec.co.uk/products/EB110ATX/ 3541S: Supported 3542 3543SIMTEC EB2410ITX (BAST) 3544P: Ben Dooks 3545P: Vincent Sanders 3546M: support@simtec.co.uk 3547W: http://www.simtec.co.uk/products/EB2410ITX/ 3548S: Supported 3549 3550SIS 190 ETHERNET DRIVER 3551P: Francois Romieu 3552M: romieu@fr.zoreil.com 3553L: netdev@vger.kernel.org 3554S: Maintained 3555 3556SIS 5513 IDE CONTROLLER DRIVER 3557P: Lionel Bouton 3558M: Lionel.Bouton@inet6.fr 3559W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html 3560W: http://gyver.homeip.net/sis5513/index.html 3561S: Maintained 3562 3563SIS 900/7016 FAST ETHERNET DRIVER 3564P: Daniele Venzano 3565M: venza@brownhat.org 3566W: http://www.brownhat.org/sis900.html 3567L: netdev@vger.kernel.org 3568S: Maintained 3569 3570SIS 96X I2C/SMBUS DRIVER 3571P: Mark M. Hoffman 3572M: mhoffman@lightlink.com 3573L: lm-sensors@lm-sensors.org 3574S: Maintained 3575 3576SIS FRAMEBUFFER DRIVER 3577P: Thomas Winischhofer 3578M: thomas@winischhofer.net 3579W: http://www.winischhofer.net/linuxsisvga.shtml 3580S: Maintained 3581 3582SIS USB2VGA DRIVER 3583P: Thomas Winischhofer 3584M: thomas@winischhofer.net 3585W: http://www.winischhofer.at/linuxsisusbvga.shtml 3586S: Maintained 3587 3588SLAB ALLOCATOR 3589P: Christoph Lameter 3590M: clameter@sgi.com 3591P: Pekka Enberg 3592M: penberg@cs.helsinki.fi 3593P: Matt Mackall 3594M: mpm@selenic.com 3595L: linux-mm@kvack.org 3596S: Maintained 3597 3598SMC91x ETHERNET DRIVER 3599P: Nicolas Pitre 3600M: nico@cam.org 3601S: Maintained 3602 3603SMSC47B397 HARDWARE MONITOR DRIVER 3604P: Mark M. Hoffman 3605M: mhoffman@lightlink.com 3606L: lm-sensors@lm-sensors.org 3607S: Maintained 3608 3609SOFTMAC LAYER (IEEE 802.11) 3610P: Daniel Drake 3611M: dsd@gentoo.org 3612L: linux-wireless@vger.kernel.org 3613S: Obsolete 3614 3615SOFTWARE RAID (Multiple Disks) SUPPORT 3616P: Ingo Molnar 3617M: mingo@redhat.com 3618P: Neil Brown 3619M: neilb@suse.de 3620L: linux-raid@vger.kernel.org 3621S: Supported 3622 3623HIBERNATION (aka Software Suspend, aka swsusp): 3624P: Pavel Machek 3625M: pavel@suse.cz 3626P: Rafael J. Wysocki 3627M: rjw@sisk.pl 3628L: linux-pm@lists.linux-foundation.org 3629S: Supported 3630 3631SUSPEND TO RAM: 3632P: Len Brown 3633M: len.brown@intel.com 3634P: Pavel Machek 3635M: pavel@suse.cz 3636P: Rafael J. Wysocki 3637M: rjw@sisk.pl 3638L: linux-pm@lists.linux-foundation.org 3639S: Supported 3640 3641SONIC NETWORK DRIVER 3642P: Thomas Bogendoerfer 3643M: tsbogend@alpha.franken.de 3644L: netdev@vger.kernel.org 3645S: Maintained 3646 3647SONICS SILICON BACKPLANE DRIVER (SSB) 3648P: Michael Buesch 3649M: mb@bu3sch.de 3650L: netdev@vger.kernel.org 3651S: Maintained 3652 3653SONY VAIO CONTROL DEVICE DRIVER 3654P: Mattia Dongili 3655M: malattia@linux.it 3656L: linux-acpi@vger.kernel.org 3657W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 3658S: Maintained 3659 3660SONY MEMORYSTICK CARD SUPPORT 3661P: Alex Dubov 3662M: oakad@yahoo.com 3663L: linux-kernel@vger.kernel.org 3664W: http://tifmxx.berlios.de/ 3665S: Maintained 3666 3667SOUND 3668P: Jaroslav Kysela 3669M: perex@perex.cz 3670L: alsa-devel@alsa-project.org (subscribers-only) 3671S: Maintained 3672 3673SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT 3674P: Liam Girdwood 3675M: liam.girdwood@wolfsonmicro.com 3676P: Mark Brown 3677M: broonie@opensource.wolfsonmicro.com 3678T: git opensource.wolfsonmicro.com/linux-2.6-asoc 3679L: alsa-devel@alsa-project.org (subscribers-only) 3680S: Supported 3681 3682SPI SUBSYSTEM 3683P: David Brownell 3684M: dbrownell@users.sourceforge.net 3685L: spi-devel-general@lists.sourceforge.net 3686S: Maintained 3687 3688STABLE BRANCH: 3689P: Greg Kroah-Hartman 3690M: greg@kroah.com 3691P: Chris Wright 3692M: chrisw@sous-sol.org 3693L: stable@kernel.org 3694S: Maintained 3695 3696TPM DEVICE DRIVER 3697P: Kylene Hall 3698M: tpmdd-devel@lists.sourceforge.net 3699W: http://tpmdd.sourceforge.net 3700P: Marcel Selhorst 3701M: tpm@selhorst.net 3702W: http://www.prosec.rub.de/tpm/ 3703L: tpmdd-devel@lists.sourceforge.net 3704S: Maintained 3705 3706Telecom Clock Driver for MCPL0010 3707P: Mark Gross 3708M: mark.gross@intel.com 3709S: Supported 3710 3711TENSILICA XTENSA PORT (xtensa): 3712P: Chris Zankel 3713M: chris@zankel.net 3714S: Maintained 3715 3716THINKPAD ACPI EXTRAS DRIVER 3717P: Henrique de Moraes Holschuh 3718M: ibm-acpi@hmh.eng.br 3719L: ibm-acpi-devel@lists.sourceforge.net 3720W: http://ibm-acpi.sourceforge.net 3721W: http://thinkwiki.org/wiki/Ibm-acpi 3722T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 3723S: Maintained 3724 3725UltraSPARC (sparc64): 3726P: David S. Miller 3727M: davem@davemloft.net 3728L: sparclinux@vger.kernel.org 3729T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git 3730S: Maintained 3731 3732SHARP LH SUPPORT (LH7952X & LH7A40X) 3733P: Marc Singer 3734M: elf@buici.com 3735W: http://projects.buici.com/arm 3736L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3737S: Maintained 3738 3739SHPC HOTPLUG DRIVER 3740P: Kristen Carlson Accardi 3741M: kristen.c.accardi@intel.com 3742L: pcihpd-discuss@lists.sourceforge.net 3743S: Supported 3744 3745SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER 3746P: Pierre Ossman 3747M: drzeus-sdhci@drzeus.cx 3748L: sdhci-devel@list.drzeus.cx 3749S: Maintained 3750 3751SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 3752P: Stephen Hemminger 3753M: shemminger@linux-foundation.org 3754L: netdev@vger.kernel.org 3755S: Maintained 3756 3757SOEKRIS NET48XX LED SUPPORT 3758P: Chris Boot 3759M: bootc@bootc.net 3760S: Maintained 3761 3762SPARC (sparc32): 3763P: William L. Irwin 3764M: wli@holomorphy.com 3765L: sparclinux@vger.kernel.org 3766S: Maintained 3767 3768SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 3769P: Roger Wolff 3770M: R.E.Wolff@BitWizard.nl 3771L: linux-kernel@vger.kernel.org ? 3772S: Supported 3773 3774SPIDERNET NETWORK DRIVER for CELL 3775P: Ishizaki Kou 3776M: kou.ishizaki@toshiba.co.jp 3777P: Jens Osterkamp 3778M: jens@de.ibm.com 3779L: netdev@vger.kernel.org 3780S: Supported 3781 3782SRM (Alpha) environment access 3783P: Jan-Benedict Glaw 3784M: jbglaw@lug-owl.de 3785L: linux-kernel@vger.kernel.org 3786S: Maintained 3787 3788STARFIRE/DURALAN NETWORK DRIVER 3789P: Ion Badulescu 3790M: ionut@cs.columbia.edu 3791S: Maintained 3792 3793STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 3794W: http://mosquitonet.Stanford.EDU/strip.html 3795S: Unsupported ? 3796 3797STRADIS MPEG-2 DECODER DRIVER 3798P: Nathan Laredo 3799M: laredo@gnu.org 3800W: http://www.stradis.com/ 3801S: Maintained 3802 3803SUPERH 3804P: Paul Mundt 3805M: lethal@linux-sh.org 3806L: linux-sh@vger.kernel.org 3807W: http://www.linux-sh.org 3808T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git 3809S: Maintained 3810 3811SUN3/3X 3812P: Sam Creasey 3813M: sammy@sammy.net 3814W: http://sammy.net/sun3/ 3815S: Maintained 3816 3817SVGA HANDLING 3818P: Martin Mares 3819M: mj@ucw.cz 3820L: linux-video@atrey.karlin.mff.cuni.cz 3821S: Maintained 3822 3823SYSV FILESYSTEM 3824P: Christoph Hellwig 3825M: hch@infradead.org 3826S: Maintained 3827 3828TC CLASSIFIER 3829P: Jamal Hadi Salim 3830M: hadi@cyberus.ca 3831L: netdev@vger.kernel.org 3832S: Maintained 3833 3834TCP LOW PRIORITY MODULE 3835P: Wong Hoi Sing, Edison 3836M: hswong3i@gmail.com 3837P: Hung Hing Lun, Mike 3838M: hlhung3i@gmail.com 3839W: http://tcp-lp-mod.sourceforge.net/ 3840S: Maintained 3841 3842TEHUTI ETHERNET DRIVER 3843P: Alexander Indenbaum 3844M: baum@tehutinetworks.net 3845P: Andy Gospodarek 3846M: andy@greyhouse.net 3847L: netdev@vger.kernel.org 3848S: Supported 3849 3850TI FLASH MEDIA INTERFACE DRIVER 3851P: Alex Dubov 3852M: oakad@yahoo.com 3853S: Maintained 3854 3855TI OMAP MMC INTERFACE DRIVER 3856P: Carlos Aguiar, Anderson Briglia and Syed Khasim 3857M: linux-omap-open-source@linux.omap.com (subscribers only) 3858W: http://linux.omap.com 3859W: http://www.muru.com/linux/omap/ 3860S: Maintained 3861 3862TI OMAP RANDOM NUMBER GENERATOR SUPPORT 3863P: Deepak Saxena 3864M: dsaxena@plexity.net 3865S: Maintained 3866 3867TASKSTATS STATISTICS INTERFACE 3868P: Shailabh Nagar 3869M: nagar@watson.ibm.com 3870L: linux-kernel@vger.kernel.org 3871S: Maintained 3872 3873TIPC NETWORK LAYER 3874P: Per Liden 3875M: per.liden@ericsson.com 3876P: Jon Maloy 3877M: jon.maloy@ericsson.com 3878P: Allan Stephens 3879M: allan.stephens@windriver.com 3880L: tipc-discussion@lists.sourceforge.net 3881W: http://tipc.sourceforge.net/ 3882W: http://tipc.cslab.ericsson.net/ 3883T: git tipc.cslab.ericsson.net:/pub/git/tipc.git 3884S: Maintained 3885 3886TLAN NETWORK DRIVER 3887P: Samuel Chessman 3888M: chessman@tux.org 3889L: tlan-devel@lists.sourceforge.net (subscribers-only) 3890W: http://sourceforge.net/projects/tlan/ 3891S: Maintained 3892 3893TOSHIBA ACPI EXTRAS DRIVER 3894P: John Belmonte 3895M: toshiba_acpi@memebeam.org 3896W: http://memebeam.org/toys/ToshibaAcpiDriver 3897S: Maintained 3898 3899TOSHIBA SMM DRIVER 3900P: Jonathan Buzzard 3901M: jonathan@buzzard.org.uk 3902L: tlinux-users@tce.toshiba-dme.co.jp 3903W: http://www.buzzard.org.uk/toshiba/ 3904S: Maintained 3905 3906TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE 3907P: Muli Ben-Yehuda 3908M: mulix@mulix.org 3909L: linux-kernel@vger.kernel.org 3910S: Maintained 3911 3912TRIVIAL PATCHES 3913P: Jesper Juhl 3914M: trivial@kernel.org 3915L: linux-kernel@vger.kernel.org 3916S: Maintained 3917 3918TULIP NETWORK DRIVERS 3919P: Grant Grundler 3920M: grundler@parisc-linux.org 3921P: Kyle McMartin 3922M: kyle@parisc-linux.org 3923L: netdev@vger.kernel.org 3924S: Maintained 3925 3926TUN/TAP driver 3927P: Maxim Krasnyansky 3928M: maxk@qualcomm.com 3929L: vtun@office.satix.net 3930W: http://vtun.sourceforge.net/tun 3931S: Maintained 3932 3933TURBOCHANNEL SUBSYSTEM 3934P: Maciej W. Rozycki 3935M: macro@linux-mips.org 3936S: Maintained 3937 3938U14-34F SCSI DRIVER 3939P: Dario Ballabio 3940M: ballabio_dario@emc.com 3941L: linux-scsi@vger.kernel.org 3942S: Maintained 3943 3944UDF FILESYSTEM 3945P: Jan Kara 3946M: jack@suse.cz 3947W: http://linux-udf.sourceforge.net 3948S: Maintained 3949 3950UNIFORM CDROM DRIVER 3951P: Jens Axboe 3952M: axboe@kernel.dk 3953L: linux-kernel@vger.kernel.org 3954W: http://www.kernel.dk 3955S: Maintained 3956 3957USB ACM DRIVER 3958P: Oliver Neukum 3959M: oliver@neukum.name 3960L: linux-usb@vger.kernel.org 3961S: Maintained 3962 3963USB AUERSWALD DRIVER 3964P: Wolfgang Muees 3965M: wolfgang@iksw-muees.de 3966L: linux-usb@vger.kernel.org 3967S: Maintained 3968 3969USB BLOCK DRIVER (UB ub) 3970P: Pete Zaitcev 3971M: zaitcev@redhat.com 3972L: linux-kernel@vger.kernel.org 3973L: linux-usb@vger.kernel.org 3974S: Supported 3975 3976USB CDC ETHERNET DRIVER 3977P: Greg Kroah-Hartman 3978M: greg@kroah.com 3979L: linux-usb@vger.kernel.org 3980S: Maintained 3981W: http://www.kroah.com/linux-usb/ 3982 3983USB DAVICOM DM9601 DRIVER 3984P: Peter Korsgaard 3985M: jacmet@sunsite.dk 3986L: netdev@vger.kernel.org 3987W: http://www.linux-usb.org/usbnet 3988S: Maintained 3989 3990USB EHCI DRIVER 3991P: David Brownell 3992M: dbrownell@users.sourceforge.net 3993L: linux-usb@vger.kernel.org 3994S: Odd Fixes 3995 3996USB ET61X[12]51 DRIVER 3997P: Luca Risolia 3998M: luca.risolia@studio.unibo.it 3999L: linux-usb@vger.kernel.org 4000L: video4linux-list@redhat.com
4001W: http://www.linux-projects.org 4002S: Maintained 4003 4004USB GADGET/PERIPHERAL SUBSYSTEM 4005P: David Brownell 4006M: dbrownell@users.sourceforge.net 4007L: linux-usb@vger.kernel.org 4008W: http://www.linux-usb.org/gadget 4009S: Maintained 4010 4011USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 4012P: Jiri Kosina 4013M: jkosina@suse.cz 4014L: linux-usb@vger.kernel.org 4015T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git 4016S: Maintained 4017 4018USB ISP116X DRIVER 4019P: Olav Kongas 4020M: ok@artecdesign.ee 4021L: linux-usb@vger.kernel.org 4022S: Maintained 4023 4024USB KAWASAKI LSI DRIVER 4025P: Oliver Neukum 4026M: oliver@neukum.name 4027L: linux-usb@vger.kernel.org 4028S: Maintained 4029 4030USB MASS STORAGE DRIVER 4031P: Matthew Dharm 4032M: mdharm-usb@one-eyed-alien.net 4033L: linux-usb@vger.kernel.org 4034L: usb-storage@lists.one-eyed-alien.net 4035S: Maintained 4036W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 4037 4038USB OHCI DRIVER 4039P: David Brownell 4040M: dbrownell@users.sourceforge.net 4041L: linux-usb@vger.kernel.org 4042S: Odd Fixes 4043 4044USB OPTION-CARD DRIVER 4045P: Matthias Urlichs 4046M: smurf@smurf.noris.de 4047L: linux-usb@vger.kernel.org 4048S: Maintained 4049 4050USB OV511 DRIVER 4051P: Mark McClelland 4052M: mmcclell@bigfoot.com 4053L: linux-usb@vger.kernel.org 4054W: http://alpha.dyndns.org/ov511/ 4055S: Maintained 4056 4057USB PEGASUS DRIVER 4058P: Petko Manolov 4059M: petkan@users.sourceforge.net 4060L: linux-usb@vger.kernel.org 4061L: netdev@vger.kernel.org 4062W: http://pegasus2.sourceforge.net/ 4063S: Maintained 4064 4065USB PRINTER DRIVER (usblp) 4066P: Pete Zaitcev 4067M: zaitcev@redhat.com 4068L: linux-usb@vger.kernel.org 4069S: Supported 4070 4071USB RTL8150 DRIVER 4072P: Petko Manolov 4073M: petkan@users.sourceforge.net 4074L: linux-usb@vger.kernel.org 4075L: netdev@vger.kernel.org 4076W: http://pegasus2.sourceforge.net/ 4077S: Maintained 4078 4079USB SE401 DRIVER 4080P: Jeroen Vreeken 4081M: pe1rxq@amsat.org 4082L: linux-usb@vger.kernel.org 4083W: http://www.chello.nl/~j.vreeken/se401/ 4084S: Maintained 4085 4086USB SERIAL CYBERJACK DRIVER 4087P: Matthias Bruestle and Harald Welte 4088M: support@reiner-sct.com 4089W: http://www.reiner-sct.de/support/treiber_cyberjack.php 4090S: Maintained 4091 4092USB SERIAL DIGI ACCELEPORT DRIVER 4093P: Peter Berger and Al Borchers 4094M: pberger@brimson.com 4095M: alborchers@steinerpoint.com 4096L: linux-usb@vger.kernel.org 4097S: Maintained 4098 4099USB SERIAL DRIVER 4100P: Greg Kroah-Hartman 4101M: gregkh@suse.de 4102L: linux-usb@vger.kernel.org 4103S: Supported 4104 4105USB SERIAL BELKIN F5U103 DRIVER 4106P: William Greathouse 4107M: wgreathouse@smva.com 4108L: linux-usb@vger.kernel.org 4109S: Maintained 4110 4111USB SERIAL CYPRESS M8 DRIVER 4112P: Lonnie Mendez 4113M: dignome@gmail.com 4114L: linux-usb@vger.kernel.org 4115S: Maintained 4116W: http://geocities.com/i0xox0i 4117W: http://firstlight.net/cvs 4118 4119USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 4120P: Gary Brubaker 4121M: xavyer@ix.netcom.com 4122L: linux-usb@vger.kernel.org 4123S: Maintained 4124 4125USB SERIAL KEYSPAN DRIVER 4126P: Greg Kroah-Hartman 4127M: greg@kroah.com 4128L: linux-usb@vger.kernel.org 4129W: http://www.kroah.com/linux/ 4130S: Maintained 4131 4132USB SERIAL WHITEHEAT DRIVER 4133P: Support Department 4134M: support@connecttech.com 4135L: linux-usb@vger.kernel.org 4136W: http://www.connecttech.com 4137S: Supported 4138 4139USB SN9C1xx DRIVER 4140P: Luca Risolia 4141M: luca.risolia@studio.unibo.it 4142L: linux-usb@vger.kernel.org 4143L: video4linux-list@redhat.com 4144W: http://www.linux-projects.org 4145S: Maintained 4146 4147USB SUBSYSTEM 4148P: Greg Kroah-Hartman 4149M: gregkh@suse.de 4150L: linux-usb@vger.kernel.org 4151W: http://www.linux-usb.org 4152T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 4153S: Supported 4154 4155USB UHCI DRIVER 4156P: Alan Stern 4157M: stern@rowland.harvard.edu 4158L: linux-usb@vger.kernel.org 4159S: Maintained 4160 4161USB "USBNET" DRIVER FRAMEWORK 4162P: David Brownell 4163M: dbrownell@users.sourceforge.net 4164L: netdev@vger.kernel.org 4165W: http://www.linux-usb.org/usbnet 4166S: Maintained 4167 4168USB W996[87]CF DRIVER 4169P: Luca Risolia 4170M: luca.risolia@studio.unibo.it 4171L: linux-usb@vger.kernel.org 4172L: video4linux-list@redhat.com 4173W: http://www.linux-projects.org 4174S: Maintained 4175 4176USB WIRELESS RNDIS DRIVER (rndis_wlan) 4177P: Jussi Kivilinna 4178M: jussi.kivilinna@mbnet.fi 4179L: linux-wireless@vger.kernel.org 4180S: Maintained 4181 4182USB ZC0301 DRIVER 4183P: Luca Risolia 4184M: luca.risolia@studio.unibo.it 4185L: linux-usb@vger.kernel.org 4186L: video4linux-list@redhat.com 4187W: http://www.linux-projects.org 4188S: Maintained 4189 4190USB ZD1201 DRIVER 4191P: Jeroen Vreeken 4192M: pe1rxq@amsat.org 4193L: linux-usb@vger.kernel.org 4194W: http://linux-lc100020.sourceforge.net 4195S: Maintained 4196 4197USB ZR364XX DRIVER 4198P: Antoine Jacquet 4199M: royale@zerezo.com 4200L: linux-usb@vger.kernel.org 4201L: video4linux-list@redhat.com 4202W: http://royale.zerezo.com/zr364xx/ 4203S: Maintained 4204 4205USER-MODE LINUX 4206P: Jeff Dike 4207M: jdike@addtoit.com 4208L: user-mode-linux-devel@lists.sourceforge.net 4209L: user-mode-linux-user@lists.sourceforge.net 4210W: http://user-mode-linux.sourceforge.net 4211S: Maintained 4212 4213USERSPACE I/O (UIO) 4214P: Hans J. Koch 4215M: hjk@linutronix.de 4216P: Greg Kroah-Hartman 4217M: gregkh@suse.de 4218L: linux-kernel@vger.kernel.org 4219S: Maintained 4220 4221FAT/VFAT/MSDOS FILESYSTEM: 4222P: OGAWA Hirofumi 4223M: hirofumi@mail.parknet.co.jp 4224L: linux-kernel@vger.kernel.org 4225S: Maintained 4226 4227VIA RHINE NETWORK DRIVER 4228P: Roger Luethi 4229M: rl@hellgate.ch 4230S: Maintained 4231 4232VIAPRO SMBUS DRIVER 4233P: Jean Delvare 4234M: khali@linux-fr.org 4235L: i2c@lm-sensors.org 4236S: Maintained 4237 4238VIA VELOCITY NETWORK DRIVER 4239P: Francois Romieu 4240M: romieu@fr.zoreil.com 4241L: netdev@vger.kernel.org 4242S: Maintained 4243 4244UCLINUX (AND M68KNOMMU) 4245P: Greg Ungerer 4246M: gerg@uclinux.org 4247W: http://www.uclinux.org/ 4248L: uclinux-dev@uclinux.org (subscribers-only) 4249S: Maintained 4250 4251UCLINUX FOR NEC V850 4252P: Miles Bader 4253 4254UCLINUX FOR RENESAS H8/300 4255P: Yoshinori Sato 4256M: ysato@users.sourceforge.jp 4257W: http://uclinux-h8.sourceforge.jp/ 4258S: Supported 4259 4260UFS FILESYSTEM 4261P: Evgeniy Dushistov 4262M: dushistov@mail.ru 4263L: linux-kernel@vger.kernel.org 4264S: Maintained 4265 4266USB DIAMOND RIO500 DRIVER 4267P: Cesar Miquel 4268M: miquel@df.uba.ar 4269L: rio500-users@lists.sourceforge.net 4270W: http://rio500.sourceforge.net 4271S: Maintained 4272 4273VIDEO FOR LINUX 4274P: Mauro Carvalho Chehab 4275M: mchehab@infradead.org 4276M: v4l-dvb-maintainer@linuxtv.org 4277L: video4linux-list@redhat.com 4278W: http://linuxtv.org 4279T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 4280S: Maintained 4281 4282VLAN (802.1Q) 4283P: Patrick McHardy 4284M: kaber@trash.net 4285L: netdev@vger.kernel.org 4286S: Maintained 4287 4288VT1211 HARDWARE MONITOR DRIVER 4289P: Juerg Haefliger 4290M: juergh@gmail.com 4291L: lm-sensors@lm-sensors.org 4292S: Maintained 4293 4294VT8231 HARDWARE MONITOR DRIVER 4295P: Roger Lucas 4296M: vt8231@hiddenengine.co.uk 4297L: lm-sensors@lm-sensors.org 4298S: Maintained 4299 4300W1 DALLAS'S 1-WIRE BUS 4301P: Evgeniy Polyakov 4302M: johnpol@2ka.mipt.ru 4303S: Maintained 4304 4305W83791D HARDWARE MONITORING DRIVER 4306P: Charles Spirakis 4307M: bezaur@gmail.com 4308L: lm-sensors@lm-sensors.org 4309S: Odd Fixes 4310 4311W83793 HARDWARE MONITORING DRIVER 4312P: Rudolf Marek 4313M: r.marek@assembler.cz 4314L: lm-sensors@lm-sensors.org 4315S: Maintained 4316 4317W83L51xD SD/MMC CARD INTERFACE DRIVER 4318P: Pierre Ossman 4319M: drzeus-wbsd@drzeus.cx 4320L: linux-kernel@vger.kernel.org 4321S: Maintained 4322 4323WATCHDOG DEVICE DRIVERS 4324P: Wim Van Sebroeck 4325M: wim@iguana.be 4326T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 4327S: Maintained 4328 4329WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 4330P: Jean Tourrilhes 4331M: jt@hpl.hp.com 4332L: linux-wireless@vger.kernel.org 4333W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 4334S: Maintained 4335 4336WD7000 SCSI DRIVER 4337P: Miroslav Zagorac 4338M: zaga@fly.cc.fer.hr 4339L: linux-scsi@vger.kernel.org 4340S: Maintained 4341 4342WISTRON LAPTOP BUTTON DRIVER 4343P: Miloslav Trmac 4344M: mitr@volny.cz 4345S: Maintained 4346 4347WL3501 WIRELESS PCMCIA CARD DRIVER 4348P: Arnaldo Carvalho de Melo 4349M: acme@ghostprotocols.net 4350L: linux-wireless@vger.kernel.org 4351W: http://oops.ghostprotocols.net:81/blog 4352S: Maintained 4353 4354X.25 NETWORK LAYER 4355P: Henner Eisen 4356M: eis@baty.hanse.de 4357L: linux-x25@vger.kernel.org 4358S: Maintained 4359 4360XEN HYPERVISOR INTERFACE 4361P: Jeremy Fitzhardinge 4362M: jeremy@xensource.com 4363P: Chris Wright 4364M: chrisw@sous-sol.org 4365L: virtualization@lists.osdl.org 4366L: xen-devel@lists.xensource.com 4367S: Supported 4368 4369XFS FILESYSTEM 4370P: Silicon Graphics Inc 4371P: Tim Shimmin 4372M: xfs-masters@oss.sgi.com 4373L: xfs@oss.sgi.com 4374W: http://oss.sgi.com/projects/xfs 4375T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git 4376S: Supported 4377 4378XILINX SYSTEMACE DRIVER 4379P: Grant Likely 4380M: grant.likely@secretlab.ca 4381W: http://www.secretlab.ca/ 4382L: linux-kernel@vger.kernel.org 4383S: Maintained 4384 4385XILINX UARTLITE SERIAL DRIVER 4386P: Peter Korsgaard 4387M: jacmet@sunsite.dk 4388L: linux-serial@vger.kernel.org 4389S: Maintained 4390 4391X86 ARCHITECTURE (32-BIT AND 64-BIT) 4392P: Thomas Gleixner 4393M: tglx@linutronix.de 4394P: Ingo Molnar 4395M: mingo@redhat.com 4396P: H. Peter Anvin 4397M: hpa@zytor.com 4398L: linux-kernel@vger.kernel.org 4399T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 4400S: Maintained 4401 4402YAM DRIVER FOR AX.25 4403P: Jean-Paul Roubelat 4404M: jpr@f6fbb.org 4405L: linux-hams@vger.kernel.org 4406S: Maintained 4407 4408YEALINK PHONE DRIVER 4409P: Henk Vergonet 4410M: Henk.Vergonet@gmail.com 4411L: usbb2k-api-dev@nongnu.org 4412S: Maintained 4413 4414Z8530 DRIVER FOR AX.25 4415P: Joerg Reuter 4416M: jreuter@yaina.de 4417W: http://yaina.de/jreuter/ 4418W: http://www.qsl.net/dl1bke/ 4419L: linux-hams@vger.kernel.org 4420S: Maintained 4421 4422ZD1211RW WIRELESS DRIVER 4423P: Daniel Drake 4424M: dsd@gentoo.org 4425P: Ulrich Kunitz 4426M: kune@deine-taler.de 4427W: http://zd1211.ath.cx/wiki/DriverRewrite 4428L: linux-wireless@vger.kernel.org 4429L: zd1211-devs@lists.sourceforge.net (subscribers-only) 4430S: Maintained 4431 4432ZF MACHZ WATCHDOG 4433P: Fernando Fuganti 4434M: fuganti@netbank.com.br 4435W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/ 4436S: Maintained 4437 4438ZR36067 VIDEO FOR LINUX DRIVER 4439P: Ronald Bultje 4440M: rbultje@ronald.bitfreak.net 4441L: mjpeg-users@lists.sourceforge.net 4442W: http://mjpeg.sourceforge.net/driver-zoran/ 4443S: Maintained 4444 4445ZS DECSTATION Z85C30 SERIAL DRIVER 4446P: Maciej W. Rozycki 4447M: macro@linux-mips.org 4448S: Maintained 4449 4450THE REST 4451P: Linus Torvalds 4452S: Buried alive in reporters 4453

