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