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