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