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