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