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