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