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