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