Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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