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

