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