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 68 ----------------------------------- 69 70Maintainers List (try to look for most precise areas first) 71 72Note: For the hard of thinking, this list is meant to remain in alphabetical 73order. If you could add yourselves to it in alphabetical order that would be 74so much easier [Ed] 75 76P: Person (obsolete) 77M: Mail patches to: FullName <address@domain> 78L: Mailing list that is relevant to this area 79W: Web-page with status/info 80T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 81S: Status, one of the following: 82 83 Supported: Someone is actually paid to look after this. 84 Maintained: Someone actually looks after it. 85 Odd Fixes: It has a maintainer but they don't have time to do 86 much other than throw the odd patch in. See below.. 87 Orphan: No current maintainer [but maybe you could take the 88 role as you write your new code]. 89 Obsolete: Old code. Something tagged obsolete generally means 90 it has been replaced by a better system and you 91 should be using that. 92 93F: Files and directories with wildcard patterns. 94 A trailing slash includes all files and subdirectory files. 95 F: drivers/net/ all files in and below drivers/net 96 F: drivers/net/* all files in drivers/net, but not below 97 F: */net/* all files in "any top level directory"/net 98 One pattern per line. Multiple F: lines acceptable. 99X: Files and directories that are NOT maintained, same rules as F: 100 Files exclusions are tested before file matches. 101 Can be useful for excluding a specific subdirectory, for instance: 102 F: net/ 103 X: net/ipv6/ 104 matches all files in and below net excluding net/ipv6/ 105 1063C505 NETWORK DRIVER 107M: Philip Blundell <philb@gnu.org> 108L: netdev@vger.kernel.org 109S: Maintained 110F: drivers/net/3c505* 111 1123C59X NETWORK DRIVER 113M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> 114L: netdev@vger.kernel.org 115S: Maintained 116F: Documentation/networking/vortex.txt 117F: drivers/net/3c59x.c 118 1193CR990 NETWORK DRIVER 120M: David Dillow <dave@thedillows.org> 121L: netdev@vger.kernel.org 122S: Maintained 123F: drivers/net/typhoon* 124 1253W-9XXX SATA-RAID CONTROLLER DRIVER 126M: Adam Radford <linuxraid@amcc.com> 127L: linux-scsi@vger.kernel.org 128W: http://www.amcc.com 129S: Supported 130F: drivers/scsi/3w-9xxx* 131 1323W-XXXX ATA-RAID CONTROLLER DRIVER 133M: Adam Radford <linuxraid@amcc.com> 134L: linux-scsi@vger.kernel.org 135W: http://www.amcc.com 136S: Supported 137F: drivers/scsi/3w-xxxx* 138 13953C700 AND 53C700-66 SCSI DRIVER 140M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 141L: linux-scsi@vger.kernel.org 142S: Maintained 143F: drivers/scsi/53c700* 144 1456PACK NETWORK DRIVER FOR AX.25 146M: Andreas Koensgen <ajk@comnets.uni-bremen.de> 147L: linux-hams@vger.kernel.org 148S: Maintained 149F: drivers/net/hamradio/6pack.c 150 1518169 10/100/1000 GIGABIT ETHERNET DRIVER 152M: Francois Romieu <romieu@fr.zoreil.com> 153L: netdev@vger.kernel.org 154S: Maintained 155F: drivers/net/r8169.c 156 1578250/16?50 (AND CLONE UARTS) SERIAL DRIVER 158L: linux-serial@vger.kernel.org 159W: http://serial.sourceforge.net 160S: Orphan 161F: drivers/serial/8250* 162F: include/linux/serial_8250.h 163 1648390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 165M: Paul Gortmaker <p_gortmaker@yahoo.com> 166L: netdev@vger.kernel.org 167S: Maintained 168F: drivers/net/*8390* 169F: drivers/net/ax88796.c 170 1719P FILE SYSTEM 172M: Eric Van Hensbergen <ericvh@gmail.com> 173M: Ron Minnich <rminnich@sandia.gov> 174M: Latchesar Ionkov <lucho@ionkov.net> 175L: v9fs-developer@lists.sourceforge.net 176W: http://swik.net/v9fs 177T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git 178S: Maintained 179F: Documentation/filesystems/9p.txt 180F: fs/9p/ 181 182A2232 SERIAL BOARD DRIVER 183M: Enver Haase <A2232@gmx.net> 184L: linux-m68k@lists.linux-m68k.org 185S: Maintained 186F: drivers/char/ser_a2232* 187 188AACRAID SCSI RAID DRIVER 189M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 190L: linux-scsi@vger.kernel.org 191W: http://www.adaptec.com/ 192S: Supported 193F: Documentation/scsi/aacraid.txt 194F: drivers/scsi/aacraid/ 195 196ABIT UGURU 1,2 HARDWARE MONITOR DRIVER 197M: Hans de Goede <j.w.r.degoede@hhs.nl> 198L: lm-sensors@lm-sensors.org 199S: Maintained 200F: drivers/hwmon/abituguru.c 201 202ABIT UGURU 3 HARDWARE MONITOR DRIVER 203M: Alistair John Strachan <alistair@devzero.co.uk> 204L: lm-sensors@lm-sensors.org 205S: Maintained 206F: drivers/hwmon/abituguru3.c 207 208ACENIC DRIVER 209M: Jes Sorensen <jes@trained-monkey.org> 210L: linux-acenic@sunsite.dk 211S: Maintained 212F: drivers/net/acenic* 213 214ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER 215M: Peter Feuerer <peter@piie.net> 216W: http://piie.net/?section=acerhdf 217S: Maintained 218F: drivers/platform/x86/acerhdf.c 219 220ACER WMI LAPTOP EXTRAS 221M: Carlos Corbacho <carlos@strangeworlds.co.uk> 222L: aceracpi@googlegroups.com (subscribers-only) 223W: http://code.google.com/p/aceracpi 224S: Maintained 225F: drivers/platform/x86/acer-wmi.c 226 227ACPI 228M: Len Brown <lenb@kernel.org> 229L: linux-acpi@vger.kernel.org 230W: http://www.lesswatts.org/projects/acpi/ 231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git 232S: Supported 233F: drivers/acpi/ 234F: drivers/pnp/pnpacpi/ 235F: include/linux/acpi.h 236 237ACPI BATTERY DRIVERS 238M: Alexey Starikovskiy <astarikovskiy@suse.de> 239L: linux-acpi@vger.kernel.org 240W: http://www.lesswatts.org/projects/acpi/ 241S: Supported 242F: drivers/acpi/battery.c 243F: drivers/acpi/*sbs* 244 245ACPI EC DRIVER 246M: Alexey Starikovskiy <astarikovskiy@suse.de> 247L: linux-acpi@vger.kernel.org 248W: http://www.lesswatts.org/projects/acpi/ 249S: Supported 250F: drivers/acpi/ec.c 251 252ACPI FAN DRIVER 253M: Zhang Rui <rui.zhang@intel.com> 254L: linux-acpi@vger.kernel.org 255W: http://www.lesswatts.org/projects/acpi/ 256S: Supported 257F: drivers/acpi/fan.c 258 259ACPI PCI HOTPLUG DRIVER 260M: Kristen Carlson Accardi <kristen.c.accardi@intel.com> 261L: linux-pci@vger.kernel.org 262S: Supported 263F: drivers/pci/hotplug/acpi* 264 265ACPI THERMAL DRIVER 266M: Zhang Rui <rui.zhang@intel.com> 267L: linux-acpi@vger.kernel.org 268W: http://www.lesswatts.org/projects/acpi/ 269S: Supported 270F: drivers/acpi/*thermal* 271 272ACPI VIDEO DRIVER 273M: Zhang Rui <rui.zhang@intel.com> 274L: linux-acpi@vger.kernel.org 275W: http://www.lesswatts.org/projects/acpi/ 276S: Supported 277F: drivers/acpi/video.c 278 279ACPI WMI DRIVER 280M: Carlos Corbacho <carlos@strangeworlds.co.uk> 281L: linux-acpi@vger.kernel.org 282W: http://www.lesswatts.org/projects/acpi/ 283S: Maintained 284F: drivers/platform/x86/wmi.c 285 286AD1889 ALSA SOUND DRIVER 287M: Kyle McMartin <kyle@mcmartin.ca> 288M: Thibaut Varene <T-Bone@parisc-linux.org> 289W: http://wiki.parisc-linux.org/AD1889 290L: linux-parisc@vger.kernel.org 291S: Maintained 292F: sound/pci/ad1889.* 293 294ADM1025 HARDWARE MONITOR DRIVER 295M: Jean Delvare <khali@linux-fr.org> 296L: lm-sensors@lm-sensors.org 297S: Maintained 298F: Documentation/hwmon/adm1025 299F: drivers/hwmon/adm1025.c 300 301ADM1029 HARDWARE MONITOR DRIVER 302M: Corentin Labbe <corentin.labbe@geomatys.fr> 303L: lm-sensors@lm-sensors.org 304S: Maintained 305F: drivers/hwmon/adm1029.c 306 307ADM8211 WIRELESS DRIVER 308M: Michael Wu <flamingice@sourmilk.net> 309L: linux-wireless@vger.kernel.org 310W: http://linuxwireless.org/ 311T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 312S: Maintained 313F: drivers/net/wireless/adm8211.* 314 315ADT746X FAN DRIVER 316M: Colin Leroy <colin@colino.net> 317S: Maintained 318F: drivers/macintosh/therm_adt746x.c 319 320ADVANSYS SCSI DRIVER 321M: Matthew Wilcox <matthew@wil.cx> 322L: linux-scsi@vger.kernel.org 323S: Maintained 324F: Documentation/scsi/advansys.txt 325F: drivers/scsi/advansys.c 326 327AEDSP16 DRIVER 328M: Riccardo Facchetti <fizban@tin.it> 329S: Maintained 330F: sound/oss/aedsp16.c 331 332AFFS FILE SYSTEM 333M: Roman Zippel <zippel@linux-m68k.org> 334S: Maintained 335F: Documentation/filesystems/affs.txt 336F: fs/affs/ 337 338AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN 339M: David Howells <dhowells@redhat.com> 340L: linux-afs@lists.infradead.org 341S: Supported 342F: fs/afs/ 343F: include/net/af_rxrpc.h 344F: net/rxrpc/af_rxrpc.c 345 346AGPGART DRIVER 347M: David Airlie <airlied@linux.ie> 348T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 349S: Maintained 350F: drivers/char/agp/ 351F: include/linux/agp* 352 353AHA152X SCSI DRIVER 354M: "Juergen E. Fischer" <fischer@norbit.de> 355L: linux-scsi@vger.kernel.org 356S: Maintained 357F: drivers/scsi/aha152x* 358F: drivers/scsi/pcmcia/aha152x* 359 360AIC7XXX / AIC79XX SCSI DRIVER 361M: Hannes Reinecke <hare@suse.de> 362L: linux-scsi@vger.kernel.org 363S: Maintained 364F: drivers/scsi/aic7xxx/ 365F: drivers/scsi/aic7xxx_old/ 366 367AIO 368M: Benjamin LaHaise <bcrl@kvack.org> 369L: linux-aio@kvack.org 370S: Supported 371F: fs/aio.c 372F: include/linux/*aio*.h 373 374ALCATEL SPEEDTOUCH USB DRIVER 375M: Duncan Sands <duncan.sands@free.fr> 376L: linux-usb@vger.kernel.org 377W: http://www.linux-usb.org/SpeedTouch/ 378S: Maintained 379F: drivers/usb/atm/speedtch.c 380F: drivers/usb/atm/usbatm.c 381 382ALCHEMY AU1XX0 MMC DRIVER 383M: Manuel Lauss <manuel.lauss@gmail.com> 384S: Maintained 385F: drivers/mmc/host/au1xmmc.c 386 387ALI1563 I2C DRIVER 388M: Rudolf Marek <r.marek@assembler.cz> 389L: linux-i2c@vger.kernel.org 390S: Maintained 391F: Documentation/i2c/busses/i2c-ali1563 392F: drivers/i2c/busses/i2c-ali1563.c 393 394ALPHA PORT 395M: Richard Henderson <rth@twiddle.net> 396S: Odd Fixes for 2.4; Maintained for 2.6. 397M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> 398S: Maintained for 2.4; PCI support for 2.6. 399L: linux-alpha@vger.kernel.org 400F: arch/alpha/ 401 402AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER 403M: Thomas Dahlmann <dahlmann.thomas@arcor.de> 404L: linux-geode@lists.infradead.org (moderated for non-subscribers) 405S: Supported 406F: drivers/usb/gadget/amd5536udc.* 407 408AMD GEODE PROCESSOR/CHIPSET SUPPORT 409P: Jordan Crouse 410L: linux-geode@lists.infradead.org (moderated for non-subscribers) 411W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 412S: Supported 413F: arch/x86/kernel/geode_32.c 414F: drivers/char/hw_random/geode-rng.c 415F: drivers/crypto/geode* 416F: drivers/video/geode/ 417F: arch/x86/include/asm/geode.h 418 419AMD IOMMU (AMD-VI) 420M: Joerg Roedel <joerg.roedel@amd.com> 421L: iommu@lists.linux-foundation.org 422T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git 423S: Supported 424F: arch/x86/kernel/amd_iommu*.c 425F: arch/x86/include/asm/amd_iommu*.h 426 427AMD MICROCODE UPDATE SUPPORT 428M: Andreas Herrmann <andreas.herrmann3@amd.com> 429L: amd64-microcode@amd64.org 430S: Supported 431F: arch/x86/kernel/microcode_amd.c 432 433AMS (Apple Motion Sensor) DRIVER 434M: Stelian Pop <stelian@popies.net> 435M: Michael Hanselmann <linux-kernel@hansmi.ch> 436S: Supported 437F: drivers/hwmon/ams/ 438 439AMSO1100 RNIC DRIVER 440M: Tom Tucker <tom@opengridcomputing.com> 441M: Steve Wise <swise@opengridcomputing.com> 442L: linux-rdma@vger.kernel.org 443S: Maintained 444F: drivers/infiniband/hw/amso1100/ 445 446AOA (Apple Onboard Audio) ALSA DRIVER 447M: Johannes Berg <johannes@sipsolutions.net> 448L: linuxppc-dev@ozlabs.org 449L: alsa-devel@alsa-project.org (moderated for non-subscribers) 450S: Maintained 451F: sound/aoa/ 452 453APM DRIVER 454M: Stephen Rothwell <sfr@canb.auug.org.au> 455L: linux-laptop@vger.kernel.org 456W: http://www.canb.auug.org.au/~sfr/ 457S: Supported 458F: arch/x86/kernel/apm_32.c 459F: include/linux/apm_bios.h 460 461APPLE BCM5974 MULTITOUCH DRIVER 462M: Henrik Rydberg <rydberg@euromail.se> 463L: linux-input@vger.kernel.org 464S: Maintained 465F: drivers/input/mouse/bcm5974.c 466 467APPLE SMC DRIVER 468M: Nicolas Boichat <nicolas@boichat.ch> 469L: mactel-linux-devel@lists.sourceforge.net 470S: Maintained 471F: drivers/hwmon/applesmc.c 472 473APPLETALK NETWORK LAYER 474M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 475S: Maintained 476F: drivers/net/appletalk/ 477F: net/appletalk/ 478 479APPLETOUCH TOUCHPAD DRIVER 480M: Johannes Berg <johannes@sipsolutions.net> 481L: linux-input@vger.kernel.org 482S: Maintained 483F: Documentation/input/appletouch.txt 484F: drivers/input/mouse/appletouch.c 485 486ARC FRAMEBUFFER DRIVER 487M: Jaya Kumar <jayalk@intworks.biz> 488S: Maintained 489F: drivers/video/arcfb.c 490F: drivers/video/fb_defio.c 491 492ARM MFM AND FLOPPY DRIVERS 493M: Ian Molton <spyro@f2s.com> 494S: Maintained 495F: arch/arm/lib/floppydma.S 496F: arch/arm/include/asm/floppy.h 497 498ARM PORT 499M: Russell King <linux@arm.linux.org.uk> 500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 501W: http://www.arm.linux.org.uk/ 502S: Maintained 503F: arch/arm/ 504 505ARM PRIMECELL MMCI PL180/1 DRIVER 506S: Orphan 507F: drivers/mmc/host/mmci.* 508 509ARM/ADI ROADRUNNER MACHINE SUPPORT 510M: Lennert Buytenhek <kernel@wantstofly.org> 511L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 512S: Maintained 513F: arch/arm/mach-ixp23xx/ 514F: arch/arm/mach-ixp23xx/include/mach/ 515 516ARM/ADS SPHERE MACHINE SUPPORT 517M: Lennert Buytenhek <kernel@wantstofly.org> 518L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 519S: Maintained 520 521ARM/AFEB9260 MACHINE SUPPORT 522M: Sergey Lapin <slapin@ossfans.org> 523L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 524S: Maintained 525 526ARM/AJECO 1ARM MACHINE SUPPORT 527M: Lennert Buytenhek <kernel@wantstofly.org> 528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 529S: Maintained 530 531ARM/ATMEL AT91RM9200 ARM ARCHITECTURE 532M: Andrew Victor <linux@maxim.org.za> 533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 534W: http://maxim.org.za/at91_26.html 535S: Maintained 536 537ARM/BCMRING ARM ARCHITECTURE 538M: Leo Chen <leochen@broadcom.com> 539M: Scott Branden <sbranden@broadcom.com> 540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 541S: Maintained 542F: arch/arm/mach-bcmring 543 544ARM/BCMRING MTD NAND DRIVER 545M: Leo Chen <leochen@broadcom.com> 546M: Scott Branden <sbranden@broadcom.com> 547L: linux-mtd@lists.infradead.org 548S: Maintained 549F: drivers/mtd/nand/bcm_umi_nand.c 550F: drivers/mtd/nand/bcm_umi_bch.c 551F: drivers/mtd/nand/bcm_umi_hamming.c 552F: drivers/mtd/nand/nand_bcm_umi.h 553 554ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 555M: Hartley Sweeten <hsweeten@visionengravers.com> 556M: Ryan Mallon <ryan@bluewatersys.com> 557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 558S: Maintained 559F: arch/arm/mach-ep93xx/ 560F: arch/arm/mach-ep93xx/include/mach/ 561 562ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT 563M: Lennert Buytenhek <kernel@wantstofly.org> 564L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 565S: Maintained 566 567ARM/CLKDEV SUPPORT 568M: Russell King <linux@arm.linux.org.uk> 569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 570F: arch/arm/common/clkdev.c 571F: arch/arm/include/asm/clkdev.h 572 573ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT 574M: Mike Rapoport <mike@compulab.co.il> 575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 576S: Maintained 577 578ARM/CORGI MACHINE SUPPORT 579M: Richard Purdie <rpurdie@rpsys.net> 580S: Maintained 581 582ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE 583M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> 584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 585T: git git://gitorious.org/linux-gemini/mainline.git 586S: Maintained 587F: arch/arm/mach-gemini/ 588 589ARM/EBSA110 MACHINE SUPPORT 590M: Russell King <linux@arm.linux.org.uk> 591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 592W: http://www.arm.linux.org.uk/ 593S: Maintained 594F: arch/arm/mach-ebsa110/ 595F: drivers/net/arm/am79c961a.* 596 597ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) 598M: Daniel Ribeiro <drwyrm@gmail.com> 599M: Stefan Schmidt <stefan@openezx.org> 600M: Harald Welte <laforge@openezx.org> 601L: openezx-devel@lists.openezx.org (subscribers-only) 602W: http://www.openezx.org/ 603S: Maintained 604T: topgit git://git.openezx.org/openezx.git 605F: arch/arm/mach-pxa/ezx.c 606 607ARM/FARADAY FA526 PORT 608M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> 609L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 610S: Maintained 611F: arch/arm/mm/*-fa* 612 613ARM/FOOTBRIDGE ARCHITECTURE 614M: Russell King <linux@arm.linux.org.uk> 615L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 616W: http://www.arm.linux.org.uk/ 617S: Maintained 618F: arch/arm/include/asm/hardware/dec21285.h 619F: arch/arm/mach-footbridge/ 620 621ARM/FREESCALE IMX / MXC ARM ARCHITECTURE 622M: Sascha Hauer <kernel@pengutronix.de> 623L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 624S: Maintained 625 626ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 627M: Lennert Buytenhek <kernel@wantstofly.org> 628L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 629S: Maintained 630 631ARM/GUMSTIX MACHINE SUPPORT 632M: Steve Sakoman <sakoman@gmail.com> 633L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 634S: Maintained 635 636ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT 637M: Philipp Zabel <philipp.zabel@gmail.com> 638S: Maintained 639F: arch/arm/mach-pxa/hx4700.c 640F: arch/arm/mach-pxa/include/mach/hx4700.h 641 642ARM/HP JORNADA 7XX MACHINE SUPPORT 643M: Kristoffer Ericson <kristoffer.ericson@gmail.com> 644W: www.jlime.com 645S: Maintained 646T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git 647F: arch/arm/mach-sa1100/jornada720.c 648F: arch/arm/mach-sa1100/include/mach/jornada720.h 649 650ARM/INTEL IOP32X ARM ARCHITECTURE 651M: Lennert Buytenhek <kernel@wantstofly.org> 652M: Dan Williams <dan.j.williams@intel.com> 653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 654S: Supported 655 656ARM/INTEL IOP33X ARM ARCHITECTURE 657M: Dan Williams <dan.j.williams@intel.com> 658L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 659S: Supported 660 661ARM/INTEL IOP13XX ARM ARCHITECTURE 662M: Lennert Buytenhek <kernel@wantstofly.org> 663M: Dan Williams <dan.j.williams@intel.com> 664L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 665S: Supported 666 667ARM/INTEL IQ81342EX MACHINE SUPPORT 668M: Lennert Buytenhek <kernel@wantstofly.org> 669M: Dan Williams <dan.j.williams@intel.com> 670L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 671S: Supported 672 673ARM/INTEL IXP2000 ARM ARCHITECTURE 674M: Lennert Buytenhek <kernel@wantstofly.org> 675L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 676S: Maintained 677 678ARM/INTEL IXDP2850 MACHINE SUPPORT 679M: Lennert Buytenhek <kernel@wantstofly.org> 680L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 681S: Maintained 682 683ARM/INTEL IXP23XX ARM ARCHITECTURE 684M: Lennert Buytenhek <kernel@wantstofly.org> 685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 686S: Maintained 687 688ARM/INTEL XSC3 (MANZANO) ARM CORE 689M: Lennert Buytenhek <kernel@wantstofly.org> 690M: Dan Williams <dan.j.williams@intel.com> 691L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 692S: Supported 693 694ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 695M: Lennert Buytenhek <kernel@wantstofly.org> 696L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 697S: Maintained 698 699ARM/LOGICPD PXA270 MACHINE SUPPORT 700M: Lennert Buytenhek <kernel@wantstofly.org> 701L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 702S: Maintained 703 704ARM/MAGICIAN MACHINE SUPPORT 705M: Philipp Zabel <philipp.zabel@gmail.com> 706S: Maintained 707 708ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support 709M: Lennert Buytenhek <buytenh@marvell.com> 710M: Nicolas Pitre <nico@marvell.com> 711L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 712T: git git://git.marvell.com/orion 713S: Maintained 714F: arch/arm/mach-loki/ 715F: arch/arm/mach-kirkwood/ 716F: arch/arm/mach-mv78xx0/ 717F: arch/arm/mach-orion5x/ 718F: arch/arm/plat-orion/ 719 720ARM/MIOA701 MACHINE SUPPORT 721M: Robert Jarzmik <robert.jarzmik@free.fr> 722L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 723F: arch/arm/mach-pxa/mioa701.c 724S: Maintained 725 726ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT 727M: Michael Petchkovsky <mkpetch@internode.on.net> 728S: Maintained 729 730ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT 731M: Nelson Castillo <arhuaco@freaks-unidos.net> 732L: openmoko-kernel@lists.openmoko.org (subscribers-only) 733W: http://wiki.openmoko.org/wiki/Neo_FreeRunner 734S: Supported 735 736ARM/TOSA MACHINE SUPPORT 737M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 738M: Dirk Opfer <dirk@opfer-online.de> 739S: Maintained 740 741ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT 742M: Marek Vasut <marek.vasut@gmail.com> 743W: http://hackndev.com 744S: Maintained 745 746ARM/PALM TREO 680 SUPPORT 747M: Tomas Cech <sleep_walker@suse.cz> 748W: http://hackndev.com 749S: Maintained 750 751ARM/PALMZ72 SUPPORT 752M: Sergey Lapin <slapin@ossfans.org> 753W: http://hackndev.com 754S: Maintained 755 756ARM/PLEB SUPPORT 757M: Peter Chubb <pleb@gelato.unsw.edu.au> 758W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 759S: Maintained 760 761ARM/PT DIGITAL BOARD PORT 762M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> 763L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 764W: http://www.arm.linux.org.uk/ 765S: Maintained 766 767ARM/RADISYS ENP2611 MACHINE SUPPORT 768M: Lennert Buytenhek <kernel@wantstofly.org> 769L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 770S: Maintained 771 772ARM/RISCPC ARCHITECTURE 773M: Russell King <linux@arm.linux.org.uk> 774L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 775W: http://www.arm.linux.org.uk/ 776S: Maintained 777F: arch/arm/common/time-acorn.c 778F: arch/arm/include/asm/hardware/entry-macro-iomd.S 779F: arch/arm/include/asm/hardware/ioc.h 780F: arch/arm/include/asm/hardware/iomd.h 781F: arch/arm/include/asm/hardware/memc.h 782F: arch/arm/mach-rpc/ 783F: drivers/net/arm/ether* 784F: drivers/scsi/arm/ 785 786ARM/SHARK MACHINE SUPPORT 787M: Alexander Schulz <alex@shark-linux.de> 788W: http://www.shark-linux.de/shark.html 789S: Maintained 790 791ARM/SAMSUNG ARM ARCHITECTURES 792M: Ben Dooks <ben-linux@fluff.org> 793L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 794W: http://www.fluff.org/ben/linux/ 795S: Maintained 796F: arch/arm/plat-s3c/ 797F: arch/arm/plat-s3c24xx/ 798 799ARM/S3C2410 ARM ARCHITECTURE 800M: Ben Dooks <ben-linux@fluff.org> 801L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 802W: http://www.fluff.org/ben/linux/ 803S: Maintained 804F: arch/arm/mach-s3c2410/ 805 806ARM/S3C2440 ARM ARCHITECTURE 807M: Ben Dooks <ben-linux@fluff.org> 808L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 809W: http://www.fluff.org/ben/linux/ 810S: Maintained 811F: arch/arm/mach-s3c2440/ 812 813ARM/S3C2442 ARM ARCHITECTURE 814M: Ben Dooks <ben-linux@fluff.org> 815L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 816W: http://www.fluff.org/ben/linux/ 817S: Maintained 818F: arch/arm/mach-s3c2442/ 819 820ARM/S3C2443 ARM ARCHITECTURE 821M: Ben Dooks <ben-linux@fluff.org> 822L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 823W: http://www.fluff.org/ben/linux/ 824S: Maintained 825F: arch/arm/mach-s3c2443/ 826 827ARM/S3C6400 ARM ARCHITECTURE 828M: Ben Dooks <ben-linux@fluff.org> 829L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 830W: http://www.fluff.org/ben/linux/ 831S: Maintained 832F: arch/arm/mach-s3c6400/ 833 834ARM/S3C6410 ARM ARCHITECTURE 835M: Ben Dooks <ben-linux@fluff.org> 836L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 837W: http://www.fluff.org/ben/linux/ 838S: Maintained 839F: arch/arm/mach-s3c6410/ 840 841ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 842M: Lennert Buytenhek <kernel@wantstofly.org> 843L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 844S: Maintained 845 846ARM/THECUS N2100 MACHINE SUPPORT 847M: Lennert Buytenhek <kernel@wantstofly.org> 848L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 849S: Maintained 850 851ARM/NUVOTON W90X900 ARM ARCHITECTURE 852M: Wan ZongShun <mcuos.com@gmail.com> 853L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 854W: http://www.mcuos.com 855S: Maintained 856 857ARM/VFP SUPPORT 858M: Russell King <linux@arm.linux.org.uk> 859L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 860W: http://www.arm.linux.org.uk/ 861S: Maintained 862F: arch/arm/vfp/ 863 864ASUS ACPI EXTRAS DRIVER 865M: Corentin Chary <corentincj@iksaif.net> 866M: Karol Kozimor <sziwan@users.sourceforge.net> 867L: acpi4asus-user@lists.sourceforge.net 868W: http://acpi4asus.sf.net 869S: Maintained 870F: arch/x86/kernel/acpi/boot.c 871F: drivers/platform/x86/asus_acpi.c 872 873ASUS ASB100 HARDWARE MONITOR DRIVER 874M: "Mark M. Hoffman" <mhoffman@lightlink.com> 875L: lm-sensors@lm-sensors.org 876S: Maintained 877F: drivers/hwmon/asb100.c 878 879ASUS LAPTOP EXTRAS DRIVER 880M: Corentin Chary <corentincj@iksaif.net> 881L: acpi4asus-user@lists.sourceforge.net 882W: http://acpi4asus.sf.net 883S: Maintained 884F: drivers/platform/x86/asus-laptop.c 885 886ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API 887M: Dan Williams <dan.j.williams@intel.com> 888M: Maciej Sosnowski <maciej.sosnowski@intel.com> 889W: http://sourceforge.net/projects/xscaleiop 890S: Supported 891F: Documentation/crypto/async-tx-api.txt 892F: crypto/async_tx/ 893F: drivers/dma/ 894F: include/linux/dmaengine.h 895F: include/linux/async_tx.h 896 897ATA OVER ETHERNET (AOE) DRIVER 898M: "Ed L. Cashin" <ecashin@coraid.com> 899W: http://www.coraid.com/support/linux 900S: Supported 901F: Documentation/aoe/ 902F: drivers/block/aoe/ 903 904ATHEROS ATH5K WIRELESS DRIVER 905M: Jiri Slaby <jirislaby@gmail.com> 906M: Nick Kossifidis <mickflemm@gmail.com> 907M: "Luis R. Rodriguez" <lrodriguez@atheros.com> 908M: Bob Copeland <me@bobcopeland.com> 909L: linux-wireless@vger.kernel.org 910L: ath5k-devel@lists.ath5k.org 911W: http://wireless.kernel.org/en/users/Drivers/ath5k 912S: Maintained 913F: drivers/net/wireless/ath/ath5k/ 914 915ATHEROS ATH9K WIRELESS DRIVER 916M: "Luis R. Rodriguez" <lrodriguez@atheros.com> 917M: Jouni Malinen <jmalinen@atheros.com> 918M: Sujith Manoharan <Sujith.Manoharan@atheros.com> 919M: Vasanthakumar Thiagarajan <vasanth@atheros.com> 920M: Senthil Balasubramanian <senthilkumar@atheros.com> 921L: linux-wireless@vger.kernel.org 922L: ath9k-devel@lists.ath9k.org 923W: http://wireless.kernel.org/en/users/Drivers/ath9k 924S: Supported 925F: drivers/net/wireless/ath/ath9k/ 926 927ATHEROS AR9170 WIRELESS DRIVER 928M: Christian Lamparter <chunkeey@web.de> 929L: linux-wireless@vger.kernel.org 930W: http://wireless.kernel.org/en/users/Drivers/ar9170 931S: Maintained 932F: drivers/net/wireless/ath/ar9170/ 933 934ATK0110 HWMON DRIVER 935M: Luca Tettamanti <kronos.it@gmail.com> 936L: lm-sensors@lm-sensors.org 937S: Maintained 938F: drivers/hwmon/asus_atk0110.c 939 940ATI_REMOTE2 DRIVER 941M: Ville Syrjala <syrjala@sci.fi> 942S: Maintained 943F: drivers/input/misc/ati_remote2.c 944 945ATLX ETHERNET DRIVERS 946M: Jay Cliburn <jcliburn@gmail.com> 947M: Chris Snook <chris.snook@gmail.com> 948M: Jie Yang <jie.yang@atheros.com> 949L: atl1-devel@lists.sourceforge.net 950W: http://sourceforge.net/projects/atl1 951W: http://atl1.sourceforge.net 952S: Maintained 953F: drivers/net/atlx/ 954 955ATM 956M: Chas Williams <chas@cmf.nrl.navy.mil> 957L: linux-atm-general@lists.sourceforge.net (subscribers-only) 958L: netdev@vger.kernel.org 959W: http://linux-atm.sourceforge.net 960S: Maintained 961F: drivers/atm/ 962F: include/linux/atm* 963 964ATMEL AT91 MCI DRIVER 965M: Nicolas Ferre <nicolas.ferre@atmel.com> 966L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 967W: http://www.atmel.com/products/AT91/ 968W: http://www.at91.com/ 969S: Maintained 970F: drivers/mmc/host/at91_mci.c 971 972ATMEL AT91 / AT32 MCI DRIVER 973M: Nicolas Ferre <nicolas.ferre@atmel.com> 974S: Maintained 975F: drivers/mmc/host/atmel-mci.c 976F: drivers/mmc/host/atmel-mci-regs.h 977 978ATMEL AT91 / AT32 SERIAL DRIVER 979M: Haavard Skinnemoen <hskinnemoen@atmel.com> 980S: Supported 981F: drivers/serial/atmel_serial.c 982 983ATMEL LCDFB DRIVER 984M: Nicolas Ferre <nicolas.ferre@atmel.com> 985L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 986S: Maintained 987F: drivers/video/atmel_lcdfb.c 988F: include/video/atmel_lcdc.h 989 990ATMEL MACB ETHERNET DRIVER 991M: Haavard Skinnemoen <hskinnemoen@atmel.com> 992S: Supported 993F: drivers/net/macb.* 994 995ATMEL SPI DRIVER 996M: Haavard Skinnemoen <hskinnemoen@atmel.com> 997S: Supported 998F: drivers/spi/atmel_spi.* 999 1000ATMEL USBA UDC DRIVER 1001M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1002L: kernel@avr32linux.org 1003W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver 1004S: Supported 1005F: drivers/usb/gadget/atmel_usba_udc.* 1006 1007ATMEL WIRELESS DRIVER 1008M: Simon Kelley <simon@thekelleys.org.uk> 1009L: linux-wireless@vger.kernel.org 1010W: http://www.thekelleys.org.uk/atmel 1011W: http://atmelwlandriver.sourceforge.net/ 1012S: Maintained 1013F: drivers/net/wireless/atmel* 1014 1015AUDIT SUBSYSTEM 1016M: Al Viro <viro@zeniv.linux.org.uk> 1017M: Eric Paris <eparis@redhat.com> 1018L: linux-audit@redhat.com (subscribers-only) 1019W: http://people.redhat.com/sgrubb/audit/ 1020T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git 1021S: Maintained 1022F: include/linux/audit.h 1023F: kernel/audit* 1024 1025AUXILIARY DISPLAY DRIVERS 1026M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1027W: http://miguelojeda.es/auxdisplay.htm 1028W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1029S: Maintained 1030F: drivers/auxdisplay/ 1031F: include/linux/cfag12864b.h 1032 1033AVR32 ARCHITECTURE 1034M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1035W: http://www.atmel.com/products/AVR32/ 1036W: http://avr32linux.org/ 1037W: http://avrfreaks.net/ 1038S: Supported 1039F: arch/avr32/ 1040 1041AVR32/AT32AP MACHINE SUPPORT 1042M: Haavard Skinnemoen <hskinnemoen@atmel.com> 1043S: Supported 1044F: arch/avr32/mach-at32ap/ 1045 1046AX.25 NETWORK LAYER 1047M: Ralf Baechle <ralf@linux-mips.org> 1048L: linux-hams@vger.kernel.org 1049W: http://www.linux-ax25.org/ 1050S: Maintained 1051F: include/linux/ax25.h 1052F: include/net/ax25.h 1053F: net/ax25/ 1054 1055B43 WIRELESS DRIVER 1056M: Michael Buesch <mb@bu3sch.de> 1057M: Stefano Brivio <stefano.brivio@polimi.it> 1058L: linux-wireless@vger.kernel.org 1059W: http://linuxwireless.org/en/users/Drivers/b43 1060S: Maintained 1061F: drivers/net/wireless/b43/ 1062 1063B43LEGACY WIRELESS DRIVER 1064M: Larry Finger <Larry.Finger@lwfinger.net> 1065M: Stefano Brivio <stefano.brivio@polimi.it> 1066L: linux-wireless@vger.kernel.org 1067W: http://linuxwireless.org/en/users/Drivers/b43 1068S: Maintained 1069F: drivers/net/wireless/b43legacy/ 1070 1071BACKLIGHT CLASS/SUBSYSTEM 1072M: Richard Purdie <rpurdie@rpsys.net> 1073S: Maintained 1074F: drivers/video/backlight/ 1075F: include/linux/backlight.h 1076 1077BAYCOM/HDLCDRV DRIVERS FOR AX.25 1078M: Thomas Sailer <t.sailer@alumni.ethz.ch> 1079L: linux-hams@vger.kernel.org 1080W: http://www.baycom.org/~tom/ham/ham.html 1081S: Maintained 1082F: drivers/net/hamradio/baycom* 1083 1084BEFS FILE SYSTEM 1085M: "Sergey S. Kostyliov" <rathamahata@php4.ru> 1086S: Maintained 1087F: Documentation/filesystems/befs.txt 1088F: fs/befs/ 1089 1090BFS FILE SYSTEM 1091M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> 1092S: Maintained 1093F: Documentation/filesystems/bfs.txt 1094F: fs/bfs/ 1095F: include/linux/bfs_fs.h 1096 1097BLACKFIN ARCHITECTURE 1098M: Mike Frysinger <vapier@gentoo.org> 1099L: uclinux-dist-devel@blackfin.uclinux.org 1100W: http://blackfin.uclinux.org 1101S: Supported 1102F: arch/blackfin/ 1103 1104BLACKFIN EMAC DRIVER 1105M: Michael Hennerich <michael.hennerich@analog.com> 1106L: uclinux-dist-devel@blackfin.uclinux.org 1107W: http://blackfin.uclinux.org 1108S: Supported 1109F: drivers/net/bfin_mac.* 1110 1111BLACKFIN RTC DRIVER 1112M: Mike Frysinger <vapier.adi@gmail.com> 1113L: uclinux-dist-devel@blackfin.uclinux.org 1114W: http://blackfin.uclinux.org 1115S: Supported 1116F: drivers/rtc/rtc-bfin.c 1117 1118BLACKFIN SERIAL DRIVER 1119M: Sonic Zhang <sonic.zhang@analog.com> 1120L: uclinux-dist-devel@blackfin.uclinux.org 1121W: http://blackfin.uclinux.org 1122S: Supported 1123F: drivers/serial/bfin_5xx.c 1124 1125BLACKFIN WATCHDOG DRIVER 1126M: Mike Frysinger <vapier.adi@gmail.com> 1127L: uclinux-dist-devel@blackfin.uclinux.org 1128W: http://blackfin.uclinux.org 1129S: Supported 1130F: drivers/watchdog/bfin_wdt.c 1131 1132BLACKFIN I2C TWI DRIVER 1133M: Sonic Zhang <sonic.zhang@analog.com> 1134L: uclinux-dist-devel@blackfin.uclinux.org 1135W: http://blackfin.uclinux.org/ 1136S: Supported 1137F: drivers/i2c/busses/i2c-bfin-twi.c 1138 1139BLOCK LAYER 1140M: Jens Axboe <axboe@kernel.dk> 1141T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git 1142S: Maintained 1143F: block/ 1144 1145BLOCK2MTD DRIVER 1146M: Joern Engel <joern@lazybastard.org> 1147L: linux-mtd@lists.infradead.org 1148S: Maintained 1149F: drivers/mtd/devices/block2mtd.c 1150 1151BLUETOOTH DRIVERS 1152M: Marcel Holtmann <marcel@holtmann.org> 1153L: linux-bluetooth@vger.kernel.org 1154W: http://www.bluez.org/ 1155S: Maintained 1156F: drivers/bluetooth/ 1157 1158BLUETOOTH SUBSYSTEM 1159M: Marcel Holtmann <marcel@holtmann.org> 1160L: linux-bluetooth@vger.kernel.org 1161W: http://www.bluez.org/ 1162T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git 1163S: Maintained 1164F: net/bluetooth/ 1165F: include/net/bluetooth/ 1166 1167BONDING DRIVER 1168M: Jay Vosburgh <fubar@us.ibm.com> 1169L: bonding-devel@lists.sourceforge.net 1170W: http://sourceforge.net/projects/bonding/ 1171S: Supported 1172F: drivers/net/bonding/ 1173F: include/linux/if_bonding.h 1174 1175BROADCOM B44 10/100 ETHERNET DRIVER 1176M: Gary Zambrano <zambrano@broadcom.com> 1177L: netdev@vger.kernel.org 1178S: Supported 1179F: drivers/net/b44.* 1180 1181BROADCOM BNX2 GIGABIT ETHERNET DRIVER 1182M: Michael Chan <mchan@broadcom.com> 1183L: netdev@vger.kernel.org 1184S: Supported 1185F: drivers/net/bnx2.* 1186F: drivers/net/bnx2_* 1187 1188BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER 1189M: Eilon Greenstein <eilong@broadcom.com> 1190L: netdev@vger.kernel.org 1191S: Supported 1192F: drivers/net/bnx2x* 1193 1194BROADCOM TG3 GIGABIT ETHERNET DRIVER 1195M: Matt Carlson <mcarlson@broadcom.com> 1196M: Michael Chan <mchan@broadcom.com> 1197L: netdev@vger.kernel.org 1198S: Supported 1199F: drivers/net/tg3.* 1200 1201BSG (block layer generic sg v4 driver) 1202M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> 1203L: linux-scsi@vger.kernel.org 1204S: Supported 1205F: block/bsg.c 1206F: include/linux/bsg.h 1207 1208BT8XXGPIO DRIVER 1209M: Michael Buesch <mb@bu3sch.de> 1210W: http://bu3sch.de/btgpio.php 1211S: Maintained 1212F: drivers/gpio/bt8xxgpio.c 1213 1214BTRFS FILE SYSTEM 1215M: Chris Mason <chris.mason@oracle.com> 1216L: linux-btrfs@vger.kernel.org 1217W: http://btrfs.wiki.kernel.org/ 1218T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git 1219S: Maintained 1220F: Documentation/filesystems/btrfs.txt 1221F: fs/btrfs/ 1222 1223BTTV VIDEO4LINUX DRIVER 1224M: Mauro Carvalho Chehab <mchehab@infradead.org> 1225L: linux-media@vger.kernel.org 1226W: http://linuxtv.org 1227T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1228S: Maintained 1229F: Documentation/video4linux/bttv/ 1230F: drivers/media/video/bt8xx/bttv* 1231 1232CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS 1233M: David Howells <dhowells@redhat.com> 1234L: linux-cachefs@redhat.com 1235S: Supported 1236F: Documentation/filesystems/caching/cachefiles.txt 1237F: fs/cachefiles/ 1238 1239CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1240M: Jonathan Corbet <corbet@lwn.net> 1241L: linux-media@vger.kernel.org 1242T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1243S: Maintained 1244F: Documentation/video4linux/cafe_ccic 1245F: drivers/media/video/cafe_ccic* 1246 1247CALGARY x86-64 IOMMU 1248M: Muli Ben-Yehuda <muli@il.ibm.com> 1249M: "Jon D. Mason" <jdmason@kudzu.us> 1250L: discuss@x86-64.org 1251S: Maintained 1252F: arch/x86/kernel/pci-calgary_64.c 1253F: arch/x86/kernel/tce_64.c 1254F: arch/x86/include/asm/calgary.h 1255F: arch/x86/include/asm/tce.h 1256 1257CAN NETWORK LAYER 1258M: Urs Thuermann <urs.thuermann@volkswagen.de> 1259M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> 1260L: socketcan-core@lists.berlios.de (subscribers-only) 1261W: http://developer.berlios.de/projects/socketcan/ 1262S: Maintained 1263F: drivers/net/can/ 1264F: include/linux/can/ 1265F: include/linux/can.h 1266 1267CAN NETWORK DRIVERS 1268M: Wolfgang Grandegger <wg@grandegger.com> 1269L: socketcan-core@lists.berlios.de (subscribers-only) 1270W: http://developer.berlios.de/projects/socketcan/ 1271S: Maintained 1272 1273CELL BROADBAND ENGINE ARCHITECTURE 1274M: Arnd Bergmann <arnd@arndb.de> 1275L: linuxppc-dev@ozlabs.org 1276L: cbe-oss-dev@ozlabs.org 1277W: http://www.ibm.com/developerworks/power/cell/ 1278S: Supported 1279F: arch/powerpc/include/asm/cell*.h 1280F: arch/powerpc/include/asm/spu*.h 1281F: arch/powerpc/oprofile/*cell* 1282F: arch/powerpc/platforms/cell/ 1283 1284CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: 1285M: David Vrabel <david.vrabel@csr.com> 1286L: linux-usb@vger.kernel.org 1287S: Supported 1288F: Documentation/usb/WUSB-Design-overview.txt 1289F: Documentation/usb/wusb-cbaf 1290F: drivers/usb/wusbcore/ 1291F: include/linux/usb/wusb* 1292 1293CFAG12864B LCD DRIVER 1294M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1295W: http://miguelojeda.es/auxdisplay.htm 1296W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1297S: Maintained 1298F: drivers/auxdisplay/cfag12864b.c 1299F: include/linux/cfag12864b.h 1300 1301CFAG12864BFB LCD FRAMEBUFFER DRIVER 1302M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 1303W: http://miguelojeda.es/auxdisplay.htm 1304W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1305S: Maintained 1306F: drivers/auxdisplay/cfag12864bfb.c 1307F: include/linux/cfag12864b.h 1308 1309CFG80211 and NL80211 1310M: Johannes Berg <johannes@sipsolutions.net> 1311L: linux-wireless@vger.kernel.org 1312S: Maintained 1313F: include/linux/nl80211.h 1314F: include/net/cfg80211.h 1315F: net/wireless/* 1316X: net/wireless/wext* 1317 1318CHECKPATCH 1319M: Andy Whitcroft <apw@canonical.com> 1320S: Supported 1321F: scripts/checkpatch.pl 1322 1323CISCO 10G ETHERNET DRIVER 1324M: Scott Feldman <scofeldm@cisco.com> 1325M: Joe Eykholt <jeykholt@cisco.com> 1326S: Supported 1327F: drivers/net/enic/ 1328 1329CIRRUS LOGIC EP93XX ETHERNET DRIVER 1330M: Lennert Buytenhek <kernel@wantstofly.org> 1331L: netdev@vger.kernel.org 1332S: Maintained 1333F: drivers/net/arm/ep93xx_eth.c 1334 1335CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER 1336M: Lennert Buytenhek <kernel@wantstofly.org> 1337L: linux-usb@vger.kernel.org 1338S: Maintained 1339F: drivers/usb/host/ohci-ep93xx.c 1340 1341CIRRUS LOGIC CS4270 SOUND DRIVER 1342M: Timur Tabi <timur@freescale.com> 1343L: alsa-devel@alsa-project.org (moderated for non-subscribers) 1344S: Supported 1345F: sound/soc/codecs/cs4270* 1346 1347CLK API 1348M: Russell King <linux@arm.linux.org.uk> 1349F: include/linux/clk.h 1350 1351CISCO FCOE HBA DRIVER 1352M: Abhijeet Joglekar <abjoglek@cisco.com> 1353M: Joe Eykholt <jeykholt@cisco.com> 1354L: linux-scsi@vger.kernel.org 1355S: Supported 1356F: drivers/scsi/fnic/ 1357 1358CODA FILE SYSTEM 1359M: Jan Harkes <jaharkes@cs.cmu.edu> 1360M: coda@cs.cmu.edu 1361L: codalist@coda.cs.cmu.edu 1362W: http://www.coda.cs.cmu.edu/ 1363S: Maintained 1364F: Documentation/filesystems/coda.txt 1365F: fs/coda/ 1366F: include/linux/coda*.h 1367 1368COMMON INTERNET FILE SYSTEM (CIFS) 1369M: Steve French <sfrench@samba.org> 1370L: linux-cifs-client@lists.samba.org 1371L: samba-technical@lists.samba.org 1372W: http://linux-cifs.samba.org/ 1373T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1374S: Supported 1375F: Documentation/filesystems/cifs.txt 1376F: fs/cifs/ 1377 1378COMPACTPCI HOTPLUG CORE 1379M: Scott Murray <scott@spiteful.org> 1380L: linux-pci@vger.kernel.org 1381S: Maintained 1382F: drivers/pci/hotplug/cpci_hotplug* 1383 1384COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 1385M: Scott Murray <scott@spiteful.org> 1386L: linux-pci@vger.kernel.org 1387S: Maintained 1388F: drivers/pci/hotplug/cpcihp_zt5550.* 1389 1390COMPACTPCI HOTPLUG GENERIC DRIVER 1391M: Scott Murray <scott@spiteful.org> 1392L: linux-pci@vger.kernel.org 1393S: Maintained 1394F: drivers/pci/hotplug/cpcihp_generic.c 1395 1396COMPAL LAPTOP SUPPORT 1397M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> 1398S: Maintained 1399F: drivers/platform/x86/compal-laptop.c 1400 1401COMPUTONE INTELLIPORT MULTIPORT CARD 1402M: "Michael H. Warfield" <mhw@wittsend.com> 1403W: http://www.wittsend.com/computone.html 1404S: Maintained 1405F: Documentation/serial/computone.txt 1406F: drivers/char/ip2/ 1407 1408CONEXANT ACCESSRUNNER USB DRIVER 1409M: Simon Arlott <cxacru@fire.lp0.eu> 1410L: accessrunner-general@lists.sourceforge.net 1411W: http://accessrunner.sourceforge.net/ 1412S: Maintained 1413F: drivers/usb/atm/cxacru.c 1414 1415CONFIGFS 1416M: Joel Becker <joel.becker@oracle.com> 1417S: Supported 1418F: fs/configfs/ 1419F: include/linux/configfs.h 1420 1421CONNECTOR 1422M: Evgeniy Polyakov <zbr@ioremap.net> 1423L: netdev@vger.kernel.org 1424S: Maintained 1425F: drivers/connector/ 1426 1427CONTROL GROUPS (CGROUPS) 1428M: Paul Menage <menage@google.com> 1429M: Li Zefan <lizf@cn.fujitsu.com> 1430L: containers@lists.linux-foundation.org 1431S: Maintained 1432F: include/linux/cgroup* 1433F: kernel/cgroup* 1434F: mm/*cgroup* 1435 1436CORETEMP HARDWARE MONITORING DRIVER 1437M: Rudolf Marek <r.marek@assembler.cz> 1438L: lm-sensors@lm-sensors.org 1439S: Maintained 1440F: Documentation/hwmon/coretemp 1441F: drivers/hwmon/coretemp.c 1442 1443COSA/SRP SYNC SERIAL DRIVER 1444M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> 1445W: http://www.fi.muni.cz/~kas/cosa/ 1446S: Maintained 1447F: drivers/net/wan/cosa* 1448 1449CPMAC ETHERNET DRIVER 1450M: Florian Fainelli <florian@openwrt.org> 1451L: netdev@vger.kernel.org 1452S: Maintained 1453F: drivers/net/cpmac.c 1454 1455CPU FREQUENCY DRIVERS 1456M: Dave Jones <davej@redhat.com> 1457L: cpufreq@vger.kernel.org 1458W: http://www.codemonkey.org.uk/projects/cpufreq/ 1459T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git 1460S: Maintained 1461F: arch/x86/kernel/cpu/cpufreq/ 1462F: drivers/cpufreq/ 1463F: include/linux/cpufreq.h 1464 1465CPUID/MSR DRIVER 1466M: "H. Peter Anvin" <hpa@zytor.com> 1467S: Maintained 1468F: arch/x86/kernel/cpuid.c 1469F: arch/x86/kernel/msr.c 1470 1471CPUSETS 1472M: Paul Menage <menage@google.com> 1473W: http://www.bullopensource.org/cpuset/ 1474W: http://oss.sgi.com/projects/cpusets/ 1475S: Supported 1476F: Documentation/cgroups/cpusets.txt 1477F: include/linux/cpuset.h 1478F: kernel/cpuset.c 1479 1480CRAMFS FILESYSTEM 1481W: http://sourceforge.net/projects/cramfs/ 1482S: Orphan 1483F: Documentation/filesystems/cramfs.txt 1484F: fs/cramfs/ 1485 1486CRIS PORT 1487M: Mikael Starvik <starvik@axis.com> 1488M: Jesper Nilsson <jesper.nilsson@axis.com> 1489L: linux-cris-kernel@axis.com 1490W: http://developer.axis.com 1491S: Maintained 1492F: arch/cris/ 1493 1494CRYPTO API 1495M: Herbert Xu <herbert@gondor.apana.org.au> 1496M: "David S. Miller" <davem@davemloft.net> 1497L: linux-crypto@vger.kernel.org 1498T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 1499S: Maintained 1500F: Documentation/crypto/ 1501F: arch/*/crypto/ 1502F: crypto/ 1503F: drivers/crypto/ 1504F: include/crypto/ 1505 1506CRYPTOGRAPHIC RANDOM NUMBER GENERATOR 1507M: Neil Horman <nhorman@tuxdriver.com> 1508L: linux-crypto@vger.kernel.org 1509S: Maintained 1510 1511CS5535 Audio ALSA driver 1512M: Jaya Kumar <jayakumar.alsa@gmail.com> 1513S: Maintained 1514F: sound/pci/cs5535audio/ 1515 1516CX18 VIDEO4LINUX DRIVER 1517M: Hans Verkuil <hverkuil@xs4all.nl> 1518M: Andy Walls <awalls@radix.net> 1519L: ivtv-devel@ivtvdriver.org 1520L: linux-media@vger.kernel.org 1521T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1522W: http://linuxtv.org 1523W: http://www.ivtvdriver.org/index.php/Cx18 1524S: Maintained 1525F: Documentation/video4linux/cx18.txt 1526F: drivers/media/video/cx18/ 1527 1528CXGB3 ETHERNET DRIVER (CXGB3) 1529M: Divy Le Ray <divy@chelsio.com> 1530L: netdev@vger.kernel.org 1531W: http://www.chelsio.com 1532S: Supported 1533F: drivers/net/cxgb3/ 1534 1535CXGB3 IWARP RNIC DRIVER (IW_CXGB3) 1536M: Steve Wise <swise@chelsio.com> 1537L: linux-rdma@vger.kernel.org 1538W: http://www.openfabrics.org 1539S: Supported 1540F: drivers/infiniband/hw/cxgb3/ 1541 1542CYBERPRO FB DRIVER 1543M: Russell King <linux@arm.linux.org.uk> 1544L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 1545W: http://www.arm.linux.org.uk/ 1546S: Maintained 1547F: drivers/video/cyber2000fb.* 1548 1549CYCLADES 2X SYNC CARD DRIVER 1550M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 1551W: http://oops.ghostprotocols.net:81/blog 1552S: Maintained 1553F: drivers/net/wan/cycx* 1554 1555CYCLADES ASYNC MUX DRIVER 1556W: http://www.cyclades.com/ 1557S: Orphan 1558F: drivers/char/cyclades.c 1559F: include/linux/cyclades.h 1560 1561CYCLADES PC300 DRIVER 1562W: http://www.cyclades.com/ 1563S: Orphan 1564F: drivers/net/wan/pc300* 1565 1566DAMA SLAVE for AX.25 1567M: Joerg Reuter <jreuter@yaina.de> 1568W: http://yaina.de/jreuter/ 1569W: http://www.qsl.net/dl1bke/ 1570L: linux-hams@vger.kernel.org 1571S: Maintained 1572F: net/ax25/af_ax25.c 1573F: net/ax25/ax25_dev.c 1574F: net/ax25/ax25_ds_* 1575F: net/ax25/ax25_in.c 1576F: net/ax25/ax25_out.c 1577F: net/ax25/ax25_timer.c 1578F: net/ax25/sysctl_net_ax25.c 1579 1580DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 1581M: Tobias Ringstrom <tori@unhappy.mine.nu> 1582L: netdev@vger.kernel.org 1583S: Maintained 1584F: Documentation/networking/dmfe.txt 1585F: drivers/net/tulip/dmfe.c 1586 1587DC390/AM53C974 SCSI driver 1588M: Kurt Garloff <garloff@suse.de> 1589W: http://www.garloff.de/kurt/linux/dc390/ 1590M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 1591S: Maintained 1592F: drivers/scsi/tmscsim.* 1593 1594DC395x SCSI driver 1595M: Oliver Neukum <oliver@neukum.name> 1596M: Ali Akcaagac <aliakc@web.de> 1597M: Jamie Lenehan <lenehan@twibble.org> 1598W: http://twibble.org/dist/dc395x/ 1599L: dc395x@twibble.org 1600L: http://lists.twibble.org/mailman/listinfo/dc395x/ 1601S: Maintained 1602F: Documentation/scsi/dc395x.txt 1603F: drivers/scsi/dc395x.* 1604 1605DCCP PROTOCOL 1606M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 1607L: dccp@vger.kernel.org 1608W: http://linux-net.osdl.org/index.php/DCCP 1609S: Maintained 1610F: include/linux/dccp.h 1611F: include/linux/tfrc.h 1612F: net/dccp/ 1613 1614DECnet NETWORK LAYER 1615M: Christine Caulfield <christine.caulfield@googlemail.com> 1616W: http://linux-decnet.sourceforge.net 1617L: linux-decnet-user@lists.sourceforge.net 1618S: Maintained 1619F: Documentation/networking/decnet.txt 1620F: net/decnet/ 1621 1622DEFXX FDDI NETWORK DRIVER 1623M: "Maciej W. Rozycki" <macro@linux-mips.org> 1624S: Maintained 1625F: drivers/net/defxx.* 1626 1627DELL LAPTOP DRIVER 1628M: Matthew Garrett <mjg59@srcf.ucam.org> 1629S: Maintained 1630F: drivers/platform/x86/dell-laptop.c 1631 1632DELL LAPTOP SMM DRIVER 1633M: Massimo Dal Zotto <dz@debian.org> 1634W: http://www.debian.org/~dz/i8k/ 1635S: Maintained 1636F: drivers/char/i8k.c 1637F: include/linux/i8k.h 1638 1639DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 1640M: Doug Warzecha <Douglas_Warzecha@dell.com> 1641S: Maintained 1642F: Documentation/dcdbas.txt 1643F: drivers/firmware/dcdbas.* 1644 1645DELL WMI EXTRAS DRIVER 1646M: Matthew Garrett <mjg59@srcf.ucam.org> 1647S: Maintained 1648 1649DEVICE NUMBER REGISTRY 1650M: Torben Mathiasen <device@lanana.org> 1651W: http://lanana.org/docs/device-list/index.html 1652S: Maintained 1653 1654DEVICE-MAPPER (LVM) 1655P: Alasdair Kergon 1656L: dm-devel@redhat.com 1657W: http://sources.redhat.com/dm 1658S: Maintained 1659F: Documentation/device-mapper/ 1660F: drivers/md/dm* 1661F: include/linux/device-mapper.h 1662F: include/linux/dm-*.h 1663 1664DIGI INTL. EPCA DRIVER 1665M: "Digi International, Inc" <Eng.Linux@digi.com> 1666L: Eng.Linux@digi.com 1667W: http://www.digi.com 1668S: Orphan 1669F: Documentation/serial/digiepca.txt 1670F: drivers/char/epca* 1671F: drivers/char/digi* 1672 1673DIRECTORY NOTIFICATION (DNOTIFY) 1674M: Eric Paris <eparis@parisplace.org> 1675S: Maintained 1676F: Documentation/filesystems/dnotify.txt 1677F: fs/notify/dnotify/ 1678F: include/linux/dnotify.h 1679 1680DISK GEOMETRY AND PARTITION HANDLING 1681M: Andries Brouwer <aeb@cwi.nl> 1682W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 1683W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 1684W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 1685S: Maintained 1686 1687DISKQUOTA 1688M: Jan Kara <jack@suse.cz> 1689S: Maintained 1690F: Documentation/filesystems/quota.txt 1691F: fs/quota/ 1692F: include/linux/quota*.h 1693 1694DISTRIBUTED LOCK MANAGER (DLM) 1695M: Christine Caulfield <ccaulfie@redhat.com> 1696M: David Teigland <teigland@redhat.com> 1697L: cluster-devel@redhat.com 1698W: http://sources.redhat.com/cluster/ 1699T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git 1700S: Supported 1701F: fs/dlm/ 1702 1703DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 1704M: Maciej Sosnowski <maciej.sosnowski@intel.com> 1705M: Dan Williams <dan.j.williams@intel.com> 1706S: Supported 1707F: drivers/dma/ 1708F: include/linux/dma* 1709 1710DME1737 HARDWARE MONITOR DRIVER 1711M: Juerg Haefliger <juergh@gmail.com> 1712L: lm-sensors@lm-sensors.org 1713S: Maintained 1714F: Documentation/hwmon/dme1737 1715F: drivers/hwmon/dme1737.c 1716 1717DOCBOOK FOR DOCUMENTATION 1718M: Randy Dunlap <rdunlap@xenotime.net> 1719S: Maintained 1720 1721DOCKING STATION DRIVER 1722M: Shaohua Li <shaohua.li@intel.com> 1723L: linux-acpi@vger.kernel.org 1724S: Supported 1725F: drivers/acpi/dock.c 1726 1727DOCUMENTATION 1728M: Randy Dunlap <rdunlap@xenotime.net> 1729L: linux-doc@vger.kernel.org 1730S: Maintained 1731F: Documentation/ 1732 1733DOUBLETALK DRIVER 1734M: "James R. Van Zandt" <jrv@vanzandt.mv.com> 1735L: blinux-list@redhat.com 1736S: Maintained 1737F: drivers/char/dtlk.c 1738F: include/linux/dtlk.h 1739 1740DPT_I2O SCSI RAID DRIVER 1741M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 1742L: linux-scsi@vger.kernel.org 1743W: http://www.adaptec.com/ 1744S: Maintained 1745F: drivers/scsi/dpt* 1746F: drivers/scsi/dpt/ 1747 1748DRIVER CORE, KOBJECTS, AND SYSFS 1749M: Greg Kroah-Hartman <gregkh@suse.de> 1750T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 1751S: Supported 1752F: Documentation/kobject.txt 1753F: drivers/base/ 1754F: fs/sysfs/ 1755F: include/linux/kobj* 1756F: lib/kobj* 1757 1758DRM DRIVERS 1759M: David Airlie <airlied@linux.ie> 1760L: dri-devel@lists.sourceforge.net 1761T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 1762S: Maintained 1763F: drivers/gpu/drm/ 1764 1765DSCC4 DRIVER 1766M: Francois Romieu <romieu@fr.zoreil.com> 1767L: netdev@vger.kernel.org 1768S: Maintained 1769F: drivers/net/wan/dscc4.c 1770 1771DZ DECSTATION DZ11 SERIAL DRIVER 1772M: "Maciej W. Rozycki" <macro@linux-mips.org> 1773S: Maintained 1774F: drivers/serial/dz.* 1775 1776EATA-DMA SCSI DRIVER 1777M: Michael Neuffer <mike@i-Connect.Net> 1778L: linux-eata@i-connect.net 1779L: linux-scsi@vger.kernel.org 1780S: Maintained 1781F: drivers/scsi/eata* 1782 1783EATA ISA/EISA/PCI SCSI DRIVER 1784M: Dario Ballabio <ballabio_dario@emc.com> 1785L: linux-scsi@vger.kernel.org 1786S: Maintained 1787F: drivers/scsi/eata.c 1788 1789EATA-PIO SCSI DRIVER 1790M: Michael Neuffer <mike@i-Connect.Net> 1791L: linux-eata@i-connect.net 1792L: linux-scsi@vger.kernel.org 1793S: Maintained 1794F: drivers/scsi/eata_pio.* 1795 1796EBTABLES 1797M: Bart De Schuymer <bart.de.schuymer@pandora.be> 1798L: ebtables-user@lists.sourceforge.net 1799L: ebtables-devel@lists.sourceforge.net 1800W: http://ebtables.sourceforge.net/ 1801S: Maintained 1802F: include/linux/netfilter_bridge/ebt_*.h 1803F: net/bridge/netfilter/ebt*.c 1804 1805ECRYPT FILE SYSTEM 1806M: Tyler Hicks <tyhicks@linux.vnet.ibm.com> 1807M: Dustin Kirkland <kirkland@canonical.com> 1808L: ecryptfs-devel@lists.launchpad.net 1809W: https://launchpad.net/ecryptfs 1810S: Supported 1811F: Documentation/filesystems/ecryptfs.txt 1812F: fs/ecryptfs/ 1813 1814EDAC-CORE 1815M: Doug Thompson <dougthompson@xmission.com> 1816L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1817W: bluesmoke.sourceforge.net 1818S: Supported 1819F: Documentation/edac.txt 1820F: drivers/edac/edac_* 1821F: include/linux/edac.h 1822 1823EDAC-AMD64 1824M: Doug Thompson <dougthompson@xmission.com> 1825M: Borislav Petkov <borislav.petkov@amd.com> 1826L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1827W: bluesmoke.sourceforge.net 1828S: Supported 1829F: drivers/edac/amd64_edac* 1830 1831EDAC-E752X 1832M: Mark Gross <mark.gross@intel.com> 1833M: Doug Thompson <dougthompson@xmission.com> 1834L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1835W: bluesmoke.sourceforge.net 1836S: Maintained 1837F: drivers/edac/e752x_edac.c 1838 1839EDAC-E7XXX 1840M: Doug Thompson <dougthompson@xmission.com> 1841L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1842W: bluesmoke.sourceforge.net 1843S: Maintained 1844F: drivers/edac/e7xxx_edac.c 1845 1846EDAC-I82443BXGX 1847M: Tim Small <tim@buttersideup.com> 1848L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1849W: bluesmoke.sourceforge.net 1850S: Maintained 1851F: drivers/edac/i82443bxgx_edac.c 1852 1853EDAC-I3000 1854M: Jason Uhlenkott <juhlenko@akamai.com> 1855L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1856W: bluesmoke.sourceforge.net 1857S: Maintained 1858F: drivers/edac/i3000_edac.c 1859 1860EDAC-I5000 1861M: Doug Thompson <dougthompson@xmission.com> 1862L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1863W: bluesmoke.sourceforge.net 1864S: Maintained 1865F: drivers/edac/i5000_edac.c 1866 1867EDAC-I5400 1868M: Mauro Carvalho Chehab <mchehab@redhat.com> 1869L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1870W: bluesmoke.sourceforge.net 1871S: Maintained 1872F: drivers/edac/i5400_edac.c 1873 1874EDAC-I82975X 1875M: Ranganathan Desikan <ravi@jetztechnologies.com> 1876M: "Arvind R." <arvind@jetztechnologies.com> 1877L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1878W: bluesmoke.sourceforge.net 1879S: Maintained 1880F: drivers/edac/i82975x_edac.c 1881 1882EDAC-PASEMI 1883M: Egor Martovetsky <egor@pasemi.com> 1884L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1885W: bluesmoke.sourceforge.net 1886S: Maintained 1887F: drivers/edac/pasemi_edac.c 1888 1889EDAC-R82600 1890M: Tim Small <tim@buttersideup.com> 1891L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1892W: bluesmoke.sourceforge.net 1893S: Maintained 1894F: drivers/edac/r82600_edac.c 1895 1896EEEPC LAPTOP EXTRAS DRIVER 1897M: Corentin Chary <corentincj@iksaif.net> 1898L: acpi4asus-user@lists.sourceforge.net 1899W: http://acpi4asus.sf.net 1900S: Maintained 1901F: drivers/platform/x86/eeepc-laptop.c 1902 1903EFS FILESYSTEM 1904W: http://aeschi.ch.eu.org/efs/ 1905S: Orphan 1906F: fs/efs/ 1907 1908EHCA (IBM GX bus InfiniBand adapter) DRIVER 1909M: Hoang-Nam Nguyen <hnguyen@de.ibm.com> 1910M: Christoph Raisch <raisch@de.ibm.com> 1911L: linux-rdma@vger.kernel.org 1912S: Supported 1913F: drivers/infiniband/hw/ehca/ 1914 1915EMBEDDED LINUX 1916M: Paul Gortmaker <paul.gortmaker@windriver.com> 1917M: Matt Mackall <mpm@selenic.com> 1918M: David Woodhouse <dwmw2@infradead.org> 1919L: linux-embedded@vger.kernel.org 1920S: Maintained 1921 1922EMULEX LPFC FC SCSI DRIVER 1923M: James Smart <james.smart@emulex.com> 1924L: linux-scsi@vger.kernel.org 1925W: http://sourceforge.net/projects/lpfcxxxx 1926S: Supported 1927F: drivers/scsi/lpfc/ 1928 1929ENE CB710 FLASH CARD READER DRIVER 1930M: Michał Mirosław <mirq-linux@rere.qmqm.pl> 1931S: Maintained 1932F: drivers/misc/cb710/ 1933F: drivers/mmc/host/cb710-mmc.* 1934F: include/linux/cb710.h 1935 1936EPSON 1355 FRAMEBUFFER DRIVER 1937M: Christopher Hoover <ch@murgatroid.com> 1938M: Christopher Hoover <ch@hpl.hp.com> 1939S: Maintained 1940F: drivers/video/epson1355fb.c 1941 1942EPSON S1D13XXX FRAMEBUFFER DRIVER 1943M: Kristoffer Ericson <kristoffer.ericson@gmail.com> 1944S: Maintained 1945T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git 1946F: drivers/video/s1d13xxxfb.c 1947F: include/video/s1d13xxxfb.h 1948 1949ETHEREXPRESS-16 NETWORK DRIVER 1950M: Philip Blundell <philb@gnu.org> 1951L: netdev@vger.kernel.org 1952S: Maintained 1953F: drivers/net/eexpress.* 1954 1955ETHERNET BRIDGE 1956M: Stephen Hemminger <shemminger@linux-foundation.org> 1957L: bridge@lists.linux-foundation.org 1958W: http://www.linux-foundation.org/en/Net:Bridge 1959S: Maintained 1960F: include/linux/netfilter_bridge/ 1961F: net/bridge/ 1962 1963ETHERTEAM 16I DRIVER 1964M: Mika Kuoppala <miku@iki.fi> 1965S: Maintained 1966F: drivers/net/eth16i.c 1967 1968EXT2 FILE SYSTEM 1969L: linux-ext4@vger.kernel.org 1970S: Maintained 1971F: Documentation/filesystems/ext2.txt 1972F: fs/ext2/ 1973F: include/linux/ext2* 1974 1975EXT3 FILE SYSTEM 1976M: Stephen Tweedie <sct@redhat.com> 1977M: Andrew Morton <akpm@linux-foundation.org> 1978M: Andreas Dilger <adilger@sun.com> 1979L: linux-ext4@vger.kernel.org 1980S: Maintained 1981F: Documentation/filesystems/ext3.txt 1982F: fs/ext3/ 1983F: include/linux/ext3* 1984 1985EXT4 FILE SYSTEM 1986M: "Theodore Ts'o" <tytso@mit.edu> 1987M: Andreas Dilger <adilger@sun.com> 1988L: linux-ext4@vger.kernel.org 1989W: http://ext4.wiki.kernel.org 1990S: Maintained 1991F: Documentation/filesystems/ext4.txt 1992F: fs/ext4/ 1993 1994F71805F HARDWARE MONITORING DRIVER 1995M: Jean Delvare <khali@linux-fr.org> 1996L: lm-sensors@lm-sensors.org 1997S: Maintained 1998F: Documentation/hwmon/f71805f 1999F: drivers/hwmon/f71805f.c 2000 2001FARSYNC SYNCHRONOUS DRIVER 2002M: Kevin Curtis <kevin.curtis@farsite.co.uk> 2003W: http://www.farsite.co.uk/ 2004S: Supported 2005F: drivers/net/wan/farsync.* 2006 2007FAULT INJECTION SUPPORT 2008M: Akinobu Mita <akinobu.mita@gmail.com> 2009S: Supported 2010F: Documentation/fault-injection/ 2011F: lib/fault-inject.c 2012 2013FILE LOCKING (flock() and fcntl()/lockf()) 2014M: Matthew Wilcox <matthew@wil.cx> 2015L: linux-fsdevel@vger.kernel.org 2016S: Maintained 2017F: include/linux/fcntl.h 2018F: include/linux/fs.h 2019F: fs/fcntl.c 2020F: fs/locks.c 2021 2022FILESYSTEMS (VFS and infrastructure) 2023M: Alexander Viro <viro@zeniv.linux.org.uk> 2024L: linux-fsdevel@vger.kernel.org 2025S: Maintained 2026F: fs/* 2027 2028FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2029M: Riku Voipio <riku.vipio@iki.fi> 2030L: lm-sensors@lm-sensors.org 2031S: Maintained 2032F: drivers/hwmon/f75375s.c 2033F: include/linux/f75375s.h 2034 2035FIREWIRE SUBSYSTEM 2036M: Kristian Hoegsberg <krh@redhat.com> 2037M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2038L: linux1394-devel@lists.sourceforge.net 2039W: http://www.linux1394.org/ 2040T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2041S: Maintained 2042F: drivers/firewire/ 2043F: include/linux/firewire*.h 2044 2045FIRMWARE LOADER (request_firmware) 2046S: Orphan 2047F: Documentation/firmware_class/ 2048F: drivers/base/firmware*.c 2049F: include/linux/firmware.h 2050 2051FPU EMULATOR 2052M: Bill Metzenthen <billm@melbpc.org.au> 2053W: http://floatingpoint.sourceforge.net/emulator/index.html 2054S: Maintained 2055F: arch/x86/math-emu/ 2056 2057FRAME RELAY DLCI/FRAD (Sangoma drivers too) 2058M: Mike McLagan <mike.mclagan@linux.org> 2059L: netdev@vger.kernel.org 2060S: Maintained 2061F: drivers/net/wan/dlci.c 2062F: drivers/net/wan/sdla.c 2063 2064FRAMEBUFFER LAYER 2065L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2066W: http://linux-fbdev.sourceforge.net/ 2067S: Orphan 2068F: Documentation/fb/ 2069F: drivers/video/fb* 2070F: include/linux/fb.h 2071 2072FREESCALE DMA DRIVER 2073M: Li Yang <leoli@freescale.com> 2074M: Zhang Wei <zw@zh-kernel.org> 2075L: linuxppc-dev@ozlabs.org 2076S: Maintained 2077F: drivers/dma/fsldma.* 2078 2079FREESCALE I2C CPM DRIVER 2080M: Jochen Friedrich <jochen@scram.de> 2081L: linuxppc-dev@ozlabs.org 2082L: linux-i2c@vger.kernel.org 2083S: Maintained 2084F: drivers/i2c/busses/i2c-cpm.c 2085 2086FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2087M: Sascha Hauer <kernel@pengutronix.de> 2088L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2089L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2090S: Maintained 2091F: arch/arm/plat-mxc/include/mach/imxfb.h 2092F: drivers/video/imxfb.c 2093 2094FREESCALE SOC FS_ENET DRIVER 2095M: Pantelis Antoniou <pantelis.antoniou@gmail.com> 2096M: Vitaly Bordug <vbordug@ru.mvista.com> 2097L: linuxppc-dev@ozlabs.org 2098L: netdev@vger.kernel.org 2099S: Maintained 2100F: drivers/net/fs_enet/ 2101F: include/linux/fs_enet_pd.h 2102 2103FREESCALE QUICC ENGINE LIBRARY 2104M: Timur Tabi <timur@freescale.com> 2105L: linuxppc-dev@ozlabs.org 2106S: Supported 2107F: arch/powerpc/sysdev/qe_lib/ 2108F: arch/powerpc/include/asm/*qe.h 2109 2110FREESCALE HIGHSPEED USB DEVICE DRIVER 2111M: Li Yang <leoli@freescale.com> 2112L: linux-usb@vger.kernel.org 2113L: linuxppc-dev@ozlabs.org 2114S: Maintained 2115F: drivers/usb/gadget/fsl_usb2_udc.c 2116 2117FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 2118M: Li Yang <leoli@freescale.com> 2119L: netdev@vger.kernel.org 2120L: linuxppc-dev@ozlabs.org 2121S: Maintained 2122F: drivers/net/ucc_geth* 2123 2124FREESCALE QUICC ENGINE UCC UART DRIVER 2125M: Timur Tabi <timur@freescale.com> 2126L: linuxppc-dev@ozlabs.org 2127S: Supported 2128F: drivers/serial/ucc_uart.c 2129 2130FREESCALE SOC SOUND DRIVERS 2131M: Timur Tabi <timur@freescale.com> 2132L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2133L: linuxppc-dev@ozlabs.org 2134S: Supported 2135F: sound/soc/fsl/fsl* 2136F: sound/soc/fsl/mpc8610_hpcd.c 2137 2138FREEVXFS FILESYSTEM 2139M: Christoph Hellwig <hch@infradead.org> 2140W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 2141S: Maintained 2142F: fs/freevxfs/ 2143 2144FREEZER 2145M: Pavel Machek <pavel@ucw.cz> 2146M: "Rafael J. Wysocki" <rjw@sisk.pl> 2147L: linux-pm@lists.linux-foundation.org 2148S: Supported 2149F: Documentation/power/freezing-of-tasks.txt 2150F: include/linux/freezer.h 2151F: kernel/freezer.c 2152 2153FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS 2154M: David Howells <dhowells@redhat.com> 2155L: linux-cachefs@redhat.com 2156S: Supported 2157F: Documentation/filesystems/caching/ 2158F: fs/fscache/ 2159F: include/linux/fscache*.h 2160 2161FTRACE 2162M: Steven Rostedt <rostedt@goodmis.org> 2163S: Maintained 2164F: Documentation/trace/ftrace.txt 2165F: arch/*/*/*/ftrace.h 2166F: arch/*/kernel/ftrace.c 2167F: include/*/ftrace.h 2168F: kernel/trace/ 2169 2170FUJITSU FR-V (FRV) PORT 2171M: David Howells <dhowells@redhat.com> 2172S: Maintained 2173F: arch/frv/ 2174 2175FUJITSU LAPTOP EXTRAS 2176M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> 2177L: linux-acpi@vger.kernel.org 2178S: Maintained 2179F: drivers/platform/x86/fujitsu-laptop.c 2180 2181FUSE: FILESYSTEM IN USERSPACE 2182M: Miklos Szeredi <miklos@szeredi.hu> 2183L: fuse-devel@lists.sourceforge.net 2184W: http://fuse.sourceforge.net/ 2185S: Maintained 2186F: fs/fuse/ 2187F: include/linux/fuse.h 2188 2189FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 2190M: Rik Faith <faith@cs.unc.edu> 2191L: linux-scsi@vger.kernel.org 2192S: Odd Fixes (e.g., new signatures) 2193F: drivers/scsi/fdomain.* 2194 2195GDT SCSI DISK ARRAY CONTROLLER DRIVER 2196M: Achim Leubner <achim_leubner@adaptec.com> 2197L: linux-scsi@vger.kernel.org 2198W: http://www.icp-vortex.com/ 2199S: Supported 2200F: drivers/scsi/gdt* 2201 2202GENERIC GPIO I2C DRIVER 2203M: Haavard Skinnemoen <hskinnemoen@atmel.com> 2204S: Supported 2205F: drivers/i2c/busses/i2c-gpio.c 2206F: include/linux/i2c-gpio.h 2207 2208GENERIC HDLC (WAN) DRIVERS 2209M: Krzysztof Halasa <khc@pm.waw.pl> 2210W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 2211S: Maintained 2212F: drivers/net/wan/c101.c 2213F: drivers/net/wan/hd6457* 2214F: drivers/net/wan/hdlc* 2215F: drivers/net/wan/n2.c 2216F: drivers/net/wan/pc300too.c 2217F: drivers/net/wan/pci200syn.c 2218F: drivers/net/wan/wanxl* 2219 2220GENERIC INCLUDE/ASM HEADER FILES 2221M: Arnd Bergmann <arnd@arndb.de> 2222L: linux-arch@vger.kernel.org 2223T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git 2224S: Maintained 2225F: include/asm-generic 2226 2227GENERIC UIO DRIVER FOR PCI DEVICES 2228M: Michael S. Tsirkin <mst@redhat.com> 2229L: kvm@vger.kernel.org 2230L: linux-kernel@vger.kernel.org 2231S: Supported 2232F: drivers/uio/uio_pci_generic.c 2233 2234GFS2 FILE SYSTEM 2235M: Steven Whitehouse <swhiteho@redhat.com> 2236L: cluster-devel@redhat.com 2237W: http://sources.redhat.com/cluster/ 2238T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git 2239T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git 2240S: Supported 2241F: Documentation/filesystems/gfs2*.txt 2242F: fs/gfs2/ 2243F: include/linux/gfs2_ondisk.h 2244 2245GIGASET ISDN DRIVERS 2246M: Hansjoerg Lipp <hjlipp@web.de> 2247M: Tilman Schmidt <tilman@imap.cc> 2248L: gigaset307x-common@lists.sourceforge.net 2249W: http://gigaset307x.sourceforge.net/ 2250S: Maintained 2251F: Documentation/isdn/README.gigaset 2252F: drivers/isdn/gigaset/ 2253F: include/linux/gigaset_dev.h 2254 2255HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 2256M: Frank Seidel <frank@f-seidel.de> 2257L: lm-sensors@lm-sensors.org 2258W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ 2259S: Maintained 2260F: drivers/hwmon/hdaps.c 2261 2262HYPERVISOR VIRTUAL CONSOLE DRIVER 2263L: linuxppc-dev@ozlabs.org 2264S: Odd Fixes 2265F: drivers/char/hvc_* 2266 2267GSPCA FINEPIX SUBDRIVER 2268M: Frank Zago <frank@zago.net> 2269L: linux-media@vger.kernel.org 2270T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2271S: Maintained 2272F: drivers/media/video/gspca/finepix.c 2273 2274GSPCA M5602 SUBDRIVER 2275M: Erik Andren <erik.andren@gmail.com> 2276L: linux-media@vger.kernel.org 2277T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2278S: Maintained 2279F: drivers/media/video/gspca/m5602/ 2280 2281GSPCA PAC207 SONIXB SUBDRIVER 2282M: Hans de Goede <hdegoede@redhat.com> 2283L: linux-media@vger.kernel.org 2284T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2285S: Maintained 2286F: drivers/media/video/gspca/pac207.c 2287 2288GSPCA SN9C20X SUBDRIVER 2289M: Brian Johnson <brijohn@gmail.com> 2290L: linux-media@vger.kernel.org 2291T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2292S: Maintained 2293F: drivers/media/video/gspca/sn9c20x.c 2294 2295GSPCA T613 SUBDRIVER 2296M: Leandro Costantino <lcostantino@gmail.com> 2297L: linux-media@vger.kernel.org 2298T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2299S: Maintained 2300F: drivers/media/video/gspca/t613.c 2301 2302GSPCA USB WEBCAM DRIVER 2303M: Jean-Francois Moine <moinejf@free.fr> 2304W: http://moinejf.free.fr 2305L: linux-media@vger.kernel.org 2306T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2307S: Maintained 2308F: drivers/media/video/gspca/ 2309 2310HARDWARE MONITORING 2311L: lm-sensors@lm-sensors.org 2312W: http://www.lm-sensors.org/ 2313S: Orphan 2314F: drivers/hwmon/ 2315 2316HARDWARE RANDOM NUMBER GENERATOR CORE 2317S: Orphan 2318F: Documentation/hw_random.txt 2319F: drivers/char/hw_random/ 2320F: include/linux/hw_random.h 2321 2322HARMONY SOUND DRIVER 2323M: Kyle McMartin <kyle@mcmartin.ca> 2324L: linux-parisc@vger.kernel.org 2325S: Maintained 2326F: sound/parisc/harmony.* 2327 2328HAYES ESP SERIAL DRIVER 2329M: "Andrew J. Robinson" <arobinso@nyx.net> 2330W: http://www.nyx.net/~arobinso 2331S: Maintained 2332F: Documentation/serial/hayes-esp.txt 2333F: drivers/char/esp.c 2334 2335HEWLETT-PACKARD SMART2 RAID DRIVER 2336M: Chirag Kantharia <chirag.kantharia@hp.com> 2337L: iss_storagedev@hp.com 2338S: Maintained 2339F: Documentation/blockdev/cpqarray.txt 2340F: drivers/block/cpqarray.* 2341 2342HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 2343M: Mike Miller <mike.miller@hp.com> 2344L: iss_storagedev@hp.com 2345S: Supported 2346F: Documentation/blockdev/cciss.txt 2347F: drivers/block/cciss* 2348F: include/linux/cciss_ioctl.h 2349 2350HFS FILESYSTEM 2351M: Roman Zippel <zippel@linux-m68k.org> 2352S: Maintained 2353F: Documentation/filesystems/hfs.txt 2354F: fs/hfs/ 2355 2356HGA FRAMEBUFFER DRIVER 2357M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> 2358L: linux-nvidia@lists.surfsouth.com 2359W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 2360S: Maintained 2361F: drivers/video/hgafb.c 2362 2363HIBERNATION (aka Software Suspend, aka swsusp) 2364M: Pavel Machek <pavel@ucw.cz> 2365M: "Rafael J. Wysocki" <rjw@sisk.pl> 2366L: linux-pm@lists.linux-foundation.org 2367S: Supported 2368F: arch/x86/power/ 2369F: drivers/base/power/ 2370F: kernel/power/ 2371F: include/linux/suspend.h 2372F: include/linux/freezer.h 2373F: include/linux/pm.h 2374F: arch/*/include/asm/suspend*.h 2375 2376HID CORE LAYER 2377M: Jiri Kosina <jkosina@suse.cz> 2378L: linux-input@vger.kernel.org 2379T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 2380S: Maintained 2381F: drivers/hid/ 2382F: include/linux/hid* 2383 2384HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 2385M: Thomas Gleixner <tglx@linutronix.de> 2386S: Maintained 2387F: Documentation/timers/ 2388F: kernel/hrtimer.c 2389F: include/linux/hrtimer.h 2390 2391HIGH-SPEED SCC DRIVER FOR AX.25 2392M: Klaus Kudielka <klaus.kudielka@ieee.org> 2393L: linux-hams@vger.kernel.org 2394W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 2395S: Maintained 2396F: drivers/net/hamradio/dmascc.c 2397F: drivers/net/hamradio/scc.c 2398 2399HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 2400M: HighPoint Linux Team <linux@highpoint-tech.com> 2401W: http://www.highpoint-tech.com 2402S: Supported 2403F: Documentation/scsi/hptiop.txt 2404F: drivers/scsi/hptiop.c 2405 2406HIPPI 2407M: Jes Sorensen <jes@trained-monkey.org> 2408L: linux-hippi@sunsite.dk 2409S: Maintained 2410F: include/linux/hippidevice.h 2411F: include/linux/if_hippi.h 2412F: net/802/hippi.c 2413 2414HOST AP DRIVER 2415M: Jouni Malinen <j@w1.fi> 2416L: hostap@shmoo.com (subscribers-only) 2417L: linux-wireless@vger.kernel.org 2418W: http://hostap.epitest.fi/ 2419S: Maintained 2420F: drivers/net/wireless/hostap/ 2421 2422HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 2423M: Carlos Corbacho <carlos@strangeworlds.co.uk> 2424S: Odd Fixes 2425F: drivers/platform/x86/tc1100-wmi.c 2426 2427HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 2428M: Jaroslav Kysela <perex@perex.cz> 2429S: Maintained 2430F: drivers/net/hp100.* 2431 2432HPET: High Precision Event Timers driver 2433M: Clemens Ladisch <clemens@ladisch.de> 2434S: Maintained 2435F: Documentation/timers/hpet.txt 2436F: drivers/char/hpet.c 2437F: include/linux/hpet.h 2438 2439HPET: i386 2440M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com> 2441S: Maintained 2442F: arch/x86/kernel/hpet.c 2443F: arch/x86/include/asm/hpet.h 2444 2445HPET: x86_64 2446M: Vojtech Pavlik <vojtech@suse.cz> 2447S: Maintained 2448 2449HPET: ACPI 2450M: Bob Picco <bob.picco@hp.com> 2451S: Maintained 2452F: drivers/char/hpet.c 2453 2454HPFS FILESYSTEM 2455M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> 2456W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2457S: Maintained 2458F: fs/hpfs/ 2459 2460HSO 3G MODEM DRIVER 2461M: Jan Dumon <j.dumon@option.com> 2462W: http://www.pharscape.org 2463S: Maintained 2464F: drivers/net/usb/hso.c 2465 2466HTCPEN TOUCHSCREEN DRIVER 2467M: Pau Oliva Fora <pof@eslack.org> 2468L: linux-input@vger.kernel.org 2469S: Maintained 2470F: drivers/input/touchscreen/htcpen.c 2471 2472HUGETLB FILESYSTEM 2473M: William Irwin <wli@holomorphy.com> 2474S: Maintained 2475F: fs/hugetlbfs/ 2476 2477I2C/SMBUS STUB DRIVER 2478M: "Mark M. Hoffman" <mhoffman@lightlink.com> 2479L: linux-i2c@vger.kernel.org 2480S: Maintained 2481F: drivers/i2c/busses/i2c-stub.c 2482 2483I2C SUBSYSTEM 2484M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> 2485M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> 2486L: linux-i2c@vger.kernel.org 2487W: http://i2c.wiki.kernel.org/ 2488T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ 2489S: Maintained 2490F: Documentation/i2c/ 2491F: drivers/i2c/ 2492F: include/linux/i2c.h 2493F: include/linux/i2c-dev.h 2494F: include/linux/i2c-id.h 2495 2496I2C-TINY-USB DRIVER 2497M: Till Harbaum <till@harbaum.org> 2498L: linux-i2c@vger.kernel.org 2499W: http://www.harbaum.org/till/i2c_tiny_usb 2500S: Maintained 2501F: drivers/i2c/busses/i2c-tiny-usb.c 2502 2503i386 BOOT CODE 2504M: "H. Peter Anvin" <hpa@zytor.com> 2505S: Maintained 2506F: arch/x86/boot/ 2507 2508i386 SETUP CODE / CPU ERRATA WORKAROUNDS 2509M: "H. Peter Anvin" <hpa@zytor.com> 2510T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 2511S: Maintained 2512 2513IA64 (Itanium) PLATFORM 2514M: Tony Luck <tony.luck@intel.com> 2515M: Fenghua Yu <fenghua.yu@intel.com> 2516L: linux-ia64@vger.kernel.org 2517W: http://www.ia64-linux.org/ 2518T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git 2519S: Maintained 2520F: arch/ia64/ 2521 2522IBM MCA SCSI SUBSYSTEM DRIVER 2523M: Michael Lang <langa2@kph.uni-mainz.de> 2524W: http://www.uni-mainz.de/~langm000/linux.html 2525S: Maintained 2526F: drivers/scsi/ibmmca.c 2527 2528IBM Power Linux RAID adapter 2529M: Brian King <brking@us.ibm.com> 2530S: Supported 2531F: drivers/scsi/ipr.* 2532 2533IBM ServeRAID RAID DRIVER 2534P: Jack Hammer 2535M: Dave Jeffery <ipslinux@adaptec.com> 2536W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 2537S: Supported 2538F: drivers/scsi/ips.* 2539 2540IDE SUBSYSTEM 2541M: "David S. Miller" <davem@davemloft.net> 2542L: linux-ide@vger.kernel.org 2543T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git 2544S: Maintained 2545F: Documentation/ide/ 2546F: drivers/ide/ 2547F: include/linux/ide.h 2548 2549IDE/ATAPI DRIVERS 2550M: Borislav Petkov <petkovbb@gmail.com> 2551L: linux-ide@vger.kernel.org 2552S: Maintained 2553F: Documentation/cdrom/ide-cd 2554F: drivers/ide/ide-cd* 2555 2556IDLE-I7300 2557M: Andy Henroid <andrew.d.henroid@intel.com> 2558L: linux-pm@lists.linux-foundation.org 2559S: Supported 2560F: drivers/idle/i7300_idle.c 2561 2562IEEE 1394 SUBSYSTEM 2563M: Ben Collins <ben.collins@ubuntu.com> 2564M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2565L: linux1394-devel@lists.sourceforge.net 2566W: http://www.linux1394.org/ 2567T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2568S: Maintained 2569F: drivers/ieee1394/ 2570 2571IEEE 1394 RAW I/O DRIVER 2572M: Dan Dennedy <dan@dennedy.org> 2573M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2574L: linux1394-devel@lists.sourceforge.net 2575S: Maintained 2576F: drivers/ieee1394/raw1394* 2577 2578IEEE 802.15.4 SUBSYSTEM 2579M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 2580M: Sergey Lapin <slapin@ossfans.org> 2581L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) 2582W: http://apps.sourceforge.net/trac/linux-zigbee 2583T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git 2584S: Maintained 2585F: net/ieee802154/ 2586F: drivers/ieee802154/ 2587 2588INTEGRITY MEASUREMENT ARCHITECTURE (IMA) 2589M: Mimi Zohar <zohar@us.ibm.com> 2590S: Supported 2591F: security/integrity/ima/ 2592 2593IMS TWINTURBO FRAMEBUFFER DRIVER 2594L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2595S: Orphan 2596F: drivers/video/imsttfb.c 2597 2598INFINIBAND SUBSYSTEM 2599M: Roland Dreier <rolandd@cisco.com> 2600M: Sean Hefty <sean.hefty@intel.com> 2601M: Hal Rosenstock <hal.rosenstock@gmail.com> 2602L: linux-rdma@vger.kernel.org 2603W: http://www.openib.org/ 2604T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 2605S: Supported 2606F: Documentation/infiniband/ 2607F: drivers/infiniband/ 2608F: include/linux/if_infiniband.h 2609 2610INOTIFY 2611M: John McCutchan <john@johnmccutchan.com> 2612M: Robert Love <rlove@rlove.org> 2613M: Eric Paris <eparis@parisplace.org> 2614S: Maintained 2615F: Documentation/filesystems/inotify.txt 2616F: fs/notify/inotify/ 2617F: include/linux/inotify.h 2618 2619INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2620M: Dmitry Torokhov <dmitry.torokhov@gmail.com> 2621M: Dmitry Torokhov <dtor@mail.ru> 2622L: linux-input@vger.kernel.org 2623T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 2624S: Maintained 2625F: drivers/input/ 2626 2627INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2628M: Sylvain Meyer <sylvain.meyer@worldonline.fr> 2629L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2630S: Maintained 2631F: Documentation/fb/intelfb.txt 2632F: drivers/video/intelfb/ 2633 2634INTEL 810/815 FRAMEBUFFER DRIVER 2635M: Antonino Daplas <adaplas@gmail.com> 2636L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2637S: Maintained 2638F: drivers/video/i810/ 2639 2640INTEL MENLOW THERMAL DRIVER 2641M: Sujith Thomas <sujith.thomas@intel.com> 2642L: linux-acpi@vger.kernel.org 2643W: http://www.lesswatts.org/projects/acpi/ 2644S: Supported 2645F: drivers/platform/x86/intel_menlow.c 2646 2647INTEL IA32 MICROCODE UPDATE SUPPORT 2648M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 2649S: Maintained 2650F: arch/x86/kernel/microcode_core.c 2651F: arch/x86/kernel/microcode_intel.c 2652 2653INTEL I/OAT DMA DRIVER 2654M: Maciej Sosnowski <maciej.sosnowski@intel.com> 2655S: Supported 2656F: drivers/dma/ioat* 2657 2658INTEL IOMMU (VT-d) 2659M: David Woodhouse <dwmw2@infradead.org> 2660L: iommu@lists.linux-foundation.org 2661T: git git://git.infradead.org/iommu-2.6.git 2662S: Supported 2663F: drivers/pci/intel-iommu.c 2664F: include/linux/intel-iommu.h 2665 2666INTEL IOP-ADMA DMA DRIVER 2667M: Dan Williams <dan.j.williams@intel.com> 2668S: Supported 2669F: drivers/dma/iop-adma.c 2670 2671INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 2672M: Krzysztof Halasa <khc@pm.waw.pl> 2673S: Maintained 2674F: arch/arm/mach-ixp4xx/include/mach/qmgr.h 2675F: arch/arm/mach-ixp4xx/include/mach/npe.h 2676F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c 2677F: arch/arm/mach-ixp4xx/ixp4xx_npe.c 2678F: drivers/net/arm/ixp4xx_eth.c 2679F: drivers/net/wan/ixp4xx_hss.c 2680 2681INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2682M: Deepak Saxena <dsaxena@plexity.net> 2683S: Maintained 2684F: drivers/char/hw_random/ixp4xx-rng.c 2685 2686INTEL IXP2000 ETHERNET DRIVER 2687M: Lennert Buytenhek <kernel@wantstofly.org> 2688L: netdev@vger.kernel.org 2689S: Maintained 2690F: drivers/net/ixp2000/ 2691 2692INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2693M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 2694M: Jesse Brandeburg <jesse.brandeburg@intel.com> 2695M: Bruce Allan <bruce.w.allan@intel.com> 2696M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> 2697M: John Ronciak <john.ronciak@intel.com> 2698L: e1000-devel@lists.sourceforge.net 2699W: http://e1000.sourceforge.net/ 2700S: Supported 2701F: drivers/net/e100.c 2702F: drivers/net/e1000/ 2703F: drivers/net/e1000e/ 2704F: drivers/net/igb/ 2705F: drivers/net/ixgb/ 2706F: drivers/net/ixgbe/ 2707 2708INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2709M: Zhu Yi <yi.zhu@intel.com> 2710M: Reinette Chatre <reinette.chatre@intel.com> 2711M: Intel Linux Wireless <ilw@linux.intel.com> 2712L: linux-wireless@vger.kernel.org 2713W: http://ipw2100.sourceforge.net 2714S: Odd Fixes 2715F: Documentation/networking/README.ipw2100 2716F: drivers/net/wireless/ipw2x00/ipw2100.* 2717 2718INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 2719M: Zhu Yi <yi.zhu@intel.com> 2720M: Reinette Chatre <reinette.chatre@intel.com> 2721M: Intel Linux Wireless <ilw@linux.intel.com> 2722L: linux-wireless@vger.kernel.org 2723W: http://ipw2200.sourceforge.net 2724S: Odd Fixes 2725F: Documentation/networking/README.ipw2200 2726F: drivers/net/wireless/ipw2x00/ipw2200.* 2727 2728INTEL WIRELESS WIMAX CONNECTION 2400 2729M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 2730M: linux-wimax@intel.com 2731L: wimax@linuxwimax.org 2732S: Supported 2733W: http://linuxwimax.org 2734F: Documentation/wimax/README.i2400m 2735F: drivers/net/wimax/i2400m/ 2736F: include/linux/wimax/i2400m.h 2737 2738INTEL WIRELESS WIFI LINK (iwlwifi) 2739M: Zhu Yi <yi.zhu@intel.com> 2740M: Reinette Chatre <reinette.chatre@intel.com> 2741M: Intel Linux Wireless <ilw@linux.intel.com> 2742L: linux-wireless@vger.kernel.org 2743W: http://intellinuxwireless.org 2744T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git 2745S: Supported 2746F: drivers/net/wireless/iwlwifi/ 2747 2748IOC3 ETHERNET DRIVER 2749M: Ralf Baechle <ralf@linux-mips.org> 2750L: linux-mips@linux-mips.org 2751S: Maintained 2752F: drivers/net/ioc3-eth.c 2753 2754IOC3 SERIAL DRIVER 2755M: Pat Gefre <pfg@sgi.com> 2756L: linux-mips@linux-mips.org 2757S: Maintained 2758F: drivers/serial/ioc3_serial.c 2759 2760IP MASQUERADING 2761M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> 2762S: Maintained 2763F: net/ipv4/netfilter/ipt_MASQUERADE.c 2764 2765IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 2766M: Francois Romieu <romieu@fr.zoreil.com> 2767M: Sorbica Shieh <sorbica@icplus.com.tw> 2768M: Jesse Huang <jesse@icplus.com.tw> 2769L: netdev@vger.kernel.org 2770S: Maintained 2771F: drivers/net/ipg.c 2772 2773IPATH DRIVER 2774M: Ralph Campbell <infinipath@qlogic.com> 2775L: linux-rdma@vger.kernel.org 2776T: git git://git.qlogic.com/ipath-linux-2.6 2777S: Supported 2778F: drivers/infiniband/hw/ipath/ 2779 2780IPMI SUBSYSTEM 2781M: Corey Minyard <minyard@acm.org> 2782L: openipmi-developer@lists.sourceforge.net 2783W: http://openipmi.sourceforge.net/ 2784S: Supported 2785F: Documentation/IPMI.txt 2786F: drivers/char/ipmi/ 2787F: include/linux/ipmi* 2788 2789IPS SCSI RAID DRIVER 2790M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 2791L: linux-scsi@vger.kernel.org 2792W: http://www.adaptec.com/ 2793S: Maintained 2794F: drivers/scsi/ips* 2795 2796IPVS 2797M: Wensong Zhang <wensong@linux-vs.org> 2798M: Simon Horman <horms@verge.net.au> 2799M: Julian Anastasov <ja@ssi.bg> 2800L: netdev@vger.kernel.org 2801L: lvs-devel@vger.kernel.org 2802S: Maintained 2803F: Documentation/networking/ipvs-sysctl.txt 2804F: net/netfilter/ipvs/ 2805 2806IPWIRELESS DRIVER 2807M: Jiri Kosina <jkosina@suse.cz> 2808M: David Sterba <dsterba@suse.cz> 2809S: Maintained 2810T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 2811F: drivers/char/pcmcia/ipwireless/ 2812 2813IPX NETWORK LAYER 2814M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 2815L: netdev@vger.kernel.org 2816S: Maintained 2817F: include/linux/ipx.h 2818F: include/net/ipx.h 2819F: net/ipx/ 2820 2821IRDA SUBSYSTEM 2822M: Samuel Ortiz <samuel@sortiz.org> 2823L: irda-users@lists.sourceforge.net (subscribers-only) 2824W: http://irda.sourceforge.net/ 2825S: Maintained 2826T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git 2827F: Documentation/networking/irda.txt 2828F: drivers/net/irda/ 2829F: include/net/irda/ 2830F: net/irda/ 2831 2832ISAPNP 2833M: Jaroslav Kysela <perex@perex.cz> 2834S: Maintained 2835F: Documentation/isapnp.txt 2836F: drivers/pnp/isapnp/ 2837F: include/linux/isapnp.h 2838 2839ISCSI 2840M: Mike Christie <michaelc@cs.wisc.edu> 2841L: open-iscsi@googlegroups.com 2842W: www.open-iscsi.org 2843T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git 2844S: Maintained 2845F: drivers/scsi/*iscsi* 2846F: include/scsi/*iscsi* 2847 2848ISDN SUBSYSTEM 2849M: Karsten Keil <isdn@linux-pingi.de> 2850L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2851W: http://www.isdn4linux.de 2852T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git 2853S: Maintained 2854F: Documentation/isdn/ 2855F: drivers/isdn/ 2856F: include/linux/isdn.h 2857F: include/linux/isdn/ 2858 2859ISDN SUBSYSTEM (Eicon active card driver) 2860M: Armin Schindler <mac@melware.de> 2861L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2862W: http://www.melware.de 2863S: Maintained 2864F: drivers/isdn/hardware/eicon/ 2865 2866IVTV VIDEO4LINUX DRIVER 2867M: Hans Verkuil <hverkuil@xs4all.nl> 2868L: ivtv-devel@ivtvdriver.org 2869L: linux-media@vger.kernel.org 2870T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2871W: http://www.ivtvdriver.org 2872S: Maintained 2873F: Documentation/video4linux/*.ivtv 2874F: drivers/media/video/ivtv/ 2875F: include/linux/ivtv* 2876 2877JFS FILESYSTEM 2878M: Dave Kleikamp <shaggy@linux.vnet.ibm.com> 2879L: jfs-discussion@lists.sourceforge.net 2880W: http://jfs.sourceforge.net/ 2881T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 2882S: Maintained 2883F: Documentation/filesystems/jfs.txt 2884F: fs/jfs/ 2885 2886JME NETWORK DRIVER 2887M: Guo-Fu Tseng <cooldavid@cooldavid.org> 2888L: netdev@vger.kernel.org 2889S: Maintained 2890F: drivers/net/jme.* 2891 2892JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 2893M: David Woodhouse <dwmw2@infradead.org> 2894L: linux-mtd@lists.infradead.org 2895W: http://www.linux-mtd.infradead.org/doc/jffs2.html 2896S: Maintained 2897F: fs/jffs2/ 2898F: include/linux/jffs2.h 2899 2900JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 2901M: Stephen Tweedie <sct@redhat.com> 2902M: Andrew Morton <akpm@linux-foundation.org> 2903L: linux-ext4@vger.kernel.org 2904S: Maintained 2905F: fs/jbd*/ 2906F: include/linux/ext*jbd*.h 2907F: include/linux/jbd*.h 2908 2909K8TEMP HARDWARE MONITORING DRIVER 2910M: Rudolf Marek <r.marek@assembler.cz> 2911L: lm-sensors@lm-sensors.org 2912S: Maintained 2913F: Documentation/hwmon/k8temp 2914F: drivers/hwmon/k8temp.c 2915 2916KCONFIG 2917M: Roman Zippel <zippel@linux-m68k.org> 2918L: linux-kbuild@vger.kernel.org 2919S: Maintained 2920F: Documentation/kbuild/kconfig-language.txt 2921F: scripts/kconfig/ 2922 2923KDUMP 2924M: Vivek Goyal <vgoyal@redhat.com> 2925M: Haren Myneni <hbabu@us.ibm.com> 2926L: kexec@lists.infradead.org 2927W: http://lse.sourceforge.net/kdump/ 2928S: Maintained 2929F: Documentation/kdump/ 2930 2931KERNEL AUTOMOUNTER (AUTOFS) 2932M: "H. Peter Anvin" <hpa@zytor.com> 2933L: autofs@linux.kernel.org 2934S: Odd Fixes 2935F: fs/autofs/ 2936 2937KERNEL AUTOMOUNTER v4 (AUTOFS4) 2938M: Ian Kent <raven@themaw.net> 2939L: autofs@linux.kernel.org 2940S: Maintained 2941F: fs/autofs4/ 2942 2943KERNEL BUILD 2944M: Sam Ravnborg <sam@ravnborg.org> 2945T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git 2946T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git 2947L: linux-kbuild@vger.kernel.org 2948S: Maintained 2949F: Documentation/kbuild/ 2950F: Makefile 2951F: scripts/Makefile.* 2952 2953KERNEL JANITORS 2954L: kernel-janitors@vger.kernel.org 2955W: http://www.kerneljanitors.org/ 2956S: Odd fixes 2957 2958KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 2959M: "J. Bruce Fields" <bfields@fieldses.org> 2960M: Neil Brown <neilb@suse.de> 2961L: linux-nfs@vger.kernel.org 2962W: http://nfs.sourceforge.net/ 2963S: Supported 2964F: fs/nfsd/ 2965F: include/linux/nfsd/ 2966F: fs/lockd/ 2967F: fs/nfs_common/ 2968F: net/sunrpc/ 2969F: include/linux/lockd/ 2970F: include/linux/sunrpc/ 2971 2972KERNEL VIRTUAL MACHINE (KVM) 2973M: Avi Kivity <avi@redhat.com> 2974M: Marcelo Tosatti <mtosatti@redhat.com> 2975L: kvm@vger.kernel.org 2976W: http://kvm.qumranet.com 2977S: Supported 2978F: Documentation/*/kvm.txt 2979F: arch/*/kvm/ 2980F: arch/*/include/asm/kvm* 2981F: include/linux/kvm* 2982F: virt/kvm/ 2983 2984KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V 2985M: Joerg Roedel <joerg.roedel@amd.com> 2986L: kvm@vger.kernel.org 2987W: http://kvm.qumranet.com 2988S: Supported 2989F: arch/x86/include/asm/svm.h 2990F: arch/x86/kvm/kvm_svm.h 2991F: arch/x86/kvm/svm.c 2992 2993KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 2994M: Hollis Blanchard <hollisb@us.ibm.com> 2995L: kvm-ppc@vger.kernel.org 2996W: http://kvm.qumranet.com 2997S: Supported 2998F: arch/powerpc/include/asm/kvm* 2999F: arch/powerpc/kvm/ 3000 3001KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 3002M: Xiantao Zhang <xiantao.zhang@intel.com> 3003L: kvm-ia64@vger.kernel.org 3004W: http://kvm.qumranet.com 3005S: Supported 3006F: Documentation/ia64/kvm.txt 3007F: arch/ia64/include/asm/kvm* 3008F: arch/ia64/kvm/ 3009 3010KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 3011M: Carsten Otte <cotte@de.ibm.com> 3012M: Christian Borntraeger <borntraeger@de.ibm.com> 3013M: linux390@de.ibm.com 3014L: linux-s390@vger.kernel.org 3015W: http://www.ibm.com/developerworks/linux/linux390/ 3016S: Supported 3017F: Documentation/s390/kvm.txt 3018F: arch/s390/include/asm/kvm* 3019F: arch/s390/kvm/ 3020 3021KEXEC 3022M: Eric Biederman <ebiederm@xmission.com> 3023W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 3024L: kexec@lists.infradead.org 3025S: Maintained 3026F: include/linux/kexec.h 3027F: kernel/kexec.c 3028 3029KGDB 3030M: Jason Wessel <jason.wessel@windriver.com> 3031L: kgdb-bugreport@lists.sourceforge.net 3032S: Maintained 3033F: Documentation/DocBook/kgdb.tmpl 3034F: drivers/misc/kgdbts.c 3035F: drivers/serial/kgdboc.c 3036F: include/linux/kgdb.h 3037F: kernel/kgdb.c 3038 3039KMEMCHECK 3040M: Vegard Nossum <vegardno@ifi.uio.no> 3041P Pekka Enberg 3042M: penberg@cs.helsinki.fi 3043S: Maintained 3044 3045KMEMLEAK 3046M: Catalin Marinas <catalin.marinas@arm.com> 3047S: Maintained 3048F: Documentation/kmemleak.txt 3049F: include/linux/kmemleak.h 3050F: mm/kmemleak.c 3051F: mm/kmemleak-test.c 3052 3053KMEMTRACE 3054M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> 3055S: Maintained 3056F: Documentation/trace/kmemtrace.txt 3057F: include/linux/kmemtrace.h 3058F: kernel/trace/kmemtrace.c 3059 3060KPROBES 3061M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> 3062M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 3063M: "David S. Miller" <davem@davemloft.net> 3064M: Masami Hiramatsu <mhiramat@redhat.com> 3065S: Maintained 3066F: Documentation/kprobes.txt 3067F: include/linux/kprobes.h 3068F: kernel/kprobes.c 3069 3070KS0108 LCD CONTROLLER DRIVER 3071M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 3072W: http://miguelojeda.es/auxdisplay.htm 3073W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 3074S: Maintained 3075F: Documentation/auxdisplay/ks0108 3076F: drivers/auxdisplay/ks0108.c 3077F: include/linux/ks0108.h 3078 3079LAPB module 3080L: linux-x25@vger.kernel.org 3081S: Orphan 3082F: Documentation/networking/lapb-module.txt 3083F: include/*/lapb.h 3084F: net/lapb/ 3085 3086LASI 53c700 driver for PARISC 3087M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 3088L: linux-scsi@vger.kernel.org 3089S: Maintained 3090F: Documentation/scsi/53c700.txt 3091F: drivers/scsi/53c700* 3092 3093LED SUBSYSTEM 3094M: Richard Purdie <rpurdie@rpsys.net> 3095S: Maintained 3096F: drivers/leds/ 3097F: include/linux/leds.h 3098 3099LEGO USB Tower driver 3100M: Juergen Stuber <starblue@users.sourceforge.net> 3101L: legousb-devel@lists.sourceforge.net 3102W: http://legousb.sourceforge.net/ 3103S: Maintained 3104F: drivers/usb/misc/legousbtower.c 3105 3106LGUEST 3107M: Rusty Russell <rusty@rustcorp.com.au> 3108L: lguest@ozlabs.org 3109W: http://lguest.ozlabs.org/ 3110S: Maintained 3111F: Documentation/lguest/ 3112F: arch/x86/lguest/ 3113F: drivers/lguest/ 3114F: include/linux/lguest*.h 3115F: arch/x86/include/asm/lguest*.h 3116 3117LINUX FOR IBM pSERIES (RS/6000) 3118M: Paul Mackerras <paulus@au.ibm.com> 3119W: http://www.ibm.com/linux/ltc/projects/ppc 3120S: Supported 3121 3122LINUX FOR POWERPC (32-BIT AND 64-BIT) 3123M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3124M: Paul Mackerras <paulus@samba.org> 3125W: http://www.penguinppc.org/ 3126L: linuxppc-dev@ozlabs.org 3127T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 3128S: Supported 3129 3130LINUX FOR POWER MACINTOSH 3131M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3132W: http://www.penguinppc.org/ 3133L: linuxppc-dev@ozlabs.org 3134S: Maintained 3135 3136LINUX FOR POWERPC EMBEDDED MPC5XXX 3137M: Grant Likely <grant.likely@secretlab.ca> 3138L: linuxppc-dev@ozlabs.org 3139T: git git://git.secretlab.ca/git/linux-2.6.git 3140S: Maintained 3141 3142LINUX FOR POWERPC EMBEDDED PPC4XX 3143M: Josh Boyer <jwboyer@linux.vnet.ibm.com> 3144M: Matt Porter <mporter@kernel.crashing.org> 3145W: http://www.penguinppc.org/ 3146L: linuxppc-dev@ozlabs.org 3147T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git 3148S: Maintained 3149 3150LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 3151M: Grant Likely <grant.likely@secretlab.ca> 3152W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 3153L: linuxppc-dev@ozlabs.org 3154T: git git://git.secretlab.ca/git/linux-2.6.git 3155S: Maintained 3156 3157LINUX FOR POWERPC EMBEDDED PPC8XX 3158M: Vitaly Bordug <vitb@kernel.crashing.org> 3159M: Marcelo Tosatti <marcelo@kvack.org> 3160W: http://www.penguinppc.org/ 3161L: linuxppc-dev@ozlabs.org 3162S: Maintained 3163 3164LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 3165M: Kumar Gala <galak@kernel.crashing.org> 3166W: http://www.penguinppc.org/ 3167L: linuxppc-dev@ozlabs.org 3168S: Maintained 3169 3170LINUX FOR POWERPC PA SEMI PWRFICIENT 3171M: Olof Johansson <olof@lixom.net> 3172W: http://www.pasemi.com/ 3173L: linuxppc-dev@ozlabs.org 3174S: Supported 3175 3176LINUX SECURITY MODULE (LSM) FRAMEWORK 3177M: Chris Wright <chrisw@sous-sol.org> 3178L: linux-security-module@vger.kernel.org 3179T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git 3180S: Supported 3181 3182LLC (802.2) 3183M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 3184S: Maintained 3185F: include/linux/llc.h 3186F: include/net/llc* 3187F: net/llc/ 3188 3189LIS3LV02D ACCELEROMETER DRIVER 3190M: Eric Piel <eric.piel@tremplin-utc.net> 3191S: Maintained 3192F: Documentation/hwmon/lis3lv02d 3193F: drivers/hwmon/lis3lv02d.* 3194 3195LM83 HARDWARE MONITOR DRIVER 3196M: Jean Delvare <khali@linux-fr.org> 3197L: lm-sensors@lm-sensors.org 3198S: Maintained 3199F: Documentation/hwmon/lm83 3200F: drivers/hwmon/lm83.c 3201 3202LM90 HARDWARE MONITOR DRIVER 3203M: Jean Delvare <khali@linux-fr.org> 3204L: lm-sensors@lm-sensors.org 3205S: Maintained 3206F: Documentation/hwmon/lm90 3207F: drivers/hwmon/lm90.c 3208 3209LOCKDEP AND LOCKSTAT 3210M: Peter Zijlstra <peterz@infradead.org> 3211M: Ingo Molnar <mingo@redhat.com> 3212T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git 3213S: Maintained 3214F: Documentation/lockdep*.txt 3215F: Documentation/lockstat.txt 3216F: include/linux/lockdep.h 3217F: kernel/lockdep* 3218 3219LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 3220M: "Richard Russon (FlatCap)" <ldm@flatcap.org> 3221L: linux-ntfs-dev@lists.sourceforge.net 3222W: http://www.linux-ntfs.org/content/view/19/37/ 3223S: Maintained 3224F: Documentation/ldm.txt 3225F: fs/partitions/ldm.* 3226 3227LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 3228M: Eric Moore <Eric.Moore@lsi.com> 3229M: support@lsi.com 3230L: DL-MPTFusionLinux@lsi.com 3231L: linux-scsi@vger.kernel.org 3232W: http://www.lsilogic.com/support 3233S: Supported 3234F: drivers/message/fusion/ 3235 3236LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 3237M: Matthew Wilcox <matthew@wil.cx> 3238L: linux-scsi@vger.kernel.org 3239S: Maintained 3240F: drivers/scsi/sym53c8xx_2/ 3241 3242LTP (Linux Test Project) 3243M: Subrata Modak <subrata@linux.vnet.ibm.com> 3244M: Mike Frysinger <vapier@gentoo.org> 3245L: ltp-list@lists.sourceforge.net (subscribers-only) 3246W: http://ltp.sourceforge.net/ 3247T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git 3248S: Maintained 3249 3250M32R ARCHITECTURE 3251M: Hirokazu Takata <takata@linux-m32r.org> 3252L: linux-m32r@ml.linux-m32r.org 3253L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 3254W: http://www.linux-m32r.org/ 3255S: Maintained 3256F: arch/m32r/ 3257 3258M68K ARCHITECTURE 3259M: Geert Uytterhoeven <geert@linux-m68k.org> 3260M: Roman Zippel <zippel@linux-m68k.org> 3261L: linux-m68k@lists.linux-m68k.org 3262W: http://www.linux-m68k.org/ 3263T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git 3264S: Maintained 3265F: arch/m68k/ 3266F: drivers/zorro/ 3267 3268M68K ON APPLE MACINTOSH 3269M: Joshua Thompson <funaho@jurai.org> 3270W: http://www.mac.linux-m68k.org/ 3271L: linux-m68k@lists.linux-m68k.org 3272S: Maintained 3273F: arch/m68k/mac/ 3274 3275M68K ON HP9000/300 3276M: Philip Blundell <philb@gnu.org> 3277W: http://www.tazenda.demon.co.uk/phil/linux-hp 3278S: Maintained 3279F: arch/m68k/hp300/ 3280 3281MAC80211 3282M: Johannes Berg <johannes@sipsolutions.net> 3283L: linux-wireless@vger.kernel.org 3284W: http://linuxwireless.org/ 3285T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3286S: Maintained 3287F: Documentation/networking/mac80211-injection.txt 3288F: include/net/mac80211.h 3289F: net/mac80211/ 3290 3291MAC80211 PID RATE CONTROL 3292M: Stefano Brivio <stefano.brivio@polimi.it> 3293M: Mattias Nissler <mattias.nissler@gmx.de> 3294L: linux-wireless@vger.kernel.org 3295W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 3296T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3297S: Maintained 3298F: net/mac80211/rc80211_pid* 3299 3300MACVLAN DRIVER 3301M: Patrick McHardy <kaber@trash.net> 3302L: netdev@vger.kernel.org 3303S: Maintained 3304F: drivers/net/macvlan.c 3305F: include/linux/if_macvlan.h 3306 3307MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 3308M: Michael Kerrisk <mtk.manpages@gmail.com> 3309W: http://www.kernel.org/doc/man-pages 3310L: linux-man@vger.kernel.org 3311S: Maintained 3312 3313MARVELL LIBERTAS WIRELESS DRIVER 3314M: Dan Williams <dcbw@redhat.com> 3315L: libertas-dev@lists.infradead.org 3316S: Maintained 3317F: drivers/net/wireless/libertas/ 3318 3319MARVELL MV643XX ETHERNET DRIVER 3320M: Lennert Buytenhek <buytenh@marvell.com> 3321L: netdev@vger.kernel.org 3322S: Supported 3323F: drivers/net/mv643xx_eth.* 3324F: include/linux/mv643xx.h 3325 3326MARVELL MWL8K WIRELESS DRIVER 3327M: Lennert Buytenhek <buytenh@marvell.com> 3328L: linux-wireless@vger.kernel.org 3329S: Supported 3330F: drivers/net/wireless/mwl8k.c 3331 3332MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 3333M: Nicolas Pitre <nico@fluxnic.net> 3334S: Maintained 3335 3336MARVELL YUKON / SYSKONNECT DRIVER 3337M: Mirko Lindner <mlindner@syskonnect.de> 3338M: Ralph Roesler <rroesler@syskonnect.de> 3339W: http://www.syskonnect.com 3340S: Supported 3341 3342MATROX FRAMEBUFFER DRIVER 3343M: Petr Vandrovec <vandrove@vc.cvut.cz> 3344L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3345S: Maintained 3346F: drivers/video/matrox/matroxfb_* 3347F: include/linux/matroxfb.h 3348 3349MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 3350M: "Hans J. Koch" <hjk@linutronix.de> 3351L: lm-sensors@lm-sensors.org 3352S: Maintained 3353F: Documentation/hwmon/max6650 3354F: drivers/hwmon/max6650.c 3355 3356MEDIA INPUT INFRASTRUCTURE (V4L/DVB) 3357M: Mauro Carvalho Chehab <mchehab@infradead.org> 3358P: LinuxTV.org Project 3359L: linux-media@vger.kernel.org 3360W: http://linuxtv.org 3361T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3362S: Maintained 3363F: Documentation/dvb/ 3364F: Documentation/video4linux/ 3365F: drivers/media/ 3366F: include/media/ 3367F: include/linux/dvb/ 3368F: include/linux/videodev*.h 3369 3370MEGARAID SCSI DRIVERS 3371M: Neela Syam Kolli <megaraidlinux@lsi.com> 3372L: linux-scsi@vger.kernel.org 3373W: http://megaraid.lsilogic.com 3374S: Maintained 3375F: Documentation/scsi/megaraid.txt 3376F: drivers/scsi/megaraid.* 3377F: drivers/scsi/megaraid/ 3378 3379MEMORY MANAGEMENT 3380L: linux-mm@kvack.org 3381W: http://www.linux-mm.org 3382S: Maintained 3383F: include/linux/mm.h 3384F: mm/ 3385 3386MEMORY RESOURCE CONTROLLER 3387M: Balbir Singh <balbir@linux.vnet.ibm.com> 3388M: Pavel Emelyanov <xemul@openvz.org> 3389M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> 3390L: linux-mm@kvack.org 3391S: Maintained 3392F: mm/memcontrol.c 3393 3394MEMORY TECHNOLOGY DEVICES (MTD) 3395M: David Woodhouse <dwmw2@infradead.org> 3396W: http://www.linux-mtd.infradead.org/ 3397L: linux-mtd@lists.infradead.org 3398T: git git://git.infradead.org/mtd-2.6.git 3399S: Maintained 3400F: drivers/mtd/ 3401F: include/linux/mtd/ 3402F: include/mtd/ 3403 3404MICROBLAZE ARCHITECTURE 3405M: Michal Simek <monstr@monstr.eu> 3406L: microblaze-uclinux@itee.uq.edu.au 3407W: http://www.monstr.eu/fdt/ 3408T: git git://git.monstr.eu/linux-2.6-microblaze.git 3409S: Supported 3410F: arch/microblaze/ 3411 3412MICROTEK X6 SCANNER 3413M: Oliver Neukum <oliver@neukum.name> 3414S: Maintained 3415F: drivers/usb/image/microtek.* 3416 3417MIPS 3418M: Ralf Baechle <ralf@linux-mips.org> 3419W: http://www.linux-mips.org/ 3420L: linux-mips@linux-mips.org 3421T: git git://git.linux-mips.org/pub/scm/linux.git 3422S: Supported 3423F: Documentation/mips/ 3424F: arch/mips/ 3425 3426MISCELLANEOUS MCA-SUPPORT 3427M: James Bottomley <James.Bottomley@HansenPartnership.com> 3428S: Maintained 3429F: Documentation/ia64/mca.txt 3430F: Documentation/mca.txt 3431F: drivers/mca/ 3432F: include/linux/mca* 3433 3434MODULE SUPPORT 3435M: Rusty Russell <rusty@rustcorp.com.au> 3436S: Maintained 3437F: include/linux/module.h 3438F: kernel/module.c 3439 3440MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 3441M: Stelian Pop <stelian@popies.net> 3442W: http://popies.net/meye/ 3443S: Maintained 3444F: Documentation/video4linux/meye.txt 3445F: drivers/media/video/meye.* 3446F: include/linux/meye.h 3447 3448MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 3449M: Pavel Pisa <ppisa@pikron.com> 3450L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3451S: Maintained 3452F: drivers/mmc/host/imxmmc.* 3453 3454MOUSE AND MISC DEVICES [GENERAL] 3455M: Alessandro Rubini <rubini@ipvvis.unipv.it> 3456S: Maintained 3457F: drivers/input/mouse/ 3458F: include/linux/gpio_mouse.h 3459 3460MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 3461M: Jiri Slaby <jirislaby@gmail.com> 3462S: Maintained 3463F: Documentation/serial/moxa-smartio 3464F: drivers/char/mxser.* 3465 3466MSI LAPTOP SUPPORT 3467M: Lennart Poettering <mzxreary@0pointer.de> 3468W: https://tango.0pointer.de/mailman/listinfo/s270-linux 3469W: http://0pointer.de/lennart/tchibo.html 3470S: Maintained 3471F: drivers/platform/x86/msi-laptop.c 3472 3473MULTIFUNCTION DEVICES (MFD) 3474M: Samuel Ortiz <sameo@linux.intel.com> 3475T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git 3476S: Supported 3477F: drivers/mfd/ 3478 3479MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 3480S: Orphan 3481L: linux-mmc@vger.kernel.org 3482F: drivers/mmc/ 3483F: include/linux/mmc/ 3484 3485MULTIMEDIA CARD (MMC) ETC. OVER SPI 3486M: David Brownell <dbrownell@users.sourceforge.net> 3487S: Odd Fixes 3488F: drivers/mmc/host/mmc_spi.c 3489F: include/linux/spi/mmc_spi.h 3490 3491MULTISOUND SOUND DRIVER 3492M: Andrew Veliath <andrewtv@usa.net> 3493S: Maintained 3494F: Documentation/sound/oss/MultiSound 3495F: sound/oss/msnd* 3496 3497MULTITECH MULTIPORT CARD (ISICOM) 3498M: Jiri Slaby <jirislaby@gmail.com> 3499S: Maintained 3500F: drivers/char/isicom.c 3501F: include/linux/isicom.h 3502 3503MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 3504M: Felipe Balbi <felipe.balbi@nokia.com> 3505L: linux-usb@vger.kernel.org 3506T: git git://gitorious.org/musb/mainline.git 3507S: Maintained 3508F: drivers/usb/musb/ 3509 3510MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 3511M: Andrew Gallatin <gallatin@myri.com> 3512M: Brice Goglin <brice@myri.com> 3513L: netdev@vger.kernel.org 3514W: http://www.myri.com/scs/download-Myri10GE.html 3515S: Supported 3516F: drivers/net/myri10ge/ 3517 3518NATSEMI ETHERNET DRIVER (DP8381x) 3519M: Tim Hockin <thockin@hockin.org> 3520S: Maintained 3521F: drivers/net/natsemi.c 3522 3523NCP FILESYSTEM 3524M: Petr Vandrovec <vandrove@vc.cvut.cz> 3525L: linware@sh.cvut.cz 3526S: Maintained 3527F: fs/ncpfs/ 3528 3529NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 3530M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 3531L: linux-scsi@vger.kernel.org 3532S: Maintained 3533F: drivers/scsi/NCR_D700.* 3534 3535NETEFFECT IWARP RNIC DRIVER (IW_NES) 3536M: Faisal Latif <faisal.latif@intel.com> 3537M: Chien Tung <chien.tin.tung@intel.com> 3538L: linux-rdma@vger.kernel.org 3539W: http://www.neteffect.com 3540S: Supported 3541F: drivers/infiniband/hw/nes/ 3542 3543NETEM NETWORK EMULATOR 3544M: Stephen Hemminger <shemminger@linux-foundation.org> 3545L: netem@lists.linux-foundation.org 3546S: Maintained 3547F: net/sched/sch_netem.c 3548 3549NETERION (S2IO) 10GbE DRIVER (xframe/vxge) 3550M: Ramkrishna Vepa <ram.vepa@neterion.com> 3551M: Rastapur Santosh <santosh.rastapur@neterion.com> 3552M: Sivakumar Subramani <sivakumar.subramani@neterion.com> 3553M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> 3554M: Anil Murthy <anil.murthy@neterion.com> 3555L: netdev@vger.kernel.org 3556W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous 3557W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous 3558S: Supported 3559F: Documentation/networking/s2io.txt 3560F: drivers/net/s2io* 3561 3562NETFILTER/IPTABLES/IPCHAINS 3563P: Rusty Russell 3564P: Marc Boucher 3565P: James Morris 3566P: Harald Welte 3567P: Jozsef Kadlecsik 3568M: Patrick McHardy <kaber@trash.net> 3569L: netfilter-devel@vger.kernel.org 3570L: netfilter@vger.kernel.org 3571L: coreteam@netfilter.org 3572W: http://www.netfilter.org/ 3573W: http://www.iptables.org/ 3574T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git 3575S: Supported 3576F: include/linux/netfilter* 3577F: include/linux/netfilter/ 3578F: include/net/netfilter/ 3579F: net/*/netfilter.c 3580F: net/*/netfilter/ 3581F: net/netfilter/ 3582 3583NETLABEL 3584M: Paul Moore <paul.moore@hp.com> 3585W: http://netlabel.sf.net 3586L: netdev@vger.kernel.org 3587S: Supported 3588F: Documentation/netlabel/ 3589F: include/net/netlabel.h 3590F: net/netlabel/ 3591 3592NETROM NETWORK LAYER 3593M: Ralf Baechle <ralf@linux-mips.org> 3594L: linux-hams@vger.kernel.org 3595W: http://www.linux-ax25.org/ 3596S: Maintained 3597F: include/linux/netrom.h 3598F: include/net/netrom.h 3599F: net/netrom/ 3600 3601NETWORK BLOCK DEVICE (NBD) 3602M: Paul Clements <Paul.Clements@steeleye.com> 3603S: Maintained 3604F: Documentation/blockdev/nbd.txt 3605F: drivers/block/nbd.c 3606F: include/linux/nbd.h 3607 3608NETWORKING [GENERAL] 3609M: "David S. Miller" <davem@davemloft.net> 3610L: netdev@vger.kernel.org 3611W: http://www.linuxfoundation.org/en/Net 3612T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3613S: Maintained 3614F: net/ 3615F: include/net/ 3616F: include/linux/in.h 3617F: include/linux/net.h 3618F: include/linux/netdevice.h 3619 3620NETWORKING [IPv4/IPv6] 3621M: "David S. Miller" <davem@davemloft.net> 3622M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> 3623M: "Pekka Savola (ipv6)" <pekkas@netcore.fi> 3624M: James Morris <jmorris@namei.org> 3625M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> 3626M: Patrick McHardy <kaber@trash.net> 3627L: netdev@vger.kernel.org 3628T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3629S: Maintained 3630F: net/ipv4/ 3631F: net/ipv6/ 3632F: include/net/ip* 3633 3634NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 3635M: Paul Moore <paul.moore@hp.com> 3636L: netdev@vger.kernel.org 3637S: Maintained 3638 3639NETWORKING [WIRELESS] 3640M: "John W. Linville" <linville@tuxdriver.com> 3641L: linux-wireless@vger.kernel.org 3642T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3643S: Maintained 3644F: net/mac80211/ 3645F: net/rfkill/ 3646F: net/wireless/ 3647F: include/net/ieee80211* 3648F: include/linux/wireless.h 3649F: drivers/net/wireless/ 3650 3651NETWORKING DRIVERS 3652L: netdev@vger.kernel.org 3653W: http://www.linuxfoundation.org/en/Net 3654T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3655S: Odd Fixes 3656F: drivers/net/ 3657F: include/linux/if_* 3658F: include/linux/*device.h 3659 3660NETXEN (1/10) GbE SUPPORT 3661M: Dhananjay Phadke <dhananjay@netxen.com> 3662L: netdev@vger.kernel.org 3663W: http://www.netxen.com 3664S: Supported 3665F: drivers/net/netxen/ 3666 3667NFS, SUNRPC, AND LOCKD CLIENTS 3668M: Trond Myklebust <Trond.Myklebust@netapp.com> 3669L: linux-nfs@vger.kernel.org 3670W: http://client.linux-nfs.org 3671T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 3672S: Maintained 3673F: fs/lockd/ 3674F: fs/nfs/ 3675F: fs/nfs_common/ 3676F: net/sunrpc/ 3677F: include/linux/lockd/ 3678F: include/linux/nfs* 3679F: include/linux/sunrpc/ 3680 3681NI5010 NETWORK DRIVER 3682M: Jan-Pascal van Best <janpascal@vanbest.org> 3683M: Andreas Mohr <andi@lisas.de> 3684L: netdev@vger.kernel.org 3685S: Maintained 3686F: drivers/net/ni5010.* 3687 3688NILFS2 FILESYSTEM 3689M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> 3690L: users@nilfs.org 3691W: http://www.nilfs.org/en/ 3692S: Supported 3693F: Documentation/filesystems/nilfs2.txt 3694F: fs/nilfs2/ 3695F: include/linux/nilfs2_fs.h 3696 3697NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 3698M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 3699W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3700S: Maintained 3701F: Documentation/scsi/NinjaSCSI.txt 3702F: drivers/scsi/pcmcia/nsp_* 3703 3704NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 3705M: GOTO Masanori <gotom@debian.or.jp> 3706M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 3707W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3708S: Maintained 3709F: Documentation/scsi/NinjaSCSI.txt 3710F: drivers/scsi/nsp32* 3711 3712NTFS FILESYSTEM 3713M: Anton Altaparmakov <aia21@cantab.net> 3714L: linux-ntfs-dev@lists.sourceforge.net 3715W: http://www.linux-ntfs.org/ 3716T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git 3717S: Maintained 3718F: Documentation/filesystems/ntfs.txt 3719F: fs/ntfs/ 3720 3721NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 3722M: Antonino Daplas <adaplas@gmail.com> 3723L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3724S: Maintained 3725F: drivers/video/riva/ 3726F: drivers/video/nvidia/ 3727 3728OMAP SUPPORT 3729M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> 3730L: linux-omap@vger.kernel.org 3731W: http://www.muru.com/linux/omap/ 3732W: http://linux.omap.com/ 3733T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git 3734S: Maintained 3735F: arch/arm/*omap* 3736 3737OMAP CLOCK FRAMEWORK SUPPORT 3738M: Paul Walmsley <paul@pwsan.com> 3739L: linux-omap@vger.kernel.org 3740S: Maintained 3741F: arch/arm/*omap*/*clock* 3742 3743OMAP POWER MANAGEMENT SUPPORT 3744M: Kevin Hilman <khilman@deeprootsystems.com> 3745L: linux-omap@vger.kernel.org 3746S: Maintained 3747F: arch/arm/*omap*/*pm* 3748 3749OMAP AUDIO SUPPORT 3750M: Jarkko Nikula <jhnikula@gmail.com> 3751L: alsa-devel@alsa-project.org (subscribers-only) 3752L: linux-omap@vger.kernel.org 3753S: Maintained 3754F: sound/soc/omap/ 3755 3756OMAP FRAMEBUFFER SUPPORT 3757M: Imre Deak <imre.deak@nokia.com> 3758L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3759L: linux-omap@vger.kernel.org 3760S: Maintained 3761F: drivers/video/omap/ 3762 3763OMAP MMC SUPPORT 3764M: Jarkko Lavinen <jarkko.lavinen@nokia.com> 3765L: linux-omap@vger.kernel.org 3766S: Maintained 3767F: drivers/mmc/host/*omap* 3768 3769OMAP RANDOM NUMBER GENERATOR SUPPORT 3770M: Deepak Saxena <dsaxena@plexity.net> 3771S: Maintained 3772F: drivers/char/hw_random/omap-rng.c 3773 3774OMAP USB SUPPORT 3775M: Felipe Balbi <felipe.balbi@nokia.com> 3776M: David Brownell <dbrownell@users.sourceforge.net> 3777L: linux-usb@vger.kernel.org 3778L: linux-omap@vger.kernel.org 3779S: Maintained 3780 3781OMFS FILESYSTEM 3782M: Bob Copeland <me@bobcopeland.com> 3783L: linux-karma-devel@lists.sourceforge.net 3784S: Maintained 3785F: Documentation/filesystems/omfs.txt 3786F: fs/omfs/ 3787 3788OMNIKEY CARDMAN 4000 DRIVER 3789M: Harald Welte <laforge@gnumonks.org> 3790S: Maintained 3791F: drivers/char/pcmcia/cm4000_cs.c 3792F: include/linux/cm4000_cs.h 3793 3794OMNIKEY CARDMAN 4040 DRIVER 3795M: Harald Welte <laforge@gnumonks.org> 3796S: Maintained 3797F: drivers/char/pcmcia/cm4040_cs.* 3798 3799OMNIVISION OV7670 SENSOR DRIVER 3800M: Jonathan Corbet <corbet@lwn.net> 3801L: linux-media@vger.kernel.org 3802T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3803S: Maintained 3804F: drivers/media/video/ov7670.c 3805 3806ONENAND FLASH DRIVER 3807M: Kyungmin Park <kyungmin.park@samsung.com> 3808L: linux-mtd@lists.infradead.org 3809S: Maintained 3810F: drivers/mtd/onenand/ 3811F: include/linux/mtd/onenand*.h 3812 3813ONSTREAM SCSI TAPE DRIVER 3814M: Willem Riede <osst@riede.org> 3815L: osst-users@lists.sourceforge.net 3816L: linux-scsi@vger.kernel.org 3817S: Maintained 3818F: drivers/scsi/osst* 3819F: drivers/scsi/st* 3820 3821OPENCORES I2C BUS DRIVER 3822M: Peter Korsgaard <jacmet@sunsite.dk> 3823L: linux-i2c@vger.kernel.org 3824S: Maintained 3825F: Documentation/i2c/busses/i2c-ocores 3826F: drivers/i2c/busses/i2c-ocores.c 3827 3828OPROFILE 3829M: Robert Richter <robert.richter@amd.com> 3830L: oprofile-list@lists.sf.net 3831S: Maintained 3832F: arch/*/oprofile/ 3833F: drivers/oprofile/ 3834F: include/linux/oprofile.h 3835 3836ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 3837M: Mark Fasheh <mfasheh@suse.com> 3838M: Joel Becker <joel.becker@oracle.com> 3839L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 3840W: http://oss.oracle.com/projects/ocfs2/ 3841T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git 3842S: Supported 3843F: Documentation/filesystems/ocfs2.txt 3844F: Documentation/filesystems/dlmfs.txt 3845F: fs/ocfs2/ 3846 3847ORINOCO DRIVER 3848M: Pavel Roskin <proski@gnu.org> 3849M: David Gibson <hermes@gibson.dropbear.id.au> 3850L: linux-wireless@vger.kernel.org 3851L: orinoco-users@lists.sourceforge.net 3852L: orinoco-devel@lists.sourceforge.net 3853W: http://www.nongnu.org/orinoco/ 3854S: Maintained 3855F: drivers/net/wireless/orinoco/ 3856 3857OSD LIBRARY and FILESYSTEM 3858M: Boaz Harrosh <bharrosh@panasas.com> 3859M: Benny Halevy <bhalevy@panasas.com> 3860L: osd-dev@open-osd.org 3861W: http://open-osd.org 3862T: git git://git.open-osd.org/open-osd.git 3863S: Maintained 3864F: drivers/scsi/osd/ 3865F: include/scsi/osd_* 3866F: fs/exofs/ 3867 3868P54 WIRELESS DRIVER 3869M: Michael Wu <flamingice@sourmilk.net> 3870L: linux-wireless@vger.kernel.org 3871W: http://prism54.org 3872T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3873S: Maintained 3874F: drivers/net/wireless/p54/ 3875 3876PA SEMI ETHERNET DRIVER 3877M: Olof Johansson <olof@lixom.net> 3878L: netdev@vger.kernel.org 3879S: Maintained 3880F: drivers/net/pasemi_mac.* 3881 3882PA SEMI SMBUS DRIVER 3883M: Olof Johansson <olof@lixom.net> 3884L: linux-i2c@vger.kernel.org 3885S: Maintained 3886F: drivers/i2c/busses/i2c-pasemi.c 3887 3888PANASONIC LAPTOP ACPI EXTRAS DRIVER 3889M: Harald Welte <laforge@gnumonks.org> 3890S: Maintained 3891F: drivers/platform/x86/panasonic-laptop.c 3892 3893PANASONIC MN10300/AM33 PORT 3894M: David Howells <dhowells@redhat.com> 3895M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> 3896L: linux-am33-list@redhat.com (moderated for non-subscribers) 3897W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 3898S: Maintained 3899F: Documentation/mn10300/ 3900F: arch/mn10300/ 3901 3902PARALLEL PORT SUPPORT 3903L: linux-parport@lists.infradead.org (subscribers-only) 3904S: Orphan 3905F: drivers/parport/ 3906F: include/linux/parport*.h 3907F: drivers/char/ppdev.c 3908F: include/linux/ppdev.h 3909 3910PARAVIRT_OPS INTERFACE 3911M: Jeremy Fitzhardinge <jeremy@xensource.com> 3912M: Chris Wright <chrisw@sous-sol.org> 3913M: Alok Kataria <akataria@vmware.com> 3914M: Rusty Russell <rusty@rustcorp.com.au> 3915L: virtualization@lists.osdl.org 3916S: Supported 3917F: Documentation/ia64/paravirt_ops.txt 3918F: arch/*/kernel/paravirt* 3919F: arch/*/include/asm/paravirt.h 3920 3921PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 3922M: Tim Waugh <tim@cyberelk.net> 3923L: linux-parport@lists.infradead.org (subscribers-only) 3924W: http://www.torque.net/linux-pp.html 3925S: Maintained 3926F: Documentation/blockdev/paride.txt 3927F: drivers/block/paride/ 3928 3929PARISC ARCHITECTURE 3930M: Kyle McMartin <kyle@mcmartin.ca> 3931M: Helge Deller <deller@gmx.de> 3932L: linux-parisc@vger.kernel.org 3933W: http://www.parisc-linux.org/ 3934T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 3935S: Maintained 3936F: arch/parisc/ 3937F: drivers/parisc/ 3938 3939PC87360 HARDWARE MONITORING DRIVER 3940M: Jim Cromie <jim.cromie@gmail.com> 3941L: lm-sensors@lm-sensors.org 3942S: Maintained 3943F: Documentation/hwmon/pc87360 3944F: drivers/hwmon/pc87360.c 3945 3946PC8736x GPIO DRIVER 3947M: Jim Cromie <jim.cromie@gmail.com> 3948S: Maintained 3949F: drivers/char/pc8736x_gpio.c 3950 3951PCA9532 LED DRIVER 3952M: Riku Voipio <riku.voipio@iki.fi> 3953S: Maintained 3954F: drivers/leds/leds-pca9532.c 3955F: include/linux/leds-pca9532.h 3956 3957PCI ERROR RECOVERY 3958M: Linas Vepstas <linas@austin.ibm.com> 3959L: linux-pci@vger.kernel.org 3960S: Supported 3961F: Documentation/PCI/pci-error-recovery.txt 3962F: Documentation/powerpc/eeh-pci-error-recovery.txt 3963 3964PCI SUBSYSTEM 3965M: Jesse Barnes <jbarnes@virtuousgeek.org> 3966L: linux-pci@vger.kernel.org 3967T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 3968S: Supported 3969F: Documentation/PCI/ 3970F: drivers/pci/ 3971F: include/linux/pci* 3972 3973PCIE HOTPLUG DRIVER 3974M: Kristen Carlson Accardi <kristen.c.accardi@intel.com> 3975L: linux-pci@vger.kernel.org 3976S: Supported 3977F: drivers/pci/pcie/ 3978 3979PCMCIA SUBSYSTEM 3980P: Linux PCMCIA Team 3981L: linux-pcmcia@lists.infradead.org 3982W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 3983T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 3984S: Maintained 3985F: Documentation/pcmcia/ 3986F: drivers/pcmcia/ 3987F: include/pcmcia/ 3988 3989PCNET32 NETWORK DRIVER 3990M: Don Fry <pcnet32@verizon.net> 3991L: netdev@vger.kernel.org 3992S: Maintained 3993F: drivers/net/pcnet32.c 3994 3995PER-TASK DELAY ACCOUNTING 3996M: Balbir Singh <balbir@linux.vnet.ibm.com> 3997S: Maintained 3998F: include/linux/delayacct.h 3999F: kernel/delayacct.c 4000 4001PERFORMANCE COUNTER SUBSYSTEM 4002M: Peter Zijlstra <a.p.zijlstra@chello.nl> 4003M: Paul Mackerras <paulus@samba.org> 4004M: Ingo Molnar <mingo@elte.hu> 4005S: Supported 4006 4007PERSONALITY HANDLING 4008M: Christoph Hellwig <hch@infradead.org> 4009L: linux-abi-devel@lists.sourceforge.net 4010S: Maintained 4011F: include/linux/personality.h 4012 4013PHRAM MTD DRIVER 4014M: Joern Engel <joern@lazybastard.org> 4015L: linux-mtd@lists.infradead.org 4016S: Maintained 4017F: drivers/mtd/devices/phram.c 4018 4019PKTCDVD DRIVER 4020M: Peter Osterlund <petero2@telia.com> 4021S: Maintained 4022F: drivers/block/pktcdvd.c 4023F: include/linux/pktcdvd.h 4024 4025PMC SIERRA MaxRAID DRIVER 4026P: Anil Ravindranath 4027M: anil_ravindranath@pmc-sierra.com 4028L: linux-scsi@vger.kernel.org 4029W: http://www.pmc-sierra.com/ 4030S: Supported 4031F: drivers/scsi/pmcraid.* 4032 4033POSIX CLOCKS and TIMERS 4034M: Thomas Gleixner <tglx@linutronix.de> 4035S: Supported 4036F: fs/timerfd.c 4037F: include/linux/timer* 4038F: kernel/*timer* 4039 4040POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 4041M: Anton Vorontsov <cbou@mail.ru> 4042M: David Woodhouse <dwmw2@infradead.org> 4043T: git git://git.infradead.org/battery-2.6.git 4044S: Maintained 4045F: include/linux/power_supply.h 4046F: drivers/power/power_supply* 4047 4048PNP SUPPORT 4049M: Adam Belay <abelay@mit.edu> 4050M: Bjorn Helgaas <bjorn.helgaas@hp.com> 4051S: Maintained 4052F: drivers/pnp/ 4053 4054PNXxxxx I2C DRIVER 4055M: Vitaly Wool <vitalywool@gmail.com> 4056L: linux-i2c@vger.kernel.org 4057S: Maintained 4058F: drivers/i2c/busses/i2c-pnx.c 4059 4060PPP PROTOCOL DRIVERS AND COMPRESSORS 4061M: Paul Mackerras <paulus@samba.org> 4062L: linux-ppp@vger.kernel.org 4063S: Maintained 4064F: drivers/net/ppp_* 4065 4066PPP OVER ATM (RFC 2364) 4067M: Mitchell Blank Jr <mitch@sfgoth.com> 4068S: Maintained 4069F: net/atm/pppoatm.c 4070F: include/linux/atmppp.h 4071 4072PPP OVER ETHERNET 4073M: Michal Ostrowski <mostrows@earthlink.net> 4074S: Maintained 4075F: drivers/net/pppoe.c 4076F: drivers/net/pppox.c 4077 4078PPP OVER L2TP 4079M: James Chapman <jchapman@katalix.com> 4080S: Maintained 4081F: drivers/net/pppol2tp.c 4082F: include/linux/if_pppol2tp.h 4083 4084PPS SUPPORT 4085M: Rodolfo Giometti <giometti@enneenne.com> 4086W: http://wiki.enneenne.com/index.php/LinuxPPS_support 4087L: linuxpps@ml.enneenne.com (subscribers-only) 4088S: Maintained 4089F: Documentation/pps/ 4090F: drivers/pps/ 4091F: include/linux/pps*.h 4092 4093PREEMPTIBLE KERNEL 4094M: Robert Love <rml@tech9.net> 4095L: kpreempt-tech@lists.sourceforge.net 4096W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 4097S: Supported 4098F: Documentation/preempt-locking.txt 4099F: include/linux/preempt.h 4100 4101PRISM54 WIRELESS DRIVER 4102M: "Luis R. Rodriguez" <mcgrof@gmail.com> 4103L: linux-wireless@vger.kernel.org 4104W: http://prism54.org 4105S: Maintained 4106F: drivers/net/wireless/prism54/ 4107 4108PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 4109M: Peter Denison <promise@pnd-pc.demon.co.uk> 4110W: http://www.pnd-pc.demon.co.uk/promise/ 4111S: Maintained 4112 4113PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 4114M: Mikael Pettersson <mikpe@it.uu.se> 4115L: linux-ide@vger.kernel.org 4116S: Maintained 4117F: drivers/ata/sata_promise.* 4118 4119PS3 NETWORK SUPPORT 4120M: Geoff Levand <geoffrey.levand@am.sony.com> 4121L: netdev@vger.kernel.org 4122L: cbe-oss-dev@ozlabs.org 4123S: Supported 4124F: drivers/net/ps3_gelic_net.* 4125 4126PS3 PLATFORM SUPPORT 4127M: Geoff Levand <geoffrey.levand@am.sony.com> 4128L: linuxppc-dev@ozlabs.org 4129L: cbe-oss-dev@ozlabs.org 4130S: Supported 4131F: arch/powerpc/boot/ps3* 4132F: arch/powerpc/include/asm/lv1call.h 4133F: arch/powerpc/include/asm/ps3*.h 4134F: arch/powerpc/platforms/ps3/ 4135F: drivers/*/ps3* 4136F: drivers/ps3/ 4137F: drivers/rtc/rtc-ps3.c 4138F: drivers/usb/host/*ps3.c 4139F: sound/ppc/snd_ps3* 4140 4141PS3VRAM DRIVER 4142M: Jim Paris <jim@jtan.com> 4143L: cbe-oss-dev@ozlabs.org 4144S: Maintained 4145 4146PTRACE SUPPORT 4147M: Roland McGrath <roland@redhat.com> 4148M: Oleg Nesterov <oleg@redhat.com> 4149S: Maintained 4150F: include/asm-generic/syscall.h 4151F: include/linux/ptrace.h 4152F: include/linux/regset.h 4153F: include/linux/tracehook.h 4154F: kernel/ptrace.c 4155 4156PVRUSB2 VIDEO4LINUX DRIVER 4157M: Mike Isely <isely@pobox.com> 4158L: pvrusb2@isely.net (subscribers-only) 4159L: linux-media@vger.kernel.org 4160W: http://www.isely.net/pvrusb2/ 4161T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4162S: Maintained 4163F: Documentation/video4linux/README.pvrusb2 4164F: drivers/media/video/pvrusb2/ 4165 4166PXA2xx/PXA3xx SUPPORT 4167M: Eric Miao <eric.y.miao@gmail.com> 4168M: Russell King <linux@arm.linux.org.uk> 4169L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4170S: Maintained 4171F: arch/arm/mach-pxa/ 4172F: drivers/pcmcia/pxa2xx* 4173F: drivers/spi/pxa2xx* 4174F: drivers/usb/gadget/pxa2* 4175F: include/sound/pxa2xx-lib.h 4176F: sound/arm/pxa* 4177F: sound/soc/pxa 4178 4179PXA168 SUPPORT 4180M: Eric Miao <eric.y.miao@gmail.com> 4181M: Jason Chagas <jason.chagas@marvell.com> 4182L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4183T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4184S: Maintained 4185 4186PXA910 SUPPORT 4187M: Eric Miao <eric.y.miao@gmail.com> 4188L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4189T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4190S: Maintained 4191 4192PXA MMCI DRIVER 4193S: Orphan 4194 4195PXA RTC DRIVER 4196M: Robert Jarzmik <robert.jarzmik@free.fr> 4197L: rtc-linux@googlegroups.com 4198S: Maintained 4199 4200QLOGIC QLA2XXX FC-SCSI DRIVER 4201M: Andrew Vasquez <andrew.vasquez@qlogic.com> 4202M: linux-driver@qlogic.com 4203L: linux-scsi@vger.kernel.org 4204S: Supported 4205F: Documentation/scsi/LICENSE.qla2xxx 4206F: drivers/scsi/qla2xxx/ 4207 4208QLOGIC QLA3XXX NETWORK DRIVER 4209M: Ron Mercer <ron.mercer@qlogic.com> 4210M: linux-driver@qlogic.com 4211L: netdev@vger.kernel.org 4212S: Supported 4213F: Documentation/networking/LICENSE.qla3xxx 4214F: drivers/net/qla3xxx.* 4215 4216QLOGIC QLGE 10Gb ETHERNET DRIVER 4217M: Ron Mercer <ron.mercer@qlogic.com> 4218M: linux-driver@qlogic.com 4219L: netdev@vger.kernel.org 4220S: Supported 4221F: drivers/net/qlge/ 4222 4223QNX4 FILESYSTEM 4224M: Anders Larsen <al@alarsen.net> 4225W: http://www.alarsen.net/linux/qnx4fs/ 4226S: Maintained 4227F: fs/qnx4/ 4228F: include/linux/qnx4_fs.h 4229F: include/linux/qnxtypes.h 4230 4231RADEON FRAMEBUFFER DISPLAY DRIVER 4232M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 4233L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4234S: Maintained 4235F: drivers/video/aty/radeon* 4236F: include/linux/radeonfb.h 4237 4238RAGE128 FRAMEBUFFER DISPLAY DRIVER 4239M: Paul Mackerras <paulus@samba.org> 4240L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4241S: Maintained 4242F: drivers/video/aty/aty128fb.c 4243 4244RALINK RT2X00 WIRELESS LAN DRIVER 4245P: rt2x00 project 4246L: linux-wireless@vger.kernel.org 4247L: users@rt2x00.serialmonkey.com 4248W: http://rt2x00.serialmonkey.com/ 4249S: Maintained 4250T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 4251F: drivers/net/wireless/rt2x00/ 4252 4253RAMDISK RAM BLOCK DEVICE DRIVER 4254M: Nick Piggin <npiggin@suse.de> 4255S: Maintained 4256F: Documentation/blockdev/ramdisk.txt 4257F: drivers/block/brd.c 4258 4259RANDOM NUMBER DRIVER 4260M: Matt Mackall <mpm@selenic.com> 4261S: Maintained 4262F: drivers/char/random.c 4263 4264RAPIDIO SUBSYSTEM 4265M: Matt Porter <mporter@kernel.crashing.org> 4266S: Maintained 4267F: drivers/rapidio/ 4268 4269RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 4270M: Corey Thomas <coreythomas@charter.net> 4271L: linux-wireless@vger.kernel.org 4272S: Maintained 4273F: drivers/net/wireless/ray* 4274 4275RCUTORTURE MODULE 4276M: Josh Triplett <josh@freedesktop.org> 4277M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 4278S: Maintained 4279F: Documentation/RCU/torture.txt 4280F: kernel/rcutorture.c 4281 4282RDC R-321X SoC 4283M: Florian Fainelli <florian@openwrt.org> 4284S: Maintained 4285 4286RDC R6040 FAST ETHERNET DRIVER 4287M: Florian Fainelli <florian@openwrt.org> 4288L: netdev@vger.kernel.org 4289S: Maintained 4290F: drivers/net/r6040.c 4291 4292RDS - RELIABLE DATAGRAM SOCKETS 4293M: Andy Grover <andy.grover@oracle.com> 4294L: rds-devel@oss.oracle.com (moderated for non-subscribers) 4295S: Supported 4296F: net/rds/ 4297 4298READ-COPY UPDATE (RCU) 4299M: Dipankar Sarma <dipankar@in.ibm.com> 4300M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 4301W: http://www.rdrop.com/users/paulmck/rclock/ 4302S: Supported 4303F: Documentation/RCU/rcu.txt 4304F: Documentation/RCU/rcuref.txt 4305F: include/linux/rcupdate.h 4306F: include/linux/srcu.h 4307F: kernel/rcupdate.c 4308 4309REAL TIME CLOCK DRIVER 4310M: Paul Gortmaker <p_gortmaker@yahoo.com> 4311S: Maintained 4312F: Documentation/rtc.txt 4313F: drivers/rtc/ 4314F: include/linux/rtc.h 4315 4316REAL TIME CLOCK (RTC) SUBSYSTEM 4317M: Alessandro Zummo <a.zummo@towertech.it> 4318L: rtc-linux@googlegroups.com 4319S: Maintained 4320F: Documentation/rtc.txt 4321F: drivers/rtc/ 4322F: include/linux/rtc.h 4323 4324REISERFS FILE SYSTEM 4325L: reiserfs-devel@vger.kernel.org 4326S: Supported 4327F: fs/reiserfs/ 4328 4329RFKILL 4330M: Johannes Berg <johannes@sipsolutions.net> 4331L: linux-wireless@vger.kernel.org 4332S: Maintained 4333F Documentation/rfkill.txt 4334F: net/rfkill/ 4335 4336RISCOM8 DRIVER 4337S: Orphan 4338F: Documentation/serial/riscom8.txt 4339F: drivers/char/riscom8* 4340 4341ROCKETPORT DRIVER 4342P: Comtrol Corp. 4343W: http://www.comtrol.com 4344S: Maintained 4345F: Documentation/serial/rocket.txt 4346F: drivers/char/rocket* 4347 4348ROSE NETWORK LAYER 4349M: Ralf Baechle <ralf@linux-mips.org> 4350L: linux-hams@vger.kernel.org 4351W: http://www.linux-ax25.org/ 4352S: Maintained 4353F: include/linux/rose.h 4354F: include/net/rose.h 4355F: net/rose/ 4356 4357RTL8180 WIRELESS DRIVER 4358M: "John W. Linville" <linville@tuxdriver.com> 4359L: linux-wireless@vger.kernel.org 4360W: http://linuxwireless.org/ 4361T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4362S: Maintained 4363F: drivers/net/wireless/rtl818x/rtl8180* 4364 4365RTL8187 WIRELESS DRIVER 4366M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> 4367M: Hin-Tak Leung <htl10@users.sourceforge.net> 4368M: Larry Finger <Larry.Finger@lwfinger.net> 4369L: linux-wireless@vger.kernel.org 4370W: http://linuxwireless.org/ 4371T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4372S: Maintained 4373F: drivers/net/wireless/rtl818x/rtl8187* 4374 4375S3 SAVAGE FRAMEBUFFER DRIVER 4376M: Antonino Daplas <adaplas@gmail.com> 4377L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4378S: Maintained 4379F: drivers/video/savage/ 4380 4381S390 4382M: Martin Schwidefsky <schwidefsky@de.ibm.com> 4383M: Heiko Carstens <heiko.carstens@de.ibm.com> 4384M: linux390@de.ibm.com 4385L: linux-s390@vger.kernel.org 4386W: http://www.ibm.com/developerworks/linux/linux390/ 4387S: Supported 4388F: arch/s390/ 4389 4390S390 NETWORK DRIVERS 4391M: Ursula Braun <ursula.braun@de.ibm.com> 4392M: Frank Blaschka <blaschka@linux.vnet.ibm.com> 4393M: linux390@de.ibm.com 4394L: linux-s390@vger.kernel.org 4395W: http://www.ibm.com/developerworks/linux/linux390/ 4396S: Supported 4397F: drivers/s390/net/ 4398 4399S390 ZCRYPT DRIVER 4400M: Felix Beck <felix.beck@de.ibm.com> 4401M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> 4402M: linux390@de.ibm.com 4403L: linux-s390@vger.kernel.org 4404S: Supported 4405F: drivers/s390/crypto/ 4406 4407S390 ZFCP DRIVER 4408M: Christof Schmitt <christof.schmitt@de.ibm.com> 4409M: Martin Peschke <mp3@de.ibm.com> 4410M: linux390@de.ibm.com 4411L: linux-s390@vger.kernel.org 4412W: http://www.ibm.com/developerworks/linux/linux390/ 4413S: Supported 4414F: Documentation/s390/zfcpdump.txt 4415F: drivers/s390/scsi/zfcp_* 4416 4417S390 IUCV NETWORK LAYER 4418M: Ursula Braun <ursula.braun@de.ibm.com> 4419M: linux390@de.ibm.com 4420L: linux-s390@vger.kernel.org 4421W: http://www.ibm.com/developerworks/linux/linux390/ 4422S: Supported 4423F: drivers/s390/net/*iucv* 4424F: include/net/iucv/ 4425F: net/iucv/ 4426 4427S3C24XX SD/MMC Driver 4428M: Ben Dooks <ben-linux@fluff.org> 4429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4430S: Supported 4431F: drivers/mmc/host/s3cmci.* 4432 4433SAA7146 VIDEO4LINUX-2 DRIVER 4434M: Michael Hunold <michael@mihu.de> 4435L: linux-media@vger.kernel.org 4436T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4437W: http://www.mihu.de/linux/saa7146 4438S: Maintained 4439F: drivers/media/common/saa7146* 4440F: drivers/media/video/*7146* 4441F: include/media/*7146* 4442 4443SC1200 WDT DRIVER 4444M: Zwane Mwaikambo <zwane@arm.linux.org.uk> 4445S: Maintained 4446F: drivers/watchdog/sc1200wdt.c 4447 4448SCHEDULER 4449M: Ingo Molnar <mingo@elte.hu> 4450M: Peter Zijlstra <peterz@infradead.org> 4451S: Maintained 4452F: kernel/sched* 4453F: include/linux/sched.h 4454 4455SCSI CDROM DRIVER 4456M: Jens Axboe <axboe@kernel.dk> 4457L: linux-scsi@vger.kernel.org 4458W: http://www.kernel.dk 4459S: Maintained 4460F: drivers/scsi/sr* 4461 4462SCSI SG DRIVER 4463M: Doug Gilbert <dgilbert@interlog.com> 4464L: linux-scsi@vger.kernel.org 4465W: http://www.torque.net/sg 4466S: Maintained 4467F: drivers/scsi/sg.c 4468F: include/scsi/sg.h 4469 4470SCSI SUBSYSTEM 4471M: "James E.J. Bottomley" <James.Bottomley@suse.de> 4472L: linux-scsi@vger.kernel.org 4473T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 4474T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 4475T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 4476S: Maintained 4477F: drivers/scsi/ 4478F: include/scsi/ 4479 4480SCSI TAPE DRIVER 4481M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> 4482L: linux-scsi@vger.kernel.org 4483S: Maintained 4484F: Documentation/scsi/st.txt 4485F: drivers/scsi/st* 4486 4487SCTP PROTOCOL 4488M: Vlad Yasevich <vladislav.yasevich@hp.com> 4489M: Sridhar Samudrala <sri@us.ibm.com> 4490L: linux-sctp@vger.kernel.org 4491W: http://lksctp.sourceforge.net 4492S: Supported 4493F: Documentation/networking/sctp.txt 4494F: include/linux/sctp.h 4495F: include/net/sctp/ 4496F: net/sctp/ 4497 4498SCx200 CPU SUPPORT 4499M: Jim Cromie <jim.cromie@gmail.com> 4500S: Odd Fixes 4501F: Documentation/i2c/busses/scx200_acb 4502F: arch/x86/kernel/scx200_32.c 4503F: drivers/watchdog/scx200_wdt.c 4504F: drivers/i2c/busses/scx200* 4505F: drivers/mtd/maps/scx200_docflash.c 4506F: include/linux/scx200.h 4507 4508SCx200 GPIO DRIVER 4509M: Jim Cromie <jim.cromie@gmail.com> 4510S: Maintained 4511F: drivers/char/scx200_gpio.c 4512F: include/linux/scx200_gpio.h 4513 4514SCx200 HRT CLOCKSOURCE DRIVER 4515M: Jim Cromie <jim.cromie@gmail.com> 4516S: Maintained 4517F: drivers/clocksource/scx200_hrt.c 4518 4519SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 4520M: Sascha Sommer <saschasommer@freenet.de> 4521L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 4522S: Maintained 4523F: drivers/mmc/host/sdricoh_cs.c 4524 4525SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4526M: Pierre Ossman <pierre@ossman.eu> 4527L: sdhci-devel@lists.ossman.eu 4528S: Maintained 4529 4530SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 4531M: Anton Vorontsov <avorontsov@ru.mvista.com> 4532L: linuxppc-dev@ozlabs.org 4533L: sdhci-devel@lists.ossman.eu 4534S: Maintained 4535F: drivers/mmc/host/sdhci.* 4536 4537SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 4538M: Ben Dooks <ben-linux@fluff.org> 4539L: sdhci-devel@lists.ossman.eu 4540S: Maintained 4541F: drivers/mmc/host/sdhci-s3c.c 4542 4543SECURITY SUBSYSTEM 4544M: James Morris <jmorris@namei.org> 4545L: linux-security-module@vger.kernel.org (suggested Cc:) 4546T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4547W: http://security.wiki.kernel.org/ 4548S: Supported 4549F: security/ 4550 4551SECURITY CONTACT 4552M: Security Officers <security@kernel.org> 4553S: Supported 4554 4555SELINUX SECURITY MODULE 4556M: Stephen Smalley <sds@tycho.nsa.gov> 4557M: James Morris <jmorris@namei.org> 4558M: Eric Paris <eparis@parisplace.org> 4559L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 4560W: http://selinuxproject.org 4561T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4562S: Supported 4563F: include/linux/selinux* 4564F: security/selinux/ 4565 4566SENSABLE PHANTOM 4567M: Jiri Slaby <jirislaby@gmail.com> 4568S: Maintained 4569F: drivers/misc/phantom.c 4570F: include/linux/phantom.h 4571 4572SERIAL ATA (SATA) SUBSYSTEM 4573M: Jeff Garzik <jgarzik@pobox.com> 4574L: linux-ide@vger.kernel.org 4575T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 4576S: Supported 4577F: drivers/ata/ 4578F: include/linux/ata.h 4579F: include/linux/libata.h 4580 4581SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 4582M: Sathya Perla <sathyap@serverengines.com> 4583M: Subbu Seetharaman <subbus@serverengines.com> 4584L: netdev@vger.kernel.org 4585W: http://www.serverengines.com 4586S: Supported 4587F: drivers/net/benet/ 4588 4589SFC NETWORK DRIVER 4590M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> 4591M: Steve Hodgson <shodgson@solarflare.com> 4592M: Ben Hutchings <bhutchings@solarflare.com> 4593L: netdev@vger.kernel.org 4594S: Supported 4595F: drivers/net/sfc/ 4596 4597SGI GRU DRIVER 4598M: Jack Steiner <steiner@sgi.com> 4599S: Maintained 4600F: drivers/misc/sgi-gru/ 4601 4602SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 4603M: Pat Gefre <pfg@sgi.com> 4604L: linux-ia64@vger.kernel.org 4605S: Supported 4606F: Documentation/ia64/serial.txt 4607F: drivers/serial/ioc?_serial.c 4608F: include/linux/ioc?.h 4609 4610SGI VISUAL WORKSTATION 320 AND 540 4611M: Andrey Panin <pazke@donpac.ru> 4612L: linux-visws-devel@lists.sf.net 4613W: http://linux-visws.sf.net 4614S: Maintained for 2.6. 4615F: Documentation/sgi-visws.txt 4616 4617SGI XP/XPC/XPNET DRIVER 4618M: Robin Holt <holt@sgi.com> 4619S: Maintained 4620F: drivers/misc/sgi-xp/ 4621 4622SHARP LH SUPPORT (LH7952X & LH7A40X) 4623M: Marc Singer <elf@buici.com> 4624W: http://projects.buici.com/arm 4625L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4626S: Maintained 4627F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen 4628F: arch/arm/mach-lh7a40x/ 4629F: drivers/serial/serial_lh7a40x.c 4630F: drivers/usb/gadget/lh7a40* 4631F: drivers/usb/host/ohci-lh7a40* 4632 4633SHPC HOTPLUG DRIVER 4634M: Kristen Carlson Accardi <kristen.c.accardi@intel.com> 4635L: linux-pci@vger.kernel.org 4636S: Supported 4637F: drivers/pci/hotplug/shpchp* 4638 4639SIMTEC EB110ATX (Chalice CATS) 4640P: Ben Dooks 4641M: Vincent Sanders <support@simtec.co.uk> 4642W: http://www.simtec.co.uk/products/EB110ATX/ 4643S: Supported 4644 4645SIMTEC EB2410ITX (BAST) 4646P: Ben Dooks 4647M: Vincent Sanders <support@simtec.co.uk> 4648W: http://www.simtec.co.uk/products/EB2410ITX/ 4649S: Supported 4650F: arch/arm/mach-s3c2410/ 4651F: drivers/*/*s3c2410* 4652F: drivers/*/*/*s3c2410* 4653 4654SIS 190 ETHERNET DRIVER 4655M: Francois Romieu <romieu@fr.zoreil.com> 4656L: netdev@vger.kernel.org 4657S: Maintained 4658F: drivers/net/sis190.c 4659 4660SIS 900/7016 FAST ETHERNET DRIVER 4661M: Daniele Venzano <venza@brownhat.org> 4662W: http://www.brownhat.org/sis900.html 4663L: netdev@vger.kernel.org 4664S: Maintained 4665F: drivers/net/sis900.* 4666 4667SIS 96X I2C/SMBUS DRIVER 4668M: "Mark M. Hoffman" <mhoffman@lightlink.com> 4669L: linux-i2c@vger.kernel.org 4670S: Maintained 4671F: Documentation/i2c/busses/i2c-sis96x 4672F: drivers/i2c/busses/i2c-sis96x.c 4673 4674SIS FRAMEBUFFER DRIVER 4675M: Thomas Winischhofer <thomas@winischhofer.net> 4676W: http://www.winischhofer.net/linuxsisvga.shtml 4677S: Maintained 4678F: Documentation/fb/sisfb.txt 4679F: drivers/video/sis/ 4680F: include/video/sisfb.h 4681 4682SIS USB2VGA DRIVER 4683M: Thomas Winischhofer <thomas@winischhofer.net> 4684W: http://www.winischhofer.at/linuxsisusbvga.shtml 4685S: Maintained 4686F: drivers/usb/misc/sisusbvga/ 4687 4688SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 4689M: Stephen Hemminger <shemminger@linux-foundation.org> 4690L: netdev@vger.kernel.org 4691S: Maintained 4692F: drivers/net/skge.* 4693F: drivers/net/sky2.* 4694 4695SLAB ALLOCATOR 4696M: Christoph Lameter <cl@linux-foundation.org> 4697M: Pekka Enberg <penberg@cs.helsinki.fi> 4698M: Matt Mackall <mpm@selenic.com> 4699L: linux-mm@kvack.org 4700S: Maintained 4701F: include/linux/sl?b*.h 4702F: mm/sl?b.c 4703 4704SMC91x ETHERNET DRIVER 4705M: Nicolas Pitre <nico@fluxnic.net> 4706S: Maintained 4707F: drivers/net/smc91x.* 4708 4709SMSC47B397 HARDWARE MONITOR DRIVER 4710M: "Mark M. Hoffman" <mhoffman@lightlink.com> 4711L: lm-sensors@lm-sensors.org 4712S: Maintained 4713F: Documentation/hwmon/smsc47b397 4714F: drivers/hwmon/smsc47b397.c 4715 4716SMSC911x ETHERNET DRIVER 4717M: Steve Glendinning <steve.glendinning@smsc.com> 4718L: netdev@vger.kernel.org 4719S: Supported 4720F: include/linux/smsc911x.h 4721F: drivers/net/smsc911x.* 4722 4723SMSC9420 PCI ETHERNET DRIVER 4724M: Steve Glendinning <steve.glendinning@smsc.com> 4725L: netdev@vger.kernel.org 4726S: Supported 4727F: drivers/net/smsc9420.* 4728 4729SMX UIO Interface 4730M: Ben Nizette <bn@niasdigital.com> 4731S: Maintained 4732F: drivers/uio/uio_smx.c 4733 4734SN-IA64 (Itanium) SUB-PLATFORM 4735M: Jes Sorensen <jes@sgi.com> 4736L: linux-altix@sgi.com 4737L: linux-ia64@vger.kernel.org 4738W: http://www.sgi.com/altix 4739S: Maintained 4740F: arch/ia64/sn/ 4741 4742SOC-CAMERA V4L2 SUBSYSTEM 4743M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 4744L: linux-media@vger.kernel.org 4745T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4746S: Maintained 4747F: include/media/v4l2* 4748F: drivers/media/video/v4l2* 4749 4750SOEKRIS NET48XX LED SUPPORT 4751M: Chris Boot <bootc@bootc.net> 4752S: Maintained 4753F: drivers/leds/leds-net48xx.c 4754 4755SOFTWARE RAID (Multiple Disks) SUPPORT 4756M: Neil Brown <neilb@suse.de> 4757L: linux-raid@vger.kernel.org 4758S: Supported 4759F: drivers/md/ 4760F: include/linux/raid/ 4761 4762SONIC NETWORK DRIVER 4763M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 4764L: netdev@vger.kernel.org 4765S: Maintained 4766F: drivers/net/sonic.* 4767 4768SONICS SILICON BACKPLANE DRIVER (SSB) 4769M: Michael Buesch <mb@bu3sch.de> 4770L: netdev@vger.kernel.org 4771S: Maintained 4772F: drivers/ssb/ 4773F: include/linux/ssb/ 4774 4775SONY VAIO CONTROL DEVICE DRIVER 4776M: Mattia Dongili <malattia@linux.it> 4777L: linux-acpi@vger.kernel.org 4778W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 4779S: Maintained 4780F: Documentation/laptops/sony-laptop.txt 4781F: drivers/char/sonypi.c 4782F: drivers/platform/x86/sony-laptop.c 4783F: include/linux/sony-laptop.h 4784 4785SONY MEMORYSTICK CARD SUPPORT 4786M: Alex Dubov <oakad@yahoo.com> 4787W: http://tifmxx.berlios.de/ 4788S: Maintained 4789F: drivers/memstick/host/tifm_ms.c 4790 4791SOUND 4792M: Jaroslav Kysela <perex@perex.cz> 4793M: Takashi Iwai <tiwai@suse.de> 4794L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4795W: http://www.alsa-project.org/ 4796T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git 4797T: git git://git.alsa-project.org/alsa-kernel.git 4798S: Maintained 4799F: Documentation/sound/ 4800F: include/sound/ 4801F: sound/ 4802 4803SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 4804M: Liam Girdwood <lrg@slimlogic.co.uk> 4805M: Mark Brown <broonie@opensource.wolfsonmicro.com> 4806T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git 4807L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4808W: http://alsa-project.org/main/index.php/ASoC 4809S: Supported 4810F: sound/soc/ 4811F: include/sound/soc* 4812 4813SPARC + UltraSPARC (sparc/sparc64) 4814M: "David S. Miller" <davem@davemloft.net> 4815L: sparclinux@vger.kernel.org 4816T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git 4817T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 4818S: Maintained 4819F: arch/sparc/ 4820 4821SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 4822M: Roger Wolff <R.E.Wolff@BitWizard.nl> 4823S: Supported 4824F: Documentation/serial/specialix.txt 4825F: drivers/char/specialix* 4826 4827SPI SUBSYSTEM 4828M: David Brownell <dbrownell@users.sourceforge.net> 4829L: spi-devel-general@lists.sourceforge.net 4830S: Maintained 4831F: Documentation/spi/ 4832F: drivers/spi/ 4833F: include/linux/spi/ 4834 4835SPIDERNET NETWORK DRIVER for CELL 4836M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> 4837M: Jens Osterkamp <jens@de.ibm.com> 4838L: netdev@vger.kernel.org 4839S: Supported 4840F: Documentation/networking/spider_net.txt 4841F: drivers/net/spider_net* 4842 4843SPU FILE SYSTEM 4844M: Jeremy Kerr <jk@ozlabs.org> 4845L: linuxppc-dev@ozlabs.org 4846L: cbe-oss-dev@ozlabs.org 4847W: http://www.ibm.com/developerworks/power/cell/ 4848S: Supported 4849F: Documentation/filesystems/spufs.txt 4850F: arch/powerpc/platforms/cell/spufs/ 4851 4852SQUASHFS FILE SYSTEM 4853M: Phillip Lougher <phillip@lougher.demon.co.uk> 4854L: squashfs-devel@lists.sourceforge.net (subscribers-only) 4855W: http://squashfs.org.uk 4856S: Maintained 4857F: Documentation/filesystems/squashfs.txt 4858F: fs/squashfs/ 4859 4860SRM (Alpha) environment access 4861M: Jan-Benedict Glaw <jbglaw@lug-owl.de> 4862S: Maintained 4863F: arch/alpha/kernel/srm_env.c 4864 4865STABLE BRANCH 4866M: Greg Kroah-Hartman <greg@kroah.com> 4867M: Chris Wright <chrisw@sous-sol.org> 4868L: stable@kernel.org 4869S: Maintained 4870 4871STAGING SUBSYSTEM 4872M: Greg Kroah-Hartman <gregkh@suse.de> 4873T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 4874L: devel@driverdev.osuosl.org 4875S: Maintained 4876F: drivers/staging/ 4877 4878STARFIRE/DURALAN NETWORK DRIVER 4879M: Ion Badulescu <ionut@badula.org> 4880S: Odd Fixes 4881F: drivers/net/starfire* 4882 4883STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 4884S: Orphan 4885F: drivers/net/wireless/strip.c 4886F: include/linux/if_strip.h 4887 4888STRADIS MPEG-2 DECODER DRIVER 4889M: Nathan Laredo <laredo@gnu.org> 4890W: http://www.stradis.com/ 4891S: Maintained 4892F: drivers/media/video/stradis.c 4893 4894SUN3/3X 4895M: Sam Creasey <sammy@sammy.net> 4896W: http://sammy.net/sun3/ 4897S: Maintained 4898F: arch/m68k/kernel/*sun3* 4899F: arch/m68k/sun3*/ 4900F: arch/m68k/include/asm/sun3* 4901 4902SUPERH 4903M: Paul Mundt <lethal@linux-sh.org> 4904L: linux-sh@vger.kernel.org 4905W: http://www.linux-sh.org 4906T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git 4907S: Supported 4908F: Documentation/sh/ 4909F: arch/sh/ 4910F: drivers/sh/ 4911 4912SUSPEND TO RAM 4913M: Len Brown <len.brown@intel.com> 4914M: Pavel Machek <pavel@ucw.cz> 4915M: "Rafael J. Wysocki" <rjw@sisk.pl> 4916L: linux-pm@lists.linux-foundation.org 4917S: Supported 4918F: Documentation/power/ 4919F: arch/x86/kernel/acpi/ 4920F: drivers/base/power/ 4921F: kernel/power/ 4922F: include/linux/suspend.h 4923F: include/linux/freezer.h 4924F: include/linux/pm.h 4925 4926SVGA HANDLING 4927M: Martin Mares <mj@ucw.cz> 4928L: linux-video@atrey.karlin.mff.cuni.cz 4929S: Maintained 4930F: Documentation/svga.txt 4931F: arch/x86/boot/video* 4932 4933SYSV FILESYSTEM 4934M: Christoph Hellwig <hch@infradead.org> 4935S: Maintained 4936F: Documentation/filesystems/sysv-fs.txt 4937F: fs/sysv/ 4938F: include/linux/sysv_fs.h 4939 4940TASKSTATS STATISTICS INTERFACE 4941M: Balbir Singh <balbir@linux.vnet.ibm.com> 4942S: Maintained 4943F: Documentation/accounting/taskstats* 4944F: include/linux/taskstats* 4945F: kernel/taskstats.c 4946 4947TC CLASSIFIER 4948M: Jamal Hadi Salim <hadi@cyberus.ca> 4949L: netdev@vger.kernel.org 4950S: Maintained 4951F: include/linux/pkt_cls.h 4952F: include/net/pkt_cls.h 4953F: net/sched/ 4954 4955TCP LOW PRIORITY MODULE 4956M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> 4957M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> 4958W: http://tcp-lp-mod.sourceforge.net/ 4959S: Maintained 4960F: net/ipv4/tcp_lp.c 4961 4962TEHUTI ETHERNET DRIVER 4963M: Alexander Indenbaum <baum@tehutinetworks.net> 4964M: Andy Gospodarek <andy@greyhouse.net> 4965L: netdev@vger.kernel.org 4966S: Supported 4967F: drivers/net/tehuti* 4968 4969Telecom Clock Driver for MCPL0010 4970M: Mark Gross <mark.gross@intel.com> 4971S: Supported 4972F: drivers/char/tlclk.c 4973 4974TENSILICA XTENSA PORT (xtensa) 4975M: Chris Zankel <chris@zankel.net> 4976S: Maintained 4977F: arch/xtensa/ 4978 4979THINKPAD ACPI EXTRAS DRIVER 4980M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> 4981L: ibm-acpi-devel@lists.sourceforge.net 4982W: http://ibm-acpi.sourceforge.net 4983W: http://thinkwiki.org/wiki/Ibm-acpi 4984T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 4985S: Maintained 4986F: drivers/platform/x86/thinkpad_acpi.c 4987 4988TI FLASH MEDIA INTERFACE DRIVER 4989M: Alex Dubov <oakad@yahoo.com> 4990S: Maintained 4991F: drivers/misc/tifm* 4992F: drivers/mmc/host/tifm_sd.c 4993F: include/linux/tifm.h 4994 4995TI TWL4030 SERIES SOC CODEC DRIVER 4996M: Peter Ujfalusi <peter.ujfalusi@nokia.com> 4997L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4998S: Maintained 4999F: sound/soc/codecs/twl4030* 5000 5001TIPC NETWORK LAYER 5002M: Per Liden <per.liden@ericsson.com> 5003M: Jon Maloy <jon.maloy@ericsson.com> 5004M: Allan Stephens <allan.stephens@windriver.com> 5005L: tipc-discussion@lists.sourceforge.net 5006W: http://tipc.sourceforge.net/ 5007W: http://tipc.cslab.ericsson.net/ 5008T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git 5009S: Maintained 5010F: include/linux/tipc*.h 5011F: include/net/tipc/ 5012F: net/tipc/ 5013 5014TLAN NETWORK DRIVER 5015M: Samuel Chessman <chessman@tux.org> 5016L: tlan-devel@lists.sourceforge.net (subscribers-only) 5017W: http://sourceforge.net/projects/tlan/ 5018S: Maintained 5019F: Documentation/networking/tlan.txt 5020F: drivers/net/tlan.* 5021 5022TOMOYO SECURITY MODULE 5023M: Kentaro Takeda <takedakn@nttdata.co.jp> 5024M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> 5025L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) 5026L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 5027L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 5028W: http://tomoyo.sourceforge.jp/ 5029T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ 5030S: Maintained 5031F: security/tomoyo/ 5032 5033TOSHIBA ACPI EXTRAS DRIVER 5034S: Orphan 5035F: drivers/platform/x86/toshiba_acpi.c 5036 5037TOSHIBA SMM DRIVER 5038M: Jonathan Buzzard <jonathan@buzzard.org.uk> 5039L: tlinux-users@tce.toshiba-dme.co.jp 5040W: http://www.buzzard.org.uk/toshiba/ 5041S: Maintained 5042F: drivers/char/toshiba.c 5043F: include/linux/toshiba.h 5044 5045TMIO MMC DRIVER 5046M: Ian Molton <ian@mnementh.co.uk> 5047S: Maintained 5048F: drivers/mmc/host/tmio_mmc.* 5049 5050TMPFS (SHMEM FILESYSTEM) 5051M: Hugh Dickins <hugh.dickins@tiscali.co.uk> 5052L: linux-mm@kvack.org 5053S: Maintained 5054F: include/linux/shmem_fs.h 5055F: mm/shmem.c 5056 5057TPM DEVICE DRIVER 5058M: Debora Velarde <debora@linux.vnet.ibm.com> 5059M: Rajiv Andrade <srajiv@linux.vnet.ibm.com> 5060W: http://tpmdd.sourceforge.net 5061M: Marcel Selhorst <m.selhorst@sirrix.com> 5062W: http://www.sirrix.com 5063L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 5064S: Maintained 5065F: drivers/char/tpm/ 5066 5067TRIVIAL PATCHES 5068M: Jiri Kosina <trivial@kernel.org> 5069T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 5070S: Maintained 5071 5072TTY LAYER 5073M: Greg Kroah-Hartman <gregkh@suse.de> 5074S: Maintained 5075T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5076F: drivers/char/tty_* 5077F: drivers/serial/serial_core.c 5078F: include/linux/serial_core.h 5079F: include/linux/serial.h 5080F: include/linux/tty.h 5081 5082TULIP NETWORK DRIVERS 5083M: Grant Grundler <grundler@parisc-linux.org> 5084M: Kyle McMartin <kyle@mcmartin.ca> 5085L: netdev@vger.kernel.org 5086S: Maintained 5087F: drivers/net/tulip/ 5088 5089TUN/TAP driver 5090M: Maxim Krasnyansky <maxk@qualcomm.com> 5091L: vtun@office.satix.net 5092W: http://vtun.sourceforge.net/tun 5093S: Maintained 5094F: Documentation/networking/tuntap.txt 5095F: arch/um/os-Linux/drivers/ 5096 5097TURBOCHANNEL SUBSYSTEM 5098M: "Maciej W. Rozycki" <macro@linux-mips.org> 5099S: Maintained 5100F: drivers/tc/ 5101F: include/linux/tc.h 5102 5103U14-34F SCSI DRIVER 5104M: Dario Ballabio <ballabio_dario@emc.com> 5105L: linux-scsi@vger.kernel.org 5106S: Maintained 5107F: drivers/scsi/u14-34f.c 5108 5109UBI FILE SYSTEM (UBIFS) 5110M: Artem Bityutskiy <dedekind@infradead.org> 5111M: Adrian Hunter <adrian.hunter@nokia.com> 5112L: linux-mtd@lists.infradead.org 5113T: git git://git.infradead.org/ubifs-2.6.git 5114W: http://www.linux-mtd.infradead.org/doc/ubifs.html 5115S: Maintained 5116F: Documentation/filesystems/ubifs.txt 5117F: fs/ubifs/ 5118 5119UCLINUX (AND M68KNOMMU) 5120M: Greg Ungerer <gerg@uclinux.org> 5121W: http://www.uclinux.org/ 5122L: uclinux-dev@uclinux.org (subscribers-only) 5123S: Maintained 5124F: arch/m68knommu/ 5125 5126UCLINUX FOR RENESAS H8/300 (H8300) 5127M: Yoshinori Sato <ysato@users.sourceforge.jp> 5128W: http://uclinux-h8.sourceforge.jp/ 5129S: Supported 5130 5131UDF FILESYSTEM 5132M: Jan Kara <jack@suse.cz> 5133W: http://linux-udf.sourceforge.net 5134S: Maintained 5135F: Documentation/filesystems/udf.txt 5136F: fs/udf/ 5137 5138UFS FILESYSTEM 5139M: Evgeniy Dushistov <dushistov@mail.ru> 5140S: Maintained 5141F: Documentation/filesystems/ufs.txt 5142F: fs/ufs/ 5143 5144ULTRA-WIDEBAND (UWB) SUBSYSTEM: 5145M: David Vrabel <david.vrabel@csr.com> 5146L: linux-usb@vger.kernel.org 5147S: Supported 5148F: drivers/uwb/* 5149F: include/linux/uwb.h 5150F: include/linux/uwb/ 5151 5152UNIFORM CDROM DRIVER 5153M: Jens Axboe <axboe@kernel.dk> 5154W: http://www.kernel.dk 5155S: Maintained 5156F: Documentation/cdrom/ 5157F: drivers/cdrom/cdrom.c 5158F: include/linux/cdrom.h 5159 5160UNSORTED BLOCK IMAGES (UBI) 5161M: Artem Bityutskiy <dedekind@infradead.org> 5162W: http://www.linux-mtd.infradead.org/ 5163L: linux-mtd@lists.infradead.org 5164T: git git://git.infradead.org/ubi-2.6.git 5165S: Maintained 5166F: drivers/mtd/ubi/ 5167F: include/linux/mtd/ubi.h 5168F: include/mtd/ubi-user.h 5169 5170USB ACM DRIVER 5171M: Oliver Neukum <oliver@neukum.name> 5172L: linux-usb@vger.kernel.org 5173S: Maintained 5174F: Documentation/usb/acm.txt 5175F: drivers/usb/class/cdc-acm.* 5176 5177USB BLOCK DRIVER (UB ub) 5178M: Pete Zaitcev <zaitcev@redhat.com> 5179L: linux-usb@vger.kernel.org 5180S: Supported 5181F: drivers/block/ub.c 5182 5183USB CDC ETHERNET DRIVER 5184M: Greg Kroah-Hartman <greg@kroah.com> 5185L: linux-usb@vger.kernel.org 5186S: Maintained 5187W: http://www.kroah.com/linux-usb/ 5188F: drivers/net/usb/cdc_*.c 5189F: include/linux/usb/cdc.h 5190 5191USB CYPRESS C67X00 DRIVER 5192M: Peter Korsgaard <jacmet@sunsite.dk> 5193L: linux-usb@vger.kernel.org 5194S: Maintained 5195F: drivers/usb/c67x00/ 5196 5197USB DAVICOM DM9601 DRIVER 5198M: Peter Korsgaard <jacmet@sunsite.dk> 5199L: netdev@vger.kernel.org 5200W: http://www.linux-usb.org/usbnet 5201S: Maintained 5202F: drivers/net/usb/dm9601.c 5203 5204USB DIAMOND RIO500 DRIVER 5205M: Cesar Miquel <miquel@df.uba.ar> 5206L: rio500-users@lists.sourceforge.net 5207W: http://rio500.sourceforge.net 5208S: Maintained 5209F: drivers/usb/misc/rio500* 5210 5211USB EHCI DRIVER 5212M: David Brownell <dbrownell@users.sourceforge.net> 5213L: linux-usb@vger.kernel.org 5214S: Odd Fixes 5215F: Documentation/usb/ehci.txt 5216F: drivers/usb/host/ehci* 5217 5218USB ET61X[12]51 DRIVER 5219M: Luca Risolia <luca.risolia@studio.unibo.it> 5220L: linux-usb@vger.kernel.org 5221L: linux-media@vger.kernel.org 5222T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5223W: http://www.linux-projects.org 5224S: Maintained 5225F: drivers/media/video/et61x251/ 5226 5227USB GADGET/PERIPHERAL SUBSYSTEM 5228M: David Brownell <dbrownell@users.sourceforge.net> 5229L: linux-usb@vger.kernel.org 5230W: http://www.linux-usb.org/gadget 5231S: Maintained 5232F: drivers/usb/gadget/ 5233F: include/linux/usb/gadget* 5234 5235USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 5236M: Jiri Kosina <jkosina@suse.cz> 5237L: linux-usb@vger.kernel.org 5238T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 5239S: Maintained 5240F: Documentation/usb/hiddev.txt 5241F: drivers/hid/usbhid/ 5242 5243USB ISP116X DRIVER 5244M: Olav Kongas <ok@artecdesign.ee> 5245L: linux-usb@vger.kernel.org 5246S: Maintained 5247F: drivers/usb/host/isp116x* 5248F: include/linux/usb/isp116x.h 5249 5250USB KAWASAKI LSI DRIVER 5251M: Oliver Neukum <oliver@neukum.name> 5252L: linux-usb@vger.kernel.org 5253S: Maintained 5254F: drivers/usb/serial/kl5kusb105.* 5255 5256USB MASS STORAGE DRIVER 5257M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> 5258L: linux-usb@vger.kernel.org 5259L: usb-storage@lists.one-eyed-alien.net 5260S: Maintained 5261W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 5262F: drivers/usb/storage/ 5263 5264USB OHCI DRIVER 5265M: David Brownell <dbrownell@users.sourceforge.net> 5266L: linux-usb@vger.kernel.org 5267S: Odd Fixes 5268F: Documentation/usb/ohci.txt 5269F: drivers/usb/host/ohci* 5270 5271USB OPTION-CARD DRIVER 5272M: Matthias Urlichs <smurf@smurf.noris.de> 5273L: linux-usb@vger.kernel.org 5274S: Maintained 5275F: drivers/usb/serial/option.c 5276 5277USB OV511 DRIVER 5278M: Mark McClelland <mmcclell@bigfoot.com> 5279L: linux-usb@vger.kernel.org 5280W: http://alpha.dyndns.org/ov511/ 5281S: Maintained 5282F: drivers/media/video/ov511.* 5283 5284USB PEGASUS DRIVER 5285M: Petko Manolov <petkan@users.sourceforge.net> 5286L: linux-usb@vger.kernel.org 5287L: netdev@vger.kernel.org 5288W: http://pegasus2.sourceforge.net/ 5289S: Maintained 5290F: drivers/net/usb/pegasus.* 5291 5292USB PRINTER DRIVER (usblp) 5293M: Pete Zaitcev <zaitcev@redhat.com> 5294L: linux-usb@vger.kernel.org 5295S: Supported 5296F: drivers/usb/class/usblp.c 5297 5298USB RTL8150 DRIVER 5299M: Petko Manolov <petkan@users.sourceforge.net> 5300L: linux-usb@vger.kernel.org 5301L: netdev@vger.kernel.org 5302W: http://pegasus2.sourceforge.net/ 5303S: Maintained 5304F: drivers/net/usb/rtl8150.c 5305 5306USB SE401 DRIVER 5307M: Jeroen Vreeken <pe1rxq@amsat.org> 5308L: linux-usb@vger.kernel.org 5309W: http://www.chello.nl/~j.vreeken/se401/ 5310S: Maintained 5311F: Documentation/video4linux/se401.txt 5312F: drivers/media/video/se401.* 5313 5314USB SERIAL BELKIN F5U103 DRIVER 5315M: William Greathouse <wgreathouse@smva.com> 5316L: linux-usb@vger.kernel.org 5317S: Maintained 5318F: drivers/usb/serial/belkin_sa.* 5319 5320USB SERIAL CYPRESS M8 DRIVER 5321M: Lonnie Mendez <dignome@gmail.com> 5322L: linux-usb@vger.kernel.org 5323S: Maintained 5324W: http://geocities.com/i0xox0i 5325W: http://firstlight.net/cvs 5326F: drivers/usb/serial/cypress_m8.* 5327 5328USB SERIAL CYBERJACK DRIVER 5329M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> 5330W: http://www.reiner-sct.de/support/treiber_cyberjack.php 5331S: Maintained 5332F: drivers/usb/serial/cyberjack.c 5333 5334USB SERIAL DIGI ACCELEPORT DRIVER 5335M: Peter Berger <pberger@brimson.com> 5336M: Al Borchers <alborchers@steinerpoint.com> 5337L: linux-usb@vger.kernel.org 5338S: Maintained 5339F: drivers/usb/serial/digi_acceleport.c 5340 5341USB SERIAL DRIVER 5342M: Greg Kroah-Hartman <gregkh@suse.de> 5343L: linux-usb@vger.kernel.org 5344S: Supported 5345F: Documentation/usb/usb-serial.txt 5346F: drivers/usb/serial/generic.c 5347F: drivers/usb/serial/usb-serial.c 5348F: include/linux/usb/serial.h 5349 5350USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 5351M: Gary Brubaker <xavyer@ix.netcom.com> 5352L: linux-usb@vger.kernel.org 5353S: Maintained 5354F: drivers/usb/serial/empeg.c 5355 5356USB SERIAL KEYSPAN DRIVER 5357M: Greg Kroah-Hartman <greg@kroah.com> 5358L: linux-usb@vger.kernel.org 5359W: http://www.kroah.com/linux/ 5360S: Maintained 5361F: drivers/usb/serial/*keyspan* 5362 5363USB SERIAL WHITEHEAT DRIVER 5364M: Support Department <support@connecttech.com> 5365L: linux-usb@vger.kernel.org 5366W: http://www.connecttech.com 5367S: Supported 5368F: drivers/usb/serial/whiteheat* 5369 5370USB SMSC95XX ETHERNET DRIVER 5371M: Steve Glendinning <steve.glendinning@smsc.com> 5372L: netdev@vger.kernel.org 5373S: Supported 5374F: drivers/net/usb/smsc95xx.* 5375 5376USB SN9C1xx DRIVER 5377M: Luca Risolia <luca.risolia@studio.unibo.it> 5378L: linux-usb@vger.kernel.org 5379L: linux-media@vger.kernel.org 5380T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5381W: http://www.linux-projects.org 5382S: Maintained 5383F: Documentation/video4linux/sn9c102.txt 5384F: drivers/media/video/sn9c102/ 5385 5386USB SUBSYSTEM 5387M: Greg Kroah-Hartman <gregkh@suse.de> 5388L: linux-usb@vger.kernel.org 5389W: http://www.linux-usb.org 5390T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5391S: Supported 5392F: Documentation/usb/ 5393F: drivers/net/usb/ 5394F: drivers/usb/ 5395F: include/linux/usb.h 5396F: include/linux/usb/ 5397 5398USB UHCI DRIVER 5399M: Alan Stern <stern@rowland.harvard.edu> 5400L: linux-usb@vger.kernel.org 5401S: Maintained 5402F: drivers/usb/host/uhci* 5403 5404USB "USBNET" DRIVER FRAMEWORK 5405M: David Brownell <dbrownell@users.sourceforge.net> 5406L: netdev@vger.kernel.org 5407W: http://www.linux-usb.org/usbnet 5408S: Maintained 5409F: drivers/net/usb/usbnet.c 5410F: include/linux/usb/usbnet.h 5411 5412USB VIDEO CLASS 5413M: Laurent Pinchart <laurent.pinchart@skynet.be> 5414L: linux-uvc-devel@lists.berlios.de (subscribers-only) 5415L: linux-media@vger.kernel.org 5416T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5417W: http://linux-uvc.berlios.de 5418S: Maintained 5419F: drivers/media/video/uvc/ 5420 5421USB W996[87]CF DRIVER 5422M: Luca Risolia <luca.risolia@studio.unibo.it> 5423L: linux-usb@vger.kernel.org 5424L: linux-media@vger.kernel.org 5425T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5426W: http://www.linux-projects.org 5427S: Maintained 5428F: Documentation/video4linux/w9968cf.txt 5429F: drivers/media/video/w996* 5430 5431USB WIRELESS RNDIS DRIVER (rndis_wlan) 5432M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 5433L: linux-wireless@vger.kernel.org 5434S: Maintained 5435F: drivers/net/wireless/rndis_wlan.c 5436 5437USB XHCI DRIVER 5438M: Sarah Sharp <sarah.a.sharp@intel.com> 5439L: linux-usb@vger.kernel.org 5440S: Supported 5441 5442USB ZC0301 DRIVER 5443M: Luca Risolia <luca.risolia@studio.unibo.it> 5444L: linux-usb@vger.kernel.org 5445L: linux-media@vger.kernel.org 5446T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5447W: http://www.linux-projects.org 5448S: Maintained 5449F: Documentation/video4linux/zc0301.txt 5450F: drivers/media/video/zc0301/ 5451 5452USB ZD1201 DRIVER 5453M: Jeroen Vreeken <pe1rxq@amsat.org> 5454L: linux-usb@vger.kernel.org 5455W: http://linux-lc100020.sourceforge.net 5456S: Maintained 5457F: drivers/net/wireless/zd1201.* 5458 5459USB ZR364XX DRIVER 5460M: Antoine Jacquet <royale@zerezo.com> 5461L: linux-usb@vger.kernel.org 5462L: linux-media@vger.kernel.org 5463T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5464W: http://royale.zerezo.com/zr364xx/ 5465S: Maintained 5466F: Documentation/video4linux/zr364xx.txt 5467F: drivers/media/video/zr364xx.c 5468 5469USER-MODE LINUX (UML) 5470M: Jeff Dike <jdike@addtoit.com> 5471L: user-mode-linux-devel@lists.sourceforge.net 5472L: user-mode-linux-user@lists.sourceforge.net 5473W: http://user-mode-linux.sourceforge.net 5474S: Maintained 5475F: Documentation/uml/ 5476F: arch/um/ 5477F: fs/hostfs/ 5478F: fs/hppfs/ 5479 5480USERSPACE I/O (UIO) 5481M: "Hans J. Koch" <hjk@linutronix.de> 5482M: Greg Kroah-Hartman <gregkh@suse.de> 5483S: Maintained 5484F: Documentation/DocBook/uio-howto.tmpl 5485F: drivers/uio/ 5486F: include/linux/uio*.h 5487 5488UTIL-LINUX-NG PACKAGE 5489M: Karel Zak <kzak@redhat.com> 5490L: util-linux-ng@vger.kernel.org 5491W: http://kernel.org/~kzak/util-linux-ng/ 5492T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git 5493S: Maintained 5494 5495UVESAFB DRIVER 5496M: Michal Januszewski <spock@gentoo.org> 5497L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5498W: http://dev.gentoo.org/~spock/projects/uvesafb/ 5499S: Maintained 5500F: Documentation/fb/uvesafb.txt 5501F: drivers/video/uvesafb.* 5502 5503VFAT/FAT/MSDOS FILESYSTEM 5504M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> 5505S: Maintained 5506F: Documentation/filesystems/vfat.txt 5507F: fs/fat/ 5508 5509VIA RHINE NETWORK DRIVER 5510M: Roger Luethi <rl@hellgate.ch> 5511S: Maintained 5512F: drivers/net/via-rhine.c 5513 5514VIAPRO SMBUS DRIVER 5515M: Jean Delvare <khali@linux-fr.org> 5516L: linux-i2c@vger.kernel.org 5517S: Maintained 5518F: Documentation/i2c/busses/i2c-viapro 5519F: drivers/i2c/busses/i2c-viapro.c 5520 5521VIA SD/MMC CARD CONTROLLER DRIVER 5522M: Joseph Chan <JosephChan@via.com.tw> 5523M: Harald Welte <HaraldWelte@viatech.com> 5524S: Maintained 5525F: drivers/mmc/host/via-sdmmc.c 5526 5527VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 5528M: Joseph Chan <JosephChan@via.com.tw> 5529M: Scott Fang <ScottFang@viatech.com.cn> 5530L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5531S: Maintained 5532F: drivers/video/via/ 5533 5534VIA VELOCITY NETWORK DRIVER 5535M: Francois Romieu <romieu@fr.zoreil.com> 5536L: netdev@vger.kernel.org 5537S: Maintained 5538F: drivers/net/via-velocity.* 5539 5540VLAN (802.1Q) 5541M: Patrick McHardy <kaber@trash.net> 5542L: netdev@vger.kernel.org 5543S: Maintained 5544F: drivers/net/macvlan.c 5545F: include/linux/if_*vlan.h 5546F: net/8021q/ 5547 5548VLYNQ BUS 5549M: Florian Fainelli <florian@openwrt.org> 5550L: openwrt-devel@lists.openwrt.org 5551S: Maintained 5552F: drivers/vlynq/vlynq.c 5553F: include/linux/vlynq.h 5554 5555VOLTAGE AND CURRENT REGULATOR FRAMEWORK 5556M: Liam Girdwood <lrg@slimlogic.co.uk> 5557M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5558W: http://opensource.wolfsonmicro.com/node/15 5559W: http://www.slimlogic.co.uk/?p=48 5560T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git 5561S: Supported 5562F: drivers/regulator/ 5563F: include/linux/regulator/ 5564 5565VT1211 HARDWARE MONITOR DRIVER 5566M: Juerg Haefliger <juergh@gmail.com> 5567L: lm-sensors@lm-sensors.org 5568S: Maintained 5569F: Documentation/hwmon/vt1211 5570F: drivers/hwmon/vt1211.c 5571 5572VT8231 HARDWARE MONITOR DRIVER 5573M: Roger Lucas <vt8231@hiddenengine.co.uk> 5574L: lm-sensors@lm-sensors.org 5575S: Maintained 5576F: drivers/hwmon/vt8231.c 5577 5578W1 DALLAS'S 1-WIRE BUS 5579M: Evgeniy Polyakov <johnpol@2ka.mipt.ru> 5580S: Maintained 5581F: Documentation/w1/ 5582F: drivers/w1/ 5583 5584W83791D HARDWARE MONITORING DRIVER 5585M: Marc Hulsman <m.hulsman@tudelft.nl> 5586L: lm-sensors@lm-sensors.org 5587S: Maintained 5588F: Documentation/hwmon/w83791d 5589F: drivers/hwmon/w83791d.c 5590 5591W83793 HARDWARE MONITORING DRIVER 5592M: Rudolf Marek <r.marek@assembler.cz> 5593L: lm-sensors@lm-sensors.org 5594S: Maintained 5595F: Documentation/hwmon/w83793 5596F: drivers/hwmon/w83793.c 5597 5598W83L51xD SD/MMC CARD INTERFACE DRIVER 5599M: Pierre Ossman <pierre@ossman.eu> 5600S: Maintained 5601F: drivers/mmc/host/wbsd.* 5602 5603WATCHDOG DEVICE DRIVERS 5604M: Wim Van Sebroeck <wim@iguana.be> 5605T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 5606S: Maintained 5607F: Documentation/watchdog/ 5608F: drivers/watchdog/ 5609F: include/linux/watchdog.h 5610 5611WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 5612M: Jean Tourrilhes <jt@hpl.hp.com> 5613L: linux-wireless@vger.kernel.org 5614W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 5615S: Maintained 5616F: Documentation/networking/wavelan.txt 5617F: drivers/net/wireless/wavelan* 5618 5619WD7000 SCSI DRIVER 5620M: Miroslav Zagorac <zaga@fly.cc.fer.hr> 5621L: linux-scsi@vger.kernel.org 5622S: Maintained 5623F: drivers/scsi/wd7000.c 5624 5625WIMAX STACK 5626M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 5627M: linux-wimax@intel.com 5628L: wimax@linuxwimax.org 5629S: Supported 5630W: http://linuxwimax.org 5631 5632WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM 5633M: David Vrabel <david.vrabel@csr.com> 5634S: Maintained 5635F: include/linux/wlp.h 5636F: drivers/uwb/wlp/ 5637 5638WISTRON LAPTOP BUTTON DRIVER 5639M: Miloslav Trmac <mitr@volny.cz> 5640S: Maintained 5641F: drivers/input/misc/wistron_btns.c 5642 5643WL1251 WIRELESS DRIVER 5644P: Kalle Valo 5645M: kalle.valo@nokia.com 5646L: linux-wireless@vger.kernel.org 5647W: http://wireless.kernel.org 5648T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5649S: Maintained 5650F: drivers/net/wireless/wl12xx/* 5651X: drivers/net/wireless/wl12xx/wl1271* 5652 5653WL1271 WIRELESS DRIVER 5654M: Luciano Coelho <luciano.coelho@nokia.com> 5655L: linux-wireless@vger.kernel.org 5656W: http://wireless.kernel.org 5657T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5658S: Maintained 5659F: drivers/net/wireless/wl12xx/wl1271* 5660 5661WL3501 WIRELESS PCMCIA CARD DRIVER 5662M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 5663L: linux-wireless@vger.kernel.org 5664W: http://oops.ghostprotocols.net:81/blog 5665S: Maintained 5666F: drivers/net/wireless/wl3501* 5667 5668WM97XX TOUCHSCREEN DRIVERS 5669M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5670M: Liam Girdwood <lrg@slimlogic.co.uk> 5671L: linux-input@vger.kernel.org 5672T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 5673W: http://opensource.wolfsonmicro.com/node/7 5674S: Supported 5675F: drivers/input/touchscreen/*wm97* 5676F: include/linux/wm97xx.h 5677 5678X.25 NETWORK LAYER 5679M: Henner Eisen <eis@baty.hanse.de> 5680L: linux-x25@vger.kernel.org 5681S: Maintained 5682F: Documentation/networking/x25* 5683F: include/net/x25* 5684F: net/x25/ 5685 5686X86 ARCHITECTURE (32-BIT AND 64-BIT) 5687M: Thomas Gleixner <tglx@linutronix.de> 5688M: Ingo Molnar <mingo@redhat.com> 5689M: "H. Peter Anvin" <hpa@zytor.com> 5690M: x86@kernel.org 5691T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 5692S: Maintained 5693F: Documentation/x86/ 5694F: arch/x86/ 5695 5696XEN HYPERVISOR INTERFACE 5697M: Jeremy Fitzhardinge <jeremy@xensource.com> 5698M: Chris Wright <chrisw@sous-sol.org> 5699L: virtualization@lists.osdl.org 5700L: xen-devel@lists.xensource.com 5701S: Supported 5702F: arch/x86/xen/ 5703F: drivers/*/xen-*front.c 5704F: drivers/xen/ 5705F: arch/x86/include/asm/xen/ 5706F: include/xen/ 5707 5708XFS FILESYSTEM 5709P: Silicon Graphics Inc 5710M: Alex Elder <aelder@sgi.com> 5711M: xfs-masters@oss.sgi.com 5712L: xfs@oss.sgi.com 5713W: http://oss.sgi.com/projects/xfs 5714T: git git://oss.sgi.com/xfs/xfs.git 5715S: Supported 5716F: Documentation/filesystems/xfs.txt 5717F: fs/xfs/ 5718 5719XILINX SYSTEMACE DRIVER 5720M: Grant Likely <grant.likely@secretlab.ca> 5721W: http://www.secretlab.ca/ 5722S: Maintained 5723F: drivers/block/xsysace.c 5724 5725XILINX UARTLITE SERIAL DRIVER 5726M: Peter Korsgaard <jacmet@sunsite.dk> 5727L: linux-serial@vger.kernel.org 5728S: Maintained 5729F: drivers/serial/uartlite.c 5730 5731YAM DRIVER FOR AX.25 5732M: Jean-Paul Roubelat <jpr@f6fbb.org> 5733L: linux-hams@vger.kernel.org 5734S: Maintained 5735F: drivers/net/hamradio/yam* 5736F: include/linux/yam.h 5737 5738YEALINK PHONE DRIVER 5739M: Henk Vergonet <Henk.Vergonet@gmail.com> 5740L: usbb2k-api-dev@nongnu.org 5741S: Maintained 5742F: Documentation/input/yealink.txt 5743F: drivers/input/misc/yealink.* 5744 5745Z8530 DRIVER FOR AX.25 5746M: Joerg Reuter <jreuter@yaina.de> 5747W: http://yaina.de/jreuter/ 5748W: http://www.qsl.net/dl1bke/ 5749L: linux-hams@vger.kernel.org 5750S: Maintained 5751F: Documentation/networking/z8530drv.txt 5752F: drivers/net/hamradio/*scc.c 5753F: drivers/net/hamradio/z8530.h 5754 5755ZD1211RW WIRELESS DRIVER 5756M: Daniel Drake <dsd@gentoo.org> 5757M: Ulrich Kunitz <kune@deine-taler.de> 5758W: http://zd1211.ath.cx/wiki/DriverRewrite 5759L: linux-wireless@vger.kernel.org 5760L: zd1211-devs@lists.sourceforge.net (subscribers-only) 5761S: Maintained 5762F: drivers/net/wireless/zd1211rw/ 5763 5764ZR36067 VIDEO FOR LINUX DRIVER 5765L: mjpeg-users@lists.sourceforge.net 5766L: linux-media@vger.kernel.org 5767W: http://mjpeg.sourceforge.net/driver-zoran/ 5768T: Mercurial http://linuxtv.org/hg/v4l-dvb 5769S: Odd Fixes 5770F: drivers/media/video/zoran/ 5771 5772ZS DECSTATION Z85C30 SERIAL DRIVER 5773M: "Maciej W. Rozycki" <macro@linux-mips.org> 5774S: Maintained 5775F: drivers/serial/zs.* 5776 5777THE REST 5778M: Linus Torvalds <torvalds@linux-foundation.org> 5779L: linux-kernel@vger.kernel.org 5780T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 5781S: Buried alive in reporters 5782F: * 5783F: */ 5784