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