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