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