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 CC: the maintainers and mailing lists that are generated 40 by scripts/get_maintainer.pl. The results returned by the 41 script will be best if you have git installed and are making 42 your changes in a branch derived from Linus' latest git tree. 43 See Documentation/SubmittingPatches for details. 44 45 PLEASE try to include any credit lines you want added with the 46 patch. It avoids people being missed off by mistake and makes 47 it easier to know who wants adding and who doesn't. 48 49 PLEASE document known bugs. If it doesn't work for everything 50 or does something very odd once a month document it. 51 52 PLEASE remember that submissions must be made under the terms 53 of the OSDL certificate of contribution and should include a 54 Signed-off-by: line. The current version of this "Developer's 55 Certificate of Origin" (DCO) is listed in the file 56 Documentation/SubmittingPatches. 57 586. Make sure you have the right to send any changes you make. If you 59 do changes at work you may find your employer owns the patch 60 not you. 61 627. When sending security related changes or reports to a maintainer 63 please Cc: security@kernel.org, especially if the maintainer 64 does not respond. 65 668. Happy hacking. 67 68 ----------------------------------- 69 70Maintainers List (try to look for most precise areas first) 71 72Note: For the hard of thinking, this list is meant to remain in alphabetical 73order. If you could add yourselves to it in alphabetical order that would be 74so much easier [Ed] 75 76P: Person (obsolete) 77M: Mail patches to: FullName <address@domain> 78L: Mailing list that is relevant to this area 79W: Web-page with status/info 80T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 81S: Status, one of the following: 82 83 Supported: Someone is actually paid to look after this. 84 Maintained: Someone actually looks after it. 85 Odd Fixes: It has a maintainer but they don't have time to do 86 much other than throw the odd patch in. See below.. 87 Orphan: No current maintainer [but maybe you could take the 88 role as you write your new code]. 89 Obsolete: Old code. Something tagged obsolete generally means 90 it has been replaced by a better system and you 91 should be using that. 92 93F: Files and directories with wildcard patterns. 94 A trailing slash includes all files and subdirectory files. 95 F: drivers/net/ all files in and below drivers/net 96 F: drivers/net/* all files in drivers/net, but not below 97 F: */net/* all files in "any top level directory"/net 98 One pattern per line. Multiple F: lines acceptable. 99X: Files and directories that are NOT maintained, same rules as F: 100 Files exclusions are tested before file matches. 101 Can be useful for excluding a specific subdirectory, for instance: 102 F: net/ 103 X: net/ipv6/ 104 matches all files in and below net excluding net/ipv6/ 105 1063C505 NETWORK DRIVER 107M: Philip Blundell <philb@gnu.org> 108L: netdev@vger.kernel.org 109S: Maintained 110F: drivers/net/3c505* 111 1123C59X NETWORK DRIVER 113M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> 114L: netdev@vger.kernel.org 115S: Maintained 116F: Documentation/networking/vortex.txt 117F: drivers/net/3c59x.c 118 1193CR990 NETWORK DRIVER 120M: David Dillow <dave@thedillows.org> 121L: netdev@vger.kernel.org 122S: Maintained 123F: drivers/net/typhoon* 124 1253W-9XXX SATA-RAID CONTROLLER DRIVER 126M: Adam Radford <linuxraid@amcc.com> 127L: linux-scsi@vger.kernel.org 128W: http://www.amcc.com 129S: Supported 130F: drivers/scsi/3w-9xxx* 131 1323W-XXXX ATA-RAID CONTROLLER DRIVER 133M: Adam Radford <linuxraid@amcc.com> 134L: linux-scsi@vger.kernel.org 135W: http://www.amcc.com 136S: Supported 137F: drivers/scsi/3w-xxxx* 138 13953C700 AND 53C700-66 SCSI DRIVER 140M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 141L: linux-scsi@vger.kernel.org 142S: Maintained 143F: drivers/scsi/53c700* 144 1456PACK NETWORK DRIVER FOR AX.25 146M: Andreas Koensgen <ajk@comnets.uni-bremen.de> 147L: linux-hams@vger.kernel.org 148S: Maintained 149F: drivers/net/hamradio/6pack.c 150 1518169 10/100/1000 GIGABIT ETHERNET DRIVER 152M: Francois Romieu <romieu@fr.zoreil.com> 153L: netdev@vger.kernel.org 154S: Maintained 155F: drivers/net/r8169.c 156 1578250/16?50 (AND CLONE UARTS) SERIAL DRIVER 158L: linux-serial@vger.kernel.org 159W: http://serial.sourceforge.net 160S: Orphan 161F: drivers/serial/8250* 162F: include/linux/serial_8250.h 163 1648390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 165M: Paul Gortmaker <p_gortmaker@yahoo.com> 166L: netdev@vger.kernel.org 167S: Maintained 168F: drivers/net/*8390* 169F: drivers/net/ax88796.c 170 1719P FILE SYSTEM 172M: Eric Van Hensbergen <ericvh@gmail.com> 173M: Ron Minnich <rminnich@sandia.gov> 174M: Latchesar Ionkov <lucho@ionkov.net> 175L: v9fs-developer@lists.sourceforge.net 176W: http://swik.net/v9fs 177T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git 178S: Maintained 179F: Documentation/filesystems/9p.txt 180F: fs/9p/ 181 182A2232 SERIAL BOARD DRIVER 183M: Enver Haase <A2232@gmx.net> 184L: linux-m68k@lists.linux-m68k.org 185S: Maintained 186F: drivers/char/ser_a2232* 187 188AACRAID SCSI RAID DRIVER 189M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 190L: linux-scsi@vger.kernel.org 191W: http://www.adaptec.com/ 192S: Supported 193F: Documentation/scsi/aacraid.txt 194F: drivers/scsi/aacraid/ 195 196ABIT UGURU 1,2 HARDWARE MONITOR DRIVER 197M: Hans de Goede <j.w.r.degoede@hhs.nl> 198L: lm-sensors@lm-sensors.org 199S: Maintained 200F: drivers/hwmon/abituguru.c 201 202ABIT UGURU 3 HARDWARE MONITOR DRIVER 203M: Alistair John Strachan <alistair@devzero.co.uk> 204L: lm-sensors@lm-sensors.org 205S: Maintained 206F: drivers/hwmon/abituguru3.c 207 208ACENIC DRIVER 209M: Jes Sorensen <jes@trained-monkey.org> 210L: linux-acenic@sunsite.dk 211S: Maintained 212F: drivers/net/acenic* 213 214ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER 215M: Peter Feuerer <peter@piie.net> 216W: http://piie.net/?section=acerhdf 217S: Maintained 218F: drivers/platform/x86/acerhdf.c 219 220ACER WMI LAPTOP EXTRAS 221M: Carlos Corbacho <carlos@strangeworlds.co.uk> 222L: aceracpi@googlegroups.com (subscribers-only) 223W: http://code.google.com/p/aceracpi 224S: Maintained 225F: drivers/platform/x86/acer-wmi.c 226 227ACPI 228M: Len Brown <lenb@kernel.org> 229L: linux-acpi@vger.kernel.org 230W: http://www.lesswatts.org/projects/acpi/ 231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git 232S: Supported 233F: drivers/acpi/ 234F: drivers/pnp/pnpacpi/ 235F: include/linux/acpi.h 236F: include/acpi/ 237 238ACPI BATTERY DRIVERS 239M: Alexey Starikovskiy <astarikovskiy@suse.de> 240L: linux-acpi@vger.kernel.org 241W: http://www.lesswatts.org/projects/acpi/ 242S: Supported 243F: drivers/acpi/battery.c 244F: drivers/acpi/*sbs* 245 246ACPI EC DRIVER 247M: Alexey Starikovskiy <astarikovskiy@suse.de> 248L: linux-acpi@vger.kernel.org 249W: http://www.lesswatts.org/projects/acpi/ 250S: Supported 251F: drivers/acpi/ec.c 252 253ACPI FAN DRIVER 254M: Zhang Rui <rui.zhang@intel.com> 255L: linux-acpi@vger.kernel.org 256W: http://www.lesswatts.org/projects/acpi/ 257S: Supported 258F: drivers/acpi/fan.c 259 260ACPI PROCESSOR AGGREGATOR DRIVER 261M: Shaohua Li <shaohua.li@intel.com> 262L: linux-acpi@vger.kernel.org 263W: http://www.lesswatts.org/projects/acpi/ 264S: Supported 265F: drivers/acpi/acpi_pad.c 266 267ACPI THERMAL DRIVER 268M: Zhang Rui <rui.zhang@intel.com> 269L: linux-acpi@vger.kernel.org 270W: http://www.lesswatts.org/projects/acpi/ 271S: Supported 272F: drivers/acpi/*thermal* 273 274ACPI VIDEO DRIVER 275M: Zhang Rui <rui.zhang@intel.com> 276L: linux-acpi@vger.kernel.org 277W: http://www.lesswatts.org/projects/acpi/ 278S: Supported 279F: drivers/acpi/video.c 280 281ACPI WMI DRIVER 282M: Carlos Corbacho <carlos@strangeworlds.co.uk> 283L: linux-acpi@vger.kernel.org 284W: http://www.lesswatts.org/projects/acpi/ 285S: Maintained 286F: drivers/platform/x86/wmi.c 287 288AD1889 ALSA SOUND DRIVER 289M: Kyle McMartin <kyle@mcmartin.ca> 290M: Thibaut Varene <T-Bone@parisc-linux.org> 291W: http://wiki.parisc-linux.org/AD1889 292L: linux-parisc@vger.kernel.org 293S: Maintained 294F: sound/pci/ad1889.* 295 296ADM1025 HARDWARE MONITOR DRIVER 297M: Jean Delvare <khali@linux-fr.org> 298L: lm-sensors@lm-sensors.org 299S: Maintained 300F: Documentation/hwmon/adm1025 301F: drivers/hwmon/adm1025.c 302 303ADM1029 HARDWARE MONITOR DRIVER 304M: Corentin Labbe <corentin.labbe@geomatys.fr> 305L: lm-sensors@lm-sensors.org 306S: Maintained 307F: drivers/hwmon/adm1029.c 308 309ADM8211 WIRELESS DRIVER 310M: Michael Wu <flamingice@sourmilk.net> 311L: linux-wireless@vger.kernel.org 312W: http://linuxwireless.org/ 313T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 314S: Maintained 315F: drivers/net/wireless/adm8211.* 316 317ADT746X FAN DRIVER 318M: Colin Leroy <colin@colino.net> 319S: Maintained 320F: drivers/macintosh/therm_adt746x.c 321 322ADVANSYS SCSI DRIVER 323M: Matthew Wilcox <matthew@wil.cx> 324L: linux-scsi@vger.kernel.org 325S: Maintained 326F: Documentation/scsi/advansys.txt 327F: drivers/scsi/advansys.c 328 329AEDSP16 DRIVER 330M: Riccardo Facchetti <fizban@tin.it> 331S: Maintained 332F: sound/oss/aedsp16.c 333 334AFFS FILE SYSTEM 335M: Roman Zippel <zippel@linux-m68k.org> 336S: Maintained 337F: Documentation/filesystems/affs.txt 338F: fs/affs/ 339 340AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN 341M: David Howells <dhowells@redhat.com> 342L: linux-afs@lists.infradead.org 343S: Supported 344F: fs/afs/ 345F: include/net/af_rxrpc.h 346F: net/rxrpc/af_rxrpc.c 347 348AGPGART DRIVER 349M: David Airlie <airlied@linux.ie> 350T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 351S: Maintained 352F: drivers/char/agp/ 353F: include/linux/agp* 354 355AHA152X SCSI DRIVER 356M: "Juergen E. Fischer" <fischer@norbit.de> 357L: linux-scsi@vger.kernel.org 358S: Maintained 359F: drivers/scsi/aha152x* 360F: drivers/scsi/pcmcia/aha152x* 361 362AIC7XXX / AIC79XX SCSI DRIVER 363M: Hannes Reinecke <hare@suse.de> 364L: linux-scsi@vger.kernel.org 365S: Maintained 366F: drivers/scsi/aic7xxx/ 367F: drivers/scsi/aic7xxx_old/ 368 369AIO 370M: Benjamin LaHaise <bcrl@kvack.org> 371L: linux-aio@kvack.org 372S: Supported 373F: fs/aio.c 374F: include/linux/*aio*.h 375 376ALCATEL SPEEDTOUCH USB DRIVER 377M: Duncan Sands <duncan.sands@free.fr> 378L: linux-usb@vger.kernel.org 379W: http://www.linux-usb.org/SpeedTouch/ 380S: Maintained 381F: drivers/usb/atm/speedtch.c 382F: drivers/usb/atm/usbatm.c 383 384ALCHEMY AU1XX0 MMC DRIVER 385M: Manuel Lauss <manuel.lauss@gmail.com> 386S: Maintained 387F: drivers/mmc/host/au1xmmc.c 388 389ALI1563 I2C DRIVER 390M: Rudolf Marek <r.marek@assembler.cz> 391L: linux-i2c@vger.kernel.org 392S: Maintained 393F: Documentation/i2c/busses/i2c-ali1563 394F: drivers/i2c/busses/i2c-ali1563.c 395 396ALPHA PORT 397M: Richard Henderson <rth@twiddle.net> 398S: Odd Fixes for 2.4; Maintained for 2.6. 399M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> 400S: Maintained for 2.4; PCI support for 2.6. 401L: linux-alpha@vger.kernel.org 402F: arch/alpha/ 403 404AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER 405M: Thomas Dahlmann <dahlmann.thomas@arcor.de> 406L: linux-geode@lists.infradead.org (moderated for non-subscribers) 407S: Supported 408F: drivers/usb/gadget/amd5536udc.* 409 410AMD GEODE PROCESSOR/CHIPSET SUPPORT 411P: Jordan Crouse 412L: linux-geode@lists.infradead.org (moderated for non-subscribers) 413W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 414S: Supported 415F: arch/x86/kernel/geode_32.c 416F: drivers/char/hw_random/geode-rng.c 417F: drivers/crypto/geode* 418F: drivers/video/geode/ 419F: arch/x86/include/asm/geode.h 420 421AMD IOMMU (AMD-VI) 422M: Joerg Roedel <joerg.roedel@amd.com> 423L: iommu@lists.linux-foundation.org 424T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git 425S: Supported 426F: arch/x86/kernel/amd_iommu*.c 427F: arch/x86/include/asm/amd_iommu*.h 428 429AMD MICROCODE UPDATE SUPPORT 430M: Andreas Herrmann <andreas.herrmann3@amd.com> 431L: amd64-microcode@amd64.org 432S: Supported 433F: arch/x86/kernel/microcode_amd.c 434 435AMS (Apple Motion Sensor) DRIVER 436M: Stelian Pop <stelian@popies.net> 437M: Michael Hanselmann <linux-kernel@hansmi.ch> 438S: Supported 439F: drivers/hwmon/ams/ 440 441AMSO1100 RNIC DRIVER 442M: Tom Tucker <tom@opengridcomputing.com> 443M: Steve Wise <swise@opengridcomputing.com> 444L: linux-rdma@vger.kernel.org 445S: Maintained 446F: drivers/infiniband/hw/amso1100/ 447 448AOA (Apple Onboard Audio) ALSA DRIVER 449M: Johannes Berg <johannes@sipsolutions.net> 450L: linuxppc-dev@ozlabs.org 451L: alsa-devel@alsa-project.org (moderated for non-subscribers) 452S: Maintained 453F: sound/aoa/ 454 455APM DRIVER 456M: Stephen Rothwell <sfr@canb.auug.org.au> 457L: linux-laptop@vger.kernel.org 458W: http://www.canb.auug.org.au/~sfr/ 459S: Supported 460F: arch/x86/kernel/apm_32.c 461F: include/linux/apm_bios.h 462 463APPLE BCM5974 MULTITOUCH DRIVER 464M: Henrik Rydberg <rydberg@euromail.se> 465L: linux-input@vger.kernel.org 466S: Maintained 467F: drivers/input/mouse/bcm5974.c 468 469APPLE SMC DRIVER 470M: Nicolas Boichat <nicolas@boichat.ch> 471L: mactel-linux-devel@lists.sourceforge.net 472S: Maintained 473F: drivers/hwmon/applesmc.c 474 475APPLETALK NETWORK LAYER 476M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 477S: Maintained 478F: drivers/net/appletalk/ 479F: net/appletalk/ 480 481APPLETOUCH TOUCHPAD DRIVER 482M: Johannes Berg <johannes@sipsolutions.net> 483L: linux-input@vger.kernel.org 484S: Maintained 485F: Documentation/input/appletouch.txt 486F: drivers/input/mouse/appletouch.c 487 488ARC FRAMEBUFFER DRIVER 489M: Jaya Kumar <jayalk@intworks.biz> 490S: Maintained 491F: drivers/video/arcfb.c 492F: drivers/video/fb_defio.c 493 494ARM MFM AND FLOPPY DRIVERS 495M: Ian Molton <spyro@f2s.com> 496S: Maintained 497F: arch/arm/lib/floppydma.S 498F: arch/arm/include/asm/floppy.h 499 500ARM PORT 501M: Russell King <linux@arm.linux.org.uk> 502L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 503W: http://www.arm.linux.org.uk/ 504S: Maintained 505F: arch/arm/ 506 507ARM PRIMECELL MMCI PL180/1 DRIVER 508S: Orphan 509F: drivers/mmc/host/mmci.* 510 511ARM/ADI ROADRUNNER MACHINE SUPPORT 512M: Lennert Buytenhek <kernel@wantstofly.org> 513L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 514S: Maintained 515F: arch/arm/mach-ixp23xx/ 516F: arch/arm/mach-ixp23xx/include/mach/ 517 518ARM/ADS SPHERE MACHINE SUPPORT 519M: Lennert Buytenhek <kernel@wantstofly.org> 520L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 521S: Maintained 522 523ARM/AFEB9260 MACHINE SUPPORT 524M: Sergey Lapin <slapin@ossfans.org> 525L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 526S: Maintained 527 528ARM/AJECO 1ARM MACHINE SUPPORT 529M: Lennert Buytenhek <kernel@wantstofly.org> 530L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 531S: Maintained 532 533ARM/ATMEL AT91RM9200 ARM ARCHITECTURE 534M: Andrew Victor <linux@maxim.org.za> 535L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 536W: http://maxim.org.za/at91_26.html 537S: Maintained 538 539ARM/BCMRING ARM ARCHITECTURE 540M: Leo Chen <leochen@broadcom.com> 541M: Scott Branden <sbranden@broadcom.com> 542L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 543S: Maintained 544F: arch/arm/mach-bcmring 545 546ARM/BCMRING MTD NAND DRIVER 547M: Leo Chen <leochen@broadcom.com> 548M: Scott Branden <sbranden@broadcom.com> 549L: linux-mtd@lists.infradead.org 550S: Maintained 551F: drivers/mtd/nand/bcm_umi_nand.c 552F: drivers/mtd/nand/bcm_umi_bch.c 553F: drivers/mtd/nand/bcm_umi_hamming.c 554F: drivers/mtd/nand/nand_bcm_umi.h 555 556ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 557M: Hartley Sweeten <hsweeten@visionengravers.com> 558M: Ryan Mallon <ryan@bluewatersys.com> 559L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 560S: Maintained 561F: arch/arm/mach-ep93xx/ 562F: arch/arm/mach-ep93xx/include/mach/ 563 564ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT 565M: Lennert Buytenhek <kernel@wantstofly.org> 566L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 567S: Maintained 568 569ARM/CLKDEV SUPPORT 570M: Russell King <linux@arm.linux.org.uk> 571L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 572F: arch/arm/common/clkdev.c 573F: arch/arm/include/asm/clkdev.h 574 575ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT 576M: Mike Rapoport <mike@compulab.co.il> 577L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 578S: Maintained 579 580ARM/CORGI MACHINE SUPPORT 581M: Richard Purdie <rpurdie@rpsys.net> 582S: Maintained 583 584ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE 585M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> 586L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 587T: git git://gitorious.org/linux-gemini/mainline.git 588S: Maintained 589F: arch/arm/mach-gemini/ 590 591ARM/EBSA110 MACHINE SUPPORT 592M: Russell King <linux@arm.linux.org.uk> 593L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 594W: http://www.arm.linux.org.uk/ 595S: Maintained 596F: arch/arm/mach-ebsa110/ 597F: drivers/net/arm/am79c961a.* 598 599ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) 600M: Daniel Ribeiro <drwyrm@gmail.com> 601M: Stefan Schmidt <stefan@openezx.org> 602M: Harald Welte <laforge@openezx.org> 603L: openezx-devel@lists.openezx.org (subscribers-only) 604W: http://www.openezx.org/ 605S: Maintained 606T: topgit git://git.openezx.org/openezx.git 607F: arch/arm/mach-pxa/ezx.c 608 609ARM/FARADAY FA526 PORT 610M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> 611L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 612S: Maintained 613F: arch/arm/mm/*-fa* 614 615ARM/FOOTBRIDGE ARCHITECTURE 616M: Russell King <linux@arm.linux.org.uk> 617L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 618W: http://www.arm.linux.org.uk/ 619S: Maintained 620F: arch/arm/include/asm/hardware/dec21285.h 621F: arch/arm/mach-footbridge/ 622 623ARM/FREESCALE IMX / MXC ARM ARCHITECTURE 624M: Sascha Hauer <kernel@pengutronix.de> 625L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 626S: Maintained 627 628ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 629M: Lennert Buytenhek <kernel@wantstofly.org> 630L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 631S: Maintained 632 633ARM/GUMSTIX MACHINE SUPPORT 634M: Steve Sakoman <sakoman@gmail.com> 635L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 636S: Maintained 637 638ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT 639M: Philipp Zabel <philipp.zabel@gmail.com> 640S: Maintained 641F: arch/arm/mach-pxa/hx4700.c 642F: arch/arm/mach-pxa/include/mach/hx4700.h 643 644ARM/HP JORNADA 7XX MACHINE SUPPORT 645M: Kristoffer Ericson <kristoffer.ericson@gmail.com> 646W: www.jlime.com 647S: Maintained 648T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git 649F: arch/arm/mach-sa1100/jornada720.c 650F: arch/arm/mach-sa1100/include/mach/jornada720.h 651 652ARM/INTEL IOP32X ARM ARCHITECTURE 653M: Lennert Buytenhek <kernel@wantstofly.org> 654M: Dan Williams <dan.j.williams@intel.com> 655L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 656S: Maintained 657 658ARM/INTEL IOP33X ARM ARCHITECTURE 659M: Dan Williams <dan.j.williams@intel.com> 660L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 661S: Maintained 662 663ARM/INTEL IOP13XX ARM ARCHITECTURE 664M: Lennert Buytenhek <kernel@wantstofly.org> 665M: Dan Williams <dan.j.williams@intel.com> 666L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 667S: Maintained 668 669ARM/INTEL IQ81342EX MACHINE SUPPORT 670M: Lennert Buytenhek <kernel@wantstofly.org> 671M: Dan Williams <dan.j.williams@intel.com> 672L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 673S: Maintained 674 675ARM/INTEL IXP2000 ARM ARCHITECTURE 676M: Lennert Buytenhek <kernel@wantstofly.org> 677L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 678S: Maintained 679 680ARM/INTEL IXDP2850 MACHINE SUPPORT 681M: Lennert Buytenhek <kernel@wantstofly.org> 682L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 683S: Maintained 684 685ARM/INTEL IXP23XX ARM ARCHITECTURE 686M: Lennert Buytenhek <kernel@wantstofly.org> 687L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 688S: Maintained 689 690ARM/INTEL IXP4XX ARM ARCHITECTURE 691M: Imre Kaloz <kaloz@openwrt.org> 692M: Krzysztof Halasa <khc@pm.waw.pl> 693L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 694S: Maintained 695F: arch/arm/mach-ixp4xx/ 696 697ARM/INTEL XSC3 (MANZANO) ARM CORE 698M: Lennert Buytenhek <kernel@wantstofly.org> 699M: Dan Williams <dan.j.williams@intel.com> 700L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 701S: Maintained 702 703ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 704M: Lennert Buytenhek <kernel@wantstofly.org> 705L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 706S: Maintained 707 708ARM/LOGICPD PXA270 MACHINE SUPPORT 709M: Lennert Buytenhek <kernel@wantstofly.org> 710L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 711S: Maintained 712 713ARM/MAGICIAN MACHINE SUPPORT 714M: Philipp Zabel <philipp.zabel@gmail.com> 715S: Maintained 716 717ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support 718M: Lennert Buytenhek <buytenh@marvell.com> 719M: Nicolas Pitre <nico@marvell.com> 720L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 721T: git git://git.marvell.com/orion 722S: Maintained 723F: arch/arm/mach-loki/ 724F: arch/arm/mach-kirkwood/ 725F: arch/arm/mach-mv78xx0/ 726F: arch/arm/mach-orion5x/ 727F: arch/arm/plat-orion/ 728 729ARM/MIOA701 MACHINE SUPPORT 730M: Robert Jarzmik <robert.jarzmik@free.fr> 731L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 732F: arch/arm/mach-pxa/mioa701.c 733S: Maintained 734 735ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT 736M: Michael Petchkovsky <mkpetch@internode.on.net> 737S: Maintained 738 739ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT 740M: Nelson Castillo <arhuaco@freaks-unidos.net> 741L: openmoko-kernel@lists.openmoko.org (subscribers-only) 742W: http://wiki.openmoko.org/wiki/Neo_FreeRunner 743S: Supported 744 745ARM/TOSA MACHINE SUPPORT 746M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 747M: Dirk Opfer <dirk@opfer-online.de> 748S: Maintained 749 750ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT 751M: Marek Vasut <marek.vasut@gmail.com> 752L: linux-arm-kernel@lists.infradead.org 753W: http://hackndev.com 754S: Maintained 755F: arch/arm/mach-pxa/include/mach/palmtx.h 756F: arch/arm/mach-pxa/palmtx.c 757F: arch/arm/mach-pxa/include/mach/palmt5.h 758F: arch/arm/mach-pxa/palmt5.c 759F: arch/arm/mach-pxa/include/mach/palmld.h 760F: arch/arm/mach-pxa/palmld.c 761F: arch/arm/mach-pxa/include/mach/palmte2.h 762F: arch/arm/mach-pxa/palmte2.c 763F: arch/arm/mach-pxa/include/mach/palmtc.h 764F: arch/arm/mach-pxa/palmtc.c 765 766ARM/PALM TREO 680 SUPPORT 767M: Tomas Cech <sleep_walker@suse.cz> 768L: linux-arm-kernel@lists.infradead.org 769W: http://hackndev.com 770S: Maintained 771F: arch/arm/mach-pxa/include/mach/treo680.h 772F: arch/arm/mach-pxa/treo680.c 773 774ARM/PALMZ72 SUPPORT 775M: Sergey Lapin <slapin@ossfans.org> 776L: linux-arm-kernel@lists.infradead.org 777W: http://hackndev.com 778S: Maintained 779F: arch/arm/mach-pxa/include/mach/palmz72.h 780F: arch/arm/mach-pxa/palmz72.c 781 782ARM/PLEB SUPPORT 783M: Peter Chubb <pleb@gelato.unsw.edu.au> 784W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 785S: Maintained 786 787ARM/PT DIGITAL BOARD PORT 788M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> 789L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 790W: http://www.arm.linux.org.uk/ 791S: Maintained 792 793ARM/RADISYS ENP2611 MACHINE SUPPORT 794M: Lennert Buytenhek <kernel@wantstofly.org> 795L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 796S: Maintained 797 798ARM/RISCPC ARCHITECTURE 799M: Russell King <linux@arm.linux.org.uk> 800L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 801W: http://www.arm.linux.org.uk/ 802S: Maintained 803F: arch/arm/common/time-acorn.c 804F: arch/arm/include/asm/hardware/entry-macro-iomd.S 805F: arch/arm/include/asm/hardware/ioc.h 806F: arch/arm/include/asm/hardware/iomd.h 807F: arch/arm/include/asm/hardware/memc.h 808F: arch/arm/mach-rpc/ 809F: drivers/net/arm/ether* 810F: drivers/scsi/arm/ 811 812ARM/SHARK MACHINE SUPPORT 813M: Alexander Schulz <alex@shark-linux.de> 814W: http://www.shark-linux.de/shark.html 815S: Maintained 816 817ARM/SAMSUNG ARM ARCHITECTURES 818M: Ben Dooks <ben-linux@fluff.org> 819L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 820W: http://www.fluff.org/ben/linux/ 821S: Maintained 822F: arch/arm/plat-s3c/ 823F: arch/arm/plat-s3c24xx/ 824 825ARM/S3C2410 ARM ARCHITECTURE 826M: Ben Dooks <ben-linux@fluff.org> 827L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 828W: http://www.fluff.org/ben/linux/ 829S: Maintained 830F: arch/arm/mach-s3c2410/ 831 832ARM/S3C2440 ARM ARCHITECTURE 833M: Ben Dooks <ben-linux@fluff.org> 834L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 835W: http://www.fluff.org/ben/linux/ 836S: Maintained 837F: arch/arm/mach-s3c2440/ 838 839ARM/S3C2442 ARM ARCHITECTURE 840M: Ben Dooks <ben-linux@fluff.org> 841L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 842W: http://www.fluff.org/ben/linux/ 843S: Maintained 844F: arch/arm/mach-s3c2442/ 845 846ARM/S3C2443 ARM ARCHITECTURE 847M: Ben Dooks <ben-linux@fluff.org> 848L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 849W: http://www.fluff.org/ben/linux/ 850S: Maintained 851F: arch/arm/mach-s3c2443/ 852 853ARM/S3C6400 ARM ARCHITECTURE 854M: Ben Dooks <ben-linux@fluff.org> 855L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 856W: http://www.fluff.org/ben/linux/ 857S: Maintained 858F: arch/arm/mach-s3c6400/ 859 860ARM/S3C6410 ARM ARCHITECTURE 861M: Ben Dooks <ben-linux@fluff.org> 862L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 863W: http://www.fluff.org/ben/linux/ 864S: Maintained 865F: arch/arm/mach-s3c6410/ 866 867ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 868M: Lennert Buytenhek <kernel@wantstofly.org> 869L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 870S: Maintained 871 872ARM/THECUS N2100 MACHINE SUPPORT 873M: Lennert Buytenhek <kernel@wantstofly.org> 874L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 875S: Maintained 876 877ARM/NUVOTON W90X900 ARM ARCHITECTURE 878M: Wan ZongShun <mcuos.com@gmail.com> 879L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 880W: http://www.mcuos.com 881S: Maintained 882 883ARM/VFP SUPPORT 884M: Russell King <linux@arm.linux.org.uk> 885L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 886W: http://www.arm.linux.org.uk/ 887S: Maintained 888F: arch/arm/vfp/ 889 890ASUS ACPI EXTRAS DRIVER 891M: Corentin Chary <corentincj@iksaif.net> 892M: Karol Kozimor <sziwan@users.sourceforge.net> 893L: acpi4asus-user@lists.sourceforge.net 894W: http://acpi4asus.sf.net 895S: Maintained 896F: arch/x86/kernel/acpi/boot.c 897F: drivers/platform/x86/asus_acpi.c 898 899ASUS ASB100 HARDWARE MONITOR DRIVER 900M: "Mark M. Hoffman" <mhoffman@lightlink.com> 901L: lm-sensors@lm-sensors.org 902S: Maintained 903F: drivers/hwmon/asb100.c 904 905ASUS LAPTOP EXTRAS DRIVER 906M: Corentin Chary <corentincj@iksaif.net> 907L: acpi4asus-user@lists.sourceforge.net 908W: http://acpi4asus.sf.net 909S: Maintained 910F: drivers/platform/x86/asus-laptop.c 911 912ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API 913M: Dan Williams <dan.j.williams@intel.com> 914M: Maciej Sosnowski <maciej.sosnowski@intel.com> 915W: http://sourceforge.net/projects/xscaleiop 916S: Supported 917F: Documentation/crypto/async-tx-api.txt 918F: crypto/async_tx/ 919F: drivers/dma/ 920F: include/linux/dmaengine.h 921F: include/linux/async_tx.h 922 923AT24 EEPROM DRIVER 924M: Wolfram Sang <w.sang@pengutronix.de> 925L: linux-i2c@vger.kernel.org 926S: Maintained 927F: drivers/misc/eeprom/at24.c 928F: include/linux/i2c/at24.h 929 930ATA OVER ETHERNET (AOE) DRIVER 931M: "Ed L. Cashin" <ecashin@coraid.com> 932W: http://www.coraid.com/support/linux 933S: Supported 934F: Documentation/aoe/ 935F: drivers/block/aoe/ 936 937ATHEROS ATH5K WIRELESS DRIVER 938M: Jiri Slaby <jirislaby@gmail.com> 939M: Nick Kossifidis <mickflemm@gmail.com> 940M: "Luis R. Rodriguez" <lrodriguez@atheros.com> 941M: Bob Copeland <me@bobcopeland.com> 942L: linux-wireless@vger.kernel.org 943L: ath5k-devel@lists.ath5k.org 944W: http://wireless.kernel.org/en/users/Drivers/ath5k 945S: Maintained 946F: drivers/net/wireless/ath/ath5k/ 947 948ATHEROS ATH9K WIRELESS DRIVER 949M: "Luis R. Rodriguez" <lrodriguez@atheros.com> 950M: Jouni Malinen <jmalinen@atheros.com> 951M: Sujith Manoharan <Sujith.Manoharan@atheros.com> 952M: Vasanthakumar Thiagarajan <vasanth@atheros.com> 953M: Senthil Balasubramanian <senthilkumar@atheros.com> 954L: linux-wireless@vger.kernel.org 955L: ath9k-devel@lists.ath9k.org 956W: http://wireless.kernel.org/en/users/Drivers/ath9k 957S: Supported 958F: drivers/net/wireless/ath/ath9k/ 959 960ATHEROS AR9170 WIRELESS DRIVER 961M: Christian Lamparter <chunkeey@web.de> 962L: linux-wireless@vger.kernel.org 963W: http://wireless.kernel.org/en/users/Drivers/ar9170 964S: Maintained 965F: drivers/net/wireless/ath/ar9170/ 966 967ATK0110 HWMON DRIVER 968M: Luca Tettamanti <kronos.it@gmail.com> 969L: lm-sensors@lm-sensors.org 970S: Maintained 971F: drivers/hwmon/asus_atk0110.c 972 973ATI_REMOTE2 DRIVER 974M: Ville Syrjala <syrjala@sci.fi> 975S: Maintained 976F: drivers/input/misc/ati_remote2.c 977 978ATLX ETHERNET DRIVERS 979M: Jay Cliburn <jcliburn@gmail.com> 980M: Chris Snook <chris.snook@gmail.com> 981M: Jie Yang <jie.yang@atheros.com> 982L: atl1-devel@lists.sourceforge.net 983W: http://sourceforge.net/projects/atl1 984W: http://atl1.sourceforge.net 985S: Maintained 986F: drivers/net/atlx/ 987 988ATM 989M: Chas Williams <chas@cmf.nrl.navy.mil> 990L: linux-atm-general@lists.sourceforge.net (subscribers-only) 991L: netdev@vger.kernel.org 992W: http://linux-atm.sourceforge.net 993S: Maintained 994F: drivers/atm/ 995F: include/linux/atm* 996 997ATMEL AT91 MCI DRIVER 998M: Nicolas Ferre <nicolas.ferre@atmel.com> 999L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1000W: http://www.atmel.com/products/AT91/ 1001W: http://www.at91.com/ 1002S: Maintained 1003F: drivers/mmc/host/at91_mci.c 1004 1005ATMEL AT91 / AT32 MCI DRIVER 1006M: Nicolas Ferre <nicolas.ferre@atmel.com> 1007S: Maintained 1008F: drivers/mmc/host/atmel-mci.c 1009F: drivers/mmc/host/atmel-mci-regs.h 1010 1011ATMEL AT91 / AT32 SERIAL DRIVER 1012M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1013S: Supported 1014F: drivers/serial/atmel_serial.c 1015 1016ATMEL LCDFB DRIVER 1017M: Nicolas Ferre <nicolas.ferre@atmel.com> 1018L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1019S: Maintained 1020F: drivers/video/atmel_lcdfb.c 1021F: include/video/atmel_lcdc.h 1022 1023ATMEL MACB ETHERNET DRIVER 1024M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1025S: Supported 1026F: drivers/net/macb.* 1027 1028ATMEL SPI DRIVER 1029M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1030S: Supported 1031F: drivers/spi/atmel_spi.* 1032 1033ATMEL USBA UDC DRIVER 1034M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1035L: kernel@avr32linux.org 1036W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver 1037S: Supported 1038F: drivers/usb/gadget/atmel_usba_udc.* 1039 1040ATMEL WIRELESS DRIVER 1041M: Simon Kelley <simon@thekelleys.org.uk> 1042L: linux-wireless@vger.kernel.org 1043W: http://www.thekelleys.org.uk/atmel 1044W: http://atmelwlandriver.sourceforge.net/ 1045S: Maintained 1046F: drivers/net/wireless/atmel* 1047 1048AUDIT SUBSYSTEM 1049M: Al Viro <viro@zeniv.linux.org.uk> 1050M: Eric Paris <eparis@redhat.com> 1051L: linux-audit@redhat.com (subscribers-only) 1052W: http://people.redhat.com/sgrubb/audit/ 1053T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git 1054S: Maintained 1055F: include/linux/audit.h 1056F: kernel/audit* 1057 1058AUXILIARY DISPLAY DRIVERS 1059M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1060W: http://miguelojeda.es/auxdisplay.htm 1061W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1062S: Maintained 1063F: drivers/auxdisplay/ 1064F: include/linux/cfag12864b.h 1065 1066AVR32 ARCHITECTURE 1067M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1068W: http://www.atmel.com/products/AVR32/ 1069W: http://avr32linux.org/ 1070W: http://avrfreaks.net/ 1071S: Supported 1072F: arch/avr32/ 1073 1074AVR32/AT32AP MACHINE SUPPORT 1075M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1076S: Supported 1077F: arch/avr32/mach-at32ap/ 1078 1079AX.25 NETWORK LAYER 1080M: Ralf Baechle <ralf@linux-mips.org> 1081L: linux-hams@vger.kernel.org 1082W: http://www.linux-ax25.org/ 1083S: Maintained 1084F: include/linux/ax25.h 1085F: include/net/ax25.h 1086F: net/ax25/ 1087 1088B43 WIRELESS DRIVER 1089M: Michael Buesch <mb@bu3sch.de> 1090M: Stefano Brivio <stefano.brivio@polimi.it> 1091L: linux-wireless@vger.kernel.org 1092W: http://linuxwireless.org/en/users/Drivers/b43 1093S: Maintained 1094F: drivers/net/wireless/b43/ 1095 1096B43LEGACY WIRELESS DRIVER 1097M: Larry Finger <Larry.Finger@lwfinger.net> 1098M: Stefano Brivio <stefano.brivio@polimi.it> 1099L: linux-wireless@vger.kernel.org 1100W: http://linuxwireless.org/en/users/Drivers/b43 1101S: Maintained 1102F: drivers/net/wireless/b43legacy/ 1103 1104BACKLIGHT CLASS/SUBSYSTEM 1105M: Richard Purdie <rpurdie@rpsys.net> 1106S: Maintained 1107F: drivers/video/backlight/ 1108F: include/linux/backlight.h 1109 1110BAYCOM/HDLCDRV DRIVERS FOR AX.25 1111M: Thomas Sailer <t.sailer@alumni.ethz.ch> 1112L: linux-hams@vger.kernel.org 1113W: http://www.baycom.org/~tom/ham/ham.html 1114S: Maintained 1115F: drivers/net/hamradio/baycom* 1116 1117BEFS FILE SYSTEM 1118M: "Sergey S. Kostyliov" <rathamahata@php4.ru> 1119S: Maintained 1120F: Documentation/filesystems/befs.txt 1121F: fs/befs/ 1122 1123BFS FILE SYSTEM 1124M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> 1125S: Maintained 1126F: Documentation/filesystems/bfs.txt 1127F: fs/bfs/ 1128F: include/linux/bfs_fs.h 1129 1130BLACKFIN ARCHITECTURE 1131M: Mike Frysinger <vapier@gentoo.org> 1132L: uclinux-dist-devel@blackfin.uclinux.org 1133W: http://blackfin.uclinux.org 1134S: Supported 1135F: arch/blackfin/ 1136 1137BLACKFIN EMAC DRIVER 1138M: Michael Hennerich <michael.hennerich@analog.com> 1139L: uclinux-dist-devel@blackfin.uclinux.org 1140W: http://blackfin.uclinux.org 1141S: Supported 1142F: drivers/net/bfin_mac.* 1143 1144BLACKFIN RTC DRIVER 1145M: Mike Frysinger <vapier.adi@gmail.com> 1146L: uclinux-dist-devel@blackfin.uclinux.org 1147W: http://blackfin.uclinux.org 1148S: Supported 1149F: drivers/rtc/rtc-bfin.c 1150 1151BLACKFIN SERIAL DRIVER 1152M: Sonic Zhang <sonic.zhang@analog.com> 1153L: uclinux-dist-devel@blackfin.uclinux.org 1154W: http://blackfin.uclinux.org 1155S: Supported 1156F: drivers/serial/bfin_5xx.c 1157 1158BLACKFIN WATCHDOG DRIVER 1159M: Mike Frysinger <vapier.adi@gmail.com> 1160L: uclinux-dist-devel@blackfin.uclinux.org 1161W: http://blackfin.uclinux.org 1162S: Supported 1163F: drivers/watchdog/bfin_wdt.c 1164 1165BLACKFIN I2C TWI DRIVER 1166M: Sonic Zhang <sonic.zhang@analog.com> 1167L: uclinux-dist-devel@blackfin.uclinux.org 1168W: http://blackfin.uclinux.org/ 1169S: Supported 1170F: drivers/i2c/busses/i2c-bfin-twi.c 1171 1172BLOCK LAYER 1173M: Jens Axboe <axboe@kernel.dk> 1174T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git 1175S: Maintained 1176F: block/ 1177 1178BLOCK2MTD DRIVER 1179M: Joern Engel <joern@lazybastard.org> 1180L: linux-mtd@lists.infradead.org 1181S: Maintained 1182F: drivers/mtd/devices/block2mtd.c 1183 1184BLUETOOTH DRIVERS 1185M: Marcel Holtmann <marcel@holtmann.org> 1186L: linux-bluetooth@vger.kernel.org 1187W: http://www.bluez.org/ 1188S: Maintained 1189F: drivers/bluetooth/ 1190 1191BLUETOOTH SUBSYSTEM 1192M: Marcel Holtmann <marcel@holtmann.org> 1193L: linux-bluetooth@vger.kernel.org 1194W: http://www.bluez.org/ 1195T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git 1196S: Maintained 1197F: net/bluetooth/ 1198F: include/net/bluetooth/ 1199 1200BONDING DRIVER 1201M: Jay Vosburgh <fubar@us.ibm.com> 1202L: bonding-devel@lists.sourceforge.net 1203W: http://sourceforge.net/projects/bonding/ 1204S: Supported 1205F: drivers/net/bonding/ 1206F: include/linux/if_bonding.h 1207 1208BROADCOM B44 10/100 ETHERNET DRIVER 1209M: Gary Zambrano <zambrano@broadcom.com> 1210L: netdev@vger.kernel.org 1211S: Supported 1212F: drivers/net/b44.* 1213 1214BROADCOM BNX2 GIGABIT ETHERNET DRIVER 1215M: Michael Chan <mchan@broadcom.com> 1216L: netdev@vger.kernel.org 1217S: Supported 1218F: drivers/net/bnx2.* 1219F: drivers/net/bnx2_* 1220 1221BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER 1222M: Eilon Greenstein <eilong@broadcom.com> 1223L: netdev@vger.kernel.org 1224S: Supported 1225F: drivers/net/bnx2x* 1226 1227BROADCOM TG3 GIGABIT ETHERNET DRIVER 1228M: Matt Carlson <mcarlson@broadcom.com> 1229M: Michael Chan <mchan@broadcom.com> 1230L: netdev@vger.kernel.org 1231S: Supported 1232F: drivers/net/tg3.* 1233 1234BSG (block layer generic sg v4 driver) 1235M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> 1236L: linux-scsi@vger.kernel.org 1237S: Supported 1238F: block/bsg.c 1239F: include/linux/bsg.h 1240 1241BT8XXGPIO DRIVER 1242M: Michael Buesch <mb@bu3sch.de> 1243W: http://bu3sch.de/btgpio.php 1244S: Maintained 1245F: drivers/gpio/bt8xxgpio.c 1246 1247BTRFS FILE SYSTEM 1248M: Chris Mason <chris.mason@oracle.com> 1249L: linux-btrfs@vger.kernel.org 1250W: http://btrfs.wiki.kernel.org/ 1251T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git 1252S: Maintained 1253F: Documentation/filesystems/btrfs.txt 1254F: fs/btrfs/ 1255 1256BTTV VIDEO4LINUX DRIVER 1257M: Mauro Carvalho Chehab <mchehab@infradead.org> 1258L: linux-media@vger.kernel.org 1259W: http://linuxtv.org 1260T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1261S: Maintained 1262F: Documentation/video4linux/bttv/ 1263F: drivers/media/video/bt8xx/bttv* 1264 1265CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS 1266M: David Howells <dhowells@redhat.com> 1267L: linux-cachefs@redhat.com 1268S: Supported 1269F: Documentation/filesystems/caching/cachefiles.txt 1270F: fs/cachefiles/ 1271 1272CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1273M: Jonathan Corbet <corbet@lwn.net> 1274L: linux-media@vger.kernel.org 1275T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1276S: Maintained 1277F: Documentation/video4linux/cafe_ccic 1278F: drivers/media/video/cafe_ccic* 1279 1280CALGARY x86-64 IOMMU 1281M: Muli Ben-Yehuda <muli@il.ibm.com> 1282M: "Jon D. Mason" <jdmason@kudzu.us> 1283L: discuss@x86-64.org 1284S: Maintained 1285F: arch/x86/kernel/pci-calgary_64.c 1286F: arch/x86/kernel/tce_64.c 1287F: arch/x86/include/asm/calgary.h 1288F: arch/x86/include/asm/tce.h 1289 1290CAN NETWORK LAYER 1291M: Urs Thuermann <urs.thuermann@volkswagen.de> 1292M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> 1293L: socketcan-core@lists.berlios.de (subscribers-only) 1294W: http://developer.berlios.de/projects/socketcan/ 1295S: Maintained 1296F: drivers/net/can/ 1297F: include/linux/can/ 1298F: include/linux/can.h 1299 1300CAN NETWORK DRIVERS 1301M: Wolfgang Grandegger <wg@grandegger.com> 1302L: socketcan-core@lists.berlios.de (subscribers-only) 1303W: http://developer.berlios.de/projects/socketcan/ 1304S: Maintained 1305 1306CELL BROADBAND ENGINE ARCHITECTURE 1307M: Arnd Bergmann <arnd@arndb.de> 1308L: linuxppc-dev@ozlabs.org 1309L: cbe-oss-dev@ozlabs.org 1310W: http://www.ibm.com/developerworks/power/cell/ 1311S: Supported 1312F: arch/powerpc/include/asm/cell*.h 1313F: arch/powerpc/include/asm/spu*.h 1314F: arch/powerpc/oprofile/*cell* 1315F: arch/powerpc/platforms/cell/ 1316 1317CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: 1318M: David Vrabel <david.vrabel@csr.com> 1319L: linux-usb@vger.kernel.org 1320S: Supported 1321F: Documentation/usb/WUSB-Design-overview.txt 1322F: Documentation/usb/wusb-cbaf 1323F: drivers/usb/wusbcore/ 1324F: include/linux/usb/wusb* 1325 1326CFAG12864B LCD DRIVER 1327M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1328W: http://miguelojeda.es/auxdisplay.htm 1329W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1330S: Maintained 1331F: drivers/auxdisplay/cfag12864b.c 1332F: include/linux/cfag12864b.h 1333 1334CFAG12864BFB LCD FRAMEBUFFER DRIVER 1335M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1336W: http://miguelojeda.es/auxdisplay.htm 1337W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1338S: Maintained 1339F: drivers/auxdisplay/cfag12864bfb.c 1340F: include/linux/cfag12864b.h 1341 1342CFG80211 and NL80211 1343M: Johannes Berg <johannes@sipsolutions.net> 1344L: linux-wireless@vger.kernel.org 1345S: Maintained 1346F: include/linux/nl80211.h 1347F: include/net/cfg80211.h 1348F: net/wireless/* 1349X: net/wireless/wext* 1350 1351CHECKPATCH 1352M: Andy Whitcroft <apw@canonical.com> 1353S: Supported 1354F: scripts/checkpatch.pl 1355 1356CISCO 10G ETHERNET DRIVER 1357M: Scott Feldman <scofeldm@cisco.com> 1358M: Joe Eykholt <jeykholt@cisco.com> 1359S: Supported 1360F: drivers/net/enic/ 1361 1362CIRRUS LOGIC EP93XX ETHERNET DRIVER 1363M: Lennert Buytenhek <kernel@wantstofly.org> 1364L: netdev@vger.kernel.org 1365S: Maintained 1366F: drivers/net/arm/ep93xx_eth.c 1367 1368CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER 1369M: Lennert Buytenhek <kernel@wantstofly.org> 1370L: linux-usb@vger.kernel.org 1371S: Maintained 1372F: drivers/usb/host/ohci-ep93xx.c 1373 1374CIRRUS LOGIC CS4270 SOUND DRIVER 1375M: Timur Tabi <timur@freescale.com> 1376L: alsa-devel@alsa-project.org (moderated for non-subscribers) 1377S: Supported 1378F: sound/soc/codecs/cs4270* 1379 1380CLK API 1381M: Russell King <linux@arm.linux.org.uk> 1382F: include/linux/clk.h 1383 1384CISCO FCOE HBA DRIVER 1385M: Abhijeet Joglekar <abjoglek@cisco.com> 1386M: Joe Eykholt <jeykholt@cisco.com> 1387L: linux-scsi@vger.kernel.org 1388S: Supported 1389F: drivers/scsi/fnic/ 1390 1391CODA FILE SYSTEM 1392M: Jan Harkes <jaharkes@cs.cmu.edu> 1393M: coda@cs.cmu.edu 1394L: codalist@coda.cs.cmu.edu 1395W: http://www.coda.cs.cmu.edu/ 1396S: Maintained 1397F: Documentation/filesystems/coda.txt 1398F: fs/coda/ 1399F: include/linux/coda*.h 1400 1401COMMON INTERNET FILE SYSTEM (CIFS) 1402M: Steve French <sfrench@samba.org> 1403L: linux-cifs-client@lists.samba.org 1404L: samba-technical@lists.samba.org 1405W: http://linux-cifs.samba.org/ 1406T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1407S: Supported 1408F: Documentation/filesystems/cifs.txt 1409F: fs/cifs/ 1410 1411COMPACTPCI HOTPLUG CORE 1412M: Scott Murray <scott@spiteful.org> 1413L: linux-pci@vger.kernel.org 1414S: Maintained 1415F: drivers/pci/hotplug/cpci_hotplug* 1416 1417COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 1418M: Scott Murray <scott@spiteful.org> 1419L: linux-pci@vger.kernel.org 1420S: Maintained 1421F: drivers/pci/hotplug/cpcihp_zt5550.* 1422 1423COMPACTPCI HOTPLUG GENERIC DRIVER 1424M: Scott Murray <scott@spiteful.org> 1425L: linux-pci@vger.kernel.org 1426S: Maintained 1427F: drivers/pci/hotplug/cpcihp_generic.c 1428 1429COMPAL LAPTOP SUPPORT 1430M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> 1431S: Maintained 1432F: drivers/platform/x86/compal-laptop.c 1433 1434COMPUTONE INTELLIPORT MULTIPORT CARD 1435M: "Michael H. Warfield" <mhw@wittsend.com> 1436W: http://www.wittsend.com/computone.html 1437S: Maintained 1438F: Documentation/serial/computone.txt 1439F: drivers/char/ip2/ 1440 1441CONEXANT ACCESSRUNNER USB DRIVER 1442M: Simon Arlott <cxacru@fire.lp0.eu> 1443L: accessrunner-general@lists.sourceforge.net 1444W: http://accessrunner.sourceforge.net/ 1445S: Maintained 1446F: drivers/usb/atm/cxacru.c 1447 1448CONFIGFS 1449M: Joel Becker <joel.becker@oracle.com> 1450S: Supported 1451F: fs/configfs/ 1452F: include/linux/configfs.h 1453 1454CONNECTOR 1455M: Evgeniy Polyakov <zbr@ioremap.net> 1456L: netdev@vger.kernel.org 1457S: Maintained 1458F: drivers/connector/ 1459 1460CONTROL GROUPS (CGROUPS) 1461M: Paul Menage <menage@google.com> 1462M: Li Zefan <lizf@cn.fujitsu.com> 1463L: containers@lists.linux-foundation.org 1464S: Maintained 1465F: include/linux/cgroup* 1466F: kernel/cgroup* 1467F: mm/*cgroup* 1468 1469CORETEMP HARDWARE MONITORING DRIVER 1470M: Rudolf Marek <r.marek@assembler.cz> 1471L: lm-sensors@lm-sensors.org 1472S: Maintained 1473F: Documentation/hwmon/coretemp 1474F: drivers/hwmon/coretemp.c 1475 1476COSA/SRP SYNC SERIAL DRIVER 1477M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> 1478W: http://www.fi.muni.cz/~kas/cosa/ 1479S: Maintained 1480F: drivers/net/wan/cosa* 1481 1482CPMAC ETHERNET DRIVER 1483M: Florian Fainelli <florian@openwrt.org> 1484L: netdev@vger.kernel.org 1485S: Maintained 1486F: drivers/net/cpmac.c 1487 1488CPU FREQUENCY DRIVERS 1489M: Dave Jones <davej@redhat.com> 1490L: cpufreq@vger.kernel.org 1491W: http://www.codemonkey.org.uk/projects/cpufreq/ 1492T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git 1493S: Maintained 1494F: arch/x86/kernel/cpu/cpufreq/ 1495F: drivers/cpufreq/ 1496F: include/linux/cpufreq.h 1497 1498CPUID/MSR DRIVER 1499M: "H. Peter Anvin" <hpa@zytor.com> 1500S: Maintained 1501F: arch/x86/kernel/cpuid.c 1502F: arch/x86/kernel/msr.c 1503 1504CPUSETS 1505M: Paul Menage <menage@google.com> 1506W: http://www.bullopensource.org/cpuset/ 1507W: http://oss.sgi.com/projects/cpusets/ 1508S: Supported 1509F: Documentation/cgroups/cpusets.txt 1510F: include/linux/cpuset.h 1511F: kernel/cpuset.c 1512 1513CRAMFS FILESYSTEM 1514W: http://sourceforge.net/projects/cramfs/ 1515S: Orphan 1516F: Documentation/filesystems/cramfs.txt 1517F: fs/cramfs/ 1518 1519CRIS PORT 1520M: Mikael Starvik <starvik@axis.com> 1521M: Jesper Nilsson <jesper.nilsson@axis.com> 1522L: linux-cris-kernel@axis.com 1523W: http://developer.axis.com 1524S: Maintained 1525F: arch/cris/ 1526 1527CRYPTO API 1528M: Herbert Xu <herbert@gondor.apana.org.au> 1529M: "David S. Miller" <davem@davemloft.net> 1530L: linux-crypto@vger.kernel.org 1531T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 1532S: Maintained 1533F: Documentation/crypto/ 1534F: arch/*/crypto/ 1535F: crypto/ 1536F: drivers/crypto/ 1537F: include/crypto/ 1538 1539CRYPTOGRAPHIC RANDOM NUMBER GENERATOR 1540M: Neil Horman <nhorman@tuxdriver.com> 1541L: linux-crypto@vger.kernel.org 1542S: Maintained 1543 1544CS5535 Audio ALSA driver 1545M: Jaya Kumar <jayakumar.alsa@gmail.com> 1546S: Maintained 1547F: sound/pci/cs5535audio/ 1548 1549CX18 VIDEO4LINUX DRIVER 1550M: Hans Verkuil <hverkuil@xs4all.nl> 1551M: Andy Walls <awalls@radix.net> 1552L: ivtv-devel@ivtvdriver.org 1553L: linux-media@vger.kernel.org 1554T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1555W: http://linuxtv.org 1556W: http://www.ivtvdriver.org/index.php/Cx18 1557S: Maintained 1558F: Documentation/video4linux/cx18.txt 1559F: drivers/media/video/cx18/ 1560 1561CXGB3 ETHERNET DRIVER (CXGB3) 1562M: Divy Le Ray <divy@chelsio.com> 1563L: netdev@vger.kernel.org 1564W: http://www.chelsio.com 1565S: Supported 1566F: drivers/net/cxgb3/ 1567 1568CXGB3 IWARP RNIC DRIVER (IW_CXGB3) 1569M: Steve Wise <swise@chelsio.com> 1570L: linux-rdma@vger.kernel.org 1571W: http://www.openfabrics.org 1572S: Supported 1573F: drivers/infiniband/hw/cxgb3/ 1574 1575CYBERPRO FB DRIVER 1576M: Russell King <linux@arm.linux.org.uk> 1577L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1578W: http://www.arm.linux.org.uk/ 1579S: Maintained 1580F: drivers/video/cyber2000fb.* 1581 1582CYCLADES 2X SYNC CARD DRIVER 1583M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 1584W: http://oops.ghostprotocols.net:81/blog 1585S: Maintained 1586F: drivers/net/wan/cycx* 1587 1588CYCLADES ASYNC MUX DRIVER 1589W: http://www.cyclades.com/ 1590S: Orphan 1591F: drivers/char/cyclades.c 1592F: include/linux/cyclades.h 1593 1594CYCLADES PC300 DRIVER 1595W: http://www.cyclades.com/ 1596S: Orphan 1597F: drivers/net/wan/pc300* 1598 1599DAMA SLAVE for AX.25 1600M: Joerg Reuter <jreuter@yaina.de> 1601W: http://yaina.de/jreuter/ 1602W: http://www.qsl.net/dl1bke/ 1603L: linux-hams@vger.kernel.org 1604S: Maintained 1605F: net/ax25/af_ax25.c 1606F: net/ax25/ax25_dev.c 1607F: net/ax25/ax25_ds_* 1608F: net/ax25/ax25_in.c 1609F: net/ax25/ax25_out.c 1610F: net/ax25/ax25_timer.c 1611F: net/ax25/sysctl_net_ax25.c 1612 1613DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 1614M: Tobias Ringstrom <tori@unhappy.mine.nu> 1615L: netdev@vger.kernel.org 1616S: Maintained 1617F: Documentation/networking/dmfe.txt 1618F: drivers/net/tulip/dmfe.c 1619 1620DC390/AM53C974 SCSI driver 1621M: Kurt Garloff <garloff@suse.de> 1622W: http://www.garloff.de/kurt/linux/dc390/ 1623M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 1624S: Maintained 1625F: drivers/scsi/tmscsim.* 1626 1627DC395x SCSI driver 1628M: Oliver Neukum <oliver@neukum.name> 1629M: Ali Akcaagac <aliakc@web.de> 1630M: Jamie Lenehan <lenehan@twibble.org> 1631W: http://twibble.org/dist/dc395x/ 1632L: dc395x@twibble.org 1633L: http://lists.twibble.org/mailman/listinfo/dc395x/ 1634S: Maintained 1635F: Documentation/scsi/dc395x.txt 1636F: drivers/scsi/dc395x.* 1637 1638DCCP PROTOCOL 1639M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 1640L: dccp@vger.kernel.org 1641W: http://linux-net.osdl.org/index.php/DCCP 1642S: Maintained 1643F: include/linux/dccp.h 1644F: include/linux/tfrc.h 1645F: net/dccp/ 1646 1647DECnet NETWORK LAYER 1648M: Christine Caulfield <christine.caulfield@googlemail.com> 1649W: http://linux-decnet.sourceforge.net 1650L: linux-decnet-user@lists.sourceforge.net 1651S: Maintained 1652F: Documentation/networking/decnet.txt 1653F: net/decnet/ 1654 1655DEFXX FDDI NETWORK DRIVER 1656M: "Maciej W. Rozycki" <macro@linux-mips.org> 1657S: Maintained 1658F: drivers/net/defxx.* 1659 1660DELL LAPTOP DRIVER 1661M: Matthew Garrett <mjg59@srcf.ucam.org> 1662S: Maintained 1663F: drivers/platform/x86/dell-laptop.c 1664 1665DELL LAPTOP SMM DRIVER 1666M: Massimo Dal Zotto <dz@debian.org> 1667W: http://www.debian.org/~dz/i8k/ 1668S: Maintained 1669F: drivers/char/i8k.c 1670F: include/linux/i8k.h 1671 1672DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 1673M: Doug Warzecha <Douglas_Warzecha@dell.com> 1674S: Maintained 1675F: Documentation/dcdbas.txt 1676F: drivers/firmware/dcdbas.* 1677 1678DELL WMI EXTRAS DRIVER 1679M: Matthew Garrett <mjg59@srcf.ucam.org> 1680S: Maintained 1681 1682DEVICE NUMBER REGISTRY 1683M: Torben Mathiasen <device@lanana.org> 1684W: http://lanana.org/docs/device-list/index.html 1685S: Maintained 1686 1687DEVICE-MAPPER (LVM) 1688P: Alasdair Kergon 1689L: dm-devel@redhat.com 1690W: http://sources.redhat.com/dm 1691S: Maintained 1692F: Documentation/device-mapper/ 1693F: drivers/md/dm* 1694F: include/linux/device-mapper.h 1695F: include/linux/dm-*.h 1696 1697DIGI INTL. EPCA DRIVER 1698M: "Digi International, Inc" <Eng.Linux@digi.com> 1699L: Eng.Linux@digi.com 1700W: http://www.digi.com 1701S: Orphan 1702F: Documentation/serial/digiepca.txt 1703F: drivers/char/epca* 1704F: drivers/char/digi* 1705 1706DIRECTORY NOTIFICATION (DNOTIFY) 1707M: Eric Paris <eparis@parisplace.org> 1708S: Maintained 1709F: Documentation/filesystems/dnotify.txt 1710F: fs/notify/dnotify/ 1711F: include/linux/dnotify.h 1712 1713DISK GEOMETRY AND PARTITION HANDLING 1714M: Andries Brouwer <aeb@cwi.nl> 1715W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 1716W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 1717W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 1718S: Maintained 1719 1720DISKQUOTA 1721M: Jan Kara <jack@suse.cz> 1722S: Maintained 1723F: Documentation/filesystems/quota.txt 1724F: fs/quota/ 1725F: include/linux/quota*.h 1726 1727DISTRIBUTED LOCK MANAGER (DLM) 1728M: Christine Caulfield <ccaulfie@redhat.com> 1729M: David Teigland <teigland@redhat.com> 1730L: cluster-devel@redhat.com 1731W: http://sources.redhat.com/cluster/ 1732T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git 1733S: Supported 1734F: fs/dlm/ 1735 1736DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 1737M: Maciej Sosnowski <maciej.sosnowski@intel.com> 1738M: Dan Williams <dan.j.williams@intel.com> 1739S: Supported 1740F: drivers/dma/ 1741F: include/linux/dma* 1742 1743DME1737 HARDWARE MONITOR DRIVER 1744M: Juerg Haefliger <juergh@gmail.com> 1745L: lm-sensors@lm-sensors.org 1746S: Maintained 1747F: Documentation/hwmon/dme1737 1748F: drivers/hwmon/dme1737.c 1749 1750DOCBOOK FOR DOCUMENTATION 1751M: Randy Dunlap <rdunlap@xenotime.net> 1752S: Maintained 1753 1754DOCKING STATION DRIVER 1755M: Shaohua Li <shaohua.li@intel.com> 1756L: linux-acpi@vger.kernel.org 1757S: Supported 1758F: drivers/acpi/dock.c 1759 1760DOCUMENTATION 1761M: Randy Dunlap <rdunlap@xenotime.net> 1762L: linux-doc@vger.kernel.org 1763S: Maintained 1764F: Documentation/ 1765 1766DOUBLETALK DRIVER 1767M: "James R. Van Zandt" <jrv@vanzandt.mv.com> 1768L: blinux-list@redhat.com 1769S: Maintained 1770F: drivers/char/dtlk.c 1771F: include/linux/dtlk.h 1772 1773DPT_I2O SCSI RAID DRIVER 1774M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 1775L: linux-scsi@vger.kernel.org 1776W: http://www.adaptec.com/ 1777S: Maintained 1778F: drivers/scsi/dpt* 1779F: drivers/scsi/dpt/ 1780 1781DRIVER CORE, KOBJECTS, AND SYSFS 1782M: Greg Kroah-Hartman <gregkh@suse.de> 1783T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 1784S: Supported 1785F: Documentation/kobject.txt 1786F: drivers/base/ 1787F: fs/sysfs/ 1788F: include/linux/kobj* 1789F: lib/kobj* 1790 1791DRM DRIVERS 1792M: David Airlie <airlied@linux.ie> 1793L: dri-devel@lists.sourceforge.net 1794T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 1795S: Maintained 1796F: drivers/gpu/drm/ 1797 1798DSCC4 DRIVER 1799M: Francois Romieu <romieu@fr.zoreil.com> 1800L: netdev@vger.kernel.org 1801S: Maintained 1802F: drivers/net/wan/dscc4.c 1803 1804DZ DECSTATION DZ11 SERIAL DRIVER 1805M: "Maciej W. Rozycki" <macro@linux-mips.org> 1806S: Maintained 1807F: drivers/serial/dz.* 1808 1809EATA-DMA SCSI DRIVER 1810M: Michael Neuffer <mike@i-Connect.Net> 1811L: linux-eata@i-connect.net 1812L: linux-scsi@vger.kernel.org 1813S: Maintained 1814F: drivers/scsi/eata* 1815 1816EATA ISA/EISA/PCI SCSI DRIVER 1817M: Dario Ballabio <ballabio_dario@emc.com> 1818L: linux-scsi@vger.kernel.org 1819S: Maintained 1820F: drivers/scsi/eata.c 1821 1822EATA-PIO SCSI DRIVER 1823M: Michael Neuffer <mike@i-Connect.Net> 1824L: linux-eata@i-connect.net 1825L: linux-scsi@vger.kernel.org 1826S: Maintained 1827F: drivers/scsi/eata_pio.* 1828 1829EBTABLES 1830M: Bart De Schuymer <bart.de.schuymer@pandora.be> 1831L: ebtables-user@lists.sourceforge.net 1832L: ebtables-devel@lists.sourceforge.net 1833W: http://ebtables.sourceforge.net/ 1834S: Maintained 1835F: include/linux/netfilter_bridge/ebt_*.h 1836F: net/bridge/netfilter/ebt*.c 1837 1838ECRYPT FILE SYSTEM 1839M: Tyler Hicks <tyhicks@linux.vnet.ibm.com> 1840M: Dustin Kirkland <kirkland@canonical.com> 1841L: ecryptfs-devel@lists.launchpad.net 1842W: https://launchpad.net/ecryptfs 1843S: Supported 1844F: Documentation/filesystems/ecryptfs.txt 1845F: fs/ecryptfs/ 1846 1847EDAC-CORE 1848M: Doug Thompson <dougthompson@xmission.com> 1849L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1850W: bluesmoke.sourceforge.net 1851S: Supported 1852F: Documentation/edac.txt 1853F: drivers/edac/edac_* 1854F: include/linux/edac.h 1855 1856EDAC-AMD64 1857M: Doug Thompson <dougthompson@xmission.com> 1858M: Borislav Petkov <borislav.petkov@amd.com> 1859L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1860W: bluesmoke.sourceforge.net 1861S: Supported 1862F: drivers/edac/amd64_edac* 1863 1864EDAC-E752X 1865M: Mark Gross <mark.gross@intel.com> 1866M: Doug Thompson <dougthompson@xmission.com> 1867L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1868W: bluesmoke.sourceforge.net 1869S: Maintained 1870F: drivers/edac/e752x_edac.c 1871 1872EDAC-E7XXX 1873M: Doug Thompson <dougthompson@xmission.com> 1874L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1875W: bluesmoke.sourceforge.net 1876S: Maintained 1877F: drivers/edac/e7xxx_edac.c 1878 1879EDAC-I82443BXGX 1880M: Tim Small <tim@buttersideup.com> 1881L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1882W: bluesmoke.sourceforge.net 1883S: Maintained 1884F: drivers/edac/i82443bxgx_edac.c 1885 1886EDAC-I3000 1887M: Jason Uhlenkott <juhlenko@akamai.com> 1888L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1889W: bluesmoke.sourceforge.net 1890S: Maintained 1891F: drivers/edac/i3000_edac.c 1892 1893EDAC-I5000 1894M: Doug Thompson <dougthompson@xmission.com> 1895L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1896W: bluesmoke.sourceforge.net 1897S: Maintained 1898F: drivers/edac/i5000_edac.c 1899 1900EDAC-I5400 1901M: Mauro Carvalho Chehab <mchehab@redhat.com> 1902L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1903W: bluesmoke.sourceforge.net 1904S: Maintained 1905F: drivers/edac/i5400_edac.c 1906 1907EDAC-I82975X 1908M: Ranganathan Desikan <ravi@jetztechnologies.com> 1909M: "Arvind R." <arvind@jetztechnologies.com> 1910L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1911W: bluesmoke.sourceforge.net 1912S: Maintained 1913F: drivers/edac/i82975x_edac.c 1914 1915EDAC-PASEMI 1916M: Egor Martovetsky <egor@pasemi.com> 1917L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1918W: bluesmoke.sourceforge.net 1919S: Maintained 1920F: drivers/edac/pasemi_edac.c 1921 1922EDAC-R82600 1923M: Tim Small <tim@buttersideup.com> 1924L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1925W: bluesmoke.sourceforge.net 1926S: Maintained 1927F: drivers/edac/r82600_edac.c 1928 1929EEEPC LAPTOP EXTRAS DRIVER 1930M: Corentin Chary <corentincj@iksaif.net> 1931L: acpi4asus-user@lists.sourceforge.net 1932W: http://acpi4asus.sf.net 1933S: Maintained 1934F: drivers/platform/x86/eeepc-laptop.c 1935 1936EFS FILESYSTEM 1937W: http://aeschi.ch.eu.org/efs/ 1938S: Orphan 1939F: fs/efs/ 1940 1941EHCA (IBM GX bus InfiniBand adapter) DRIVER 1942M: Hoang-Nam Nguyen <hnguyen@de.ibm.com> 1943M: Christoph Raisch <raisch@de.ibm.com> 1944L: linux-rdma@vger.kernel.org 1945S: Supported 1946F: drivers/infiniband/hw/ehca/ 1947 1948EMBEDDED LINUX 1949M: Paul Gortmaker <paul.gortmaker@windriver.com> 1950M: Matt Mackall <mpm@selenic.com> 1951M: David Woodhouse <dwmw2@infradead.org> 1952L: linux-embedded@vger.kernel.org 1953S: Maintained 1954 1955EMULEX LPFC FC SCSI DRIVER 1956M: James Smart <james.smart@emulex.com> 1957L: linux-scsi@vger.kernel.org 1958W: http://sourceforge.net/projects/lpfcxxxx 1959S: Supported 1960F: drivers/scsi/lpfc/ 1961 1962ENE CB710 FLASH CARD READER DRIVER 1963M: Michał Mirosław <mirq-linux@rere.qmqm.pl> 1964S: Maintained 1965F: drivers/misc/cb710/ 1966F: drivers/mmc/host/cb710-mmc.* 1967F: include/linux/cb710.h 1968 1969EPSON 1355 FRAMEBUFFER DRIVER 1970M: Christopher Hoover <ch@murgatroid.com> 1971M: Christopher Hoover <ch@hpl.hp.com> 1972S: Maintained 1973F: drivers/video/epson1355fb.c 1974 1975EPSON S1D13XXX FRAMEBUFFER DRIVER 1976M: Kristoffer Ericson <kristoffer.ericson@gmail.com> 1977S: Maintained 1978T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git 1979F: drivers/video/s1d13xxxfb.c 1980F: include/video/s1d13xxxfb.h 1981 1982ETHEREXPRESS-16 NETWORK DRIVER 1983M: Philip Blundell <philb@gnu.org> 1984L: netdev@vger.kernel.org 1985S: Maintained 1986F: drivers/net/eexpress.* 1987 1988ETHERNET BRIDGE 1989M: Stephen Hemminger <shemminger@linux-foundation.org> 1990L: bridge@lists.linux-foundation.org 1991W: http://www.linux-foundation.org/en/Net:Bridge 1992S: Maintained 1993F: include/linux/netfilter_bridge/ 1994F: net/bridge/ 1995 1996ETHERTEAM 16I DRIVER 1997M: Mika Kuoppala <miku@iki.fi> 1998S: Maintained 1999F: drivers/net/eth16i.c 2000 2001EXT2 FILE SYSTEM 2002L: linux-ext4@vger.kernel.org 2003S: Maintained 2004F: Documentation/filesystems/ext2.txt 2005F: fs/ext2/ 2006F: include/linux/ext2* 2007 2008EXT3 FILE SYSTEM 2009M: Andrew Morton <akpm@linux-foundation.org> 2010M: Andreas Dilger <adilger@sun.com> 2011L: linux-ext4@vger.kernel.org 2012S: Maintained 2013F: Documentation/filesystems/ext3.txt 2014F: fs/ext3/ 2015F: include/linux/ext3* 2016 2017EXT4 FILE SYSTEM 2018M: "Theodore Ts'o" <tytso@mit.edu> 2019M: Andreas Dilger <adilger@sun.com> 2020L: linux-ext4@vger.kernel.org 2021W: http://ext4.wiki.kernel.org 2022S: Maintained 2023F: Documentation/filesystems/ext4.txt 2024F: fs/ext4/ 2025 2026F71805F HARDWARE MONITORING DRIVER 2027M: Jean Delvare <khali@linux-fr.org> 2028L: lm-sensors@lm-sensors.org 2029S: Maintained 2030F: Documentation/hwmon/f71805f 2031F: drivers/hwmon/f71805f.c 2032 2033FARSYNC SYNCHRONOUS DRIVER 2034M: Kevin Curtis <kevin.curtis@farsite.co.uk> 2035W: http://www.farsite.co.uk/ 2036S: Supported 2037F: drivers/net/wan/farsync.* 2038 2039FAULT INJECTION SUPPORT 2040M: Akinobu Mita <akinobu.mita@gmail.com> 2041S: Supported 2042F: Documentation/fault-injection/ 2043F: lib/fault-inject.c 2044 2045FILE LOCKING (flock() and fcntl()/lockf()) 2046M: Matthew Wilcox <matthew@wil.cx> 2047L: linux-fsdevel@vger.kernel.org 2048S: Maintained 2049F: include/linux/fcntl.h 2050F: include/linux/fs.h 2051F: fs/fcntl.c 2052F: fs/locks.c 2053 2054FILESYSTEMS (VFS and infrastructure) 2055M: Alexander Viro <viro@zeniv.linux.org.uk> 2056L: linux-fsdevel@vger.kernel.org 2057S: Maintained 2058F: fs/* 2059 2060FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2061M: Riku Voipio <riku.vipio@iki.fi> 2062L: lm-sensors@lm-sensors.org 2063S: Maintained 2064F: drivers/hwmon/f75375s.c 2065F: include/linux/f75375s.h 2066 2067FIREWIRE SUBSYSTEM 2068M: Kristian Hoegsberg <krh@redhat.com> 2069M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2070L: linux1394-devel@lists.sourceforge.net 2071W: http://www.linux1394.org/ 2072T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2073S: Maintained 2074F: drivers/firewire/ 2075F: include/linux/firewire*.h 2076 2077FIRMWARE LOADER (request_firmware) 2078S: Orphan 2079F: Documentation/firmware_class/ 2080F: drivers/base/firmware*.c 2081F: include/linux/firmware.h 2082 2083FPU EMULATOR 2084M: Bill Metzenthen <billm@melbpc.org.au> 2085W: http://floatingpoint.sourceforge.net/emulator/index.html 2086S: Maintained 2087F: arch/x86/math-emu/ 2088 2089FRAME RELAY DLCI/FRAD (Sangoma drivers too) 2090M: Mike McLagan <mike.mclagan@linux.org> 2091L: netdev@vger.kernel.org 2092S: Maintained 2093F: drivers/net/wan/dlci.c 2094F: drivers/net/wan/sdla.c 2095 2096FRAMEBUFFER LAYER 2097L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2098W: http://linux-fbdev.sourceforge.net/ 2099S: Orphan 2100F: Documentation/fb/ 2101F: drivers/video/fb* 2102F: include/linux/fb.h 2103 2104FREESCALE DMA DRIVER 2105M: Li Yang <leoli@freescale.com> 2106M: Zhang Wei <zw@zh-kernel.org> 2107L: linuxppc-dev@ozlabs.org 2108S: Maintained 2109F: drivers/dma/fsldma.* 2110 2111FREESCALE I2C CPM DRIVER 2112M: Jochen Friedrich <jochen@scram.de> 2113L: linuxppc-dev@ozlabs.org 2114L: linux-i2c@vger.kernel.org 2115S: Maintained 2116F: drivers/i2c/busses/i2c-cpm.c 2117 2118FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2119M: Sascha Hauer <kernel@pengutronix.de> 2120L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2121L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2122S: Maintained 2123F: arch/arm/plat-mxc/include/mach/imxfb.h 2124F: drivers/video/imxfb.c 2125 2126FREESCALE SOC FS_ENET DRIVER 2127M: Pantelis Antoniou <pantelis.antoniou@gmail.com> 2128M: Vitaly Bordug <vbordug@ru.mvista.com> 2129L: linuxppc-dev@ozlabs.org 2130L: netdev@vger.kernel.org 2131S: Maintained 2132F: drivers/net/fs_enet/ 2133F: include/linux/fs_enet_pd.h 2134 2135FREESCALE QUICC ENGINE LIBRARY 2136M: Timur Tabi <timur@freescale.com> 2137L: linuxppc-dev@ozlabs.org 2138S: Supported 2139F: arch/powerpc/sysdev/qe_lib/ 2140F: arch/powerpc/include/asm/*qe.h 2141 2142FREESCALE USB PERIPHERIAL DRIVERS 2143M: Li Yang <leoli@freescale.com> 2144L: linux-usb@vger.kernel.org 2145L: linuxppc-dev@ozlabs.org 2146S: Maintained 2147F: drivers/usb/gadget/fsl* 2148 2149FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 2150M: Li Yang <leoli@freescale.com> 2151L: netdev@vger.kernel.org 2152L: linuxppc-dev@ozlabs.org 2153S: Maintained 2154F: drivers/net/ucc_geth* 2155 2156FREESCALE QUICC ENGINE UCC UART DRIVER 2157M: Timur Tabi <timur@freescale.com> 2158L: linuxppc-dev@ozlabs.org 2159S: Supported 2160F: drivers/serial/ucc_uart.c 2161 2162FREESCALE SOC SOUND DRIVERS 2163M: Timur Tabi <timur@freescale.com> 2164L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2165L: linuxppc-dev@ozlabs.org 2166S: Supported 2167F: sound/soc/fsl/fsl* 2168F: sound/soc/fsl/mpc8610_hpcd.c 2169 2170FREEVXFS FILESYSTEM 2171M: Christoph Hellwig <hch@infradead.org> 2172W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 2173S: Maintained 2174F: fs/freevxfs/ 2175 2176FREEZER 2177M: Pavel Machek <pavel@ucw.cz> 2178M: "Rafael J. Wysocki" <rjw@sisk.pl> 2179L: linux-pm@lists.linux-foundation.org 2180S: Supported 2181F: Documentation/power/freezing-of-tasks.txt 2182F: include/linux/freezer.h 2183F: kernel/freezer.c 2184 2185FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS 2186M: David Howells <dhowells@redhat.com> 2187L: linux-cachefs@redhat.com 2188S: Supported 2189F: Documentation/filesystems/caching/ 2190F: fs/fscache/ 2191F: include/linux/fscache*.h 2192 2193TRACING 2194M: Steven Rostedt <rostedt@goodmis.org> 2195M: Frederic Weisbecker <fweisbec@gmail.com> 2196M: Ingo Molnar <mingo@redhat.com> 2197T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core 2198S: Maintained 2199F: Documentation/trace/ftrace.txt 2200F: arch/*/*/*/ftrace.h 2201F: arch/*/kernel/ftrace.c 2202F: include/*/ftrace.h include/trace/ include/linux/trace*.h 2203F: kernel/trace/ 2204 2205FUJITSU FR-V (FRV) PORT 2206M: David Howells <dhowells@redhat.com> 2207S: Maintained 2208F: arch/frv/ 2209 2210FUJITSU LAPTOP EXTRAS 2211M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> 2212L: linux-acpi@vger.kernel.org 2213S: Maintained 2214F: drivers/platform/x86/fujitsu-laptop.c 2215 2216FUSE: FILESYSTEM IN USERSPACE 2217M: Miklos Szeredi <miklos@szeredi.hu> 2218L: fuse-devel@lists.sourceforge.net 2219W: http://fuse.sourceforge.net/ 2220S: Maintained 2221F: fs/fuse/ 2222F: include/linux/fuse.h 2223 2224FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 2225M: Rik Faith <faith@cs.unc.edu> 2226L: linux-scsi@vger.kernel.org 2227S: Odd Fixes (e.g., new signatures) 2228F: drivers/scsi/fdomain.* 2229 2230GDT SCSI DISK ARRAY CONTROLLER DRIVER 2231M: Achim Leubner <achim_leubner@adaptec.com> 2232L: linux-scsi@vger.kernel.org 2233W: http://www.icp-vortex.com/ 2234S: Supported 2235F: drivers/scsi/gdt* 2236 2237GENERIC GPIO I2C DRIVER 2238M: Haavard Skinnemoen <hskinnemoen@atmel.com> 2239S: Supported 2240F: drivers/i2c/busses/i2c-gpio.c 2241F: include/linux/i2c-gpio.h 2242 2243GENERIC HDLC (WAN) DRIVERS 2244M: Krzysztof Halasa <khc@pm.waw.pl> 2245W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 2246S: Maintained 2247F: drivers/net/wan/c101.c 2248F: drivers/net/wan/hd6457* 2249F: drivers/net/wan/hdlc* 2250F: drivers/net/wan/n2.c 2251F: drivers/net/wan/pc300too.c 2252F: drivers/net/wan/pci200syn.c 2253F: drivers/net/wan/wanxl* 2254 2255GENERIC INCLUDE/ASM HEADER FILES 2256M: Arnd Bergmann <arnd@arndb.de> 2257L: linux-arch@vger.kernel.org 2258T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git 2259S: Maintained 2260F: include/asm-generic 2261 2262GENERIC UIO DRIVER FOR PCI DEVICES 2263M: Michael S. Tsirkin <mst@redhat.com> 2264L: kvm@vger.kernel.org 2265L: linux-kernel@vger.kernel.org 2266S: Supported 2267F: drivers/uio/uio_pci_generic.c 2268 2269GFS2 FILE SYSTEM 2270M: Steven Whitehouse <swhiteho@redhat.com> 2271L: cluster-devel@redhat.com 2272W: http://sources.redhat.com/cluster/ 2273T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git 2274T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git 2275S: Supported 2276F: Documentation/filesystems/gfs2*.txt 2277F: fs/gfs2/ 2278F: include/linux/gfs2_ondisk.h 2279 2280GIGASET ISDN DRIVERS 2281M: Hansjoerg Lipp <hjlipp@web.de> 2282M: Tilman Schmidt <tilman@imap.cc> 2283L: gigaset307x-common@lists.sourceforge.net 2284W: http://gigaset307x.sourceforge.net/ 2285S: Maintained 2286F: Documentation/isdn/README.gigaset 2287F: drivers/isdn/gigaset/ 2288F: include/linux/gigaset_dev.h 2289 2290HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 2291M: Frank Seidel <frank@f-seidel.de> 2292L: lm-sensors@lm-sensors.org 2293W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ 2294S: Maintained 2295F: drivers/hwmon/hdaps.c 2296 2297HYPERVISOR VIRTUAL CONSOLE DRIVER 2298L: linuxppc-dev@ozlabs.org 2299S: Odd Fixes 2300F: drivers/char/hvc_* 2301 2302GSPCA FINEPIX SUBDRIVER 2303M: Frank Zago <frank@zago.net> 2304L: linux-media@vger.kernel.org 2305T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2306S: Maintained 2307F: drivers/media/video/gspca/finepix.c 2308 2309GSPCA M5602 SUBDRIVER 2310M: Erik Andren <erik.andren@gmail.com> 2311L: linux-media@vger.kernel.org 2312T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2313S: Maintained 2314F: drivers/media/video/gspca/m5602/ 2315 2316GSPCA PAC207 SONIXB SUBDRIVER 2317M: Hans de Goede <hdegoede@redhat.com> 2318L: linux-media@vger.kernel.org 2319T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2320S: Maintained 2321F: drivers/media/video/gspca/pac207.c 2322 2323GSPCA SN9C20X SUBDRIVER 2324M: Brian Johnson <brijohn@gmail.com> 2325L: linux-media@vger.kernel.org 2326T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2327S: Maintained 2328F: drivers/media/video/gspca/sn9c20x.c 2329 2330GSPCA T613 SUBDRIVER 2331M: Leandro Costantino <lcostantino@gmail.com> 2332L: linux-media@vger.kernel.org 2333T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2334S: Maintained 2335F: drivers/media/video/gspca/t613.c 2336 2337GSPCA USB WEBCAM DRIVER 2338M: Jean-Francois Moine <moinejf@free.fr> 2339W: http://moinejf.free.fr 2340L: linux-media@vger.kernel.org 2341T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2342S: Maintained 2343F: drivers/media/video/gspca/ 2344 2345HARDWARE MONITORING 2346L: lm-sensors@lm-sensors.org 2347W: http://www.lm-sensors.org/ 2348S: Orphan 2349F: drivers/hwmon/ 2350 2351HARDWARE RANDOM NUMBER GENERATOR CORE 2352M: Matt Mackall <mpm@selenic.com> 2353M: Herbert Xu <herbert@gondor.apana.org.au> 2354S: Odd fixes 2355F: Documentation/hw_random.txt 2356F: drivers/char/hw_random/ 2357F: include/linux/hw_random.h 2358 2359HARMONY SOUND DRIVER 2360M: Kyle McMartin <kyle@mcmartin.ca> 2361L: linux-parisc@vger.kernel.org 2362S: Maintained 2363F: sound/parisc/harmony.* 2364 2365HAYES ESP SERIAL DRIVER 2366M: "Andrew J. Robinson" <arobinso@nyx.net> 2367W: http://www.nyx.net/~arobinso 2368S: Maintained 2369F: Documentation/serial/hayes-esp.txt 2370F: drivers/char/esp.c 2371 2372HEWLETT-PACKARD SMART2 RAID DRIVER 2373M: Chirag Kantharia <chirag.kantharia@hp.com> 2374L: iss_storagedev@hp.com 2375S: Maintained 2376F: Documentation/blockdev/cpqarray.txt 2377F: drivers/block/cpqarray.* 2378 2379HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 2380M: Mike Miller <mike.miller@hp.com> 2381L: iss_storagedev@hp.com 2382S: Supported 2383F: Documentation/blockdev/cciss.txt 2384F: drivers/block/cciss* 2385F: include/linux/cciss_ioctl.h 2386 2387HFS FILESYSTEM 2388M: Roman Zippel <zippel@linux-m68k.org> 2389S: Maintained 2390F: Documentation/filesystems/hfs.txt 2391F: fs/hfs/ 2392 2393HGA FRAMEBUFFER DRIVER 2394M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> 2395L: linux-nvidia@lists.surfsouth.com 2396W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 2397S: Maintained 2398F: drivers/video/hgafb.c 2399 2400HIBERNATION (aka Software Suspend, aka swsusp) 2401M: Pavel Machek <pavel@ucw.cz> 2402M: "Rafael J. Wysocki" <rjw@sisk.pl> 2403L: linux-pm@lists.linux-foundation.org 2404S: Supported 2405F: arch/x86/power/ 2406F: drivers/base/power/ 2407F: kernel/power/ 2408F: include/linux/suspend.h 2409F: include/linux/freezer.h 2410F: include/linux/pm.h 2411F: arch/*/include/asm/suspend*.h 2412 2413HID CORE LAYER 2414M: Jiri Kosina <jkosina@suse.cz> 2415L: linux-input@vger.kernel.org 2416T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 2417S: Maintained 2418F: drivers/hid/ 2419F: include/linux/hid* 2420 2421HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 2422M: Thomas Gleixner <tglx@linutronix.de> 2423S: Maintained 2424F: Documentation/timers/ 2425F: kernel/hrtimer.c 2426F: include/linux/hrtimer.h 2427 2428HIGH-SPEED SCC DRIVER FOR AX.25 2429M: Klaus Kudielka <klaus.kudielka@ieee.org> 2430L: linux-hams@vger.kernel.org 2431W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 2432S: Maintained 2433F: drivers/net/hamradio/dmascc.c 2434F: drivers/net/hamradio/scc.c 2435 2436HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 2437M: HighPoint Linux Team <linux@highpoint-tech.com> 2438W: http://www.highpoint-tech.com 2439S: Supported 2440F: Documentation/scsi/hptiop.txt 2441F: drivers/scsi/hptiop.c 2442 2443HIPPI 2444M: Jes Sorensen <jes@trained-monkey.org> 2445L: linux-hippi@sunsite.dk 2446S: Maintained 2447F: include/linux/hippidevice.h 2448F: include/linux/if_hippi.h 2449F: net/802/hippi.c 2450 2451HOST AP DRIVER 2452M: Jouni Malinen <j@w1.fi> 2453L: hostap@shmoo.com (subscribers-only) 2454L: linux-wireless@vger.kernel.org 2455W: http://hostap.epitest.fi/ 2456S: Maintained 2457F: drivers/net/wireless/hostap/ 2458 2459HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 2460M: Carlos Corbacho <carlos@strangeworlds.co.uk> 2461S: Odd Fixes 2462F: drivers/platform/x86/tc1100-wmi.c 2463 2464HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 2465M: Jaroslav Kysela <perex@perex.cz> 2466S: Maintained 2467F: drivers/net/hp100.* 2468 2469HPET: High Precision Event Timers driver 2470M: Clemens Ladisch <clemens@ladisch.de> 2471S: Maintained 2472F: Documentation/timers/hpet.txt 2473F: drivers/char/hpet.c 2474F: include/linux/hpet.h 2475 2476HPET: i386 2477M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com> 2478S: Maintained 2479F: arch/x86/kernel/hpet.c 2480F: arch/x86/include/asm/hpet.h 2481 2482HPET: x86_64 2483M: Vojtech Pavlik <vojtech@suse.cz> 2484S: Maintained 2485 2486HPET: ACPI 2487M: Bob Picco <bob.picco@hp.com> 2488S: Maintained 2489F: drivers/char/hpet.c 2490 2491HPFS FILESYSTEM 2492M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> 2493W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2494S: Maintained 2495F: fs/hpfs/ 2496 2497HSO 3G MODEM DRIVER 2498M: Jan Dumon <j.dumon@option.com> 2499W: http://www.pharscape.org 2500S: Maintained 2501F: drivers/net/usb/hso.c 2502 2503HTCPEN TOUCHSCREEN DRIVER 2504M: Pau Oliva Fora <pof@eslack.org> 2505L: linux-input@vger.kernel.org 2506S: Maintained 2507F: drivers/input/touchscreen/htcpen.c 2508 2509HUGETLB FILESYSTEM 2510M: William Irwin <wli@holomorphy.com> 2511S: Maintained 2512F: fs/hugetlbfs/ 2513 2514I2C/SMBUS STUB DRIVER 2515M: "Mark M. Hoffman" <mhoffman@lightlink.com> 2516L: linux-i2c@vger.kernel.org 2517S: Maintained 2518F: drivers/i2c/busses/i2c-stub.c 2519 2520I2C SUBSYSTEM 2521M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> 2522M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> 2523L: linux-i2c@vger.kernel.org 2524W: http://i2c.wiki.kernel.org/ 2525T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ 2526S: Maintained 2527F: Documentation/i2c/ 2528F: drivers/i2c/ 2529F: include/linux/i2c.h 2530F: include/linux/i2c-dev.h 2531F: include/linux/i2c-id.h 2532 2533I2C-TINY-USB DRIVER 2534M: Till Harbaum <till@harbaum.org> 2535L: linux-i2c@vger.kernel.org 2536W: http://www.harbaum.org/till/i2c_tiny_usb 2537S: Maintained 2538F: drivers/i2c/busses/i2c-tiny-usb.c 2539 2540i386 BOOT CODE 2541M: "H. Peter Anvin" <hpa@zytor.com> 2542S: Maintained 2543F: arch/x86/boot/ 2544 2545i386 SETUP CODE / CPU ERRATA WORKAROUNDS 2546M: "H. Peter Anvin" <hpa@zytor.com> 2547T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 2548S: Maintained 2549 2550IA64 (Itanium) PLATFORM 2551M: Tony Luck <tony.luck@intel.com> 2552M: Fenghua Yu <fenghua.yu@intel.com> 2553L: linux-ia64@vger.kernel.org 2554W: http://www.ia64-linux.org/ 2555T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git 2556S: Maintained 2557F: arch/ia64/ 2558 2559IBM MCA SCSI SUBSYSTEM DRIVER 2560M: Michael Lang <langa2@kph.uni-mainz.de> 2561W: http://www.uni-mainz.de/~langm000/linux.html 2562S: Maintained 2563F: drivers/scsi/ibmmca.c 2564 2565IBM Power Linux RAID adapter 2566M: Brian King <brking@us.ibm.com> 2567S: Supported 2568F: drivers/scsi/ipr.* 2569 2570IBM ServeRAID RAID DRIVER 2571P: Jack Hammer 2572M: Dave Jeffery <ipslinux@adaptec.com> 2573W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 2574S: Supported 2575F: drivers/scsi/ips.* 2576 2577IDE SUBSYSTEM 2578M: "David S. Miller" <davem@davemloft.net> 2579L: linux-ide@vger.kernel.org 2580T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git 2581S: Maintained 2582F: Documentation/ide/ 2583F: drivers/ide/ 2584F: include/linux/ide.h 2585 2586IDE/ATAPI DRIVERS 2587M: Borislav Petkov <petkovbb@gmail.com> 2588L: linux-ide@vger.kernel.org 2589S: Maintained 2590F: Documentation/cdrom/ide-cd 2591F: drivers/ide/ide-cd* 2592 2593IDLE-I7300 2594M: Andy Henroid <andrew.d.henroid@intel.com> 2595L: linux-pm@lists.linux-foundation.org 2596S: Supported 2597F: drivers/idle/i7300_idle.c 2598 2599IEEE 1394 SUBSYSTEM 2600M: Ben Collins <ben.collins@ubuntu.com> 2601M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2602L: linux1394-devel@lists.sourceforge.net 2603W: http://www.linux1394.org/ 2604T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2605S: Maintained 2606F: drivers/ieee1394/ 2607 2608IEEE 1394 RAW I/O DRIVER 2609M: Dan Dennedy <dan@dennedy.org> 2610M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2611L: linux1394-devel@lists.sourceforge.net 2612S: Maintained 2613F: drivers/ieee1394/raw1394* 2614 2615IEEE 802.15.4 SUBSYSTEM 2616M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 2617M: Sergey Lapin <slapin@ossfans.org> 2618L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) 2619W: http://apps.sourceforge.net/trac/linux-zigbee 2620T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git 2621S: Maintained 2622F: net/ieee802154/ 2623F: drivers/ieee802154/ 2624 2625INTEGRITY MEASUREMENT ARCHITECTURE (IMA) 2626M: Mimi Zohar <zohar@us.ibm.com> 2627S: Supported 2628F: security/integrity/ima/ 2629 2630IMS TWINTURBO FRAMEBUFFER DRIVER 2631L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2632S: Orphan 2633F: drivers/video/imsttfb.c 2634 2635INFINIBAND SUBSYSTEM 2636M: Roland Dreier <rolandd@cisco.com> 2637M: Sean Hefty <sean.hefty@intel.com> 2638M: Hal Rosenstock <hal.rosenstock@gmail.com> 2639L: linux-rdma@vger.kernel.org 2640W: http://www.openib.org/ 2641T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 2642S: Supported 2643F: Documentation/infiniband/ 2644F: drivers/infiniband/ 2645F: include/linux/if_infiniband.h 2646 2647INOTIFY 2648M: John McCutchan <john@johnmccutchan.com> 2649M: Robert Love <rlove@rlove.org> 2650M: Eric Paris <eparis@parisplace.org> 2651S: Maintained 2652F: Documentation/filesystems/inotify.txt 2653F: fs/notify/inotify/ 2654F: include/linux/inotify.h 2655 2656INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2657M: Dmitry Torokhov <dmitry.torokhov@gmail.com> 2658M: Dmitry Torokhov <dtor@mail.ru> 2659L: linux-input@vger.kernel.org 2660T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 2661S: Maintained 2662F: drivers/input/ 2663 2664INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2665M: Sylvain Meyer <sylvain.meyer@worldonline.fr> 2666L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2667S: Maintained 2668F: Documentation/fb/intelfb.txt 2669F: drivers/video/intelfb/ 2670 2671INTEL 810/815 FRAMEBUFFER DRIVER 2672M: Antonino Daplas <adaplas@gmail.com> 2673L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2674S: Maintained 2675F: drivers/video/i810/ 2676 2677INTEL MENLOW THERMAL DRIVER 2678M: Sujith Thomas <sujith.thomas@intel.com> 2679L: linux-acpi@vger.kernel.org 2680W: http://www.lesswatts.org/projects/acpi/ 2681S: Supported 2682F: drivers/platform/x86/intel_menlow.c 2683 2684INTEL IA32 MICROCODE UPDATE SUPPORT 2685M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 2686S: Maintained 2687F: arch/x86/kernel/microcode_core.c 2688F: arch/x86/kernel/microcode_intel.c 2689 2690INTEL I/OAT DMA DRIVER 2691M: Maciej Sosnowski <maciej.sosnowski@intel.com> 2692S: Supported 2693F: drivers/dma/ioat* 2694 2695INTEL IOMMU (VT-d) 2696M: David Woodhouse <dwmw2@infradead.org> 2697L: iommu@lists.linux-foundation.org 2698T: git git://git.infradead.org/iommu-2.6.git 2699S: Supported 2700F: drivers/pci/intel-iommu.c 2701F: include/linux/intel-iommu.h 2702 2703INTEL IOP-ADMA DMA DRIVER 2704M: Dan Williams <dan.j.williams@intel.com> 2705S: Maintained 2706F: drivers/dma/iop-adma.c 2707 2708INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 2709M: Krzysztof Halasa <khc@pm.waw.pl> 2710S: Maintained 2711F: arch/arm/mach-ixp4xx/include/mach/qmgr.h 2712F: arch/arm/mach-ixp4xx/include/mach/npe.h 2713F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c 2714F: arch/arm/mach-ixp4xx/ixp4xx_npe.c 2715F: drivers/net/arm/ixp4xx_eth.c 2716F: drivers/net/wan/ixp4xx_hss.c 2717 2718INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2719M: Deepak Saxena <dsaxena@plexity.net> 2720S: Maintained 2721F: drivers/char/hw_random/ixp4xx-rng.c 2722 2723INTEL IXP2000 ETHERNET DRIVER 2724M: Lennert Buytenhek <kernel@wantstofly.org> 2725L: netdev@vger.kernel.org 2726S: Maintained 2727F: drivers/net/ixp2000/ 2728 2729INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2730M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 2731M: Jesse Brandeburg <jesse.brandeburg@intel.com> 2732M: Bruce Allan <bruce.w.allan@intel.com> 2733M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> 2734M: John Ronciak <john.ronciak@intel.com> 2735L: e1000-devel@lists.sourceforge.net 2736W: http://e1000.sourceforge.net/ 2737S: Supported 2738F: drivers/net/e100.c 2739F: drivers/net/e1000/ 2740F: drivers/net/e1000e/ 2741F: drivers/net/igb/ 2742F: drivers/net/ixgb/ 2743F: drivers/net/ixgbe/ 2744 2745INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2746M: Zhu Yi <yi.zhu@intel.com> 2747M: Reinette Chatre <reinette.chatre@intel.com> 2748M: Intel Linux Wireless <ilw@linux.intel.com> 2749L: linux-wireless@vger.kernel.org 2750W: http://ipw2100.sourceforge.net 2751S: Odd Fixes 2752F: Documentation/networking/README.ipw2100 2753F: drivers/net/wireless/ipw2x00/ipw2100.* 2754 2755INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 2756M: Zhu Yi <yi.zhu@intel.com> 2757M: Reinette Chatre <reinette.chatre@intel.com> 2758M: Intel Linux Wireless <ilw@linux.intel.com> 2759L: linux-wireless@vger.kernel.org 2760W: http://ipw2200.sourceforge.net 2761S: Odd Fixes 2762F: Documentation/networking/README.ipw2200 2763F: drivers/net/wireless/ipw2x00/ipw2200.* 2764 2765INTEL WIRELESS WIMAX CONNECTION 2400 2766M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 2767M: linux-wimax@intel.com 2768L: wimax@linuxwimax.org 2769S: Supported 2770W: http://linuxwimax.org 2771F: Documentation/wimax/README.i2400m 2772F: drivers/net/wimax/i2400m/ 2773F: include/linux/wimax/i2400m.h 2774 2775INTEL WIRELESS WIFI LINK (iwlwifi) 2776M: Zhu Yi <yi.zhu@intel.com> 2777M: Reinette Chatre <reinette.chatre@intel.com> 2778M: Intel Linux Wireless <ilw@linux.intel.com> 2779L: linux-wireless@vger.kernel.org 2780W: http://intellinuxwireless.org 2781T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git 2782S: Supported 2783F: drivers/net/wireless/iwlwifi/ 2784 2785IOC3 ETHERNET DRIVER 2786M: Ralf Baechle <ralf@linux-mips.org> 2787L: linux-mips@linux-mips.org 2788S: Maintained 2789F: drivers/net/ioc3-eth.c 2790 2791IOC3 SERIAL DRIVER 2792M: Pat Gefre <pfg@sgi.com> 2793L: linux-mips@linux-mips.org 2794S: Maintained 2795F: drivers/serial/ioc3_serial.c 2796 2797IP MASQUERADING 2798M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> 2799S: Maintained 2800F: net/ipv4/netfilter/ipt_MASQUERADE.c 2801 2802IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 2803M: Francois Romieu <romieu@fr.zoreil.com> 2804M: Sorbica Shieh <sorbica@icplus.com.tw> 2805M: Jesse Huang <jesse@icplus.com.tw> 2806L: netdev@vger.kernel.org 2807S: Maintained 2808F: drivers/net/ipg.c 2809 2810IPATH DRIVER 2811M: Ralph Campbell <infinipath@qlogic.com> 2812L: linux-rdma@vger.kernel.org 2813T: git git://git.qlogic.com/ipath-linux-2.6 2814S: Supported 2815F: drivers/infiniband/hw/ipath/ 2816 2817IPMI SUBSYSTEM 2818M: Corey Minyard <minyard@acm.org> 2819L: openipmi-developer@lists.sourceforge.net 2820W: http://openipmi.sourceforge.net/ 2821S: Supported 2822F: Documentation/IPMI.txt 2823F: drivers/char/ipmi/ 2824F: include/linux/ipmi* 2825 2826IPS SCSI RAID DRIVER 2827M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 2828L: linux-scsi@vger.kernel.org 2829W: http://www.adaptec.com/ 2830S: Maintained 2831F: drivers/scsi/ips* 2832 2833IPVS 2834M: Wensong Zhang <wensong@linux-vs.org> 2835M: Simon Horman <horms@verge.net.au> 2836M: Julian Anastasov <ja@ssi.bg> 2837L: netdev@vger.kernel.org 2838L: lvs-devel@vger.kernel.org 2839S: Maintained 2840F: Documentation/networking/ipvs-sysctl.txt 2841F: include/net/ip_vs.h 2842F: include/linux/ip_vs.h 2843F: net/netfilter/ipvs/ 2844 2845IPWIRELESS DRIVER 2846M: Jiri Kosina <jkosina@suse.cz> 2847M: David Sterba <dsterba@suse.cz> 2848S: Maintained 2849T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 2850F: drivers/char/pcmcia/ipwireless/ 2851 2852IPX NETWORK LAYER 2853M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 2854L: netdev@vger.kernel.org 2855S: Maintained 2856F: include/linux/ipx.h 2857F: include/net/ipx.h 2858F: net/ipx/ 2859 2860IRDA SUBSYSTEM 2861M: Samuel Ortiz <samuel@sortiz.org> 2862L: irda-users@lists.sourceforge.net (subscribers-only) 2863W: http://irda.sourceforge.net/ 2864S: Maintained 2865T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git 2866F: Documentation/networking/irda.txt 2867F: drivers/net/irda/ 2868F: include/net/irda/ 2869F: net/irda/ 2870 2871ISAPNP 2872M: Jaroslav Kysela <perex@perex.cz> 2873S: Maintained 2874F: Documentation/isapnp.txt 2875F: drivers/pnp/isapnp/ 2876F: include/linux/isapnp.h 2877 2878ISCSI 2879M: Mike Christie <michaelc@cs.wisc.edu> 2880L: open-iscsi@googlegroups.com 2881W: www.open-iscsi.org 2882T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git 2883S: Maintained 2884F: drivers/scsi/*iscsi* 2885F: include/scsi/*iscsi* 2886 2887ISDN SUBSYSTEM 2888M: Karsten Keil <isdn@linux-pingi.de> 2889L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2890W: http://www.isdn4linux.de 2891T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git 2892S: Maintained 2893F: Documentation/isdn/ 2894F: drivers/isdn/ 2895F: include/linux/isdn.h 2896F: include/linux/isdn/ 2897 2898ISDN SUBSYSTEM (Eicon active card driver) 2899M: Armin Schindler <mac@melware.de> 2900L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2901W: http://www.melware.de 2902S: Maintained 2903F: drivers/isdn/hardware/eicon/ 2904 2905IVTV VIDEO4LINUX DRIVER 2906M: Hans Verkuil <hverkuil@xs4all.nl> 2907L: ivtv-devel@ivtvdriver.org 2908L: linux-media@vger.kernel.org 2909T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2910W: http://www.ivtvdriver.org 2911S: Maintained 2912F: Documentation/video4linux/*.ivtv 2913F: drivers/media/video/ivtv/ 2914F: include/linux/ivtv* 2915 2916JFS FILESYSTEM 2917M: Dave Kleikamp <shaggy@linux.vnet.ibm.com> 2918L: jfs-discussion@lists.sourceforge.net 2919W: http://jfs.sourceforge.net/ 2920T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 2921S: Maintained 2922F: Documentation/filesystems/jfs.txt 2923F: fs/jfs/ 2924 2925JME NETWORK DRIVER 2926M: Guo-Fu Tseng <cooldavid@cooldavid.org> 2927L: netdev@vger.kernel.org 2928S: Maintained 2929F: drivers/net/jme.* 2930 2931JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 2932M: David Woodhouse <dwmw2@infradead.org> 2933L: linux-mtd@lists.infradead.org 2934W: http://www.linux-mtd.infradead.org/doc/jffs2.html 2935S: Maintained 2936F: fs/jffs2/ 2937F: include/linux/jffs2.h 2938 2939JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 2940M: Andrew Morton <akpm@linux-foundation.org> 2941M: Jan Kara <jack@suse.cz> 2942L: linux-ext4@vger.kernel.org 2943S: Maintained 2944F: fs/jbd*/ 2945F: include/linux/ext*jbd*.h 2946F: include/linux/jbd*.h 2947 2948K8TEMP HARDWARE MONITORING DRIVER 2949M: Rudolf Marek <r.marek@assembler.cz> 2950L: lm-sensors@lm-sensors.org 2951S: Maintained 2952F: Documentation/hwmon/k8temp 2953F: drivers/hwmon/k8temp.c 2954 2955KCONFIG 2956M: Roman Zippel <zippel@linux-m68k.org> 2957L: linux-kbuild@vger.kernel.org 2958S: Maintained 2959F: Documentation/kbuild/kconfig-language.txt 2960F: scripts/kconfig/ 2961 2962KDUMP 2963M: Vivek Goyal <vgoyal@redhat.com> 2964M: Haren Myneni <hbabu@us.ibm.com> 2965L: kexec@lists.infradead.org 2966W: http://lse.sourceforge.net/kdump/ 2967S: Maintained 2968F: Documentation/kdump/ 2969 2970KERNEL AUTOMOUNTER (AUTOFS) 2971M: "H. Peter Anvin" <hpa@zytor.com> 2972L: autofs@linux.kernel.org 2973S: Odd Fixes 2974F: fs/autofs/ 2975 2976KERNEL AUTOMOUNTER v4 (AUTOFS4) 2977M: Ian Kent <raven@themaw.net> 2978L: autofs@linux.kernel.org 2979S: Maintained 2980F: fs/autofs4/ 2981 2982KERNEL BUILD 2983M: Sam Ravnborg <sam@ravnborg.org> 2984T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git 2985T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git 2986L: linux-kbuild@vger.kernel.org 2987S: Maintained 2988F: Documentation/kbuild/ 2989F: Makefile 2990F: scripts/Makefile.* 2991 2992KERNEL JANITORS 2993L: kernel-janitors@vger.kernel.org 2994W: http://www.kerneljanitors.org/ 2995S: Maintained 2996 2997KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 2998M: "J. Bruce Fields" <bfields@fieldses.org> 2999M: Neil Brown <neilb@suse.de> 3000L: linux-nfs@vger.kernel.org 3001W: http://nfs.sourceforge.net/ 3002S: Supported 3003F: fs/nfsd/ 3004F: include/linux/nfsd/ 3005F: fs/lockd/ 3006F: fs/nfs_common/ 3007F: net/sunrpc/ 3008F: include/linux/lockd/ 3009F: include/linux/sunrpc/ 3010 3011KERNEL VIRTUAL MACHINE (KVM) 3012M: Avi Kivity <avi@redhat.com> 3013M: Marcelo Tosatti <mtosatti@redhat.com> 3014L: kvm@vger.kernel.org 3015W: http://kvm.qumranet.com 3016S: Supported 3017F: Documentation/*/kvm.txt 3018F: arch/*/kvm/ 3019F: arch/*/include/asm/kvm* 3020F: include/linux/kvm* 3021F: virt/kvm/ 3022 3023KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V 3024M: Joerg Roedel <joerg.roedel@amd.com> 3025L: kvm@vger.kernel.org 3026W: http://kvm.qumranet.com 3027S: Supported 3028F: arch/x86/include/asm/svm.h 3029F: arch/x86/kvm/kvm_svm.h 3030F: arch/x86/kvm/svm.c 3031 3032KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 3033M: Hollis Blanchard <hollisb@us.ibm.com> 3034L: kvm-ppc@vger.kernel.org 3035W: http://kvm.qumranet.com 3036S: Supported 3037F: arch/powerpc/include/asm/kvm* 3038F: arch/powerpc/kvm/ 3039 3040KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 3041M: Xiantao Zhang <xiantao.zhang@intel.com> 3042L: kvm-ia64@vger.kernel.org 3043W: http://kvm.qumranet.com 3044S: Supported 3045F: Documentation/ia64/kvm.txt 3046F: arch/ia64/include/asm/kvm* 3047F: arch/ia64/kvm/ 3048 3049KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 3050M: Carsten Otte <cotte@de.ibm.com> 3051M: Christian Borntraeger <borntraeger@de.ibm.com> 3052M: linux390@de.ibm.com 3053L: linux-s390@vger.kernel.org 3054W: http://www.ibm.com/developerworks/linux/linux390/ 3055S: Supported 3056F: Documentation/s390/kvm.txt 3057F: arch/s390/include/asm/kvm* 3058F: arch/s390/kvm/ 3059 3060KEXEC 3061M: Eric Biederman <ebiederm@xmission.com> 3062W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 3063L: kexec@lists.infradead.org 3064S: Maintained 3065F: include/linux/kexec.h 3066F: kernel/kexec.c 3067 3068KGDB 3069M: Jason Wessel <jason.wessel@windriver.com> 3070L: kgdb-bugreport@lists.sourceforge.net 3071S: Maintained 3072F: Documentation/DocBook/kgdb.tmpl 3073F: drivers/misc/kgdbts.c 3074F: drivers/serial/kgdboc.c 3075F: include/linux/kgdb.h 3076F: kernel/kgdb.c 3077 3078KMEMCHECK 3079M: Vegard Nossum <vegardno@ifi.uio.no> 3080P Pekka Enberg 3081M: penberg@cs.helsinki.fi 3082S: Maintained 3083 3084KMEMLEAK 3085M: Catalin Marinas <catalin.marinas@arm.com> 3086S: Maintained 3087F: Documentation/kmemleak.txt 3088F: include/linux/kmemleak.h 3089F: mm/kmemleak.c 3090F: mm/kmemleak-test.c 3091 3092KMEMTRACE 3093M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> 3094S: Maintained 3095F: Documentation/trace/kmemtrace.txt 3096F: include/linux/kmemtrace.h 3097F: kernel/trace/kmemtrace.c 3098 3099KPROBES 3100M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> 3101M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 3102M: "David S. Miller" <davem@davemloft.net> 3103M: Masami Hiramatsu <mhiramat@redhat.com> 3104S: Maintained 3105F: Documentation/kprobes.txt 3106F: include/linux/kprobes.h 3107F: kernel/kprobes.c 3108 3109KS0108 LCD CONTROLLER DRIVER 3110M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 3111W: http://miguelojeda.es/auxdisplay.htm 3112W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 3113S: Maintained 3114F: Documentation/auxdisplay/ks0108 3115F: drivers/auxdisplay/ks0108.c 3116F: include/linux/ks0108.h 3117 3118LAPB module 3119L: linux-x25@vger.kernel.org 3120S: Orphan 3121F: Documentation/networking/lapb-module.txt 3122F: include/*/lapb.h 3123F: net/lapb/ 3124 3125LASI 53c700 driver for PARISC 3126M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 3127L: linux-scsi@vger.kernel.org 3128S: Maintained 3129F: Documentation/scsi/53c700.txt 3130F: drivers/scsi/53c700* 3131 3132LED SUBSYSTEM 3133M: Richard Purdie <rpurdie@rpsys.net> 3134S: Maintained 3135F: drivers/leds/ 3136F: include/linux/leds.h 3137 3138LEGO USB Tower driver 3139M: Juergen Stuber <starblue@users.sourceforge.net> 3140L: legousb-devel@lists.sourceforge.net 3141W: http://legousb.sourceforge.net/ 3142S: Maintained 3143F: drivers/usb/misc/legousbtower.c 3144 3145LGUEST 3146M: Rusty Russell <rusty@rustcorp.com.au> 3147L: lguest@ozlabs.org 3148W: http://lguest.ozlabs.org/ 3149S: Maintained 3150F: Documentation/lguest/ 3151F: arch/x86/lguest/ 3152F: drivers/lguest/ 3153F: include/linux/lguest*.h 3154F: arch/x86/include/asm/lguest*.h 3155 3156LINUX FOR IBM pSERIES (RS/6000) 3157M: Paul Mackerras <paulus@au.ibm.com> 3158W: http://www.ibm.com/linux/ltc/projects/ppc 3159S: Supported 3160 3161LINUX FOR POWERPC (32-BIT AND 64-BIT) 3162M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3163M: Paul Mackerras <paulus@samba.org> 3164W: http://www.penguinppc.org/ 3165L: linuxppc-dev@ozlabs.org 3166T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 3167S: Supported 3168 3169LINUX FOR POWER MACINTOSH 3170M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3171W: http://www.penguinppc.org/ 3172L: linuxppc-dev@ozlabs.org 3173S: Maintained 3174 3175LINUX FOR POWERPC EMBEDDED MPC5XXX 3176M: Grant Likely <grant.likely@secretlab.ca> 3177L: linuxppc-dev@ozlabs.org 3178T: git git://git.secretlab.ca/git/linux-2.6.git 3179S: Maintained 3180 3181LINUX FOR POWERPC EMBEDDED PPC4XX 3182M: Josh Boyer <jwboyer@linux.vnet.ibm.com> 3183M: Matt Porter <mporter@kernel.crashing.org> 3184W: http://www.penguinppc.org/ 3185L: linuxppc-dev@ozlabs.org 3186T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git 3187S: Maintained 3188 3189LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 3190M: Grant Likely <grant.likely@secretlab.ca> 3191W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 3192L: linuxppc-dev@ozlabs.org 3193T: git git://git.secretlab.ca/git/linux-2.6.git 3194S: Maintained 3195 3196LINUX FOR POWERPC EMBEDDED PPC8XX 3197M: Vitaly Bordug <vitb@kernel.crashing.org> 3198M: Marcelo Tosatti <marcelo@kvack.org> 3199W: http://www.penguinppc.org/ 3200L: linuxppc-dev@ozlabs.org 3201S: Maintained 3202 3203LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 3204M: Kumar Gala <galak@kernel.crashing.org> 3205W: http://www.penguinppc.org/ 3206L: linuxppc-dev@ozlabs.org 3207S: Maintained 3208 3209LINUX FOR POWERPC PA SEMI PWRFICIENT 3210M: Olof Johansson <olof@lixom.net> 3211W: http://www.pasemi.com/ 3212L: linuxppc-dev@ozlabs.org 3213S: Supported 3214 3215LINUX SECURITY MODULE (LSM) FRAMEWORK 3216M: Chris Wright <chrisw@sous-sol.org> 3217L: linux-security-module@vger.kernel.org 3218T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git 3219S: Supported 3220 3221LLC (802.2) 3222M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 3223S: Maintained 3224F: include/linux/llc.h 3225F: include/net/llc* 3226F: net/llc/ 3227 3228LIS3LV02D ACCELEROMETER DRIVER 3229M: Eric Piel <eric.piel@tremplin-utc.net> 3230S: Maintained 3231F: Documentation/hwmon/lis3lv02d 3232F: drivers/hwmon/lis3lv02d.* 3233 3234LM83 HARDWARE MONITOR DRIVER 3235M: Jean Delvare <khali@linux-fr.org> 3236L: lm-sensors@lm-sensors.org 3237S: Maintained 3238F: Documentation/hwmon/lm83 3239F: drivers/hwmon/lm83.c 3240 3241LM90 HARDWARE MONITOR DRIVER 3242M: Jean Delvare <khali@linux-fr.org> 3243L: lm-sensors@lm-sensors.org 3244S: Maintained 3245F: Documentation/hwmon/lm90 3246F: drivers/hwmon/lm90.c 3247 3248LOCKDEP AND LOCKSTAT 3249M: Peter Zijlstra <peterz@infradead.org> 3250M: Ingo Molnar <mingo@redhat.com> 3251T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git 3252S: Maintained 3253F: Documentation/lockdep*.txt 3254F: Documentation/lockstat.txt 3255F: include/linux/lockdep.h 3256F: kernel/lockdep* 3257 3258LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 3259M: "Richard Russon (FlatCap)" <ldm@flatcap.org> 3260L: linux-ntfs-dev@lists.sourceforge.net 3261W: http://www.linux-ntfs.org/content/view/19/37/ 3262S: Maintained 3263F: Documentation/ldm.txt 3264F: fs/partitions/ldm.* 3265 3266LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 3267M: Eric Moore <Eric.Moore@lsi.com> 3268M: support@lsi.com 3269L: DL-MPTFusionLinux@lsi.com 3270L: linux-scsi@vger.kernel.org 3271W: http://www.lsilogic.com/support 3272S: Supported 3273F: drivers/message/fusion/ 3274 3275LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 3276M: Matthew Wilcox <matthew@wil.cx> 3277L: linux-scsi@vger.kernel.org 3278S: Maintained 3279F: drivers/scsi/sym53c8xx_2/ 3280 3281LTP (Linux Test Project) 3282M: Subrata Modak <subrata@linux.vnet.ibm.com> 3283M: Mike Frysinger <vapier@gentoo.org> 3284L: ltp-list@lists.sourceforge.net (subscribers-only) 3285W: http://ltp.sourceforge.net/ 3286T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git 3287S: Maintained 3288 3289M32R ARCHITECTURE 3290M: Hirokazu Takata <takata@linux-m32r.org> 3291L: linux-m32r@ml.linux-m32r.org 3292L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 3293W: http://www.linux-m32r.org/ 3294S: Maintained 3295F: arch/m32r/ 3296 3297M68K ARCHITECTURE 3298M: Geert Uytterhoeven <geert@linux-m68k.org> 3299M: Roman Zippel <zippel@linux-m68k.org> 3300L: linux-m68k@lists.linux-m68k.org 3301W: http://www.linux-m68k.org/ 3302T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git 3303S: Maintained 3304F: arch/m68k/ 3305F: drivers/zorro/ 3306 3307M68K ON APPLE MACINTOSH 3308M: Joshua Thompson <funaho@jurai.org> 3309W: http://www.mac.linux-m68k.org/ 3310L: linux-m68k@lists.linux-m68k.org 3311S: Maintained 3312F: arch/m68k/mac/ 3313 3314M68K ON HP9000/300 3315M: Philip Blundell <philb@gnu.org> 3316W: http://www.tazenda.demon.co.uk/phil/linux-hp 3317S: Maintained 3318F: arch/m68k/hp300/ 3319 3320MAC80211 3321M: Johannes Berg <johannes@sipsolutions.net> 3322L: linux-wireless@vger.kernel.org 3323W: http://linuxwireless.org/ 3324T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3325S: Maintained 3326F: Documentation/networking/mac80211-injection.txt 3327F: include/net/mac80211.h 3328F: net/mac80211/ 3329 3330MAC80211 PID RATE CONTROL 3331M: Stefano Brivio <stefano.brivio@polimi.it> 3332M: Mattias Nissler <mattias.nissler@gmx.de> 3333L: linux-wireless@vger.kernel.org 3334W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 3335T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3336S: Maintained 3337F: net/mac80211/rc80211_pid* 3338 3339MACVLAN DRIVER 3340M: Patrick McHardy <kaber@trash.net> 3341L: netdev@vger.kernel.org 3342S: Maintained 3343F: drivers/net/macvlan.c 3344F: include/linux/if_macvlan.h 3345 3346MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 3347M: Michael Kerrisk <mtk.manpages@gmail.com> 3348W: http://www.kernel.org/doc/man-pages 3349L: linux-man@vger.kernel.org 3350S: Maintained 3351 3352MARVELL LIBERTAS WIRELESS DRIVER 3353M: Dan Williams <dcbw@redhat.com> 3354L: libertas-dev@lists.infradead.org 3355S: Maintained 3356F: drivers/net/wireless/libertas/ 3357 3358MARVELL MV643XX ETHERNET DRIVER 3359M: Lennert Buytenhek <buytenh@marvell.com> 3360L: netdev@vger.kernel.org 3361S: Supported 3362F: drivers/net/mv643xx_eth.* 3363F: include/linux/mv643xx.h 3364 3365MARVELL MWL8K WIRELESS DRIVER 3366M: Lennert Buytenhek <buytenh@marvell.com> 3367L: linux-wireless@vger.kernel.org 3368S: Supported 3369F: drivers/net/wireless/mwl8k.c 3370 3371MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 3372M: Nicolas Pitre <nico@fluxnic.net> 3373S: Maintained 3374 3375MARVELL YUKON / SYSKONNECT DRIVER 3376M: Mirko Lindner <mlindner@syskonnect.de> 3377M: Ralph Roesler <rroesler@syskonnect.de> 3378W: http://www.syskonnect.com 3379S: Supported 3380 3381MATROX FRAMEBUFFER DRIVER 3382M: Petr Vandrovec <vandrove@vc.cvut.cz> 3383L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3384S: Maintained 3385F: drivers/video/matrox/matroxfb_* 3386F: include/linux/matroxfb.h 3387 3388MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 3389M: "Hans J. Koch" <hjk@linutronix.de> 3390L: lm-sensors@lm-sensors.org 3391S: Maintained 3392F: Documentation/hwmon/max6650 3393F: drivers/hwmon/max6650.c 3394 3395MEDIA INPUT INFRASTRUCTURE (V4L/DVB) 3396M: Mauro Carvalho Chehab <mchehab@infradead.org> 3397P: LinuxTV.org Project 3398L: linux-media@vger.kernel.org 3399W: http://linuxtv.org 3400T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3401S: Maintained 3402F: Documentation/dvb/ 3403F: Documentation/video4linux/ 3404F: drivers/media/ 3405F: include/media/ 3406F: include/linux/dvb/ 3407F: include/linux/videodev*.h 3408 3409MEGARAID SCSI DRIVERS 3410M: Neela Syam Kolli <megaraidlinux@lsi.com> 3411L: linux-scsi@vger.kernel.org 3412W: http://megaraid.lsilogic.com 3413S: Maintained 3414F: Documentation/scsi/megaraid.txt 3415F: drivers/scsi/megaraid.* 3416F: drivers/scsi/megaraid/ 3417 3418MEMORY MANAGEMENT 3419L: linux-mm@kvack.org 3420W: http://www.linux-mm.org 3421S: Maintained 3422F: include/linux/mm.h 3423F: mm/ 3424 3425MEMORY RESOURCE CONTROLLER 3426M: Balbir Singh <balbir@linux.vnet.ibm.com> 3427M: Pavel Emelyanov <xemul@openvz.org> 3428M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> 3429L: linux-mm@kvack.org 3430S: Maintained 3431F: mm/memcontrol.c 3432 3433MEMORY TECHNOLOGY DEVICES (MTD) 3434M: David Woodhouse <dwmw2@infradead.org> 3435W: http://www.linux-mtd.infradead.org/ 3436L: linux-mtd@lists.infradead.org 3437T: git git://git.infradead.org/mtd-2.6.git 3438S: Maintained 3439F: drivers/mtd/ 3440F: include/linux/mtd/ 3441F: include/mtd/ 3442 3443MICROBLAZE ARCHITECTURE 3444M: Michal Simek <monstr@monstr.eu> 3445L: microblaze-uclinux@itee.uq.edu.au 3446W: http://www.monstr.eu/fdt/ 3447T: git git://git.monstr.eu/linux-2.6-microblaze.git 3448S: Supported 3449F: arch/microblaze/ 3450 3451MICROTEK X6 SCANNER 3452M: Oliver Neukum <oliver@neukum.name> 3453S: Maintained 3454F: drivers/usb/image/microtek.* 3455 3456MIPS 3457M: Ralf Baechle <ralf@linux-mips.org> 3458W: http://www.linux-mips.org/ 3459L: linux-mips@linux-mips.org 3460T: git git://git.linux-mips.org/pub/scm/linux.git 3461S: Supported 3462F: Documentation/mips/ 3463F: arch/mips/ 3464 3465MISCELLANEOUS MCA-SUPPORT 3466M: James Bottomley <James.Bottomley@HansenPartnership.com> 3467S: Maintained 3468F: Documentation/ia64/mca.txt 3469F: Documentation/mca.txt 3470F: drivers/mca/ 3471F: include/linux/mca* 3472 3473MODULE SUPPORT 3474M: Rusty Russell <rusty@rustcorp.com.au> 3475S: Maintained 3476F: include/linux/module.h 3477F: kernel/module.c 3478 3479MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 3480M: Stelian Pop <stelian@popies.net> 3481W: http://popies.net/meye/ 3482S: Maintained 3483F: Documentation/video4linux/meye.txt 3484F: drivers/media/video/meye.* 3485F: include/linux/meye.h 3486 3487MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 3488M: Pavel Pisa <ppisa@pikron.com> 3489L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 3490S: Maintained 3491F: drivers/mmc/host/imxmmc.* 3492 3493MOUSE AND MISC DEVICES [GENERAL] 3494M: Alessandro Rubini <rubini@ipvvis.unipv.it> 3495S: Maintained 3496F: drivers/input/mouse/ 3497F: include/linux/gpio_mouse.h 3498 3499MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 3500M: Jiri Slaby <jirislaby@gmail.com> 3501S: Maintained 3502F: Documentation/serial/moxa-smartio 3503F: drivers/char/mxser.* 3504 3505MSI LAPTOP SUPPORT 3506M: Lennart Poettering <mzxreary@0pointer.de> 3507W: https://tango.0pointer.de/mailman/listinfo/s270-linux 3508W: http://0pointer.de/lennart/tchibo.html 3509S: Maintained 3510F: drivers/platform/x86/msi-laptop.c 3511 3512MULTIFUNCTION DEVICES (MFD) 3513M: Samuel Ortiz <sameo@linux.intel.com> 3514T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git 3515S: Supported 3516F: drivers/mfd/ 3517 3518MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 3519S: Orphan 3520L: linux-mmc@vger.kernel.org 3521F: drivers/mmc/ 3522F: include/linux/mmc/ 3523 3524MULTIMEDIA CARD (MMC) ETC. OVER SPI 3525M: David Brownell <dbrownell@users.sourceforge.net> 3526S: Odd Fixes 3527F: drivers/mmc/host/mmc_spi.c 3528F: include/linux/spi/mmc_spi.h 3529 3530MULTISOUND SOUND DRIVER 3531M: Andrew Veliath <andrewtv@usa.net> 3532S: Maintained 3533F: Documentation/sound/oss/MultiSound 3534F: sound/oss/msnd* 3535 3536MULTITECH MULTIPORT CARD (ISICOM) 3537M: Jiri Slaby <jirislaby@gmail.com> 3538S: Maintained 3539F: drivers/char/isicom.c 3540F: include/linux/isicom.h 3541 3542MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 3543M: Felipe Balbi <felipe.balbi@nokia.com> 3544L: linux-usb@vger.kernel.org 3545T: git git://gitorious.org/musb/mainline.git 3546S: Maintained 3547F: drivers/usb/musb/ 3548 3549MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 3550M: Andrew Gallatin <gallatin@myri.com> 3551M: Brice Goglin <brice@myri.com> 3552L: netdev@vger.kernel.org 3553W: http://www.myri.com/scs/download-Myri10GE.html 3554S: Supported 3555F: drivers/net/myri10ge/ 3556 3557NATSEMI ETHERNET DRIVER (DP8381x) 3558M: Tim Hockin <thockin@hockin.org> 3559S: Maintained 3560F: drivers/net/natsemi.c 3561 3562NCP FILESYSTEM 3563M: Petr Vandrovec <vandrove@vc.cvut.cz> 3564S: Maintained 3565F: fs/ncpfs/ 3566 3567NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 3568M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 3569L: linux-scsi@vger.kernel.org 3570S: Maintained 3571F: drivers/scsi/NCR_D700.* 3572 3573NETEFFECT IWARP RNIC DRIVER (IW_NES) 3574M: Faisal Latif <faisal.latif@intel.com> 3575M: Chien Tung <chien.tin.tung@intel.com> 3576L: linux-rdma@vger.kernel.org 3577W: http://www.neteffect.com 3578S: Supported 3579F: drivers/infiniband/hw/nes/ 3580 3581NETEM NETWORK EMULATOR 3582M: Stephen Hemminger <shemminger@linux-foundation.org> 3583L: netem@lists.linux-foundation.org 3584S: Maintained 3585F: net/sched/sch_netem.c 3586 3587NETERION (S2IO) 10GbE DRIVER (xframe/vxge) 3588M: Ramkrishna Vepa <ram.vepa@neterion.com> 3589M: Rastapur Santosh <santosh.rastapur@neterion.com> 3590M: Sivakumar Subramani <sivakumar.subramani@neterion.com> 3591M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> 3592M: Anil Murthy <anil.murthy@neterion.com> 3593L: netdev@vger.kernel.org 3594W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous 3595W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous 3596S: Supported 3597F: Documentation/networking/s2io.txt 3598F: drivers/net/s2io* 3599 3600NETFILTER/IPTABLES/IPCHAINS 3601P: Rusty Russell 3602P: Marc Boucher 3603P: James Morris 3604P: Harald Welte 3605P: Jozsef Kadlecsik 3606M: Patrick McHardy <kaber@trash.net> 3607L: netfilter-devel@vger.kernel.org 3608L: netfilter@vger.kernel.org 3609L: coreteam@netfilter.org 3610W: http://www.netfilter.org/ 3611W: http://www.iptables.org/ 3612T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git 3613S: Supported 3614F: include/linux/netfilter* 3615F: include/linux/netfilter/ 3616F: include/net/netfilter/ 3617F: net/*/netfilter.c 3618F: net/*/netfilter/ 3619F: net/netfilter/ 3620 3621NETLABEL 3622M: Paul Moore <paul.moore@hp.com> 3623W: http://netlabel.sf.net 3624L: netdev@vger.kernel.org 3625S: Supported 3626F: Documentation/netlabel/ 3627F: include/net/netlabel.h 3628F: net/netlabel/ 3629 3630NETROM NETWORK LAYER 3631M: Ralf Baechle <ralf@linux-mips.org> 3632L: linux-hams@vger.kernel.org 3633W: http://www.linux-ax25.org/ 3634S: Maintained 3635F: include/linux/netrom.h 3636F: include/net/netrom.h 3637F: net/netrom/ 3638 3639NETWORK BLOCK DEVICE (NBD) 3640M: Paul Clements <Paul.Clements@steeleye.com> 3641S: Maintained 3642F: Documentation/blockdev/nbd.txt 3643F: drivers/block/nbd.c 3644F: include/linux/nbd.h 3645 3646NETWORKING [GENERAL] 3647M: "David S. Miller" <davem@davemloft.net> 3648L: netdev@vger.kernel.org 3649W: http://www.linuxfoundation.org/en/Net 3650T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3651S: Maintained 3652F: net/ 3653F: include/net/ 3654F: include/linux/in.h 3655F: include/linux/net.h 3656F: include/linux/netdevice.h 3657 3658NETWORKING [IPv4/IPv6] 3659M: "David S. Miller" <davem@davemloft.net> 3660M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> 3661M: "Pekka Savola (ipv6)" <pekkas@netcore.fi> 3662M: James Morris <jmorris@namei.org> 3663M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> 3664M: Patrick McHardy <kaber@trash.net> 3665L: netdev@vger.kernel.org 3666T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3667S: Maintained 3668F: net/ipv4/ 3669F: net/ipv6/ 3670F: include/net/ip* 3671 3672NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 3673M: Paul Moore <paul.moore@hp.com> 3674L: netdev@vger.kernel.org 3675S: Maintained 3676 3677NETWORKING [WIRELESS] 3678M: "John W. Linville" <linville@tuxdriver.com> 3679L: linux-wireless@vger.kernel.org 3680T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3681S: Maintained 3682F: net/mac80211/ 3683F: net/rfkill/ 3684F: net/wireless/ 3685F: include/net/ieee80211* 3686F: include/linux/wireless.h 3687F: drivers/net/wireless/ 3688 3689NETWORKING DRIVERS 3690L: netdev@vger.kernel.org 3691W: http://www.linuxfoundation.org/en/Net 3692T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3693S: Odd Fixes 3694F: drivers/net/ 3695F: include/linux/if_* 3696F: include/linux/*device.h 3697 3698NETXEN (1/10) GbE SUPPORT 3699M: Dhananjay Phadke <dhananjay@netxen.com> 3700L: netdev@vger.kernel.org 3701W: http://www.netxen.com 3702S: Supported 3703F: drivers/net/netxen/ 3704 3705NFS, SUNRPC, AND LOCKD CLIENTS 3706M: Trond Myklebust <Trond.Myklebust@netapp.com> 3707L: linux-nfs@vger.kernel.org 3708W: http://client.linux-nfs.org 3709T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 3710S: Maintained 3711F: fs/lockd/ 3712F: fs/nfs/ 3713F: fs/nfs_common/ 3714F: net/sunrpc/ 3715F: include/linux/lockd/ 3716F: include/linux/nfs* 3717F: include/linux/sunrpc/ 3718 3719NI5010 NETWORK DRIVER 3720M: Jan-Pascal van Best <janpascal@vanbest.org> 3721M: Andreas Mohr <andi@lisas.de> 3722L: netdev@vger.kernel.org 3723S: Maintained 3724F: drivers/net/ni5010.* 3725 3726NILFS2 FILESYSTEM 3727M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> 3728L: users@nilfs.org 3729W: http://www.nilfs.org/en/ 3730S: Supported 3731F: Documentation/filesystems/nilfs2.txt 3732F: fs/nilfs2/ 3733F: include/linux/nilfs2_fs.h 3734 3735NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 3736M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 3737W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3738S: Maintained 3739F: Documentation/scsi/NinjaSCSI.txt 3740F: drivers/scsi/pcmcia/nsp_* 3741 3742NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 3743M: GOTO Masanori <gotom@debian.or.jp> 3744M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 3745W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3746S: Maintained 3747F: Documentation/scsi/NinjaSCSI.txt 3748F: drivers/scsi/nsp32* 3749 3750NTFS FILESYSTEM 3751M: Anton Altaparmakov <aia21@cantab.net> 3752L: linux-ntfs-dev@lists.sourceforge.net 3753W: http://www.linux-ntfs.org/ 3754T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git 3755S: Maintained 3756F: Documentation/filesystems/ntfs.txt 3757F: fs/ntfs/ 3758 3759NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 3760M: Antonino Daplas <adaplas@gmail.com> 3761L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3762S: Maintained 3763F: drivers/video/riva/ 3764F: drivers/video/nvidia/ 3765 3766OMAP SUPPORT 3767M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> 3768L: linux-omap@vger.kernel.org 3769W: http://www.muru.com/linux/omap/ 3770W: http://linux.omap.com/ 3771T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git 3772S: Maintained 3773F: arch/arm/*omap*/ 3774 3775OMAP CLOCK FRAMEWORK SUPPORT 3776M: Paul Walmsley <paul@pwsan.com> 3777L: linux-omap@vger.kernel.org 3778S: Maintained 3779F: arch/arm/*omap*/*clock* 3780 3781OMAP POWER MANAGEMENT SUPPORT 3782M: Kevin Hilman <khilman@deeprootsystems.com> 3783L: linux-omap@vger.kernel.org 3784S: Maintained 3785F: arch/arm/*omap*/*pm* 3786 3787OMAP AUDIO SUPPORT 3788M: Jarkko Nikula <jhnikula@gmail.com> 3789L: alsa-devel@alsa-project.org (subscribers-only) 3790L: linux-omap@vger.kernel.org 3791S: Maintained 3792F: sound/soc/omap/ 3793 3794OMAP FRAMEBUFFER SUPPORT 3795M: Imre Deak <imre.deak@nokia.com> 3796L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3797L: linux-omap@vger.kernel.org 3798S: Maintained 3799F: drivers/video/omap/ 3800 3801OMAP MMC SUPPORT 3802M: Jarkko Lavinen <jarkko.lavinen@nokia.com> 3803L: linux-omap@vger.kernel.org 3804S: Maintained 3805F: drivers/mmc/host/omap.c 3806 3807OMAP HS MMC SUPPORT 3808M: Madhusudhan Chikkature <madhu.cr@ti.com> 3809L: linux-omap@vger.kernel.org 3810S: Maintained 3811F: drivers/mmc/host/omap_hsmmc.c 3812 3813OMAP RANDOM NUMBER GENERATOR SUPPORT 3814M: Deepak Saxena <dsaxena@plexity.net> 3815S: Maintained 3816F: drivers/char/hw_random/omap-rng.c 3817 3818OMAP USB SUPPORT 3819M: Felipe Balbi <felipe.balbi@nokia.com> 3820M: David Brownell <dbrownell@users.sourceforge.net> 3821L: linux-usb@vger.kernel.org 3822L: linux-omap@vger.kernel.org 3823S: Maintained 3824 3825OMFS FILESYSTEM 3826M: Bob Copeland <me@bobcopeland.com> 3827L: linux-karma-devel@lists.sourceforge.net 3828S: Maintained 3829F: Documentation/filesystems/omfs.txt 3830F: fs/omfs/ 3831 3832OMNIKEY CARDMAN 4000 DRIVER 3833M: Harald Welte <laforge@gnumonks.org> 3834S: Maintained 3835F: drivers/char/pcmcia/cm4000_cs.c 3836F: include/linux/cm4000_cs.h 3837 3838OMNIKEY CARDMAN 4040 DRIVER 3839M: Harald Welte <laforge@gnumonks.org> 3840S: Maintained 3841F: drivers/char/pcmcia/cm4040_cs.* 3842 3843OMNIVISION OV7670 SENSOR DRIVER 3844M: Jonathan Corbet <corbet@lwn.net> 3845L: linux-media@vger.kernel.org 3846T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3847S: Maintained 3848F: drivers/media/video/ov7670.c 3849 3850ONENAND FLASH DRIVER 3851M: Kyungmin Park <kyungmin.park@samsung.com> 3852L: linux-mtd@lists.infradead.org 3853S: Maintained 3854F: drivers/mtd/onenand/ 3855F: include/linux/mtd/onenand*.h 3856 3857ONSTREAM SCSI TAPE DRIVER 3858M: Willem Riede <osst@riede.org> 3859L: osst-users@lists.sourceforge.net 3860L: linux-scsi@vger.kernel.org 3861S: Maintained 3862F: drivers/scsi/osst* 3863F: drivers/scsi/st* 3864 3865OPENCORES I2C BUS DRIVER 3866M: Peter Korsgaard <jacmet@sunsite.dk> 3867L: linux-i2c@vger.kernel.org 3868S: Maintained 3869F: Documentation/i2c/busses/i2c-ocores 3870F: drivers/i2c/busses/i2c-ocores.c 3871 3872OPROFILE 3873M: Robert Richter <robert.richter@amd.com> 3874L: oprofile-list@lists.sf.net 3875S: Maintained 3876F: arch/*/oprofile/ 3877F: drivers/oprofile/ 3878F: include/linux/oprofile.h 3879 3880ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 3881M: Mark Fasheh <mfasheh@suse.com> 3882M: Joel Becker <joel.becker@oracle.com> 3883L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 3884W: http://oss.oracle.com/projects/ocfs2/ 3885T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git 3886S: Supported 3887F: Documentation/filesystems/ocfs2.txt 3888F: Documentation/filesystems/dlmfs.txt 3889F: fs/ocfs2/ 3890 3891ORINOCO DRIVER 3892M: Pavel Roskin <proski@gnu.org> 3893M: David Gibson <hermes@gibson.dropbear.id.au> 3894L: linux-wireless@vger.kernel.org 3895L: orinoco-users@lists.sourceforge.net 3896L: orinoco-devel@lists.sourceforge.net 3897W: http://www.nongnu.org/orinoco/ 3898S: Maintained 3899F: drivers/net/wireless/orinoco/ 3900 3901OSD LIBRARY and FILESYSTEM 3902M: Boaz Harrosh <bharrosh@panasas.com> 3903M: Benny Halevy <bhalevy@panasas.com> 3904L: osd-dev@open-osd.org 3905W: http://open-osd.org 3906T: git git://git.open-osd.org/open-osd.git 3907S: Maintained 3908F: drivers/scsi/osd/ 3909F: include/scsi/osd_* 3910F: fs/exofs/ 3911 3912P54 WIRELESS DRIVER 3913M: Michael Wu <flamingice@sourmilk.net> 3914L: linux-wireless@vger.kernel.org 3915W: http://prism54.org 3916T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3917S: Maintained 3918F: drivers/net/wireless/p54/ 3919 3920PA SEMI ETHERNET DRIVER 3921M: Olof Johansson <olof@lixom.net> 3922L: netdev@vger.kernel.org 3923S: Maintained 3924F: drivers/net/pasemi_mac.* 3925 3926PA SEMI SMBUS DRIVER 3927M: Olof Johansson <olof@lixom.net> 3928L: linux-i2c@vger.kernel.org 3929S: Maintained 3930F: drivers/i2c/busses/i2c-pasemi.c 3931 3932PANASONIC LAPTOP ACPI EXTRAS DRIVER 3933M: Harald Welte <laforge@gnumonks.org> 3934S: Maintained 3935F: drivers/platform/x86/panasonic-laptop.c 3936 3937PANASONIC MN10300/AM33 PORT 3938M: David Howells <dhowells@redhat.com> 3939M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> 3940L: linux-am33-list@redhat.com (moderated for non-subscribers) 3941W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 3942S: Maintained 3943F: Documentation/mn10300/ 3944F: arch/mn10300/ 3945 3946PARALLEL PORT SUPPORT 3947L: linux-parport@lists.infradead.org (subscribers-only) 3948S: Orphan 3949F: drivers/parport/ 3950F: include/linux/parport*.h 3951F: drivers/char/ppdev.c 3952F: include/linux/ppdev.h 3953 3954PARAVIRT_OPS INTERFACE 3955M: Jeremy Fitzhardinge <jeremy@xensource.com> 3956M: Chris Wright <chrisw@sous-sol.org> 3957M: Alok Kataria <akataria@vmware.com> 3958M: Rusty Russell <rusty@rustcorp.com.au> 3959L: virtualization@lists.osdl.org 3960S: Supported 3961F: Documentation/ia64/paravirt_ops.txt 3962F: arch/*/kernel/paravirt* 3963F: arch/*/include/asm/paravirt.h 3964 3965PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 3966M: Tim Waugh <tim@cyberelk.net> 3967L: linux-parport@lists.infradead.org (subscribers-only) 3968W: http://www.torque.net/linux-pp.html 3969S: Maintained 3970F: Documentation/blockdev/paride.txt 3971F: drivers/block/paride/ 3972 3973PARISC ARCHITECTURE 3974M: Kyle McMartin <kyle@mcmartin.ca> 3975M: Helge Deller <deller@gmx.de> 3976L: linux-parisc@vger.kernel.org 3977W: http://www.parisc-linux.org/ 3978T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 3979S: Maintained 3980F: arch/parisc/ 3981F: drivers/parisc/ 3982 3983PC87360 HARDWARE MONITORING DRIVER 3984M: Jim Cromie <jim.cromie@gmail.com> 3985L: lm-sensors@lm-sensors.org 3986S: Maintained 3987F: Documentation/hwmon/pc87360 3988F: drivers/hwmon/pc87360.c 3989 3990PC8736x GPIO DRIVER 3991M: Jim Cromie <jim.cromie@gmail.com> 3992S: Maintained 3993F: drivers/char/pc8736x_gpio.c 3994 3995PCA9532 LED DRIVER 3996M: Riku Voipio <riku.voipio@iki.fi> 3997S: Maintained 3998F: drivers/leds/leds-pca9532.c 3999F: include/linux/leds-pca9532.h 4000 4001PCA9564/PCA9665 I2C BUS DRIVER 4002M: Wolfram Sang <w.sang@pengutronix.de> 4003L: linux-i2c@vger.kernel.org 4004S: Maintained 4005F: drivers/i2c/algos/i2c-algo-pca.c 4006F: drivers/i2c/busses/i2c-pca-* 4007F: include/linux/i2c-algo-pca.h 4008F: include/linux/i2c-pca-platform.h 4009 4010PCI ERROR RECOVERY 4011M: Linas Vepstas <linas@austin.ibm.com> 4012L: linux-pci@vger.kernel.org 4013S: Supported 4014F: Documentation/PCI/pci-error-recovery.txt 4015F: Documentation/powerpc/eeh-pci-error-recovery.txt 4016 4017PCI SUBSYSTEM 4018M: Jesse Barnes <jbarnes@virtuousgeek.org> 4019L: linux-pci@vger.kernel.org 4020T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 4021S: Supported 4022F: Documentation/PCI/ 4023F: drivers/pci/ 4024F: include/linux/pci* 4025 4026PCI HOTPLUG 4027M: Jesse Barnes <jbarnes@virtuousgeek.org> 4028L: linux-pci@vger.kernel.org 4029S: Supported 4030F: drivers/pci/hotplug 4031 4032PCMCIA SUBSYSTEM 4033P: Linux PCMCIA Team 4034L: linux-pcmcia@lists.infradead.org 4035W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 4036T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 4037S: Maintained 4038F: Documentation/pcmcia/ 4039F: drivers/pcmcia/ 4040F: include/pcmcia/ 4041 4042PCNET32 NETWORK DRIVER 4043M: Don Fry <pcnet32@verizon.net> 4044L: netdev@vger.kernel.org 4045S: Maintained 4046F: drivers/net/pcnet32.c 4047 4048PER-TASK DELAY ACCOUNTING 4049M: Balbir Singh <balbir@linux.vnet.ibm.com> 4050S: Maintained 4051F: include/linux/delayacct.h 4052F: kernel/delayacct.c 4053 4054PERFORMANCE EVENTS SUBSYSTEM 4055M: Peter Zijlstra <a.p.zijlstra@chello.nl> 4056M: Paul Mackerras <paulus@samba.org> 4057M: Ingo Molnar <mingo@elte.hu> 4058S: Supported 4059 4060PERSONALITY HANDLING 4061M: Christoph Hellwig <hch@infradead.org> 4062L: linux-abi-devel@lists.sourceforge.net 4063S: Maintained 4064F: include/linux/personality.h 4065 4066PHRAM MTD DRIVER 4067M: Joern Engel <joern@lazybastard.org> 4068L: linux-mtd@lists.infradead.org 4069S: Maintained 4070F: drivers/mtd/devices/phram.c 4071 4072PKTCDVD DRIVER 4073M: Peter Osterlund <petero2@telia.com> 4074S: Maintained 4075F: drivers/block/pktcdvd.c 4076F: include/linux/pktcdvd.h 4077 4078PMC SIERRA MaxRAID DRIVER 4079M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> 4080L: linux-scsi@vger.kernel.org 4081W: http://www.pmc-sierra.com/ 4082S: Supported 4083F: drivers/scsi/pmcraid.* 4084 4085POSIX CLOCKS and TIMERS 4086M: Thomas Gleixner <tglx@linutronix.de> 4087S: Supported 4088F: fs/timerfd.c 4089F: include/linux/timer* 4090F: kernel/*timer* 4091 4092POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 4093M: Anton Vorontsov <cbou@mail.ru> 4094M: David Woodhouse <dwmw2@infradead.org> 4095T: git git://git.infradead.org/battery-2.6.git 4096S: Maintained 4097F: include/linux/power_supply.h 4098F: drivers/power/power_supply* 4099 4100PNP SUPPORT 4101M: Adam Belay <abelay@mit.edu> 4102M: Bjorn Helgaas <bjorn.helgaas@hp.com> 4103S: Maintained 4104F: drivers/pnp/ 4105 4106PNXxxxx I2C DRIVER 4107M: Vitaly Wool <vitalywool@gmail.com> 4108L: linux-i2c@vger.kernel.org 4109S: Maintained 4110F: drivers/i2c/busses/i2c-pnx.c 4111 4112PPP PROTOCOL DRIVERS AND COMPRESSORS 4113M: Paul Mackerras <paulus@samba.org> 4114L: linux-ppp@vger.kernel.org 4115S: Maintained 4116F: drivers/net/ppp_* 4117 4118PPP OVER ATM (RFC 2364) 4119M: Mitchell Blank Jr <mitch@sfgoth.com> 4120S: Maintained 4121F: net/atm/pppoatm.c 4122F: include/linux/atmppp.h 4123 4124PPP OVER ETHERNET 4125M: Michal Ostrowski <mostrows@earthlink.net> 4126S: Maintained 4127F: drivers/net/pppoe.c 4128F: drivers/net/pppox.c 4129 4130PPP OVER L2TP 4131M: James Chapman <jchapman@katalix.com> 4132S: Maintained 4133F: drivers/net/pppol2tp.c 4134F: include/linux/if_pppol2tp.h 4135 4136PPS SUPPORT 4137M: Rodolfo Giometti <giometti@enneenne.com> 4138W: http://wiki.enneenne.com/index.php/LinuxPPS_support 4139L: linuxpps@ml.enneenne.com (subscribers-only) 4140S: Maintained 4141F: Documentation/pps/ 4142F: drivers/pps/ 4143F: include/linux/pps*.h 4144 4145PREEMPTIBLE KERNEL 4146M: Robert Love <rml@tech9.net> 4147L: kpreempt-tech@lists.sourceforge.net 4148W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 4149S: Supported 4150F: Documentation/preempt-locking.txt 4151F: include/linux/preempt.h 4152 4153PRISM54 WIRELESS DRIVER 4154M: "Luis R. Rodriguez" <mcgrof@gmail.com> 4155L: linux-wireless@vger.kernel.org 4156W: http://prism54.org 4157S: Maintained 4158F: drivers/net/wireless/prism54/ 4159 4160PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 4161M: Peter Denison <promise@pnd-pc.demon.co.uk> 4162W: http://www.pnd-pc.demon.co.uk/promise/ 4163S: Maintained 4164 4165PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 4166M: Mikael Pettersson <mikpe@it.uu.se> 4167L: linux-ide@vger.kernel.org 4168S: Maintained 4169F: drivers/ata/sata_promise.* 4170 4171PS3 NETWORK SUPPORT 4172M: Geoff Levand <geoffrey.levand@am.sony.com> 4173L: netdev@vger.kernel.org 4174L: cbe-oss-dev@ozlabs.org 4175S: Supported 4176F: drivers/net/ps3_gelic_net.* 4177 4178PS3 PLATFORM SUPPORT 4179M: Geoff Levand <geoffrey.levand@am.sony.com> 4180L: linuxppc-dev@ozlabs.org 4181L: cbe-oss-dev@ozlabs.org 4182S: Supported 4183F: arch/powerpc/boot/ps3* 4184F: arch/powerpc/include/asm/lv1call.h 4185F: arch/powerpc/include/asm/ps3*.h 4186F: arch/powerpc/platforms/ps3/ 4187F: drivers/*/ps3* 4188F: drivers/ps3/ 4189F: drivers/rtc/rtc-ps3.c 4190F: drivers/usb/host/*ps3.c 4191F: sound/ppc/snd_ps3* 4192 4193PS3VRAM DRIVER 4194M: Jim Paris <jim@jtan.com> 4195L: cbe-oss-dev@ozlabs.org 4196S: Maintained 4197 4198PTRACE SUPPORT 4199M: Roland McGrath <roland@redhat.com> 4200M: Oleg Nesterov <oleg@redhat.com> 4201S: Maintained 4202F: include/asm-generic/syscall.h 4203F: include/linux/ptrace.h 4204F: include/linux/regset.h 4205F: include/linux/tracehook.h 4206F: kernel/ptrace.c 4207 4208PVRUSB2 VIDEO4LINUX DRIVER 4209M: Mike Isely <isely@pobox.com> 4210L: pvrusb2@isely.net (subscribers-only) 4211L: linux-media@vger.kernel.org 4212W: http://www.isely.net/pvrusb2/ 4213T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4214S: Maintained 4215F: Documentation/video4linux/README.pvrusb2 4216F: drivers/media/video/pvrusb2/ 4217 4218PXA2xx/PXA3xx SUPPORT 4219M: Eric Miao <eric.y.miao@gmail.com> 4220M: Russell King <linux@arm.linux.org.uk> 4221L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 4222S: Maintained 4223F: arch/arm/mach-pxa/ 4224F: drivers/pcmcia/pxa2xx* 4225F: drivers/spi/pxa2xx* 4226F: drivers/usb/gadget/pxa2* 4227F: include/sound/pxa2xx-lib.h 4228F: sound/arm/pxa* 4229F: sound/soc/pxa 4230 4231PXA168 SUPPORT 4232M: Eric Miao <eric.y.miao@gmail.com> 4233M: Jason Chagas <jason.chagas@marvell.com> 4234L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 4235T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4236S: Maintained 4237 4238PXA910 SUPPORT 4239M: Eric Miao <eric.y.miao@gmail.com> 4240L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 4241T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4242S: Maintained 4243 4244PXA MMCI DRIVER 4245S: Orphan 4246 4247PXA RTC DRIVER 4248M: Robert Jarzmik <robert.jarzmik@free.fr> 4249L: rtc-linux@googlegroups.com 4250S: Maintained 4251 4252QLOGIC QLA2XXX FC-SCSI DRIVER 4253M: Andrew Vasquez <andrew.vasquez@qlogic.com> 4254M: linux-driver@qlogic.com 4255L: linux-scsi@vger.kernel.org 4256S: Supported 4257F: Documentation/scsi/LICENSE.qla2xxx 4258F: drivers/scsi/qla2xxx/ 4259 4260QLOGIC QLA3XXX NETWORK DRIVER 4261M: Ron Mercer <ron.mercer@qlogic.com> 4262M: linux-driver@qlogic.com 4263L: netdev@vger.kernel.org 4264S: Supported 4265F: Documentation/networking/LICENSE.qla3xxx 4266F: drivers/net/qla3xxx.* 4267 4268QLOGIC QLGE 10Gb ETHERNET DRIVER 4269M: Ron Mercer <ron.mercer@qlogic.com> 4270M: linux-driver@qlogic.com 4271L: netdev@vger.kernel.org 4272S: Supported 4273F: drivers/net/qlge/ 4274 4275QNX4 FILESYSTEM 4276M: Anders Larsen <al@alarsen.net> 4277W: http://www.alarsen.net/linux/qnx4fs/ 4278S: Maintained 4279F: fs/qnx4/ 4280F: include/linux/qnx4_fs.h 4281F: include/linux/qnxtypes.h 4282 4283RADEON FRAMEBUFFER DISPLAY DRIVER 4284M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 4285L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4286S: Maintained 4287F: drivers/video/aty/radeon* 4288F: include/linux/radeonfb.h 4289 4290RAGE128 FRAMEBUFFER DISPLAY DRIVER 4291M: Paul Mackerras <paulus@samba.org> 4292L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4293S: Maintained 4294F: drivers/video/aty/aty128fb.c 4295 4296RALINK RT2X00 WIRELESS LAN DRIVER 4297P: rt2x00 project 4298L: linux-wireless@vger.kernel.org 4299L: users@rt2x00.serialmonkey.com 4300W: http://rt2x00.serialmonkey.com/ 4301S: Maintained 4302T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 4303F: drivers/net/wireless/rt2x00/ 4304 4305RAMDISK RAM BLOCK DEVICE DRIVER 4306M: Nick Piggin <npiggin@suse.de> 4307S: Maintained 4308F: Documentation/blockdev/ramdisk.txt 4309F: drivers/block/brd.c 4310 4311RANDOM NUMBER DRIVER 4312M: Matt Mackall <mpm@selenic.com> 4313S: Maintained 4314F: drivers/char/random.c 4315 4316RAPIDIO SUBSYSTEM 4317M: Matt Porter <mporter@kernel.crashing.org> 4318S: Maintained 4319F: drivers/rapidio/ 4320 4321RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 4322M: Corey Thomas <coreythomas@charter.net> 4323L: linux-wireless@vger.kernel.org 4324S: Maintained 4325F: drivers/net/wireless/ray* 4326 4327RCUTORTURE MODULE 4328M: Josh Triplett <josh@freedesktop.org> 4329M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 4330S: Maintained 4331F: Documentation/RCU/torture.txt 4332F: kernel/rcutorture.c 4333 4334RDC R-321X SoC 4335M: Florian Fainelli <florian@openwrt.org> 4336S: Maintained 4337 4338RDC R6040 FAST ETHERNET DRIVER 4339M: Florian Fainelli <florian@openwrt.org> 4340L: netdev@vger.kernel.org 4341S: Maintained 4342F: drivers/net/r6040.c 4343 4344RDS - RELIABLE DATAGRAM SOCKETS 4345M: Andy Grover <andy.grover@oracle.com> 4346L: rds-devel@oss.oracle.com (moderated for non-subscribers) 4347S: Supported 4348F: net/rds/ 4349 4350READ-COPY UPDATE (RCU) 4351M: Dipankar Sarma <dipankar@in.ibm.com> 4352M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 4353W: http://www.rdrop.com/users/paulmck/rclock/ 4354S: Supported 4355F: Documentation/RCU/rcu.txt 4356F: Documentation/RCU/rcuref.txt 4357F: include/linux/rcupdate.h 4358F: include/linux/srcu.h 4359F: kernel/rcupdate.c 4360 4361REAL TIME CLOCK DRIVER 4362M: Paul Gortmaker <p_gortmaker@yahoo.com> 4363S: Maintained 4364F: Documentation/rtc.txt 4365F: drivers/rtc/ 4366F: include/linux/rtc.h 4367 4368REAL TIME CLOCK (RTC) SUBSYSTEM 4369M: Alessandro Zummo <a.zummo@towertech.it> 4370L: rtc-linux@googlegroups.com 4371S: Maintained 4372F: Documentation/rtc.txt 4373F: drivers/rtc/ 4374F: include/linux/rtc.h 4375 4376REISERFS FILE SYSTEM 4377L: reiserfs-devel@vger.kernel.org 4378S: Supported 4379F: fs/reiserfs/ 4380 4381RFKILL 4382M: Johannes Berg <johannes@sipsolutions.net> 4383L: linux-wireless@vger.kernel.org 4384S: Maintained 4385F Documentation/rfkill.txt 4386F: net/rfkill/ 4387 4388RISCOM8 DRIVER 4389S: Orphan 4390F: Documentation/serial/riscom8.txt 4391F: drivers/char/riscom8* 4392 4393ROCKETPORT DRIVER 4394P: Comtrol Corp. 4395W: http://www.comtrol.com 4396S: Maintained 4397F: Documentation/serial/rocket.txt 4398F: drivers/char/rocket* 4399 4400ROSE NETWORK LAYER 4401M: Ralf Baechle <ralf@linux-mips.org> 4402L: linux-hams@vger.kernel.org 4403W: http://www.linux-ax25.org/ 4404S: Maintained 4405F: include/linux/rose.h 4406F: include/net/rose.h 4407F: net/rose/ 4408 4409RTL8180 WIRELESS DRIVER 4410M: "John W. Linville" <linville@tuxdriver.com> 4411L: linux-wireless@vger.kernel.org 4412W: http://linuxwireless.org/ 4413T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4414S: Maintained 4415F: drivers/net/wireless/rtl818x/rtl8180* 4416 4417RTL8187 WIRELESS DRIVER 4418M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> 4419M: Hin-Tak Leung <htl10@users.sourceforge.net> 4420M: Larry Finger <Larry.Finger@lwfinger.net> 4421L: linux-wireless@vger.kernel.org 4422W: http://linuxwireless.org/ 4423T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4424S: Maintained 4425F: drivers/net/wireless/rtl818x/rtl8187* 4426 4427S3 SAVAGE FRAMEBUFFER DRIVER 4428M: Antonino Daplas <adaplas@gmail.com> 4429L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4430S: Maintained 4431F: drivers/video/savage/ 4432 4433S390 4434M: Martin Schwidefsky <schwidefsky@de.ibm.com> 4435M: Heiko Carstens <heiko.carstens@de.ibm.com> 4436M: linux390@de.ibm.com 4437L: linux-s390@vger.kernel.org 4438W: http://www.ibm.com/developerworks/linux/linux390/ 4439S: Supported 4440F: arch/s390/ 4441 4442S390 NETWORK DRIVERS 4443M: Ursula Braun <ursula.braun@de.ibm.com> 4444M: Frank Blaschka <blaschka@linux.vnet.ibm.com> 4445M: linux390@de.ibm.com 4446L: linux-s390@vger.kernel.org 4447W: http://www.ibm.com/developerworks/linux/linux390/ 4448S: Supported 4449F: drivers/s390/net/ 4450 4451S390 ZCRYPT DRIVER 4452M: Felix Beck <felix.beck@de.ibm.com> 4453M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> 4454M: linux390@de.ibm.com 4455L: linux-s390@vger.kernel.org 4456S: Supported 4457F: drivers/s390/crypto/ 4458 4459S390 ZFCP DRIVER 4460M: Christof Schmitt <christof.schmitt@de.ibm.com> 4461M: Martin Peschke <mp3@de.ibm.com> 4462M: linux390@de.ibm.com 4463L: linux-s390@vger.kernel.org 4464W: http://www.ibm.com/developerworks/linux/linux390/ 4465S: Supported 4466F: Documentation/s390/zfcpdump.txt 4467F: drivers/s390/scsi/zfcp_* 4468 4469S390 IUCV NETWORK LAYER 4470M: Ursula Braun <ursula.braun@de.ibm.com> 4471M: linux390@de.ibm.com 4472L: linux-s390@vger.kernel.org 4473W: http://www.ibm.com/developerworks/linux/linux390/ 4474S: Supported 4475F: drivers/s390/net/*iucv* 4476F: include/net/iucv/ 4477F: net/iucv/ 4478 4479S3C24XX SD/MMC Driver 4480M: Ben Dooks <ben-linux@fluff.org> 4481L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 4482S: Supported 4483F: drivers/mmc/host/s3cmci.* 4484 4485SAA7146 VIDEO4LINUX-2 DRIVER 4486M: Michael Hunold <michael@mihu.de> 4487L: linux-media@vger.kernel.org 4488T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4489W: http://www.mihu.de/linux/saa7146 4490S: Maintained 4491F: drivers/media/common/saa7146* 4492F: drivers/media/video/*7146* 4493F: include/media/*7146* 4494 4495SC1200 WDT DRIVER 4496M: Zwane Mwaikambo <zwane@arm.linux.org.uk> 4497S: Maintained 4498F: drivers/watchdog/sc1200wdt.c 4499 4500SCHEDULER 4501M: Ingo Molnar <mingo@elte.hu> 4502M: Peter Zijlstra <peterz@infradead.org> 4503S: Maintained 4504F: kernel/sched* 4505F: include/linux/sched.h 4506 4507SCORE ARCHITECTURE 4508P: Chen Liqin 4509M: liqin.chen@sunplusct.com 4510P: Lennox Wu 4511M: lennox.wu@gmail.com 4512W: http://www.sunplusct.com 4513S: Supported 4514 4515SCSI CDROM DRIVER 4516M: Jens Axboe <axboe@kernel.dk> 4517L: linux-scsi@vger.kernel.org 4518W: http://www.kernel.dk 4519S: Maintained 4520F: drivers/scsi/sr* 4521 4522SCSI SG DRIVER 4523M: Doug Gilbert <dgilbert@interlog.com> 4524L: linux-scsi@vger.kernel.org 4525W: http://www.torque.net/sg 4526S: Maintained 4527F: drivers/scsi/sg.c 4528F: include/scsi/sg.h 4529 4530SCSI SUBSYSTEM 4531M: "James E.J. Bottomley" <James.Bottomley@suse.de> 4532L: linux-scsi@vger.kernel.org 4533T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 4534T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 4535T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 4536S: Maintained 4537F: drivers/scsi/ 4538F: include/scsi/ 4539 4540SCSI TAPE DRIVER 4541M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> 4542L: linux-scsi@vger.kernel.org 4543S: Maintained 4544F: Documentation/scsi/st.txt 4545F: drivers/scsi/st* 4546 4547SCTP PROTOCOL 4548M: Vlad Yasevich <vladislav.yasevich@hp.com> 4549M: Sridhar Samudrala <sri@us.ibm.com> 4550L: linux-sctp@vger.kernel.org 4551W: http://lksctp.sourceforge.net 4552S: Supported 4553F: Documentation/networking/sctp.txt 4554F: include/linux/sctp.h 4555F: include/net/sctp/ 4556F: net/sctp/ 4557 4558SCx200 CPU SUPPORT 4559M: Jim Cromie <jim.cromie@gmail.com> 4560S: Odd Fixes 4561F: Documentation/i2c/busses/scx200_acb 4562F: arch/x86/kernel/scx200_32.c 4563F: drivers/watchdog/scx200_wdt.c 4564F: drivers/i2c/busses/scx200* 4565F: drivers/mtd/maps/scx200_docflash.c 4566F: include/linux/scx200.h 4567 4568SCx200 GPIO DRIVER 4569M: Jim Cromie <jim.cromie@gmail.com> 4570S: Maintained 4571F: drivers/char/scx200_gpio.c 4572F: include/linux/scx200_gpio.h 4573 4574SCx200 HRT CLOCKSOURCE DRIVER 4575M: Jim Cromie <jim.cromie@gmail.com> 4576S: Maintained 4577F: drivers/clocksource/scx200_hrt.c 4578 4579SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 4580M: Sascha Sommer <saschasommer@freenet.de> 4581L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 4582S: Maintained 4583F: drivers/mmc/host/sdricoh_cs.c 4584 4585SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4586S: Orphan 4587L: linux-mmc@vger.kernel.org 4588F: drivers/mmc/host/sdhci.* 4589 4590SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 4591M: Anton Vorontsov <avorontsov@ru.mvista.com> 4592L: linuxppc-dev@ozlabs.org 4593L: linux-mmc@vger.kernel.org 4594S: Maintained 4595F: drivers/mmc/host/sdhci-of.* 4596 4597SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 4598M: Ben Dooks <ben-linux@fluff.org> 4599L: linux-mmc@vger.kernel.org 4600S: Maintained 4601F: drivers/mmc/host/sdhci-s3c.c 4602 4603SECURITY SUBSYSTEM 4604M: James Morris <jmorris@namei.org> 4605L: linux-security-module@vger.kernel.org (suggested Cc:) 4606T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4607W: http://security.wiki.kernel.org/ 4608S: Supported 4609F: security/ 4610 4611SECURITY CONTACT 4612M: Security Officers <security@kernel.org> 4613S: Supported 4614 4615SELINUX SECURITY MODULE 4616M: Stephen Smalley <sds@tycho.nsa.gov> 4617M: James Morris <jmorris@namei.org> 4618M: Eric Paris <eparis@parisplace.org> 4619L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 4620W: http://selinuxproject.org 4621T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4622S: Supported 4623F: include/linux/selinux* 4624F: security/selinux/ 4625 4626SENSABLE PHANTOM 4627M: Jiri Slaby <jirislaby@gmail.com> 4628S: Maintained 4629F: drivers/misc/phantom.c 4630F: include/linux/phantom.h 4631 4632SERIAL ATA (SATA) SUBSYSTEM 4633M: Jeff Garzik <jgarzik@pobox.com> 4634L: linux-ide@vger.kernel.org 4635T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 4636S: Supported 4637F: drivers/ata/ 4638F: include/linux/ata.h 4639F: include/linux/libata.h 4640 4641SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 4642M: Sathya Perla <sathyap@serverengines.com> 4643M: Subbu Seetharaman <subbus@serverengines.com> 4644L: netdev@vger.kernel.org 4645W: http://www.serverengines.com 4646S: Supported 4647F: drivers/net/benet/ 4648 4649SFC NETWORK DRIVER 4650M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> 4651M: Steve Hodgson <shodgson@solarflare.com> 4652M: Ben Hutchings <bhutchings@solarflare.com> 4653L: netdev@vger.kernel.org 4654S: Supported 4655F: drivers/net/sfc/ 4656 4657SGI GRU DRIVER 4658M: Jack Steiner <steiner@sgi.com> 4659S: Maintained 4660F: drivers/misc/sgi-gru/ 4661 4662SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 4663M: Pat Gefre <pfg@sgi.com> 4664L: linux-ia64@vger.kernel.org 4665S: Supported 4666F: Documentation/ia64/serial.txt 4667F: drivers/serial/ioc?_serial.c 4668F: include/linux/ioc?.h 4669 4670SGI VISUAL WORKSTATION 320 AND 540 4671M: Andrey Panin <pazke@donpac.ru> 4672L: linux-visws-devel@lists.sf.net 4673W: http://linux-visws.sf.net 4674S: Maintained for 2.6. 4675F: Documentation/sgi-visws.txt 4676 4677SGI XP/XPC/XPNET DRIVER 4678M: Robin Holt <holt@sgi.com> 4679S: Maintained 4680F: drivers/misc/sgi-xp/ 4681 4682SHARP LH SUPPORT (LH7952X & LH7A40X) 4683M: Marc Singer <elf@buici.com> 4684W: http://projects.buici.com/arm 4685L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 4686S: Maintained 4687F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen 4688F: arch/arm/mach-lh7a40x/ 4689F: drivers/serial/serial_lh7a40x.c 4690F: drivers/usb/gadget/lh7a40* 4691F: drivers/usb/host/ohci-lh7a40* 4692 4693SIMPLE FIRMWARE INTERFACE (SFI) 4694P: Len Brown 4695M: lenb@kernel.org 4696L: sfi-devel@simplefirmware.org 4697W: http://simplefirmware.org/ 4698T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git 4699S: Supported 4700F: arch/x86/kernel/*sfi* 4701F: drivers/sfi/ 4702F: include/linux/sfi*.h 4703 4704SIMTEC EB110ATX (Chalice CATS) 4705P: Ben Dooks 4706M: Vincent Sanders <support@simtec.co.uk> 4707W: http://www.simtec.co.uk/products/EB110ATX/ 4708S: Supported 4709 4710SIMTEC EB2410ITX (BAST) 4711P: Ben Dooks 4712M: Vincent Sanders <support@simtec.co.uk> 4713W: http://www.simtec.co.uk/products/EB2410ITX/ 4714S: Supported 4715F: arch/arm/mach-s3c2410/ 4716F: drivers/*/*s3c2410* 4717F: drivers/*/*/*s3c2410* 4718 4719TI DAVINCI MACHINE SUPPORT 4720P: Kevin Hilman 4721M: davinci-linux-open-source@linux.davincidsp.com 4722S: Supported 4723F: arch/arm/mach-davinci 4724 4725SIS 190 ETHERNET DRIVER 4726M: Francois Romieu <romieu@fr.zoreil.com> 4727L: netdev@vger.kernel.org 4728S: Maintained 4729F: drivers/net/sis190.c 4730 4731SIS 900/7016 FAST ETHERNET DRIVER 4732M: Daniele Venzano <venza@brownhat.org> 4733W: http://www.brownhat.org/sis900.html 4734L: netdev@vger.kernel.org 4735S: Maintained 4736F: drivers/net/sis900.* 4737 4738SIS 96X I2C/SMBUS DRIVER 4739M: "Mark M. Hoffman" <mhoffman@lightlink.com> 4740L: linux-i2c@vger.kernel.org 4741S: Maintained 4742F: Documentation/i2c/busses/i2c-sis96x 4743F: drivers/i2c/busses/i2c-sis96x.c 4744 4745SIS FRAMEBUFFER DRIVER 4746M: Thomas Winischhofer <thomas@winischhofer.net> 4747W: http://www.winischhofer.net/linuxsisvga.shtml 4748S: Maintained 4749F: Documentation/fb/sisfb.txt 4750F: drivers/video/sis/ 4751F: include/video/sisfb.h 4752 4753SIS USB2VGA DRIVER 4754M: Thomas Winischhofer <thomas@winischhofer.net> 4755W: http://www.winischhofer.at/linuxsisusbvga.shtml 4756S: Maintained 4757F: drivers/usb/misc/sisusbvga/ 4758 4759SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 4760M: Stephen Hemminger <shemminger@linux-foundation.org> 4761L: netdev@vger.kernel.org 4762S: Maintained 4763F: drivers/net/skge.* 4764F: drivers/net/sky2.* 4765 4766SLAB ALLOCATOR 4767M: Christoph Lameter <cl@linux-foundation.org> 4768M: Pekka Enberg <penberg@cs.helsinki.fi> 4769M: Matt Mackall <mpm@selenic.com> 4770L: linux-mm@kvack.org 4771S: Maintained 4772F: include/linux/sl?b*.h 4773F: mm/sl?b.c 4774 4775SMC91x ETHERNET DRIVER 4776M: Nicolas Pitre <nico@fluxnic.net> 4777S: Maintained 4778F: drivers/net/smc91x.* 4779 4780SMSC47B397 HARDWARE MONITOR DRIVER 4781M: "Mark M. Hoffman" <mhoffman@lightlink.com> 4782L: lm-sensors@lm-sensors.org 4783S: Maintained 4784F: Documentation/hwmon/smsc47b397 4785F: drivers/hwmon/smsc47b397.c 4786 4787SMSC911x ETHERNET DRIVER 4788M: Steve Glendinning <steve.glendinning@smsc.com> 4789L: netdev@vger.kernel.org 4790S: Supported 4791F: include/linux/smsc911x.h 4792F: drivers/net/smsc911x.* 4793 4794SMSC9420 PCI ETHERNET DRIVER 4795M: Steve Glendinning <steve.glendinning@smsc.com> 4796L: netdev@vger.kernel.org 4797S: Supported 4798F: drivers/net/smsc9420.* 4799 4800SMX UIO Interface 4801M: Ben Nizette <bn@niasdigital.com> 4802S: Maintained 4803F: drivers/uio/uio_smx.c 4804 4805SN-IA64 (Itanium) SUB-PLATFORM 4806M: Jes Sorensen <jes@sgi.com> 4807L: linux-altix@sgi.com 4808L: linux-ia64@vger.kernel.org 4809W: http://www.sgi.com/altix 4810S: Maintained 4811F: arch/ia64/sn/ 4812 4813SOC-CAMERA V4L2 SUBSYSTEM 4814M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 4815L: linux-media@vger.kernel.org 4816T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4817S: Maintained 4818F: include/media/v4l2* 4819F: drivers/media/video/v4l2* 4820 4821SOEKRIS NET48XX LED SUPPORT 4822M: Chris Boot <bootc@bootc.net> 4823S: Maintained 4824F: drivers/leds/leds-net48xx.c 4825 4826SOFTWARE RAID (Multiple Disks) SUPPORT 4827M: Neil Brown <neilb@suse.de> 4828L: linux-raid@vger.kernel.org 4829S: Supported 4830F: drivers/md/ 4831F: include/linux/raid/ 4832 4833SONIC NETWORK DRIVER 4834M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 4835L: netdev@vger.kernel.org 4836S: Maintained 4837F: drivers/net/sonic.* 4838 4839SONICS SILICON BACKPLANE DRIVER (SSB) 4840M: Michael Buesch <mb@bu3sch.de> 4841L: netdev@vger.kernel.org 4842S: Maintained 4843F: drivers/ssb/ 4844F: include/linux/ssb/ 4845 4846SONY VAIO CONTROL DEVICE DRIVER 4847M: Mattia Dongili <malattia@linux.it> 4848L: linux-acpi@vger.kernel.org 4849W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 4850S: Maintained 4851F: Documentation/laptops/sony-laptop.txt 4852F: drivers/char/sonypi.c 4853F: drivers/platform/x86/sony-laptop.c 4854F: include/linux/sony-laptop.h 4855 4856SONY MEMORYSTICK CARD SUPPORT 4857M: Alex Dubov <oakad@yahoo.com> 4858W: http://tifmxx.berlios.de/ 4859S: Maintained 4860F: drivers/memstick/host/tifm_ms.c 4861 4862SOUND 4863M: Jaroslav Kysela <perex@perex.cz> 4864M: Takashi Iwai <tiwai@suse.de> 4865L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4866W: http://www.alsa-project.org/ 4867T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git 4868T: git git://git.alsa-project.org/alsa-kernel.git 4869S: Maintained 4870F: Documentation/sound/ 4871F: include/sound/ 4872F: sound/ 4873 4874SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 4875M: Liam Girdwood <lrg@slimlogic.co.uk> 4876M: Mark Brown <broonie@opensource.wolfsonmicro.com> 4877T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git 4878L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4879W: http://alsa-project.org/main/index.php/ASoC 4880S: Supported 4881F: sound/soc/ 4882F: include/sound/soc* 4883 4884SPARC + UltraSPARC (sparc/sparc64) 4885M: "David S. Miller" <davem@davemloft.net> 4886L: sparclinux@vger.kernel.org 4887T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git 4888T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 4889S: Maintained 4890F: arch/sparc/ 4891 4892SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 4893M: Roger Wolff <R.E.Wolff@BitWizard.nl> 4894S: Supported 4895F: Documentation/serial/specialix.txt 4896F: drivers/char/specialix* 4897 4898SPI SUBSYSTEM 4899M: David Brownell <dbrownell@users.sourceforge.net> 4900L: spi-devel-general@lists.sourceforge.net 4901S: Maintained 4902F: Documentation/spi/ 4903F: drivers/spi/ 4904F: include/linux/spi/ 4905 4906SPIDERNET NETWORK DRIVER for CELL 4907M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> 4908M: Jens Osterkamp <jens@de.ibm.com> 4909L: netdev@vger.kernel.org 4910S: Supported 4911F: Documentation/networking/spider_net.txt 4912F: drivers/net/spider_net* 4913 4914SPU FILE SYSTEM 4915M: Jeremy Kerr <jk@ozlabs.org> 4916L: linuxppc-dev@ozlabs.org 4917L: cbe-oss-dev@ozlabs.org 4918W: http://www.ibm.com/developerworks/power/cell/ 4919S: Supported 4920F: Documentation/filesystems/spufs.txt 4921F: arch/powerpc/platforms/cell/spufs/ 4922 4923SQUASHFS FILE SYSTEM 4924M: Phillip Lougher <phillip@lougher.demon.co.uk> 4925L: squashfs-devel@lists.sourceforge.net (subscribers-only) 4926W: http://squashfs.org.uk 4927S: Maintained 4928F: Documentation/filesystems/squashfs.txt 4929F: fs/squashfs/ 4930 4931SRM (Alpha) environment access 4932M: Jan-Benedict Glaw <jbglaw@lug-owl.de> 4933S: Maintained 4934F: arch/alpha/kernel/srm_env.c 4935 4936STABLE BRANCH 4937M: Greg Kroah-Hartman <greg@kroah.com> 4938M: Chris Wright <chrisw@sous-sol.org> 4939L: stable@kernel.org 4940S: Maintained 4941 4942STAGING SUBSYSTEM 4943M: Greg Kroah-Hartman <gregkh@suse.de> 4944T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 4945L: devel@driverdev.osuosl.org 4946S: Maintained 4947F: drivers/staging/ 4948 4949STARFIRE/DURALAN NETWORK DRIVER 4950M: Ion Badulescu <ionut@badula.org> 4951S: Odd Fixes 4952F: drivers/net/starfire* 4953 4954STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 4955S: Orphan 4956F: drivers/net/wireless/strip.c 4957F: include/linux/if_strip.h 4958 4959STRADIS MPEG-2 DECODER DRIVER 4960M: Nathan Laredo <laredo@gnu.org> 4961W: http://www.stradis.com/ 4962S: Maintained 4963F: drivers/media/video/stradis.c 4964 4965SUN3/3X 4966M: Sam Creasey <sammy@sammy.net> 4967W: http://sammy.net/sun3/ 4968S: Maintained 4969F: arch/m68k/kernel/*sun3* 4970F: arch/m68k/sun3*/ 4971F: arch/m68k/include/asm/sun3* 4972 4973SUPERH 4974M: Paul Mundt <lethal@linux-sh.org> 4975L: linux-sh@vger.kernel.org 4976W: http://www.linux-sh.org 4977T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git 4978S: Supported 4979F: Documentation/sh/ 4980F: arch/sh/ 4981F: drivers/sh/ 4982 4983SUSPEND TO RAM 4984M: Len Brown <len.brown@intel.com> 4985M: Pavel Machek <pavel@ucw.cz> 4986M: "Rafael J. Wysocki" <rjw@sisk.pl> 4987L: linux-pm@lists.linux-foundation.org 4988S: Supported 4989F: Documentation/power/ 4990F: arch/x86/kernel/acpi/ 4991F: drivers/base/power/ 4992F: kernel/power/ 4993F: include/linux/suspend.h 4994F: include/linux/freezer.h 4995F: include/linux/pm.h 4996 4997SVGA HANDLING 4998M: Martin Mares <mj@ucw.cz> 4999L: linux-video@atrey.karlin.mff.cuni.cz 5000S: Maintained 5001F: Documentation/svga.txt 5002F: arch/x86/boot/video* 5003 5004SYSV FILESYSTEM 5005M: Christoph Hellwig <hch@infradead.org> 5006S: Maintained 5007F: Documentation/filesystems/sysv-fs.txt 5008F: fs/sysv/ 5009F: include/linux/sysv_fs.h 5010 5011TASKSTATS STATISTICS INTERFACE 5012M: Balbir Singh <balbir@linux.vnet.ibm.com> 5013S: Maintained 5014F: Documentation/accounting/taskstats* 5015F: include/linux/taskstats* 5016F: kernel/taskstats.c 5017 5018TC CLASSIFIER 5019M: Jamal Hadi Salim <hadi@cyberus.ca> 5020L: netdev@vger.kernel.org 5021S: Maintained 5022F: include/linux/pkt_cls.h 5023F: include/net/pkt_cls.h 5024F: net/sched/ 5025 5026TCP LOW PRIORITY MODULE 5027M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> 5028M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> 5029W: http://tcp-lp-mod.sourceforge.net/ 5030S: Maintained 5031F: net/ipv4/tcp_lp.c 5032 5033TEHUTI ETHERNET DRIVER 5034M: Alexander Indenbaum <baum@tehutinetworks.net> 5035M: Andy Gospodarek <andy@greyhouse.net> 5036L: netdev@vger.kernel.org 5037S: Supported 5038F: drivers/net/tehuti* 5039 5040Telecom Clock Driver for MCPL0010 5041M: Mark Gross <mark.gross@intel.com> 5042S: Supported 5043F: drivers/char/tlclk.c 5044 5045TENSILICA XTENSA PORT (xtensa) 5046M: Chris Zankel <chris@zankel.net> 5047S: Maintained 5048F: arch/xtensa/ 5049 5050THINKPAD ACPI EXTRAS DRIVER 5051M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> 5052L: ibm-acpi-devel@lists.sourceforge.net 5053W: http://ibm-acpi.sourceforge.net 5054W: http://thinkwiki.org/wiki/Ibm-acpi 5055T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 5056S: Maintained 5057F: drivers/platform/x86/thinkpad_acpi.c 5058 5059TI FLASH MEDIA INTERFACE DRIVER 5060M: Alex Dubov <oakad@yahoo.com> 5061S: Maintained 5062F: drivers/misc/tifm* 5063F: drivers/mmc/host/tifm_sd.c 5064F: include/linux/tifm.h 5065 5066TI TWL4030 SERIES SOC CODEC DRIVER 5067M: Peter Ujfalusi <peter.ujfalusi@nokia.com> 5068L: alsa-devel@alsa-project.org (moderated for non-subscribers) 5069S: Maintained 5070F: sound/soc/codecs/twl4030* 5071 5072TIPC NETWORK LAYER 5073M: Per Liden <per.liden@ericsson.com> 5074M: Jon Maloy <jon.maloy@ericsson.com> 5075M: Allan Stephens <allan.stephens@windriver.com> 5076L: tipc-discussion@lists.sourceforge.net 5077W: http://tipc.sourceforge.net/ 5078W: http://tipc.cslab.ericsson.net/ 5079T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git 5080S: Maintained 5081F: include/linux/tipc*.h 5082F: include/net/tipc/ 5083F: net/tipc/ 5084 5085TLAN NETWORK DRIVER 5086M: Samuel Chessman <chessman@tux.org> 5087L: tlan-devel@lists.sourceforge.net (subscribers-only) 5088W: http://sourceforge.net/projects/tlan/ 5089S: Maintained 5090F: Documentation/networking/tlan.txt 5091F: drivers/net/tlan.* 5092 5093TOMOYO SECURITY MODULE 5094M: Kentaro Takeda <takedakn@nttdata.co.jp> 5095M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> 5096L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) 5097L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 5098L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 5099W: http://tomoyo.sourceforge.jp/ 5100T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ 5101S: Maintained 5102F: security/tomoyo/ 5103 5104TOPSTAR LAPTOP EXTRAS DRIVER 5105M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> 5106S: Maintained 5107F: drivers/platform/x86/topstar-laptop.c 5108 5109TOSHIBA ACPI EXTRAS DRIVER 5110S: Orphan 5111F: drivers/platform/x86/toshiba_acpi.c 5112 5113TOSHIBA SMM DRIVER 5114M: Jonathan Buzzard <jonathan@buzzard.org.uk> 5115L: tlinux-users@tce.toshiba-dme.co.jp 5116W: http://www.buzzard.org.uk/toshiba/ 5117S: Maintained 5118F: drivers/char/toshiba.c 5119F: include/linux/toshiba.h 5120 5121TMIO MMC DRIVER 5122M: Ian Molton <ian@mnementh.co.uk> 5123S: Maintained 5124F: drivers/mmc/host/tmio_mmc.* 5125 5126TMPFS (SHMEM FILESYSTEM) 5127M: Hugh Dickins <hugh.dickins@tiscali.co.uk> 5128L: linux-mm@kvack.org 5129S: Maintained 5130F: include/linux/shmem_fs.h 5131F: mm/shmem.c 5132 5133TPM DEVICE DRIVER 5134M: Debora Velarde <debora@linux.vnet.ibm.com> 5135M: Rajiv Andrade <srajiv@linux.vnet.ibm.com> 5136W: http://tpmdd.sourceforge.net 5137M: Marcel Selhorst <m.selhorst@sirrix.com> 5138W: http://www.sirrix.com 5139L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 5140S: Maintained 5141F: drivers/char/tpm/ 5142 5143TRIVIAL PATCHES 5144M: Jiri Kosina <trivial@kernel.org> 5145T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 5146S: Maintained 5147 5148TTY LAYER 5149M: Greg Kroah-Hartman <gregkh@suse.de> 5150S: Maintained 5151T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5152F: drivers/char/tty_* 5153F: drivers/serial/serial_core.c 5154F: include/linux/serial_core.h 5155F: include/linux/serial.h 5156F: include/linux/tty.h 5157 5158TULIP NETWORK DRIVERS 5159M: Grant Grundler <grundler@parisc-linux.org> 5160M: Kyle McMartin <kyle@mcmartin.ca> 5161L: netdev@vger.kernel.org 5162S: Maintained 5163F: drivers/net/tulip/ 5164 5165TUN/TAP driver 5166M: Maxim Krasnyansky <maxk@qualcomm.com> 5167L: vtun@office.satix.net 5168W: http://vtun.sourceforge.net/tun 5169S: Maintained 5170F: Documentation/networking/tuntap.txt 5171F: arch/um/os-Linux/drivers/ 5172 5173TURBOCHANNEL SUBSYSTEM 5174M: "Maciej W. Rozycki" <macro@linux-mips.org> 5175S: Maintained 5176F: drivers/tc/ 5177F: include/linux/tc.h 5178 5179U14-34F SCSI DRIVER 5180M: Dario Ballabio <ballabio_dario@emc.com> 5181L: linux-scsi@vger.kernel.org 5182S: Maintained 5183F: drivers/scsi/u14-34f.c 5184 5185UBI FILE SYSTEM (UBIFS) 5186M: Artem Bityutskiy <dedekind@infradead.org> 5187M: Adrian Hunter <adrian.hunter@nokia.com> 5188L: linux-mtd@lists.infradead.org 5189T: git git://git.infradead.org/ubifs-2.6.git 5190W: http://www.linux-mtd.infradead.org/doc/ubifs.html 5191S: Maintained 5192F: Documentation/filesystems/ubifs.txt 5193F: fs/ubifs/ 5194 5195UCLINUX (AND M68KNOMMU) 5196M: Greg Ungerer <gerg@uclinux.org> 5197W: http://www.uclinux.org/ 5198L: uclinux-dev@uclinux.org (subscribers-only) 5199S: Maintained 5200F: arch/m68knommu/ 5201 5202UCLINUX FOR RENESAS H8/300 (H8300) 5203M: Yoshinori Sato <ysato@users.sourceforge.jp> 5204W: http://uclinux-h8.sourceforge.jp/ 5205S: Supported 5206 5207UDF FILESYSTEM 5208M: Jan Kara <jack@suse.cz> 5209W: http://linux-udf.sourceforge.net 5210S: Maintained 5211F: Documentation/filesystems/udf.txt 5212F: fs/udf/ 5213 5214UFS FILESYSTEM 5215M: Evgeniy Dushistov <dushistov@mail.ru> 5216S: Maintained 5217F: Documentation/filesystems/ufs.txt 5218F: fs/ufs/ 5219 5220ULTRA-WIDEBAND (UWB) SUBSYSTEM: 5221M: David Vrabel <david.vrabel@csr.com> 5222L: linux-usb@vger.kernel.org 5223S: Supported 5224F: drivers/uwb/* 5225F: include/linux/uwb.h 5226F: include/linux/uwb/ 5227 5228UNIFORM CDROM DRIVER 5229M: Jens Axboe <axboe@kernel.dk> 5230W: http://www.kernel.dk 5231S: Maintained 5232F: Documentation/cdrom/ 5233F: drivers/cdrom/cdrom.c 5234F: include/linux/cdrom.h 5235 5236UNSORTED BLOCK IMAGES (UBI) 5237M: Artem Bityutskiy <dedekind@infradead.org> 5238W: http://www.linux-mtd.infradead.org/ 5239L: linux-mtd@lists.infradead.org 5240T: git git://git.infradead.org/ubi-2.6.git 5241S: Maintained 5242F: drivers/mtd/ubi/ 5243F: include/linux/mtd/ubi.h 5244F: include/mtd/ubi-user.h 5245 5246USB ACM DRIVER 5247M: Oliver Neukum <oliver@neukum.name> 5248L: linux-usb@vger.kernel.org 5249S: Maintained 5250F: Documentation/usb/acm.txt 5251F: drivers/usb/class/cdc-acm.* 5252 5253USB BLOCK DRIVER (UB ub) 5254M: Pete Zaitcev <zaitcev@redhat.com> 5255L: linux-usb@vger.kernel.org 5256S: Supported 5257F: drivers/block/ub.c 5258 5259USB CDC ETHERNET DRIVER 5260M: Greg Kroah-Hartman <greg@kroah.com> 5261L: linux-usb@vger.kernel.org 5262S: Maintained 5263W: http://www.kroah.com/linux-usb/ 5264F: drivers/net/usb/cdc_*.c 5265F: include/linux/usb/cdc.h 5266 5267USB CYPRESS C67X00 DRIVER 5268M: Peter Korsgaard <jacmet@sunsite.dk> 5269L: linux-usb@vger.kernel.org 5270S: Maintained 5271F: drivers/usb/c67x00/ 5272 5273USB DAVICOM DM9601 DRIVER 5274M: Peter Korsgaard <jacmet@sunsite.dk> 5275L: netdev@vger.kernel.org 5276W: http://www.linux-usb.org/usbnet 5277S: Maintained 5278F: drivers/net/usb/dm9601.c 5279 5280USB DIAMOND RIO500 DRIVER 5281M: Cesar Miquel <miquel@df.uba.ar> 5282L: rio500-users@lists.sourceforge.net 5283W: http://rio500.sourceforge.net 5284S: Maintained 5285F: drivers/usb/misc/rio500* 5286 5287USB EHCI DRIVER 5288M: David Brownell <dbrownell@users.sourceforge.net> 5289L: linux-usb@vger.kernel.org 5290S: Odd Fixes 5291F: Documentation/usb/ehci.txt 5292F: drivers/usb/host/ehci* 5293 5294USB ET61X[12]51 DRIVER 5295M: Luca Risolia <luca.risolia@studio.unibo.it> 5296L: linux-usb@vger.kernel.org 5297L: linux-media@vger.kernel.org 5298T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5299W: http://www.linux-projects.org 5300S: Maintained 5301F: drivers/media/video/et61x251/ 5302 5303USB GADGET/PERIPHERAL SUBSYSTEM 5304M: David Brownell <dbrownell@users.sourceforge.net> 5305L: linux-usb@vger.kernel.org 5306W: http://www.linux-usb.org/gadget 5307S: Maintained 5308F: drivers/usb/gadget/ 5309F: include/linux/usb/gadget* 5310 5311USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 5312M: Jiri Kosina <jkosina@suse.cz> 5313L: linux-usb@vger.kernel.org 5314T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 5315S: Maintained 5316F: Documentation/usb/hiddev.txt 5317F: drivers/hid/usbhid/ 5318 5319USB ISP116X DRIVER 5320M: Olav Kongas <ok@artecdesign.ee> 5321L: linux-usb@vger.kernel.org 5322S: Maintained 5323F: drivers/usb/host/isp116x* 5324F: include/linux/usb/isp116x.h 5325 5326USB KAWASAKI LSI DRIVER 5327M: Oliver Neukum <oliver@neukum.name> 5328L: linux-usb@vger.kernel.org 5329S: Maintained 5330F: drivers/usb/serial/kl5kusb105.* 5331 5332USB MASS STORAGE DRIVER 5333M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> 5334L: linux-usb@vger.kernel.org 5335L: usb-storage@lists.one-eyed-alien.net 5336S: Maintained 5337W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 5338F: drivers/usb/storage/ 5339 5340USB OHCI DRIVER 5341M: David Brownell <dbrownell@users.sourceforge.net> 5342L: linux-usb@vger.kernel.org 5343S: Odd Fixes 5344F: Documentation/usb/ohci.txt 5345F: drivers/usb/host/ohci* 5346 5347USB OPTION-CARD DRIVER 5348M: Matthias Urlichs <smurf@smurf.noris.de> 5349L: linux-usb@vger.kernel.org 5350S: Maintained 5351F: drivers/usb/serial/option.c 5352 5353USB OV511 DRIVER 5354M: Mark McClelland <mmcclell@bigfoot.com> 5355L: linux-usb@vger.kernel.org 5356W: http://alpha.dyndns.org/ov511/ 5357S: Maintained 5358F: drivers/media/video/ov511.* 5359 5360USB PEGASUS DRIVER 5361M: Petko Manolov <petkan@users.sourceforge.net> 5362L: linux-usb@vger.kernel.org 5363L: netdev@vger.kernel.org 5364W: http://pegasus2.sourceforge.net/ 5365S: Maintained 5366F: drivers/net/usb/pegasus.* 5367 5368USB PRINTER DRIVER (usblp) 5369M: Pete Zaitcev <zaitcev@redhat.com> 5370L: linux-usb@vger.kernel.org 5371S: Supported 5372F: drivers/usb/class/usblp.c 5373 5374USB RTL8150 DRIVER 5375M: Petko Manolov <petkan@users.sourceforge.net> 5376L: linux-usb@vger.kernel.org 5377L: netdev@vger.kernel.org 5378W: http://pegasus2.sourceforge.net/ 5379S: Maintained 5380F: drivers/net/usb/rtl8150.c 5381 5382USB SE401 DRIVER 5383M: Jeroen Vreeken <pe1rxq@amsat.org> 5384L: linux-usb@vger.kernel.org 5385W: http://www.chello.nl/~j.vreeken/se401/ 5386S: Maintained 5387F: Documentation/video4linux/se401.txt 5388F: drivers/media/video/se401.* 5389 5390USB SERIAL BELKIN F5U103 DRIVER 5391M: William Greathouse <wgreathouse@smva.com> 5392L: linux-usb@vger.kernel.org 5393S: Maintained 5394F: drivers/usb/serial/belkin_sa.* 5395 5396USB SERIAL CYPRESS M8 DRIVER 5397M: Lonnie Mendez <dignome@gmail.com> 5398L: linux-usb@vger.kernel.org 5399S: Maintained 5400W: http://geocities.com/i0xox0i 5401W: http://firstlight.net/cvs 5402F: drivers/usb/serial/cypress_m8.* 5403 5404USB SERIAL CYBERJACK DRIVER 5405M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> 5406W: http://www.reiner-sct.de/support/treiber_cyberjack.php 5407S: Maintained 5408F: drivers/usb/serial/cyberjack.c 5409 5410USB SERIAL DIGI ACCELEPORT DRIVER 5411M: Peter Berger <pberger@brimson.com> 5412M: Al Borchers <alborchers@steinerpoint.com> 5413L: linux-usb@vger.kernel.org 5414S: Maintained 5415F: drivers/usb/serial/digi_acceleport.c 5416 5417USB SERIAL DRIVER 5418M: Greg Kroah-Hartman <gregkh@suse.de> 5419L: linux-usb@vger.kernel.org 5420S: Supported 5421F: Documentation/usb/usb-serial.txt 5422F: drivers/usb/serial/generic.c 5423F: drivers/usb/serial/usb-serial.c 5424F: include/linux/usb/serial.h 5425 5426USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 5427M: Gary Brubaker <xavyer@ix.netcom.com> 5428L: linux-usb@vger.kernel.org 5429S: Maintained 5430F: drivers/usb/serial/empeg.c 5431 5432USB SERIAL KEYSPAN DRIVER 5433M: Greg Kroah-Hartman <greg@kroah.com> 5434L: linux-usb@vger.kernel.org 5435W: http://www.kroah.com/linux/ 5436S: Maintained 5437F: drivers/usb/serial/*keyspan* 5438 5439USB SERIAL WHITEHEAT DRIVER 5440M: Support Department <support@connecttech.com> 5441L: linux-usb@vger.kernel.org 5442W: http://www.connecttech.com 5443S: Supported 5444F: drivers/usb/serial/whiteheat* 5445 5446USB SMSC95XX ETHERNET DRIVER 5447M: Steve Glendinning <steve.glendinning@smsc.com> 5448L: netdev@vger.kernel.org 5449S: Supported 5450F: drivers/net/usb/smsc95xx.* 5451 5452USB SN9C1xx DRIVER 5453M: Luca Risolia <luca.risolia@studio.unibo.it> 5454L: linux-usb@vger.kernel.org 5455L: linux-media@vger.kernel.org 5456T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5457W: http://www.linux-projects.org 5458S: Maintained 5459F: Documentation/video4linux/sn9c102.txt 5460F: drivers/media/video/sn9c102/ 5461 5462USB SUBSYSTEM 5463M: Greg Kroah-Hartman <gregkh@suse.de> 5464L: linux-usb@vger.kernel.org 5465W: http://www.linux-usb.org 5466T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5467S: Supported 5468F: Documentation/usb/ 5469F: drivers/net/usb/ 5470F: drivers/usb/ 5471F: include/linux/usb.h 5472F: include/linux/usb/ 5473 5474USB UHCI DRIVER 5475M: Alan Stern <stern@rowland.harvard.edu> 5476L: linux-usb@vger.kernel.org 5477S: Maintained 5478F: drivers/usb/host/uhci* 5479 5480USB "USBNET" DRIVER FRAMEWORK 5481M: David Brownell <dbrownell@users.sourceforge.net> 5482L: netdev@vger.kernel.org 5483W: http://www.linux-usb.org/usbnet 5484S: Maintained 5485F: drivers/net/usb/usbnet.c 5486F: include/linux/usb/usbnet.h 5487 5488USB VIDEO CLASS 5489M: Laurent Pinchart <laurent.pinchart@skynet.be> 5490L: linux-uvc-devel@lists.berlios.de (subscribers-only) 5491L: linux-media@vger.kernel.org 5492T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5493W: http://linux-uvc.berlios.de 5494S: Maintained 5495F: drivers/media/video/uvc/ 5496 5497USB W996[87]CF DRIVER 5498M: Luca Risolia <luca.risolia@studio.unibo.it> 5499L: linux-usb@vger.kernel.org 5500L: linux-media@vger.kernel.org 5501T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5502W: http://www.linux-projects.org 5503S: Maintained 5504F: Documentation/video4linux/w9968cf.txt 5505F: drivers/media/video/w996* 5506 5507USB WIRELESS RNDIS DRIVER (rndis_wlan) 5508M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 5509L: linux-wireless@vger.kernel.org 5510S: Maintained 5511F: drivers/net/wireless/rndis_wlan.c 5512 5513USB XHCI DRIVER 5514M: Sarah Sharp <sarah.a.sharp@intel.com> 5515L: linux-usb@vger.kernel.org 5516S: Supported 5517 5518USB ZC0301 DRIVER 5519M: Luca Risolia <luca.risolia@studio.unibo.it> 5520L: linux-usb@vger.kernel.org 5521L: linux-media@vger.kernel.org 5522T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5523W: http://www.linux-projects.org 5524S: Maintained 5525F: Documentation/video4linux/zc0301.txt 5526F: drivers/media/video/zc0301/ 5527 5528USB ZD1201 DRIVER 5529M: Jeroen Vreeken <pe1rxq@amsat.org> 5530L: linux-usb@vger.kernel.org 5531W: http://linux-lc100020.sourceforge.net 5532S: Maintained 5533F: drivers/net/wireless/zd1201.* 5534 5535USB ZR364XX DRIVER 5536M: Antoine Jacquet <royale@zerezo.com> 5537L: linux-usb@vger.kernel.org 5538L: linux-media@vger.kernel.org 5539T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5540W: http://royale.zerezo.com/zr364xx/ 5541S: Maintained 5542F: Documentation/video4linux/zr364xx.txt 5543F: drivers/media/video/zr364xx.c 5544 5545USER-MODE LINUX (UML) 5546M: Jeff Dike <jdike@addtoit.com> 5547L: user-mode-linux-devel@lists.sourceforge.net 5548L: user-mode-linux-user@lists.sourceforge.net 5549W: http://user-mode-linux.sourceforge.net 5550S: Maintained 5551F: Documentation/uml/ 5552F: arch/um/ 5553F: fs/hostfs/ 5554F: fs/hppfs/ 5555 5556USERSPACE I/O (UIO) 5557M: "Hans J. Koch" <hjk@linutronix.de> 5558M: Greg Kroah-Hartman <gregkh@suse.de> 5559S: Maintained 5560F: Documentation/DocBook/uio-howto.tmpl 5561F: drivers/uio/ 5562F: include/linux/uio*.h 5563 5564UTIL-LINUX-NG PACKAGE 5565M: Karel Zak <kzak@redhat.com> 5566L: util-linux-ng@vger.kernel.org 5567W: http://kernel.org/~kzak/util-linux-ng/ 5568T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git 5569S: Maintained 5570 5571UVESAFB DRIVER 5572M: Michal Januszewski <spock@gentoo.org> 5573L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5574W: http://dev.gentoo.org/~spock/projects/uvesafb/ 5575S: Maintained 5576F: Documentation/fb/uvesafb.txt 5577F: drivers/video/uvesafb.* 5578 5579VFAT/FAT/MSDOS FILESYSTEM 5580M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> 5581S: Maintained 5582F: Documentation/filesystems/vfat.txt 5583F: fs/fat/ 5584 5585VIA RHINE NETWORK DRIVER 5586M: Roger Luethi <rl@hellgate.ch> 5587S: Maintained 5588F: drivers/net/via-rhine.c 5589 5590VIAPRO SMBUS DRIVER 5591M: Jean Delvare <khali@linux-fr.org> 5592L: linux-i2c@vger.kernel.org 5593S: Maintained 5594F: Documentation/i2c/busses/i2c-viapro 5595F: drivers/i2c/busses/i2c-viapro.c 5596 5597VIA SD/MMC CARD CONTROLLER DRIVER 5598M: Joseph Chan <JosephChan@via.com.tw> 5599M: Harald Welte <HaraldWelte@viatech.com> 5600S: Maintained 5601F: drivers/mmc/host/via-sdmmc.c 5602 5603VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 5604M: Joseph Chan <JosephChan@via.com.tw> 5605M: Scott Fang <ScottFang@viatech.com.cn> 5606L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5607S: Maintained 5608F: drivers/video/via/ 5609 5610VIA VELOCITY NETWORK DRIVER 5611M: Francois Romieu <romieu@fr.zoreil.com> 5612L: netdev@vger.kernel.org 5613S: Maintained 5614F: drivers/net/via-velocity.* 5615 5616VLAN (802.1Q) 5617M: Patrick McHardy <kaber@trash.net> 5618L: netdev@vger.kernel.org 5619S: Maintained 5620F: drivers/net/macvlan.c 5621F: include/linux/if_*vlan.h 5622F: net/8021q/ 5623 5624VLYNQ BUS 5625M: Florian Fainelli <florian@openwrt.org> 5626L: openwrt-devel@lists.openwrt.org 5627S: Maintained 5628F: drivers/vlynq/vlynq.c 5629F: include/linux/vlynq.h 5630 5631VOLTAGE AND CURRENT REGULATOR FRAMEWORK 5632M: Liam Girdwood <lrg@slimlogic.co.uk> 5633M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5634W: http://opensource.wolfsonmicro.com/node/15 5635W: http://www.slimlogic.co.uk/?p=48 5636T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git 5637S: Supported 5638F: drivers/regulator/ 5639F: include/linux/regulator/ 5640 5641VT1211 HARDWARE MONITOR DRIVER 5642M: Juerg Haefliger <juergh@gmail.com> 5643L: lm-sensors@lm-sensors.org 5644S: Maintained 5645F: Documentation/hwmon/vt1211 5646F: drivers/hwmon/vt1211.c 5647 5648VT8231 HARDWARE MONITOR DRIVER 5649M: Roger Lucas <vt8231@hiddenengine.co.uk> 5650L: lm-sensors@lm-sensors.org 5651S: Maintained 5652F: drivers/hwmon/vt8231.c 5653 5654W1 DALLAS'S 1-WIRE BUS 5655M: Evgeniy Polyakov <johnpol@2ka.mipt.ru> 5656S: Maintained 5657F: Documentation/w1/ 5658F: drivers/w1/ 5659 5660W83791D HARDWARE MONITORING DRIVER 5661M: Marc Hulsman <m.hulsman@tudelft.nl> 5662L: lm-sensors@lm-sensors.org 5663S: Maintained 5664F: Documentation/hwmon/w83791d 5665F: drivers/hwmon/w83791d.c 5666 5667W83793 HARDWARE MONITORING DRIVER 5668M: Rudolf Marek <r.marek@assembler.cz> 5669L: lm-sensors@lm-sensors.org 5670S: Maintained 5671F: Documentation/hwmon/w83793 5672F: drivers/hwmon/w83793.c 5673 5674W83L51xD SD/MMC CARD INTERFACE DRIVER 5675M: Pierre Ossman <pierre@ossman.eu> 5676S: Maintained 5677F: drivers/mmc/host/wbsd.* 5678 5679WATCHDOG DEVICE DRIVERS 5680M: Wim Van Sebroeck <wim@iguana.be> 5681T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 5682S: Maintained 5683F: Documentation/watchdog/ 5684F: drivers/watchdog/ 5685F: include/linux/watchdog.h 5686 5687WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 5688M: Jean Tourrilhes <jt@hpl.hp.com> 5689L: linux-wireless@vger.kernel.org 5690W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 5691S: Maintained 5692F: Documentation/networking/wavelan.txt 5693F: drivers/net/wireless/wavelan* 5694 5695WD7000 SCSI DRIVER 5696M: Miroslav Zagorac <zaga@fly.cc.fer.hr> 5697L: linux-scsi@vger.kernel.org 5698S: Maintained 5699F: drivers/scsi/wd7000.c 5700 5701WINBOND CIR DRIVER 5702P: David H�rdeman 5703M: david@hardeman.nu 5704S: Maintained 5705F: drivers/input/misc/winbond-cir.c 5706 5707WIMAX STACK 5708M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 5709M: linux-wimax@intel.com 5710L: wimax@linuxwimax.org 5711S: Supported 5712W: http://linuxwimax.org 5713 5714WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM 5715M: David Vrabel <david.vrabel@csr.com> 5716S: Maintained 5717F: include/linux/wlp.h 5718F: drivers/uwb/wlp/ 5719 5720WISTRON LAPTOP BUTTON DRIVER 5721M: Miloslav Trmac <mitr@volny.cz> 5722S: Maintained 5723F: drivers/input/misc/wistron_btns.c 5724 5725WL1251 WIRELESS DRIVER 5726M: Kalle Valo <kalle.valo@nokia.com> 5727L: linux-wireless@vger.kernel.org 5728W: http://wireless.kernel.org 5729T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5730S: Maintained 5731F: drivers/net/wireless/wl12xx/* 5732X: drivers/net/wireless/wl12xx/wl1271* 5733 5734WL1271 WIRELESS DRIVER 5735M: Luciano Coelho <luciano.coelho@nokia.com> 5736L: linux-wireless@vger.kernel.org 5737W: http://wireless.kernel.org 5738T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5739S: Maintained 5740F: drivers/net/wireless/wl12xx/wl1271* 5741 5742WL3501 WIRELESS PCMCIA CARD DRIVER 5743M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 5744L: linux-wireless@vger.kernel.org 5745W: http://oops.ghostprotocols.net:81/blog 5746S: Maintained 5747F: drivers/net/wireless/wl3501* 5748 5749WM97XX TOUCHSCREEN DRIVERS 5750M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5751M: Liam Girdwood <lrg@slimlogic.co.uk> 5752L: linux-input@vger.kernel.org 5753T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 5754W: http://opensource.wolfsonmicro.com/node/7 5755S: Supported 5756F: drivers/input/touchscreen/*wm97* 5757F: include/linux/wm97xx.h 5758 5759WOLFSON MICROELECTRONICS PMIC DRIVERS 5760P: Mark Brown 5761M: broonie@opensource.wolfsonmicro.com 5762L: linux-kernel@vger.kernel.org 5763T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 5764W: http://opensource.wolfsonmicro.com/node/8 5765S: Supported 5766F: drivers/leds/leds-wm83*.c 5767F: drivers/mfd/wm8*.c 5768F: drivers/power/wm83*.c 5769F: drivers/rtc/rtc-wm83*.c 5770F: drivers/regulator/wm8*.c 5771F: drivers/video/backlight/wm83*_bl.c 5772F: drivers/watchdog/wm83*_wdt.c 5773F: include/linux/mfd/wm831x/ 5774F: include/linux/mfd/wm8350/ 5775F: include/linux/mfd/wm8400/ 5776F: sound/soc/codecs/wm8350.c 5777F: sound/soc/codecs/wm8400.c 5778 5779X.25 NETWORK LAYER 5780M: Henner Eisen <eis@baty.hanse.de> 5781L: linux-x25@vger.kernel.org 5782S: Maintained 5783F: Documentation/networking/x25* 5784F: include/net/x25* 5785F: net/x25/ 5786 5787X86 ARCHITECTURE (32-BIT AND 64-BIT) 5788M: Thomas Gleixner <tglx@linutronix.de> 5789M: Ingo Molnar <mingo@redhat.com> 5790M: "H. Peter Anvin" <hpa@zytor.com> 5791M: x86@kernel.org 5792T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 5793S: Maintained 5794F: Documentation/x86/ 5795F: arch/x86/ 5796 5797XEN HYPERVISOR INTERFACE 5798M: Jeremy Fitzhardinge <jeremy@xensource.com> 5799M: Chris Wright <chrisw@sous-sol.org> 5800L: virtualization@lists.osdl.org 5801L: xen-devel@lists.xensource.com 5802S: Supported 5803F: arch/x86/xen/ 5804F: drivers/*/xen-*front.c 5805F: drivers/xen/ 5806F: arch/x86/include/asm/xen/ 5807F: include/xen/ 5808 5809XFS FILESYSTEM 5810P: Silicon Graphics Inc 5811M: Alex Elder <aelder@sgi.com> 5812M: xfs-masters@oss.sgi.com 5813L: xfs@oss.sgi.com 5814W: http://oss.sgi.com/projects/xfs 5815T: git git://oss.sgi.com/xfs/xfs.git 5816S: Supported 5817F: Documentation/filesystems/xfs.txt 5818F: fs/xfs/ 5819 5820XILINX SYSTEMACE DRIVER 5821M: Grant Likely <grant.likely@secretlab.ca> 5822W: http://www.secretlab.ca/ 5823S: Maintained 5824F: drivers/block/xsysace.c 5825 5826XILINX UARTLITE SERIAL DRIVER 5827M: Peter Korsgaard <jacmet@sunsite.dk> 5828L: linux-serial@vger.kernel.org 5829S: Maintained 5830F: drivers/serial/uartlite.c 5831 5832YAM DRIVER FOR AX.25 5833M: Jean-Paul Roubelat <jpr@f6fbb.org> 5834L: linux-hams@vger.kernel.org 5835S: Maintained 5836F: drivers/net/hamradio/yam* 5837F: include/linux/yam.h 5838 5839YEALINK PHONE DRIVER 5840M: Henk Vergonet <Henk.Vergonet@gmail.com> 5841L: usbb2k-api-dev@nongnu.org 5842S: Maintained 5843F: Documentation/input/yealink.txt 5844F: drivers/input/misc/yealink.* 5845 5846Z8530 DRIVER FOR AX.25 5847M: Joerg Reuter <jreuter@yaina.de> 5848W: http://yaina.de/jreuter/ 5849W: http://www.qsl.net/dl1bke/ 5850L: linux-hams@vger.kernel.org 5851S: Maintained 5852F: Documentation/networking/z8530drv.txt 5853F: drivers/net/hamradio/*scc.c 5854F: drivers/net/hamradio/z8530.h 5855 5856ZD1211RW WIRELESS DRIVER 5857M: Daniel Drake <dsd@gentoo.org> 5858M: Ulrich Kunitz <kune@deine-taler.de> 5859W: http://zd1211.ath.cx/wiki/DriverRewrite 5860L: linux-wireless@vger.kernel.org 5861L: zd1211-devs@lists.sourceforge.net (subscribers-only) 5862S: Maintained 5863F: drivers/net/wireless/zd1211rw/ 5864 5865ZR36067 VIDEO FOR LINUX DRIVER 5866L: mjpeg-users@lists.sourceforge.net 5867L: linux-media@vger.kernel.org 5868W: http://mjpeg.sourceforge.net/driver-zoran/ 5869T: Mercurial http://linuxtv.org/hg/v4l-dvb 5870S: Odd Fixes 5871F: drivers/media/video/zoran/ 5872 5873ZS DECSTATION Z85C30 SERIAL DRIVER 5874M: "Maciej W. Rozycki" <macro@linux-mips.org> 5875S: Maintained 5876F: drivers/serial/zs.* 5877 5878THE REST 5879M: Linus Torvalds <torvalds@linux-foundation.org> 5880L: linux-kernel@vger.kernel.org 5881T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 5882S: Buried alive in reporters 5883F: * 5884F: */ 5885