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