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

