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