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