1 2 3 List of maintainers and how to submit kernel changes 4 5Please try to follow the guidelines below. This will make things 6easier on the maintainers. Not all of these guidelines matter for every 7trivial patch so apply some common sense. 8 91. Always _test_ your changes, however small, on at least 4 or 10 5 people, preferably many more. 11 122. Try to release a few ALPHA test versions to the net. Announce 13 them onto the kernel channel and await results. This is especially 14 important for device drivers, because often that's the only way 15 you will find things like the fact version 3 firmware needs 16 a magic fix you didn't know about, or some clown changed the 17 chips on a board and not its name. (Don't laugh! Look at the 18 SMC etherpower for that.) 19 203. Make sure your changes compile correctly in multiple 21 configurations. In particular check that changes work both as a 22 module and built into the kernel. 23 244. When you are happy with a change make it generally available for 25 testing and await feedback. 26 275. Make a patch available to the relevant maintainer in the list. Use 28 'diff -u' to make the patch easy to merge. Be prepared to get your 29 changes sent back with seemingly silly requests about formatting 30 and variable names. These aren't as silly as they seem. One 31 job the maintainers (and especially Linus) do is to keep things 32 looking the same. Sometimes this means that the clever hack in 33 your driver to get around a problem actually needs to become a 34 generalized kernel feature ready for next time. 35 36 PLEASE check your patch with the automated style checker 37 (scripts/checkpatch.pl) to catch trival style violations. 38 See Documentation/CodingStyle for guidance here. 39 40 PLEASE CC: the maintainers and mailing lists that are generated 41 by scripts/get_maintainer.pl. The results returned by the 42 script will be best if you have git installed and are making 43 your changes in a branch derived from Linus' latest git tree. 44 See Documentation/SubmittingPatches for details. 45 46 PLEASE try to include any credit lines you want added with the 47 patch. It avoids people being missed off by mistake and makes 48 it easier to know who wants adding and who doesn't. 49 50 PLEASE document known bugs. If it doesn't work for everything 51 or does something very odd once a month document it. 52 53 PLEASE remember that submissions must be made under the terms 54 of the OSDL certificate of contribution and should include a 55 Signed-off-by: line. The current version of this "Developer's 56 Certificate of Origin" (DCO) is listed in the file 57 Documentation/SubmittingPatches. 58 596. Make sure you have the right to send any changes you make. If you 60 do changes at work you may find your employer owns the patch 61 not you. 62 637. When sending security related changes or reports to a maintainer 64 please Cc: security@kernel.org, especially if the maintainer 65 does not respond. 66 678. Happy hacking. 68 69Descriptions of section entries: 70 71 P: Person (obsolete) 72 M: Mail patches to: FullName <address@domain> 73 L: Mailing list that is relevant to this area 74 W: Web-page with status/info 75 Q: Patchwork web based patch tracking system site 76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit. 77 S: Status, one of the following: 78 Supported: Someone is actually paid to look after this. 79 Maintained: Someone actually looks after it. 80 Odd Fixes: It has a maintainer but they don't have time to do 81 much other than throw the odd patch in. See below.. 82 Orphan: No current maintainer [but maybe you could take the 83 role as you write your new code]. 84 Obsolete: Old code. Something tagged obsolete generally means 85 it has been replaced by a better system and you 86 should be using that. 87 F: Files and directories with wildcard patterns. 88 A trailing slash includes all files and subdirectory files. 89 F: drivers/net/ all files in and below drivers/net 90 F: drivers/net/* all files in drivers/net, but not below 91 F: */net/* all files in "any top level directory"/net 92 One pattern per line. Multiple F: lines acceptable. 93 X: Files and directories that are NOT maintained, same rules as F: 94 Files exclusions are tested before file matches. 95 Can be useful for excluding a specific subdirectory, for instance: 96 F: net/ 97 X: net/ipv6/ 98 matches all files in and below net excluding net/ipv6/ 99 K: Keyword perl extended regex pattern to match content in a 100 patch or file. For instance: 101 K: of_get_profile 102 matches patches or files that contain "of_get_profile" 103 K: \b(printk|pr_(info|err))\b 104 matches patches or files that contain one or more of the words 105 printk, pr_info or pr_err 106 One regex pattern per line. Multiple K: lines acceptable. 107 108Note: For the hard of thinking, this list is meant to remain in alphabetical 109order. If you could add yourselves to it in alphabetical order that would be 110so much easier [Ed] 111 112Maintainers List (try to look for most precise areas first) 113 114 ----------------------------------- 115 1163C505 NETWORK DRIVER 117M: Philip Blundell <philb@gnu.org> 118L: netdev@vger.kernel.org 119S: Maintained 120F: drivers/net/ethernet/i825xx/3c505* 121 1223C59X NETWORK DRIVER 123M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> 124L: netdev@vger.kernel.org 125S: Maintained 126F: Documentation/networking/vortex.txt 127F: drivers/net/ethernet/3com/3c59x.c 128 1293CR990 NETWORK DRIVER 130M: David Dillow <dave@thedillows.org> 131L: netdev@vger.kernel.org 132S: Maintained 133F: drivers/net/ethernet/3com/typhoon* 134 1353WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 136M: Adam Radford <linuxraid@lsi.com> 137L: linux-scsi@vger.kernel.org 138W: http://www.lsi.com 139S: Supported 140F: drivers/scsi/3w-* 141 14253C700 AND 53C700-66 SCSI DRIVER 143M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 144L: linux-scsi@vger.kernel.org 145S: Maintained 146F: drivers/scsi/53c700* 147 1486PACK NETWORK DRIVER FOR AX.25 149M: Andreas Koensgen <ajk@comnets.uni-bremen.de> 150L: linux-hams@vger.kernel.org 151S: Maintained 152F: drivers/net/hamradio/6pack.c 153 1548169 10/100/1000 GIGABIT ETHERNET DRIVER 155M: Realtek linux nic maintainers <nic_swsd@realtek.com> 156M: Francois Romieu <romieu@fr.zoreil.com> 157L: netdev@vger.kernel.org 158S: Maintained 159F: drivers/net/ethernet/realtek/r8169.c 160 1618250/16?50 (AND CLONE UARTS) SERIAL DRIVER 162M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 163L: linux-serial@vger.kernel.org 164W: http://serial.sourceforge.net 165S: Maintained 166T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git 167F: drivers/tty/serial/8250* 168F: include/linux/serial_8250.h 169 1708390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 171L: netdev@vger.kernel.org 172S: Orphan / Obsolete 173F: drivers/net/ethernet/8390/ 174 1759P FILE SYSTEM 176M: Eric Van Hensbergen <ericvh@gmail.com> 177M: Ron Minnich <rminnich@sandia.gov> 178M: Latchesar Ionkov <lucho@ionkov.net> 179L: v9fs-developer@lists.sourceforge.net 180W: http://swik.net/v9fs 181Q: http://patchwork.kernel.org/project/v9fs-devel/list/ 182T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git 183S: Maintained 184F: Documentation/filesystems/9p.txt 185F: fs/9p/ 186 187AACRAID SCSI RAID DRIVER 188M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 189L: linux-scsi@vger.kernel.org 190W: http://www.adaptec.com/ 191S: Supported 192F: Documentation/scsi/aacraid.txt 193F: drivers/scsi/aacraid/ 194 195ABIT UGURU 1,2 HARDWARE MONITOR DRIVER 196M: Hans de Goede <hdegoede@redhat.com> 197L: lm-sensors@lm-sensors.org 198S: Maintained 199F: drivers/hwmon/abituguru.c 200 201ABIT UGURU 3 HARDWARE MONITOR DRIVER 202M: Alistair John Strachan <alistair@devzero.co.uk> 203L: lm-sensors@lm-sensors.org 204S: Maintained 205F: drivers/hwmon/abituguru3.c 206 207ACENIC DRIVER 208M: Jes Sorensen <jes@trained-monkey.org> 209L: linux-acenic@sunsite.dk 210S: Maintained 211F: drivers/net/ethernet/alteon/acenic* 212 213ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER 214M: Peter Feuerer <peter@piie.net> 215L: platform-driver-x86@vger.kernel.org 216W: http://piie.net/?section=acerhdf 217S: Maintained 218F: drivers/platform/x86/acerhdf.c 219 220ACER WMI LAPTOP EXTRAS 221M: Joey Lee <jlee@novell.com> 222L: platform-driver-x86@vger.kernel.org 223S: Maintained 224F: drivers/platform/x86/acer-wmi.c 225 226ACPI 227M: Len Brown <lenb@kernel.org> 228L: linux-acpi@vger.kernel.org 229W: http://www.lesswatts.org/projects/acpi/ 230Q: http://patchwork.kernel.org/project/linux-acpi/list/ 231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux 232S: Supported 233F: drivers/acpi/ 234F: drivers/pnp/pnpacpi/ 235F: include/linux/acpi.h 236F: include/acpi/ 237 238ACPI FAN DRIVER 239M: Zhang Rui <rui.zhang@intel.com> 240L: linux-acpi@vger.kernel.org 241W: http://www.lesswatts.org/projects/acpi/ 242S: Supported 243F: drivers/acpi/fan.c 244 245ACPI THERMAL DRIVER 246M: Zhang Rui <rui.zhang@intel.com> 247L: linux-acpi@vger.kernel.org 248W: http://www.lesswatts.org/projects/acpi/ 249S: Supported 250F: drivers/acpi/*thermal* 251 252ACPI VIDEO DRIVER 253M: Zhang Rui <rui.zhang@intel.com> 254L: linux-acpi@vger.kernel.org 255W: http://www.lesswatts.org/projects/acpi/ 256S: Supported 257F: drivers/acpi/video.c 258 259ACPI WMI DRIVER 260L: platform-driver-x86@vger.kernel.org 261S: Orphan 262F: drivers/platform/x86/wmi.c 263 264AD1889 ALSA SOUND DRIVER 265M: Thibaut Varene <T-Bone@parisc-linux.org> 266W: http://wiki.parisc-linux.org/AD1889 267L: linux-parisc@vger.kernel.org 268S: Maintained 269F: sound/pci/ad1889.* 270 271AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER 272M: Michael Hennerich <michael.hennerich@analog.com> 273L: device-drivers-devel@blackfin.uclinux.org 274W: http://wiki.analog.com/AD5254 275S: Supported 276F: drivers/misc/ad525x_dpot.c 277 278AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821) 279M: Michael Hennerich <michael.hennerich@analog.com> 280L: device-drivers-devel@blackfin.uclinux.org 281W: http://wiki.analog.com/AD5398 282S: Supported 283F: drivers/regulator/ad5398.c 284 285AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A) 286M: Michael Hennerich <michael.hennerich@analog.com> 287L: device-drivers-devel@blackfin.uclinux.org 288W: http://wiki.analog.com/AD7142 289S: Supported 290F: drivers/input/misc/ad714x.c 291 292AD7877 TOUCHSCREEN DRIVER 293M: Michael Hennerich <michael.hennerich@analog.com> 294L: device-drivers-devel@blackfin.uclinux.org 295W: http://wiki.analog.com/AD7877 296S: Supported 297F: drivers/input/touchscreen/ad7877.c 298 299AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889) 300M: Michael Hennerich <michael.hennerich@analog.com> 301L: device-drivers-devel@blackfin.uclinux.org 302W: http://wiki.analog.com/AD7879 303S: Supported 304F: drivers/input/touchscreen/ad7879.c 305 306ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) 307M: Jiri Kosina <jkosina@suse.cz> 308S: Maintained 309 310ADM1025 HARDWARE MONITOR DRIVER 311M: Jean Delvare <khali@linux-fr.org> 312L: lm-sensors@lm-sensors.org 313S: Maintained 314F: Documentation/hwmon/adm1025 315F: drivers/hwmon/adm1025.c 316 317ADM1029 HARDWARE MONITOR DRIVER 318M: Corentin Labbe <corentin.labbe@geomatys.fr> 319L: lm-sensors@lm-sensors.org 320S: Maintained 321F: drivers/hwmon/adm1029.c 322 323ADM8211 WIRELESS DRIVER 324L: linux-wireless@vger.kernel.org 325W: http://wireless.kernel.org/ 326S: Orphan 327F: drivers/net/wireless/adm8211.* 328 329ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501) 330M: Michael Hennerich <michael.hennerich@analog.com> 331L: device-drivers-devel@blackfin.uclinux.org 332W: http://wiki.analog.com/ADP5520 333S: Supported 334F: drivers/mfd/adp5520.c 335F: drivers/video/backlight/adp5520_bl.c 336F: drivers/leds/leds-adp5520.c 337F: drivers/gpio/gpio-adp5520.c 338F: drivers/input/keyboard/adp5520-keys.c 339 340ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587) 341M: Michael Hennerich <michael.hennerich@analog.com> 342L: device-drivers-devel@blackfin.uclinux.org 343W: http://wiki.analog.com/ADP5588 344S: Supported 345F: drivers/input/keyboard/adp5588-keys.c 346F: drivers/gpio/gpio-adp5588.c 347 348ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863) 349M: Michael Hennerich <michael.hennerich@analog.com> 350L: device-drivers-devel@blackfin.uclinux.org 351W: http://wiki.analog.com/ADP8860 352S: Supported 353F: drivers/video/backlight/adp8860_bl.c 354 355ADS1015 HARDWARE MONITOR DRIVER 356M: Dirk Eibach <eibach@gdsys.de> 357L: lm-sensors@lm-sensors.org 358S: Maintained 359F: Documentation/hwmon/ads1015 360F: drivers/hwmon/ads1015.c 361F: include/linux/i2c/ads1015.h 362 363ADT746X FAN DRIVER 364M: Colin Leroy <colin@colino.net> 365S: Maintained 366F: drivers/macintosh/therm_adt746x.c 367 368ADT7475 HARDWARE MONITOR DRIVER 369M: Jean Delvare <khali@linux-fr.org> 370L: lm-sensors@lm-sensors.org 371S: Maintained 372F: Documentation/hwmon/adt7475 373F: drivers/hwmon/adt7475.c 374 375ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346) 376M: Michael Hennerich <michael.hennerich@analog.com> 377L: device-drivers-devel@blackfin.uclinux.org 378W: http://wiki.analog.com/ADXL345 379S: Supported 380F: drivers/input/misc/adxl34x.c 381 382ADVANSYS SCSI DRIVER 383M: Matthew Wilcox <matthew@wil.cx> 384L: linux-scsi@vger.kernel.org 385S: Maintained 386F: Documentation/scsi/advansys.txt 387F: drivers/scsi/advansys.c 388 389AEDSP16 DRIVER 390M: Riccardo Facchetti <fizban@tin.it> 391S: Maintained 392F: sound/oss/aedsp16.c 393 394AFFS FILE SYSTEM 395L: linux-fsdevel@vger.kernel.org 396S: Orphan 397F: Documentation/filesystems/affs.txt 398F: fs/affs/ 399 400AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN 401M: David Howells <dhowells@redhat.com> 402L: linux-afs@lists.infradead.org 403S: Supported 404F: fs/afs/ 405F: include/net/af_rxrpc.h 406F: net/rxrpc/af_rxrpc.c 407 408AGPGART DRIVER 409M: David Airlie <airlied@linux.ie> 410T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 411S: Maintained 412F: drivers/char/agp/ 413F: include/linux/agp* 414 415AHA152X SCSI DRIVER 416M: "Juergen E. Fischer" <fischer@norbit.de> 417L: linux-scsi@vger.kernel.org 418S: Maintained 419F: drivers/scsi/aha152x* 420F: drivers/scsi/pcmcia/aha152x* 421 422AIC7XXX / AIC79XX SCSI DRIVER 423M: Hannes Reinecke <hare@suse.de> 424L: linux-scsi@vger.kernel.org 425S: Maintained 426F: drivers/scsi/aic7xxx/ 427F: drivers/scsi/aic7xxx_old/ 428 429AIO 430M: Benjamin LaHaise <bcrl@kvack.org> 431L: linux-aio@kvack.org 432S: Supported 433F: fs/aio.c 434F: include/linux/*aio*.h 435 436ALCATEL SPEEDTOUCH USB DRIVER 437M: Duncan Sands <duncan.sands@free.fr> 438L: linux-usb@vger.kernel.org 439W: http://www.linux-usb.org/SpeedTouch/ 440S: Maintained 441F: drivers/usb/atm/speedtch.c 442F: drivers/usb/atm/usbatm.c 443 444ALCHEMY AU1XX0 MMC DRIVER 445M: Manuel Lauss <manuel.lauss@gmail.com> 446S: Maintained 447F: drivers/mmc/host/au1xmmc.c 448 449ALI1563 I2C DRIVER 450M: Rudolf Marek <r.marek@assembler.cz> 451L: linux-i2c@vger.kernel.org 452S: Maintained 453F: Documentation/i2c/busses/i2c-ali1563 454F: drivers/i2c/busses/i2c-ali1563.c 455 456ALPHA PORT 457M: Richard Henderson <rth@twiddle.net> 458M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> 459M: Matt Turner <mattst88@gmail.com> 460S: Odd Fixes 461L: linux-alpha@vger.kernel.org 462F: arch/alpha/ 463 464ALTERA UART/JTAG UART SERIAL DRIVERS 465M: Tobias Klauser <tklauser@distanz.ch> 466L: linux-serial@vger.kernel.org 467L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers) 468S: Maintained 469F: drivers/tty/serial/altera_uart.c 470F: drivers/tty/serial/altera_jtaguart.c 471F: include/linux/altera_uart.h 472F: include/linux/altera_jtaguart.h 473 474AMD FAM15H PROCESSOR POWER MONITORING DRIVER 475M: Andreas Herrmann <andreas.herrmann3@amd.com> 476L: lm-sensors@lm-sensors.org 477S: Maintained 478F: Documentation/hwmon/fam15h_power 479F: drivers/hwmon/fam15h_power.c 480 481AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER 482M: Thomas Dahlmann <dahlmann.thomas@arcor.de> 483L: linux-geode@lists.infradead.org (moderated for non-subscribers) 484S: Supported 485F: drivers/usb/gadget/amd5536udc.* 486 487AMD GEODE PROCESSOR/CHIPSET SUPPORT 488P: Andres Salomon <dilinger@queued.net> 489L: linux-geode@lists.infradead.org (moderated for non-subscribers) 490W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 491S: Supported 492F: drivers/char/hw_random/geode-rng.c 493F: drivers/crypto/geode* 494F: drivers/video/geode/ 495F: arch/x86/include/asm/geode.h 496 497AMD IOMMU (AMD-VI) 498M: Joerg Roedel <joerg.roedel@amd.com> 499L: iommu@lists.linux-foundation.org 500T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git 501S: Supported 502F: drivers/iommu/amd_iommu*.[ch] 503F: include/linux/amd-iommu.h 504 505AMD MICROCODE UPDATE SUPPORT 506M: Andreas Herrmann <andreas.herrmann3@amd.com> 507L: amd64-microcode@amd64.org 508S: Supported 509F: arch/x86/kernel/microcode_amd.c 510 511AMS (Apple Motion Sensor) DRIVER 512M: Michael Hanselmann <linux-kernel@hansmi.ch> 513S: Supported 514F: drivers/macintosh/ams/ 515 516AMSO1100 RNIC DRIVER 517M: Tom Tucker <tom@opengridcomputing.com> 518M: Steve Wise <swise@opengridcomputing.com> 519L: linux-rdma@vger.kernel.org 520S: Maintained 521F: drivers/infiniband/hw/amso1100/ 522 523ANALOG DEVICES INC ASOC CODEC DRIVERS 524M: Lars-Peter Clausen <lars@metafoo.de> 525L: device-drivers-devel@blackfin.uclinux.org 526L: alsa-devel@alsa-project.org (moderated for non-subscribers) 527W: http://wiki.analog.com/ 528S: Supported 529F: sound/soc/codecs/adau* 530F: sound/soc/codecs/adav* 531F: sound/soc/codecs/ad1* 532F: sound/soc/codecs/ssm* 533F: sound/soc/codecs/sigmadsp.* 534 535ANALOG DEVICES INC ASOC DRIVERS 536L: uclinux-dist-devel@blackfin.uclinux.org 537L: alsa-devel@alsa-project.org (moderated for non-subscribers) 538W: http://blackfin.uclinux.org/ 539S: Supported 540F: sound/soc/blackfin/* 541 542AOA (Apple Onboard Audio) ALSA DRIVER 543M: Johannes Berg <johannes@sipsolutions.net> 544L: linuxppc-dev@lists.ozlabs.org 545L: alsa-devel@alsa-project.org (moderated for non-subscribers) 546S: Maintained 547F: sound/aoa/ 548 549APM DRIVER 550M: Jiri Kosina <jkosina@suse.cz> 551S: Odd fixes 552F: arch/x86/kernel/apm_32.c 553F: include/linux/apm_bios.h 554F: drivers/char/apm-emulation.c 555 556APPLE BCM5974 MULTITOUCH DRIVER 557M: Henrik Rydberg <rydberg@euromail.se> 558L: linux-input@vger.kernel.org 559S: Maintained 560F: drivers/input/mouse/bcm5974.c 561 562APPLE SMC DRIVER 563M: Henrik Rydberg <rydberg@euromail.se> 564L: lm-sensors@lm-sensors.org 565S: Maintained 566F: drivers/hwmon/applesmc.c 567 568APPLETALK NETWORK LAYER 569M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 570S: Maintained 571F: drivers/net/appletalk/ 572F: net/appletalk/ 573 574ARASAN COMPACT FLASH PATA CONTROLLER 575M: Viresh Kumar <viresh.linux@gmail.com> 576L: linux-ide@vger.kernel.org 577S: Maintained 578F: include/linux/pata_arasan_cf_data.h 579F: drivers/ata/pata_arasan_cf.c 580 581ARC FRAMEBUFFER DRIVER 582M: Jaya Kumar <jayalk@intworks.biz> 583S: Maintained 584F: drivers/video/arcfb.c 585F: drivers/video/fb_defio.c 586 587ARM MFM AND FLOPPY DRIVERS 588M: Ian Molton <spyro@f2s.com> 589S: Maintained 590F: arch/arm/lib/floppydma.S 591F: arch/arm/include/asm/floppy.h 592 593ARM PMU PROFILING AND DEBUGGING 594M: Will Deacon <will.deacon@arm.com> 595S: Maintained 596F: arch/arm/kernel/perf_event* 597F: arch/arm/oprofile/common.c 598F: arch/arm/include/asm/pmu.h 599F: arch/arm/kernel/hw_breakpoint.c 600F: arch/arm/include/asm/hw_breakpoint.h 601 602ARM PORT 603M: Russell King <linux@arm.linux.org.uk> 604L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 605W: http://www.arm.linux.org.uk/ 606S: Maintained 607F: arch/arm/ 608 609ARM PRIMECELL AACI PL041 DRIVER 610M: Russell King <linux@arm.linux.org.uk> 611S: Maintained 612F: sound/arm/aaci.* 613 614ARM PRIMECELL CLCD PL110 DRIVER 615M: Russell King <linux@arm.linux.org.uk> 616S: Maintained 617F: drivers/video/amba-clcd.* 618 619ARM PRIMECELL KMI PL050 DRIVER 620M: Russell King <linux@arm.linux.org.uk> 621S: Maintained 622F: drivers/input/serio/ambakmi.* 623F: include/linux/amba/kmi.h 624 625ARM PRIMECELL MMCI PL180/1 DRIVER 626S: Orphan 627F: drivers/mmc/host/mmci.* 628 629ARM PRIMECELL BUS SUPPORT 630M: Russell King <linux@arm.linux.org.uk> 631S: Maintained 632F: drivers/amba/ 633F: include/linux/amba/bus.h 634 635ARM/ADS SPHERE MACHINE SUPPORT 636M: Lennert Buytenhek <kernel@wantstofly.org> 637L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 638S: Maintained 639 640ARM/AFEB9260 MACHINE SUPPORT 641M: Sergey Lapin <slapin@ossfans.org> 642L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 643S: Maintained 644 645ARM/AJECO 1ARM MACHINE SUPPORT 646M: Lennert Buytenhek <kernel@wantstofly.org> 647L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 648S: Maintained 649 650ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES 651M: Andrew Victor <linux@maxim.org.za> 652M: Nicolas Ferre <nicolas.ferre@atmel.com> 653M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> 654L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 655W: http://maxim.org.za/at91_26.html 656W: http://www.linux4sam.org 657S: Supported 658F: arch/arm/mach-at91/ 659 660ARM/CALXEDA HIGHBANK ARCHITECTURE 661M: Rob Herring <rob.herring@calxeda.com> 662L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 663S: Maintained 664F: arch/arm/mach-highbank/ 665 666ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT 667M: Anton Vorontsov <avorontsov@mvista.com> 668S: Maintained 669F: arch/arm/mach-cns3xxx/ 670T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git 671 672ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 673M: Hartley Sweeten <hsweeten@visionengravers.com> 674M: Ryan Mallon <rmallon@gmail.com> 675L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 676S: Maintained 677F: arch/arm/mach-ep93xx/ 678F: arch/arm/mach-ep93xx/include/mach/ 679 680ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT 681M: Lennert Buytenhek <kernel@wantstofly.org> 682L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 683S: Maintained 684 685ARM/CLKDEV SUPPORT 686M: Russell King <linux@arm.linux.org.uk> 687L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 688S: Maintained 689F: arch/arm/include/asm/clkdev.h 690F: drivers/clk/clkdev.c 691 692ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT 693M: Mike Rapoport <mike@compulab.co.il> 694L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 695S: Maintained 696 697ARM/CONTEC MICRO9 MACHINE SUPPORT 698M: Hubert Feurstein <hubert.feurstein@contec.at> 699S: Maintained 700F: arch/arm/mach-ep93xx/micro9.c 701 702ARM/CORGI MACHINE SUPPORT 703M: Richard Purdie <rpurdie@rpsys.net> 704S: Maintained 705 706ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE 707M: Hans Ulli Kroll <ulli.kroll@googlemail.com> 708L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 709T: git git://git.berlios.de/gemini-board 710S: Maintained 711F: arch/arm/mach-gemini/ 712 713ARM/CSR SIRFPRIMA2 MACHINE SUPPORT 714M: Barry Song <baohua.song@csr.com> 715L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 716S: Maintained 717F: arch/arm/mach-prima2/ 718F: drivers/dma/sirf-dma.c 719F: drivers/i2c/busses/i2c-sirf.c 720F: drivers/pinctrl/pinctrl-sirf.c 721F: drivers/spi/spi-sirf.c 722 723ARM/EBSA110 MACHINE SUPPORT 724M: Russell King <linux@arm.linux.org.uk> 725L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 726W: http://www.arm.linux.org.uk/ 727S: Maintained 728F: arch/arm/mach-ebsa110/ 729F: drivers/net/ethernet/amd/am79c961a.* 730 731ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) 732M: Daniel Ribeiro <drwyrm@gmail.com> 733M: Stefan Schmidt <stefan@openezx.org> 734M: Harald Welte <laforge@openezx.org> 735L: openezx-devel@lists.openezx.org (moderated for non-subscribers) 736W: http://www.openezx.org/ 737S: Maintained 738T: topgit git://git.openezx.org/openezx.git 739F: arch/arm/mach-pxa/ezx.c 740 741ARM/FARADAY FA526 PORT 742M: Hans Ulli Kroll <ulli.kroll@googlemail.com> 743L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 744S: Maintained 745T: git git://git.berlios.de/gemini-board 746F: arch/arm/mm/*-fa* 747 748ARM/FOOTBRIDGE ARCHITECTURE 749M: Russell King <linux@arm.linux.org.uk> 750L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 751W: http://www.arm.linux.org.uk/ 752S: Maintained 753F: arch/arm/include/asm/hardware/dec21285.h 754F: arch/arm/mach-footbridge/ 755 756ARM/FREESCALE IMX / MXC ARM ARCHITECTURE 757M: Sascha Hauer <kernel@pengutronix.de> 758L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 759S: Maintained 760T: git git://git.pengutronix.de/git/imx/linux-2.6.git 761F: arch/arm/mach-imx/ 762F: arch/arm/plat-mxc/ 763 764ARM/FREESCALE IMX6 765M: Shawn Guo <shawn.guo@linaro.org> 766L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 767S: Maintained 768T: git git://git.linaro.org/people/shawnguo/linux-2.6.git 769F: arch/arm/mach-imx/*imx6* 770 771ARM/FREESCALE MXS ARM ARCHITECTURE 772M: Shawn Guo <shawn.guo@linaro.org> 773L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 774S: Maintained 775T: git git://git.linaro.org/people/shawnguo/linux-2.6.git 776F: arch/arm/mach-mxs/ 777 778ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 779M: Lennert Buytenhek <kernel@wantstofly.org> 780L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 781S: Maintained 782 783ARM/GUMSTIX MACHINE SUPPORT 784M: Steve Sakoman <sakoman@gmail.com> 785L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 786S: Maintained 787 788ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT 789M: Philipp Zabel <philipp.zabel@gmail.com> 790M: Paul Parsons <lost.distance@yahoo.com> 791L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 792S: Maintained 793F: arch/arm/mach-pxa/hx4700.c 794F: arch/arm/mach-pxa/include/mach/hx4700.h 795F: sound/soc/pxa/hx4700.c 796 797ARM/HP JORNADA 7XX MACHINE SUPPORT 798M: Kristoffer Ericson <kristoffer.ericson@gmail.com> 799W: www.jlime.com 800S: Maintained 801T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git 802F: arch/arm/mach-sa1100/jornada720.c 803F: arch/arm/mach-sa1100/include/mach/jornada720.h 804 805ARM/INCOME PXA270 SUPPORT 806M: Marek Vasut <marek.vasut@gmail.com> 807L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 808S: Maintained 809F: arch/arm/mach-pxa/colibri-pxa270-income.c 810 811ARM/INTEL IOP32X ARM ARCHITECTURE 812M: Lennert Buytenhek <kernel@wantstofly.org> 813M: Dan Williams <djbw@fb.com> 814L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 815S: Maintained 816 817ARM/INTEL IOP33X ARM ARCHITECTURE 818M: Dan Williams <djbw@fb.com> 819L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 820S: Maintained 821 822ARM/INTEL IOP13XX ARM ARCHITECTURE 823M: Lennert Buytenhek <kernel@wantstofly.org> 824M: Dan Williams <djbw@fb.com> 825L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 826S: Maintained 827 828ARM/INTEL IQ81342EX MACHINE SUPPORT 829M: Lennert Buytenhek <kernel@wantstofly.org> 830M: Dan Williams <djbw@fb.com> 831L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 832S: Maintained 833 834ARM/INTEL IXDP2850 MACHINE SUPPORT 835M: Lennert Buytenhek <kernel@wantstofly.org> 836L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 837S: Maintained 838 839ARM/INTEL IXP4XX ARM ARCHITECTURE 840M: Imre Kaloz <kaloz@openwrt.org> 841M: Krzysztof Halasa <khc@pm.waw.pl> 842L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 843S: Maintained 844F: arch/arm/mach-ixp4xx/ 845 846ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT 847M: Jonathan Cameron <jic23@cam.ac.uk> 848L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 849S: Maintained 850F: arch/arm/mach-pxa/stargate2.c 851F: drivers/pcmcia/pxa2xx_stargate2.c 852 853ARM/INTEL XSC3 (MANZANO) ARM CORE 854M: Lennert Buytenhek <kernel@wantstofly.org> 855M: Dan Williams <djbw@fb.com> 856L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 857S: Maintained 858 859ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 860M: Lennert Buytenhek <kernel@wantstofly.org> 861L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 862S: Maintained 863 864ARM/LOGICPD PXA270 MACHINE SUPPORT 865M: Lennert Buytenhek <kernel@wantstofly.org> 866L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 867S: Maintained 868 869ARM/MAGICIAN MACHINE SUPPORT 870M: Philipp Zabel <philipp.zabel@gmail.com> 871S: Maintained 872 873ARM/Marvell Armada 370 and Armada XP SOC support 874M: Jason Cooper <jason@lakedaemon.net> 875M: Andrew Lunn <andrew@lunn.ch> 876M: Gregory Clement <gregory.clement@free-electrons.com> 877L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 878S: Maintained 879F: arch/arm/mach-mvebu/ 880 881ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support 882M: Jason Cooper <jason@lakedaemon.net> 883M: Andrew Lunn <andrew@lunn.ch> 884L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 885S: Maintained 886F: arch/arm/mach-dove/ 887F: arch/arm/mach-kirkwood/ 888F: arch/arm/mach-mv78xx0/ 889F: arch/arm/mach-orion5x/ 890F: arch/arm/plat-orion/ 891 892ARM/Orion SoC/Technologic Systems TS-78xx platform support 893M: Alexander Clouter <alex@digriz.org.uk> 894L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 895W: http://www.digriz.org.uk/ts78xx/kernel 896S: Maintained 897F: arch/arm/mach-orion5x/ts78xx-* 898 899ARM/MICREL KS8695 ARCHITECTURE 900M: Greg Ungerer <gerg@uclinux.org> 901L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 902F: arch/arm/mach-ks8695 903S: Odd Fixes 904 905ARM/MIOA701 MACHINE SUPPORT 906M: Robert Jarzmik <robert.jarzmik@free.fr> 907L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 908F: arch/arm/mach-pxa/mioa701.c 909S: Maintained 910 911ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT 912M: Michael Petchkovsky <mkpetch@internode.on.net> 913S: Maintained 914 915ARM/NOMADIK ARCHITECTURE 916M: Alessandro Rubini <rubini@unipv.it> 917M: Linus Walleij <linus.walleij@linaro.org> 918M: STEricsson <STEricsson_nomadik_linux@list.st.com> 919L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 920S: Maintained 921F: arch/arm/mach-nomadik/ 922F: arch/arm/plat-nomadik/ 923F: drivers/i2c/busses/i2c-nomadik.c 924T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git 925 926ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT 927M: Nelson Castillo <arhuaco@freaks-unidos.net> 928L: openmoko-kernel@lists.openmoko.org (subscribers-only) 929W: http://wiki.openmoko.org/wiki/Neo_FreeRunner 930S: Supported 931 932ARM/QUALCOMM MSM MACHINE SUPPORT 933M: David Brown <davidb@codeaurora.org> 934M: Daniel Walker <dwalker@fifo99.com> 935M: Bryan Huntsman <bryanh@codeaurora.org> 936L: linux-arm-msm@vger.kernel.org 937F: arch/arm/mach-msm/ 938F: drivers/video/msm/ 939F: drivers/mmc/host/msm_sdcc.c 940F: drivers/mmc/host/msm_sdcc.h 941F: drivers/tty/serial/msm_serial.h 942F: drivers/tty/serial/msm_serial.c 943F: drivers/platform/msm/ 944F: drivers/*/pm8???-* 945F: include/linux/mfd/pm8xxx/ 946T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git 947S: Maintained 948 949ARM/TOSA MACHINE SUPPORT 950M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 951M: Dirk Opfer <dirk@opfer-online.de> 952S: Maintained 953 954ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT 955M: Marek Vasut <marek.vasut@gmail.com> 956L: linux-arm-kernel@lists.infradead.org 957W: http://hackndev.com 958S: Maintained 959F: arch/arm/mach-pxa/include/mach/palmtx.h 960F: arch/arm/mach-pxa/palmtx.c 961F: arch/arm/mach-pxa/include/mach/palmt5.h 962F: arch/arm/mach-pxa/palmt5.c 963F: arch/arm/mach-pxa/include/mach/palmld.h 964F: arch/arm/mach-pxa/palmld.c 965F: arch/arm/mach-pxa/include/mach/palmte2.h 966F: arch/arm/mach-pxa/palmte2.c 967F: arch/arm/mach-pxa/include/mach/palmtc.h 968F: arch/arm/mach-pxa/palmtc.c 969 970ARM/PALM TREO SUPPORT 971M: Tomas Cech <sleep_walker@suse.cz> 972L: linux-arm-kernel@lists.infradead.org 973W: http://hackndev.com 974S: Maintained 975F: arch/arm/mach-pxa/include/mach/palmtreo.h 976F: arch/arm/mach-pxa/palmtreo.c 977 978ARM/PALMZ72 SUPPORT 979M: Sergey Lapin <slapin@ossfans.org> 980L: linux-arm-kernel@lists.infradead.org 981W: http://hackndev.com 982S: Maintained 983F: arch/arm/mach-pxa/include/mach/palmz72.h 984F: arch/arm/mach-pxa/palmz72.c 985 986ARM/PLEB SUPPORT 987M: Peter Chubb <pleb@gelato.unsw.edu.au> 988W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 989S: Maintained 990 991ARM/PT DIGITAL BOARD PORT 992M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> 993L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 994W: http://www.arm.linux.org.uk/ 995S: Maintained 996 997ARM/RADISYS ENP2611 MACHINE SUPPORT 998M: Lennert Buytenhek <kernel@wantstofly.org> 999L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1000S: Maintained 1001 1002ARM/RISCPC ARCHITECTURE 1003M: Russell King <linux@arm.linux.org.uk> 1004L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1005W: http://www.arm.linux.org.uk/ 1006S: Maintained 1007F: arch/arm/common/time-acorn.c 1008F: arch/arm/include/asm/hardware/entry-macro-iomd.S 1009F: arch/arm/include/asm/hardware/ioc.h 1010F: arch/arm/include/asm/hardware/iomd.h 1011F: arch/arm/include/asm/hardware/memc.h 1012F: arch/arm/mach-rpc/ 1013F: drivers/net/ethernet/8390/etherh.c 1014F: drivers/net/ethernet/i825xx/ether1* 1015F: drivers/net/ethernet/seeq/ether3* 1016F: drivers/scsi/arm/ 1017 1018ARM/SHARK MACHINE SUPPORT 1019M: Alexander Schulz <alex@shark-linux.de> 1020W: http://www.shark-linux.de/shark.html 1021S: Maintained 1022 1023ARM/SAMSUNG ARM ARCHITECTURES 1024M: Ben Dooks <ben-linux@fluff.org> 1025M: Kukjin Kim <kgene.kim@samsung.com> 1026L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1027L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) 1028W: http://www.fluff.org/ben/linux/ 1029S: Maintained 1030F: arch/arm/plat-samsung/ 1031F: arch/arm/plat-s3c24xx/ 1032F: arch/arm/plat-s5p/ 1033F: arch/arm/mach-s3c24*/ 1034F: arch/arm/mach-s3c64xx/ 1035F: drivers/*/*s3c2410* 1036F: drivers/*/*/*s3c2410* 1037F: drivers/spi/spi-s3c* 1038F: sound/soc/samsung/* 1039 1040ARM/S5P EXYNOS ARM ARCHITECTURES 1041M: Kukjin Kim <kgene.kim@samsung.com> 1042L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1043L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) 1044S: Maintained 1045F: arch/arm/mach-s5p*/ 1046F: arch/arm/mach-exynos*/ 1047 1048ARM/SAMSUNG MOBILE MACHINE SUPPORT 1049M: Kyungmin Park <kyungmin.park@samsung.com> 1050L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1051S: Maintained 1052F: arch/arm/mach-s5pv210/mach-aquila.c 1053F: arch/arm/mach-s5pv210/mach-goni.c 1054F: arch/arm/mach-exynos/mach-universal_c210.c 1055F: arch/arm/mach-exynos/mach-nuri.c 1056 1057ARM/SAMSUNG S5P SERIES FIMC SUPPORT 1058M: Kyungmin Park <kyungmin.park@samsung.com> 1059M: Sylwester Nawrocki <s.nawrocki@samsung.com> 1060L: linux-arm-kernel@lists.infradead.org 1061L: linux-media@vger.kernel.org 1062S: Maintained 1063F: arch/arm/plat-s5p/dev-fimc* 1064F: arch/arm/plat-samsung/include/plat/*fimc* 1065F: drivers/media/video/s5p-fimc/ 1066 1067ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT 1068M: Kyungmin Park <kyungmin.park@samsung.com> 1069M: Kamil Debski <k.debski@samsung.com> 1070M: Jeongtae Park <jtp.park@samsung.com> 1071L: linux-arm-kernel@lists.infradead.org 1072L: linux-media@vger.kernel.org 1073S: Maintained 1074F: arch/arm/plat-s5p/dev-mfc.c 1075F: drivers/media/video/s5p-mfc/ 1076 1077ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT 1078M: Kyungmin Park <kyungmin.park@samsung.com> 1079M: Tomasz Stanislawski <t.stanislaws@samsung.com> 1080L: linux-arm-kernel@lists.infradead.org 1081L: linux-media@vger.kernel.org 1082S: Maintained 1083F: drivers/media/video/s5p-tv/ 1084 1085ARM/SHMOBILE ARM ARCHITECTURE 1086M: Paul Mundt <lethal@linux-sh.org> 1087M: Magnus Damm <magnus.damm@gmail.com> 1088L: linux-sh@vger.kernel.org 1089W: http://oss.renesas.com 1090Q: http://patchwork.kernel.org/project/linux-sh/list/ 1091T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest 1092S: Supported 1093F: arch/arm/mach-shmobile/ 1094F: drivers/sh/ 1095 1096ARM/SOCFPGA ARCHITECTURE 1097M: Dinh Nguyen <dinguyen@altera.com> 1098S: Maintained 1099F: arch/arm/mach-socfpga/ 1100 1101ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT 1102M: Dinh Nguyen <dinguyen@altera.com> 1103S: Maintained 1104F: drivers/clk/socfpga/ 1105 1106ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 1107M: Lennert Buytenhek <kernel@wantstofly.org> 1108L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1109S: Maintained 1110 1111ARM/TETON BGA MACHINE SUPPORT 1112M: "Mark F. Brown" <mark.brown314@gmail.com> 1113L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1114S: Maintained 1115 1116ARM/THECUS N2100 MACHINE SUPPORT 1117M: Lennert Buytenhek <kernel@wantstofly.org> 1118L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1119S: Maintained 1120 1121ARM/NUVOTON W90X900 ARM ARCHITECTURE 1122M: Wan ZongShun <mcuos.com@gmail.com> 1123L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1124W: http://www.mcuos.com 1125S: Maintained 1126F: arch/arm/mach-w90x900/ 1127F: drivers/input/keyboard/w90p910_keypad.c 1128F: drivers/input/touchscreen/w90p910_ts.c 1129F: drivers/watchdog/nuc900_wdt.c 1130F: drivers/net/ethernet/nuvoton/w90p910_ether.c 1131F: drivers/mtd/nand/nuc900_nand.c 1132F: drivers/rtc/rtc-nuc900.c 1133F: drivers/spi/spi-nuc900.c 1134F: drivers/usb/host/ehci-w90x900.c 1135F: drivers/video/nuc900fb.c 1136 1137ARM/U300 MACHINE SUPPORT 1138M: Linus Walleij <linus.walleij@linaro.org> 1139L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1140S: Supported 1141F: arch/arm/mach-u300/ 1142F: drivers/i2c/busses/i2c-stu300.c 1143F: drivers/rtc/rtc-coh901331.c 1144F: drivers/watchdog/coh901327_wdt.c 1145F: drivers/dma/coh901318* 1146F: drivers/mfd/ab3100* 1147F: drivers/rtc/rtc-ab3100.c 1148F: drivers/rtc/rtc-coh901331.c 1149T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git 1150 1151ARM/Ux500 ARM ARCHITECTURE 1152M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> 1153M: Linus Walleij <linus.walleij@linaro.org> 1154L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1155S: Maintained 1156F: arch/arm/mach-ux500/ 1157F: drivers/clocksource/clksrc-dbx500-prcmu.c 1158F: drivers/dma/ste_dma40* 1159F: drivers/hwspinlock/u8500_hsem.c 1160F: drivers/mfd/abx500* 1161F: drivers/mfd/ab8500* 1162F: drivers/mfd/dbx500* 1163F: drivers/mfd/db8500* 1164F: drivers/pinctrl/pinctrl-nomadik* 1165F: drivers/rtc/rtc-ab8500.c 1166F: drivers/rtc/rtc-pl031.c 1167T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git 1168 1169ARM/VFP SUPPORT 1170M: Russell King <linux@arm.linux.org.uk> 1171L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1172W: http://www.arm.linux.org.uk/ 1173S: Maintained 1174F: arch/arm/vfp/ 1175 1176ARM/VOIPAC PXA270 SUPPORT 1177M: Marek Vasut <marek.vasut@gmail.com> 1178L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1179S: Maintained 1180F: arch/arm/mach-pxa/vpac270.c 1181F: arch/arm/mach-pxa/include/mach/vpac270.h 1182 1183ARM/VT8500 ARM ARCHITECTURE 1184M: Tony Prisk <linux@prisktech.co.nz> 1185L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1186S: Maintained 1187F: arch/arm/mach-vt8500/ 1188F: drivers/video/vt8500lcdfb.* 1189F: drivers/video/wm8505fb* 1190F: drivers/video/wmt_ge_rops.* 1191F: drivers/tty/serial/vt8500_serial.c 1192F: drivers/rtc/rtc-vt8500-c 1193 1194ARM/ZIPIT Z2 SUPPORT 1195M: Marek Vasut <marek.vasut@gmail.com> 1196L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1197S: Maintained 1198F: arch/arm/mach-pxa/z2.c 1199F: arch/arm/mach-pxa/include/mach/z2.h 1200 1201ARM64 PORT (AARCH64 ARCHITECTURE) 1202M: Catalin Marinas <catalin.marinas@arm.com> 1203L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1204S: Maintained 1205F: arch/arm64/ 1206 1207ASC7621 HARDWARE MONITOR DRIVER 1208M: George Joseph <george.joseph@fairview5.com> 1209L: lm-sensors@lm-sensors.org 1210S: Maintained 1211F: Documentation/hwmon/asc7621 1212F: drivers/hwmon/asc7621.c 1213 1214ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS 1215M: Corentin Chary <corentincj@iksaif.net> 1216L: acpi4asus-user@lists.sourceforge.net 1217L: platform-driver-x86@vger.kernel.org 1218W: http://acpi4asus.sf.net 1219S: Maintained 1220F: drivers/platform/x86/asus*.c 1221F: drivers/platform/x86/eeepc*.c 1222 1223ASUS ASB100 HARDWARE MONITOR DRIVER 1224M: "Mark M. Hoffman" <mhoffman@lightlink.com> 1225L: lm-sensors@lm-sensors.org 1226S: Maintained 1227F: drivers/hwmon/asb100.c 1228 1229ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API 1230M: Dan Williams <djbw@fb.com> 1231W: http://sourceforge.net/projects/xscaleiop 1232S: Maintained 1233F: Documentation/crypto/async-tx-api.txt 1234F: crypto/async_tx/ 1235F: drivers/dma/ 1236F: include/linux/dmaengine.h 1237F: include/linux/async_tx.h 1238 1239AT24 EEPROM DRIVER 1240M: Wolfram Sang <w.sang@pengutronix.de> 1241L: linux-i2c@vger.kernel.org 1242S: Maintained 1243F: drivers/misc/eeprom/at24.c 1244F: include/linux/i2c/at24.h 1245 1246ATA OVER ETHERNET (AOE) DRIVER 1247M: "Ed L. Cashin" <ecashin@coraid.com> 1248W: http://www.coraid.com/support/linux 1249S: Supported 1250F: Documentation/aoe/ 1251F: drivers/block/aoe/ 1252 1253ATHEROS ATH GENERIC UTILITIES 1254M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com> 1255L: linux-wireless@vger.kernel.org 1256S: Supported 1257F: drivers/net/wireless/ath/* 1258 1259ATHEROS ATH5K WIRELESS DRIVER 1260M: Jiri Slaby <jirislaby@gmail.com> 1261M: Nick Kossifidis <mickflemm@gmail.com> 1262M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com> 1263L: linux-wireless@vger.kernel.org 1264L: ath5k-devel@lists.ath5k.org 1265W: http://wireless.kernel.org/en/users/Drivers/ath5k 1266S: Maintained 1267F: drivers/net/wireless/ath/ath5k/ 1268 1269ATHEROS ATH6KL WIRELESS DRIVER 1270M: Kalle Valo <kvalo@qca.qualcomm.com> 1271L: linux-wireless@vger.kernel.org 1272W: http://wireless.kernel.org/en/users/Drivers/ath6kl 1273T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git 1274S: Supported 1275F: drivers/net/wireless/ath/ath6kl/ 1276 1277ATHEROS ATH9K WIRELESS DRIVER 1278M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com> 1279M: Jouni Malinen <jouni@qca.qualcomm.com> 1280M: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> 1281M: Senthil Balasubramanian <senthilb@qca.qualcomm.com> 1282L: linux-wireless@vger.kernel.org 1283L: ath9k-devel@lists.ath9k.org 1284W: http://wireless.kernel.org/en/users/Drivers/ath9k 1285S: Supported 1286F: drivers/net/wireless/ath/ath9k/ 1287 1288CARL9170 LINUX COMMUNITY WIRELESS DRIVER 1289M: Christian Lamparter <chunkeey@googlemail.com> 1290L: linux-wireless@vger.kernel.org 1291W: http://wireless.kernel.org/en/users/Drivers/carl9170 1292S: Maintained 1293F: drivers/net/wireless/ath/carl9170/ 1294 1295ATK0110 HWMON DRIVER 1296M: Luca Tettamanti <kronos.it@gmail.com> 1297L: lm-sensors@lm-sensors.org 1298S: Maintained 1299F: drivers/hwmon/asus_atk0110.c 1300 1301ATI_REMOTE2 DRIVER 1302M: Ville Syrjala <syrjala@sci.fi> 1303S: Maintained 1304F: drivers/input/misc/ati_remote2.c 1305 1306ATLX ETHERNET DRIVERS 1307M: Jay Cliburn <jcliburn@gmail.com> 1308M: Chris Snook <chris.snook@gmail.com> 1309L: netdev@vger.kernel.org 1310W: http://sourceforge.net/projects/atl1 1311W: http://atl1.sourceforge.net 1312S: Maintained 1313F: drivers/net/ethernet/atheros/ 1314 1315ATM 1316M: Chas Williams <chas@cmf.nrl.navy.mil> 1317L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers) 1318L: netdev@vger.kernel.org 1319W: http://linux-atm.sourceforge.net 1320S: Maintained 1321F: drivers/atm/ 1322F: include/linux/atm* 1323 1324ATMEL AT91 MCI DRIVER 1325M: Ludovic Desroches <ludovic.desroches@atmel.com> 1326L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1327W: http://www.atmel.com/products/AT91/ 1328W: http://www.at91.com/ 1329S: Maintained 1330F: drivers/mmc/host/at91_mci.c 1331 1332ATMEL AT91 / AT32 MCI DRIVER 1333M: Ludovic Desroches <ludovic.desroches@atmel.com> 1334S: Maintained 1335F: drivers/mmc/host/atmel-mci.c 1336F: drivers/mmc/host/atmel-mci-regs.h 1337 1338ATMEL AT91 / AT32 SERIAL DRIVER 1339M: Nicolas Ferre <nicolas.ferre@atmel.com> 1340S: Supported 1341F: drivers/tty/serial/atmel_serial.c 1342 1343ATMEL DMA DRIVER 1344M: Nicolas Ferre <nicolas.ferre@atmel.com> 1345L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1346S: Supported 1347F: drivers/dma/at_hdmac.c 1348F: drivers/dma/at_hdmac_regs.h 1349F: arch/arm/mach-at91/include/mach/at_hdmac.h 1350 1351ATMEL ISI DRIVER 1352M: Josh Wu <josh.wu@atmel.com> 1353L: linux-media@vger.kernel.org 1354S: Supported 1355F: drivers/media/video/atmel-isi.c 1356F: include/media/atmel-isi.h 1357 1358ATMEL LCDFB DRIVER 1359M: Nicolas Ferre <nicolas.ferre@atmel.com> 1360L: linux-fbdev@vger.kernel.org 1361S: Maintained 1362F: drivers/video/atmel_lcdfb.c 1363F: include/video/atmel_lcdc.h 1364 1365ATMEL MACB ETHERNET DRIVER 1366M: Nicolas Ferre <nicolas.ferre@atmel.com> 1367S: Supported 1368F: drivers/net/ethernet/cadence/ 1369 1370ATMEL SPI DRIVER 1371M: Nicolas Ferre <nicolas.ferre@atmel.com> 1372S: Supported 1373F: drivers/spi/spi-atmel.* 1374 1375ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS 1376M: Nicolas Ferre <nicolas.ferre@atmel.com> 1377L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1378S: Supported 1379F: drivers/misc/atmel_tclib.c 1380F: drivers/clocksource/tcb_clksrc.c 1381 1382ATMEL TSADCC DRIVER 1383M: Josh Wu <josh.wu@atmel.com> 1384L: linux-input@vger.kernel.org 1385S: Supported 1386F: drivers/input/touchscreen/atmel_tsadcc.c 1387 1388ATMEL USBA UDC DRIVER 1389M: Nicolas Ferre <nicolas.ferre@atmel.com> 1390L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1391S: Supported 1392F: drivers/usb/gadget/atmel_usba_udc.* 1393 1394ATMEL WIRELESS DRIVER 1395M: Simon Kelley <simon@thekelleys.org.uk> 1396L: linux-wireless@vger.kernel.org 1397W: http://www.thekelleys.org.uk/atmel 1398W: http://atmelwlandriver.sourceforge.net/ 1399S: Maintained 1400F: drivers/net/wireless/atmel* 1401 1402AUDIT SUBSYSTEM 1403M: Al Viro <viro@zeniv.linux.org.uk> 1404M: Eric Paris <eparis@redhat.com> 1405L: linux-audit@redhat.com (subscribers-only) 1406W: http://people.redhat.com/sgrubb/audit/ 1407T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git 1408S: Maintained 1409F: include/linux/audit.h 1410F: kernel/audit* 1411 1412AUXILIARY DISPLAY DRIVERS 1413M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1414W: http://miguelojeda.es/auxdisplay.htm 1415W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1416S: Maintained 1417F: drivers/auxdisplay/ 1418F: include/linux/cfag12864b.h 1419 1420AVR32 ARCHITECTURE 1421M: Haavard Skinnemoen <hskinnemoen@gmail.com> 1422M: Hans-Christian Egtvedt <egtvedt@samfundet.no> 1423W: http://www.atmel.com/products/AVR32/ 1424W: http://avr32linux.org/ 1425W: http://avrfreaks.net/ 1426S: Maintained 1427F: arch/avr32/ 1428 1429AVR32/AT32AP MACHINE SUPPORT 1430M: Haavard Skinnemoen <hskinnemoen@gmail.com> 1431M: Hans-Christian Egtvedt <egtvedt@samfundet.no> 1432S: Maintained 1433F: arch/avr32/mach-at32ap/ 1434 1435AX.25 NETWORK LAYER 1436M: Ralf Baechle <ralf@linux-mips.org> 1437L: linux-hams@vger.kernel.org 1438W: http://www.linux-ax25.org/ 1439S: Maintained 1440F: include/linux/ax25.h 1441F: include/net/ax25.h 1442F: net/ax25/ 1443 1444B43 WIRELESS DRIVER 1445M: Stefano Brivio <stefano.brivio@polimi.it> 1446L: linux-wireless@vger.kernel.org 1447L: b43-dev@lists.infradead.org 1448W: http://wireless.kernel.org/en/users/Drivers/b43 1449S: Maintained 1450F: drivers/net/wireless/b43/ 1451 1452B43LEGACY WIRELESS DRIVER 1453M: Larry Finger <Larry.Finger@lwfinger.net> 1454M: Stefano Brivio <stefano.brivio@polimi.it> 1455L: linux-wireless@vger.kernel.org 1456L: b43-dev@lists.infradead.org 1457W: http://wireless.kernel.org/en/users/Drivers/b43 1458S: Maintained 1459F: drivers/net/wireless/b43legacy/ 1460 1461BACKLIGHT CLASS/SUBSYSTEM 1462M: Richard Purdie <rpurdie@rpsys.net> 1463S: Maintained 1464F: drivers/video/backlight/ 1465F: include/linux/backlight.h 1466 1467BATMAN ADVANCED 1468M: Marek Lindner <lindner_marek@yahoo.de> 1469M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> 1470M: Antonio Quartulli <ordex@autistici.org> 1471L: b.a.t.m.a.n@lists.open-mesh.org 1472W: http://www.open-mesh.org/ 1473S: Maintained 1474F: net/batman-adv/ 1475 1476BAYCOM/HDLCDRV DRIVERS FOR AX.25 1477M: Thomas Sailer <t.sailer@alumni.ethz.ch> 1478L: linux-hams@vger.kernel.org 1479W: http://www.baycom.org/~tom/ham/ham.html 1480S: Maintained 1481F: drivers/net/hamradio/baycom* 1482 1483BEFS FILE SYSTEM 1484S: Orphan 1485F: Documentation/filesystems/befs.txt 1486F: fs/befs/ 1487 1488BFS FILE SYSTEM 1489M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> 1490S: Maintained 1491F: Documentation/filesystems/bfs.txt 1492F: fs/bfs/ 1493F: include/linux/bfs_fs.h 1494 1495BLACKFIN ARCHITECTURE 1496M: Mike Frysinger <vapier@gentoo.org> 1497L: uclinux-dist-devel@blackfin.uclinux.org 1498W: http://blackfin.uclinux.org 1499S: Supported 1500F: arch/blackfin/ 1501 1502BLACKFIN EMAC DRIVER 1503L: uclinux-dist-devel@blackfin.uclinux.org 1504W: http://blackfin.uclinux.org 1505S: Supported 1506F: drivers/net/ethernet/adi/ 1507 1508BLACKFIN RTC DRIVER 1509M: Mike Frysinger <vapier.adi@gmail.com> 1510L: uclinux-dist-devel@blackfin.uclinux.org 1511W: http://blackfin.uclinux.org 1512S: Supported 1513F: drivers/rtc/rtc-bfin.c 1514 1515BLACKFIN SDH DRIVER 1516M: Cliff Cai <cliff.cai@analog.com> 1517L: uclinux-dist-devel@blackfin.uclinux.org 1518W: http://blackfin.uclinux.org 1519S: Supported 1520F: drivers/mmc/host/bfin_sdh.c 1521 1522BLACKFIN SERIAL DRIVER 1523M: Sonic Zhang <sonic.zhang@analog.com> 1524L: uclinux-dist-devel@blackfin.uclinux.org 1525W: http://blackfin.uclinux.org 1526S: Supported 1527F: drivers/tty/serial/bfin_uart.c 1528 1529BLACKFIN WATCHDOG DRIVER 1530M: Mike Frysinger <vapier.adi@gmail.com> 1531L: uclinux-dist-devel@blackfin.uclinux.org 1532W: http://blackfin.uclinux.org 1533S: Supported 1534F: drivers/watchdog/bfin_wdt.c 1535 1536BLACKFIN I2C TWI DRIVER 1537M: Sonic Zhang <sonic.zhang@analog.com> 1538L: uclinux-dist-devel@blackfin.uclinux.org 1539W: http://blackfin.uclinux.org/ 1540S: Supported 1541F: drivers/i2c/busses/i2c-bfin-twi.c 1542 1543BLINKM RGB LED DRIVER 1544M: Jan-Simon Moeller <jansimon.moeller@gmx.de> 1545S: Maintained 1546F: drivers/leds/leds-blinkm.c 1547 1548BLOCK LAYER 1549M: Jens Axboe <axboe@kernel.dk> 1550T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git 1551S: Maintained 1552F: block/ 1553 1554BLOCK2MTD DRIVER 1555M: Joern Engel <joern@lazybastard.org> 1556L: linux-mtd@lists.infradead.org 1557S: Maintained 1558F: drivers/mtd/devices/block2mtd.c 1559 1560BLUETOOTH DRIVERS 1561M: Marcel Holtmann <marcel@holtmann.org> 1562M: Gustavo Padovan <gustavo@padovan.org> 1563M: Johan Hedberg <johan.hedberg@gmail.com> 1564L: linux-bluetooth@vger.kernel.org 1565W: http://www.bluez.org/ 1566T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git 1567T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git 1568S: Maintained 1569F: drivers/bluetooth/ 1570 1571BLUETOOTH SUBSYSTEM 1572M: Marcel Holtmann <marcel@holtmann.org> 1573M: Gustavo Padovan <gustavo@padovan.org> 1574M: Johan Hedberg <johan.hedberg@gmail.com> 1575L: linux-bluetooth@vger.kernel.org 1576W: http://www.bluez.org/ 1577T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git 1578T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git 1579S: Maintained 1580F: net/bluetooth/ 1581F: include/net/bluetooth/ 1582 1583BONDING DRIVER 1584M: Jay Vosburgh <fubar@us.ibm.com> 1585M: Andy Gospodarek <andy@greyhouse.net> 1586L: netdev@vger.kernel.org 1587W: http://sourceforge.net/projects/bonding/ 1588S: Supported 1589F: drivers/net/bonding/ 1590F: include/linux/if_bonding.h 1591 1592BROADCOM B44 10/100 ETHERNET DRIVER 1593M: Gary Zambrano <zambrano@broadcom.com> 1594L: netdev@vger.kernel.org 1595S: Supported 1596F: drivers/net/ethernet/broadcom/b44.* 1597 1598BROADCOM BNX2 GIGABIT ETHERNET DRIVER 1599M: Michael Chan <mchan@broadcom.com> 1600L: netdev@vger.kernel.org 1601S: Supported 1602F: drivers/net/ethernet/broadcom/bnx2.* 1603F: drivers/net/ethernet/broadcom/bnx2_* 1604 1605BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER 1606M: Eilon Greenstein <eilong@broadcom.com> 1607L: netdev@vger.kernel.org 1608S: Supported 1609F: drivers/net/ethernet/broadcom/bnx2x/ 1610 1611BROADCOM BCM2835 ARM ARCHICTURE 1612M: Stephen Warren <swarren@wwwdotorg.org> 1613L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers) 1614T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git 1615S: Maintained 1616F: arch/arm/mach-bcm2835/ 1617F: arch/arm/boot/dts/bcm2835* 1618F: arch/arm/configs/bcm2835_defconfig 1619F: drivers/*/*bcm2835* 1620 1621BROADCOM TG3 GIGABIT ETHERNET DRIVER 1622M: Matt Carlson <mcarlson@broadcom.com> 1623M: Michael Chan <mchan@broadcom.com> 1624L: netdev@vger.kernel.org 1625S: Supported 1626F: drivers/net/ethernet/broadcom/tg3.* 1627 1628BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER 1629M: Brett Rudley <brudley@broadcom.com> 1630M: Roland Vossen <rvossen@broadcom.com> 1631M: Arend van Spriel <arend@broadcom.com> 1632M: Franky (Zhenhui) Lin <frankyl@broadcom.com> 1633M: Kan Yan <kanyan@broadcom.com> 1634L: linux-wireless@vger.kernel.org 1635L: brcm80211-dev-list@broadcom.com 1636S: Supported 1637F: drivers/net/wireless/brcm80211/ 1638 1639BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER 1640M: Bhanu Prakash Gollapudi <bprakash@broadcom.com> 1641L: linux-scsi@vger.kernel.org 1642S: Supported 1643F: drivers/scsi/bnx2fc/ 1644 1645BROADCOM SPECIFIC AMBA DRIVER (BCMA) 1646M: Rafał Miłecki <zajec5@gmail.com> 1647L: linux-wireless@vger.kernel.org 1648S: Maintained 1649F: drivers/bcma/ 1650F: include/linux/bcma/ 1651 1652BROCADE BFA FC SCSI DRIVER 1653M: Jing Huang <huangj@brocade.com> 1654M: Krishna C Gudipati <kgudipat@brocade.com> 1655L: linux-scsi@vger.kernel.org 1656S: Supported 1657F: drivers/scsi/bfa/ 1658 1659BROCADE BNA 10 GIGABIT ETHERNET DRIVER 1660M: Rasesh Mody <rmody@brocade.com> 1661L: netdev@vger.kernel.org 1662S: Supported 1663F: drivers/net/ethernet/brocade/bna/ 1664 1665BSG (block layer generic sg v4 driver) 1666M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> 1667L: linux-scsi@vger.kernel.org 1668S: Supported 1669F: block/bsg.c 1670F: include/linux/bsg.h 1671 1672BT87X AUDIO DRIVER 1673M: Clemens Ladisch <clemens@ladisch.de> 1674L: alsa-devel@alsa-project.org (moderated for non-subscribers) 1675T: git git://git.alsa-project.org/alsa-kernel.git 1676S: Maintained 1677F: Documentation/sound/alsa/Bt87x.txt 1678F: sound/pci/bt87x.c 1679 1680BT8XXGPIO DRIVER 1681M: Michael Buesch <m@bues.ch> 1682W: http://bu3sch.de/btgpio.php 1683S: Maintained 1684F: drivers/gpio/gpio-bt8xx.c 1685 1686BTRFS FILE SYSTEM 1687M: Chris Mason <chris.mason@fusionio.com> 1688L: linux-btrfs@vger.kernel.org 1689W: http://btrfs.wiki.kernel.org/ 1690Q: http://patchwork.kernel.org/project/linux-btrfs/list/ 1691T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git 1692S: Maintained 1693F: Documentation/filesystems/btrfs.txt 1694F: fs/btrfs/ 1695 1696BTTV VIDEO4LINUX DRIVER 1697M: Mauro Carvalho Chehab <mchehab@infradead.org> 1698L: linux-media@vger.kernel.org 1699W: http://linuxtv.org 1700T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 1701S: Maintained 1702F: Documentation/video4linux/bttv/ 1703F: drivers/media/video/bt8xx/bttv* 1704 1705C-MEDIA CMI8788 DRIVER 1706M: Clemens Ladisch <clemens@ladisch.de> 1707L: alsa-devel@alsa-project.org (moderated for non-subscribers) 1708T: git git://git.alsa-project.org/alsa-kernel.git 1709S: Maintained 1710F: sound/pci/oxygen/ 1711 1712C6X ARCHITECTURE 1713M: Mark Salter <msalter@redhat.com> 1714M: Aurelien Jacquiot <a-jacquiot@ti.com> 1715L: linux-c6x-dev@linux-c6x.org 1716W: http://www.linux-c6x.org/wiki/index.php/Main_Page 1717S: Maintained 1718F: arch/c6x/ 1719 1720CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS 1721M: David Howells <dhowells@redhat.com> 1722L: linux-cachefs@redhat.com 1723S: Supported 1724F: Documentation/filesystems/caching/cachefiles.txt 1725F: fs/cachefiles/ 1726 1727CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1728M: Jonathan Corbet <corbet@lwn.net> 1729L: linux-media@vger.kernel.org 1730T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 1731S: Maintained 1732F: Documentation/video4linux/cafe_ccic 1733F: drivers/media/video/marvell-ccic/ 1734 1735CAIF NETWORK LAYER 1736M: Sjur Braendeland <sjur.brandeland@stericsson.com> 1737L: netdev@vger.kernel.org 1738S: Supported 1739F: Documentation/networking/caif/ 1740F: drivers/net/caif/ 1741F: include/linux/caif/ 1742F: include/net/caif/ 1743F: net/caif/ 1744 1745CALGARY x86-64 IOMMU 1746M: Muli Ben-Yehuda <muli@il.ibm.com> 1747M: "Jon D. Mason" <jdmason@kudzu.us> 1748L: discuss@x86-64.org 1749S: Maintained 1750F: arch/x86/kernel/pci-calgary_64.c 1751F: arch/x86/kernel/tce_64.c 1752F: arch/x86/include/asm/calgary.h 1753F: arch/x86/include/asm/tce.h 1754 1755CAN NETWORK LAYER 1756M: Oliver Hartkopp <socketcan@hartkopp.net> 1757L: linux-can@vger.kernel.org 1758W: http://gitorious.org/linux-can 1759T: git git://gitorious.org/linux-can/linux-can-next.git 1760S: Maintained 1761F: net/can/ 1762F: include/linux/can.h 1763F: include/linux/can/core.h 1764F: include/linux/can/bcm.h 1765F: include/linux/can/raw.h 1766F: include/linux/can/gw.h 1767 1768CAN NETWORK DRIVERS 1769M: Wolfgang Grandegger <wg@grandegger.com> 1770M: Marc Kleine-Budde <mkl@pengutronix.de> 1771L: linux-can@vger.kernel.org 1772W: http://gitorious.org/linux-can 1773T: git git://gitorious.org/linux-can/linux-can-next.git 1774S: Maintained 1775F: drivers/net/can/ 1776F: include/linux/can/dev.h 1777F: include/linux/can/error.h 1778F: include/linux/can/netlink.h 1779F: include/linux/can/platform/ 1780 1781CAPABILITIES 1782M: Serge Hallyn <serge.hallyn@canonical.com> 1783L: linux-security-module@vger.kernel.org 1784S: Supported 1785F: include/linux/capability.h 1786F: security/capability.c 1787F: security/commoncap.c 1788F: kernel/capability.c 1789 1790CELL BROADBAND ENGINE ARCHITECTURE 1791M: Arnd Bergmann <arnd@arndb.de> 1792L: linuxppc-dev@lists.ozlabs.org 1793L: cbe-oss-dev@lists.ozlabs.org 1794W: http://www.ibm.com/developerworks/power/cell/ 1795S: Supported 1796F: arch/powerpc/include/asm/cell*.h 1797F: arch/powerpc/include/asm/spu*.h 1798F: arch/powerpc/oprofile/*cell* 1799F: arch/powerpc/platforms/cell/ 1800 1801CEPH DISTRIBUTED FILE SYSTEM CLIENT 1802M: Sage Weil <sage@inktank.com> 1803L: ceph-devel@vger.kernel.org 1804W: http://ceph.com/ 1805T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git 1806S: Supported 1807F: Documentation/filesystems/ceph.txt 1808F: fs/ceph 1809F: net/ceph 1810F: include/linux/ceph 1811F: include/linux/crush 1812 1813CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: 1814L: linux-usb@vger.kernel.org 1815S: Orphan 1816F: Documentation/usb/WUSB-Design-overview.txt 1817F: Documentation/usb/wusb-cbaf 1818F: drivers/usb/host/hwa-hc.c 1819F: drivers/usb/host/whci/ 1820F: drivers/usb/wusbcore/ 1821F: include/linux/usb/wusb* 1822 1823CFAG12864B LCD DRIVER 1824M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1825W: http://miguelojeda.es/auxdisplay.htm 1826W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1827S: Maintained 1828F: drivers/auxdisplay/cfag12864b.c 1829F: include/linux/cfag12864b.h 1830 1831CFAG12864BFB LCD FRAMEBUFFER DRIVER 1832M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1833W: http://miguelojeda.es/auxdisplay.htm 1834W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1835S: Maintained 1836F: drivers/auxdisplay/cfag12864bfb.c 1837F: include/linux/cfag12864b.h 1838 1839CFG80211 and NL80211 1840M: Johannes Berg <johannes@sipsolutions.net> 1841L: linux-wireless@vger.kernel.org 1842W: http://wireless.kernel.org/ 1843T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 1844T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 1845S: Maintained 1846F: include/linux/nl80211.h 1847F: include/net/cfg80211.h 1848F: net/wireless/* 1849X: net/wireless/wext* 1850 1851CHAR and MISC DRIVERS 1852M: Arnd Bergmann <arnd@arndb.de> 1853M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 1854T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git 1855S: Supported 1856F: drivers/char/* 1857F: drivers/misc/* 1858 1859CHECKPATCH 1860M: Andy Whitcroft <apw@canonical.com> 1861S: Supported 1862F: scripts/checkpatch.pl 1863 1864CHINESE DOCUMENTATION 1865M: Harry Wei <harryxiyou@gmail.com> 1866L: xiyoulinuxkernelgroup@googlegroups.com 1867L: linux-kernel@zh-kernel.org (moderated for non-subscribers) 1868S: Maintained 1869F: Documentation/zh_CN/ 1870 1871CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER 1872M: Alexander Shishkin <alexander.shishkin@linux.intel.com> 1873L: linux-usb@vger.kernel.org 1874S: Maintained 1875F: drivers/usb/chipidea/ 1876 1877CISCO VIC ETHERNET NIC DRIVER 1878M: Christian Benvenuti <benve@cisco.com> 1879M: Roopa Prabhu <roprabhu@cisco.com> 1880M: Neel Patel <neepatel@cisco.com> 1881M: Nishank Trivedi <nistrive@cisco.com> 1882S: Supported 1883F: drivers/net/ethernet/cisco/enic/ 1884 1885CIRRUS LOGIC EP93XX ETHERNET DRIVER 1886M: Hartley Sweeten <hsweeten@visionengravers.com> 1887L: netdev@vger.kernel.org 1888S: Maintained 1889F: drivers/net/ethernet/cirrus/ep93xx_eth.c 1890 1891CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER 1892M: Lennert Buytenhek <kernel@wantstofly.org> 1893L: linux-usb@vger.kernel.org 1894S: Maintained 1895F: drivers/usb/host/ohci-ep93xx.c 1896 1897CIRRUS LOGIC CS4270 SOUND DRIVER 1898M: Timur Tabi <timur@freescale.com> 1899L: alsa-devel@alsa-project.org (moderated for non-subscribers) 1900S: Supported 1901F: sound/soc/codecs/cs4270* 1902 1903CLEANCACHE API 1904M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 1905L: linux-kernel@vger.kernel.org 1906S: Maintained 1907F: mm/cleancache.c 1908F: include/linux/cleancache.h 1909 1910CLK API 1911M: Russell King <linux@arm.linux.org.uk> 1912S: Maintained 1913F: include/linux/clk.h 1914 1915CISCO FCOE HBA DRIVER 1916M: Abhijeet Joglekar <abjoglek@cisco.com> 1917M: Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com> 1918M: Brian Uchino <buchino@cisco.com> 1919L: linux-scsi@vger.kernel.org 1920S: Supported 1921F: drivers/scsi/fnic/ 1922 1923CMPC ACPI DRIVER 1924M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> 1925M: Daniel Oliveira Nascimento <don@syst.com.br> 1926L: platform-driver-x86@vger.kernel.org 1927S: Supported 1928F: drivers/platform/x86/classmate-laptop.c 1929 1930COCCINELLE/Semantic Patches (SmPL) 1931M: Julia Lawall <julia@diku.dk> 1932M: Gilles Muller <Gilles.Muller@lip6.fr> 1933M: Nicolas Palix <npalix.work@gmail.com> 1934L: cocci@diku.dk (moderated for non-subscribers) 1935W: http://coccinelle.lip6.fr/ 1936S: Supported 1937F: scripts/coccinelle/ 1938F: scripts/coccicheck 1939 1940CODA FILE SYSTEM 1941M: Jan Harkes <jaharkes@cs.cmu.edu> 1942M: coda@cs.cmu.edu 1943L: codalist@coda.cs.cmu.edu 1944W: http://www.coda.cs.cmu.edu/ 1945S: Maintained 1946F: Documentation/filesystems/coda.txt 1947F: fs/coda/ 1948F: include/linux/coda*.h 1949 1950COMMON CLK FRAMEWORK 1951M: Mike Turquette <mturquette@ti.com> 1952M: Mike Turquette <mturquette@linaro.org> 1953L: linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV) 1954T: git git://git.linaro.org/people/mturquette/linux.git 1955S: Maintained 1956F: drivers/clk/clk.c 1957F: drivers/clk/clk-* 1958F: include/linux/clk-pr* 1959 1960COMMON INTERNET FILE SYSTEM (CIFS) 1961M: Steve French <sfrench@samba.org> 1962L: linux-cifs@vger.kernel.org 1963L: samba-technical@lists.samba.org (moderated for non-subscribers) 1964W: http://linux-cifs.samba.org/ 1965Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ 1966T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1967S: Supported 1968F: Documentation/filesystems/cifs.txt 1969F: fs/cifs/ 1970 1971COMPACTPCI HOTPLUG CORE 1972M: Scott Murray <scott@spiteful.org> 1973L: linux-pci@vger.kernel.org 1974S: Maintained 1975F: drivers/pci/hotplug/cpci_hotplug* 1976 1977COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 1978M: Scott Murray <scott@spiteful.org> 1979L: linux-pci@vger.kernel.org 1980S: Maintained 1981F: drivers/pci/hotplug/cpcihp_zt5550.* 1982 1983COMPACTPCI HOTPLUG GENERIC DRIVER 1984M: Scott Murray <scott@spiteful.org> 1985L: linux-pci@vger.kernel.org 1986S: Maintained 1987F: drivers/pci/hotplug/cpcihp_generic.c 1988 1989COMPAL LAPTOP SUPPORT 1990M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> 1991L: platform-driver-x86@vger.kernel.org 1992S: Maintained 1993F: drivers/platform/x86/compal-laptop.c 1994 1995CONEXANT ACCESSRUNNER USB DRIVER 1996M: Simon Arlott <cxacru@fire.lp0.eu> 1997L: accessrunner-general@lists.sourceforge.net 1998W: http://accessrunner.sourceforge.net/ 1999S: Maintained 2000F: drivers/usb/atm/cxacru.c 2001 2002CONFIGFS 2003M: Joel Becker <jlbec@evilplan.org> 2004T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git 2005S: Supported 2006F: fs/configfs/ 2007F: include/linux/configfs.h 2008 2009CONNECTOR 2010M: Evgeniy Polyakov <zbr@ioremap.net> 2011L: netdev@vger.kernel.org 2012S: Maintained 2013F: drivers/connector/ 2014 2015CONTROL GROUPS (CGROUPS) 2016M: Tejun Heo <tj@kernel.org> 2017M: Li Zefan <lizefan@huawei.com> 2018L: containers@lists.linux-foundation.org 2019L: cgroups@vger.kernel.org 2020T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git 2021S: Maintained 2022F: include/linux/cgroup* 2023F: kernel/cgroup* 2024F: mm/*cgroup* 2025 2026CORETEMP HARDWARE MONITORING DRIVER 2027M: Fenghua Yu <fenghua.yu@intel.com> 2028L: lm-sensors@lm-sensors.org 2029S: Maintained 2030F: Documentation/hwmon/coretemp 2031F: drivers/hwmon/coretemp.c 2032 2033COSA/SRP SYNC SERIAL DRIVER 2034M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> 2035W: http://www.fi.muni.cz/~kas/cosa/ 2036S: Maintained 2037F: drivers/net/wan/cosa* 2038 2039CPMAC ETHERNET DRIVER 2040M: Florian Fainelli <florian@openwrt.org> 2041L: netdev@vger.kernel.org 2042S: Maintained 2043F: drivers/net/ethernet/ti/cpmac.c 2044 2045CPU FREQUENCY DRIVERS 2046M: Rafael J. Wysocki <rjw@sisk.pl> 2047L: cpufreq@vger.kernel.org 2048L: linux-pm@vger.kernel.org 2049S: Maintained 2050F: drivers/cpufreq/ 2051F: include/linux/cpufreq.h 2052 2053CPUID/MSR DRIVER 2054M: "H. Peter Anvin" <hpa@zytor.com> 2055S: Maintained 2056F: arch/x86/kernel/cpuid.c 2057F: arch/x86/kernel/msr.c 2058 2059CPU POWER MONITORING SUBSYSTEM 2060M: Dominik Brodowski <linux@dominikbrodowski.net> 2061M: Thomas Renninger <trenn@suse.de> 2062S: Maintained 2063F: tools/power/cpupower 2064 2065CPUSETS 2066M: Paul Menage <paul@paulmenage.org> 2067W: http://www.bullopensource.org/cpuset/ 2068W: http://oss.sgi.com/projects/cpusets/ 2069S: Supported 2070F: Documentation/cgroups/cpusets.txt 2071F: include/linux/cpuset.h 2072F: kernel/cpuset.c 2073 2074CRAMFS FILESYSTEM 2075W: http://sourceforge.net/projects/cramfs/ 2076S: Orphan 2077F: Documentation/filesystems/cramfs.txt 2078F: fs/cramfs/ 2079 2080CRIS PORT 2081M: Mikael Starvik <starvik@axis.com> 2082M: Jesper Nilsson <jesper.nilsson@axis.com> 2083L: linux-cris-kernel@axis.com 2084W: http://developer.axis.com 2085S: Maintained 2086F: arch/cris/ 2087F: drivers/tty/serial/crisv10.* 2088 2089CRYPTO API 2090M: Herbert Xu <herbert@gondor.apana.org.au> 2091M: "David S. Miller" <davem@davemloft.net> 2092L: linux-crypto@vger.kernel.org 2093T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 2094S: Maintained 2095F: Documentation/crypto/ 2096F: arch/*/crypto/ 2097F: crypto/ 2098F: drivers/crypto/ 2099F: include/crypto/ 2100 2101CRYPTOGRAPHIC RANDOM NUMBER GENERATOR 2102M: Neil Horman <nhorman@tuxdriver.com> 2103L: linux-crypto@vger.kernel.org 2104S: Maintained 2105F: crypto/ansi_cprng.c 2106F: crypto/rng.c 2107 2108CS5535 Audio ALSA driver 2109M: Jaya Kumar <jayakumar.alsa@gmail.com> 2110S: Maintained 2111F: sound/pci/cs5535audio/ 2112 2113CX18 VIDEO4LINUX DRIVER 2114M: Andy Walls <awalls@md.metrocast.net> 2115L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) 2116L: linux-media@vger.kernel.org 2117T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 2118W: http://linuxtv.org 2119W: http://www.ivtvdriver.org/index.php/Cx18 2120S: Maintained 2121F: Documentation/video4linux/cx18.txt 2122F: drivers/media/video/cx18/ 2123 2124CXGB3 ETHERNET DRIVER (CXGB3) 2125M: Divy Le Ray <divy@chelsio.com> 2126L: netdev@vger.kernel.org 2127W: http://www.chelsio.com 2128S: Supported 2129F: drivers/net/ethernet/chelsio/cxgb3/ 2130 2131CXGB3 IWARP RNIC DRIVER (IW_CXGB3) 2132M: Steve Wise <swise@chelsio.com> 2133L: linux-rdma@vger.kernel.org 2134W: http://www.openfabrics.org 2135S: Supported 2136F: drivers/infiniband/hw/cxgb3/ 2137 2138CXGB4 ETHERNET DRIVER (CXGB4) 2139M: Dimitris Michailidis <dm@chelsio.com> 2140L: netdev@vger.kernel.org 2141W: http://www.chelsio.com 2142S: Supported 2143F: drivers/net/ethernet/chelsio/cxgb4/ 2144 2145CXGB4 IWARP RNIC DRIVER (IW_CXGB4) 2146M: Steve Wise <swise@chelsio.com> 2147L: linux-rdma@vger.kernel.org 2148W: http://www.openfabrics.org 2149S: Supported 2150F: drivers/infiniband/hw/cxgb4/ 2151 2152CXGB4VF ETHERNET DRIVER (CXGB4VF) 2153M: Casey Leedom <leedom@chelsio.com> 2154L: netdev@vger.kernel.org 2155W: http://www.chelsio.com 2156S: Supported 2157F: drivers/net/ethernet/chelsio/cxgb4vf/ 2158 2159STMMAC ETHERNET DRIVER 2160M: Giuseppe Cavallaro <peppe.cavallaro@st.com> 2161L: netdev@vger.kernel.org 2162W: http://www.stlinux.com 2163S: Supported 2164F: drivers/net/ethernet/stmicro/stmmac/ 2165 2166CYBERPRO FB DRIVER 2167M: Russell King <linux@arm.linux.org.uk> 2168L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2169W: http://www.arm.linux.org.uk/ 2170S: Maintained 2171F: drivers/video/cyber2000fb.* 2172 2173CYCLADES 2X SYNC CARD DRIVER 2174M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 2175W: http://oops.ghostprotocols.net:81/blog 2176S: Maintained 2177F: drivers/net/wan/cycx* 2178 2179CYCLADES ASYNC MUX DRIVER 2180W: http://www.cyclades.com/ 2181S: Orphan 2182F: drivers/tty/cyclades.c 2183F: include/linux/cyclades.h 2184 2185CYCLADES PC300 DRIVER 2186W: http://www.cyclades.com/ 2187S: Orphan 2188F: drivers/net/wan/pc300* 2189 2190CYTTSP TOUCHSCREEN DRIVER 2191M: Javier Martinez Canillas <javier@dowhile0.org> 2192L: linux-input@vger.kernel.org 2193S: Maintained 2194F: drivers/input/touchscreen/cyttsp* 2195F: include/linux/input/cyttsp.h 2196 2197DAMA SLAVE for AX.25 2198M: Joerg Reuter <jreuter@yaina.de> 2199W: http://yaina.de/jreuter/ 2200W: http://www.qsl.net/dl1bke/ 2201L: linux-hams@vger.kernel.org 2202S: Maintained 2203F: net/ax25/af_ax25.c 2204F: net/ax25/ax25_dev.c 2205F: net/ax25/ax25_ds_* 2206F: net/ax25/ax25_in.c 2207F: net/ax25/ax25_out.c 2208F: net/ax25/ax25_timer.c 2209F: net/ax25/sysctl_net_ax25.c 2210 2211DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 2212L: netdev@vger.kernel.org 2213S: Orphan 2214F: Documentation/networking/dmfe.txt 2215F: drivers/net/ethernet/dec/tulip/dmfe.c 2216 2217DC390/AM53C974 SCSI driver 2218M: Kurt Garloff <garloff@suse.de> 2219W: http://www.garloff.de/kurt/linux/dc390/ 2220M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 2221S: Maintained 2222F: drivers/scsi/tmscsim.* 2223 2224DC395x SCSI driver 2225M: Oliver Neukum <oliver@neukum.org> 2226M: Ali Akcaagac <aliakc@web.de> 2227M: Jamie Lenehan <lenehan@twibble.org> 2228W: http://twibble.org/dist/dc395x/ 2229L: dc395x@twibble.org 2230L: http://lists.twibble.org/mailman/listinfo/dc395x/ 2231S: Maintained 2232F: Documentation/scsi/dc395x.txt 2233F: drivers/scsi/dc395x.* 2234 2235DCCP PROTOCOL 2236M: Gerrit Renker <gerrit@erg.abdn.ac.uk> 2237L: dccp@vger.kernel.org 2238W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp 2239S: Maintained 2240F: include/linux/dccp.h 2241F: include/linux/tfrc.h 2242F: net/dccp/ 2243 2244DECnet NETWORK LAYER 2245W: http://linux-decnet.sourceforge.net 2246L: linux-decnet-user@lists.sourceforge.net 2247S: Orphan 2248F: Documentation/networking/decnet.txt 2249F: net/decnet/ 2250 2251DEFXX FDDI NETWORK DRIVER 2252M: "Maciej W. Rozycki" <macro@linux-mips.org> 2253S: Maintained 2254F: drivers/net/fddi/defxx.* 2255 2256DELL LAPTOP DRIVER 2257M: Matthew Garrett <mjg59@srcf.ucam.org> 2258L: platform-driver-x86@vger.kernel.org 2259S: Maintained 2260F: drivers/platform/x86/dell-laptop.c 2261 2262DELL LAPTOP SMM DRIVER 2263M: Massimo Dal Zotto <dz@debian.org> 2264W: http://www.debian.org/~dz/i8k/ 2265S: Maintained 2266F: drivers/char/i8k.c 2267F: include/linux/i8k.h 2268 2269DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 2270M: Doug Warzecha <Douglas_Warzecha@dell.com> 2271S: Maintained 2272F: Documentation/dcdbas.txt 2273F: drivers/firmware/dcdbas.* 2274 2275DELL WMI EXTRAS DRIVER 2276M: Matthew Garrett <mjg59@srcf.ucam.org> 2277S: Maintained 2278F: drivers/platform/x86/dell-wmi.c 2279 2280DESIGNWARE USB3 DRD IP DRIVER 2281M: Felipe Balbi <balbi@ti.com> 2282L: linux-usb@vger.kernel.org 2283L: linux-omap@vger.kernel.org 2284T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 2285S: Maintained 2286F: drivers/usb/dwc3/ 2287 2288DEVICE FREQUENCY (DEVFREQ) 2289M: MyungJoo Ham <myungjoo.ham@samsung.com> 2290M: Kyungmin Park <kyungmin.park@samsung.com> 2291L: linux-kernel@vger.kernel.org 2292S: Maintained 2293F: drivers/devfreq/ 2294 2295DEVICE NUMBER REGISTRY 2296M: Torben Mathiasen <device@lanana.org> 2297W: http://lanana.org/docs/device-list/index.html 2298S: Maintained 2299 2300DEVICE-MAPPER (LVM) 2301M: Alasdair Kergon <agk@redhat.com> 2302M: dm-devel@redhat.com 2303L: dm-devel@redhat.com 2304W: http://sources.redhat.com/dm 2305Q: http://patchwork.kernel.org/project/dm-devel/list/ 2306T: quilt http://people.redhat.com/agk/patches/linux/editing/ 2307S: Maintained 2308F: Documentation/device-mapper/ 2309F: drivers/md/dm* 2310F: drivers/md/persistent-data/ 2311F: include/linux/device-mapper.h 2312F: include/linux/dm-*.h 2313 2314DIOLAN U2C-12 I2C DRIVER 2315M: Guenter Roeck <linux@roeck-us.net> 2316L: linux-i2c@vger.kernel.org 2317S: Maintained 2318F: drivers/i2c/busses/i2c-diolan-u2c.c 2319 2320DIRECTORY NOTIFICATION (DNOTIFY) 2321M: Eric Paris <eparis@parisplace.org> 2322S: Maintained 2323F: Documentation/filesystems/dnotify.txt 2324F: fs/notify/dnotify/ 2325F: include/linux/dnotify.h 2326 2327DISK GEOMETRY AND PARTITION HANDLING 2328M: Andries Brouwer <aeb@cwi.nl> 2329W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 2330W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 2331W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 2332S: Maintained 2333 2334DISKQUOTA 2335M: Jan Kara <jack@suse.cz> 2336S: Maintained 2337F: Documentation/filesystems/quota.txt 2338F: fs/quota/ 2339F: include/linux/quota*.h 2340 2341DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB) 2342M: Bernie Thompson <bernie@plugable.com> 2343L: linux-fbdev@vger.kernel.org 2344S: Maintained 2345W: http://plugable.com/category/projects/udlfb/ 2346F: drivers/video/udlfb.c 2347F: include/video/udlfb.h 2348F: Documentation/fb/udlfb.txt 2349 2350DISTRIBUTED LOCK MANAGER (DLM) 2351M: Christine Caulfield <ccaulfie@redhat.com> 2352M: David Teigland <teigland@redhat.com> 2353L: cluster-devel@redhat.com 2354W: http://sources.redhat.com/cluster/ 2355T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git 2356S: Supported 2357F: fs/dlm/ 2358 2359DMA BUFFER SHARING FRAMEWORK 2360M: Sumit Semwal <sumit.semwal@linaro.org> 2361S: Maintained 2362L: linux-media@vger.kernel.org 2363L: dri-devel@lists.freedesktop.org 2364L: linaro-mm-sig@lists.linaro.org 2365F: drivers/base/dma-buf* 2366F: include/linux/dma-buf* 2367F: Documentation/dma-buf-sharing.txt 2368T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git 2369 2370DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 2371M: Vinod Koul <vinod.koul@intel.com> 2372M: Dan Williams <djbw@fb.com> 2373S: Supported 2374F: drivers/dma/ 2375F: include/linux/dma* 2376T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git 2377T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma) 2378 2379DME1737 HARDWARE MONITOR DRIVER 2380M: Juerg Haefliger <juergh@gmail.com> 2381L: lm-sensors@lm-sensors.org 2382S: Maintained 2383F: Documentation/hwmon/dme1737 2384F: drivers/hwmon/dme1737.c 2385 2386DOCBOOK FOR DOCUMENTATION 2387M: Randy Dunlap <rdunlap@xenotime.net> 2388S: Maintained 2389F: scripts/kernel-doc 2390 2391DOCKING STATION DRIVER 2392M: Shaohua Li <shaohua.li@intel.com> 2393L: linux-acpi@vger.kernel.org 2394S: Supported 2395F: drivers/acpi/dock.c 2396 2397DOCUMENTATION 2398M: Rob Landley <rob@landley.net> 2399L: linux-doc@vger.kernel.org 2400T: TBD 2401S: Maintained 2402F: Documentation/ 2403 2404DOUBLETALK DRIVER 2405M: "James R. Van Zandt" <jrv@vanzandt.mv.com> 2406L: blinux-list@redhat.com 2407S: Maintained 2408F: drivers/char/dtlk.c 2409F: include/linux/dtlk.h 2410 2411DPT_I2O SCSI RAID DRIVER 2412M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 2413L: linux-scsi@vger.kernel.org 2414W: http://www.adaptec.com/ 2415S: Maintained 2416F: drivers/scsi/dpt* 2417F: drivers/scsi/dpt/ 2418 2419DRBD DRIVER 2420P: Philipp Reisner 2421P: Lars Ellenberg 2422M: drbd-dev@lists.linbit.com 2423L: drbd-user@lists.linbit.com 2424W: http://www.drbd.org 2425T: git git://git.drbd.org/linux-2.6-drbd.git drbd 2426T: git git://git.drbd.org/drbd-8.3.git 2427S: Supported 2428F: drivers/block/drbd/ 2429F: lib/lru_cache.c 2430F: Documentation/blockdev/drbd/ 2431 2432DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS 2433M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2434T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 2435S: Supported 2436F: Documentation/kobject.txt 2437F: drivers/base/ 2438F: fs/sysfs/ 2439F: fs/debugfs/ 2440F: include/linux/kobj* 2441F: include/linux/debugfs.h 2442F: lib/kobj* 2443 2444DRM DRIVERS 2445M: David Airlie <airlied@linux.ie> 2446L: dri-devel@lists.freedesktop.org 2447T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 2448S: Maintained 2449F: drivers/gpu/drm/ 2450F: include/drm/ 2451 2452INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) 2453M: Daniel Vetter <daniel.vetter@ffwll.ch> 2454L: intel-gfx@lists.freedesktop.org (subscribers-only) 2455L: dri-devel@lists.freedesktop.org 2456T: git git://people.freedesktop.org/~danvet/drm-intel 2457S: Supported 2458F: drivers/gpu/drm/i915 2459F: include/drm/i915* 2460 2461DRM DRIVERS FOR EXYNOS 2462M: Inki Dae <inki.dae@samsung.com> 2463M: Joonyoung Shim <jy0922.shim@samsung.com> 2464M: Seung-Woo Kim <sw0312.kim@samsung.com> 2465M: Kyungmin Park <kyungmin.park@samsung.com> 2466L: dri-devel@lists.freedesktop.org 2467S: Supported 2468F: drivers/gpu/drm/exynos 2469F: include/drm/exynos* 2470 2471DSCC4 DRIVER 2472M: Francois Romieu <romieu@fr.zoreil.com> 2473L: netdev@vger.kernel.org 2474S: Maintained 2475F: drivers/net/wan/dscc4.c 2476 2477DYNAMIC DEBUG 2478M: Jason Baron <jbaron@redhat.com> 2479S: Maintained 2480F: lib/dynamic_debug.c 2481F: include/linux/dynamic_debug.h 2482 2483DZ DECSTATION DZ11 SERIAL DRIVER 2484M: "Maciej W. Rozycki" <macro@linux-mips.org> 2485S: Maintained 2486F: drivers/tty/serial/dz.* 2487 2488EATA-DMA SCSI DRIVER 2489M: Michael Neuffer <mike@i-Connect.Net> 2490L: linux-eata@i-connect.net 2491L: linux-scsi@vger.kernel.org 2492S: Maintained 2493F: drivers/scsi/eata* 2494 2495EATA ISA/EISA/PCI SCSI DRIVER 2496M: Dario Ballabio <ballabio_dario@emc.com> 2497L: linux-scsi@vger.kernel.org 2498S: Maintained 2499F: drivers/scsi/eata.c 2500 2501EATA-PIO SCSI DRIVER 2502M: Michael Neuffer <mike@i-Connect.Net> 2503L: linux-eata@i-connect.net 2504L: linux-scsi@vger.kernel.org 2505S: Maintained 2506F: drivers/scsi/eata_pio.* 2507 2508EBTABLES 2509M: Bart De Schuymer <bart.de.schuymer@pandora.be> 2510L: netfilter-devel@vger.kernel.org 2511W: http://ebtables.sourceforge.net/ 2512S: Maintained 2513F: include/linux/netfilter_bridge/ebt_*.h 2514F: net/bridge/netfilter/ebt*.c 2515 2516ECRYPT FILE SYSTEM 2517M: Tyler Hicks <tyhicks@canonical.com> 2518M: Dustin Kirkland <dustin.kirkland@gazzang.com> 2519L: ecryptfs@vger.kernel.org 2520W: https://launchpad.net/ecryptfs 2521S: Supported 2522F: Documentation/filesystems/ecryptfs.txt 2523F: fs/ecryptfs/ 2524 2525EDAC-CORE 2526M: Doug Thompson <dougthompson@xmission.com> 2527L: linux-edac@vger.kernel.org 2528W: bluesmoke.sourceforge.net 2529S: Supported 2530F: Documentation/edac.txt 2531F: drivers/edac/ 2532F: include/linux/edac.h 2533 2534EDAC-AMD64 2535M: Doug Thompson <dougthompson@xmission.com> 2536M: Borislav Petkov <borislav.petkov@amd.com> 2537L: linux-edac@vger.kernel.org 2538W: bluesmoke.sourceforge.net 2539S: Supported 2540F: drivers/edac/amd64_edac* 2541 2542EDAC-E752X 2543M: Mark Gross <mark.gross@intel.com> 2544M: Doug Thompson <dougthompson@xmission.com> 2545L: linux-edac@vger.kernel.org 2546W: bluesmoke.sourceforge.net 2547S: Maintained 2548F: drivers/edac/e752x_edac.c 2549 2550EDAC-E7XXX 2551M: Doug Thompson <dougthompson@xmission.com> 2552L: linux-edac@vger.kernel.org 2553W: bluesmoke.sourceforge.net 2554S: Maintained 2555F: drivers/edac/e7xxx_edac.c 2556 2557EDAC-I82443BXGX 2558M: Tim Small <tim@buttersideup.com> 2559L: linux-edac@vger.kernel.org 2560W: bluesmoke.sourceforge.net 2561S: Maintained 2562F: drivers/edac/i82443bxgx_edac.c 2563 2564EDAC-I3000 2565M: Jason Uhlenkott <juhlenko@akamai.com> 2566L: linux-edac@vger.kernel.org 2567W: bluesmoke.sourceforge.net 2568S: Maintained 2569F: drivers/edac/i3000_edac.c 2570 2571EDAC-I5000 2572M: Doug Thompson <dougthompson@xmission.com> 2573L: linux-edac@vger.kernel.org 2574W: bluesmoke.sourceforge.net 2575S: Maintained 2576F: drivers/edac/i5000_edac.c 2577 2578EDAC-I5400 2579M: Mauro Carvalho Chehab <mchehab@redhat.com> 2580L: linux-edac@vger.kernel.org 2581W: bluesmoke.sourceforge.net 2582S: Maintained 2583F: drivers/edac/i5400_edac.c 2584 2585EDAC-I7300 2586M: Mauro Carvalho Chehab <mchehab@redhat.com> 2587L: linux-edac@vger.kernel.org 2588W: bluesmoke.sourceforge.net 2589S: Maintained 2590F: drivers/edac/i7300_edac.c 2591 2592EDAC-I7CORE 2593M: Mauro Carvalho Chehab <mchehab@redhat.com> 2594L: linux-edac@vger.kernel.org 2595W: bluesmoke.sourceforge.net 2596S: Maintained 2597F: drivers/edac/i7core_edac.c 2598 2599EDAC-I82975X 2600M: Ranganathan Desikan <ravi@jetztechnologies.com> 2601M: "Arvind R." <arvino55@gmail.com> 2602L: linux-edac@vger.kernel.org 2603W: bluesmoke.sourceforge.net 2604S: Maintained 2605F: drivers/edac/i82975x_edac.c 2606 2607EDAC-PASEMI 2608M: Egor Martovetsky <egor@pasemi.com> 2609L: linux-edac@vger.kernel.org 2610W: bluesmoke.sourceforge.net 2611S: Maintained 2612F: drivers/edac/pasemi_edac.c 2613 2614EDAC-R82600 2615M: Tim Small <tim@buttersideup.com> 2616L: linux-edac@vger.kernel.org 2617W: bluesmoke.sourceforge.net 2618S: Maintained 2619F: drivers/edac/r82600_edac.c 2620 2621EDAC-SBRIDGE 2622M: Mauro Carvalho Chehab <mchehab@redhat.com> 2623L: linux-edac@vger.kernel.org 2624W: bluesmoke.sourceforge.net 2625S: Maintained 2626F: drivers/edac/sb_edac.c 2627 2628EDIROL UA-101/UA-1000 DRIVER 2629M: Clemens Ladisch <clemens@ladisch.de> 2630L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2631T: git git://git.alsa-project.org/alsa-kernel.git 2632S: Maintained 2633F: sound/usb/misc/ua101.c 2634 2635EFIFB FRAMEBUFFER DRIVER 2636L: linux-fbdev@vger.kernel.org 2637M: Peter Jones <pjones@redhat.com> 2638S: Maintained 2639F: drivers/video/efifb.c 2640 2641EFS FILESYSTEM 2642W: http://aeschi.ch.eu.org/efs/ 2643S: Orphan 2644F: fs/efs/ 2645 2646EHCA (IBM GX bus InfiniBand adapter) DRIVER 2647M: Hoang-Nam Nguyen <hnguyen@de.ibm.com> 2648M: Christoph Raisch <raisch@de.ibm.com> 2649L: linux-rdma@vger.kernel.org 2650S: Supported 2651F: drivers/infiniband/hw/ehca/ 2652 2653EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER 2654M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com> 2655L: netdev@vger.kernel.org 2656S: Maintained 2657F: drivers/net/ethernet/ibm/ehea/ 2658 2659EMBEDDED LINUX 2660M: Paul Gortmaker <paul.gortmaker@windriver.com> 2661M: Matt Mackall <mpm@selenic.com> 2662M: David Woodhouse <dwmw2@infradead.org> 2663L: linux-embedded@vger.kernel.org 2664S: Maintained 2665 2666EMULEX LPFC FC SCSI DRIVER 2667M: James Smart <james.smart@emulex.com> 2668L: linux-scsi@vger.kernel.org 2669W: http://sourceforge.net/projects/lpfcxxxx 2670S: Supported 2671F: drivers/scsi/lpfc/ 2672 2673ENE CB710 FLASH CARD READER DRIVER 2674M: Michał Mirosław <mirq-linux@rere.qmqm.pl> 2675S: Maintained 2676F: drivers/misc/cb710/ 2677F: drivers/mmc/host/cb710-mmc.* 2678F: include/linux/cb710.h 2679 2680ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER 2681M: Maxim Levitsky <maximlevitsky@gmail.com> 2682S: Maintained 2683F: drivers/media/rc/ene_ir.* 2684 2685EPSON 1355 FRAMEBUFFER DRIVER 2686M: Christopher Hoover <ch@murgatroid.com> 2687M: Christopher Hoover <ch@hpl.hp.com> 2688S: Maintained 2689F: drivers/video/epson1355fb.c 2690 2691EPSON S1D13XXX FRAMEBUFFER DRIVER 2692M: Kristoffer Ericson <kristoffer.ericson@gmail.com> 2693S: Maintained 2694T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git 2695F: drivers/video/s1d13xxxfb.c 2696F: include/video/s1d13xxxfb.h 2697 2698ETHEREXPRESS-16 NETWORK DRIVER 2699M: Philip Blundell <philb@gnu.org> 2700L: netdev@vger.kernel.org 2701S: Maintained 2702F: drivers/net/ethernet/i825xx/eexpress.* 2703 2704ETHERNET BRIDGE 2705M: Stephen Hemminger <shemminger@vyatta.com> 2706L: bridge@lists.linux-foundation.org 2707L: netdev@vger.kernel.org 2708W: http://www.linuxfoundation.org/en/Net:Bridge 2709S: Maintained 2710F: include/linux/netfilter_bridge/ 2711F: net/bridge/ 2712 2713ETHERTEAM 16I DRIVER 2714M: Mika Kuoppala <miku@iki.fi> 2715S: Maintained 2716F: drivers/net/ethernet/fujitsu/eth16i.c 2717 2718EXT2 FILE SYSTEM 2719M: Jan Kara <jack@suse.cz> 2720L: linux-ext4@vger.kernel.org 2721S: Maintained 2722F: Documentation/filesystems/ext2.txt 2723F: fs/ext2/ 2724F: include/linux/ext2* 2725 2726EXT3 FILE SYSTEM 2727M: Jan Kara <jack@suse.cz> 2728M: Andrew Morton <akpm@linux-foundation.org> 2729M: Andreas Dilger <adilger.kernel@dilger.ca> 2730L: linux-ext4@vger.kernel.org 2731S: Maintained 2732F: Documentation/filesystems/ext3.txt 2733F: fs/ext3/ 2734F: include/linux/ext3* 2735 2736EXT4 FILE SYSTEM 2737M: "Theodore Ts'o" <tytso@mit.edu> 2738M: Andreas Dilger <adilger.kernel@dilger.ca> 2739L: linux-ext4@vger.kernel.org 2740W: http://ext4.wiki.kernel.org 2741Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ 2742S: Maintained 2743F: Documentation/filesystems/ext4.txt 2744F: fs/ext4/ 2745 2746Extended Verification Module (EVM) 2747M: Mimi Zohar <zohar@us.ibm.com> 2748S: Supported 2749F: security/integrity/evm/ 2750 2751EXTERNAL CONNECTOR SUBSYSTEM (EXTCON) 2752M: MyungJoo Ham <myungjoo.ham@samsung.com> 2753M: Chanwoo Choi <cw00.choi@samsung.com> 2754L: linux-kernel@vger.kernel.org 2755S: Maintained 2756F: drivers/extcon/ 2757F: Documentation/extcon/ 2758 2759EXYNOS DP DRIVER 2760M: Jingoo Han <jg1.han@samsung.com> 2761L: linux-fbdev@vger.kernel.org 2762S: Maintained 2763F: drivers/video/exynos/exynos_dp* 2764F: include/video/exynos_dp* 2765 2766EXYNOS MIPI DISPLAY DRIVERS 2767M: Inki Dae <inki.dae@samsung.com> 2768M: Donghwa Lee <dh09.lee@samsung.com> 2769M: Kyungmin Park <kyungmin.park@samsung.com> 2770L: linux-fbdev@vger.kernel.org 2771S: Maintained 2772F: drivers/video/exynos/exynos_mipi* 2773F: include/video/exynos_mipi* 2774 2775F71805F HARDWARE MONITORING DRIVER 2776M: Jean Delvare <khali@linux-fr.org> 2777L: lm-sensors@lm-sensors.org 2778S: Maintained 2779F: Documentation/hwmon/f71805f 2780F: drivers/hwmon/f71805f.c 2781 2782FC0011 TUNER DRIVER 2783M: Michael Buesch <m@bues.ch> 2784L: linux-media@vger.kernel.org 2785S: Maintained 2786F: drivers/media/common/tuners/fc0011.h 2787F: drivers/media/common/tuners/fc0011.c 2788 2789FANOTIFY 2790M: Eric Paris <eparis@redhat.com> 2791S: Maintained 2792F: fs/notify/fanotify/ 2793F: include/linux/fanotify.h 2794 2795FARSYNC SYNCHRONOUS DRIVER 2796M: Kevin Curtis <kevin.curtis@farsite.co.uk> 2797W: http://www.farsite.co.uk/ 2798S: Supported 2799F: drivers/net/wan/farsync.* 2800 2801FAULT INJECTION SUPPORT 2802M: Akinobu Mita <akinobu.mita@gmail.com> 2803S: Supported 2804F: Documentation/fault-injection/ 2805F: lib/fault-inject.c 2806 2807FCOE SUBSYSTEM (libfc, libfcoe, fcoe) 2808M: Robert Love <robert.w.love@intel.com> 2809L: devel@open-fcoe.org 2810W: www.Open-FCoE.org 2811S: Supported 2812F: drivers/scsi/libfc/ 2813F: drivers/scsi/fcoe/ 2814F: include/scsi/fc/ 2815F: include/scsi/libfc.h 2816F: include/scsi/libfcoe.h 2817 2818FILE LOCKING (flock() and fcntl()/lockf()) 2819M: Matthew Wilcox <matthew@wil.cx> 2820L: linux-fsdevel@vger.kernel.org 2821S: Maintained 2822F: include/linux/fcntl.h 2823F: include/linux/fs.h 2824F: fs/fcntl.c 2825F: fs/locks.c 2826 2827FILESYSTEMS (VFS and infrastructure) 2828M: Alexander Viro <viro@zeniv.linux.org.uk> 2829L: linux-fsdevel@vger.kernel.org 2830S: Maintained 2831F: fs/* 2832 2833FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2834M: Riku Voipio <riku.voipio@iki.fi> 2835L: lm-sensors@lm-sensors.org 2836S: Maintained 2837F: drivers/hwmon/f75375s.c 2838F: include/linux/f75375s.h 2839 2840FIREWIRE AUDIO DRIVERS 2841M: Clemens Ladisch <clemens@ladisch.de> 2842L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2843T: git git://git.alsa-project.org/alsa-kernel.git 2844S: Maintained 2845F: sound/firewire/ 2846 2847FIREWIRE SBP-2 TARGET 2848M: Chris Boot <bootc@bootc.net> 2849L: linux-scsi@vger.kernel.org 2850L: target-devel@vger.kernel.org 2851L: linux1394-devel@lists.sourceforge.net 2852T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master 2853S: Maintained 2854F: drivers/target/sbp/ 2855 2856FIREWIRE SUBSYSTEM 2857M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2858L: linux1394-devel@lists.sourceforge.net 2859W: http://ieee1394.wiki.kernel.org/ 2860T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git 2861S: Maintained 2862F: drivers/firewire/ 2863F: include/linux/firewire*.h 2864F: tools/firewire/ 2865 2866FIRMWARE LOADER (request_firmware) 2867M: Ming Lei <ming.lei@canonical.com> 2868L: linux-kernel@vger.kernel.org 2869S: Maintained 2870F: Documentation/firmware_class/ 2871F: drivers/base/firmware*.c 2872F: include/linux/firmware.h 2873 2874FLOPPY DRIVER 2875M: Jiri Kosina <jkosina@suse.cz> 2876T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git 2877S: Odd fixes 2878F: drivers/block/floppy.c 2879 2880FPU EMULATOR 2881M: Bill Metzenthen <billm@melbpc.org.au> 2882W: http://floatingpoint.sourceforge.net/emulator/index.html 2883S: Maintained 2884F: arch/x86/math-emu/ 2885 2886FRAME RELAY DLCI/FRAD (Sangoma drivers too) 2887L: netdev@vger.kernel.org 2888S: Orphan 2889F: drivers/net/wan/dlci.c 2890F: drivers/net/wan/sdla.c 2891 2892FRAMEBUFFER LAYER 2893M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 2894L: linux-fbdev@vger.kernel.org 2895W: http://linux-fbdev.sourceforge.net/ 2896Q: http://patchwork.kernel.org/project/linux-fbdev/list/ 2897T: git git://github.com/schandinat/linux-2.6.git fbdev-next 2898S: Maintained 2899F: Documentation/fb/ 2900F: Documentation/devicetree/bindings/fb/ 2901F: drivers/video/ 2902F: include/video/ 2903F: include/linux/fb.h 2904 2905FREESCALE DMA DRIVER 2906M: Li Yang <leoli@freescale.com> 2907M: Zhang Wei <zw@zh-kernel.org> 2908L: linuxppc-dev@lists.ozlabs.org 2909S: Maintained 2910F: drivers/dma/fsldma.* 2911 2912FREESCALE I2C CPM DRIVER 2913M: Jochen Friedrich <jochen@scram.de> 2914L: linuxppc-dev@lists.ozlabs.org 2915L: linux-i2c@vger.kernel.org 2916S: Maintained 2917F: drivers/i2c/busses/i2c-cpm.c 2918 2919FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2920M: Sascha Hauer <kernel@pengutronix.de> 2921L: linux-fbdev@vger.kernel.org 2922L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2923S: Maintained 2924F: arch/arm/plat-mxc/include/mach/imxfb.h 2925F: drivers/video/imxfb.c 2926 2927FREESCALE SOC FS_ENET DRIVER 2928M: Pantelis Antoniou <pantelis.antoniou@gmail.com> 2929M: Vitaly Bordug <vbordug@ru.mvista.com> 2930L: linuxppc-dev@lists.ozlabs.org 2931L: netdev@vger.kernel.org 2932S: Maintained 2933F: drivers/net/ethernet/freescale/fs_enet/ 2934F: include/linux/fs_enet_pd.h 2935 2936FREESCALE QUICC ENGINE LIBRARY 2937M: Timur Tabi <timur@freescale.com> 2938L: linuxppc-dev@lists.ozlabs.org 2939S: Supported 2940F: arch/powerpc/sysdev/qe_lib/ 2941F: arch/powerpc/include/asm/*qe.h 2942 2943FREESCALE USB PERIPHERAL DRIVERS 2944M: Li Yang <leoli@freescale.com> 2945L: linux-usb@vger.kernel.org 2946L: linuxppc-dev@lists.ozlabs.org 2947S: Maintained 2948F: drivers/usb/gadget/fsl* 2949 2950FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 2951M: Li Yang <leoli@freescale.com> 2952L: netdev@vger.kernel.org 2953L: linuxppc-dev@lists.ozlabs.org 2954S: Maintained 2955F: drivers/net/ethernet/freescale/ucc_geth* 2956 2957FREESCALE QUICC ENGINE UCC UART DRIVER 2958M: Timur Tabi <timur@freescale.com> 2959L: linuxppc-dev@lists.ozlabs.org 2960S: Supported 2961F: drivers/tty/serial/ucc_uart.c 2962 2963FREESCALE SOC SOUND DRIVERS 2964M: Timur Tabi <timur@freescale.com> 2965L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2966L: linuxppc-dev@lists.ozlabs.org 2967S: Supported 2968F: sound/soc/fsl/fsl* 2969F: sound/soc/fsl/mpc8610_hpcd.c 2970 2971FREEVXFS FILESYSTEM 2972M: Christoph Hellwig <hch@infradead.org> 2973W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 2974S: Maintained 2975F: fs/freevxfs/ 2976 2977FREEZER 2978M: Pavel Machek <pavel@ucw.cz> 2979M: "Rafael J. Wysocki" <rjw@sisk.pl> 2980L: linux-pm@vger.kernel.org 2981S: Supported 2982F: Documentation/power/freezing-of-tasks.txt 2983F: include/linux/freezer.h 2984F: kernel/freezer.c 2985 2986FRONTSWAP API 2987M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 2988L: linux-kernel@vger.kernel.org 2989S: Maintained 2990F: mm/frontswap.c 2991F: include/linux/frontswap.h 2992 2993FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS 2994M: David Howells <dhowells@redhat.com> 2995L: linux-cachefs@redhat.com 2996S: Supported 2997F: Documentation/filesystems/caching/ 2998F: fs/fscache/ 2999F: include/linux/fscache*.h 3000 3001FUJITSU FR-V (FRV) PORT 3002M: David Howells <dhowells@redhat.com> 3003S: Maintained 3004F: arch/frv/ 3005 3006FUJITSU LAPTOP EXTRAS 3007M: Jonathan Woithe <jwoithe@just42.net> 3008L: platform-driver-x86@vger.kernel.org 3009S: Maintained 3010F: drivers/platform/x86/fujitsu-laptop.c 3011 3012FUJITSU M-5MO LS CAMERA ISP DRIVER 3013M: Kyungmin Park <kyungmin.park@samsung.com> 3014M: Heungjun Kim <riverful.kim@samsung.com> 3015L: linux-media@vger.kernel.org 3016S: Maintained 3017F: drivers/media/video/m5mols/ 3018F: include/media/m5mols.h 3019 3020FUJITSU TABLET EXTRAS 3021M: Robert Gerlach <khnz@gmx.de> 3022L: platform-driver-x86@vger.kernel.org 3023S: Maintained 3024F: drivers/platform/x86/fujitsu-tablet.c 3025 3026FUSE: FILESYSTEM IN USERSPACE 3027M: Miklos Szeredi <miklos@szeredi.hu> 3028L: fuse-devel@lists.sourceforge.net 3029W: http://fuse.sourceforge.net/ 3030S: Maintained 3031F: fs/fuse/ 3032F: include/linux/fuse.h 3033 3034FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 3035M: Rik Faith <faith@cs.unc.edu> 3036L: linux-scsi@vger.kernel.org 3037S: Odd Fixes (e.g., new signatures) 3038F: drivers/scsi/fdomain.* 3039 3040GDT SCSI DISK ARRAY CONTROLLER DRIVER 3041M: Achim Leubner <achim_leubner@adaptec.com> 3042L: linux-scsi@vger.kernel.org 3043W: http://www.icp-vortex.com/ 3044S: Supported 3045F: drivers/scsi/gdt* 3046 3047GENERIC GPIO I2C DRIVER 3048M: Haavard Skinnemoen <hskinnemoen@gmail.com> 3049S: Supported 3050F: drivers/i2c/busses/i2c-gpio.c 3051F: include/linux/i2c-gpio.h 3052 3053GENERIC GPIO I2C MULTIPLEXER DRIVER 3054M: Peter Korsgaard <peter.korsgaard@barco.com> 3055L: linux-i2c@vger.kernel.org 3056S: Supported 3057F: drivers/i2c/muxes/i2c-mux-gpio.c 3058F: include/linux/i2c-mux-gpio.h 3059F: Documentation/i2c/muxes/i2c-mux-gpio 3060 3061GENERIC HDLC (WAN) DRIVERS 3062M: Krzysztof Halasa <khc@pm.waw.pl> 3063W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 3064S: Maintained 3065F: drivers/net/wan/c101.c 3066F: drivers/net/wan/hd6457* 3067F: drivers/net/wan/hdlc* 3068F: drivers/net/wan/n2.c 3069F: drivers/net/wan/pc300too.c 3070F: drivers/net/wan/pci200syn.c 3071F: drivers/net/wan/wanxl* 3072 3073GENERIC INCLUDE/ASM HEADER FILES 3074M: Arnd Bergmann <arnd@arndb.de> 3075L: linux-arch@vger.kernel.org 3076T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git 3077S: Maintained 3078F: include/asm-generic 3079 3080GENERIC UIO DRIVER FOR PCI DEVICES 3081M: "Michael S. Tsirkin" <mst@redhat.com> 3082L: kvm@vger.kernel.org 3083S: Supported 3084F: drivers/uio/uio_pci_generic.c 3085 3086GFS2 FILE SYSTEM 3087M: Steven Whitehouse <swhiteho@redhat.com> 3088L: cluster-devel@redhat.com 3089W: http://sources.redhat.com/cluster/ 3090T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git 3091T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git 3092S: Supported 3093F: Documentation/filesystems/gfs2*.txt 3094F: fs/gfs2/ 3095F: include/linux/gfs2_ondisk.h 3096 3097GIGASET ISDN DRIVERS 3098M: Hansjoerg Lipp <hjlipp@web.de> 3099M: Tilman Schmidt <tilman@imap.cc> 3100L: gigaset307x-common@lists.sourceforge.net 3101W: http://gigaset307x.sourceforge.net/ 3102S: Maintained 3103F: Documentation/isdn/README.gigaset 3104F: drivers/isdn/gigaset/ 3105F: include/linux/gigaset_dev.h 3106 3107GPIO SUBSYSTEM 3108M: Grant Likely <grant.likely@secretlab.ca> 3109M: Linus Walleij <linus.walleij@linaro.org> 3110S: Maintained 3111T: git git://git.secretlab.ca/git/linux-2.6.git 3112F: Documentation/gpio.txt 3113F: drivers/gpio/ 3114F: include/linux/gpio* 3115 3116GRE DEMULTIPLEXER DRIVER 3117M: Dmitry Kozlov <xeb@mail.ru> 3118L: netdev@vger.kernel.org 3119S: Maintained 3120F: net/ipv4/gre.c 3121F: include/net/gre.h 3122 3123GRETH 10/100/1G Ethernet MAC device driver 3124M: Kristoffer Glembo <kristoffer@gaisler.com> 3125L: netdev@vger.kernel.org 3126S: Maintained 3127F: drivers/net/ethernet/aeroflex/ 3128 3129GSPCA FINEPIX SUBDRIVER 3130M: Frank Zago <frank@zago.net> 3131L: linux-media@vger.kernel.org 3132T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3133S: Maintained 3134F: drivers/media/video/gspca/finepix.c 3135 3136GSPCA GL860 SUBDRIVER 3137M: Olivier Lorin <o.lorin@laposte.net> 3138L: linux-media@vger.kernel.org 3139T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3140S: Maintained 3141F: drivers/media/video/gspca/gl860/ 3142 3143GSPCA M5602 SUBDRIVER 3144M: Erik Andren <erik.andren@gmail.com> 3145L: linux-media@vger.kernel.org 3146T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3147S: Maintained 3148F: drivers/media/video/gspca/m5602/ 3149 3150GSPCA PAC207 SONIXB SUBDRIVER 3151M: Hans de Goede <hdegoede@redhat.com> 3152L: linux-media@vger.kernel.org 3153T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3154S: Maintained 3155F: drivers/media/video/gspca/pac207.c 3156 3157GSPCA SN9C20X SUBDRIVER 3158M: Brian Johnson <brijohn@gmail.com> 3159L: linux-media@vger.kernel.org 3160T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3161S: Maintained 3162F: drivers/media/video/gspca/sn9c20x.c 3163 3164GSPCA T613 SUBDRIVER 3165M: Leandro Costantino <lcostantino@gmail.com> 3166L: linux-media@vger.kernel.org 3167T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3168S: Maintained 3169F: drivers/media/video/gspca/t613.c 3170 3171GSPCA USB WEBCAM DRIVER 3172M: Hans de Goede <hdegoede@redhat.com> 3173L: linux-media@vger.kernel.org 3174T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3175S: Maintained 3176F: drivers/media/video/gspca/ 3177 3178HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 3179M: Frank Seidel <frank@f-seidel.de> 3180L: platform-driver-x86@vger.kernel.org 3181W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ 3182S: Maintained 3183F: drivers/platform/x86/hdaps.c 3184 3185HWPOISON MEMORY FAILURE HANDLING 3186M: Andi Kleen <andi@firstfloor.org> 3187L: linux-mm@kvack.org 3188T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison 3189S: Maintained 3190F: mm/memory-failure.c 3191F: mm/hwpoison-inject.c 3192 3193HYPERVISOR VIRTUAL CONSOLE DRIVER 3194L: linuxppc-dev@lists.ozlabs.org 3195S: Odd Fixes 3196F: drivers/tty/hvc/ 3197 3198HARDWARE MONITORING 3199M: Jean Delvare <khali@linux-fr.org> 3200M: Guenter Roeck <linux@roeck-us.net> 3201L: lm-sensors@lm-sensors.org 3202W: http://www.lm-sensors.org/ 3203T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ 3204T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git 3205S: Maintained 3206F: Documentation/hwmon/ 3207F: drivers/hwmon/ 3208F: include/linux/hwmon*.h 3209 3210HARDWARE RANDOM NUMBER GENERATOR CORE 3211M: Matt Mackall <mpm@selenic.com> 3212M: Herbert Xu <herbert@gondor.apana.org.au> 3213S: Odd fixes 3214F: Documentation/hw_random.txt 3215F: drivers/char/hw_random/ 3216F: include/linux/hw_random.h 3217 3218HARDWARE SPINLOCK CORE 3219M: Ohad Ben-Cohen <ohad@wizery.com> 3220S: Maintained 3221F: Documentation/hwspinlock.txt 3222F: drivers/hwspinlock/hwspinlock_* 3223F: include/linux/hwspinlock.h 3224 3225HARMONY SOUND DRIVER 3226L: linux-parisc@vger.kernel.org 3227S: Maintained 3228F: sound/parisc/harmony.* 3229 3230HEWLETT-PACKARD SMART2 RAID DRIVER 3231M: Chirag Kantharia <chirag.kantharia@hp.com> 3232L: iss_storagedev@hp.com 3233S: Maintained 3234F: Documentation/blockdev/cpqarray.txt 3235F: drivers/block/cpqarray.* 3236 3237HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) 3238M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com> 3239L: iss_storagedev@hp.com 3240S: Supported 3241F: Documentation/scsi/hpsa.txt 3242F: drivers/scsi/hpsa*.[ch] 3243F: include/linux/cciss*.h 3244 3245HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 3246M: Mike Miller <mike.miller@hp.com> 3247L: iss_storagedev@hp.com 3248S: Supported 3249F: Documentation/blockdev/cciss.txt 3250F: drivers/block/cciss* 3251F: include/linux/cciss_ioctl.h 3252 3253HFS FILESYSTEM 3254L: linux-fsdevel@vger.kernel.org 3255S: Orphan 3256F: Documentation/filesystems/hfs.txt 3257F: fs/hfs/ 3258 3259HGA FRAMEBUFFER DRIVER 3260M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> 3261L: linux-nvidia@lists.surfsouth.com 3262W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 3263S: Maintained 3264F: drivers/video/hgafb.c 3265 3266HIBERNATION (aka Software Suspend, aka swsusp) 3267M: Pavel Machek <pavel@ucw.cz> 3268M: "Rafael J. Wysocki" <rjw@sisk.pl> 3269L: linux-pm@vger.kernel.org 3270S: Supported 3271F: arch/x86/power/ 3272F: drivers/base/power/ 3273F: kernel/power/ 3274F: include/linux/suspend.h 3275F: include/linux/freezer.h 3276F: include/linux/pm.h 3277F: arch/*/include/asm/suspend*.h 3278 3279HID CORE LAYER 3280M: Jiri Kosina <jkosina@suse.cz> 3281L: linux-input@vger.kernel.org 3282T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 3283S: Maintained 3284F: drivers/hid/ 3285F: include/linux/hid* 3286 3287HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 3288M: Thomas Gleixner <tglx@linutronix.de> 3289T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 3290S: Maintained 3291F: Documentation/timers/ 3292F: kernel/hrtimer.c 3293F: kernel/time/clockevents.c 3294F: kernel/time/tick*.* 3295F: kernel/time/timer_*.c 3296F: include/linux/clockchips.h 3297F: include/linux/hrtimer.h 3298 3299HIGH-SPEED SCC DRIVER FOR AX.25 3300L: linux-hams@vger.kernel.org 3301S: Orphan 3302F: drivers/net/hamradio/dmascc.c 3303F: drivers/net/hamradio/scc.c 3304 3305HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 3306M: HighPoint Linux Team <linux@highpoint-tech.com> 3307W: http://www.highpoint-tech.com 3308S: Supported 3309F: Documentation/scsi/hptiop.txt 3310F: drivers/scsi/hptiop.c 3311 3312HIPPI 3313M: Jes Sorensen <jes@trained-monkey.org> 3314L: linux-hippi@sunsite.dk 3315S: Maintained 3316F: include/linux/hippidevice.h 3317F: include/linux/if_hippi.h 3318F: net/802/hippi.c 3319F: drivers/net/hippi/ 3320 3321HOST AP DRIVER 3322M: Jouni Malinen <j@w1.fi> 3323L: hostap@shmoo.com (subscribers-only) 3324L: linux-wireless@vger.kernel.org 3325W: http://hostap.epitest.fi/ 3326S: Maintained 3327F: drivers/net/wireless/hostap/ 3328 3329HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 3330L: platform-driver-x86@vger.kernel.org 3331S: Orphan 3332F: drivers/platform/x86/tc1100-wmi.c 3333 3334HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 3335M: Jaroslav Kysela <perex@perex.cz> 3336S: Maintained 3337F: drivers/net/ethernet/hp/hp100.* 3338 3339HPET: High Precision Event Timers driver 3340M: Clemens Ladisch <clemens@ladisch.de> 3341S: Maintained 3342F: Documentation/timers/hpet.txt 3343F: drivers/char/hpet.c 3344F: include/linux/hpet.h 3345 3346HPET: x86 3347M: "Venkatesh Pallipadi (Venki)" <venki@google.com> 3348S: Maintained 3349F: arch/x86/kernel/hpet.c 3350F: arch/x86/include/asm/hpet.h 3351 3352HPFS FILESYSTEM 3353M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> 3354W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 3355S: Maintained 3356F: fs/hpfs/ 3357 3358HSO 3G MODEM DRIVER 3359M: Jan Dumon <j.dumon@option.com> 3360W: http://www.pharscape.org 3361S: Maintained 3362F: drivers/net/usb/hso.c 3363 3364HTCPEN TOUCHSCREEN DRIVER 3365M: Pau Oliva Fora <pof@eslack.org> 3366L: linux-input@vger.kernel.org 3367S: Maintained 3368F: drivers/input/touchscreen/htcpen.c 3369 3370HUGETLB FILESYSTEM 3371M: William Irwin <wli@holomorphy.com> 3372S: Maintained 3373F: fs/hugetlbfs/ 3374 3375Hyper-V CORE AND DRIVERS 3376M: K. Y. Srinivasan <kys@microsoft.com> 3377M: Haiyang Zhang <haiyangz@microsoft.com> 3378L: devel@linuxdriverproject.org 3379S: Maintained 3380F: drivers/hv/ 3381F: drivers/hid/hid-hyperv.c 3382F: drivers/net/hyperv/ 3383F: drivers/staging/hv/ 3384 3385I2C/SMBUS STUB DRIVER 3386M: "Mark M. Hoffman" <mhoffman@lightlink.com> 3387L: linux-i2c@vger.kernel.org 3388S: Maintained 3389F: drivers/i2c/busses/i2c-stub.c 3390 3391I2C SUBSYSTEM 3392M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> 3393M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> 3394M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de> 3395L: linux-i2c@vger.kernel.org 3396W: http://i2c.wiki.kernel.org/ 3397T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ 3398T: git git://git.pengutronix.de/git/wsa/linux.git 3399S: Maintained 3400F: Documentation/i2c/ 3401F: drivers/i2c/ 3402F: include/linux/i2c.h 3403F: include/linux/i2c-*.h 3404 3405I2C-TINY-USB DRIVER 3406M: Till Harbaum <till@harbaum.org> 3407L: linux-i2c@vger.kernel.org 3408W: http://www.harbaum.org/till/i2c_tiny_usb 3409S: Maintained 3410F: drivers/i2c/busses/i2c-tiny-usb.c 3411 3412i386 BOOT CODE 3413M: "H. Peter Anvin" <hpa@zytor.com> 3414S: Maintained 3415F: arch/x86/boot/ 3416 3417i386 SETUP CODE / CPU ERRATA WORKAROUNDS 3418M: "H. Peter Anvin" <hpa@zytor.com> 3419T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 3420S: Maintained 3421 3422IA64 (Itanium) PLATFORM 3423M: Tony Luck <tony.luck@intel.com> 3424M: Fenghua Yu <fenghua.yu@intel.com> 3425L: linux-ia64@vger.kernel.org 3426T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git 3427S: Maintained 3428F: arch/ia64/ 3429 3430IBM Power Linux RAID adapter 3431M: Brian King <brking@us.ibm.com> 3432S: Supported 3433F: drivers/scsi/ipr.* 3434 3435IBM Power Virtual Ethernet Device Driver 3436M: Santiago Leon <santil@linux.vnet.ibm.com> 3437L: netdev@vger.kernel.org 3438S: Supported 3439F: drivers/net/ethernet/ibm/ibmveth.* 3440 3441IBM ServeRAID RAID DRIVER 3442P: Jack Hammer 3443M: Dave Jeffery <ipslinux@adaptec.com> 3444W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 3445S: Supported 3446F: drivers/scsi/ips.* 3447 3448ICH LPC AND GPIO DRIVER 3449M: Peter Tyser <ptyser@xes-inc.com> 3450S: Maintained 3451F: drivers/mfd/lpc_ich.c 3452F: drivers/gpio/gpio-ich.c 3453 3454IDE SUBSYSTEM 3455M: "David S. Miller" <davem@davemloft.net> 3456L: linux-ide@vger.kernel.org 3457Q: http://patchwork.ozlabs.org/project/linux-ide/list/ 3458T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git 3459S: Maintained 3460F: Documentation/ide/ 3461F: drivers/ide/ 3462F: include/linux/ide.h 3463 3464IDEAPAD LAPTOP EXTRAS DRIVER 3465M: Ike Panhc <ike.pan@canonical.com> 3466L: platform-driver-x86@vger.kernel.org 3467W: http://launchpad.net/ideapad-laptop 3468S: Maintained 3469F: drivers/platform/x86/ideapad-laptop.c 3470 3471IDE/ATAPI DRIVERS 3472M: Borislav Petkov <petkovbb@gmail.com> 3473L: linux-ide@vger.kernel.org 3474S: Maintained 3475F: Documentation/cdrom/ide-cd 3476F: drivers/ide/ide-cd* 3477 3478IDLE-I7300 3479M: Andy Henroid <andrew.d.henroid@intel.com> 3480L: linux-pm@vger.kernel.org 3481S: Supported 3482F: drivers/idle/i7300_idle.c 3483 3484IEEE 802.15.4 SUBSYSTEM 3485M: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> 3486M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 3487L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) 3488W: http://apps.sourceforge.net/trac/linux-zigbee 3489T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git 3490S: Maintained 3491F: net/ieee802154/ 3492F: net/mac802154/ 3493F: drivers/ieee802154/ 3494 3495IIO SUBSYSTEM AND DRIVERS 3496M: Jonathan Cameron <jic23@cam.ac.uk> 3497L: linux-iio@vger.kernel.org 3498S: Maintained 3499F: drivers/iio/ 3500F: drivers/staging/iio/ 3501 3502IKANOS/ADI EAGLE ADSL USB DRIVER 3503M: Matthieu Castet <castet.matthieu@free.fr> 3504M: Stanislaw Gruszka <stf_xl@wp.pl> 3505S: Maintained 3506F: drivers/usb/atm/ueagle-atm.c 3507 3508INTEGRITY MEASUREMENT ARCHITECTURE (IMA) 3509M: Mimi Zohar <zohar@us.ibm.com> 3510S: Supported 3511F: security/integrity/ima/ 3512 3513IMS TWINTURBO FRAMEBUFFER DRIVER 3514L: linux-fbdev@vger.kernel.org 3515S: Orphan 3516F: drivers/video/imsttfb.c 3517 3518INFINIBAND SUBSYSTEM 3519M: Roland Dreier <roland@kernel.org> 3520M: Sean Hefty <sean.hefty@intel.com> 3521M: Hal Rosenstock <hal.rosenstock@gmail.com> 3522L: linux-rdma@vger.kernel.org 3523W: http://www.openfabrics.org/ 3524Q: http://patchwork.kernel.org/project/linux-rdma/list/ 3525T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 3526S: Supported 3527F: Documentation/infiniband/ 3528F: drivers/infiniband/ 3529F: include/linux/if_infiniband.h 3530 3531INOTIFY 3532M: John McCutchan <john@johnmccutchan.com> 3533M: Robert Love <rlove@rlove.org> 3534M: Eric Paris <eparis@parisplace.org> 3535S: Maintained 3536F: Documentation/filesystems/inotify.txt 3537F: fs/notify/inotify/ 3538F: include/linux/inotify.h 3539 3540INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 3541M: Dmitry Torokhov <dmitry.torokhov@gmail.com> 3542M: Dmitry Torokhov <dtor@mail.ru> 3543L: linux-input@vger.kernel.org 3544Q: http://patchwork.kernel.org/project/linux-input/list/ 3545T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 3546S: Maintained 3547F: drivers/input/ 3548F: include/linux/input.h 3549F: include/linux/input/ 3550 3551INPUT MULTITOUCH (MT) PROTOCOL 3552M: Henrik Rydberg <rydberg@euromail.se> 3553L: linux-input@vger.kernel.org 3554T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git 3555S: Maintained 3556F: Documentation/input/multi-touch-protocol.txt 3557F: drivers/input/input-mt.c 3558K: \b(ABS|SYN)_MT_ 3559 3560INTEL C600 SERIES SAS CONTROLLER DRIVER 3561M: Intel SCU Linux support <intel-linux-scu@intel.com> 3562M: Lukasz Dorau <lukasz.dorau@intel.com> 3563M: Maciej Patelczyk <maciej.patelczyk@intel.com> 3564M: Dave Jiang <dave.jiang@intel.com> 3565L: linux-scsi@vger.kernel.org 3566T: git git://git.code.sf.net/p/intel-sas/isci 3567S: Supported 3568F: drivers/scsi/isci/ 3569F: firmware/isci/ 3570 3571INTEL IDLE DRIVER 3572M: Len Brown <lenb@kernel.org> 3573L: linux-pm@vger.kernel.org 3574T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git 3575S: Supported 3576F: drivers/idle/intel_idle.c 3577 3578INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 3579M: Maik Broemme <mbroemme@plusserver.de> 3580L: linux-fbdev@vger.kernel.org 3581S: Maintained 3582F: Documentation/fb/intelfb.txt 3583F: drivers/video/intelfb/ 3584 3585INTEL 810/815 FRAMEBUFFER DRIVER 3586M: Antonino Daplas <adaplas@gmail.com> 3587L: linux-fbdev@vger.kernel.org 3588S: Maintained 3589F: drivers/video/i810/ 3590 3591INTEL MENLOW THERMAL DRIVER 3592M: Sujith Thomas <sujith.thomas@intel.com> 3593L: platform-driver-x86@vger.kernel.org 3594W: http://www.lesswatts.org/projects/acpi/ 3595S: Supported 3596F: drivers/platform/x86/intel_menlow.c 3597 3598INTEL IA32 MICROCODE UPDATE SUPPORT 3599M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 3600S: Maintained 3601F: arch/x86/kernel/microcode_core.c 3602F: arch/x86/kernel/microcode_intel.c 3603 3604INTEL I/OAT DMA DRIVER 3605M: Dan Williams <djbw@fb.com> 3606S: Maintained 3607F: drivers/dma/ioat* 3608 3609INTEL IOMMU (VT-d) 3610M: David Woodhouse <dwmw2@infradead.org> 3611L: iommu@lists.linux-foundation.org 3612T: git git://git.infradead.org/iommu-2.6.git 3613S: Supported 3614F: drivers/iommu/intel-iommu.c 3615F: include/linux/intel-iommu.h 3616 3617INTEL IOP-ADMA DMA DRIVER 3618M: Dan Williams <djbw@fb.com> 3619S: Odd fixes 3620F: drivers/dma/iop-adma.c 3621 3622INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 3623M: Krzysztof Halasa <khc@pm.waw.pl> 3624S: Maintained 3625F: arch/arm/mach-ixp4xx/include/mach/qmgr.h 3626F: arch/arm/mach-ixp4xx/include/mach/npe.h 3627F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c 3628F: arch/arm/mach-ixp4xx/ixp4xx_npe.c 3629F: drivers/net/ethernet/xscale/ixp4xx_eth.c 3630F: drivers/net/wan/ixp4xx_hss.c 3631 3632INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 3633M: Deepak Saxena <dsaxena@plexity.net> 3634S: Maintained 3635F: drivers/char/hw_random/ixp4xx-rng.c 3636 3637INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf) 3638M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 3639M: Jesse Brandeburg <jesse.brandeburg@intel.com> 3640M: Bruce Allan <bruce.w.allan@intel.com> 3641M: Carolyn Wyborny <carolyn.wyborny@intel.com> 3642M: Don Skidmore <donald.c.skidmore@intel.com> 3643M: Greg Rose <gregory.v.rose@intel.com> 3644M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> 3645M: Alex Duyck <alexander.h.duyck@intel.com> 3646M: John Ronciak <john.ronciak@intel.com> 3647L: e1000-devel@lists.sourceforge.net 3648W: http://e1000.sourceforge.net/ 3649T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git 3650T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git 3651S: Supported 3652F: Documentation/networking/e100.txt 3653F: Documentation/networking/e1000.txt 3654F: Documentation/networking/e1000e.txt 3655F: Documentation/networking/igb.txt 3656F: Documentation/networking/igbvf.txt 3657F: Documentation/networking/ixgb.txt 3658F: Documentation/networking/ixgbe.txt 3659F: Documentation/networking/ixgbevf.txt 3660F: drivers/net/ethernet/intel/ 3661 3662INTEL MRST PMU DRIVER 3663M: Len Brown <len.brown@intel.com> 3664L: linux-pm@vger.kernel.org 3665S: Supported 3666F: arch/x86/platform/mrst/pmu.* 3667 3668INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT 3669M: Stanislav Yakovlev <stas.yakovlev@gmail.com> 3670L: linux-wireless@vger.kernel.org 3671S: Maintained 3672F: Documentation/networking/README.ipw2100 3673F: Documentation/networking/README.ipw2200 3674F: drivers/net/wireless/ipw2x00/ 3675 3676INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) 3677M: Richard L Maliszewski <richard.l.maliszewski@intel.com> 3678M: Gang Wei <gang.wei@intel.com> 3679M: Shane Wang <shane.wang@intel.com> 3680L: tboot-devel@lists.sourceforge.net 3681W: http://tboot.sourceforge.net 3682T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot 3683S: Supported 3684F: Documentation/intel_txt.txt 3685F: include/linux/tboot.h 3686F: arch/x86/kernel/tboot.c 3687 3688INTEL WIRELESS WIMAX CONNECTION 2400 3689M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 3690M: linux-wimax@intel.com 3691L: wimax@linuxwimax.org 3692S: Supported 3693W: http://linuxwimax.org 3694F: Documentation/wimax/README.i2400m 3695F: drivers/net/wimax/i2400m/ 3696F: include/linux/wimax/i2400m.h 3697 3698INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) 3699M: Stanislaw Gruszka <sgruszka@redhat.com> 3700L: linux-wireless@vger.kernel.org 3701S: Supported 3702F: drivers/net/wireless/iwlegacy/ 3703 3704INTEL WIRELESS WIFI LINK (iwlwifi) 3705M: Johannes Berg <johannes.berg@intel.com> 3706M: Wey-Yi Guy <wey-yi.w.guy@intel.com> 3707M: Intel Linux Wireless <ilw@linux.intel.com> 3708L: linux-wireless@vger.kernel.org 3709W: http://intellinuxwireless.org 3710T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git 3711S: Supported 3712F: drivers/net/wireless/iwlwifi/ 3713 3714INTEL MANAGEMENT ENGINE (mei) 3715M: Tomas Winkler <tomas.winkler@intel.com> 3716L: linux-kernel@vger.kernel.org 3717S: Supported 3718F: include/linux/mei.h 3719F: drivers/misc/mei/* 3720F: Documentation/mei/* 3721 3722IOC3 ETHERNET DRIVER 3723M: Ralf Baechle <ralf@linux-mips.org> 3724L: linux-mips@linux-mips.org 3725S: Maintained 3726F: drivers/net/ethernet/sgi/ioc3-eth.c 3727 3728IOC3 SERIAL DRIVER 3729M: Pat Gefre <pfg@sgi.com> 3730L: linux-serial@vger.kernel.org 3731S: Maintained 3732F: drivers/tty/serial/ioc3_serial.c 3733 3734IP MASQUERADING 3735M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> 3736S: Maintained 3737F: net/ipv4/netfilter/ipt_MASQUERADE.c 3738 3739IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 3740M: Francois Romieu <romieu@fr.zoreil.com> 3741M: Sorbica Shieh <sorbica@icplus.com.tw> 3742L: netdev@vger.kernel.org 3743S: Maintained 3744F: drivers/net/ethernet/icplus/ipg.* 3745 3746IPATH DRIVER 3747M: Mike Marciniszyn <infinipath@intel.com> 3748L: linux-rdma@vger.kernel.org 3749S: Maintained 3750F: drivers/infiniband/hw/ipath/ 3751 3752IPMI SUBSYSTEM 3753M: Corey Minyard <minyard@acm.org> 3754L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers) 3755W: http://openipmi.sourceforge.net/ 3756S: Supported 3757F: Documentation/IPMI.txt 3758F: drivers/char/ipmi/ 3759F: include/linux/ipmi* 3760 3761IPS SCSI RAID DRIVER 3762M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 3763L: linux-scsi@vger.kernel.org 3764W: http://www.adaptec.com/ 3765S: Maintained 3766F: drivers/scsi/ips* 3767 3768IPVS 3769M: Wensong Zhang <wensong@linux-vs.org> 3770M: Simon Horman <horms@verge.net.au> 3771M: Julian Anastasov <ja@ssi.bg> 3772L: netdev@vger.kernel.org 3773L: lvs-devel@vger.kernel.org 3774S: Maintained 3775F: Documentation/networking/ipvs-sysctl.txt 3776F: include/net/ip_vs.h 3777F: include/linux/ip_vs.h 3778F: net/netfilter/ipvs/ 3779 3780IPWIRELESS DRIVER 3781M: Jiri Kosina <jkosina@suse.cz> 3782M: David Sterba <dsterba@suse.cz> 3783S: Odd Fixes 3784F: drivers/tty/ipwireless/ 3785 3786IPX NETWORK LAYER 3787M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 3788L: netdev@vger.kernel.org 3789S: Maintained 3790F: include/linux/ipx.h 3791F: include/net/ipx.h 3792F: net/ipx/ 3793 3794IRDA SUBSYSTEM 3795M: Samuel Ortiz <samuel@sortiz.org> 3796L: irda-users@lists.sourceforge.net (subscribers-only) 3797L: netdev@vger.kernel.org 3798W: http://irda.sourceforge.net/ 3799S: Maintained 3800T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git 3801F: Documentation/networking/irda.txt 3802F: drivers/net/irda/ 3803F: include/net/irda/ 3804F: net/irda/ 3805 3806IRQ SUBSYSTEM 3807M: Thomas Gleixner <tglx@linutronix.de> 3808S: Maintained 3809T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core 3810F: kernel/irq/ 3811 3812IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) 3813M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3814M: Grant Likely <grant.likely@secretlab.ca> 3815T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next 3816S: Maintained 3817F: Documentation/IRQ-domain.txt 3818F: include/linux/irqdomain.h 3819F: kernel/irq/irqdomain.c 3820 3821ISAPNP 3822M: Jaroslav Kysela <perex@perex.cz> 3823S: Maintained 3824F: Documentation/isapnp.txt 3825F: drivers/pnp/isapnp/ 3826F: include/linux/isapnp.h 3827 3828iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER 3829M: Peter Jones <pjones@redhat.com> 3830M: Konrad Rzeszutek Wilk <konrad@kernel.org> 3831S: Maintained 3832F: drivers/firmware/iscsi_ibft* 3833 3834ISCSI 3835M: Mike Christie <michaelc@cs.wisc.edu> 3836L: open-iscsi@googlegroups.com 3837W: www.open-iscsi.org 3838T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git 3839S: Maintained 3840F: drivers/scsi/*iscsi* 3841F: include/scsi/*iscsi* 3842 3843ISDN SUBSYSTEM 3844M: Karsten Keil <isdn@linux-pingi.de> 3845L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 3846L: netdev@vger.kernel.org 3847W: http://www.isdn4linux.de 3848T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git 3849S: Maintained 3850F: Documentation/isdn/ 3851F: drivers/isdn/ 3852F: include/linux/isdn.h 3853F: include/linux/isdn/ 3854 3855ISDN SUBSYSTEM (Eicon active card driver) 3856M: Armin Schindler <mac@melware.de> 3857L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 3858W: http://www.melware.de 3859S: Maintained 3860F: drivers/isdn/hardware/eicon/ 3861 3862IT87 HARDWARE MONITORING DRIVER 3863M: Jean Delvare <khali@linux-fr.org> 3864L: lm-sensors@lm-sensors.org 3865S: Maintained 3866F: Documentation/hwmon/it87 3867F: drivers/hwmon/it87.c 3868 3869IVTV VIDEO4LINUX DRIVER 3870M: Andy Walls <awalls@md.metrocast.net> 3871L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) 3872L: linux-media@vger.kernel.org 3873T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 3874W: http://www.ivtvdriver.org 3875S: Maintained 3876F: Documentation/video4linux/*.ivtv 3877F: drivers/media/video/ivtv/ 3878F: include/linux/ivtv* 3879 3880JC42.4 TEMPERATURE SENSOR DRIVER 3881M: Guenter Roeck <linux@roeck-us.net> 3882L: lm-sensors@lm-sensors.org 3883S: Maintained 3884F: drivers/hwmon/jc42.c 3885F: Documentation/hwmon/jc42 3886 3887JFS FILESYSTEM 3888M: Dave Kleikamp <shaggy@kernel.org> 3889L: jfs-discussion@lists.sourceforge.net 3890W: http://jfs.sourceforge.net/ 3891T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 3892S: Maintained 3893F: Documentation/filesystems/jfs.txt 3894F: fs/jfs/ 3895 3896JME NETWORK DRIVER 3897M: Guo-Fu Tseng <cooldavid@cooldavid.org> 3898L: netdev@vger.kernel.org 3899S: Maintained 3900F: drivers/net/ethernet/jme.* 3901 3902JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 3903M: David Woodhouse <dwmw2@infradead.org> 3904L: linux-mtd@lists.infradead.org 3905W: http://www.linux-mtd.infradead.org/doc/jffs2.html 3906S: Maintained 3907F: fs/jffs2/ 3908F: include/linux/jffs2.h 3909 3910JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 3911M: Andrew Morton <akpm@linux-foundation.org> 3912M: Jan Kara <jack@suse.cz> 3913L: linux-ext4@vger.kernel.org 3914S: Maintained 3915F: fs/jbd/ 3916F: include/linux/ext3_jbd.h 3917F: include/linux/jbd.h 3918 3919JOURNALLING LAYER FOR BLOCK DEVICES (JBD2) 3920M: "Theodore Ts'o" <tytso@mit.edu> 3921L: linux-ext4@vger.kernel.org 3922S: Maintained 3923F: fs/jbd2/ 3924F: include/linux/jbd2.h 3925 3926JSM Neo PCI based serial card 3927M: Lucas Tavares <lucaskt@linux.vnet.ibm.com> 3928L: linux-serial@vger.kernel.org 3929S: Maintained 3930F: drivers/tty/serial/jsm/ 3931 3932K10TEMP HARDWARE MONITORING DRIVER 3933M: Clemens Ladisch <clemens@ladisch.de> 3934L: lm-sensors@lm-sensors.org 3935S: Maintained 3936F: Documentation/hwmon/k10temp 3937F: drivers/hwmon/k10temp.c 3938 3939K8TEMP HARDWARE MONITORING DRIVER 3940M: Rudolf Marek <r.marek@assembler.cz> 3941L: lm-sensors@lm-sensors.org 3942S: Maintained 3943F: Documentation/hwmon/k8temp 3944F: drivers/hwmon/k8temp.c 3945 3946KCONFIG 3947M: Michal Marek <mmarek@suse.cz> 3948L: linux-kbuild@vger.kernel.org 3949S: Odd Fixes 3950F: Documentation/kbuild/kconfig-language.txt 3951F: scripts/kconfig/ 3952 3953KDUMP 3954M: Vivek Goyal <vgoyal@redhat.com> 3955M: Haren Myneni <hbabu@us.ibm.com> 3956L: kexec@lists.infradead.org 3957W: http://lse.sourceforge.net/kdump/ 3958S: Maintained 3959F: Documentation/kdump/ 3960 3961KERNEL AUTOMOUNTER v4 (AUTOFS4) 3962M: Ian Kent <raven@themaw.net> 3963L: autofs@vger.kernel.org 3964S: Maintained 3965F: fs/autofs4/ 3966 3967KERNEL BUILD + files below scripts/ (unless maintained elsewhere) 3968M: Michal Marek <mmarek@suse.cz> 3969T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next 3970T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes 3971L: linux-kbuild@vger.kernel.org 3972S: Maintained 3973F: Documentation/kbuild/ 3974F: Makefile 3975F: scripts/Makefile.* 3976F: scripts/basic/ 3977F: scripts/mk* 3978F: scripts/package/ 3979 3980KERNEL JANITORS 3981L: kernel-janitors@vger.kernel.org 3982W: http://kernelnewbies.org/KernelJanitors 3983S: Odd Fixes 3984 3985KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 3986M: "J. Bruce Fields" <bfields@fieldses.org> 3987L: linux-nfs@vger.kernel.org 3988W: http://nfs.sourceforge.net/ 3989S: Supported 3990F: fs/nfsd/ 3991F: include/linux/nfsd/ 3992F: fs/lockd/ 3993F: fs/nfs_common/ 3994F: net/sunrpc/ 3995F: include/linux/lockd/ 3996F: include/linux/sunrpc/ 3997 3998KERNEL VIRTUAL MACHINE (KVM) 3999M: Avi Kivity <avi@redhat.com> 4000M: Marcelo Tosatti <mtosatti@redhat.com> 4001L: kvm@vger.kernel.org 4002W: http://kvm.qumranet.com 4003S: Supported 4004F: Documentation/*/kvm.txt 4005F: arch/*/kvm/ 4006F: arch/*/include/asm/kvm* 4007F: include/linux/kvm* 4008F: virt/kvm/ 4009 4010KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V 4011M: Joerg Roedel <joerg.roedel@amd.com> 4012L: kvm@vger.kernel.org 4013W: http://kvm.qumranet.com 4014S: Supported 4015F: arch/x86/include/asm/svm.h 4016F: arch/x86/kvm/svm.c 4017 4018KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 4019M: Alexander Graf <agraf@suse.de> 4020L: kvm-ppc@vger.kernel.org 4021W: http://kvm.qumranet.com 4022S: Supported 4023F: arch/powerpc/include/asm/kvm* 4024F: arch/powerpc/kvm/ 4025 4026KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 4027M: Xiantao Zhang <xiantao.zhang@intel.com> 4028L: kvm-ia64@vger.kernel.org 4029W: http://kvm.qumranet.com 4030S: Supported 4031F: Documentation/ia64/kvm.txt 4032F: arch/ia64/include/asm/kvm* 4033F: arch/ia64/kvm/ 4034 4035KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 4036M: Christian Borntraeger <borntraeger@de.ibm.com> 4037M: Cornelia Huck <cornelia.huck@de.ibm.com> 4038M: linux390@de.ibm.com 4039L: linux-s390@vger.kernel.org 4040W: http://www.ibm.com/developerworks/linux/linux390/ 4041S: Supported 4042F: Documentation/s390/kvm.txt 4043F: arch/s390/include/asm/kvm* 4044F: arch/s390/kvm/ 4045F: drivers/s390/kvm/ 4046 4047KEXEC 4048M: Eric Biederman <ebiederm@xmission.com> 4049W: http://kernel.org/pub/linux/utils/kernel/kexec/ 4050L: kexec@lists.infradead.org 4051S: Maintained 4052F: include/linux/kexec.h 4053F: kernel/kexec.c 4054 4055KEYS/KEYRINGS: 4056M: David Howells <dhowells@redhat.com> 4057L: keyrings@linux-nfs.org 4058S: Maintained 4059F: Documentation/security/keys.txt 4060F: include/linux/key.h 4061F: include/linux/key-type.h 4062F: include/keys/ 4063F: security/keys/ 4064 4065KEYS-TRUSTED 4066M: David Safford <safford@watson.ibm.com> 4067M: Mimi Zohar <zohar@us.ibm.com> 4068L: linux-security-module@vger.kernel.org 4069L: keyrings@linux-nfs.org 4070S: Supported 4071F: Documentation/security/keys-trusted-encrypted.txt 4072F: include/keys/trusted-type.h 4073F: security/keys/trusted.c 4074F: security/keys/trusted.h 4075 4076KEYS-ENCRYPTED 4077M: Mimi Zohar <zohar@us.ibm.com> 4078M: David Safford <safford@watson.ibm.com> 4079L: linux-security-module@vger.kernel.org 4080L: keyrings@linux-nfs.org 4081S: Supported 4082F: Documentation/security/keys-trusted-encrypted.txt 4083F: include/keys/encrypted-type.h 4084F: security/keys/encrypted-keys/ 4085 4086KGDB / KDB /debug_core 4087M: Jason Wessel <jason.wessel@windriver.com> 4088W: http://kgdb.wiki.kernel.org/ 4089L: kgdb-bugreport@lists.sourceforge.net 4090S: Maintained 4091F: Documentation/DocBook/kgdb.tmpl 4092F: drivers/misc/kgdbts.c 4093F: drivers/tty/serial/kgdboc.c 4094F: include/linux/kdb.h 4095F: include/linux/kgdb.h 4096F: kernel/debug/ 4097 4098KMEMCHECK 4099M: Vegard Nossum <vegardno@ifi.uio.no> 4100M: Pekka Enberg <penberg@kernel.org> 4101S: Maintained 4102F: Documentation/kmemcheck.txt 4103F: arch/x86/include/asm/kmemcheck.h 4104F: arch/x86/mm/kmemcheck/ 4105F: include/linux/kmemcheck.h 4106F: mm/kmemcheck.c 4107 4108KMEMLEAK 4109M: Catalin Marinas <catalin.marinas@arm.com> 4110S: Maintained 4111F: Documentation/kmemleak.txt 4112F: include/linux/kmemleak.h 4113F: mm/kmemleak.c 4114F: mm/kmemleak-test.c 4115 4116KPROBES 4117M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> 4118M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 4119M: "David S. Miller" <davem@davemloft.net> 4120M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> 4121S: Maintained 4122F: Documentation/kprobes.txt 4123F: include/linux/kprobes.h 4124F: kernel/kprobes.c 4125 4126KS0108 LCD CONTROLLER DRIVER 4127M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 4128W: http://miguelojeda.es/auxdisplay.htm 4129W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 4130S: Maintained 4131F: Documentation/auxdisplay/ks0108 4132F: drivers/auxdisplay/ks0108.c 4133F: include/linux/ks0108.h 4134 4135LAPB module 4136L: linux-x25@vger.kernel.org 4137S: Orphan 4138F: Documentation/networking/lapb-module.txt 4139F: include/*/lapb.h 4140F: net/lapb/ 4141 4142LASI 53c700 driver for PARISC 4143M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 4144L: linux-scsi@vger.kernel.org 4145S: Maintained 4146F: Documentation/scsi/53c700.txt 4147F: drivers/scsi/53c700* 4148 4149LED SUBSYSTEM 4150M: Bryan Wu <bryan.wu@canonical.com> 4151M: Richard Purdie <rpurdie@rpsys.net> 4152L: linux-leds@vger.kernel.org 4153T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git 4154S: Maintained 4155F: drivers/leds/ 4156F: include/linux/leds.h 4157 4158LEGACY EEPROM DRIVER 4159M: Jean Delvare <khali@linux-fr.org> 4160S: Maintained 4161F: Documentation/misc-devices/eeprom 4162F: drivers/misc/eeprom/eeprom.c 4163 4164LEGO USB Tower driver 4165M: Juergen Stuber <starblue@users.sourceforge.net> 4166L: legousb-devel@lists.sourceforge.net 4167W: http://legousb.sourceforge.net/ 4168S: Maintained 4169F: drivers/usb/misc/legousbtower.c 4170 4171LGUEST 4172M: Rusty Russell <rusty@rustcorp.com.au> 4173L: lguest@lists.ozlabs.org 4174W: http://lguest.ozlabs.org/ 4175S: Odd Fixes 4176F: arch/x86/include/asm/lguest*.h 4177F: arch/x86/lguest/ 4178F: drivers/lguest/ 4179F: include/linux/lguest*.h 4180F: tools/lguest/ 4181 4182LINUX FOR IBM pSERIES (RS/6000) 4183M: Paul Mackerras <paulus@au.ibm.com> 4184W: http://www.ibm.com/linux/ltc/projects/ppc 4185S: Supported 4186F: arch/powerpc/boot/rs6000.h 4187 4188LINUX FOR POWERPC (32-BIT AND 64-BIT) 4189M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 4190M: Paul Mackerras <paulus@samba.org> 4191W: http://www.penguinppc.org/ 4192L: linuxppc-dev@lists.ozlabs.org 4193Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ 4194T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 4195S: Supported 4196F: Documentation/powerpc/ 4197F: arch/powerpc/ 4198 4199LINUX FOR POWER MACINTOSH 4200M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 4201W: http://www.penguinppc.org/ 4202L: linuxppc-dev@lists.ozlabs.org 4203S: Maintained 4204F: arch/powerpc/platforms/powermac/ 4205F: drivers/macintosh/ 4206 4207LINUX FOR POWERPC EMBEDDED MPC5XXX 4208M: Anatolij Gustschin <agust@denx.de> 4209L: linuxppc-dev@lists.ozlabs.org 4210T: git git://git.denx.de/linux-2.6-agust.git 4211S: Maintained 4212F: arch/powerpc/platforms/512x/ 4213F: arch/powerpc/platforms/52xx/ 4214 4215LINUX FOR POWERPC EMBEDDED PPC4XX 4216M: Josh Boyer <jwboyer@gmail.com> 4217M: Matt Porter <mporter@kernel.crashing.org> 4218W: http://www.penguinppc.org/ 4219L: linuxppc-dev@lists.ozlabs.org 4220T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git 4221S: Maintained 4222F: arch/powerpc/platforms/40x/ 4223F: arch/powerpc/platforms/44x/ 4224 4225LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 4226M: Grant Likely <grant.likely@secretlab.ca> 4227W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 4228L: linuxppc-dev@lists.ozlabs.org 4229T: git git://git.secretlab.ca/git/linux-2.6.git 4230S: Maintained 4231F: arch/powerpc/*/*virtex* 4232F: arch/powerpc/*/*/*virtex* 4233 4234LINUX FOR POWERPC EMBEDDED PPC8XX 4235M: Vitaly Bordug <vitb@kernel.crashing.org> 4236M: Marcelo Tosatti <marcelo@kvack.org> 4237W: http://www.penguinppc.org/ 4238L: linuxppc-dev@lists.ozlabs.org 4239S: Maintained 4240F: arch/powerpc/platforms/8xx/ 4241 4242LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 4243M: Kumar Gala <galak@kernel.crashing.org> 4244W: http://www.penguinppc.org/ 4245L: linuxppc-dev@lists.ozlabs.org 4246S: Maintained 4247F: arch/powerpc/platforms/83xx/ 4248F: arch/powerpc/platforms/85xx/ 4249 4250LINUX FOR POWERPC PA SEMI PWRFICIENT 4251M: Olof Johansson <olof@lixom.net> 4252L: linuxppc-dev@lists.ozlabs.org 4253S: Maintained 4254F: arch/powerpc/platforms/pasemi/ 4255F: drivers/*/*pasemi* 4256F: drivers/*/*/*pasemi* 4257 4258LINUX SECURITY MODULE (LSM) FRAMEWORK 4259M: Chris Wright <chrisw@sous-sol.org> 4260L: linux-security-module@vger.kernel.org 4261S: Supported 4262 4263LIS3LV02D ACCELEROMETER DRIVER 4264M: Eric Piel <eric.piel@tremplin-utc.net> 4265S: Maintained 4266F: Documentation/misc-devices/lis3lv02d 4267F: drivers/misc/lis3lv02d/ 4268F: drivers/platform/x86/hp_accel.c 4269 4270LLC (802.2) 4271M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 4272S: Maintained 4273F: include/linux/llc.h 4274F: include/net/llc* 4275F: net/llc/ 4276 4277LM73 HARDWARE MONITOR DRIVER 4278M: Guillaume Ligneul <guillaume.ligneul@gmail.com> 4279L: lm-sensors@lm-sensors.org 4280S: Maintained 4281F: drivers/hwmon/lm73.c 4282 4283LM78 HARDWARE MONITOR DRIVER 4284M: Jean Delvare <khali@linux-fr.org> 4285L: lm-sensors@lm-sensors.org 4286S: Maintained 4287F: Documentation/hwmon/lm78 4288F: drivers/hwmon/lm78.c 4289 4290LM83 HARDWARE MONITOR DRIVER 4291M: Jean Delvare <khali@linux-fr.org> 4292L: lm-sensors@lm-sensors.org 4293S: Maintained 4294F: Documentation/hwmon/lm83 4295F: drivers/hwmon/lm83.c 4296 4297LM90 HARDWARE MONITOR DRIVER 4298M: Jean Delvare <khali@linux-fr.org> 4299L: lm-sensors@lm-sensors.org 4300S: Maintained 4301F: Documentation/hwmon/lm90 4302F: drivers/hwmon/lm90.c 4303 4304LOCKDEP AND LOCKSTAT 4305M: Peter Zijlstra <peterz@infradead.org> 4306M: Ingo Molnar <mingo@redhat.com> 4307T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking 4308S: Maintained 4309F: Documentation/lockdep*.txt 4310F: Documentation/lockstat.txt 4311F: include/linux/lockdep.h 4312F: kernel/lockdep* 4313 4314LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 4315M: "Richard Russon (FlatCap)" <ldm@flatcap.org> 4316L: linux-ntfs-dev@lists.sourceforge.net 4317W: http://www.linux-ntfs.org/content/view/19/37/ 4318S: Maintained 4319F: Documentation/ldm.txt 4320F: block/partitions/ldm.* 4321 4322LogFS 4323M: Joern Engel <joern@logfs.org> 4324M: Prasad Joshi <prasadjoshi.linux@gmail.com> 4325L: logfs@logfs.org 4326W: logfs.org 4327S: Maintained 4328F: fs/logfs/ 4329 4330LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 4331M: Eric Moore <Eric.Moore@lsi.com> 4332M: support@lsi.com 4333L: DL-MPTFusionLinux@lsi.com 4334L: linux-scsi@vger.kernel.org 4335W: http://www.lsilogic.com/support 4336S: Supported 4337F: drivers/message/fusion/ 4338 4339LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 4340M: Matthew Wilcox <matthew@wil.cx> 4341L: linux-scsi@vger.kernel.org 4342S: Maintained 4343F: drivers/scsi/sym53c8xx_2/ 4344 4345LTC4261 HARDWARE MONITOR DRIVER 4346M: Guenter Roeck <linux@roeck-us.net> 4347L: lm-sensors@lm-sensors.org 4348S: Maintained 4349F: Documentation/hwmon/ltc4261 4350F: drivers/hwmon/ltc4261.c 4351 4352LTP (Linux Test Project) 4353M: Shubham Goyal <shubham@linux.vnet.ibm.com> 4354M: Mike Frysinger <vapier@gentoo.org> 4355M: Cyril Hrubis <chrubis@suse.cz> 4356M: Caspar Zhang <caspar@casparzhang.com> 4357M: Wanlong Gao <gaowanlong@cn.fujitsu.com> 4358L: ltp-list@lists.sourceforge.net (subscribers-only) 4359W: http://ltp.sourceforge.net/ 4360T: git git://github.com/linux-test-project/ltp.git 4361T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev 4362S: Maintained 4363 4364M32R ARCHITECTURE 4365M: Hirokazu Takata <takata@linux-m32r.org> 4366L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers) 4367L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 4368W: http://www.linux-m32r.org/ 4369S: Maintained 4370F: arch/m32r/ 4371 4372M68K ARCHITECTURE 4373M: Geert Uytterhoeven <geert@linux-m68k.org> 4374L: linux-m68k@lists.linux-m68k.org 4375W: http://www.linux-m68k.org/ 4376T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git 4377S: Maintained 4378F: arch/m68k/ 4379F: drivers/zorro/ 4380 4381M68K ON APPLE MACINTOSH 4382M: Joshua Thompson <funaho@jurai.org> 4383W: http://www.mac.linux-m68k.org/ 4384L: linux-m68k@lists.linux-m68k.org 4385S: Maintained 4386F: arch/m68k/mac/ 4387 4388M68K ON HP9000/300 4389M: Philip Blundell <philb@gnu.org> 4390W: http://www.tazenda.demon.co.uk/phil/linux-hp 4391S: Maintained 4392F: arch/m68k/hp300/ 4393 4394MAC80211 4395M: Johannes Berg <johannes@sipsolutions.net> 4396L: linux-wireless@vger.kernel.org 4397W: http://wireless.kernel.org/ 4398T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 4399T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 4400S: Maintained 4401F: Documentation/networking/mac80211-injection.txt 4402F: include/net/mac80211.h 4403F: net/mac80211/ 4404 4405MAC80211 PID RATE CONTROL 4406M: Stefano Brivio <stefano.brivio@polimi.it> 4407M: Mattias Nissler <mattias.nissler@gmx.de> 4408L: linux-wireless@vger.kernel.org 4409W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID 4410T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 4411T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 4412S: Maintained 4413F: net/mac80211/rc80211_pid* 4414 4415MACVLAN DRIVER 4416M: Patrick McHardy <kaber@trash.net> 4417L: netdev@vger.kernel.org 4418S: Maintained 4419F: drivers/net/macvlan.c 4420F: include/linux/if_macvlan.h 4421 4422MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 4423M: Michael Kerrisk <mtk.manpages@gmail.com> 4424W: http://www.kernel.org/doc/man-pages 4425L: linux-man@vger.kernel.org 4426S: Maintained 4427 4428MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2) 4429M: Mirko Lindner <mlindner@marvell.com> 4430M: Stephen Hemminger <shemminger@vyatta.com> 4431L: netdev@vger.kernel.org 4432S: Maintained 4433F: drivers/net/ethernet/marvell/sk* 4434 4435MARVELL LIBERTAS WIRELESS DRIVER 4436M: Dan Williams <dcbw@redhat.com> 4437L: libertas-dev@lists.infradead.org 4438S: Maintained 4439F: drivers/net/wireless/libertas/ 4440 4441MARVELL MV643XX ETHERNET DRIVER 4442M: Lennert Buytenhek <buytenh@wantstofly.org> 4443L: netdev@vger.kernel.org 4444S: Maintained 4445F: drivers/net/ethernet/marvell/mv643xx_eth.* 4446F: include/linux/mv643xx.h 4447 4448MARVELL MWIFIEX WIRELESS DRIVER 4449M: Bing Zhao <bzhao@marvell.com> 4450L: linux-wireless@vger.kernel.org 4451S: Maintained 4452F: drivers/net/wireless/mwifiex/ 4453 4454MARVELL MWL8K WIRELESS DRIVER 4455M: Lennert Buytenhek <buytenh@wantstofly.org> 4456L: linux-wireless@vger.kernel.org 4457S: Odd Fixes 4458F: drivers/net/wireless/mwl8k.c 4459 4460MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 4461M: Nicolas Pitre <nico@fluxnic.net> 4462S: Odd Fixes 4463F: drivers/mmc/host/mvsdio.* 4464 4465MATROX FRAMEBUFFER DRIVER 4466L: linux-fbdev@vger.kernel.org 4467S: Orphan 4468F: drivers/video/matrox/matroxfb_* 4469F: include/linux/matroxfb.h 4470 4471MAX16065 HARDWARE MONITOR DRIVER 4472M: Guenter Roeck <linux@roeck-us.net> 4473L: lm-sensors@lm-sensors.org 4474S: Maintained 4475F: Documentation/hwmon/max16065 4476F: drivers/hwmon/max16065.c 4477 4478MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 4479M: "Hans J. Koch" <hjk@hansjkoch.de> 4480L: lm-sensors@lm-sensors.org 4481S: Maintained 4482F: Documentation/hwmon/max6650 4483F: drivers/hwmon/max6650.c 4484 4485MEDIA INPUT INFRASTRUCTURE (V4L/DVB) 4486M: Mauro Carvalho Chehab <mchehab@infradead.org> 4487P: LinuxTV.org Project 4488L: linux-media@vger.kernel.org 4489W: http://linuxtv.org 4490Q: http://patchwork.kernel.org/project/linux-media/list/ 4491T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 4492S: Maintained 4493F: Documentation/dvb/ 4494F: Documentation/video4linux/ 4495F: Documentation/DocBook/media/ 4496F: drivers/media/ 4497F: drivers/staging/media/ 4498F: include/media/ 4499F: include/linux/dvb/ 4500F: include/linux/videodev*.h 4501 4502MEGARAID SCSI DRIVERS 4503M: Neela Syam Kolli <megaraidlinux@lsi.com> 4504L: linux-scsi@vger.kernel.org 4505W: http://megaraid.lsilogic.com 4506S: Maintained 4507F: Documentation/scsi/megaraid.txt 4508F: drivers/scsi/megaraid.* 4509F: drivers/scsi/megaraid/ 4510 4511MEMORY MANAGEMENT 4512L: linux-mm@kvack.org 4513W: http://www.linux-mm.org 4514S: Maintained 4515F: include/linux/mm.h 4516F: mm/ 4517 4518MEMORY RESOURCE CONTROLLER 4519M: Johannes Weiner <hannes@cmpxchg.org> 4520M: Michal Hocko <mhocko@suse.cz> 4521M: Balbir Singh <bsingharora@gmail.com> 4522M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> 4523L: cgroups@vger.kernel.org 4524L: linux-mm@kvack.org 4525S: Maintained 4526F: mm/memcontrol.c 4527F: mm/page_cgroup.c 4528 4529MEMORY TECHNOLOGY DEVICES (MTD) 4530M: David Woodhouse <dwmw2@infradead.org> 4531L: linux-mtd@lists.infradead.org 4532W: http://www.linux-mtd.infradead.org/ 4533Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ 4534T: git git://git.infradead.org/mtd-2.6.git 4535S: Maintained 4536F: drivers/mtd/ 4537F: include/linux/mtd/ 4538F: include/mtd/ 4539 4540MICROBLAZE ARCHITECTURE 4541M: Michal Simek <monstr@monstr.eu> 4542L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers) 4543W: http://www.monstr.eu/fdt/ 4544T: git git://git.monstr.eu/linux-2.6-microblaze.git 4545S: Supported 4546F: arch/microblaze/ 4547 4548MICROTEK X6 SCANNER 4549M: Oliver Neukum <oliver@neukum.org> 4550S: Maintained 4551F: drivers/usb/image/microtek.* 4552 4553MIPS 4554M: Ralf Baechle <ralf@linux-mips.org> 4555L: linux-mips@linux-mips.org 4556W: http://www.linux-mips.org/ 4557T: git git://git.linux-mips.org/pub/scm/ralf/linux.git 4558Q: http://patchwork.linux-mips.org/project/linux-mips/list/ 4559S: Supported 4560F: Documentation/mips/ 4561F: arch/mips/ 4562 4563MODULE SUPPORT 4564M: Rusty Russell <rusty@rustcorp.com.au> 4565S: Maintained 4566F: include/linux/module.h 4567F: kernel/module.c 4568 4569MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 4570W: http://popies.net/meye/ 4571S: Orphan 4572F: Documentation/video4linux/meye.txt 4573F: drivers/media/video/meye.* 4574F: include/linux/meye.h 4575 4576MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 4577M: Pavel Pisa <ppisa@pikron.com> 4578L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 4579S: Maintained 4580F: drivers/mmc/host/imxmmc.* 4581 4582MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 4583M: Jiri Slaby <jirislaby@gmail.com> 4584S: Maintained 4585F: Documentation/serial/moxa-smartio 4586F: drivers/tty/mxser.* 4587 4588MSI LAPTOP SUPPORT 4589M: "Lee, Chun-Yi" <jlee@novell.com> 4590L: platform-driver-x86@vger.kernel.org 4591S: Maintained 4592F: drivers/platform/x86/msi-laptop.c 4593 4594MSI WMI SUPPORT 4595M: Anisse Astier <anisse@astier.eu> 4596L: platform-driver-x86@vger.kernel.org 4597S: Supported 4598F: drivers/platform/x86/msi-wmi.c 4599 4600MULTIFUNCTION DEVICES (MFD) 4601M: Samuel Ortiz <sameo@linux.intel.com> 4602T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git 4603S: Supported 4604F: drivers/mfd/ 4605 4606MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 4607M: Chris Ball <cjb@laptop.org> 4608L: linux-mmc@vger.kernel.org 4609T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git 4610S: Maintained 4611F: drivers/mmc/ 4612F: include/linux/mmc/ 4613 4614MULTIMEDIA CARD (MMC) ETC. OVER SPI 4615S: Orphan 4616F: drivers/mmc/host/mmc_spi.c 4617F: include/linux/spi/mmc_spi.h 4618 4619MULTISOUND SOUND DRIVER 4620M: Andrew Veliath <andrewtv@usa.net> 4621S: Maintained 4622F: Documentation/sound/oss/MultiSound 4623F: sound/oss/msnd* 4624 4625MULTITECH MULTIPORT CARD (ISICOM) 4626S: Orphan 4627F: drivers/tty/isicom.c 4628F: include/linux/isicom.h 4629 4630MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 4631M: Felipe Balbi <balbi@ti.com> 4632L: linux-usb@vger.kernel.org 4633T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 4634S: Maintained 4635F: drivers/usb/musb/ 4636 4637MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 4638M: Andrew Gallatin <gallatin@myri.com> 4639L: netdev@vger.kernel.org 4640W: http://www.myri.com/scs/download-Myri10GE.html 4641S: Supported 4642F: drivers/net/ethernet/myricom/myri10ge/ 4643 4644NATSEMI ETHERNET DRIVER (DP8381x) 4645S: Orphan 4646F: drivers/net/ethernet/natsemi/natsemi.c 4647 4648NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER 4649M: Daniel Mack <zonque@gmail.com> 4650S: Maintained 4651L: alsa-devel@alsa-project.org 4652W: http://www.native-instruments.com 4653F: sound/usb/caiaq/ 4654 4655NCP FILESYSTEM 4656M: Petr Vandrovec <petr@vandrovec.name> 4657S: Odd Fixes 4658F: fs/ncpfs/ 4659 4660NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 4661M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 4662L: linux-scsi@vger.kernel.org 4663S: Maintained 4664F: drivers/scsi/NCR_D700.* 4665 4666NETEFFECT IWARP RNIC DRIVER (IW_NES) 4667M: Faisal Latif <faisal.latif@intel.com> 4668L: linux-rdma@vger.kernel.org 4669W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm 4670S: Supported 4671F: drivers/infiniband/hw/nes/ 4672 4673NETEM NETWORK EMULATOR 4674M: Stephen Hemminger <shemminger@vyatta.com> 4675L: netem@lists.linux-foundation.org 4676S: Maintained 4677F: net/sched/sch_netem.c 4678 4679NETERION 10GbE DRIVERS (s2io/vxge) 4680M: Jon Mason <jdmason@kudzu.us> 4681L: netdev@vger.kernel.org 4682S: Supported 4683F: Documentation/networking/s2io.txt 4684F: Documentation/networking/vxge.txt 4685F: drivers/net/ethernet/neterion/ 4686 4687NETFILTER/IPTABLES/IPCHAINS 4688P: Harald Welte 4689P: Jozsef Kadlecsik 4690M: Pablo Neira Ayuso <pablo@netfilter.org> 4691M: Patrick McHardy <kaber@trash.net> 4692L: netfilter-devel@vger.kernel.org 4693L: netfilter@vger.kernel.org 4694L: coreteam@netfilter.org 4695W: http://www.netfilter.org/ 4696W: http://www.iptables.org/ 4697T: git git://1984.lsi.us.es/nf 4698T: git git://1984.lsi.us.es/nf-next 4699S: Supported 4700F: include/linux/netfilter* 4701F: include/linux/netfilter/ 4702F: include/net/netfilter/ 4703F: net/*/netfilter.c 4704F: net/*/netfilter/ 4705F: net/netfilter/ 4706 4707NETLABEL 4708M: Paul Moore <paul@paul-moore.com> 4709W: http://netlabel.sf.net 4710L: netdev@vger.kernel.org 4711S: Maintained 4712F: Documentation/netlabel/ 4713F: include/net/netlabel.h 4714F: net/netlabel/ 4715 4716NETROM NETWORK LAYER 4717M: Ralf Baechle <ralf@linux-mips.org> 4718L: linux-hams@vger.kernel.org 4719W: http://www.linux-ax25.org/ 4720S: Maintained 4721F: include/linux/netrom.h 4722F: include/net/netrom.h 4723F: net/netrom/ 4724 4725NETWORK BLOCK DEVICE (NBD) 4726M: Paul Clements <Paul.Clements@steeleye.com> 4727S: Maintained 4728F: Documentation/blockdev/nbd.txt 4729F: drivers/block/nbd.c 4730F: include/linux/nbd.h 4731 4732NETWORK DROP MONITOR 4733M: Neil Horman <nhorman@tuxdriver.com> 4734L: netdev@vger.kernel.org 4735S: Maintained 4736W: https://fedorahosted.org/dropwatch/ 4737F: net/core/drop_monitor.c 4738 4739NETWORKING [GENERAL] 4740M: "David S. Miller" <davem@davemloft.net> 4741L: netdev@vger.kernel.org 4742W: http://www.linuxfoundation.org/en/Net 4743W: http://patchwork.ozlabs.org/project/netdev/list/ 4744T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 4745T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 4746S: Maintained 4747F: net/ 4748F: include/net/ 4749F: include/linux/in.h 4750F: include/linux/net.h 4751F: include/linux/netdevice.h 4752 4753NETWORKING [IPv4/IPv6] 4754M: "David S. Miller" <davem@davemloft.net> 4755M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> 4756M: James Morris <jmorris@namei.org> 4757M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> 4758M: Patrick McHardy <kaber@trash.net> 4759L: netdev@vger.kernel.org 4760T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 4761S: Maintained 4762F: net/ipv4/ 4763F: net/ipv6/ 4764F: include/net/ip* 4765F: arch/x86/net/* 4766 4767NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 4768M: Paul Moore <paul@paul-moore.com> 4769L: netdev@vger.kernel.org 4770S: Maintained 4771 4772NETWORKING [WIRELESS] 4773M: "John W. Linville" <linville@tuxdriver.com> 4774L: linux-wireless@vger.kernel.org 4775Q: http://patchwork.kernel.org/project/linux-wireless/list/ 4776T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git 4777S: Maintained 4778F: net/mac80211/ 4779F: net/rfkill/ 4780F: net/wireless/ 4781F: include/net/ieee80211* 4782F: include/linux/wireless.h 4783F: include/net/iw_handler.h 4784F: drivers/net/wireless/ 4785 4786NETWORKING DRIVERS 4787L: netdev@vger.kernel.org 4788W: http://www.linuxfoundation.org/en/Net 4789T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 4790T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 4791S: Odd Fixes 4792F: drivers/net/ 4793F: include/linux/if_* 4794F: include/linux/*device.h 4795 4796NETXEN (1/10) GbE SUPPORT 4797M: Sony Chacko <sony.chacko@qlogic.com> 4798M: Rajesh Borundia <rajesh.borundia@qlogic.com> 4799L: netdev@vger.kernel.org 4800W: http://www.qlogic.com 4801S: Supported 4802F: drivers/net/ethernet/qlogic/netxen/ 4803 4804NFC SUBSYSTEM 4805M: Lauro Ramos Venancio <lauro.venancio@openbossa.org> 4806M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> 4807M: Samuel Ortiz <sameo@linux.intel.com> 4808L: linux-wireless@vger.kernel.org 4809S: Maintained 4810F: net/nfc/ 4811F: include/linux/nfc.h 4812F: include/net/nfc/ 4813F: drivers/nfc/ 4814 4815NFS, SUNRPC, AND LOCKD CLIENTS 4816M: Trond Myklebust <Trond.Myklebust@netapp.com> 4817L: linux-nfs@vger.kernel.org 4818W: http://client.linux-nfs.org 4819T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 4820S: Maintained 4821F: fs/lockd/ 4822F: fs/nfs/ 4823F: fs/nfs_common/ 4824F: net/sunrpc/ 4825F: include/linux/lockd/ 4826F: include/linux/nfs* 4827F: include/linux/sunrpc/ 4828 4829NI5010 NETWORK DRIVER 4830M: Jan-Pascal van Best <janpascal@vanbest.org> 4831M: Andreas Mohr <andi@lisas.de> 4832L: netdev@vger.kernel.org 4833S: Maintained 4834F: drivers/net/ethernet/racal/ni5010.* 4835 4836NILFS2 FILESYSTEM 4837M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> 4838L: linux-nilfs@vger.kernel.org 4839W: http://www.nilfs.org/en/ 4840T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git 4841S: Supported 4842F: Documentation/filesystems/nilfs2.txt 4843F: fs/nilfs2/ 4844F: include/linux/nilfs2_fs.h 4845 4846NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 4847M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 4848W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 4849S: Maintained 4850F: Documentation/scsi/NinjaSCSI.txt 4851F: drivers/scsi/pcmcia/nsp_* 4852 4853NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 4854M: GOTO Masanori <gotom@debian.or.jp> 4855M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 4856W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 4857S: Maintained 4858F: Documentation/scsi/NinjaSCSI.txt 4859F: drivers/scsi/nsp32* 4860 4861NTFS FILESYSTEM 4862M: Anton Altaparmakov <anton@tuxera.com> 4863L: linux-ntfs-dev@lists.sourceforge.net 4864W: http://www.tuxera.com/ 4865T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git 4866S: Supported 4867F: Documentation/filesystems/ntfs.txt 4868F: fs/ntfs/ 4869 4870NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 4871M: Antonino Daplas <adaplas@gmail.com> 4872L: linux-fbdev@vger.kernel.org 4873S: Maintained 4874F: drivers/video/riva/ 4875F: drivers/video/nvidia/ 4876 4877OMAP SUPPORT 4878M: Tony Lindgren <tony@atomide.com> 4879L: linux-omap@vger.kernel.org 4880W: http://www.muru.com/linux/omap/ 4881W: http://linux.omap.com/ 4882Q: http://patchwork.kernel.org/project/linux-omap/list/ 4883T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git 4884S: Maintained 4885F: arch/arm/*omap*/ 4886F: drivers/i2c/busses/i2c-omap.c 4887F: include/linux/i2c-omap.h 4888 4889OMAP CLOCK FRAMEWORK SUPPORT 4890M: Paul Walmsley <paul@pwsan.com> 4891L: linux-omap@vger.kernel.org 4892S: Maintained 4893F: arch/arm/*omap*/*clock* 4894 4895OMAP POWER MANAGEMENT SUPPORT 4896M: Kevin Hilman <khilman@ti.com> 4897L: linux-omap@vger.kernel.org 4898S: Maintained 4899F: arch/arm/*omap*/*pm* 4900F: drivers/cpufreq/omap-cpufreq.c 4901 4902OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT 4903M: Rajendra Nayak <rnayak@ti.com> 4904M: Paul Walmsley <paul@pwsan.com> 4905L: linux-omap@vger.kernel.org 4906S: Maintained 4907F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c 4908F: arch/arm/mach-omap2/powerdomain44xx.c 4909F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c 4910F: arch/arm/mach-omap2/clockdomain44xx.c 4911 4912OMAP AUDIO SUPPORT 4913M: Peter Ujfalusi <peter.ujfalusi@ti.com> 4914M: Jarkko Nikula <jarkko.nikula@bitmer.com> 4915L: alsa-devel@alsa-project.org (subscribers-only) 4916L: linux-omap@vger.kernel.org 4917S: Maintained 4918F: sound/soc/omap/ 4919 4920OMAP FRAMEBUFFER SUPPORT 4921M: Tomi Valkeinen <tomi.valkeinen@ti.com> 4922L: linux-fbdev@vger.kernel.org 4923L: linux-omap@vger.kernel.org 4924S: Maintained 4925F: drivers/video/omap/ 4926 4927OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2) 4928M: Tomi Valkeinen <tomi.valkeinen@ti.com> 4929L: linux-omap@vger.kernel.org 4930L: linux-fbdev@vger.kernel.org 4931S: Maintained 4932F: drivers/video/omap2/ 4933F: Documentation/arm/OMAP/DSS 4934 4935OMAP HARDWARE SPINLOCK SUPPORT 4936M: Ohad Ben-Cohen <ohad@wizery.com> 4937L: linux-omap@vger.kernel.org 4938S: Maintained 4939F: drivers/hwspinlock/omap_hwspinlock.c 4940F: arch/arm/mach-omap2/hwspinlock.c 4941 4942OMAP MMC SUPPORT 4943M: Jarkko Lavinen <jarkko.lavinen@nokia.com> 4944L: linux-omap@vger.kernel.org 4945S: Maintained 4946F: drivers/mmc/host/omap.c 4947 4948OMAP HS MMC SUPPORT 4949L: linux-omap@vger.kernel.org 4950S: Orphan 4951F: drivers/mmc/host/omap_hsmmc.c 4952 4953OMAP RANDOM NUMBER GENERATOR SUPPORT 4954M: Deepak Saxena <dsaxena@plexity.net> 4955S: Maintained 4956F: drivers/char/hw_random/omap-rng.c 4957 4958OMAP HWMOD SUPPORT 4959M: Benoît Cousson <b-cousson@ti.com> 4960M: Paul Walmsley <paul@pwsan.com> 4961L: linux-omap@vger.kernel.org 4962S: Maintained 4963F: arch/arm/mach-omap2/omap_hwmod.c 4964F: arch/arm/plat-omap/include/plat/omap_hwmod.h 4965 4966OMAP HWMOD DATA FOR OMAP4-BASED DEVICES 4967M: Benoît Cousson <b-cousson@ti.com> 4968L: linux-omap@vger.kernel.org 4969S: Maintained 4970F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c 4971 4972OMAP IMAGE SIGNAL PROCESSOR (ISP) 4973M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 4974L: linux-media@vger.kernel.org 4975S: Maintained 4976F: drivers/media/video/omap3isp/* 4977 4978OMAP USB SUPPORT 4979M: Felipe Balbi <balbi@ti.com> 4980L: linux-usb@vger.kernel.org 4981L: linux-omap@vger.kernel.org 4982T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 4983S: Maintained 4984F: drivers/usb/*/*omap* 4985F: arch/arm/*omap*/usb* 4986 4987OMAP GPIO DRIVER 4988M: Santosh Shilimkar <santosh.shilimkar@ti.com> 4989M: Kevin Hilman <khilman@ti.com> 4990L: linux-omap@vger.kernel.org 4991S: Maintained 4992F: drivers/gpio/gpio-omap.c 4993 4994OMFS FILESYSTEM 4995M: Bob Copeland <me@bobcopeland.com> 4996L: linux-karma-devel@lists.sourceforge.net 4997S: Maintained 4998F: Documentation/filesystems/omfs.txt 4999F: fs/omfs/ 5000 5001OMNIKEY CARDMAN 4000 DRIVER 5002M: Harald Welte <laforge@gnumonks.org> 5003S: Maintained 5004F: drivers/char/pcmcia/cm4000_cs.c 5005F: include/linux/cm4000_cs.h 5006 5007OMNIKEY CARDMAN 4040 DRIVER 5008M: Harald Welte <laforge@gnumonks.org> 5009S: Maintained 5010F: drivers/char/pcmcia/cm4040_cs.* 5011 5012OMNIVISION OV7670 SENSOR DRIVER 5013M: Jonathan Corbet <corbet@lwn.net> 5014L: linux-media@vger.kernel.org 5015T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 5016S: Maintained 5017F: drivers/media/video/ov7670.c 5018 5019ONENAND FLASH DRIVER 5020M: Kyungmin Park <kyungmin.park@samsung.com> 5021L: linux-mtd@lists.infradead.org 5022S: Maintained 5023F: drivers/mtd/onenand/ 5024F: include/linux/mtd/onenand*.h 5025 5026ONSTREAM SCSI TAPE DRIVER 5027M: Willem Riede <osst@riede.org> 5028L: osst-users@lists.sourceforge.net 5029L: linux-scsi@vger.kernel.org 5030S: Maintained 5031F: drivers/scsi/osst* 5032F: drivers/scsi/st* 5033 5034OPENCORES I2C BUS DRIVER 5035M: Peter Korsgaard <jacmet@sunsite.dk> 5036L: linux-i2c@vger.kernel.org 5037S: Maintained 5038F: Documentation/i2c/busses/i2c-ocores 5039F: drivers/i2c/busses/i2c-ocores.c 5040 5041OPEN FIRMWARE AND FLATTENED DEVICE TREE 5042M: Grant Likely <grant.likely@secretlab.ca> 5043M: Rob Herring <rob.herring@calxeda.com> 5044L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers) 5045W: http://fdt.secretlab.ca 5046T: git git://git.secretlab.ca/git/linux-2.6.git 5047S: Maintained 5048F: Documentation/devicetree 5049F: drivers/of 5050F: include/linux/of*.h 5051K: of_get_property 5052K: of_match_table 5053 5054OPENRISC ARCHITECTURE 5055M: Jonas Bonn <jonas@southpole.se> 5056W: http://openrisc.net 5057L: linux@lists.openrisc.net (moderated for non-subscribers) 5058S: Maintained 5059T: git git://openrisc.net/~jonas/linux 5060F: arch/openrisc 5061 5062OPENVSWITCH 5063M: Jesse Gross <jesse@nicira.com> 5064L: dev@openvswitch.org 5065W: http://openvswitch.org 5066T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git 5067S: Maintained 5068F: net/openvswitch/ 5069 5070OPL4 DRIVER 5071M: Clemens Ladisch <clemens@ladisch.de> 5072L: alsa-devel@alsa-project.org (moderated for non-subscribers) 5073T: git git://git.alsa-project.org/alsa-kernel.git 5074S: Maintained 5075F: sound/drivers/opl4/ 5076 5077OPROFILE 5078M: Robert Richter <robert.richter@amd.com> 5079L: oprofile-list@lists.sf.net 5080S: Maintained 5081F: arch/*/include/asm/oprofile*.h 5082F: arch/*/oprofile/ 5083F: drivers/oprofile/ 5084F: include/linux/oprofile.h 5085 5086ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 5087M: Mark Fasheh <mfasheh@suse.com> 5088M: Joel Becker <jlbec@evilplan.org> 5089L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 5090W: http://oss.oracle.com/projects/ocfs2/ 5091T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git 5092S: Supported 5093F: Documentation/filesystems/ocfs2.txt 5094F: Documentation/filesystems/dlmfs.txt 5095F: fs/ocfs2/ 5096 5097ORINOCO DRIVER 5098L: linux-wireless@vger.kernel.org 5099W: http://wireless.kernel.org/en/users/Drivers/orinoco 5100W: http://www.nongnu.org/orinoco/ 5101S: Orphan 5102F: drivers/net/wireless/orinoco/ 5103 5104OSD LIBRARY and FILESYSTEM 5105M: Boaz Harrosh <bharrosh@panasas.com> 5106M: Benny Halevy <bhalevy@tonian.com> 5107L: osd-dev@open-osd.org 5108W: http://open-osd.org 5109T: git git://git.open-osd.org/open-osd.git 5110S: Maintained 5111F: drivers/scsi/osd/ 5112F: include/scsi/osd_* 5113F: fs/exofs/ 5114 5115P54 WIRELESS DRIVER 5116M: Christian Lamparter <chunkeey@googlemail.com> 5117L: linux-wireless@vger.kernel.org 5118W: http://wireless.kernel.org/en/users/Drivers/p54 5119S: Maintained 5120F: drivers/net/wireless/p54/ 5121 5122PA SEMI ETHERNET DRIVER 5123M: Olof Johansson <olof@lixom.net> 5124L: netdev@vger.kernel.org 5125S: Maintained 5126F: drivers/net/ethernet/pasemi/* 5127 5128PA SEMI SMBUS DRIVER 5129M: Olof Johansson <olof@lixom.net> 5130L: linux-i2c@vger.kernel.org 5131S: Maintained 5132F: drivers/i2c/busses/i2c-pasemi.c 5133 5134PADATA PARALLEL EXECUTION MECHANISM 5135M: Steffen Klassert <steffen.klassert@secunet.com> 5136L: linux-crypto@vger.kernel.org 5137S: Maintained 5138F: kernel/padata.c 5139F: include/linux/padata.h 5140F: Documentation/padata.txt 5141 5142PANASONIC LAPTOP ACPI EXTRAS DRIVER 5143M: Harald Welte <laforge@gnumonks.org> 5144L: platform-driver-x86@vger.kernel.org 5145S: Maintained 5146F: drivers/platform/x86/panasonic-laptop.c 5147 5148PANASONIC MN10300/AM33/AM34 PORT 5149M: David Howells <dhowells@redhat.com> 5150M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> 5151L: linux-am33-list@redhat.com (moderated for non-subscribers) 5152W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 5153S: Maintained 5154F: Documentation/mn10300/ 5155F: arch/mn10300/ 5156 5157PARALLEL PORT SUPPORT 5158L: linux-parport@lists.infradead.org (subscribers-only) 5159S: Orphan 5160F: drivers/parport/ 5161F: include/linux/parport*.h 5162F: drivers/char/ppdev.c 5163F: include/linux/ppdev.h 5164 5165PARAVIRT_OPS INTERFACE 5166M: Jeremy Fitzhardinge <jeremy@goop.org> 5167M: Chris Wright <chrisw@sous-sol.org> 5168M: Alok Kataria <akataria@vmware.com> 5169M: Rusty Russell <rusty@rustcorp.com.au> 5170L: virtualization@lists.linux-foundation.org 5171S: Supported 5172F: Documentation/ia64/paravirt_ops.txt 5173F: arch/*/kernel/paravirt* 5174F: arch/*/include/asm/paravirt.h 5175 5176PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 5177M: Tim Waugh <tim@cyberelk.net> 5178L: linux-parport@lists.infradead.org (subscribers-only) 5179W: http://www.torque.net/linux-pp.html 5180S: Maintained 5181F: Documentation/blockdev/paride.txt 5182F: drivers/block/paride/ 5183 5184PARISC ARCHITECTURE 5185M: "James E.J. Bottomley" <jejb@parisc-linux.org> 5186M: Helge Deller <deller@gmx.de> 5187L: linux-parisc@vger.kernel.org 5188W: http://www.parisc-linux.org/ 5189Q: http://patchwork.kernel.org/project/linux-parisc/list/ 5190T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git 5191S: Maintained 5192F: arch/parisc/ 5193F: drivers/parisc/ 5194 5195PC87360 HARDWARE MONITORING DRIVER 5196M: Jim Cromie <jim.cromie@gmail.com> 5197L: lm-sensors@lm-sensors.org 5198S: Maintained 5199F: Documentation/hwmon/pc87360 5200F: drivers/hwmon/pc87360.c 5201 5202PC8736x GPIO DRIVER 5203M: Jim Cromie <jim.cromie@gmail.com> 5204S: Maintained 5205F: drivers/char/pc8736x_gpio.c 5206 5207PC87427 HARDWARE MONITORING DRIVER 5208M: Jean Delvare <khali@linux-fr.org> 5209L: lm-sensors@lm-sensors.org 5210S: Maintained 5211F: Documentation/hwmon/pc87427 5212F: drivers/hwmon/pc87427.c 5213 5214PCA9532 LED DRIVER 5215M: Riku Voipio <riku.voipio@iki.fi> 5216S: Maintained 5217F: drivers/leds/leds-pca9532.c 5218F: include/linux/leds-pca9532.h 5219 5220PCA9541 I2C BUS MASTER SELECTOR DRIVER 5221M: Guenter Roeck <linux@roeck-us.net> 5222L: linux-i2c@vger.kernel.org 5223S: Maintained 5224F: drivers/i2c/muxes/i2c-mux-pca9541.c 5225 5226PCA9564/PCA9665 I2C BUS DRIVER 5227M: Wolfram Sang <w.sang@pengutronix.de> 5228L: linux-i2c@vger.kernel.org 5229S: Maintained 5230F: drivers/i2c/algos/i2c-algo-pca.c 5231F: drivers/i2c/busses/i2c-pca-* 5232F: include/linux/i2c-algo-pca.h 5233F: include/linux/i2c-pca-platform.h 5234 5235PCDP - PRIMARY CONSOLE AND DEBUG PORT 5236M: Khalid Aziz <khalid.aziz@hp.com> 5237S: Maintained 5238F: drivers/firmware/pcdp.* 5239 5240PCI ERROR RECOVERY 5241M: Linas Vepstas <linasvepstas@gmail.com> 5242L: linux-pci@vger.kernel.org 5243S: Supported 5244F: Documentation/PCI/pci-error-recovery.txt 5245F: Documentation/powerpc/eeh-pci-error-recovery.txt 5246 5247PCI SUBSYSTEM 5248M: Bjorn Helgaas <bhelgaas@google.com> 5249L: linux-pci@vger.kernel.org 5250Q: http://patchwork.ozlabs.org/project/linux-pci/list/ 5251T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git 5252S: Supported 5253F: Documentation/PCI/ 5254F: drivers/pci/ 5255F: include/linux/pci* 5256 5257PCMCIA SUBSYSTEM 5258P: Linux PCMCIA Team 5259L: linux-pcmcia@lists.infradead.org 5260W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 5261T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 5262S: Maintained 5263F: Documentation/pcmcia/ 5264F: drivers/pcmcia/ 5265F: include/pcmcia/ 5266 5267PCNET32 NETWORK DRIVER 5268M: Don Fry <pcnet32@frontier.com> 5269L: netdev@vger.kernel.org 5270S: Maintained 5271F: drivers/net/ethernet/amd/pcnet32.c 5272 5273PCRYPT PARALLEL CRYPTO ENGINE 5274M: Steffen Klassert <steffen.klassert@secunet.com> 5275L: linux-crypto@vger.kernel.org 5276S: Maintained 5277F: crypto/pcrypt.c 5278F: include/crypto/pcrypt.h 5279 5280PER-CPU MEMORY ALLOCATOR 5281M: Tejun Heo <tj@kernel.org> 5282M: Christoph Lameter <cl@linux-foundation.org> 5283T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git 5284S: Maintained 5285F: include/linux/percpu*.h 5286F: mm/percpu*.c 5287F: arch/*/include/asm/percpu.h 5288 5289PER-TASK DELAY ACCOUNTING 5290M: Balbir Singh <bsingharora@gmail.com> 5291S: Maintained 5292F: include/linux/delayacct.h 5293F: kernel/delayacct.c 5294 5295PERFORMANCE EVENTS SUBSYSTEM 5296M: Peter Zijlstra <a.p.zijlstra@chello.nl> 5297M: Paul Mackerras <paulus@samba.org> 5298M: Ingo Molnar <mingo@redhat.com> 5299M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 5300T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core 5301S: Supported 5302F: kernel/events/* 5303F: include/linux/perf_event.h 5304F: arch/*/kernel/perf_event*.c 5305F: arch/*/kernel/*/perf_event*.c 5306F: arch/*/kernel/*/*/perf_event*.c 5307F: arch/*/include/asm/perf_event.h 5308F: arch/*/lib/perf_event*.c 5309F: arch/*/kernel/perf_callchain.c 5310F: tools/perf/ 5311 5312PERSONALITY HANDLING 5313M: Christoph Hellwig <hch@infradead.org> 5314L: linux-abi-devel@lists.sourceforge.net 5315S: Maintained 5316F: include/linux/personality.h 5317 5318PHONET PROTOCOL 5319M: Remi Denis-Courmont <courmisch@gmail.com> 5320S: Supported 5321F: Documentation/networking/phonet.txt 5322F: include/linux/phonet.h 5323F: include/net/phonet/ 5324F: net/phonet/ 5325 5326PHRAM MTD DRIVER 5327M: Joern Engel <joern@lazybastard.org> 5328L: linux-mtd@lists.infradead.org 5329S: Maintained 5330F: drivers/mtd/devices/phram.c 5331 5332PICOLCD HID DRIVER 5333M: Bruno Prémont <bonbons@linux-vserver.org> 5334L: linux-input@vger.kernel.org 5335S: Maintained 5336F: drivers/hid/hid-picolcd* 5337 5338PICOXCELL SUPPORT 5339M: Jamie Iles <jamie@jamieiles.com> 5340L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 5341T: git git://github.com/jamieiles/linux-2.6-ji.git 5342S: Supported 5343F: arch/arm/mach-picoxcell 5344F: drivers/*/picoxcell* 5345F: drivers/*/*/picoxcell* 5346 5347PIN CONTROL SUBSYSTEM 5348M: Linus Walleij <linus.walleij@linaro.org> 5349S: Maintained 5350F: drivers/pinctrl/ 5351F: include/linux/pinctrl/ 5352 5353PIN CONTROLLER - ST SPEAR 5354M: Viresh Kumar <viresh.linux@gmail.com> 5355L: spear-devel@list.st.com 5356L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 5357W: http://www.st.com/spear 5358S: Maintained 5359F: drivers/pinctrl/spear/ 5360 5361PKTCDVD DRIVER 5362M: Peter Osterlund <petero2@telia.com> 5363S: Maintained 5364F: drivers/block/pktcdvd.c 5365F: include/linux/pktcdvd.h 5366 5367PKUNITY SOC DRIVERS 5368M: Guan Xuetao <gxt@mprc.pku.edu.cn> 5369W: http://mprc.pku.edu.cn/~guanxuetao/linux 5370S: Maintained 5371T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git 5372F: drivers/input/serio/i8042-unicore32io.h 5373F: drivers/i2c/busses/i2c-puv3.c 5374F: drivers/video/fb-puv3.c 5375F: drivers/rtc/rtc-puv3.c 5376 5377PMBUS HARDWARE MONITORING DRIVERS 5378M: Guenter Roeck <linux@roeck-us.net> 5379L: lm-sensors@lm-sensors.org 5380W: http://www.lm-sensors.org/ 5381W: http://www.roeck-us.net/linux/drivers/ 5382T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git 5383S: Maintained 5384F: Documentation/hwmon/pmbus 5385F: drivers/hwmon/pmbus/ 5386F: include/linux/i2c/pmbus.h 5387 5388PMC SIERRA MaxRAID DRIVER 5389M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> 5390L: linux-scsi@vger.kernel.org 5391W: http://www.pmc-sierra.com/ 5392S: Supported 5393F: drivers/scsi/pmcraid.* 5394 5395PMC SIERRA PM8001 DRIVER 5396M: jack_wang@usish.com 5397M: lindar_liu@usish.com 5398L: linux-scsi@vger.kernel.org 5399S: Supported 5400F: drivers/scsi/pm8001/ 5401 5402POSIX CLOCKS and TIMERS 5403M: Thomas Gleixner <tglx@linutronix.de> 5404T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 5405S: Supported 5406F: fs/timerfd.c 5407F: include/linux/timer* 5408F: kernel/*timer* 5409 5410POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 5411M: Anton Vorontsov <cbou@mail.ru> 5412M: David Woodhouse <dwmw2@infradead.org> 5413T: git git://git.infradead.org/battery-2.6.git 5414S: Maintained 5415F: include/linux/power_supply.h 5416F: drivers/power/ 5417 5418PNP SUPPORT 5419M: Adam Belay <abelay@mit.edu> 5420M: Bjorn Helgaas <bhelgaas@google.com> 5421S: Maintained 5422F: drivers/pnp/ 5423 5424PNXxxxx I2C DRIVER 5425M: Vitaly Wool <vitalywool@gmail.com> 5426L: linux-i2c@vger.kernel.org 5427S: Maintained 5428F: drivers/i2c/busses/i2c-pnx.c 5429 5430PPP PROTOCOL DRIVERS AND COMPRESSORS 5431M: Paul Mackerras <paulus@samba.org> 5432L: linux-ppp@vger.kernel.org 5433S: Maintained 5434F: drivers/net/ppp/ppp_* 5435 5436PPP OVER ATM (RFC 2364) 5437M: Mitchell Blank Jr <mitch@sfgoth.com> 5438S: Maintained 5439F: net/atm/pppoatm.c 5440F: include/linux/atmppp.h 5441 5442PPP OVER ETHERNET 5443M: Michal Ostrowski <mostrows@earthlink.net> 5444S: Maintained 5445F: drivers/net/ppp/pppoe.c 5446F: drivers/net/ppp/pppox.c 5447 5448PPP OVER L2TP 5449M: James Chapman <jchapman@katalix.com> 5450S: Maintained 5451F: net/l2tp/l2tp_ppp.c 5452F: include/linux/if_pppol2tp.h 5453 5454PPS SUPPORT 5455M: Rodolfo Giometti <giometti@enneenne.com> 5456W: http://wiki.enneenne.com/index.php/LinuxPPS_support 5457L: linuxpps@ml.enneenne.com (subscribers-only) 5458S: Maintained 5459F: Documentation/pps/ 5460F: drivers/pps/ 5461F: include/linux/pps*.h 5462 5463PPTP DRIVER 5464M: Dmitry Kozlov <xeb@mail.ru> 5465L: netdev@vger.kernel.org 5466S: Maintained 5467F: drivers/net/ppp/pptp.c 5468W: http://sourceforge.net/projects/accel-pptp 5469 5470PREEMPTIBLE KERNEL 5471M: Robert Love <rml@tech9.net> 5472L: kpreempt-tech@lists.sourceforge.net 5473W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 5474S: Supported 5475F: Documentation/preempt-locking.txt 5476F: include/linux/preempt.h 5477 5478PRISM54 WIRELESS DRIVER 5479M: "Luis R. Rodriguez" <mcgrof@gmail.com> 5480L: linux-wireless@vger.kernel.org 5481W: http://wireless.kernel.org/en/users/Drivers/p54 5482S: Obsolete 5483F: drivers/net/wireless/prism54/ 5484 5485PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 5486M: Mikael Pettersson <mikpe@it.uu.se> 5487L: linux-ide@vger.kernel.org 5488S: Maintained 5489F: drivers/ata/sata_promise.* 5490 5491PS3 NETWORK SUPPORT 5492M: Geoff Levand <geoff@infradead.org> 5493L: netdev@vger.kernel.org 5494L: cbe-oss-dev@lists.ozlabs.org 5495S: Maintained 5496F: drivers/net/ethernet/toshiba/ps3_gelic_net.* 5497 5498PS3 PLATFORM SUPPORT 5499M: Geoff Levand <geoff@infradead.org> 5500L: linuxppc-dev@lists.ozlabs.org 5501L: cbe-oss-dev@lists.ozlabs.org 5502S: Maintained 5503F: arch/powerpc/boot/ps3* 5504F: arch/powerpc/include/asm/lv1call.h 5505F: arch/powerpc/include/asm/ps3*.h 5506F: arch/powerpc/platforms/ps3/ 5507F: drivers/*/ps3* 5508F: drivers/ps3/ 5509F: drivers/rtc/rtc-ps3.c 5510F: drivers/usb/host/*ps3.c 5511F: sound/ppc/snd_ps3* 5512 5513PS3VRAM DRIVER 5514M: Jim Paris <jim@jtan.com> 5515L: cbe-oss-dev@lists.ozlabs.org 5516S: Maintained 5517F: drivers/block/ps3vram.c 5518 5519PTP HARDWARE CLOCK SUPPORT 5520M: Richard Cochran <richardcochran@gmail.com> 5521S: Maintained 5522W: http://linuxptp.sourceforge.net/ 5523F: Documentation/ABI/testing/sysfs-ptp 5524F: Documentation/ptp/* 5525F: drivers/net/gianfar_ptp.c 5526F: drivers/net/phy/dp83640* 5527F: drivers/ptp/* 5528F: include/linux/ptp_cl* 5529 5530PTRACE SUPPORT 5531M: Roland McGrath <roland@redhat.com> 5532M: Oleg Nesterov <oleg@redhat.com> 5533S: Maintained 5534F: include/asm-generic/syscall.h 5535F: include/linux/ptrace.h 5536F: include/linux/regset.h 5537F: include/linux/tracehook.h 5538F: kernel/ptrace.c 5539 5540PVRUSB2 VIDEO4LINUX DRIVER 5541M: Mike Isely <isely@pobox.com> 5542L: pvrusb2@isely.net (subscribers-only) 5543L: linux-media@vger.kernel.org 5544W: http://www.isely.net/pvrusb2/ 5545T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 5546S: Maintained 5547F: Documentation/video4linux/README.pvrusb2 5548F: drivers/media/video/pvrusb2/ 5549 5550PWM SUBSYSTEM 5551M: Thierry Reding <thierry.reding@avionic-design.de> 5552L: linux-kernel@vger.kernel.org 5553S: Maintained 5554W: http://gitorious.org/linux-pwm 5555T: git git://gitorious.org/linux-pwm/linux-pwm.git 5556F: Documentation/pwm.txt 5557F: Documentation/devicetree/bindings/pwm/ 5558F: include/linux/pwm.h 5559F: include/linux/of_pwm.h 5560F: drivers/pwm/ 5561F: drivers/video/backlight/pwm_bl.c 5562F: include/linux/pwm_backlight.h 5563 5564PXA2xx/PXA3xx SUPPORT 5565M: Eric Miao <eric.y.miao@gmail.com> 5566M: Russell King <linux@arm.linux.org.uk> 5567M: Haojian Zhuang <haojian.zhuang@gmail.com> 5568L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 5569T: git git://github.com/hzhuang1/linux.git 5570T: git git://git.linaro.org/people/ycmiao/pxa-linux.git 5571S: Maintained 5572F: arch/arm/mach-pxa/ 5573F: drivers/pcmcia/pxa2xx* 5574F: drivers/spi/spi-pxa2xx* 5575F: drivers/usb/gadget/pxa2* 5576F: include/sound/pxa2xx-lib.h 5577F: sound/arm/pxa* 5578F: sound/soc/pxa 5579 5580MMP SUPPORT 5581M: Eric Miao <eric.y.miao@gmail.com> 5582M: Haojian Zhuang <haojian.zhuang@gmail.com> 5583L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 5584T: git git://github.com/hzhuang1/linux.git 5585T: git git://git.linaro.org/people/ycmiao/pxa-linux.git 5586S: Maintained 5587F: arch/arm/mach-mmp/ 5588 5589PXA MMCI DRIVER 5590S: Orphan 5591 5592PXA RTC DRIVER 5593M: Robert Jarzmik <robert.jarzmik@free.fr> 5594L: rtc-linux@googlegroups.com 5595S: Maintained 5596 5597QIB DRIVER 5598M: Mike Marciniszyn <infinipath@intel.com> 5599L: linux-rdma@vger.kernel.org 5600S: Supported 5601F: drivers/infiniband/hw/qib/ 5602 5603QLOGIC QLA1280 SCSI DRIVER 5604M: Michael Reed <mdr@sgi.com> 5605L: linux-scsi@vger.kernel.org 5606S: Maintained 5607F: drivers/scsi/qla1280.[ch] 5608 5609QLOGIC QLA2XXX FC-SCSI DRIVER 5610M: Andrew Vasquez <andrew.vasquez@qlogic.com> 5611M: linux-driver@qlogic.com 5612L: linux-scsi@vger.kernel.org 5613S: Supported 5614F: Documentation/scsi/LICENSE.qla2xxx 5615F: drivers/scsi/qla2xxx/ 5616 5617QLOGIC QLA4XXX iSCSI DRIVER 5618M: Ravi Anand <ravi.anand@qlogic.com> 5619M: Vikas Chaudhary <vikas.chaudhary@qlogic.com> 5620M: iscsi-driver@qlogic.com 5621L: linux-scsi@vger.kernel.org 5622S: Supported 5623F: drivers/scsi/qla4xxx/ 5624 5625QLOGIC QLA3XXX NETWORK DRIVER 5626M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> 5627M: Ron Mercer <ron.mercer@qlogic.com> 5628M: linux-driver@qlogic.com 5629L: netdev@vger.kernel.org 5630S: Supported 5631F: Documentation/networking/LICENSE.qla3xxx 5632F: drivers/net/ethernet/qlogic/qla3xxx.* 5633 5634QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER 5635M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> 5636M: Sony Chacko <sony.chacko@qlogic.com> 5637M: linux-driver@qlogic.com 5638L: netdev@vger.kernel.org 5639S: Supported 5640F: drivers/net/ethernet/qlogic/qlcnic/ 5641 5642QLOGIC QLGE 10Gb ETHERNET DRIVER 5643M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> 5644M: Ron Mercer <ron.mercer@qlogic.com> 5645M: linux-driver@qlogic.com 5646L: netdev@vger.kernel.org 5647S: Supported 5648F: drivers/net/ethernet/qlogic/qlge/ 5649 5650QNX4 FILESYSTEM 5651M: Anders Larsen <al@alarsen.net> 5652W: http://www.alarsen.net/linux/qnx4fs/ 5653S: Maintained 5654F: fs/qnx4/ 5655F: include/linux/qnx4_fs.h 5656F: include/linux/qnxtypes.h 5657 5658QUALCOMM HEXAGON ARCHITECTURE 5659M: Richard Kuo <rkuo@codeaurora.org> 5660L: linux-hexagon@vger.kernel.org 5661S: Supported 5662F: arch/hexagon/ 5663 5664RADOS BLOCK DEVICE (RBD) 5665M: Yehuda Sadeh <yehuda@inktank.com> 5666M: Sage Weil <sage@inktank.com> 5667M: Alex Elder <elder@inktank.com> 5668M: ceph-devel@vger.kernel.org 5669W: http://ceph.com/ 5670T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git 5671S: Supported 5672F: drivers/block/rbd.c 5673F: drivers/block/rbd_types.h 5674 5675RADEON FRAMEBUFFER DISPLAY DRIVER 5676M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 5677L: linux-fbdev@vger.kernel.org 5678S: Maintained 5679F: drivers/video/aty/radeon* 5680F: include/linux/radeonfb.h 5681 5682RAGE128 FRAMEBUFFER DISPLAY DRIVER 5683M: Paul Mackerras <paulus@samba.org> 5684L: linux-fbdev@vger.kernel.org 5685S: Maintained 5686F: drivers/video/aty/aty128fb.c 5687 5688RALINK RT2X00 WIRELESS LAN DRIVER 5689P: rt2x00 project 5690M: Ivo van Doorn <IvDoorn@gmail.com> 5691M: Gertjan van Wingerde <gwingerde@gmail.com> 5692M: Helmut Schaa <helmut.schaa@googlemail.com> 5693L: linux-wireless@vger.kernel.org 5694L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) 5695W: http://rt2x00.serialmonkey.com/ 5696S: Maintained 5697T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 5698F: drivers/net/wireless/rt2x00/ 5699 5700RAMDISK RAM BLOCK DEVICE DRIVER 5701M: Nick Piggin <npiggin@kernel.dk> 5702S: Maintained 5703F: Documentation/blockdev/ramdisk.txt 5704F: drivers/block/brd.c 5705 5706RANDOM NUMBER DRIVER 5707M: Theodore Ts'o" <tytso@mit.edu> 5708S: Maintained 5709F: drivers/char/random.c 5710 5711RAPIDIO SUBSYSTEM 5712M: Matt Porter <mporter@kernel.crashing.org> 5713M: Alexandre Bounine <alexandre.bounine@idt.com> 5714S: Maintained 5715F: drivers/rapidio/ 5716 5717RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 5718L: linux-wireless@vger.kernel.org 5719S: Orphan 5720F: drivers/net/wireless/ray* 5721 5722RCUTORTURE MODULE 5723M: Josh Triplett <josh@freedesktop.org> 5724M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 5725S: Supported 5726T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 5727F: Documentation/RCU/torture.txt 5728F: kernel/rcutorture.c 5729 5730RDC R-321X SoC 5731M: Florian Fainelli <florian@openwrt.org> 5732S: Maintained 5733 5734RDC R6040 FAST ETHERNET DRIVER 5735M: Florian Fainelli <florian@openwrt.org> 5736L: netdev@vger.kernel.org 5737S: Maintained 5738F: drivers/net/ethernet/rdc/r6040.c 5739 5740RDS - RELIABLE DATAGRAM SOCKETS 5741M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com> 5742L: rds-devel@oss.oracle.com (moderated for non-subscribers) 5743S: Supported 5744F: net/rds/ 5745 5746READ-COPY UPDATE (RCU) 5747M: Dipankar Sarma <dipankar@in.ibm.com> 5748M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 5749W: http://www.rdrop.com/users/paulmck/RCU/ 5750S: Supported 5751T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 5752F: Documentation/RCU/ 5753X: Documentation/RCU/torture.txt 5754F: include/linux/rcu* 5755F: kernel/rcu* 5756X: kernel/rcutorture.c 5757 5758REAL TIME CLOCK (RTC) SUBSYSTEM 5759M: Alessandro Zummo <a.zummo@towertech.it> 5760L: rtc-linux@googlegroups.com 5761Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ 5762S: Maintained 5763F: Documentation/rtc.txt 5764F: drivers/rtc/ 5765F: include/linux/rtc.h 5766 5767REISERFS FILE SYSTEM 5768L: reiserfs-devel@vger.kernel.org 5769S: Supported 5770F: fs/reiserfs/ 5771 5772REGISTER MAP ABSTRACTION 5773M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5774T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git 5775S: Supported 5776F: drivers/base/regmap/ 5777F: include/linux/regmap.h 5778 5779REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM 5780M: Ohad Ben-Cohen <ohad@wizery.com> 5781T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git 5782S: Maintained 5783F: drivers/remoteproc/ 5784F: Documentation/remoteproc.txt 5785F: include/linux/remoteproc.h 5786 5787RFKILL 5788M: Johannes Berg <johannes@sipsolutions.net> 5789L: linux-wireless@vger.kernel.org 5790W: http://wireless.kernel.org/ 5791T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 5792T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 5793S: Maintained 5794F: Documentation/rfkill.txt 5795F: net/rfkill/ 5796 5797RICOH SMARTMEDIA/XD DRIVER 5798M: Maxim Levitsky <maximlevitsky@gmail.com> 5799S: Maintained 5800F: drivers/mtd/nand/r852.c 5801F: drivers/mtd/nand/r852.h 5802 5803RICOH R5C592 MEMORYSTICK DRIVER 5804M: Maxim Levitsky <maximlevitsky@gmail.com> 5805S: Maintained 5806F: drivers/memstick/host/r592.* 5807 5808ROCKETPORT DRIVER 5809P: Comtrol Corp. 5810W: http://www.comtrol.com 5811S: Maintained 5812F: Documentation/serial/rocket.txt 5813F: drivers/tty/rocket* 5814 5815ROSE NETWORK LAYER 5816M: Ralf Baechle <ralf@linux-mips.org> 5817L: linux-hams@vger.kernel.org 5818W: http://www.linux-ax25.org/ 5819S: Maintained 5820F: include/linux/rose.h 5821F: include/net/rose.h 5822F: net/rose/ 5823 5824RTL8180 WIRELESS DRIVER 5825M: "John W. Linville" <linville@tuxdriver.com> 5826L: linux-wireless@vger.kernel.org 5827W: http://wireless.kernel.org/ 5828T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5829S: Maintained 5830F: drivers/net/wireless/rtl818x/rtl8180/ 5831 5832RTL8187 WIRELESS DRIVER 5833M: Herton Ronaldo Krzesinski <herton@canonical.com> 5834M: Hin-Tak Leung <htl10@users.sourceforge.net> 5835M: Larry Finger <Larry.Finger@lwfinger.net> 5836L: linux-wireless@vger.kernel.org 5837W: http://wireless.kernel.org/ 5838T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5839S: Maintained 5840F: drivers/net/wireless/rtl818x/rtl8187/ 5841 5842RTL8192CE WIRELESS DRIVER 5843M: Larry Finger <Larry.Finger@lwfinger.net> 5844M: Chaoming Li <chaoming_li@realsil.com.cn> 5845L: linux-wireless@vger.kernel.org 5846W: http://wireless.kernel.org/ 5847T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5848S: Maintained 5849F: drivers/net/wireless/rtlwifi/ 5850F: drivers/net/wireless/rtlwifi/rtl8192ce/ 5851 5852S3 SAVAGE FRAMEBUFFER DRIVER 5853M: Antonino Daplas <adaplas@gmail.com> 5854L: linux-fbdev@vger.kernel.org 5855S: Maintained 5856F: drivers/video/savage/ 5857 5858S390 5859M: Martin Schwidefsky <schwidefsky@de.ibm.com> 5860M: Heiko Carstens <heiko.carstens@de.ibm.com> 5861M: linux390@de.ibm.com 5862L: linux-s390@vger.kernel.org 5863W: http://www.ibm.com/developerworks/linux/linux390/ 5864S: Supported 5865F: arch/s390/ 5866F: drivers/s390/ 5867F: block/partitions/ibm.c 5868F: Documentation/s390/ 5869F: Documentation/DocBook/s390* 5870 5871S390 NETWORK DRIVERS 5872M: Ursula Braun <ursula.braun@de.ibm.com> 5873M: Frank Blaschka <blaschka@linux.vnet.ibm.com> 5874M: linux390@de.ibm.com 5875L: linux-s390@vger.kernel.org 5876W: http://www.ibm.com/developerworks/linux/linux390/ 5877S: Supported 5878F: drivers/s390/net/ 5879 5880S390 ZCRYPT DRIVER 5881M: Holger Dengler <hd@linux.vnet.ibm.com> 5882M: linux390@de.ibm.com 5883L: linux-s390@vger.kernel.org 5884W: http://www.ibm.com/developerworks/linux/linux390/ 5885S: Supported 5886F: drivers/s390/crypto/ 5887 5888S390 ZFCP DRIVER 5889M: Steffen Maier <maier@linux.vnet.ibm.com> 5890M: linux390@de.ibm.com 5891L: linux-s390@vger.kernel.org 5892W: http://www.ibm.com/developerworks/linux/linux390/ 5893S: Supported 5894F: drivers/s390/scsi/zfcp_* 5895 5896S390 IUCV NETWORK LAYER 5897M: Ursula Braun <ursula.braun@de.ibm.com> 5898M: linux390@de.ibm.com 5899L: linux-s390@vger.kernel.org 5900W: http://www.ibm.com/developerworks/linux/linux390/ 5901S: Supported 5902F: drivers/s390/net/*iucv* 5903F: include/net/iucv/ 5904F: net/iucv/ 5905 5906S3C24XX SD/MMC Driver 5907M: Ben Dooks <ben-linux@fluff.org> 5908L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 5909S: Supported 5910F: drivers/mmc/host/s3cmci.* 5911 5912SAA7146 VIDEO4LINUX-2 DRIVER 5913M: Michael Hunold <michael@mihu.de> 5914L: linux-media@vger.kernel.org 5915T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 5916W: http://www.mihu.de/linux/saa7146 5917S: Maintained 5918F: drivers/media/common/saa7146* 5919F: drivers/media/video/*7146* 5920F: include/media/*7146* 5921 5922SAMSUNG LAPTOP DRIVER 5923M: Corentin Chary <corentincj@iksaif.net> 5924L: platform-driver-x86@vger.kernel.org 5925S: Maintained 5926F: drivers/platform/x86/samsung-laptop.c 5927 5928SAMSUNG AUDIO (ASoC) DRIVERS 5929M: Sangbeom Kim <sbkim73@samsung.com> 5930L: alsa-devel@alsa-project.org (moderated for non-subscribers) 5931S: Supported 5932F: sound/soc/samsung 5933 5934SAMSUNG FRAMEBUFFER DRIVER 5935M: Jingoo Han <jg1.han@samsung.com> 5936L: linux-fbdev@vger.kernel.org 5937S: Maintained 5938F: drivers/video/s3c-fb.c 5939 5940SAMSUNG MULTIFUNCTION DEVICE DRIVERS 5941M: Sangbeom Kim <sbkim73@samsung.com> 5942L: linux-kernel@vger.kernel.org 5943S: Supported 5944F: drivers/mfd/sec*.c 5945F: drivers/regulator/s2m*.c 5946F: drivers/regulator/s5m*.c 5947F: drivers/rtc/rtc-sec.c 5948F: include/linux/mfd/samsung/ 5949 5950SERIAL DRIVERS 5951M: Alan Cox <alan@linux.intel.com> 5952L: linux-serial@vger.kernel.org 5953S: Maintained 5954F: drivers/tty/serial 5955 5956SYNOPSYS DESIGNWARE DMAC DRIVER 5957M: Viresh Kumar <viresh.linux@gmail.com> 5958S: Maintained 5959F: include/linux/dw_dmac.h 5960F: drivers/dma/dw_dmac_regs.h 5961F: drivers/dma/dw_dmac.c 5962 5963TIMEKEEPING, NTP 5964M: John Stultz <johnstul@us.ibm.com> 5965M: Thomas Gleixner <tglx@linutronix.de> 5966T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core 5967S: Supported 5968F: include/linux/clocksource.h 5969F: include/linux/time.h 5970F: include/linux/timex.h 5971F: kernel/time/clocksource.c 5972F: kernel/time/time*.c 5973F: kernel/time/ntp.c 5974F: drivers/clocksource 5975 5976TLG2300 VIDEO4LINUX-2 DRIVER 5977M: Huang Shijie <shijie8@gmail.com> 5978M: Kang Yong <kangyong@telegent.com> 5979M: Zhang Xiaobing <xbzhang@telegent.com> 5980S: Supported 5981F: drivers/media/video/tlg2300 5982 5983SC1200 WDT DRIVER 5984M: Zwane Mwaikambo <zwane@arm.linux.org.uk> 5985S: Maintained 5986F: drivers/watchdog/sc1200wdt.c 5987 5988SCHEDULER 5989M: Ingo Molnar <mingo@redhat.com> 5990M: Peter Zijlstra <peterz@infradead.org> 5991T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core 5992S: Maintained 5993F: kernel/sched/ 5994F: include/linux/sched.h 5995 5996SCORE ARCHITECTURE 5997M: Chen Liqin <liqin.chen@sunplusct.com> 5998M: Lennox Wu <lennox.wu@gmail.com> 5999W: http://www.sunplusct.com 6000S: Supported 6001F: arch/score/ 6002 6003SCSI CDROM DRIVER 6004M: Jens Axboe <axboe@kernel.dk> 6005L: linux-scsi@vger.kernel.org 6006W: http://www.kernel.dk 6007S: Maintained 6008F: drivers/scsi/sr* 6009 6010SCSI RDMA PROTOCOL (SRP) INITIATOR 6011M: David Dillow <dillowda@ornl.gov> 6012L: linux-rdma@vger.kernel.org 6013S: Supported 6014W: http://www.openfabrics.org 6015Q: http://patchwork.kernel.org/project/linux-rdma/list/ 6016T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git 6017F: drivers/infiniband/ulp/srp/ 6018F: include/scsi/srp.h 6019 6020SCSI SG DRIVER 6021M: Doug Gilbert <dgilbert@interlog.com> 6022L: linux-scsi@vger.kernel.org 6023W: http://www.torque.net/sg 6024S: Maintained 6025F: drivers/scsi/sg.c 6026F: include/scsi/sg.h 6027 6028SCSI SUBSYSTEM 6029M: "James E.J. Bottomley" <JBottomley@parallels.com> 6030L: linux-scsi@vger.kernel.org 6031T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 6032T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 6033T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 6034S: Maintained 6035F: drivers/scsi/ 6036F: include/scsi/ 6037 6038SCSI TAPE DRIVER 6039M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> 6040L: linux-scsi@vger.kernel.org 6041S: Maintained 6042F: Documentation/scsi/st.txt 6043F: drivers/scsi/st* 6044 6045SCTP PROTOCOL 6046M: Vlad Yasevich <vyasevich@gmail.com> 6047M: Sridhar Samudrala <sri@us.ibm.com> 6048L: linux-sctp@vger.kernel.org 6049W: http://lksctp.sourceforge.net 6050S: Maintained 6051F: Documentation/networking/sctp.txt 6052F: include/linux/sctp.h 6053F: include/net/sctp/ 6054F: net/sctp/ 6055 6056SCx200 CPU SUPPORT 6057M: Jim Cromie <jim.cromie@gmail.com> 6058S: Odd Fixes 6059F: Documentation/i2c/busses/scx200_acb 6060F: arch/x86/platform/scx200/ 6061F: drivers/watchdog/scx200_wdt.c 6062F: drivers/i2c/busses/scx200* 6063F: drivers/mtd/maps/scx200_docflash.c 6064F: include/linux/scx200.h 6065 6066SCx200 GPIO DRIVER 6067M: Jim Cromie <jim.cromie@gmail.com> 6068S: Maintained 6069F: drivers/char/scx200_gpio.c 6070F: include/linux/scx200_gpio.h 6071 6072SCx200 HRT CLOCKSOURCE DRIVER 6073M: Jim Cromie <jim.cromie@gmail.com> 6074S: Maintained 6075F: drivers/clocksource/scx200_hrt.c 6076 6077SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 6078M: Sascha Sommer <saschasommer@freenet.de> 6079L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 6080S: Maintained 6081F: drivers/mmc/host/sdricoh_cs.c 6082 6083SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 6084M: Chris Ball <cjb@laptop.org> 6085L: linux-mmc@vger.kernel.org 6086T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git 6087S: Maintained 6088F: drivers/mmc/host/sdhci.* 6089F: drivers/mmc/host/sdhci-pltfm.[ch] 6090 6091SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 6092M: Anton Vorontsov <avorontsov@ru.mvista.com> 6093L: linuxppc-dev@lists.ozlabs.org 6094L: linux-mmc@vger.kernel.org 6095S: Maintained 6096F: drivers/mmc/host/sdhci-pltfm.[ch] 6097 6098SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 6099M: Ben Dooks <ben-linux@fluff.org> 6100L: linux-mmc@vger.kernel.org 6101S: Maintained 6102F: drivers/mmc/host/sdhci-s3c.c 6103 6104SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER 6105M: Viresh Kumar <viresh.linux@gmail.com> 6106L: spear-devel@list.st.com 6107L: linux-mmc@vger.kernel.org 6108S: Maintained 6109F: drivers/mmc/host/sdhci-spear.c 6110 6111SECURITY SUBSYSTEM 6112M: James Morris <james.l.morris@oracle.com> 6113L: linux-security-module@vger.kernel.org (suggested Cc:) 6114T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git 6115W: http://kernsec.org/ 6116S: Supported 6117F: security/ 6118 6119SECURITY CONTACT 6120M: Security Officers <security@kernel.org> 6121S: Supported 6122 6123SELINUX SECURITY MODULE 6124M: Stephen Smalley <sds@tycho.nsa.gov> 6125M: James Morris <james.l.morris@oracle.com> 6126M: Eric Paris <eparis@parisplace.org> 6127L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 6128W: http://selinuxproject.org 6129T: git git://git.infradead.org/users/eparis/selinux.git 6130S: Supported 6131F: include/linux/selinux* 6132F: security/selinux/ 6133F: scripts/selinux/ 6134 6135APPARMOR SECURITY MODULE 6136M: John Johansen <john.johansen@canonical.com> 6137L: apparmor@lists.ubuntu.com (subscribers-only, general discussion) 6138W: apparmor.wiki.kernel.org 6139T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git 6140S: Supported 6141F: security/apparmor/ 6142 6143SENSABLE PHANTOM 6144M: Jiri Slaby <jirislaby@gmail.com> 6145S: Maintained 6146F: drivers/misc/phantom.c 6147F: include/linux/phantom.h 6148 6149SERIAL ATA (SATA) SUBSYSTEM 6150M: Jeff Garzik <jgarzik@pobox.com> 6151L: linux-ide@vger.kernel.org 6152T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 6153S: Supported 6154F: drivers/ata/ 6155F: include/linux/ata.h 6156F: include/linux/libata.h 6157 6158SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER 6159M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> 6160L: linux-scsi@vger.kernel.org 6161W: http://www.emulex.com 6162S: Supported 6163F: drivers/scsi/be2iscsi/ 6164 6165SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 6166M: Sathya Perla <sathya.perla@emulex.com> 6167M: Subbu Seetharaman <subbu.seetharaman@emulex.com> 6168M: Ajit Khaparde <ajit.khaparde@emulex.com> 6169L: netdev@vger.kernel.org 6170W: http://www.emulex.com 6171S: Supported 6172F: drivers/net/ethernet/emulex/benet/ 6173 6174SFC NETWORK DRIVER 6175M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> 6176M: Ben Hutchings <bhutchings@solarflare.com> 6177L: netdev@vger.kernel.org 6178S: Supported 6179F: drivers/net/ethernet/sfc/ 6180 6181SGI GRU DRIVER 6182M: Jack Steiner <steiner@sgi.com> 6183S: Maintained 6184F: drivers/misc/sgi-gru/ 6185 6186SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 6187M: Pat Gefre <pfg@sgi.com> 6188L: linux-ia64@vger.kernel.org 6189S: Supported 6190F: Documentation/ia64/serial.txt 6191F: drivers/tty/serial/ioc?_serial.c 6192F: include/linux/ioc?.h 6193 6194SGI VISUAL WORKSTATION 320 AND 540 6195M: Andrey Panin <pazke@donpac.ru> 6196L: linux-visws-devel@lists.sf.net 6197W: http://linux-visws.sf.net 6198S: Maintained for 2.6. 6199F: Documentation/sgi-visws.txt 6200 6201SGI XP/XPC/XPNET DRIVER 6202M: Robin Holt <holt@sgi.com> 6203S: Maintained 6204F: drivers/misc/sgi-xp/ 6205 6206SIMPLE FIRMWARE INTERFACE (SFI) 6207M: Len Brown <lenb@kernel.org> 6208L: sfi-devel@simplefirmware.org 6209W: http://simplefirmware.org/ 6210T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git 6211S: Supported 6212F: arch/x86/platform/sfi/ 6213F: drivers/sfi/ 6214F: include/linux/sfi*.h 6215 6216SIMTEC EB110ATX (Chalice CATS) 6217P: Ben Dooks 6218P: Vincent Sanders <vince@simtec.co.uk> 6219M: Simtec Linux Team <linux@simtec.co.uk> 6220W: http://www.simtec.co.uk/products/EB110ATX/ 6221S: Supported 6222 6223SIMTEC EB2410ITX (BAST) 6224P: Ben Dooks 6225P: Vincent Sanders <vince@simtec.co.uk> 6226M: Simtec Linux Team <linux@simtec.co.uk> 6227W: http://www.simtec.co.uk/products/EB2410ITX/ 6228S: Supported 6229F: arch/arm/mach-s3c2410/mach-bast.c 6230F: arch/arm/mach-s3c2410/bast-ide.c 6231F: arch/arm/mach-s3c2410/bast-irq.c 6232 6233TI DAVINCI MACHINE SUPPORT 6234M: Sekhar Nori <nsekhar@ti.com> 6235M: Kevin Hilman <khilman@ti.com> 6236L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers) 6237T: git git://gitorious.org/linux-davinci/linux-davinci.git 6238Q: http://patchwork.kernel.org/project/linux-davinci/list/ 6239S: Supported 6240F: arch/arm/mach-davinci 6241F: drivers/i2c/busses/i2c-davinci.c 6242 6243SIS 190 ETHERNET DRIVER 6244M: Francois Romieu <romieu@fr.zoreil.com> 6245L: netdev@vger.kernel.org 6246S: Maintained 6247F: drivers/net/ethernet/sis/sis190.c 6248 6249SIS 900/7016 FAST ETHERNET DRIVER 6250M: Daniele Venzano <venza@brownhat.org> 6251W: http://www.brownhat.org/sis900.html 6252L: netdev@vger.kernel.org 6253S: Maintained 6254F: drivers/net/ethernet/sis/sis900.* 6255 6256SIS 96X I2C/SMBUS DRIVER 6257M: "Mark M. Hoffman" <mhoffman@lightlink.com> 6258L: linux-i2c@vger.kernel.org 6259S: Maintained 6260F: Documentation/i2c/busses/i2c-sis96x 6261F: drivers/i2c/busses/i2c-sis96x.c 6262 6263SIS FRAMEBUFFER DRIVER 6264M: Thomas Winischhofer <thomas@winischhofer.net> 6265W: http://www.winischhofer.net/linuxsisvga.shtml 6266S: Maintained 6267F: Documentation/fb/sisfb.txt 6268F: drivers/video/sis/ 6269F: include/video/sisfb.h 6270 6271SIS USB2VGA DRIVER 6272M: Thomas Winischhofer <thomas@winischhofer.net> 6273W: http://www.winischhofer.at/linuxsisusbvga.shtml 6274S: Maintained 6275F: drivers/usb/misc/sisusbvga/ 6276 6277SLAB ALLOCATOR 6278M: Christoph Lameter <cl@linux-foundation.org> 6279M: Pekka Enberg <penberg@kernel.org> 6280M: Matt Mackall <mpm@selenic.com> 6281L: linux-mm@kvack.org 6282S: Maintained 6283F: include/linux/sl?b*.h 6284F: mm/sl?b.c 6285 6286SLEEPABLE READ-COPY UPDATE (SRCU) 6287M: Lai Jiangshan <laijs@cn.fujitsu.com> 6288M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 6289W: http://www.rdrop.com/users/paulmck/RCU/ 6290S: Supported 6291T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git 6292F: include/linux/srcu* 6293F: kernel/srcu* 6294 6295SMACK SECURITY MODULE 6296M: Casey Schaufler <casey@schaufler-ca.com> 6297L: linux-security-module@vger.kernel.org 6298W: http://schaufler-ca.com 6299T: git git://git.gitorious.org/smack-next/kernel.git 6300S: Maintained 6301F: Documentation/security/Smack.txt 6302F: security/smack/ 6303 6304SMC91x ETHERNET DRIVER 6305M: Nicolas Pitre <nico@fluxnic.net> 6306S: Odd Fixes 6307F: drivers/net/ethernet/smsc/smc91x.* 6308 6309SMM665 HARDWARE MONITOR DRIVER 6310M: Guenter Roeck <linux@roeck-us.net> 6311L: lm-sensors@lm-sensors.org 6312S: Maintained 6313F: Documentation/hwmon/smm665 6314F: drivers/hwmon/smm665.c 6315 6316SMSC EMC2103 HARDWARE MONITOR DRIVER 6317M: Steve Glendinning <steve.glendinning@shawell.net> 6318L: lm-sensors@lm-sensors.org 6319S: Maintained 6320F: Documentation/hwmon/emc2103 6321F: drivers/hwmon/emc2103.c 6322 6323SMSC SCH5627 HARDWARE MONITOR DRIVER 6324M: Hans de Goede <hdegoede@redhat.com> 6325L: lm-sensors@lm-sensors.org 6326S: Supported 6327F: Documentation/hwmon/sch5627 6328F: drivers/hwmon/sch5627.c 6329 6330SMSC47B397 HARDWARE MONITOR DRIVER 6331M: "Mark M. Hoffman" <mhoffman@lightlink.com> 6332L: lm-sensors@lm-sensors.org 6333S: Maintained 6334F: Documentation/hwmon/smsc47b397 6335F: drivers/hwmon/smsc47b397.c 6336 6337SMSC911x ETHERNET DRIVER 6338M: Steve Glendinning <steve.glendinning@shawell.net> 6339L: netdev@vger.kernel.org 6340S: Maintained 6341F: include/linux/smsc911x.h 6342F: drivers/net/ethernet/smsc/smsc911x.* 6343 6344SMSC9420 PCI ETHERNET DRIVER 6345M: Steve Glendinning <steve.glendinning@shawell.net> 6346L: netdev@vger.kernel.org 6347S: Maintained 6348F: drivers/net/ethernet/smsc/smsc9420.* 6349 6350SMSC UFX6000 and UFX7000 USB to VGA DRIVER 6351M: Steve Glendinning <steve.glendinning@shawell.net> 6352L: linux-fbdev@vger.kernel.org 6353S: Maintained 6354F: drivers/video/smscufx.c 6355 6356SN-IA64 (Itanium) SUB-PLATFORM 6357M: Jes Sorensen <jes@sgi.com> 6358L: linux-altix@sgi.com 6359L: linux-ia64@vger.kernel.org 6360W: http://www.sgi.com/altix 6361S: Maintained 6362F: arch/ia64/sn/ 6363 6364SOC-CAMERA V4L2 SUBSYSTEM 6365M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 6366L: linux-media@vger.kernel.org 6367T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 6368S: Maintained 6369F: include/media/v4l2* 6370F: drivers/media/video/v4l2* 6371 6372SOEKRIS NET48XX LED SUPPORT 6373M: Chris Boot <bootc@bootc.net> 6374S: Maintained 6375F: drivers/leds/leds-net48xx.c 6376 6377SOFTWARE RAID (Multiple Disks) SUPPORT 6378M: Neil Brown <neilb@suse.de> 6379L: linux-raid@vger.kernel.org 6380S: Supported 6381F: drivers/md/ 6382F: include/linux/raid/ 6383 6384SONIC NETWORK DRIVER 6385M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 6386L: netdev@vger.kernel.org 6387S: Maintained 6388F: drivers/net/ethernet/natsemi/sonic.* 6389 6390SONICS SILICON BACKPLANE DRIVER (SSB) 6391M: Michael Buesch <m@bues.ch> 6392L: netdev@vger.kernel.org 6393S: Maintained 6394F: drivers/ssb/ 6395F: include/linux/ssb/ 6396 6397SONY VAIO CONTROL DEVICE DRIVER 6398M: Mattia Dongili <malattia@linux.it> 6399L: platform-driver-x86@vger.kernel.org 6400W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 6401S: Maintained 6402F: Documentation/laptops/sony-laptop.txt 6403F: drivers/char/sonypi.c 6404F: drivers/platform/x86/sony-laptop.c 6405F: include/linux/sony-laptop.h 6406 6407SONY MEMORYSTICK CARD SUPPORT 6408M: Alex Dubov <oakad@yahoo.com> 6409W: http://tifmxx.berlios.de/ 6410S: Maintained 6411F: drivers/memstick/host/tifm_ms.c 6412 6413SOUND 6414M: Jaroslav Kysela <perex@perex.cz> 6415M: Takashi Iwai <tiwai@suse.de> 6416L: alsa-devel@alsa-project.org (moderated for non-subscribers) 6417W: http://www.alsa-project.org/ 6418T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git 6419T: git git://git.alsa-project.org/alsa-kernel.git 6420S: Maintained 6421F: Documentation/sound/ 6422F: include/sound/ 6423F: sound/ 6424 6425SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 6426M: Liam Girdwood <lrg@ti.com> 6427M: Mark Brown <broonie@opensource.wolfsonmicro.com> 6428T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 6429L: alsa-devel@alsa-project.org (moderated for non-subscribers) 6430W: http://alsa-project.org/main/index.php/ASoC 6431S: Supported 6432F: sound/soc/ 6433F: include/sound/soc* 6434 6435SPARC + UltraSPARC (sparc/sparc64) 6436M: "David S. Miller" <davem@davemloft.net> 6437L: sparclinux@vger.kernel.org 6438Q: http://patchwork.ozlabs.org/project/sparclinux/list/ 6439T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git 6440T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git 6441S: Maintained 6442F: arch/sparc/ 6443F: drivers/sbus/ 6444 6445SPARC SERIAL DRIVERS 6446M: "David S. Miller" <davem@davemloft.net> 6447L: sparclinux@vger.kernel.org 6448T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git 6449T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git 6450S: Maintained 6451F: include/linux/sunserialcore.h 6452F: drivers/tty/serial/suncore.c 6453F: drivers/tty/serial/sunhv.c 6454F: drivers/tty/serial/sunsab.c 6455F: drivers/tty/serial/sunsab.h 6456F: drivers/tty/serial/sunsu.c 6457F: drivers/tty/serial/sunzilog.c 6458F: drivers/tty/serial/sunzilog.h 6459 6460SPARSE CHECKER 6461M: "Christopher Li" <sparse@chrisli.org> 6462L: linux-sparse@vger.kernel.org 6463W: https://sparse.wiki.kernel.org/ 6464T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git 6465T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git 6466S: Maintained 6467F: include/linux/compiler.h 6468 6469SPEAR PLATFORM SUPPORT 6470M: Viresh Kumar <viresh.linux@gmail.com> 6471M: Shiraz Hashim <shiraz.hashim@st.com> 6472L: spear-devel@list.st.com 6473L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 6474W: http://www.st.com/spear 6475S: Maintained 6476F: arch/arm/plat-spear/ 6477 6478SPEAR13XX MACHINE SUPPORT 6479M: Viresh Kumar <viresh.linux@gmail.com> 6480M: Shiraz Hashim <shiraz.hashim@st.com> 6481L: spear-devel@list.st.com 6482L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 6483W: http://www.st.com/spear 6484S: Maintained 6485F: arch/arm/mach-spear13xx/ 6486 6487SPEAR3XX MACHINE SUPPORT 6488M: Viresh Kumar <viresh.linux@gmail.com> 6489M: Shiraz Hashim <shiraz.hashim@st.com> 6490L: spear-devel@list.st.com 6491L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 6492W: http://www.st.com/spear 6493S: Maintained 6494F: arch/arm/mach-spear3xx/ 6495 6496SPEAR6XX MACHINE SUPPORT 6497M: Rajeev Kumar <rajeev-dlh.kumar@st.com> 6498M: Shiraz Hashim <shiraz.hashim@st.com> 6499M: Viresh Kumar <viresh.linux@gmail.com> 6500L: spear-devel@list.st.com 6501L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 6502W: http://www.st.com/spear 6503S: Maintained 6504F: arch/arm/mach-spear6xx/ 6505 6506SPEAR CLOCK FRAMEWORK SUPPORT 6507M: Viresh Kumar <viresh.linux@gmail.com> 6508L: spear-devel@list.st.com 6509L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 6510W: http://www.st.com/spear 6511S: Maintained 6512F: drivers/clk/spear/ 6513 6514SPI SUBSYSTEM 6515M: Grant Likely <grant.likely@secretlab.ca> 6516L: spi-devel-general@lists.sourceforge.net 6517Q: http://patchwork.kernel.org/project/spi-devel-general/list/ 6518T: git git://git.secretlab.ca/git/linux-2.6.git 6519S: Maintained 6520F: Documentation/spi/ 6521F: drivers/spi/ 6522F: include/linux/spi/ 6523 6524SPIDERNET NETWORK DRIVER for CELL 6525M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> 6526M: Jens Osterkamp <jens@de.ibm.com> 6527L: netdev@vger.kernel.org 6528S: Supported 6529F: Documentation/networking/spider_net.txt 6530F: drivers/net/ethernet/toshiba/spider_net* 6531 6532SPU FILE SYSTEM 6533M: Jeremy Kerr <jk@ozlabs.org> 6534L: linuxppc-dev@lists.ozlabs.org 6535L: cbe-oss-dev@lists.ozlabs.org 6536W: http://www.ibm.com/developerworks/power/cell/ 6537S: Supported 6538F: Documentation/filesystems/spufs.txt 6539F: arch/powerpc/platforms/cell/spufs/ 6540 6541SQUASHFS FILE SYSTEM 6542M: Phillip Lougher <phillip@squashfs.org.uk> 6543L: squashfs-devel@lists.sourceforge.net (subscribers-only) 6544W: http://squashfs.org.uk 6545S: Maintained 6546F: Documentation/filesystems/squashfs.txt 6547F: fs/squashfs/ 6548 6549SRM (Alpha) environment access 6550M: Jan-Benedict Glaw <jbglaw@lug-owl.de> 6551S: Maintained 6552F: arch/alpha/kernel/srm_env.c 6553 6554STABLE BRANCH 6555M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6556L: stable@vger.kernel.org 6557S: Supported 6558 6559STAGING SUBSYSTEM 6560M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6561T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 6562L: devel@driverdev.osuosl.org 6563S: Supported 6564F: drivers/staging/ 6565 6566STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS 6567M: Henk de Groot <pe1dnn@amsat.org> 6568S: Odd Fixes 6569F: drivers/staging/wlags49_h2/ 6570F: drivers/staging/wlags49_h25/ 6571 6572STAGING - ASUS OLED 6573M: Jakub Schmidtke <sjakub@gmail.com> 6574S: Odd Fixes 6575F: drivers/staging/asus_oled/ 6576 6577STAGING - COMEDI 6578M: Ian Abbott <abbotti@mev.co.uk> 6579M: Mori Hess <fmhess@users.sourceforge.net> 6580S: Odd Fixes 6581F: drivers/staging/comedi/ 6582 6583STAGING - CRYSTAL HD VIDEO DECODER 6584M: Naren Sankar <nsankar@broadcom.com> 6585M: Jarod Wilson <jarod@wilsonet.com> 6586M: Scott Davilla <davilla@4pi.com> 6587M: Manu Abraham <abraham.manu@gmail.com> 6588S: Odd Fixes 6589F: drivers/staging/crystalhd/ 6590 6591STAGING - ECHO CANCELLER 6592M: Steve Underwood <steveu@coppice.org> 6593M: David Rowe <david@rowetel.com> 6594S: Odd Fixes 6595F: drivers/staging/echo/ 6596 6597STAGING - ET131X NETWORK DRIVER 6598M: Mark Einon <mark.einon@gmail.com> 6599S: Odd Fixes 6600F: drivers/staging/et131x/ 6601 6602STAGING - FLARION FT1000 DRIVERS 6603M: Marek Belisko <marek.belisko@gmail.com> 6604S: Odd Fixes 6605F: drivers/staging/ft1000/ 6606 6607STAGING - FRONTIER TRANZPORT AND ALPHATRACK 6608M: David Täht <d@teklibre.com> 6609S: Odd Fixes 6610F: drivers/staging/frontier/ 6611 6612STAGING - INDUSTRIAL IO 6613M: Jonathan Cameron <jic23@cam.ac.uk> 6614L: linux-iio@vger.kernel.org 6615S: Odd Fixes 6616F: drivers/staging/iio/ 6617 6618STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS 6619M: Jarod Wilson <jarod@wilsonet.com> 6620W: http://www.lirc.org/ 6621S: Odd Fixes 6622F: drivers/staging/media/lirc/ 6623 6624STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec) 6625M: Julian Andres Klode <jak@jak-linux.org> 6626M: Marc Dietrich <marvin24@gmx.de> 6627L: ac100@lists.launchpad.net (moderated for non-subscribers) 6628S: Maintained 6629F: drivers/staging/nvec/ 6630 6631STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON) 6632M: Andres Salomon <dilinger@queued.net> 6633M: Chris Ball <cjb@laptop.org> 6634M: Jon Nettleton <jon.nettleton@gmail.com> 6635W: http://wiki.laptop.org/go/DCON 6636S: Odd Fixes 6637F: drivers/staging/olpc_dcon/ 6638 6639STAGING - OZMO DEVICES USB OVER WIFI DRIVER 6640M: Rupesh Gujare <rgujare@ozmodevices.com> 6641M: Chris Kelly <ckelly@ozmodevices.com> 6642S: Maintained 6643F: drivers/staging/ozwpan/ 6644 6645STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER 6646M: Willy Tarreau <willy@meta-x.org> 6647S: Odd Fixes 6648F: drivers/staging/panel/ 6649 6650STAGING - REALTEK RTL8712U DRIVERS 6651M: Larry Finger <Larry.Finger@lwfinger.net> 6652M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>. 6653S: Odd Fixes 6654F: drivers/staging/rtl8712/ 6655 6656STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER 6657M: Teddy Wang <teddy.wang@siliconmotion.com.cn> 6658S: Odd Fixes 6659F: drivers/staging/sm7xx/ 6660 6661STAGING - SOFTLOGIC 6x10 MPEG CODEC 6662M: Ben Collins <bcollins@bluecherry.net> 6663S: Odd Fixes 6664F: drivers/staging/media/solo6x10/ 6665 6666STAGING - SPEAKUP CONSOLE SPEECH DRIVER 6667M: William Hubbs <w.d.hubbs@gmail.com> 6668M: Chris Brannon <chris@the-brannons.com> 6669M: Kirk Reiser <kirk@braille.uwo.ca> 6670M: Samuel Thibault <samuel.thibault@ens-lyon.org> 6671L: speakup@braille.uwo.ca 6672W: http://www.linux-speakup.org/ 6673S: Odd Fixes 6674F: drivers/staging/speakup/ 6675 6676STAGING - TI DSP BRIDGE DRIVERS 6677M: Omar Ramirez Luna <omar.ramirez@ti.com> 6678S: Odd Fixes 6679F: drivers/staging/tidspbridge/ 6680 6681STAGING - USB ENE SM/MS CARD READER DRIVER 6682M: Al Cho <acho@novell.com> 6683S: Odd Fixes 6684F: drivers/staging/keucr/ 6685 6686STAGING - VIA VT665X DRIVERS 6687M: Forest Bond <forest@alittletooquiet.net> 6688S: Odd Fixes 6689F: drivers/staging/vt665?/ 6690 6691STAGING - WINBOND IS89C35 WLAN USB DRIVER 6692M: Pavel Machek <pavel@ucw.cz> 6693S: Odd Fixes 6694F: drivers/staging/winbond/ 6695 6696STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER 6697M: Arnaud Patard <arnaud.patard@rtp-net.org> 6698S: Odd Fixes 6699F: drivers/staging/xgifb/ 6700 6701STARFIRE/DURALAN NETWORK DRIVER 6702M: Ion Badulescu <ionut@badula.org> 6703S: Odd Fixes 6704F: drivers/net/ethernet/adaptec/starfire* 6705 6706SUN3/3X 6707M: Sam Creasey <sammy@sammy.net> 6708W: http://sammy.net/sun3/ 6709S: Maintained 6710F: arch/m68k/kernel/*sun3* 6711F: arch/m68k/sun3*/ 6712F: arch/m68k/include/asm/sun3* 6713F: drivers/net/ethernet/i825xx/sun3* 6714 6715SUPERH 6716M: Paul Mundt <lethal@linux-sh.org> 6717L: linux-sh@vger.kernel.org 6718W: http://www.linux-sh.org 6719Q: http://patchwork.kernel.org/project/linux-sh/list/ 6720T: git git://github.com/pmundt/linux-sh.git sh-latest 6721S: Supported 6722F: Documentation/sh/ 6723F: arch/sh/ 6724F: drivers/sh/ 6725 6726SUSPEND TO RAM 6727M: Len Brown <len.brown@intel.com> 6728M: Pavel Machek <pavel@ucw.cz> 6729M: "Rafael J. Wysocki" <rjw@sisk.pl> 6730L: linux-pm@vger.kernel.org 6731S: Supported 6732F: Documentation/power/ 6733F: arch/x86/kernel/acpi/ 6734F: drivers/base/power/ 6735F: kernel/power/ 6736F: include/linux/suspend.h 6737F: include/linux/freezer.h 6738F: include/linux/pm.h 6739 6740SVGA HANDLING 6741M: Martin Mares <mj@ucw.cz> 6742L: linux-video@atrey.karlin.mff.cuni.cz 6743S: Maintained 6744F: Documentation/svga.txt 6745F: arch/x86/boot/video* 6746 6747SYSV FILESYSTEM 6748M: Christoph Hellwig <hch@infradead.org> 6749S: Maintained 6750F: Documentation/filesystems/sysv-fs.txt 6751F: fs/sysv/ 6752F: include/linux/sysv_fs.h 6753 6754TARGET SUBSYSTEM 6755M: Nicholas A. Bellinger <nab@linux-iscsi.org> 6756L: linux-scsi@vger.kernel.org 6757L: target-devel@vger.kernel.org 6758L: http://groups.google.com/group/linux-iscsi-target-dev 6759W: http://www.linux-iscsi.org 6760T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master 6761S: Supported 6762F: drivers/target/ 6763F: include/target/ 6764F: Documentation/target/ 6765 6766TASKSTATS STATISTICS INTERFACE 6767M: Balbir Singh <bsingharora@gmail.com> 6768S: Maintained 6769F: Documentation/accounting/taskstats* 6770F: include/linux/taskstats* 6771F: kernel/taskstats.c 6772 6773TC CLASSIFIER 6774M: Jamal Hadi Salim <jhs@mojatatu.com> 6775L: netdev@vger.kernel.org 6776S: Maintained 6777F: include/linux/pkt_cls.h 6778F: include/net/pkt_cls.h 6779F: net/sched/ 6780 6781TCP LOW PRIORITY MODULE 6782M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> 6783M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> 6784W: http://tcp-lp-mod.sourceforge.net/ 6785S: Maintained 6786F: net/ipv4/tcp_lp.c 6787 6788TEAM DRIVER 6789M: Jiri Pirko <jpirko@redhat.com> 6790L: netdev@vger.kernel.org 6791S: Supported 6792F: drivers/net/team/ 6793F: include/linux/if_team.h 6794 6795TEGRA SUPPORT 6796M: Stephen Warren <swarren@wwwdotorg.org> 6797L: linux-tegra@vger.kernel.org 6798Q: http://patchwork.ozlabs.org/project/linux-tegra/list/ 6799T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git 6800S: Supported 6801F: arch/arm/mach-tegra 6802F: arch/arm/boot/dts/tegra* 6803F: arch/arm/configs/tegra_defconfig 6804 6805TEHUTI ETHERNET DRIVER 6806M: Andy Gospodarek <andy@greyhouse.net> 6807L: netdev@vger.kernel.org 6808S: Supported 6809F: drivers/net/ethernet/tehuti/* 6810 6811Telecom Clock Driver for MCPL0010 6812M: Mark Gross <mark.gross@intel.com> 6813S: Supported 6814F: drivers/char/tlclk.c 6815 6816TENSILICA XTENSA PORT (xtensa) 6817M: Chris Zankel <chris@zankel.net> 6818S: Maintained 6819F: arch/xtensa/ 6820 6821THINKPAD ACPI EXTRAS DRIVER 6822M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> 6823L: ibm-acpi-devel@lists.sourceforge.net 6824L: platform-driver-x86@vger.kernel.org 6825W: http://ibm-acpi.sourceforge.net 6826W: http://thinkwiki.org/wiki/Ibm-acpi 6827T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 6828S: Maintained 6829F: drivers/platform/x86/thinkpad_acpi.c 6830 6831TI FLASH MEDIA INTERFACE DRIVER 6832M: Alex Dubov <oakad@yahoo.com> 6833S: Maintained 6834F: drivers/misc/tifm* 6835F: drivers/mmc/host/tifm_sd.c 6836F: include/linux/tifm.h 6837 6838TI LM49xxx FAMILY ASoC CODEC DRIVERS 6839M: M R Swami Reddy <mr.swami.reddy@ti.com> 6840M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com> 6841L: alsa-devel@alsa-project.org (moderated for non-subscribers) 6842S: Maintained 6843F: sound/soc/codecs/lm49453* 6844F: sound/soc/codecs/isabelle* 6845 6846TI TWL4030 SERIES SOC CODEC DRIVER 6847M: Peter Ujfalusi <peter.ujfalusi@ti.com> 6848L: alsa-devel@alsa-project.org (moderated for non-subscribers) 6849S: Maintained 6850F: sound/soc/codecs/twl4030* 6851 6852TI WILINK WIRELESS DRIVERS 6853M: Luciano Coelho <coelho@ti.com> 6854L: linux-wireless@vger.kernel.org 6855W: http://wireless.kernel.org/en/users/Drivers/wl12xx 6856W: http://wireless.kernel.org/en/users/Drivers/wl1251 6857T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git 6858S: Maintained 6859F: drivers/net/wireless/ti/ 6860F: include/linux/wl12xx.h 6861 6862TIPC NETWORK LAYER 6863M: Jon Maloy <jon.maloy@ericsson.com> 6864M: Allan Stephens <allan.stephens@windriver.com> 6865L: netdev@vger.kernel.org (core kernel code) 6866L: tipc-discussion@lists.sourceforge.net (user apps, general discussion) 6867W: http://tipc.sourceforge.net/ 6868S: Maintained 6869F: include/linux/tipc*.h 6870F: net/tipc/ 6871 6872TILE ARCHITECTURE 6873M: Chris Metcalf <cmetcalf@tilera.com> 6874W: http://www.tilera.com/scm/ 6875S: Supported 6876F: arch/tile/ 6877F: drivers/tty/hvc/hvc_tile.c 6878F: drivers/net/ethernet/tile/ 6879F: drivers/edac/tile_edac.c 6880 6881TLAN NETWORK DRIVER 6882M: Samuel Chessman <chessman@tux.org> 6883L: tlan-devel@lists.sourceforge.net (subscribers-only) 6884W: http://sourceforge.net/projects/tlan/ 6885S: Maintained 6886F: Documentation/networking/tlan.txt 6887F: drivers/net/ethernet/ti/tlan.* 6888 6889TOMOYO SECURITY MODULE 6890M: Kentaro Takeda <takedakn@nttdata.co.jp> 6891M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> 6892L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English) 6893L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English) 6894L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 6895L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 6896W: http://tomoyo.sourceforge.jp/ 6897T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/ 6898S: Maintained 6899F: security/tomoyo/ 6900 6901TOPSTAR LAPTOP EXTRAS DRIVER 6902M: Herton Ronaldo Krzesinski <herton@canonical.com> 6903L: platform-driver-x86@vger.kernel.org 6904S: Maintained 6905F: drivers/platform/x86/topstar-laptop.c 6906 6907TOSHIBA ACPI EXTRAS DRIVER 6908L: platform-driver-x86@vger.kernel.org 6909S: Orphan 6910F: drivers/platform/x86/toshiba_acpi.c 6911 6912TOSHIBA SMM DRIVER 6913M: Jonathan Buzzard <jonathan@buzzard.org.uk> 6914L: tlinux-users@tce.toshiba-dme.co.jp 6915W: http://www.buzzard.org.uk/toshiba/ 6916S: Maintained 6917F: drivers/char/toshiba.c 6918F: include/linux/toshiba.h 6919 6920TMIO MMC DRIVER 6921M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 6922M: Ian Molton <ian@mnementh.co.uk> 6923L: linux-mmc@vger.kernel.org 6924S: Maintained 6925F: drivers/mmc/host/tmio_mmc* 6926F: drivers/mmc/host/sh_mobile_sdhi.c 6927F: include/linux/mmc/tmio.h 6928F: include/linux/mmc/sh_mobile_sdhi.h 6929 6930TMPFS (SHMEM FILESYSTEM) 6931M: Hugh Dickins <hughd@google.com> 6932L: linux-mm@kvack.org 6933S: Maintained 6934F: include/linux/shmem_fs.h 6935F: mm/shmem.c 6936 6937TPM DEVICE DRIVER 6938M: Kent Yoder <key@linux.vnet.ibm.com> 6939M: Rajiv Andrade <mail@srajiv.net> 6940W: http://tpmdd.sourceforge.net 6941M: Marcel Selhorst <tpmdd@selhorst.net> 6942M: Sirrix AG <tpmdd@sirrix.com> 6943W: http://www.sirrix.com 6944L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 6945S: Maintained 6946F: drivers/char/tpm/ 6947 6948TRACING 6949M: Steven Rostedt <rostedt@goodmis.org> 6950M: Frederic Weisbecker <fweisbec@gmail.com> 6951M: Ingo Molnar <mingo@redhat.com> 6952T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core 6953S: Maintained 6954F: Documentation/trace/ftrace.txt 6955F: arch/*/*/*/ftrace.h 6956F: arch/*/kernel/ftrace.c 6957F: include/*/ftrace.h 6958F: include/linux/trace*.h 6959F: include/trace/ 6960F: kernel/trace/ 6961 6962TRIVIAL PATCHES 6963M: Jiri Kosina <trivial@kernel.org> 6964T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 6965S: Maintained 6966K: ^Subject:.*(?i)trivial 6967 6968TTY LAYER 6969M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6970S: Supported 6971T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git 6972F: drivers/tty/ 6973F: drivers/tty/serial/serial_core.c 6974F: include/linux/serial_core.h 6975F: include/linux/serial.h 6976F: include/linux/tty.h 6977 6978TULIP NETWORK DRIVERS 6979M: Grant Grundler <grundler@parisc-linux.org> 6980L: netdev@vger.kernel.org 6981S: Maintained 6982F: drivers/net/ethernet/dec/tulip/ 6983 6984TUN/TAP driver 6985M: Maxim Krasnyansky <maxk@qualcomm.com> 6986L: vtun@office.satix.net 6987W: http://vtun.sourceforge.net/tun 6988S: Maintained 6989F: Documentation/networking/tuntap.txt 6990F: arch/um/os-Linux/drivers/ 6991 6992TURBOCHANNEL SUBSYSTEM 6993M: "Maciej W. Rozycki" <macro@linux-mips.org> 6994S: Maintained 6995F: drivers/tc/ 6996F: include/linux/tc.h 6997 6998U14-34F SCSI DRIVER 6999M: Dario Ballabio <ballabio_dario@emc.com> 7000L: linux-scsi@vger.kernel.org 7001S: Maintained 7002F: drivers/scsi/u14-34f.c 7003 7004UBI FILE SYSTEM (UBIFS) 7005M: Artem Bityutskiy <dedekind1@gmail.com> 7006M: Adrian Hunter <adrian.hunter@intel.com> 7007L: linux-mtd@lists.infradead.org 7008T: git git://git.infradead.org/ubifs-2.6.git 7009W: http://www.linux-mtd.infradead.org/doc/ubifs.html 7010S: Maintained 7011F: Documentation/filesystems/ubifs.txt 7012F: fs/ubifs/ 7013 7014UCLINUX (AND M68KNOMMU) 7015M: Greg Ungerer <gerg@uclinux.org> 7016W: http://www.uclinux.org/ 7017L: uclinux-dev@uclinux.org (subscribers-only) 7018S: Maintained 7019F: arch/m68k/*/*_no.* 7020F: arch/m68k/include/asm/*_no.* 7021 7022UCLINUX FOR RENESAS H8/300 (H8300) 7023M: Yoshinori Sato <ysato@users.sourceforge.jp> 7024W: http://uclinux-h8.sourceforge.jp/ 7025S: Supported 7026F: arch/h8300/ 7027F: drivers/ide/ide-h8300.c 7028F: drivers/net/ethernet/8390/ne-h8300.c 7029 7030UDF FILESYSTEM 7031M: Jan Kara <jack@suse.cz> 7032S: Maintained 7033F: Documentation/filesystems/udf.txt 7034F: fs/udf/ 7035 7036UFS FILESYSTEM 7037M: Evgeniy Dushistov <dushistov@mail.ru> 7038S: Maintained 7039F: Documentation/filesystems/ufs.txt 7040F: fs/ufs/ 7041 7042UHID USERSPACE HID IO DRIVER: 7043M: David Herrmann <dh.herrmann@googlemail.com> 7044L: linux-input@vger.kernel.org 7045S: Maintained 7046F: drivers/hid/uhid.c 7047F: include/linux/uhid.h 7048 7049ULTRA-WIDEBAND (UWB) SUBSYSTEM: 7050L: linux-usb@vger.kernel.org 7051S: Orphan 7052F: drivers/uwb/ 7053F: include/linux/uwb.h 7054F: include/linux/uwb/ 7055 7056UNICORE32 ARCHITECTURE: 7057M: Guan Xuetao <gxt@mprc.pku.edu.cn> 7058W: http://mprc.pku.edu.cn/~guanxuetao/linux 7059S: Maintained 7060T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git 7061F: arch/unicore32/ 7062 7063UNIFDEF 7064M: Tony Finch <dot@dotat.at> 7065W: http://dotat.at/prog/unifdef 7066S: Maintained 7067F: scripts/unifdef.c 7068 7069UNIFORM CDROM DRIVER 7070M: Jens Axboe <axboe@kernel.dk> 7071W: http://www.kernel.dk 7072S: Maintained 7073F: Documentation/cdrom/ 7074F: drivers/cdrom/cdrom.c 7075F: include/linux/cdrom.h 7076 7077UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER 7078M: Vinayak Holikatti <vinholikatti@gmail.com> 7079M: Santosh Y <santoshsy@gmail.com> 7080L: linux-scsi@vger.kernel.org 7081S: Supported 7082F: Documentation/scsi/ufs.txt 7083F: drivers/scsi/ufs/ 7084 7085UNSORTED BLOCK IMAGES (UBI) 7086M: Artem Bityutskiy <dedekind1@gmail.com> 7087W: http://www.linux-mtd.infradead.org/ 7088L: linux-mtd@lists.infradead.org 7089T: git git://git.infradead.org/ubi-2.6.git 7090S: Maintained 7091F: drivers/mtd/ubi/ 7092F: include/linux/mtd/ubi.h 7093F: include/mtd/ubi-user.h 7094 7095USB ACM DRIVER 7096M: Oliver Neukum <oliver@neukum.org> 7097L: linux-usb@vger.kernel.org 7098S: Maintained 7099F: Documentation/usb/acm.txt 7100F: drivers/usb/class/cdc-acm.* 7101 7102USB ATTACHED SCSI 7103M: Matthew Wilcox <willy@linux.intel.com> 7104M: Sarah Sharp <sarah.a.sharp@linux.intel.com> 7105L: linux-usb@vger.kernel.org 7106L: linux-scsi@vger.kernel.org 7107S: Supported 7108F: drivers/usb/storage/uas.c 7109 7110USB BLOCK DRIVER (UB ub) 7111M: Pete Zaitcev <zaitcev@redhat.com> 7112L: linux-usb@vger.kernel.org 7113S: Supported 7114F: drivers/block/ub.c 7115 7116USB CDC ETHERNET DRIVER 7117M: Oliver Neukum <oliver@neukum.org> 7118L: linux-usb@vger.kernel.org 7119S: Maintained 7120F: drivers/net/usb/cdc_*.c 7121F: include/linux/usb/cdc.h 7122 7123USB CYPRESS C67X00 DRIVER 7124M: Peter Korsgaard <jacmet@sunsite.dk> 7125L: linux-usb@vger.kernel.org 7126S: Maintained 7127F: drivers/usb/c67x00/ 7128 7129USB DAVICOM DM9601 DRIVER 7130M: Peter Korsgaard <jacmet@sunsite.dk> 7131L: netdev@vger.kernel.org 7132W: http://www.linux-usb.org/usbnet 7133S: Maintained 7134F: drivers/net/usb/dm9601.c 7135 7136USB DIAMOND RIO500 DRIVER 7137M: Cesar Miquel <miquel@df.uba.ar> 7138L: rio500-users@lists.sourceforge.net 7139W: http://rio500.sourceforge.net 7140S: Maintained 7141F: drivers/usb/misc/rio500* 7142 7143USB EHCI DRIVER 7144M: Alan Stern <stern@rowland.harvard.edu> 7145L: linux-usb@vger.kernel.org 7146S: Maintained 7147F: Documentation/usb/ehci.txt 7148F: drivers/usb/host/ehci* 7149 7150USB ET61X[12]51 DRIVER 7151M: Luca Risolia <luca.risolia@studio.unibo.it> 7152L: linux-usb@vger.kernel.org 7153L: linux-media@vger.kernel.org 7154T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 7155W: http://www.linux-projects.org 7156S: Maintained 7157F: drivers/media/video/et61x251/ 7158 7159USB GADGET/PERIPHERAL SUBSYSTEM 7160M: Felipe Balbi <balbi@ti.com> 7161L: linux-usb@vger.kernel.org 7162W: http://www.linux-usb.org/gadget 7163T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 7164S: Maintained 7165F: drivers/usb/gadget/ 7166F: include/linux/usb/gadget* 7167 7168USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 7169M: Jiri Kosina <jkosina@suse.cz> 7170L: linux-usb@vger.kernel.org 7171T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 7172S: Maintained 7173F: Documentation/hid/hiddev.txt 7174F: drivers/hid/usbhid/ 7175 7176USB/IP DRIVERS 7177M: Matt Mooney <mfm@muteddisk.com> 7178L: linux-usb@vger.kernel.org 7179S: Maintained 7180F: drivers/staging/usbip/ 7181 7182USB ISP116X DRIVER 7183M: Olav Kongas <ok@artecdesign.ee> 7184L: linux-usb@vger.kernel.org 7185S: Maintained 7186F: drivers/usb/host/isp116x* 7187F: include/linux/usb/isp116x.h 7188 7189USB KAWASAKI LSI DRIVER 7190M: Oliver Neukum <oliver@neukum.org> 7191L: linux-usb@vger.kernel.org 7192S: Maintained 7193F: drivers/usb/serial/kl5kusb105.* 7194 7195USB MASS STORAGE DRIVER 7196M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> 7197L: linux-usb@vger.kernel.org 7198L: usb-storage@lists.one-eyed-alien.net 7199S: Maintained 7200W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 7201F: drivers/usb/storage/ 7202 7203USB MIDI DRIVER 7204M: Clemens Ladisch <clemens@ladisch.de> 7205L: alsa-devel@alsa-project.org (moderated for non-subscribers) 7206T: git git://git.alsa-project.org/alsa-kernel.git 7207S: Maintained 7208F: sound/usb/midi.* 7209 7210USB OHCI DRIVER 7211M: Alan Stern <stern@rowland.harvard.edu> 7212L: linux-usb@vger.kernel.org 7213S: Maintained 7214F: Documentation/usb/ohci.txt 7215F: drivers/usb/host/ohci* 7216 7217USB OPTION-CARD DRIVER 7218M: Matthias Urlichs <smurf@smurf.noris.de> 7219L: linux-usb@vger.kernel.org 7220S: Maintained 7221F: drivers/usb/serial/option.c 7222 7223USB PEGASUS DRIVER 7224M: Petko Manolov <petkan@users.sourceforge.net> 7225L: linux-usb@vger.kernel.org 7226L: netdev@vger.kernel.org 7227W: http://pegasus2.sourceforge.net/ 7228S: Maintained 7229F: drivers/net/usb/pegasus.* 7230 7231USB PHY LAYER 7232M: Felipe Balbi <balbi@ti.com> 7233L: linux-usb@vger.kernel.org 7234T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 7235S: Maintained 7236F: drivers/usb/phy/ 7237F: drivers/usb/otg/ 7238 7239USB PRINTER DRIVER (usblp) 7240M: Pete Zaitcev <zaitcev@redhat.com> 7241L: linux-usb@vger.kernel.org 7242S: Supported 7243F: drivers/usb/class/usblp.c 7244 7245USB RTL8150 DRIVER 7246M: Petko Manolov <petkan@users.sourceforge.net> 7247L: linux-usb@vger.kernel.org 7248L: netdev@vger.kernel.org 7249W: http://pegasus2.sourceforge.net/ 7250S: Maintained 7251F: drivers/net/usb/rtl8150.c 7252 7253USB SERIAL BELKIN F5U103 DRIVER 7254M: William Greathouse <wgreathouse@smva.com> 7255L: linux-usb@vger.kernel.org 7256S: Maintained 7257F: drivers/usb/serial/belkin_sa.* 7258 7259USB SERIAL CYPRESS M8 DRIVER 7260M: Lonnie Mendez <dignome@gmail.com> 7261L: linux-usb@vger.kernel.org 7262S: Maintained 7263W: http://geocities.com/i0xox0i 7264W: http://firstlight.net/cvs 7265F: drivers/usb/serial/cypress_m8.* 7266 7267USB SERIAL CYBERJACK DRIVER 7268M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> 7269W: http://www.reiner-sct.de/support/treiber_cyberjack.php 7270S: Maintained 7271F: drivers/usb/serial/cyberjack.c 7272 7273USB SERIAL DIGI ACCELEPORT DRIVER 7274M: Peter Berger <pberger@brimson.com> 7275M: Al Borchers <alborchers@steinerpoint.com> 7276L: linux-usb@vger.kernel.org 7277S: Maintained 7278F: drivers/usb/serial/digi_acceleport.c 7279 7280USB SERIAL DRIVER 7281M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 7282L: linux-usb@vger.kernel.org 7283S: Supported 7284F: Documentation/usb/usb-serial.txt 7285F: drivers/usb/serial/generic.c 7286F: drivers/usb/serial/usb-serial.c 7287F: include/linux/usb/serial.h 7288 7289USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 7290M: Gary Brubaker <xavyer@ix.netcom.com> 7291L: linux-usb@vger.kernel.org 7292S: Maintained 7293F: drivers/usb/serial/empeg.c 7294 7295USB SERIAL KEYSPAN DRIVER 7296M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 7297L: linux-usb@vger.kernel.org 7298S: Maintained 7299F: drivers/usb/serial/*keyspan* 7300 7301USB SERIAL WHITEHEAT DRIVER 7302M: Support Department <support@connecttech.com> 7303L: linux-usb@vger.kernel.org 7304W: http://www.connecttech.com 7305S: Supported 7306F: drivers/usb/serial/whiteheat* 7307 7308USB SMSC75XX ETHERNET DRIVER 7309M: Steve Glendinning <steve.glendinning@shawell.net> 7310L: netdev@vger.kernel.org 7311S: Maintained 7312F: drivers/net/usb/smsc75xx.* 7313 7314USB SMSC95XX ETHERNET DRIVER 7315M: Steve Glendinning <steve.glendinning@shawell.net> 7316L: netdev@vger.kernel.org 7317S: Maintained 7318F: drivers/net/usb/smsc95xx.* 7319 7320USB SN9C1xx DRIVER 7321M: Luca Risolia <luca.risolia@studio.unibo.it> 7322L: linux-usb@vger.kernel.org 7323L: linux-media@vger.kernel.org 7324T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 7325W: http://www.linux-projects.org 7326S: Maintained 7327F: Documentation/video4linux/sn9c102.txt 7328F: drivers/media/video/sn9c102/ 7329 7330USB SUBSYSTEM 7331M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 7332L: linux-usb@vger.kernel.org 7333W: http://www.linux-usb.org 7334T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git 7335S: Supported 7336F: Documentation/usb/ 7337F: drivers/net/usb/ 7338F: drivers/usb/ 7339F: include/linux/usb.h 7340F: include/linux/usb/ 7341 7342USB UHCI DRIVER 7343M: Alan Stern <stern@rowland.harvard.edu> 7344L: linux-usb@vger.kernel.org 7345S: Maintained 7346F: drivers/usb/host/uhci* 7347 7348USB "USBNET" DRIVER FRAMEWORK 7349M: Oliver Neukum <oneukum@suse.de> 7350L: netdev@vger.kernel.org 7351W: http://www.linux-usb.org/usbnet 7352S: Maintained 7353F: drivers/net/usb/usbnet.c 7354F: include/linux/usb/usbnet.h 7355 7356USB VIDEO CLASS 7357M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 7358L: linux-uvc-devel@lists.sourceforge.net (subscribers-only) 7359L: linux-media@vger.kernel.org 7360T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 7361W: http://www.ideasonboard.org/uvc/ 7362S: Maintained 7363F: drivers/media/video/uvc/ 7364 7365USB W996[87]CF DRIVER 7366M: Luca Risolia <luca.risolia@studio.unibo.it> 7367L: linux-usb@vger.kernel.org 7368L: linux-media@vger.kernel.org 7369T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 7370W: http://www.linux-projects.org 7371S: Maintained 7372F: Documentation/video4linux/w9968cf.txt 7373F: drivers/media/video/w996* 7374 7375USB WIRELESS RNDIS DRIVER (rndis_wlan) 7376M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 7377L: linux-wireless@vger.kernel.org 7378S: Maintained 7379F: drivers/net/wireless/rndis_wlan.c 7380 7381USB XHCI DRIVER 7382M: Sarah Sharp <sarah.a.sharp@linux.intel.com> 7383L: linux-usb@vger.kernel.org 7384S: Supported 7385F: drivers/usb/host/xhci* 7386F: drivers/usb/host/pci-quirks* 7387 7388USB ZD1201 DRIVER 7389L: linux-wireless@vger.kernel.org 7390W: http://linux-lc100020.sourceforge.net 7391S: Orphan 7392F: drivers/net/wireless/zd1201.* 7393 7394USB ZR364XX DRIVER 7395M: Antoine Jacquet <royale@zerezo.com> 7396L: linux-usb@vger.kernel.org 7397L: linux-media@vger.kernel.org 7398T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git 7399W: http://royale.zerezo.com/zr364xx/ 7400S: Maintained 7401F: Documentation/video4linux/zr364xx.txt 7402F: drivers/media/video/zr364xx.c 7403 7404USER-MODE LINUX (UML) 7405M: Jeff Dike <jdike@addtoit.com> 7406M: Richard Weinberger <richard@nod.at> 7407L: user-mode-linux-devel@lists.sourceforge.net 7408L: user-mode-linux-user@lists.sourceforge.net 7409W: http://user-mode-linux.sourceforge.net 7410S: Maintained 7411F: Documentation/virtual/uml/ 7412F: arch/um/ 7413F: arch/x86/um/ 7414F: fs/hostfs/ 7415F: fs/hppfs/ 7416 7417USERSPACE I/O (UIO) 7418M: "Hans J. Koch" <hjk@hansjkoch.de> 7419M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 7420S: Maintained 7421F: Documentation/DocBook/uio-howto.tmpl 7422F: drivers/uio/ 7423F: include/linux/uio*.h 7424 7425UTIL-LINUX PACKAGE 7426M: Karel Zak <kzak@redhat.com> 7427L: util-linux@vger.kernel.org 7428W: http://en.wikipedia.org/wiki/Util-linux 7429T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git 7430S: Maintained 7431 7432UVESAFB DRIVER 7433M: Michal Januszewski <spock@gentoo.org> 7434L: linux-fbdev@vger.kernel.org 7435W: http://dev.gentoo.org/~spock/projects/uvesafb/ 7436S: Maintained 7437F: Documentation/fb/uvesafb.txt 7438F: drivers/video/uvesafb.* 7439 7440VFAT/FAT/MSDOS FILESYSTEM 7441M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> 7442S: Maintained 7443F: Documentation/filesystems/vfat.txt 7444F: fs/fat/ 7445 7446VFIO DRIVER 7447M: Alex Williamson <alex.williamson@redhat.com> 7448L: kvm@vger.kernel.org 7449S: Maintained 7450F: Documentation/vfio.txt 7451F: drivers/vfio/ 7452F: include/linux/vfio.h 7453 7454VIDEOBUF2 FRAMEWORK 7455M: Pawel Osciak <pawel@osciak.com> 7456M: Marek Szyprowski <m.szyprowski@samsung.com> 7457M: Kyungmin Park <kyungmin.park@samsung.com> 7458L: linux-media@vger.kernel.org 7459S: Maintained 7460F: drivers/media/video/videobuf2-* 7461F: include/media/videobuf2-* 7462 7463VIRTIO CONSOLE DRIVER 7464M: Amit Shah <amit.shah@redhat.com> 7465L: virtualization@lists.linux-foundation.org 7466S: Maintained 7467F: drivers/char/virtio_console.c 7468F: include/linux/virtio_console.h 7469 7470VIRTIO CORE, NET AND BLOCK DRIVERS 7471M: Rusty Russell <rusty@rustcorp.com.au> 7472M: "Michael S. Tsirkin" <mst@redhat.com> 7473L: virtualization@lists.linux-foundation.org 7474S: Maintained 7475F: drivers/virtio/ 7476F: drivers/net/virtio_net.c 7477F: drivers/block/virtio_blk.c 7478F: include/linux/virtio_*.h 7479 7480VIRTIO HOST (VHOST) 7481M: "Michael S. Tsirkin" <mst@redhat.com> 7482L: kvm@vger.kernel.org 7483L: virtualization@lists.linux-foundation.org 7484L: netdev@vger.kernel.org 7485S: Maintained 7486F: drivers/vhost/ 7487F: include/linux/vhost.h 7488 7489VIA RHINE NETWORK DRIVER 7490M: Roger Luethi <rl@hellgate.ch> 7491S: Maintained 7492F: drivers/net/ethernet/via/via-rhine.c 7493 7494VIAPRO SMBUS DRIVER 7495M: Jean Delvare <khali@linux-fr.org> 7496L: linux-i2c@vger.kernel.org 7497S: Maintained 7498F: Documentation/i2c/busses/i2c-viapro 7499F: drivers/i2c/busses/i2c-viapro.c 7500 7501VIA SD/MMC CARD CONTROLLER DRIVER 7502M: Bruce Chang <brucechang@via.com.tw> 7503M: Harald Welte <HaraldWelte@viatech.com> 7504S: Maintained 7505F: drivers/mmc/host/via-sdmmc.c 7506 7507VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 7508M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> 7509L: linux-fbdev@vger.kernel.org 7510S: Maintained 7511F: include/linux/via-core.h 7512F: include/linux/via-gpio.h 7513F: include/linux/via_i2c.h 7514F: drivers/video/via/ 7515 7516VIA VELOCITY NETWORK DRIVER 7517M: Francois Romieu <romieu@fr.zoreil.com> 7518L: netdev@vger.kernel.org 7519S: Maintained 7520F: drivers/net/ethernet/via/via-velocity.* 7521 7522VLAN (802.1Q) 7523M: Patrick McHardy <kaber@trash.net> 7524L: netdev@vger.kernel.org 7525S: Maintained 7526F: drivers/net/macvlan.c 7527F: include/linux/if_*vlan.h 7528F: net/8021q/ 7529 7530VLYNQ BUS 7531M: Florian Fainelli <florian@openwrt.org> 7532L: openwrt-devel@lists.openwrt.org (subscribers-only) 7533S: Maintained 7534F: drivers/vlynq/vlynq.c 7535F: include/linux/vlynq.h 7536 7537VME SUBSYSTEM 7538M: Martyn Welch <martyn.welch@ge.com> 7539M: Manohar Vanga <manohar.vanga@gmail.com> 7540M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 7541L: devel@driverdev.osuosl.org 7542S: Maintained 7543T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 7544F: Documentation/vme_api.txt 7545F: drivers/staging/vme/ 7546F: drivers/vme/ 7547F: include/linux/vme* 7548 7549VMWARE VMXNET3 ETHERNET DRIVER 7550M: Shreyas Bhatewara <sbhatewara@vmware.com> 7551M: "VMware, Inc." <pv-drivers@vmware.com> 7552L: netdev@vger.kernel.org 7553S: Maintained 7554F: drivers/net/vmxnet3/ 7555 7556VMware PVSCSI driver 7557M: Arvind Kumar <arvindkumar@vmware.com> 7558M: VMware PV-Drivers <pv-drivers@vmware.com> 7559L: linux-scsi@vger.kernel.org 7560S: Maintained 7561F: drivers/scsi/vmw_pvscsi.c 7562F: drivers/scsi/vmw_pvscsi.h 7563 7564VOLTAGE AND CURRENT REGULATOR FRAMEWORK 7565M: Liam Girdwood <lrg@ti.com> 7566M: Mark Brown <broonie@opensource.wolfsonmicro.com> 7567W: http://opensource.wolfsonmicro.com/node/15 7568W: http://www.slimlogic.co.uk/?p=48 7569T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git 7570S: Supported 7571F: drivers/regulator/ 7572F: include/linux/regulator/ 7573 7574VT1211 HARDWARE MONITOR DRIVER 7575M: Juerg Haefliger <juergh@gmail.com> 7576L: lm-sensors@lm-sensors.org 7577S: Maintained 7578F: Documentation/hwmon/vt1211 7579F: drivers/hwmon/vt1211.c 7580 7581VT8231 HARDWARE MONITOR DRIVER 7582M: Roger Lucas <vt8231@hiddenengine.co.uk> 7583L: lm-sensors@lm-sensors.org 7584S: Maintained 7585F: drivers/hwmon/vt8231.c 7586 7587VUB300 USB to SDIO/SD/MMC bridge chip 7588M: Tony Olech <tony.olech@elandigitalsystems.com> 7589L: linux-mmc@vger.kernel.org 7590L: linux-usb@vger.kernel.org 7591S: Supported 7592F: drivers/mmc/host/vub300.c 7593 7594W1 DALLAS'S 1-WIRE BUS 7595M: Evgeniy Polyakov <zbr@ioremap.net> 7596S: Maintained 7597F: Documentation/w1/ 7598F: drivers/w1/ 7599 7600W83791D HARDWARE MONITORING DRIVER 7601M: Marc Hulsman <m.hulsman@tudelft.nl> 7602L: lm-sensors@lm-sensors.org 7603S: Maintained 7604F: Documentation/hwmon/w83791d 7605F: drivers/hwmon/w83791d.c 7606 7607W83793 HARDWARE MONITORING DRIVER 7608M: Rudolf Marek <r.marek@assembler.cz> 7609L: lm-sensors@lm-sensors.org 7610S: Maintained 7611F: Documentation/hwmon/w83793 7612F: drivers/hwmon/w83793.c 7613 7614W83795 HARDWARE MONITORING DRIVER 7615M: Jean Delvare <khali@linux-fr.org> 7616L: lm-sensors@lm-sensors.org 7617S: Maintained 7618F: drivers/hwmon/w83795.c 7619 7620W83L51xD SD/MMC CARD INTERFACE DRIVER 7621M: Pierre Ossman <pierre@ossman.eu> 7622S: Maintained 7623F: drivers/mmc/host/wbsd.* 7624 7625WATCHDOG DEVICE DRIVERS 7626M: Wim Van Sebroeck <wim@iguana.be> 7627L: linux-watchdog@vger.kernel.org 7628W: http://www.linux-watchdog.org/ 7629T: git git://www.linux-watchdog.org/linux-watchdog.git 7630S: Maintained 7631F: Documentation/watchdog/ 7632F: drivers/watchdog/ 7633F: include/linux/watchdog.h 7634 7635WD7000 SCSI DRIVER 7636M: Miroslav Zagorac <zaga@fly.cc.fer.hr> 7637L: linux-scsi@vger.kernel.org 7638S: Maintained 7639F: drivers/scsi/wd7000.c 7640 7641WIIMOTE HID DRIVER 7642M: David Herrmann <dh.herrmann@googlemail.com> 7643L: linux-input@vger.kernel.org 7644S: Maintained 7645F: drivers/hid/hid-wiimote* 7646 7647WINBOND CIR DRIVER 7648M: David Härdeman <david@hardeman.nu> 7649S: Maintained 7650F: drivers/media/rc/winbond-cir.c 7651 7652WIMAX STACK 7653M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 7654M: linux-wimax@intel.com 7655L: wimax@linuxwimax.org 7656S: Supported 7657W: http://linuxwimax.org 7658F: Documentation/wimax/README.wimax 7659F: include/linux/wimax.h 7660F: include/linux/wimax/debug.h 7661F: include/net/wimax.h 7662F: net/wimax/ 7663 7664WISTRON LAPTOP BUTTON DRIVER 7665M: Miloslav Trmac <mitr@volny.cz> 7666S: Maintained 7667F: drivers/input/misc/wistron_btns.c 7668 7669WL3501 WIRELESS PCMCIA CARD DRIVER 7670M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 7671L: linux-wireless@vger.kernel.org 7672W: http://oops.ghostprotocols.net:81/blog 7673S: Maintained 7674F: drivers/net/wireless/wl3501* 7675 7676WM97XX TOUCHSCREEN DRIVERS 7677M: Mark Brown <broonie@opensource.wolfsonmicro.com> 7678M: Liam Girdwood <lrg@slimlogic.co.uk> 7679L: linux-input@vger.kernel.org 7680T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 7681W: http://opensource.wolfsonmicro.com/node/7 7682S: Supported 7683F: drivers/input/touchscreen/*wm97* 7684F: include/linux/wm97xx.h 7685 7686WOLFSON MICROELECTRONICS DRIVERS 7687M: Mark Brown <broonie@opensource.wolfsonmicro.com> 7688L: patches@opensource.wolfsonmicro.com 7689T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc 7690T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 7691W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices 7692S: Supported 7693F: Documentation/hwmon/wm83?? 7694F: arch/arm/mach-s3c64xx/mach-crag6410* 7695F: drivers/clk/clk-wm83*.c 7696F: drivers/extcon/extcon-arizona.c 7697F: drivers/leds/leds-wm83*.c 7698F: drivers/gpio/gpio-*wm*.c 7699F: drivers/gpio/gpio-arizona.c 7700F: drivers/hwmon/wm83??-hwmon.c 7701F: drivers/input/misc/wm831x-on.c 7702F: drivers/input/touchscreen/wm831x-ts.c 7703F: drivers/input/touchscreen/wm97*.c 7704F: drivers/mfd/arizona* 7705F: drivers/mfd/wm*.c 7706F: drivers/power/wm83*.c 7707F: drivers/rtc/rtc-wm83*.c 7708F: drivers/regulator/wm8*.c 7709F: drivers/video/backlight/wm83*_bl.c 7710F: drivers/watchdog/wm83*_wdt.c 7711F: include/linux/mfd/arizona/ 7712F: include/linux/mfd/wm831x/ 7713F: include/linux/mfd/wm8350/ 7714F: include/linux/mfd/wm8400* 7715F: include/linux/wm97xx.h 7716F: include/sound/wm????.h 7717F: sound/soc/codecs/arizona.? 7718F: sound/soc/codecs/wm* 7719 7720WORKQUEUE 7721M: Tejun Heo <tj@kernel.org> 7722T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git 7723S: Maintained 7724F: include/linux/workqueue.h 7725F: kernel/workqueue.c 7726F: Documentation/workqueue.txt 7727 7728X.25 NETWORK LAYER 7729M: Andrew Hendry <andrew.hendry@gmail.com> 7730L: linux-x25@vger.kernel.org 7731S: Odd Fixes 7732F: Documentation/networking/x25* 7733F: include/net/x25* 7734F: net/x25/ 7735 7736X86 ARCHITECTURE (32-BIT AND 64-BIT) 7737M: Thomas Gleixner <tglx@linutronix.de> 7738M: Ingo Molnar <mingo@redhat.com> 7739M: "H. Peter Anvin" <hpa@zytor.com> 7740M: x86@kernel.org 7741T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core 7742S: Maintained 7743F: Documentation/x86/ 7744F: arch/x86/ 7745 7746X86 PLATFORM DRIVERS 7747M: Matthew Garrett <mjg@redhat.com> 7748L: platform-driver-x86@vger.kernel.org 7749T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git 7750S: Maintained 7751F: drivers/platform/x86 7752 7753X86 MCE INFRASTRUCTURE 7754M: Tony Luck <tony.luck@intel.com> 7755M: Borislav Petkov <bp@amd64.org> 7756L: linux-edac@vger.kernel.org 7757S: Maintained 7758F: arch/x86/kernel/cpu/mcheck/* 7759 7760XEN HYPERVISOR INTERFACE 7761M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 7762M: Jeremy Fitzhardinge <jeremy@goop.org> 7763L: xen-devel@lists.xensource.com (moderated for non-subscribers) 7764L: virtualization@lists.linux-foundation.org 7765S: Supported 7766F: arch/x86/xen/ 7767F: drivers/*/xen-*front.c 7768F: drivers/xen/ 7769F: arch/x86/include/asm/xen/ 7770F: include/xen/ 7771 7772XEN NETWORK BACKEND DRIVER 7773M: Ian Campbell <ian.campbell@citrix.com> 7774L: xen-devel@lists.xensource.com (moderated for non-subscribers) 7775L: netdev@vger.kernel.org 7776S: Supported 7777F: drivers/net/xen-netback/* 7778 7779XEN PCI SUBSYSTEM 7780M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 7781L: xen-devel@lists.xensource.com (moderated for non-subscribers) 7782S: Supported 7783F: arch/x86/pci/*xen* 7784F: drivers/pci/*xen* 7785 7786XEN SWIOTLB SUBSYSTEM 7787M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 7788L: xen-devel@lists.xensource.com (moderated for non-subscribers) 7789S: Supported 7790F: arch/x86/xen/*swiotlb* 7791F: drivers/xen/*swiotlb* 7792 7793XFS FILESYSTEM 7794P: Silicon Graphics Inc 7795M: Ben Myers <bpm@sgi.com> 7796M: Alex Elder <elder@kernel.org> 7797M: xfs@oss.sgi.com 7798L: xfs@oss.sgi.com 7799W: http://oss.sgi.com/projects/xfs 7800T: git git://oss.sgi.com/xfs/xfs.git 7801S: Supported 7802F: Documentation/filesystems/xfs.txt 7803F: fs/xfs/ 7804 7805XILINX AXI ETHERNET DRIVER 7806M: Anirudha Sarangi <anirudh@xilinx.com> 7807M: John Linn <John.Linn@xilinx.com> 7808S: Maintained 7809F: drivers/net/ethernet/xilinx/xilinx_axienet* 7810 7811XILINX SYSTEMACE DRIVER 7812M: Grant Likely <grant.likely@secretlab.ca> 7813W: http://www.secretlab.ca/ 7814S: Maintained 7815F: drivers/block/xsysace.c 7816 7817XILINX UARTLITE SERIAL DRIVER 7818M: Peter Korsgaard <jacmet@sunsite.dk> 7819L: linux-serial@vger.kernel.org 7820S: Maintained 7821F: drivers/tty/serial/uartlite.c 7822 7823YAM DRIVER FOR AX.25 7824M: Jean-Paul Roubelat <jpr@f6fbb.org> 7825L: linux-hams@vger.kernel.org 7826S: Maintained 7827F: drivers/net/hamradio/yam* 7828F: include/linux/yam.h 7829 7830YEALINK PHONE DRIVER 7831M: Henk Vergonet <Henk.Vergonet@gmail.com> 7832L: usbb2k-api-dev@nongnu.org 7833S: Maintained 7834F: Documentation/input/yealink.txt 7835F: drivers/input/misc/yealink.* 7836 7837Z8530 DRIVER FOR AX.25 7838M: Joerg Reuter <jreuter@yaina.de> 7839W: http://yaina.de/jreuter/ 7840W: http://www.qsl.net/dl1bke/ 7841L: linux-hams@vger.kernel.org 7842S: Maintained 7843F: Documentation/networking/z8530drv.txt 7844F: drivers/net/hamradio/*scc.c 7845F: drivers/net/hamradio/z8530.h 7846 7847ZD1211RW WIRELESS DRIVER 7848M: Daniel Drake <dsd@gentoo.org> 7849M: Ulrich Kunitz <kune@deine-taler.de> 7850W: http://zd1211.ath.cx/wiki/DriverRewrite 7851L: linux-wireless@vger.kernel.org 7852L: zd1211-devs@lists.sourceforge.net (subscribers-only) 7853S: Maintained 7854F: drivers/net/wireless/zd1211rw/ 7855 7856ZR36067 VIDEO FOR LINUX DRIVER 7857L: mjpeg-users@lists.sourceforge.net 7858L: linux-media@vger.kernel.org 7859W: http://mjpeg.sourceforge.net/driver-zoran/ 7860T: Mercurial http://linuxtv.org/hg/v4l-dvb 7861S: Odd Fixes 7862F: drivers/media/video/zoran/ 7863 7864ZS DECSTATION Z85C30 SERIAL DRIVER 7865M: "Maciej W. Rozycki" <macro@linux-mips.org> 7866S: Maintained 7867F: drivers/tty/serial/zs.* 7868 7869THE REST 7870M: Linus Torvalds <torvalds@linux-foundation.org> 7871L: linux-kernel@vger.kernel.org 7872Q: http://patchwork.kernel.org/project/LKML/list/ 7873T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 7874S: Buried alive in reporters 7875F: * 7876F: */ 7877