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: Andrew Morton <akpm@linux-foundation.org> 1977M: Andreas Dilger <adilger@sun.com> 1978L: linux-ext4@vger.kernel.org 1979S: Maintained 1980F: Documentation/filesystems/ext3.txt 1981F: fs/ext3/ 1982F: include/linux/ext3* 1983 1984EXT4 FILE SYSTEM 1985M: "Theodore Ts'o" <tytso@mit.edu> 1986M: Andreas Dilger <adilger@sun.com> 1987L: linux-ext4@vger.kernel.org 1988W: http://ext4.wiki.kernel.org 1989S: Maintained 1990F: Documentation/filesystems/ext4.txt 1991F: fs/ext4/ 1992 1993F71805F HARDWARE MONITORING DRIVER 1994M: Jean Delvare <khali@linux-fr.org> 1995L: lm-sensors@lm-sensors.org 1996S: Maintained 1997F: Documentation/hwmon/f71805f 1998F: drivers/hwmon/f71805f.c 1999 2000FARSYNC SYNCHRONOUS DRIVER 2001M: Kevin Curtis <kevin.curtis@farsite.co.uk> 2002W: http://www.farsite.co.uk/ 2003S: Supported 2004F: drivers/net/wan/farsync.* 2005 2006FAULT INJECTION SUPPORT 2007M: Akinobu Mita <akinobu.mita@gmail.com> 2008S: Supported 2009F: Documentation/fault-injection/ 2010F: lib/fault-inject.c 2011 2012FILE LOCKING (flock() and fcntl()/lockf()) 2013M: Matthew Wilcox <matthew@wil.cx> 2014L: linux-fsdevel@vger.kernel.org 2015S: Maintained 2016F: include/linux/fcntl.h 2017F: include/linux/fs.h 2018F: fs/fcntl.c 2019F: fs/locks.c 2020 2021FILESYSTEMS (VFS and infrastructure) 2022M: Alexander Viro <viro@zeniv.linux.org.uk> 2023L: linux-fsdevel@vger.kernel.org 2024S: Maintained 2025F: fs/* 2026 2027FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2028M: Riku Voipio <riku.vipio@iki.fi> 2029L: lm-sensors@lm-sensors.org 2030S: Maintained 2031F: drivers/hwmon/f75375s.c 2032F: include/linux/f75375s.h 2033 2034FIREWIRE SUBSYSTEM 2035M: Kristian Hoegsberg <krh@redhat.com> 2036M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2037L: linux1394-devel@lists.sourceforge.net 2038W: http://www.linux1394.org/ 2039T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2040S: Maintained 2041F: drivers/firewire/ 2042F: include/linux/firewire*.h 2043 2044FIRMWARE LOADER (request_firmware) 2045S: Orphan 2046F: Documentation/firmware_class/ 2047F: drivers/base/firmware*.c 2048F: include/linux/firmware.h 2049 2050FPU EMULATOR 2051M: Bill Metzenthen <billm@melbpc.org.au> 2052W: http://floatingpoint.sourceforge.net/emulator/index.html 2053S: Maintained 2054F: arch/x86/math-emu/ 2055 2056FRAME RELAY DLCI/FRAD (Sangoma drivers too) 2057M: Mike McLagan <mike.mclagan@linux.org> 2058L: netdev@vger.kernel.org 2059S: Maintained 2060F: drivers/net/wan/dlci.c 2061F: drivers/net/wan/sdla.c 2062 2063FRAMEBUFFER LAYER 2064L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2065W: http://linux-fbdev.sourceforge.net/ 2066S: Orphan 2067F: Documentation/fb/ 2068F: drivers/video/fb* 2069F: include/linux/fb.h 2070 2071FREESCALE DMA DRIVER 2072M: Li Yang <leoli@freescale.com> 2073M: Zhang Wei <zw@zh-kernel.org> 2074L: linuxppc-dev@ozlabs.org 2075S: Maintained 2076F: drivers/dma/fsldma.* 2077 2078FREESCALE I2C CPM DRIVER 2079M: Jochen Friedrich <jochen@scram.de> 2080L: linuxppc-dev@ozlabs.org 2081L: linux-i2c@vger.kernel.org 2082S: Maintained 2083F: drivers/i2c/busses/i2c-cpm.c 2084 2085FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2086M: Sascha Hauer <kernel@pengutronix.de> 2087L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2088L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2089S: Maintained 2090F: arch/arm/plat-mxc/include/mach/imxfb.h 2091F: drivers/video/imxfb.c 2092 2093FREESCALE SOC FS_ENET DRIVER 2094M: Pantelis Antoniou <pantelis.antoniou@gmail.com> 2095M: Vitaly Bordug <vbordug@ru.mvista.com> 2096L: linuxppc-dev@ozlabs.org 2097L: netdev@vger.kernel.org 2098S: Maintained 2099F: drivers/net/fs_enet/ 2100F: include/linux/fs_enet_pd.h 2101 2102FREESCALE QUICC ENGINE LIBRARY 2103M: Timur Tabi <timur@freescale.com> 2104L: linuxppc-dev@ozlabs.org 2105S: Supported 2106F: arch/powerpc/sysdev/qe_lib/ 2107F: arch/powerpc/include/asm/*qe.h 2108 2109FREESCALE HIGHSPEED USB DEVICE DRIVER 2110M: Li Yang <leoli@freescale.com> 2111L: linux-usb@vger.kernel.org 2112L: linuxppc-dev@ozlabs.org 2113S: Maintained 2114F: drivers/usb/gadget/fsl_usb2_udc.c 2115 2116FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 2117M: Li Yang <leoli@freescale.com> 2118L: netdev@vger.kernel.org 2119L: linuxppc-dev@ozlabs.org 2120S: Maintained 2121F: drivers/net/ucc_geth* 2122 2123FREESCALE QUICC ENGINE UCC UART DRIVER 2124M: Timur Tabi <timur@freescale.com> 2125L: linuxppc-dev@ozlabs.org 2126S: Supported 2127F: drivers/serial/ucc_uart.c 2128 2129FREESCALE SOC SOUND DRIVERS 2130M: Timur Tabi <timur@freescale.com> 2131L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2132L: linuxppc-dev@ozlabs.org 2133S: Supported 2134F: sound/soc/fsl/fsl* 2135F: sound/soc/fsl/mpc8610_hpcd.c 2136 2137FREEVXFS FILESYSTEM 2138M: Christoph Hellwig <hch@infradead.org> 2139W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 2140S: Maintained 2141F: fs/freevxfs/ 2142 2143FREEZER 2144M: Pavel Machek <pavel@ucw.cz> 2145M: "Rafael J. Wysocki" <rjw@sisk.pl> 2146L: linux-pm@lists.linux-foundation.org 2147S: Supported 2148F: Documentation/power/freezing-of-tasks.txt 2149F: include/linux/freezer.h 2150F: kernel/freezer.c 2151 2152FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS 2153M: David Howells <dhowells@redhat.com> 2154L: linux-cachefs@redhat.com 2155S: Supported 2156F: Documentation/filesystems/caching/ 2157F: fs/fscache/ 2158F: include/linux/fscache*.h 2159 2160TRACING 2161M: Steven Rostedt <rostedt@goodmis.org> 2162M: Frederic Weisbecker <fweisbec@gmail.com> 2163M: Ingo Molnar <mingo@redhat.com> 2164T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core 2165S: Maintained 2166F: Documentation/trace/ftrace.txt 2167F: arch/*/*/*/ftrace.h 2168F: arch/*/kernel/ftrace.c 2169F: include/*/ftrace.h include/trace/ include/linux/trace*.h 2170F: kernel/trace/ 2171 2172FUJITSU FR-V (FRV) PORT 2173M: David Howells <dhowells@redhat.com> 2174S: Maintained 2175F: arch/frv/ 2176 2177FUJITSU LAPTOP EXTRAS 2178M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> 2179L: linux-acpi@vger.kernel.org 2180S: Maintained 2181F: drivers/platform/x86/fujitsu-laptop.c 2182 2183FUSE: FILESYSTEM IN USERSPACE 2184M: Miklos Szeredi <miklos@szeredi.hu> 2185L: fuse-devel@lists.sourceforge.net 2186W: http://fuse.sourceforge.net/ 2187S: Maintained 2188F: fs/fuse/ 2189F: include/linux/fuse.h 2190 2191FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 2192M: Rik Faith <faith@cs.unc.edu> 2193L: linux-scsi@vger.kernel.org 2194S: Odd Fixes (e.g., new signatures) 2195F: drivers/scsi/fdomain.* 2196 2197GDT SCSI DISK ARRAY CONTROLLER DRIVER 2198M: Achim Leubner <achim_leubner@adaptec.com> 2199L: linux-scsi@vger.kernel.org 2200W: http://www.icp-vortex.com/ 2201S: Supported 2202F: drivers/scsi/gdt* 2203 2204GENERIC GPIO I2C DRIVER 2205M: Haavard Skinnemoen <hskinnemoen@atmel.com> 2206S: Supported 2207F: drivers/i2c/busses/i2c-gpio.c 2208F: include/linux/i2c-gpio.h 2209 2210GENERIC HDLC (WAN) DRIVERS 2211M: Krzysztof Halasa <khc@pm.waw.pl> 2212W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 2213S: Maintained 2214F: drivers/net/wan/c101.c 2215F: drivers/net/wan/hd6457* 2216F: drivers/net/wan/hdlc* 2217F: drivers/net/wan/n2.c 2218F: drivers/net/wan/pc300too.c 2219F: drivers/net/wan/pci200syn.c 2220F: drivers/net/wan/wanxl* 2221 2222GENERIC INCLUDE/ASM HEADER FILES 2223M: Arnd Bergmann <arnd@arndb.de> 2224L: linux-arch@vger.kernel.org 2225T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git 2226S: Maintained 2227F: include/asm-generic 2228 2229GENERIC UIO DRIVER FOR PCI DEVICES 2230M: Michael S. Tsirkin <mst@redhat.com> 2231L: kvm@vger.kernel.org 2232L: linux-kernel@vger.kernel.org 2233S: Supported 2234F: drivers/uio/uio_pci_generic.c 2235 2236GFS2 FILE SYSTEM 2237M: Steven Whitehouse <swhiteho@redhat.com> 2238L: cluster-devel@redhat.com 2239W: http://sources.redhat.com/cluster/ 2240T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git 2241T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git 2242S: Supported 2243F: Documentation/filesystems/gfs2*.txt 2244F: fs/gfs2/ 2245F: include/linux/gfs2_ondisk.h 2246 2247GIGASET ISDN DRIVERS 2248M: Hansjoerg Lipp <hjlipp@web.de> 2249M: Tilman Schmidt <tilman@imap.cc> 2250L: gigaset307x-common@lists.sourceforge.net 2251W: http://gigaset307x.sourceforge.net/ 2252S: Maintained 2253F: Documentation/isdn/README.gigaset 2254F: drivers/isdn/gigaset/ 2255F: include/linux/gigaset_dev.h 2256 2257HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 2258M: Frank Seidel <frank@f-seidel.de> 2259L: lm-sensors@lm-sensors.org 2260W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ 2261S: Maintained 2262F: drivers/hwmon/hdaps.c 2263 2264HYPERVISOR VIRTUAL CONSOLE DRIVER 2265L: linuxppc-dev@ozlabs.org 2266S: Odd Fixes 2267F: drivers/char/hvc_* 2268 2269GSPCA FINEPIX SUBDRIVER 2270M: Frank Zago <frank@zago.net> 2271L: linux-media@vger.kernel.org 2272T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2273S: Maintained 2274F: drivers/media/video/gspca/finepix.c 2275 2276GSPCA M5602 SUBDRIVER 2277M: Erik Andren <erik.andren@gmail.com> 2278L: linux-media@vger.kernel.org 2279T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2280S: Maintained 2281F: drivers/media/video/gspca/m5602/ 2282 2283GSPCA PAC207 SONIXB SUBDRIVER 2284M: Hans de Goede <hdegoede@redhat.com> 2285L: linux-media@vger.kernel.org 2286T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2287S: Maintained 2288F: drivers/media/video/gspca/pac207.c 2289 2290GSPCA SN9C20X SUBDRIVER 2291M: Brian Johnson <brijohn@gmail.com> 2292L: linux-media@vger.kernel.org 2293T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2294S: Maintained 2295F: drivers/media/video/gspca/sn9c20x.c 2296 2297GSPCA T613 SUBDRIVER 2298M: Leandro Costantino <lcostantino@gmail.com> 2299L: linux-media@vger.kernel.org 2300T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2301S: Maintained 2302F: drivers/media/video/gspca/t613.c 2303 2304GSPCA USB WEBCAM DRIVER 2305M: Jean-Francois Moine <moinejf@free.fr> 2306W: http://moinejf.free.fr 2307L: linux-media@vger.kernel.org 2308T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2309S: Maintained 2310F: drivers/media/video/gspca/ 2311 2312HARDWARE MONITORING 2313L: lm-sensors@lm-sensors.org 2314W: http://www.lm-sensors.org/ 2315S: Orphan 2316F: drivers/hwmon/ 2317 2318HARDWARE RANDOM NUMBER GENERATOR CORE 2319S: Orphan 2320F: Documentation/hw_random.txt 2321F: drivers/char/hw_random/ 2322F: include/linux/hw_random.h 2323 2324HARMONY SOUND DRIVER 2325M: Kyle McMartin <kyle@mcmartin.ca> 2326L: linux-parisc@vger.kernel.org 2327S: Maintained 2328F: sound/parisc/harmony.* 2329 2330HAYES ESP SERIAL DRIVER 2331M: "Andrew J. Robinson" <arobinso@nyx.net> 2332W: http://www.nyx.net/~arobinso 2333S: Maintained 2334F: Documentation/serial/hayes-esp.txt 2335F: drivers/char/esp.c 2336 2337HEWLETT-PACKARD SMART2 RAID DRIVER 2338M: Chirag Kantharia <chirag.kantharia@hp.com> 2339L: iss_storagedev@hp.com 2340S: Maintained 2341F: Documentation/blockdev/cpqarray.txt 2342F: drivers/block/cpqarray.* 2343 2344HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 2345M: Mike Miller <mike.miller@hp.com> 2346L: iss_storagedev@hp.com 2347S: Supported 2348F: Documentation/blockdev/cciss.txt 2349F: drivers/block/cciss* 2350F: include/linux/cciss_ioctl.h 2351 2352HFS FILESYSTEM 2353M: Roman Zippel <zippel@linux-m68k.org> 2354S: Maintained 2355F: Documentation/filesystems/hfs.txt 2356F: fs/hfs/ 2357 2358HGA FRAMEBUFFER DRIVER 2359M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> 2360L: linux-nvidia@lists.surfsouth.com 2361W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 2362S: Maintained 2363F: drivers/video/hgafb.c 2364 2365HIBERNATION (aka Software Suspend, aka swsusp) 2366M: Pavel Machek <pavel@ucw.cz> 2367M: "Rafael J. Wysocki" <rjw@sisk.pl> 2368L: linux-pm@lists.linux-foundation.org 2369S: Supported 2370F: arch/x86/power/ 2371F: drivers/base/power/ 2372F: kernel/power/ 2373F: include/linux/suspend.h 2374F: include/linux/freezer.h 2375F: include/linux/pm.h 2376F: arch/*/include/asm/suspend*.h 2377 2378HID CORE LAYER 2379M: Jiri Kosina <jkosina@suse.cz> 2380L: linux-input@vger.kernel.org 2381T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 2382S: Maintained 2383F: drivers/hid/ 2384F: include/linux/hid* 2385 2386HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 2387M: Thomas Gleixner <tglx@linutronix.de> 2388S: Maintained 2389F: Documentation/timers/ 2390F: kernel/hrtimer.c 2391F: include/linux/hrtimer.h 2392 2393HIGH-SPEED SCC DRIVER FOR AX.25 2394M: Klaus Kudielka <klaus.kudielka@ieee.org> 2395L: linux-hams@vger.kernel.org 2396W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 2397S: Maintained 2398F: drivers/net/hamradio/dmascc.c 2399F: drivers/net/hamradio/scc.c 2400 2401HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 2402M: HighPoint Linux Team <linux@highpoint-tech.com> 2403W: http://www.highpoint-tech.com 2404S: Supported 2405F: Documentation/scsi/hptiop.txt 2406F: drivers/scsi/hptiop.c 2407 2408HIPPI 2409M: Jes Sorensen <jes@trained-monkey.org> 2410L: linux-hippi@sunsite.dk 2411S: Maintained 2412F: include/linux/hippidevice.h 2413F: include/linux/if_hippi.h 2414F: net/802/hippi.c 2415 2416HOST AP DRIVER 2417M: Jouni Malinen <j@w1.fi> 2418L: hostap@shmoo.com (subscribers-only) 2419L: linux-wireless@vger.kernel.org 2420W: http://hostap.epitest.fi/ 2421S: Maintained 2422F: drivers/net/wireless/hostap/ 2423 2424HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 2425M: Carlos Corbacho <carlos@strangeworlds.co.uk> 2426S: Odd Fixes 2427F: drivers/platform/x86/tc1100-wmi.c 2428 2429HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 2430M: Jaroslav Kysela <perex@perex.cz> 2431S: Maintained 2432F: drivers/net/hp100.* 2433 2434HPET: High Precision Event Timers driver 2435M: Clemens Ladisch <clemens@ladisch.de> 2436S: Maintained 2437F: Documentation/timers/hpet.txt 2438F: drivers/char/hpet.c 2439F: include/linux/hpet.h 2440 2441HPET: i386 2442M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com> 2443S: Maintained 2444F: arch/x86/kernel/hpet.c 2445F: arch/x86/include/asm/hpet.h 2446 2447HPET: x86_64 2448M: Vojtech Pavlik <vojtech@suse.cz> 2449S: Maintained 2450 2451HPET: ACPI 2452M: Bob Picco <bob.picco@hp.com> 2453S: Maintained 2454F: drivers/char/hpet.c 2455 2456HPFS FILESYSTEM 2457M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> 2458W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2459S: Maintained 2460F: fs/hpfs/ 2461 2462HSO 3G MODEM DRIVER 2463M: Jan Dumon <j.dumon@option.com> 2464W: http://www.pharscape.org 2465S: Maintained 2466F: drivers/net/usb/hso.c 2467 2468HTCPEN TOUCHSCREEN DRIVER 2469M: Pau Oliva Fora <pof@eslack.org> 2470L: linux-input@vger.kernel.org 2471S: Maintained 2472F: drivers/input/touchscreen/htcpen.c 2473 2474HUGETLB FILESYSTEM 2475M: William Irwin <wli@holomorphy.com> 2476S: Maintained 2477F: fs/hugetlbfs/ 2478 2479I2C/SMBUS STUB DRIVER 2480M: "Mark M. Hoffman" <mhoffman@lightlink.com> 2481L: linux-i2c@vger.kernel.org 2482S: Maintained 2483F: drivers/i2c/busses/i2c-stub.c 2484 2485I2C SUBSYSTEM 2486M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> 2487M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> 2488L: linux-i2c@vger.kernel.org 2489W: http://i2c.wiki.kernel.org/ 2490T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ 2491S: Maintained 2492F: Documentation/i2c/ 2493F: drivers/i2c/ 2494F: include/linux/i2c.h 2495F: include/linux/i2c-dev.h 2496F: include/linux/i2c-id.h 2497 2498I2C-TINY-USB DRIVER 2499M: Till Harbaum <till@harbaum.org> 2500L: linux-i2c@vger.kernel.org 2501W: http://www.harbaum.org/till/i2c_tiny_usb 2502S: Maintained 2503F: drivers/i2c/busses/i2c-tiny-usb.c 2504 2505i386 BOOT CODE 2506M: "H. Peter Anvin" <hpa@zytor.com> 2507S: Maintained 2508F: arch/x86/boot/ 2509 2510i386 SETUP CODE / CPU ERRATA WORKAROUNDS 2511M: "H. Peter Anvin" <hpa@zytor.com> 2512T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 2513S: Maintained 2514 2515IA64 (Itanium) PLATFORM 2516M: Tony Luck <tony.luck@intel.com> 2517M: Fenghua Yu <fenghua.yu@intel.com> 2518L: linux-ia64@vger.kernel.org 2519W: http://www.ia64-linux.org/ 2520T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git 2521S: Maintained 2522F: arch/ia64/ 2523 2524IBM MCA SCSI SUBSYSTEM DRIVER 2525M: Michael Lang <langa2@kph.uni-mainz.de> 2526W: http://www.uni-mainz.de/~langm000/linux.html 2527S: Maintained 2528F: drivers/scsi/ibmmca.c 2529 2530IBM Power Linux RAID adapter 2531M: Brian King <brking@us.ibm.com> 2532S: Supported 2533F: drivers/scsi/ipr.* 2534 2535IBM ServeRAID RAID DRIVER 2536P: Jack Hammer 2537M: Dave Jeffery <ipslinux@adaptec.com> 2538W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 2539S: Supported 2540F: drivers/scsi/ips.* 2541 2542IDE SUBSYSTEM 2543M: "David S. Miller" <davem@davemloft.net> 2544L: linux-ide@vger.kernel.org 2545T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git 2546S: Maintained 2547F: Documentation/ide/ 2548F: drivers/ide/ 2549F: include/linux/ide.h 2550 2551IDE/ATAPI DRIVERS 2552M: Borislav Petkov <petkovbb@gmail.com> 2553L: linux-ide@vger.kernel.org 2554S: Maintained 2555F: Documentation/cdrom/ide-cd 2556F: drivers/ide/ide-cd* 2557 2558IDLE-I7300 2559M: Andy Henroid <andrew.d.henroid@intel.com> 2560L: linux-pm@lists.linux-foundation.org 2561S: Supported 2562F: drivers/idle/i7300_idle.c 2563 2564IEEE 1394 SUBSYSTEM 2565M: Ben Collins <ben.collins@ubuntu.com> 2566M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2567L: linux1394-devel@lists.sourceforge.net 2568W: http://www.linux1394.org/ 2569T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2570S: Maintained 2571F: drivers/ieee1394/ 2572 2573IEEE 1394 RAW I/O DRIVER 2574M: Dan Dennedy <dan@dennedy.org> 2575M: Stefan Richter <stefanr@s5r6.in-berlin.de> 2576L: linux1394-devel@lists.sourceforge.net 2577S: Maintained 2578F: drivers/ieee1394/raw1394* 2579 2580IEEE 802.15.4 SUBSYSTEM 2581M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 2582M: Sergey Lapin <slapin@ossfans.org> 2583L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) 2584W: http://apps.sourceforge.net/trac/linux-zigbee 2585T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git 2586S: Maintained 2587F: net/ieee802154/ 2588F: drivers/ieee802154/ 2589 2590INTEGRITY MEASUREMENT ARCHITECTURE (IMA) 2591M: Mimi Zohar <zohar@us.ibm.com> 2592S: Supported 2593F: security/integrity/ima/ 2594 2595IMS TWINTURBO FRAMEBUFFER DRIVER 2596L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2597S: Orphan 2598F: drivers/video/imsttfb.c 2599 2600INFINIBAND SUBSYSTEM 2601M: Roland Dreier <rolandd@cisco.com> 2602M: Sean Hefty <sean.hefty@intel.com> 2603M: Hal Rosenstock <hal.rosenstock@gmail.com> 2604L: linux-rdma@vger.kernel.org 2605W: http://www.openib.org/ 2606T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 2607S: Supported 2608F: Documentation/infiniband/ 2609F: drivers/infiniband/ 2610F: include/linux/if_infiniband.h 2611 2612INOTIFY 2613M: John McCutchan <john@johnmccutchan.com> 2614M: Robert Love <rlove@rlove.org> 2615M: Eric Paris <eparis@parisplace.org> 2616S: Maintained 2617F: Documentation/filesystems/inotify.txt 2618F: fs/notify/inotify/ 2619F: include/linux/inotify.h 2620 2621INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2622M: Dmitry Torokhov <dmitry.torokhov@gmail.com> 2623M: Dmitry Torokhov <dtor@mail.ru> 2624L: linux-input@vger.kernel.org 2625T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 2626S: Maintained 2627F: drivers/input/ 2628 2629INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2630M: Sylvain Meyer <sylvain.meyer@worldonline.fr> 2631L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2632S: Maintained 2633F: Documentation/fb/intelfb.txt 2634F: drivers/video/intelfb/ 2635 2636INTEL 810/815 FRAMEBUFFER DRIVER 2637M: Antonino Daplas <adaplas@gmail.com> 2638L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2639S: Maintained 2640F: drivers/video/i810/ 2641 2642INTEL MENLOW THERMAL DRIVER 2643M: Sujith Thomas <sujith.thomas@intel.com> 2644L: linux-acpi@vger.kernel.org 2645W: http://www.lesswatts.org/projects/acpi/ 2646S: Supported 2647F: drivers/platform/x86/intel_menlow.c 2648 2649INTEL IA32 MICROCODE UPDATE SUPPORT 2650M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> 2651S: Maintained 2652F: arch/x86/kernel/microcode_core.c 2653F: arch/x86/kernel/microcode_intel.c 2654 2655INTEL I/OAT DMA DRIVER 2656M: Maciej Sosnowski <maciej.sosnowski@intel.com> 2657S: Supported 2658F: drivers/dma/ioat* 2659 2660INTEL IOMMU (VT-d) 2661M: David Woodhouse <dwmw2@infradead.org> 2662L: iommu@lists.linux-foundation.org 2663T: git git://git.infradead.org/iommu-2.6.git 2664S: Supported 2665F: drivers/pci/intel-iommu.c 2666F: include/linux/intel-iommu.h 2667 2668INTEL IOP-ADMA DMA DRIVER 2669M: Dan Williams <dan.j.williams@intel.com> 2670S: Supported 2671F: drivers/dma/iop-adma.c 2672 2673INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 2674M: Krzysztof Halasa <khc@pm.waw.pl> 2675S: Maintained 2676F: arch/arm/mach-ixp4xx/include/mach/qmgr.h 2677F: arch/arm/mach-ixp4xx/include/mach/npe.h 2678F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c 2679F: arch/arm/mach-ixp4xx/ixp4xx_npe.c 2680F: drivers/net/arm/ixp4xx_eth.c 2681F: drivers/net/wan/ixp4xx_hss.c 2682 2683INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2684M: Deepak Saxena <dsaxena@plexity.net> 2685S: Maintained 2686F: drivers/char/hw_random/ixp4xx-rng.c 2687 2688INTEL IXP2000 ETHERNET DRIVER 2689M: Lennert Buytenhek <kernel@wantstofly.org> 2690L: netdev@vger.kernel.org 2691S: Maintained 2692F: drivers/net/ixp2000/ 2693 2694INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2695M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> 2696M: Jesse Brandeburg <jesse.brandeburg@intel.com> 2697M: Bruce Allan <bruce.w.allan@intel.com> 2698M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> 2699M: John Ronciak <john.ronciak@intel.com> 2700L: e1000-devel@lists.sourceforge.net 2701W: http://e1000.sourceforge.net/ 2702S: Supported 2703F: drivers/net/e100.c 2704F: drivers/net/e1000/ 2705F: drivers/net/e1000e/ 2706F: drivers/net/igb/ 2707F: drivers/net/ixgb/ 2708F: drivers/net/ixgbe/ 2709 2710INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2711M: Zhu Yi <yi.zhu@intel.com> 2712M: Reinette Chatre <reinette.chatre@intel.com> 2713M: Intel Linux Wireless <ilw@linux.intel.com> 2714L: linux-wireless@vger.kernel.org 2715W: http://ipw2100.sourceforge.net 2716S: Odd Fixes 2717F: Documentation/networking/README.ipw2100 2718F: drivers/net/wireless/ipw2x00/ipw2100.* 2719 2720INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 2721M: Zhu Yi <yi.zhu@intel.com> 2722M: Reinette Chatre <reinette.chatre@intel.com> 2723M: Intel Linux Wireless <ilw@linux.intel.com> 2724L: linux-wireless@vger.kernel.org 2725W: http://ipw2200.sourceforge.net 2726S: Odd Fixes 2727F: Documentation/networking/README.ipw2200 2728F: drivers/net/wireless/ipw2x00/ipw2200.* 2729 2730INTEL WIRELESS WIMAX CONNECTION 2400 2731M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 2732M: linux-wimax@intel.com 2733L: wimax@linuxwimax.org 2734S: Supported 2735W: http://linuxwimax.org 2736F: Documentation/wimax/README.i2400m 2737F: drivers/net/wimax/i2400m/ 2738F: include/linux/wimax/i2400m.h 2739 2740INTEL WIRELESS WIFI LINK (iwlwifi) 2741M: Zhu Yi <yi.zhu@intel.com> 2742M: Reinette Chatre <reinette.chatre@intel.com> 2743M: Intel Linux Wireless <ilw@linux.intel.com> 2744L: linux-wireless@vger.kernel.org 2745W: http://intellinuxwireless.org 2746T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git 2747S: Supported 2748F: drivers/net/wireless/iwlwifi/ 2749 2750IOC3 ETHERNET DRIVER 2751M: Ralf Baechle <ralf@linux-mips.org> 2752L: linux-mips@linux-mips.org 2753S: Maintained 2754F: drivers/net/ioc3-eth.c 2755 2756IOC3 SERIAL DRIVER 2757M: Pat Gefre <pfg@sgi.com> 2758L: linux-mips@linux-mips.org 2759S: Maintained 2760F: drivers/serial/ioc3_serial.c 2761 2762IP MASQUERADING 2763M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> 2764S: Maintained 2765F: net/ipv4/netfilter/ipt_MASQUERADE.c 2766 2767IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 2768M: Francois Romieu <romieu@fr.zoreil.com> 2769M: Sorbica Shieh <sorbica@icplus.com.tw> 2770M: Jesse Huang <jesse@icplus.com.tw> 2771L: netdev@vger.kernel.org 2772S: Maintained 2773F: drivers/net/ipg.c 2774 2775IPATH DRIVER 2776M: Ralph Campbell <infinipath@qlogic.com> 2777L: linux-rdma@vger.kernel.org 2778T: git git://git.qlogic.com/ipath-linux-2.6 2779S: Supported 2780F: drivers/infiniband/hw/ipath/ 2781 2782IPMI SUBSYSTEM 2783M: Corey Minyard <minyard@acm.org> 2784L: openipmi-developer@lists.sourceforge.net 2785W: http://openipmi.sourceforge.net/ 2786S: Supported 2787F: Documentation/IPMI.txt 2788F: drivers/char/ipmi/ 2789F: include/linux/ipmi* 2790 2791IPS SCSI RAID DRIVER 2792M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> 2793L: linux-scsi@vger.kernel.org 2794W: http://www.adaptec.com/ 2795S: Maintained 2796F: drivers/scsi/ips* 2797 2798IPVS 2799M: Wensong Zhang <wensong@linux-vs.org> 2800M: Simon Horman <horms@verge.net.au> 2801M: Julian Anastasov <ja@ssi.bg> 2802L: netdev@vger.kernel.org 2803L: lvs-devel@vger.kernel.org 2804S: Maintained 2805F: Documentation/networking/ipvs-sysctl.txt 2806F: net/netfilter/ipvs/ 2807 2808IPWIRELESS DRIVER 2809M: Jiri Kosina <jkosina@suse.cz> 2810M: David Sterba <dsterba@suse.cz> 2811S: Maintained 2812T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 2813F: drivers/char/pcmcia/ipwireless/ 2814 2815IPX NETWORK LAYER 2816M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 2817L: netdev@vger.kernel.org 2818S: Maintained 2819F: include/linux/ipx.h 2820F: include/net/ipx.h 2821F: net/ipx/ 2822 2823IRDA SUBSYSTEM 2824M: Samuel Ortiz <samuel@sortiz.org> 2825L: irda-users@lists.sourceforge.net (subscribers-only) 2826W: http://irda.sourceforge.net/ 2827S: Maintained 2828T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git 2829F: Documentation/networking/irda.txt 2830F: drivers/net/irda/ 2831F: include/net/irda/ 2832F: net/irda/ 2833 2834ISAPNP 2835M: Jaroslav Kysela <perex@perex.cz> 2836S: Maintained 2837F: Documentation/isapnp.txt 2838F: drivers/pnp/isapnp/ 2839F: include/linux/isapnp.h 2840 2841ISCSI 2842M: Mike Christie <michaelc@cs.wisc.edu> 2843L: open-iscsi@googlegroups.com 2844W: www.open-iscsi.org 2845T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git 2846S: Maintained 2847F: drivers/scsi/*iscsi* 2848F: include/scsi/*iscsi* 2849 2850ISDN SUBSYSTEM 2851M: Karsten Keil <isdn@linux-pingi.de> 2852L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2853W: http://www.isdn4linux.de 2854T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git 2855S: Maintained 2856F: Documentation/isdn/ 2857F: drivers/isdn/ 2858F: include/linux/isdn.h 2859F: include/linux/isdn/ 2860 2861ISDN SUBSYSTEM (Eicon active card driver) 2862M: Armin Schindler <mac@melware.de> 2863L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2864W: http://www.melware.de 2865S: Maintained 2866F: drivers/isdn/hardware/eicon/ 2867 2868IVTV VIDEO4LINUX DRIVER 2869M: Hans Verkuil <hverkuil@xs4all.nl> 2870L: ivtv-devel@ivtvdriver.org 2871L: linux-media@vger.kernel.org 2872T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2873W: http://www.ivtvdriver.org 2874S: Maintained 2875F: Documentation/video4linux/*.ivtv 2876F: drivers/media/video/ivtv/ 2877F: include/linux/ivtv* 2878 2879JFS FILESYSTEM 2880M: Dave Kleikamp <shaggy@linux.vnet.ibm.com> 2881L: jfs-discussion@lists.sourceforge.net 2882W: http://jfs.sourceforge.net/ 2883T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 2884S: Maintained 2885F: Documentation/filesystems/jfs.txt 2886F: fs/jfs/ 2887 2888JME NETWORK DRIVER 2889M: Guo-Fu Tseng <cooldavid@cooldavid.org> 2890L: netdev@vger.kernel.org 2891S: Maintained 2892F: drivers/net/jme.* 2893 2894JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 2895M: David Woodhouse <dwmw2@infradead.org> 2896L: linux-mtd@lists.infradead.org 2897W: http://www.linux-mtd.infradead.org/doc/jffs2.html 2898S: Maintained 2899F: fs/jffs2/ 2900F: include/linux/jffs2.h 2901 2902JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 2903M: Andrew Morton <akpm@linux-foundation.org> 2904M: Jan Kara <jack@suse.cz> 2905L: linux-ext4@vger.kernel.org 2906S: Maintained 2907F: fs/jbd*/ 2908F: include/linux/ext*jbd*.h 2909F: include/linux/jbd*.h 2910 2911K8TEMP HARDWARE MONITORING DRIVER 2912M: Rudolf Marek <r.marek@assembler.cz> 2913L: lm-sensors@lm-sensors.org 2914S: Maintained 2915F: Documentation/hwmon/k8temp 2916F: drivers/hwmon/k8temp.c 2917 2918KCONFIG 2919M: Roman Zippel <zippel@linux-m68k.org> 2920L: linux-kbuild@vger.kernel.org 2921S: Maintained 2922F: Documentation/kbuild/kconfig-language.txt 2923F: scripts/kconfig/ 2924 2925KDUMP 2926M: Vivek Goyal <vgoyal@redhat.com> 2927M: Haren Myneni <hbabu@us.ibm.com> 2928L: kexec@lists.infradead.org 2929W: http://lse.sourceforge.net/kdump/ 2930S: Maintained 2931F: Documentation/kdump/ 2932 2933KERNEL AUTOMOUNTER (AUTOFS) 2934M: "H. Peter Anvin" <hpa@zytor.com> 2935L: autofs@linux.kernel.org 2936S: Odd Fixes 2937F: fs/autofs/ 2938 2939KERNEL AUTOMOUNTER v4 (AUTOFS4) 2940M: Ian Kent <raven@themaw.net> 2941L: autofs@linux.kernel.org 2942S: Maintained 2943F: fs/autofs4/ 2944 2945KERNEL BUILD 2946M: Sam Ravnborg <sam@ravnborg.org> 2947T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git 2948T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git 2949L: linux-kbuild@vger.kernel.org 2950S: Maintained 2951F: Documentation/kbuild/ 2952F: Makefile 2953F: scripts/Makefile.* 2954 2955KERNEL JANITORS 2956L: kernel-janitors@vger.kernel.org 2957W: http://www.kerneljanitors.org/ 2958S: Odd fixes 2959 2960KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 2961M: "J. Bruce Fields" <bfields@fieldses.org> 2962M: Neil Brown <neilb@suse.de> 2963L: linux-nfs@vger.kernel.org 2964W: http://nfs.sourceforge.net/ 2965S: Supported 2966F: fs/nfsd/ 2967F: include/linux/nfsd/ 2968F: fs/lockd/ 2969F: fs/nfs_common/ 2970F: net/sunrpc/ 2971F: include/linux/lockd/ 2972F: include/linux/sunrpc/ 2973 2974KERNEL VIRTUAL MACHINE (KVM) 2975M: Avi Kivity <avi@redhat.com> 2976M: Marcelo Tosatti <mtosatti@redhat.com> 2977L: kvm@vger.kernel.org 2978W: http://kvm.qumranet.com 2979S: Supported 2980F: Documentation/*/kvm.txt 2981F: arch/*/kvm/ 2982F: arch/*/include/asm/kvm* 2983F: include/linux/kvm* 2984F: virt/kvm/ 2985 2986KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V 2987M: Joerg Roedel <joerg.roedel@amd.com> 2988L: kvm@vger.kernel.org 2989W: http://kvm.qumranet.com 2990S: Supported 2991F: arch/x86/include/asm/svm.h 2992F: arch/x86/kvm/kvm_svm.h 2993F: arch/x86/kvm/svm.c 2994 2995KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 2996M: Hollis Blanchard <hollisb@us.ibm.com> 2997L: kvm-ppc@vger.kernel.org 2998W: http://kvm.qumranet.com 2999S: Supported 3000F: arch/powerpc/include/asm/kvm* 3001F: arch/powerpc/kvm/ 3002 3003KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 3004M: Xiantao Zhang <xiantao.zhang@intel.com> 3005L: kvm-ia64@vger.kernel.org 3006W: http://kvm.qumranet.com 3007S: Supported 3008F: Documentation/ia64/kvm.txt 3009F: arch/ia64/include/asm/kvm* 3010F: arch/ia64/kvm/ 3011 3012KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 3013M: Carsten Otte <cotte@de.ibm.com> 3014M: Christian Borntraeger <borntraeger@de.ibm.com> 3015M: linux390@de.ibm.com 3016L: linux-s390@vger.kernel.org 3017W: http://www.ibm.com/developerworks/linux/linux390/ 3018S: Supported 3019F: Documentation/s390/kvm.txt 3020F: arch/s390/include/asm/kvm* 3021F: arch/s390/kvm/ 3022 3023KEXEC 3024M: Eric Biederman <ebiederm@xmission.com> 3025W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 3026L: kexec@lists.infradead.org 3027S: Maintained 3028F: include/linux/kexec.h 3029F: kernel/kexec.c 3030 3031KGDB 3032M: Jason Wessel <jason.wessel@windriver.com> 3033L: kgdb-bugreport@lists.sourceforge.net 3034S: Maintained 3035F: Documentation/DocBook/kgdb.tmpl 3036F: drivers/misc/kgdbts.c 3037F: drivers/serial/kgdboc.c 3038F: include/linux/kgdb.h 3039F: kernel/kgdb.c 3040 3041KMEMCHECK 3042M: Vegard Nossum <vegardno@ifi.uio.no> 3043P Pekka Enberg 3044M: penberg@cs.helsinki.fi 3045S: Maintained 3046 3047KMEMLEAK 3048M: Catalin Marinas <catalin.marinas@arm.com> 3049S: Maintained 3050F: Documentation/kmemleak.txt 3051F: include/linux/kmemleak.h 3052F: mm/kmemleak.c 3053F: mm/kmemleak-test.c 3054 3055KMEMTRACE 3056M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> 3057S: Maintained 3058F: Documentation/trace/kmemtrace.txt 3059F: include/linux/kmemtrace.h 3060F: kernel/trace/kmemtrace.c 3061 3062KPROBES 3063M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> 3064M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 3065M: "David S. Miller" <davem@davemloft.net> 3066M: Masami Hiramatsu <mhiramat@redhat.com> 3067S: Maintained 3068F: Documentation/kprobes.txt 3069F: include/linux/kprobes.h 3070F: kernel/kprobes.c 3071 3072KS0108 LCD CONTROLLER DRIVER 3073M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> 3074W: http://miguelojeda.es/auxdisplay.htm 3075W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 3076S: Maintained 3077F: Documentation/auxdisplay/ks0108 3078F: drivers/auxdisplay/ks0108.c 3079F: include/linux/ks0108.h 3080 3081LAPB module 3082L: linux-x25@vger.kernel.org 3083S: Orphan 3084F: Documentation/networking/lapb-module.txt 3085F: include/*/lapb.h 3086F: net/lapb/ 3087 3088LASI 53c700 driver for PARISC 3089M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 3090L: linux-scsi@vger.kernel.org 3091S: Maintained 3092F: Documentation/scsi/53c700.txt 3093F: drivers/scsi/53c700* 3094 3095LED SUBSYSTEM 3096M: Richard Purdie <rpurdie@rpsys.net> 3097S: Maintained 3098F: drivers/leds/ 3099F: include/linux/leds.h 3100 3101LEGO USB Tower driver 3102M: Juergen Stuber <starblue@users.sourceforge.net> 3103L: legousb-devel@lists.sourceforge.net 3104W: http://legousb.sourceforge.net/ 3105S: Maintained 3106F: drivers/usb/misc/legousbtower.c 3107 3108LGUEST 3109M: Rusty Russell <rusty@rustcorp.com.au> 3110L: lguest@ozlabs.org 3111W: http://lguest.ozlabs.org/ 3112S: Maintained 3113F: Documentation/lguest/ 3114F: arch/x86/lguest/ 3115F: drivers/lguest/ 3116F: include/linux/lguest*.h 3117F: arch/x86/include/asm/lguest*.h 3118 3119LINUX FOR IBM pSERIES (RS/6000) 3120M: Paul Mackerras <paulus@au.ibm.com> 3121W: http://www.ibm.com/linux/ltc/projects/ppc 3122S: Supported 3123 3124LINUX FOR POWERPC (32-BIT AND 64-BIT) 3125M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3126M: Paul Mackerras <paulus@samba.org> 3127W: http://www.penguinppc.org/ 3128L: linuxppc-dev@ozlabs.org 3129T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 3130S: Supported 3131 3132LINUX FOR POWER MACINTOSH 3133M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 3134W: http://www.penguinppc.org/ 3135L: linuxppc-dev@ozlabs.org 3136S: Maintained 3137 3138LINUX FOR POWERPC EMBEDDED MPC5XXX 3139M: Grant Likely <grant.likely@secretlab.ca> 3140L: linuxppc-dev@ozlabs.org 3141T: git git://git.secretlab.ca/git/linux-2.6.git 3142S: Maintained 3143 3144LINUX FOR POWERPC EMBEDDED PPC4XX 3145M: Josh Boyer <jwboyer@linux.vnet.ibm.com> 3146M: Matt Porter <mporter@kernel.crashing.org> 3147W: http://www.penguinppc.org/ 3148L: linuxppc-dev@ozlabs.org 3149T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git 3150S: Maintained 3151 3152LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 3153M: Grant Likely <grant.likely@secretlab.ca> 3154W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 3155L: linuxppc-dev@ozlabs.org 3156T: git git://git.secretlab.ca/git/linux-2.6.git 3157S: Maintained 3158 3159LINUX FOR POWERPC EMBEDDED PPC8XX 3160M: Vitaly Bordug <vitb@kernel.crashing.org> 3161M: Marcelo Tosatti <marcelo@kvack.org> 3162W: http://www.penguinppc.org/ 3163L: linuxppc-dev@ozlabs.org 3164S: Maintained 3165 3166LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 3167M: Kumar Gala <galak@kernel.crashing.org> 3168W: http://www.penguinppc.org/ 3169L: linuxppc-dev@ozlabs.org 3170S: Maintained 3171 3172LINUX FOR POWERPC PA SEMI PWRFICIENT 3173M: Olof Johansson <olof@lixom.net> 3174W: http://www.pasemi.com/ 3175L: linuxppc-dev@ozlabs.org 3176S: Supported 3177 3178LINUX SECURITY MODULE (LSM) FRAMEWORK 3179M: Chris Wright <chrisw@sous-sol.org> 3180L: linux-security-module@vger.kernel.org 3181T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git 3182S: Supported 3183 3184LLC (802.2) 3185M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 3186S: Maintained 3187F: include/linux/llc.h 3188F: include/net/llc* 3189F: net/llc/ 3190 3191LIS3LV02D ACCELEROMETER DRIVER 3192M: Eric Piel <eric.piel@tremplin-utc.net> 3193S: Maintained 3194F: Documentation/hwmon/lis3lv02d 3195F: drivers/hwmon/lis3lv02d.* 3196 3197LM83 HARDWARE MONITOR DRIVER 3198M: Jean Delvare <khali@linux-fr.org> 3199L: lm-sensors@lm-sensors.org 3200S: Maintained 3201F: Documentation/hwmon/lm83 3202F: drivers/hwmon/lm83.c 3203 3204LM90 HARDWARE MONITOR DRIVER 3205M: Jean Delvare <khali@linux-fr.org> 3206L: lm-sensors@lm-sensors.org 3207S: Maintained 3208F: Documentation/hwmon/lm90 3209F: drivers/hwmon/lm90.c 3210 3211LOCKDEP AND LOCKSTAT 3212M: Peter Zijlstra <peterz@infradead.org> 3213M: Ingo Molnar <mingo@redhat.com> 3214T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git 3215S: Maintained 3216F: Documentation/lockdep*.txt 3217F: Documentation/lockstat.txt 3218F: include/linux/lockdep.h 3219F: kernel/lockdep* 3220 3221LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 3222M: "Richard Russon (FlatCap)" <ldm@flatcap.org> 3223L: linux-ntfs-dev@lists.sourceforge.net 3224W: http://www.linux-ntfs.org/content/view/19/37/ 3225S: Maintained 3226F: Documentation/ldm.txt 3227F: fs/partitions/ldm.* 3228 3229LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 3230M: Eric Moore <Eric.Moore@lsi.com> 3231M: support@lsi.com 3232L: DL-MPTFusionLinux@lsi.com 3233L: linux-scsi@vger.kernel.org 3234W: http://www.lsilogic.com/support 3235S: Supported 3236F: drivers/message/fusion/ 3237 3238LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 3239M: Matthew Wilcox <matthew@wil.cx> 3240L: linux-scsi@vger.kernel.org 3241S: Maintained 3242F: drivers/scsi/sym53c8xx_2/ 3243 3244LTP (Linux Test Project) 3245M: Subrata Modak <subrata@linux.vnet.ibm.com> 3246M: Mike Frysinger <vapier@gentoo.org> 3247L: ltp-list@lists.sourceforge.net (subscribers-only) 3248W: http://ltp.sourceforge.net/ 3249T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git 3250S: Maintained 3251 3252M32R ARCHITECTURE 3253M: Hirokazu Takata <takata@linux-m32r.org> 3254L: linux-m32r@ml.linux-m32r.org 3255L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 3256W: http://www.linux-m32r.org/ 3257S: Maintained 3258F: arch/m32r/ 3259 3260M68K ARCHITECTURE 3261M: Geert Uytterhoeven <geert@linux-m68k.org> 3262M: Roman Zippel <zippel@linux-m68k.org> 3263L: linux-m68k@lists.linux-m68k.org 3264W: http://www.linux-m68k.org/ 3265T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git 3266S: Maintained 3267F: arch/m68k/ 3268F: drivers/zorro/ 3269 3270M68K ON APPLE MACINTOSH 3271M: Joshua Thompson <funaho@jurai.org> 3272W: http://www.mac.linux-m68k.org/ 3273L: linux-m68k@lists.linux-m68k.org 3274S: Maintained 3275F: arch/m68k/mac/ 3276 3277M68K ON HP9000/300 3278M: Philip Blundell <philb@gnu.org> 3279W: http://www.tazenda.demon.co.uk/phil/linux-hp 3280S: Maintained 3281F: arch/m68k/hp300/ 3282 3283MAC80211 3284M: Johannes Berg <johannes@sipsolutions.net> 3285L: linux-wireless@vger.kernel.org 3286W: http://linuxwireless.org/ 3287T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3288S: Maintained 3289F: Documentation/networking/mac80211-injection.txt 3290F: include/net/mac80211.h 3291F: net/mac80211/ 3292 3293MAC80211 PID RATE CONTROL 3294M: Stefano Brivio <stefano.brivio@polimi.it> 3295M: Mattias Nissler <mattias.nissler@gmx.de> 3296L: linux-wireless@vger.kernel.org 3297W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 3298T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3299S: Maintained 3300F: net/mac80211/rc80211_pid* 3301 3302MACVLAN DRIVER 3303M: Patrick McHardy <kaber@trash.net> 3304L: netdev@vger.kernel.org 3305S: Maintained 3306F: drivers/net/macvlan.c 3307F: include/linux/if_macvlan.h 3308 3309MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 3310M: Michael Kerrisk <mtk.manpages@gmail.com> 3311W: http://www.kernel.org/doc/man-pages 3312L: linux-man@vger.kernel.org 3313S: Maintained 3314 3315MARVELL LIBERTAS WIRELESS DRIVER 3316M: Dan Williams <dcbw@redhat.com> 3317L: libertas-dev@lists.infradead.org 3318S: Maintained 3319F: drivers/net/wireless/libertas/ 3320 3321MARVELL MV643XX ETHERNET DRIVER 3322M: Lennert Buytenhek <buytenh@marvell.com> 3323L: netdev@vger.kernel.org 3324S: Supported 3325F: drivers/net/mv643xx_eth.* 3326F: include/linux/mv643xx.h 3327 3328MARVELL MWL8K WIRELESS DRIVER 3329M: Lennert Buytenhek <buytenh@marvell.com> 3330L: linux-wireless@vger.kernel.org 3331S: Supported 3332F: drivers/net/wireless/mwl8k.c 3333 3334MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 3335M: Nicolas Pitre <nico@fluxnic.net> 3336S: Maintained 3337 3338MARVELL YUKON / SYSKONNECT DRIVER 3339M: Mirko Lindner <mlindner@syskonnect.de> 3340M: Ralph Roesler <rroesler@syskonnect.de> 3341W: http://www.syskonnect.com 3342S: Supported 3343 3344MATROX FRAMEBUFFER DRIVER 3345M: Petr Vandrovec <vandrove@vc.cvut.cz> 3346L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3347S: Maintained 3348F: drivers/video/matrox/matroxfb_* 3349F: include/linux/matroxfb.h 3350 3351MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 3352M: "Hans J. Koch" <hjk@linutronix.de> 3353L: lm-sensors@lm-sensors.org 3354S: Maintained 3355F: Documentation/hwmon/max6650 3356F: drivers/hwmon/max6650.c 3357 3358MEDIA INPUT INFRASTRUCTURE (V4L/DVB) 3359M: Mauro Carvalho Chehab <mchehab@infradead.org> 3360P: LinuxTV.org Project 3361L: linux-media@vger.kernel.org 3362W: http://linuxtv.org 3363T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3364S: Maintained 3365F: Documentation/dvb/ 3366F: Documentation/video4linux/ 3367F: drivers/media/ 3368F: include/media/ 3369F: include/linux/dvb/ 3370F: include/linux/videodev*.h 3371 3372MEGARAID SCSI DRIVERS 3373M: Neela Syam Kolli <megaraidlinux@lsi.com> 3374L: linux-scsi@vger.kernel.org 3375W: http://megaraid.lsilogic.com 3376S: Maintained 3377F: Documentation/scsi/megaraid.txt 3378F: drivers/scsi/megaraid.* 3379F: drivers/scsi/megaraid/ 3380 3381MEMORY MANAGEMENT 3382L: linux-mm@kvack.org 3383W: http://www.linux-mm.org 3384S: Maintained 3385F: include/linux/mm.h 3386F: mm/ 3387 3388MEMORY RESOURCE CONTROLLER 3389M: Balbir Singh <balbir@linux.vnet.ibm.com> 3390M: Pavel Emelyanov <xemul@openvz.org> 3391M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> 3392L: linux-mm@kvack.org 3393S: Maintained 3394F: mm/memcontrol.c 3395 3396MEMORY TECHNOLOGY DEVICES (MTD) 3397M: David Woodhouse <dwmw2@infradead.org> 3398W: http://www.linux-mtd.infradead.org/ 3399L: linux-mtd@lists.infradead.org 3400T: git git://git.infradead.org/mtd-2.6.git 3401S: Maintained 3402F: drivers/mtd/ 3403F: include/linux/mtd/ 3404F: include/mtd/ 3405 3406MICROBLAZE ARCHITECTURE 3407M: Michal Simek <monstr@monstr.eu> 3408L: microblaze-uclinux@itee.uq.edu.au 3409W: http://www.monstr.eu/fdt/ 3410T: git git://git.monstr.eu/linux-2.6-microblaze.git 3411S: Supported 3412F: arch/microblaze/ 3413 3414MICROTEK X6 SCANNER 3415M: Oliver Neukum <oliver@neukum.name> 3416S: Maintained 3417F: drivers/usb/image/microtek.* 3418 3419MIPS 3420M: Ralf Baechle <ralf@linux-mips.org> 3421W: http://www.linux-mips.org/ 3422L: linux-mips@linux-mips.org 3423T: git git://git.linux-mips.org/pub/scm/linux.git 3424S: Supported 3425F: Documentation/mips/ 3426F: arch/mips/ 3427 3428MISCELLANEOUS MCA-SUPPORT 3429M: James Bottomley <James.Bottomley@HansenPartnership.com> 3430S: Maintained 3431F: Documentation/ia64/mca.txt 3432F: Documentation/mca.txt 3433F: drivers/mca/ 3434F: include/linux/mca* 3435 3436MODULE SUPPORT 3437M: Rusty Russell <rusty@rustcorp.com.au> 3438S: Maintained 3439F: include/linux/module.h 3440F: kernel/module.c 3441 3442MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 3443M: Stelian Pop <stelian@popies.net> 3444W: http://popies.net/meye/ 3445S: Maintained 3446F: Documentation/video4linux/meye.txt 3447F: drivers/media/video/meye.* 3448F: include/linux/meye.h 3449 3450MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 3451M: Pavel Pisa <ppisa@pikron.com> 3452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3453S: Maintained 3454F: drivers/mmc/host/imxmmc.* 3455 3456MOUSE AND MISC DEVICES [GENERAL] 3457M: Alessandro Rubini <rubini@ipvvis.unipv.it> 3458S: Maintained 3459F: drivers/input/mouse/ 3460F: include/linux/gpio_mouse.h 3461 3462MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 3463M: Jiri Slaby <jirislaby@gmail.com> 3464S: Maintained 3465F: Documentation/serial/moxa-smartio 3466F: drivers/char/mxser.* 3467 3468MSI LAPTOP SUPPORT 3469M: Lennart Poettering <mzxreary@0pointer.de> 3470W: https://tango.0pointer.de/mailman/listinfo/s270-linux 3471W: http://0pointer.de/lennart/tchibo.html 3472S: Maintained 3473F: drivers/platform/x86/msi-laptop.c 3474 3475MULTIFUNCTION DEVICES (MFD) 3476M: Samuel Ortiz <sameo@linux.intel.com> 3477T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git 3478S: Supported 3479F: drivers/mfd/ 3480 3481MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 3482S: Orphan 3483L: linux-mmc@vger.kernel.org 3484F: drivers/mmc/ 3485F: include/linux/mmc/ 3486 3487MULTIMEDIA CARD (MMC) ETC. OVER SPI 3488M: David Brownell <dbrownell@users.sourceforge.net> 3489S: Odd Fixes 3490F: drivers/mmc/host/mmc_spi.c 3491F: include/linux/spi/mmc_spi.h 3492 3493MULTISOUND SOUND DRIVER 3494M: Andrew Veliath <andrewtv@usa.net> 3495S: Maintained 3496F: Documentation/sound/oss/MultiSound 3497F: sound/oss/msnd* 3498 3499MULTITECH MULTIPORT CARD (ISICOM) 3500M: Jiri Slaby <jirislaby@gmail.com> 3501S: Maintained 3502F: drivers/char/isicom.c 3503F: include/linux/isicom.h 3504 3505MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 3506M: Felipe Balbi <felipe.balbi@nokia.com> 3507L: linux-usb@vger.kernel.org 3508T: git git://gitorious.org/musb/mainline.git 3509S: Maintained 3510F: drivers/usb/musb/ 3511 3512MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 3513M: Andrew Gallatin <gallatin@myri.com> 3514M: Brice Goglin <brice@myri.com> 3515L: netdev@vger.kernel.org 3516W: http://www.myri.com/scs/download-Myri10GE.html 3517S: Supported 3518F: drivers/net/myri10ge/ 3519 3520NATSEMI ETHERNET DRIVER (DP8381x) 3521M: Tim Hockin <thockin@hockin.org> 3522S: Maintained 3523F: drivers/net/natsemi.c 3524 3525NCP FILESYSTEM 3526M: Petr Vandrovec <vandrove@vc.cvut.cz> 3527L: linware@sh.cvut.cz 3528S: Maintained 3529F: fs/ncpfs/ 3530 3531NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 3532M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> 3533L: linux-scsi@vger.kernel.org 3534S: Maintained 3535F: drivers/scsi/NCR_D700.* 3536 3537NETEFFECT IWARP RNIC DRIVER (IW_NES) 3538M: Faisal Latif <faisal.latif@intel.com> 3539M: Chien Tung <chien.tin.tung@intel.com> 3540L: linux-rdma@vger.kernel.org 3541W: http://www.neteffect.com 3542S: Supported 3543F: drivers/infiniband/hw/nes/ 3544 3545NETEM NETWORK EMULATOR 3546M: Stephen Hemminger <shemminger@linux-foundation.org> 3547L: netem@lists.linux-foundation.org 3548S: Maintained 3549F: net/sched/sch_netem.c 3550 3551NETERION (S2IO) 10GbE DRIVER (xframe/vxge) 3552M: Ramkrishna Vepa <ram.vepa@neterion.com> 3553M: Rastapur Santosh <santosh.rastapur@neterion.com> 3554M: Sivakumar Subramani <sivakumar.subramani@neterion.com> 3555M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> 3556M: Anil Murthy <anil.murthy@neterion.com> 3557L: netdev@vger.kernel.org 3558W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous 3559W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous 3560S: Supported 3561F: Documentation/networking/s2io.txt 3562F: drivers/net/s2io* 3563 3564NETFILTER/IPTABLES/IPCHAINS 3565P: Rusty Russell 3566P: Marc Boucher 3567P: James Morris 3568P: Harald Welte 3569P: Jozsef Kadlecsik 3570M: Patrick McHardy <kaber@trash.net> 3571L: netfilter-devel@vger.kernel.org 3572L: netfilter@vger.kernel.org 3573L: coreteam@netfilter.org 3574W: http://www.netfilter.org/ 3575W: http://www.iptables.org/ 3576T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git 3577S: Supported 3578F: include/linux/netfilter* 3579F: include/linux/netfilter/ 3580F: include/net/netfilter/ 3581F: net/*/netfilter.c 3582F: net/*/netfilter/ 3583F: net/netfilter/ 3584 3585NETLABEL 3586M: Paul Moore <paul.moore@hp.com> 3587W: http://netlabel.sf.net 3588L: netdev@vger.kernel.org 3589S: Supported 3590F: Documentation/netlabel/ 3591F: include/net/netlabel.h 3592F: net/netlabel/ 3593 3594NETROM NETWORK LAYER 3595M: Ralf Baechle <ralf@linux-mips.org> 3596L: linux-hams@vger.kernel.org 3597W: http://www.linux-ax25.org/ 3598S: Maintained 3599F: include/linux/netrom.h 3600F: include/net/netrom.h 3601F: net/netrom/ 3602 3603NETWORK BLOCK DEVICE (NBD) 3604M: Paul Clements <Paul.Clements@steeleye.com> 3605S: Maintained 3606F: Documentation/blockdev/nbd.txt 3607F: drivers/block/nbd.c 3608F: include/linux/nbd.h 3609 3610NETWORKING [GENERAL] 3611M: "David S. Miller" <davem@davemloft.net> 3612L: netdev@vger.kernel.org 3613W: http://www.linuxfoundation.org/en/Net 3614T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3615S: Maintained 3616F: net/ 3617F: include/net/ 3618F: include/linux/in.h 3619F: include/linux/net.h 3620F: include/linux/netdevice.h 3621 3622NETWORKING [IPv4/IPv6] 3623M: "David S. Miller" <davem@davemloft.net> 3624M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> 3625M: "Pekka Savola (ipv6)" <pekkas@netcore.fi> 3626M: James Morris <jmorris@namei.org> 3627M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> 3628M: Patrick McHardy <kaber@trash.net> 3629L: netdev@vger.kernel.org 3630T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3631S: Maintained 3632F: net/ipv4/ 3633F: net/ipv6/ 3634F: include/net/ip* 3635 3636NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 3637M: Paul Moore <paul.moore@hp.com> 3638L: netdev@vger.kernel.org 3639S: Maintained 3640 3641NETWORKING [WIRELESS] 3642M: "John W. Linville" <linville@tuxdriver.com> 3643L: linux-wireless@vger.kernel.org 3644T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3645S: Maintained 3646F: net/mac80211/ 3647F: net/rfkill/ 3648F: net/wireless/ 3649F: include/net/ieee80211* 3650F: include/linux/wireless.h 3651F: drivers/net/wireless/ 3652 3653NETWORKING DRIVERS 3654L: netdev@vger.kernel.org 3655W: http://www.linuxfoundation.org/en/Net 3656T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 3657S: Odd Fixes 3658F: drivers/net/ 3659F: include/linux/if_* 3660F: include/linux/*device.h 3661 3662NETXEN (1/10) GbE SUPPORT 3663M: Dhananjay Phadke <dhananjay@netxen.com> 3664L: netdev@vger.kernel.org 3665W: http://www.netxen.com 3666S: Supported 3667F: drivers/net/netxen/ 3668 3669NFS, SUNRPC, AND LOCKD CLIENTS 3670M: Trond Myklebust <Trond.Myklebust@netapp.com> 3671L: linux-nfs@vger.kernel.org 3672W: http://client.linux-nfs.org 3673T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 3674S: Maintained 3675F: fs/lockd/ 3676F: fs/nfs/ 3677F: fs/nfs_common/ 3678F: net/sunrpc/ 3679F: include/linux/lockd/ 3680F: include/linux/nfs* 3681F: include/linux/sunrpc/ 3682 3683NI5010 NETWORK DRIVER 3684M: Jan-Pascal van Best <janpascal@vanbest.org> 3685M: Andreas Mohr <andi@lisas.de> 3686L: netdev@vger.kernel.org 3687S: Maintained 3688F: drivers/net/ni5010.* 3689 3690NILFS2 FILESYSTEM 3691M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> 3692L: users@nilfs.org 3693W: http://www.nilfs.org/en/ 3694S: Supported 3695F: Documentation/filesystems/nilfs2.txt 3696F: fs/nilfs2/ 3697F: include/linux/nilfs2_fs.h 3698 3699NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 3700M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 3701W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3702S: Maintained 3703F: Documentation/scsi/NinjaSCSI.txt 3704F: drivers/scsi/pcmcia/nsp_* 3705 3706NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 3707M: GOTO Masanori <gotom@debian.or.jp> 3708M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> 3709W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3710S: Maintained 3711F: Documentation/scsi/NinjaSCSI.txt 3712F: drivers/scsi/nsp32* 3713 3714NTFS FILESYSTEM 3715M: Anton Altaparmakov <aia21@cantab.net> 3716L: linux-ntfs-dev@lists.sourceforge.net 3717W: http://www.linux-ntfs.org/ 3718T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git 3719S: Maintained 3720F: Documentation/filesystems/ntfs.txt 3721F: fs/ntfs/ 3722 3723NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 3724M: Antonino Daplas <adaplas@gmail.com> 3725L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3726S: Maintained 3727F: drivers/video/riva/ 3728F: drivers/video/nvidia/ 3729 3730OMAP SUPPORT 3731M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> 3732L: linux-omap@vger.kernel.org 3733W: http://www.muru.com/linux/omap/ 3734W: http://linux.omap.com/ 3735T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git 3736S: Maintained 3737F: arch/arm/*omap* 3738 3739OMAP CLOCK FRAMEWORK SUPPORT 3740M: Paul Walmsley <paul@pwsan.com> 3741L: linux-omap@vger.kernel.org 3742S: Maintained 3743F: arch/arm/*omap*/*clock* 3744 3745OMAP POWER MANAGEMENT SUPPORT 3746M: Kevin Hilman <khilman@deeprootsystems.com> 3747L: linux-omap@vger.kernel.org 3748S: Maintained 3749F: arch/arm/*omap*/*pm* 3750 3751OMAP AUDIO SUPPORT 3752M: Jarkko Nikula <jhnikula@gmail.com> 3753L: alsa-devel@alsa-project.org (subscribers-only) 3754L: linux-omap@vger.kernel.org 3755S: Maintained 3756F: sound/soc/omap/ 3757 3758OMAP FRAMEBUFFER SUPPORT 3759M: Imre Deak <imre.deak@nokia.com> 3760L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3761L: linux-omap@vger.kernel.org 3762S: Maintained 3763F: drivers/video/omap/ 3764 3765OMAP MMC SUPPORT 3766M: Jarkko Lavinen <jarkko.lavinen@nokia.com> 3767L: linux-omap@vger.kernel.org 3768S: Maintained 3769F: drivers/mmc/host/*omap* 3770 3771OMAP RANDOM NUMBER GENERATOR SUPPORT 3772M: Deepak Saxena <dsaxena@plexity.net> 3773S: Maintained 3774F: drivers/char/hw_random/omap-rng.c 3775 3776OMAP USB SUPPORT 3777M: Felipe Balbi <felipe.balbi@nokia.com> 3778M: David Brownell <dbrownell@users.sourceforge.net> 3779L: linux-usb@vger.kernel.org 3780L: linux-omap@vger.kernel.org 3781S: Maintained 3782 3783OMFS FILESYSTEM 3784M: Bob Copeland <me@bobcopeland.com> 3785L: linux-karma-devel@lists.sourceforge.net 3786S: Maintained 3787F: Documentation/filesystems/omfs.txt 3788F: fs/omfs/ 3789 3790OMNIKEY CARDMAN 4000 DRIVER 3791M: Harald Welte <laforge@gnumonks.org> 3792S: Maintained 3793F: drivers/char/pcmcia/cm4000_cs.c 3794F: include/linux/cm4000_cs.h 3795 3796OMNIKEY CARDMAN 4040 DRIVER 3797M: Harald Welte <laforge@gnumonks.org> 3798S: Maintained 3799F: drivers/char/pcmcia/cm4040_cs.* 3800 3801OMNIVISION OV7670 SENSOR DRIVER 3802M: Jonathan Corbet <corbet@lwn.net> 3803L: linux-media@vger.kernel.org 3804T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3805S: Maintained 3806F: drivers/media/video/ov7670.c 3807 3808ONENAND FLASH DRIVER 3809M: Kyungmin Park <kyungmin.park@samsung.com> 3810L: linux-mtd@lists.infradead.org 3811S: Maintained 3812F: drivers/mtd/onenand/ 3813F: include/linux/mtd/onenand*.h 3814 3815ONSTREAM SCSI TAPE DRIVER 3816M: Willem Riede <osst@riede.org> 3817L: osst-users@lists.sourceforge.net 3818L: linux-scsi@vger.kernel.org 3819S: Maintained 3820F: drivers/scsi/osst* 3821F: drivers/scsi/st* 3822 3823OPENCORES I2C BUS DRIVER 3824M: Peter Korsgaard <jacmet@sunsite.dk> 3825L: linux-i2c@vger.kernel.org 3826S: Maintained 3827F: Documentation/i2c/busses/i2c-ocores 3828F: drivers/i2c/busses/i2c-ocores.c 3829 3830OPROFILE 3831M: Robert Richter <robert.richter@amd.com> 3832L: oprofile-list@lists.sf.net 3833S: Maintained 3834F: arch/*/oprofile/ 3835F: drivers/oprofile/ 3836F: include/linux/oprofile.h 3837 3838ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 3839M: Mark Fasheh <mfasheh@suse.com> 3840M: Joel Becker <joel.becker@oracle.com> 3841L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 3842W: http://oss.oracle.com/projects/ocfs2/ 3843T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git 3844S: Supported 3845F: Documentation/filesystems/ocfs2.txt 3846F: Documentation/filesystems/dlmfs.txt 3847F: fs/ocfs2/ 3848 3849ORINOCO DRIVER 3850M: Pavel Roskin <proski@gnu.org> 3851M: David Gibson <hermes@gibson.dropbear.id.au> 3852L: linux-wireless@vger.kernel.org 3853L: orinoco-users@lists.sourceforge.net 3854L: orinoco-devel@lists.sourceforge.net 3855W: http://www.nongnu.org/orinoco/ 3856S: Maintained 3857F: drivers/net/wireless/orinoco/ 3858 3859OSD LIBRARY and FILESYSTEM 3860M: Boaz Harrosh <bharrosh@panasas.com> 3861M: Benny Halevy <bhalevy@panasas.com> 3862L: osd-dev@open-osd.org 3863W: http://open-osd.org 3864T: git git://git.open-osd.org/open-osd.git 3865S: Maintained 3866F: drivers/scsi/osd/ 3867F: include/scsi/osd_* 3868F: fs/exofs/ 3869 3870P54 WIRELESS DRIVER 3871M: Michael Wu <flamingice@sourmilk.net> 3872L: linux-wireless@vger.kernel.org 3873W: http://prism54.org 3874T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3875S: Maintained 3876F: drivers/net/wireless/p54/ 3877 3878PA SEMI ETHERNET DRIVER 3879M: Olof Johansson <olof@lixom.net> 3880L: netdev@vger.kernel.org 3881S: Maintained 3882F: drivers/net/pasemi_mac.* 3883 3884PA SEMI SMBUS DRIVER 3885M: Olof Johansson <olof@lixom.net> 3886L: linux-i2c@vger.kernel.org 3887S: Maintained 3888F: drivers/i2c/busses/i2c-pasemi.c 3889 3890PANASONIC LAPTOP ACPI EXTRAS DRIVER 3891M: Harald Welte <laforge@gnumonks.org> 3892S: Maintained 3893F: drivers/platform/x86/panasonic-laptop.c 3894 3895PANASONIC MN10300/AM33 PORT 3896M: David Howells <dhowells@redhat.com> 3897M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> 3898L: linux-am33-list@redhat.com (moderated for non-subscribers) 3899W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 3900S: Maintained 3901F: Documentation/mn10300/ 3902F: arch/mn10300/ 3903 3904PARALLEL PORT SUPPORT 3905L: linux-parport@lists.infradead.org (subscribers-only) 3906S: Orphan 3907F: drivers/parport/ 3908F: include/linux/parport*.h 3909F: drivers/char/ppdev.c 3910F: include/linux/ppdev.h 3911 3912PARAVIRT_OPS INTERFACE 3913M: Jeremy Fitzhardinge <jeremy@xensource.com> 3914M: Chris Wright <chrisw@sous-sol.org> 3915M: Alok Kataria <akataria@vmware.com> 3916M: Rusty Russell <rusty@rustcorp.com.au> 3917L: virtualization@lists.osdl.org 3918S: Supported 3919F: Documentation/ia64/paravirt_ops.txt 3920F: arch/*/kernel/paravirt* 3921F: arch/*/include/asm/paravirt.h 3922 3923PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 3924M: Tim Waugh <tim@cyberelk.net> 3925L: linux-parport@lists.infradead.org (subscribers-only) 3926W: http://www.torque.net/linux-pp.html 3927S: Maintained 3928F: Documentation/blockdev/paride.txt 3929F: drivers/block/paride/ 3930 3931PARISC ARCHITECTURE 3932M: Kyle McMartin <kyle@mcmartin.ca> 3933M: Helge Deller <deller@gmx.de> 3934L: linux-parisc@vger.kernel.org 3935W: http://www.parisc-linux.org/ 3936T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 3937S: Maintained 3938F: arch/parisc/ 3939F: drivers/parisc/ 3940 3941PC87360 HARDWARE MONITORING DRIVER 3942M: Jim Cromie <jim.cromie@gmail.com> 3943L: lm-sensors@lm-sensors.org 3944S: Maintained 3945F: Documentation/hwmon/pc87360 3946F: drivers/hwmon/pc87360.c 3947 3948PC8736x GPIO DRIVER 3949M: Jim Cromie <jim.cromie@gmail.com> 3950S: Maintained 3951F: drivers/char/pc8736x_gpio.c 3952 3953PCA9532 LED DRIVER 3954M: Riku Voipio <riku.voipio@iki.fi> 3955S: Maintained 3956F: drivers/leds/leds-pca9532.c 3957F: include/linux/leds-pca9532.h 3958 3959PCI ERROR RECOVERY 3960M: Linas Vepstas <linas@austin.ibm.com> 3961L: linux-pci@vger.kernel.org 3962S: Supported 3963F: Documentation/PCI/pci-error-recovery.txt 3964F: Documentation/powerpc/eeh-pci-error-recovery.txt 3965 3966PCI SUBSYSTEM 3967M: Jesse Barnes <jbarnes@virtuousgeek.org> 3968L: linux-pci@vger.kernel.org 3969T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 3970S: Supported 3971F: Documentation/PCI/ 3972F: drivers/pci/ 3973F: include/linux/pci* 3974 3975PCIE HOTPLUG DRIVER 3976M: Kristen Carlson Accardi <kristen.c.accardi@intel.com> 3977L: linux-pci@vger.kernel.org 3978S: Supported 3979F: drivers/pci/pcie/ 3980 3981PCMCIA SUBSYSTEM 3982P: Linux PCMCIA Team 3983L: linux-pcmcia@lists.infradead.org 3984W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 3985T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 3986S: Maintained 3987F: Documentation/pcmcia/ 3988F: drivers/pcmcia/ 3989F: include/pcmcia/ 3990 3991PCNET32 NETWORK DRIVER 3992M: Don Fry <pcnet32@verizon.net> 3993L: netdev@vger.kernel.org 3994S: Maintained 3995F: drivers/net/pcnet32.c 3996 3997PER-TASK DELAY ACCOUNTING 3998M: Balbir Singh <balbir@linux.vnet.ibm.com> 3999S: Maintained 4000F: include/linux/delayacct.h 4001F: kernel/delayacct.c 4002 4003PERFORMANCE EVENTS SUBSYSTEM 4004M: Peter Zijlstra <a.p.zijlstra@chello.nl> 4005M: Paul Mackerras <paulus@samba.org> 4006M: Ingo Molnar <mingo@elte.hu> 4007S: Supported 4008 4009PERSONALITY HANDLING 4010M: Christoph Hellwig <hch@infradead.org> 4011L: linux-abi-devel@lists.sourceforge.net 4012S: Maintained 4013F: include/linux/personality.h 4014 4015PHRAM MTD DRIVER 4016M: Joern Engel <joern@lazybastard.org> 4017L: linux-mtd@lists.infradead.org 4018S: Maintained 4019F: drivers/mtd/devices/phram.c 4020 4021PKTCDVD DRIVER 4022M: Peter Osterlund <petero2@telia.com> 4023S: Maintained 4024F: drivers/block/pktcdvd.c 4025F: include/linux/pktcdvd.h 4026 4027PMC SIERRA MaxRAID DRIVER 4028P: Anil Ravindranath 4029M: anil_ravindranath@pmc-sierra.com 4030L: linux-scsi@vger.kernel.org 4031W: http://www.pmc-sierra.com/ 4032S: Supported 4033F: drivers/scsi/pmcraid.* 4034 4035POSIX CLOCKS and TIMERS 4036M: Thomas Gleixner <tglx@linutronix.de> 4037S: Supported 4038F: fs/timerfd.c 4039F: include/linux/timer* 4040F: kernel/*timer* 4041 4042POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 4043M: Anton Vorontsov <cbou@mail.ru> 4044M: David Woodhouse <dwmw2@infradead.org> 4045T: git git://git.infradead.org/battery-2.6.git 4046S: Maintained 4047F: include/linux/power_supply.h 4048F: drivers/power/power_supply* 4049 4050PNP SUPPORT 4051M: Adam Belay <abelay@mit.edu> 4052M: Bjorn Helgaas <bjorn.helgaas@hp.com> 4053S: Maintained 4054F: drivers/pnp/ 4055 4056PNXxxxx I2C DRIVER 4057M: Vitaly Wool <vitalywool@gmail.com> 4058L: linux-i2c@vger.kernel.org 4059S: Maintained 4060F: drivers/i2c/busses/i2c-pnx.c 4061 4062PPP PROTOCOL DRIVERS AND COMPRESSORS 4063M: Paul Mackerras <paulus@samba.org> 4064L: linux-ppp@vger.kernel.org 4065S: Maintained 4066F: drivers/net/ppp_* 4067 4068PPP OVER ATM (RFC 2364) 4069M: Mitchell Blank Jr <mitch@sfgoth.com> 4070S: Maintained 4071F: net/atm/pppoatm.c 4072F: include/linux/atmppp.h 4073 4074PPP OVER ETHERNET 4075M: Michal Ostrowski <mostrows@earthlink.net> 4076S: Maintained 4077F: drivers/net/pppoe.c 4078F: drivers/net/pppox.c 4079 4080PPP OVER L2TP 4081M: James Chapman <jchapman@katalix.com> 4082S: Maintained 4083F: drivers/net/pppol2tp.c 4084F: include/linux/if_pppol2tp.h 4085 4086PPS SUPPORT 4087M: Rodolfo Giometti <giometti@enneenne.com> 4088W: http://wiki.enneenne.com/index.php/LinuxPPS_support 4089L: linuxpps@ml.enneenne.com (subscribers-only) 4090S: Maintained 4091F: Documentation/pps/ 4092F: drivers/pps/ 4093F: include/linux/pps*.h 4094 4095PREEMPTIBLE KERNEL 4096M: Robert Love <rml@tech9.net> 4097L: kpreempt-tech@lists.sourceforge.net 4098W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 4099S: Supported 4100F: Documentation/preempt-locking.txt 4101F: include/linux/preempt.h 4102 4103PRISM54 WIRELESS DRIVER 4104M: "Luis R. Rodriguez" <mcgrof@gmail.com> 4105L: linux-wireless@vger.kernel.org 4106W: http://prism54.org 4107S: Maintained 4108F: drivers/net/wireless/prism54/ 4109 4110PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 4111M: Peter Denison <promise@pnd-pc.demon.co.uk> 4112W: http://www.pnd-pc.demon.co.uk/promise/ 4113S: Maintained 4114 4115PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 4116M: Mikael Pettersson <mikpe@it.uu.se> 4117L: linux-ide@vger.kernel.org 4118S: Maintained 4119F: drivers/ata/sata_promise.* 4120 4121PS3 NETWORK SUPPORT 4122M: Geoff Levand <geoffrey.levand@am.sony.com> 4123L: netdev@vger.kernel.org 4124L: cbe-oss-dev@ozlabs.org 4125S: Supported 4126F: drivers/net/ps3_gelic_net.* 4127 4128PS3 PLATFORM SUPPORT 4129M: Geoff Levand <geoffrey.levand@am.sony.com> 4130L: linuxppc-dev@ozlabs.org 4131L: cbe-oss-dev@ozlabs.org 4132S: Supported 4133F: arch/powerpc/boot/ps3* 4134F: arch/powerpc/include/asm/lv1call.h 4135F: arch/powerpc/include/asm/ps3*.h 4136F: arch/powerpc/platforms/ps3/ 4137F: drivers/*/ps3* 4138F: drivers/ps3/ 4139F: drivers/rtc/rtc-ps3.c 4140F: drivers/usb/host/*ps3.c 4141F: sound/ppc/snd_ps3* 4142 4143PS3VRAM DRIVER 4144M: Jim Paris <jim@jtan.com> 4145L: cbe-oss-dev@ozlabs.org 4146S: Maintained 4147 4148PTRACE SUPPORT 4149M: Roland McGrath <roland@redhat.com> 4150M: Oleg Nesterov <oleg@redhat.com> 4151S: Maintained 4152F: include/asm-generic/syscall.h 4153F: include/linux/ptrace.h 4154F: include/linux/regset.h 4155F: include/linux/tracehook.h 4156F: kernel/ptrace.c 4157 4158PVRUSB2 VIDEO4LINUX DRIVER 4159M: Mike Isely <isely@pobox.com> 4160L: pvrusb2@isely.net (subscribers-only) 4161L: linux-media@vger.kernel.org 4162W: http://www.isely.net/pvrusb2/ 4163T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4164S: Maintained 4165F: Documentation/video4linux/README.pvrusb2 4166F: drivers/media/video/pvrusb2/ 4167 4168PXA2xx/PXA3xx SUPPORT 4169M: Eric Miao <eric.y.miao@gmail.com> 4170M: Russell King <linux@arm.linux.org.uk> 4171L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4172S: Maintained 4173F: arch/arm/mach-pxa/ 4174F: drivers/pcmcia/pxa2xx* 4175F: drivers/spi/pxa2xx* 4176F: drivers/usb/gadget/pxa2* 4177F: include/sound/pxa2xx-lib.h 4178F: sound/arm/pxa* 4179F: sound/soc/pxa 4180 4181PXA168 SUPPORT 4182M: Eric Miao <eric.y.miao@gmail.com> 4183M: Jason Chagas <jason.chagas@marvell.com> 4184L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4185T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4186S: Maintained 4187 4188PXA910 SUPPORT 4189M: Eric Miao <eric.y.miao@gmail.com> 4190L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4191T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4192S: Maintained 4193 4194PXA MMCI DRIVER 4195S: Orphan 4196 4197PXA RTC DRIVER 4198M: Robert Jarzmik <robert.jarzmik@free.fr> 4199L: rtc-linux@googlegroups.com 4200S: Maintained 4201 4202QLOGIC QLA2XXX FC-SCSI DRIVER 4203M: Andrew Vasquez <andrew.vasquez@qlogic.com> 4204M: linux-driver@qlogic.com 4205L: linux-scsi@vger.kernel.org 4206S: Supported 4207F: Documentation/scsi/LICENSE.qla2xxx 4208F: drivers/scsi/qla2xxx/ 4209 4210QLOGIC QLA3XXX NETWORK DRIVER 4211M: Ron Mercer <ron.mercer@qlogic.com> 4212M: linux-driver@qlogic.com 4213L: netdev@vger.kernel.org 4214S: Supported 4215F: Documentation/networking/LICENSE.qla3xxx 4216F: drivers/net/qla3xxx.* 4217 4218QLOGIC QLGE 10Gb ETHERNET DRIVER 4219M: Ron Mercer <ron.mercer@qlogic.com> 4220M: linux-driver@qlogic.com 4221L: netdev@vger.kernel.org 4222S: Supported 4223F: drivers/net/qlge/ 4224 4225QNX4 FILESYSTEM 4226M: Anders Larsen <al@alarsen.net> 4227W: http://www.alarsen.net/linux/qnx4fs/ 4228S: Maintained 4229F: fs/qnx4/ 4230F: include/linux/qnx4_fs.h 4231F: include/linux/qnxtypes.h 4232 4233RADEON FRAMEBUFFER DISPLAY DRIVER 4234M: Benjamin Herrenschmidt <benh@kernel.crashing.org> 4235L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4236S: Maintained 4237F: drivers/video/aty/radeon* 4238F: include/linux/radeonfb.h 4239 4240RAGE128 FRAMEBUFFER DISPLAY DRIVER 4241M: Paul Mackerras <paulus@samba.org> 4242L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4243S: Maintained 4244F: drivers/video/aty/aty128fb.c 4245 4246RALINK RT2X00 WIRELESS LAN DRIVER 4247P: rt2x00 project 4248L: linux-wireless@vger.kernel.org 4249L: users@rt2x00.serialmonkey.com 4250W: http://rt2x00.serialmonkey.com/ 4251S: Maintained 4252T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 4253F: drivers/net/wireless/rt2x00/ 4254 4255RAMDISK RAM BLOCK DEVICE DRIVER 4256M: Nick Piggin <npiggin@suse.de> 4257S: Maintained 4258F: Documentation/blockdev/ramdisk.txt 4259F: drivers/block/brd.c 4260 4261RANDOM NUMBER DRIVER 4262M: Matt Mackall <mpm@selenic.com> 4263S: Maintained 4264F: drivers/char/random.c 4265 4266RAPIDIO SUBSYSTEM 4267M: Matt Porter <mporter@kernel.crashing.org> 4268S: Maintained 4269F: drivers/rapidio/ 4270 4271RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 4272M: Corey Thomas <coreythomas@charter.net> 4273L: linux-wireless@vger.kernel.org 4274S: Maintained 4275F: drivers/net/wireless/ray* 4276 4277RCUTORTURE MODULE 4278M: Josh Triplett <josh@freedesktop.org> 4279M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 4280S: Maintained 4281F: Documentation/RCU/torture.txt 4282F: kernel/rcutorture.c 4283 4284RDC R-321X SoC 4285M: Florian Fainelli <florian@openwrt.org> 4286S: Maintained 4287 4288RDC R6040 FAST ETHERNET DRIVER 4289M: Florian Fainelli <florian@openwrt.org> 4290L: netdev@vger.kernel.org 4291S: Maintained 4292F: drivers/net/r6040.c 4293 4294RDS - RELIABLE DATAGRAM SOCKETS 4295M: Andy Grover <andy.grover@oracle.com> 4296L: rds-devel@oss.oracle.com (moderated for non-subscribers) 4297S: Supported 4298F: net/rds/ 4299 4300READ-COPY UPDATE (RCU) 4301M: Dipankar Sarma <dipankar@in.ibm.com> 4302M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> 4303W: http://www.rdrop.com/users/paulmck/rclock/ 4304S: Supported 4305F: Documentation/RCU/rcu.txt 4306F: Documentation/RCU/rcuref.txt 4307F: include/linux/rcupdate.h 4308F: include/linux/srcu.h 4309F: kernel/rcupdate.c 4310 4311REAL TIME CLOCK DRIVER 4312M: Paul Gortmaker <p_gortmaker@yahoo.com> 4313S: Maintained 4314F: Documentation/rtc.txt 4315F: drivers/rtc/ 4316F: include/linux/rtc.h 4317 4318REAL TIME CLOCK (RTC) SUBSYSTEM 4319M: Alessandro Zummo <a.zummo@towertech.it> 4320L: rtc-linux@googlegroups.com 4321S: Maintained 4322F: Documentation/rtc.txt 4323F: drivers/rtc/ 4324F: include/linux/rtc.h 4325 4326REISERFS FILE SYSTEM 4327L: reiserfs-devel@vger.kernel.org 4328S: Supported 4329F: fs/reiserfs/ 4330 4331RFKILL 4332M: Johannes Berg <johannes@sipsolutions.net> 4333L: linux-wireless@vger.kernel.org 4334S: Maintained 4335F Documentation/rfkill.txt 4336F: net/rfkill/ 4337 4338RISCOM8 DRIVER 4339S: Orphan 4340F: Documentation/serial/riscom8.txt 4341F: drivers/char/riscom8* 4342 4343ROCKETPORT DRIVER 4344P: Comtrol Corp. 4345W: http://www.comtrol.com 4346S: Maintained 4347F: Documentation/serial/rocket.txt 4348F: drivers/char/rocket* 4349 4350ROSE NETWORK LAYER 4351M: Ralf Baechle <ralf@linux-mips.org> 4352L: linux-hams@vger.kernel.org 4353W: http://www.linux-ax25.org/ 4354S: Maintained 4355F: include/linux/rose.h 4356F: include/net/rose.h 4357F: net/rose/ 4358 4359RTL8180 WIRELESS DRIVER 4360M: "John W. Linville" <linville@tuxdriver.com> 4361L: linux-wireless@vger.kernel.org 4362W: http://linuxwireless.org/ 4363T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4364S: Maintained 4365F: drivers/net/wireless/rtl818x/rtl8180* 4366 4367RTL8187 WIRELESS DRIVER 4368M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> 4369M: Hin-Tak Leung <htl10@users.sourceforge.net> 4370M: Larry Finger <Larry.Finger@lwfinger.net> 4371L: linux-wireless@vger.kernel.org 4372W: http://linuxwireless.org/ 4373T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4374S: Maintained 4375F: drivers/net/wireless/rtl818x/rtl8187* 4376 4377S3 SAVAGE FRAMEBUFFER DRIVER 4378M: Antonino Daplas <adaplas@gmail.com> 4379L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4380S: Maintained 4381F: drivers/video/savage/ 4382 4383S390 4384M: Martin Schwidefsky <schwidefsky@de.ibm.com> 4385M: Heiko Carstens <heiko.carstens@de.ibm.com> 4386M: linux390@de.ibm.com 4387L: linux-s390@vger.kernel.org 4388W: http://www.ibm.com/developerworks/linux/linux390/ 4389S: Supported 4390F: arch/s390/ 4391 4392S390 NETWORK DRIVERS 4393M: Ursula Braun <ursula.braun@de.ibm.com> 4394M: Frank Blaschka <blaschka@linux.vnet.ibm.com> 4395M: linux390@de.ibm.com 4396L: linux-s390@vger.kernel.org 4397W: http://www.ibm.com/developerworks/linux/linux390/ 4398S: Supported 4399F: drivers/s390/net/ 4400 4401S390 ZCRYPT DRIVER 4402M: Felix Beck <felix.beck@de.ibm.com> 4403M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> 4404M: linux390@de.ibm.com 4405L: linux-s390@vger.kernel.org 4406S: Supported 4407F: drivers/s390/crypto/ 4408 4409S390 ZFCP DRIVER 4410M: Christof Schmitt <christof.schmitt@de.ibm.com> 4411M: Martin Peschke <mp3@de.ibm.com> 4412M: linux390@de.ibm.com 4413L: linux-s390@vger.kernel.org 4414W: http://www.ibm.com/developerworks/linux/linux390/ 4415S: Supported 4416F: Documentation/s390/zfcpdump.txt 4417F: drivers/s390/scsi/zfcp_* 4418 4419S390 IUCV NETWORK LAYER 4420M: Ursula Braun <ursula.braun@de.ibm.com> 4421M: linux390@de.ibm.com 4422L: linux-s390@vger.kernel.org 4423W: http://www.ibm.com/developerworks/linux/linux390/ 4424S: Supported 4425F: drivers/s390/net/*iucv* 4426F: include/net/iucv/ 4427F: net/iucv/ 4428 4429S3C24XX SD/MMC Driver 4430M: Ben Dooks <ben-linux@fluff.org> 4431L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4432S: Supported 4433F: drivers/mmc/host/s3cmci.* 4434 4435SAA7146 VIDEO4LINUX-2 DRIVER 4436M: Michael Hunold <michael@mihu.de> 4437L: linux-media@vger.kernel.org 4438T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4439W: http://www.mihu.de/linux/saa7146 4440S: Maintained 4441F: drivers/media/common/saa7146* 4442F: drivers/media/video/*7146* 4443F: include/media/*7146* 4444 4445SC1200 WDT DRIVER 4446M: Zwane Mwaikambo <zwane@arm.linux.org.uk> 4447S: Maintained 4448F: drivers/watchdog/sc1200wdt.c 4449 4450SCHEDULER 4451M: Ingo Molnar <mingo@elte.hu> 4452M: Peter Zijlstra <peterz@infradead.org> 4453S: Maintained 4454F: kernel/sched* 4455F: include/linux/sched.h 4456 4457SCORE ARCHITECTURE 4458P: Chen Liqin 4459M: liqin.chen@sunplusct.com 4460P: Lennox Wu 4461M: lennox.wu@sunplusct.com 4462W: http://www.sunplusct.com 4463S: Supported 4464 4465SCSI CDROM DRIVER 4466M: Jens Axboe <axboe@kernel.dk> 4467L: linux-scsi@vger.kernel.org 4468W: http://www.kernel.dk 4469S: Maintained 4470F: drivers/scsi/sr* 4471 4472SCSI SG DRIVER 4473M: Doug Gilbert <dgilbert@interlog.com> 4474L: linux-scsi@vger.kernel.org 4475W: http://www.torque.net/sg 4476S: Maintained 4477F: drivers/scsi/sg.c 4478F: include/scsi/sg.h 4479 4480SCSI SUBSYSTEM 4481M: "James E.J. Bottomley" <James.Bottomley@suse.de> 4482L: linux-scsi@vger.kernel.org 4483T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 4484T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 4485T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 4486S: Maintained 4487F: drivers/scsi/ 4488F: include/scsi/ 4489 4490SCSI TAPE DRIVER 4491M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> 4492L: linux-scsi@vger.kernel.org 4493S: Maintained 4494F: Documentation/scsi/st.txt 4495F: drivers/scsi/st* 4496 4497SCTP PROTOCOL 4498M: Vlad Yasevich <vladislav.yasevich@hp.com> 4499M: Sridhar Samudrala <sri@us.ibm.com> 4500L: linux-sctp@vger.kernel.org 4501W: http://lksctp.sourceforge.net 4502S: Supported 4503F: Documentation/networking/sctp.txt 4504F: include/linux/sctp.h 4505F: include/net/sctp/ 4506F: net/sctp/ 4507 4508SCx200 CPU SUPPORT 4509M: Jim Cromie <jim.cromie@gmail.com> 4510S: Odd Fixes 4511F: Documentation/i2c/busses/scx200_acb 4512F: arch/x86/kernel/scx200_32.c 4513F: drivers/watchdog/scx200_wdt.c 4514F: drivers/i2c/busses/scx200* 4515F: drivers/mtd/maps/scx200_docflash.c 4516F: include/linux/scx200.h 4517 4518SCx200 GPIO DRIVER 4519M: Jim Cromie <jim.cromie@gmail.com> 4520S: Maintained 4521F: drivers/char/scx200_gpio.c 4522F: include/linux/scx200_gpio.h 4523 4524SCx200 HRT CLOCKSOURCE DRIVER 4525M: Jim Cromie <jim.cromie@gmail.com> 4526S: Maintained 4527F: drivers/clocksource/scx200_hrt.c 4528 4529SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 4530M: Sascha Sommer <saschasommer@freenet.de> 4531L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 4532S: Maintained 4533F: drivers/mmc/host/sdricoh_cs.c 4534 4535SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 4536M: Pierre Ossman <pierre@ossman.eu> 4537L: sdhci-devel@lists.ossman.eu 4538S: Maintained 4539 4540SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 4541M: Anton Vorontsov <avorontsov@ru.mvista.com> 4542L: linuxppc-dev@ozlabs.org 4543L: sdhci-devel@lists.ossman.eu 4544S: Maintained 4545F: drivers/mmc/host/sdhci.* 4546 4547SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER 4548M: Ben Dooks <ben-linux@fluff.org> 4549L: sdhci-devel@lists.ossman.eu 4550S: Maintained 4551F: drivers/mmc/host/sdhci-s3c.c 4552 4553SECURITY SUBSYSTEM 4554M: James Morris <jmorris@namei.org> 4555L: linux-security-module@vger.kernel.org (suggested Cc:) 4556T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4557W: http://security.wiki.kernel.org/ 4558S: Supported 4559F: security/ 4560 4561SECURITY CONTACT 4562M: Security Officers <security@kernel.org> 4563S: Supported 4564 4565SELINUX SECURITY MODULE 4566M: Stephen Smalley <sds@tycho.nsa.gov> 4567M: James Morris <jmorris@namei.org> 4568M: Eric Paris <eparis@parisplace.org> 4569L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 4570W: http://selinuxproject.org 4571T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 4572S: Supported 4573F: include/linux/selinux* 4574F: security/selinux/ 4575 4576SENSABLE PHANTOM 4577M: Jiri Slaby <jirislaby@gmail.com> 4578S: Maintained 4579F: drivers/misc/phantom.c 4580F: include/linux/phantom.h 4581 4582SERIAL ATA (SATA) SUBSYSTEM 4583M: Jeff Garzik <jgarzik@pobox.com> 4584L: linux-ide@vger.kernel.org 4585T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 4586S: Supported 4587F: drivers/ata/ 4588F: include/linux/ata.h 4589F: include/linux/libata.h 4590 4591SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 4592M: Sathya Perla <sathyap@serverengines.com> 4593M: Subbu Seetharaman <subbus@serverengines.com> 4594L: netdev@vger.kernel.org 4595W: http://www.serverengines.com 4596S: Supported 4597F: drivers/net/benet/ 4598 4599SFC NETWORK DRIVER 4600M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> 4601M: Steve Hodgson <shodgson@solarflare.com> 4602M: Ben Hutchings <bhutchings@solarflare.com> 4603L: netdev@vger.kernel.org 4604S: Supported 4605F: drivers/net/sfc/ 4606 4607SGI GRU DRIVER 4608M: Jack Steiner <steiner@sgi.com> 4609S: Maintained 4610F: drivers/misc/sgi-gru/ 4611 4612SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 4613M: Pat Gefre <pfg@sgi.com> 4614L: linux-ia64@vger.kernel.org 4615S: Supported 4616F: Documentation/ia64/serial.txt 4617F: drivers/serial/ioc?_serial.c 4618F: include/linux/ioc?.h 4619 4620SGI VISUAL WORKSTATION 320 AND 540 4621M: Andrey Panin <pazke@donpac.ru> 4622L: linux-visws-devel@lists.sf.net 4623W: http://linux-visws.sf.net 4624S: Maintained for 2.6. 4625F: Documentation/sgi-visws.txt 4626 4627SGI XP/XPC/XPNET DRIVER 4628M: Robin Holt <holt@sgi.com> 4629S: Maintained 4630F: drivers/misc/sgi-xp/ 4631 4632SHARP LH SUPPORT (LH7952X & LH7A40X) 4633M: Marc Singer <elf@buici.com> 4634W: http://projects.buici.com/arm 4635L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4636S: Maintained 4637F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen 4638F: arch/arm/mach-lh7a40x/ 4639F: drivers/serial/serial_lh7a40x.c 4640F: drivers/usb/gadget/lh7a40* 4641F: drivers/usb/host/ohci-lh7a40* 4642 4643SHPC HOTPLUG DRIVER 4644M: Kristen Carlson Accardi <kristen.c.accardi@intel.com> 4645L: linux-pci@vger.kernel.org 4646S: Supported 4647F: drivers/pci/hotplug/shpchp* 4648 4649SIMTEC EB110ATX (Chalice CATS) 4650P: Ben Dooks 4651M: Vincent Sanders <support@simtec.co.uk> 4652W: http://www.simtec.co.uk/products/EB110ATX/ 4653S: Supported 4654 4655SIMTEC EB2410ITX (BAST) 4656P: Ben Dooks 4657M: Vincent Sanders <support@simtec.co.uk> 4658W: http://www.simtec.co.uk/products/EB2410ITX/ 4659S: Supported 4660F: arch/arm/mach-s3c2410/ 4661F: drivers/*/*s3c2410* 4662F: drivers/*/*/*s3c2410* 4663 4664TI DAVINCI MACHINE SUPPORT 4665P: Kevin Hilman 4666M: davinci-linux-open-source@linux.davincidsp.com 4667S: Supported 4668F: arch/arm/mach-davinci 4669 4670SIS 190 ETHERNET DRIVER 4671M: Francois Romieu <romieu@fr.zoreil.com> 4672L: netdev@vger.kernel.org 4673S: Maintained 4674F: drivers/net/sis190.c 4675 4676SIS 900/7016 FAST ETHERNET DRIVER 4677M: Daniele Venzano <venza@brownhat.org> 4678W: http://www.brownhat.org/sis900.html 4679L: netdev@vger.kernel.org 4680S: Maintained 4681F: drivers/net/sis900.* 4682 4683SIS 96X I2C/SMBUS DRIVER 4684M: "Mark M. Hoffman" <mhoffman@lightlink.com> 4685L: linux-i2c@vger.kernel.org 4686S: Maintained 4687F: Documentation/i2c/busses/i2c-sis96x 4688F: drivers/i2c/busses/i2c-sis96x.c 4689 4690SIS FRAMEBUFFER DRIVER 4691M: Thomas Winischhofer <thomas@winischhofer.net> 4692W: http://www.winischhofer.net/linuxsisvga.shtml 4693S: Maintained 4694F: Documentation/fb/sisfb.txt 4695F: drivers/video/sis/ 4696F: include/video/sisfb.h 4697 4698SIS USB2VGA DRIVER 4699M: Thomas Winischhofer <thomas@winischhofer.net> 4700W: http://www.winischhofer.at/linuxsisusbvga.shtml 4701S: Maintained 4702F: drivers/usb/misc/sisusbvga/ 4703 4704SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 4705M: Stephen Hemminger <shemminger@linux-foundation.org> 4706L: netdev@vger.kernel.org 4707S: Maintained 4708F: drivers/net/skge.* 4709F: drivers/net/sky2.* 4710 4711SLAB ALLOCATOR 4712M: Christoph Lameter <cl@linux-foundation.org> 4713M: Pekka Enberg <penberg@cs.helsinki.fi> 4714M: Matt Mackall <mpm@selenic.com> 4715L: linux-mm@kvack.org 4716S: Maintained 4717F: include/linux/sl?b*.h 4718F: mm/sl?b.c 4719 4720SMC91x ETHERNET DRIVER 4721M: Nicolas Pitre <nico@fluxnic.net> 4722S: Maintained 4723F: drivers/net/smc91x.* 4724 4725SMSC47B397 HARDWARE MONITOR DRIVER 4726M: "Mark M. Hoffman" <mhoffman@lightlink.com> 4727L: lm-sensors@lm-sensors.org 4728S: Maintained 4729F: Documentation/hwmon/smsc47b397 4730F: drivers/hwmon/smsc47b397.c 4731 4732SMSC911x ETHERNET DRIVER 4733M: Steve Glendinning <steve.glendinning@smsc.com> 4734L: netdev@vger.kernel.org 4735S: Supported 4736F: include/linux/smsc911x.h 4737F: drivers/net/smsc911x.* 4738 4739SMSC9420 PCI ETHERNET DRIVER 4740M: Steve Glendinning <steve.glendinning@smsc.com> 4741L: netdev@vger.kernel.org 4742S: Supported 4743F: drivers/net/smsc9420.* 4744 4745SMX UIO Interface 4746M: Ben Nizette <bn@niasdigital.com> 4747S: Maintained 4748F: drivers/uio/uio_smx.c 4749 4750SN-IA64 (Itanium) SUB-PLATFORM 4751M: Jes Sorensen <jes@sgi.com> 4752L: linux-altix@sgi.com 4753L: linux-ia64@vger.kernel.org 4754W: http://www.sgi.com/altix 4755S: Maintained 4756F: arch/ia64/sn/ 4757 4758SOC-CAMERA V4L2 SUBSYSTEM 4759M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 4760L: linux-media@vger.kernel.org 4761T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4762S: Maintained 4763F: include/media/v4l2* 4764F: drivers/media/video/v4l2* 4765 4766SOEKRIS NET48XX LED SUPPORT 4767M: Chris Boot <bootc@bootc.net> 4768S: Maintained 4769F: drivers/leds/leds-net48xx.c 4770 4771SOFTWARE RAID (Multiple Disks) SUPPORT 4772M: Neil Brown <neilb@suse.de> 4773L: linux-raid@vger.kernel.org 4774S: Supported 4775F: drivers/md/ 4776F: include/linux/raid/ 4777 4778SONIC NETWORK DRIVER 4779M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 4780L: netdev@vger.kernel.org 4781S: Maintained 4782F: drivers/net/sonic.* 4783 4784SONICS SILICON BACKPLANE DRIVER (SSB) 4785M: Michael Buesch <mb@bu3sch.de> 4786L: netdev@vger.kernel.org 4787S: Maintained 4788F: drivers/ssb/ 4789F: include/linux/ssb/ 4790 4791SONY VAIO CONTROL DEVICE DRIVER 4792M: Mattia Dongili <malattia@linux.it> 4793L: linux-acpi@vger.kernel.org 4794W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 4795S: Maintained 4796F: Documentation/laptops/sony-laptop.txt 4797F: drivers/char/sonypi.c 4798F: drivers/platform/x86/sony-laptop.c 4799F: include/linux/sony-laptop.h 4800 4801SONY MEMORYSTICK CARD SUPPORT 4802M: Alex Dubov <oakad@yahoo.com> 4803W: http://tifmxx.berlios.de/ 4804S: Maintained 4805F: drivers/memstick/host/tifm_ms.c 4806 4807SOUND 4808M: Jaroslav Kysela <perex@perex.cz> 4809M: Takashi Iwai <tiwai@suse.de> 4810L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4811W: http://www.alsa-project.org/ 4812T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git 4813T: git git://git.alsa-project.org/alsa-kernel.git 4814S: Maintained 4815F: Documentation/sound/ 4816F: include/sound/ 4817F: sound/ 4818 4819SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 4820M: Liam Girdwood <lrg@slimlogic.co.uk> 4821M: Mark Brown <broonie@opensource.wolfsonmicro.com> 4822T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git 4823L: alsa-devel@alsa-project.org (moderated for non-subscribers) 4824W: http://alsa-project.org/main/index.php/ASoC 4825S: Supported 4826F: sound/soc/ 4827F: include/sound/soc* 4828 4829SPARC + UltraSPARC (sparc/sparc64) 4830M: "David S. Miller" <davem@davemloft.net> 4831L: sparclinux@vger.kernel.org 4832T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git 4833T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 4834S: Maintained 4835F: arch/sparc/ 4836 4837SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 4838M: Roger Wolff <R.E.Wolff@BitWizard.nl> 4839S: Supported 4840F: Documentation/serial/specialix.txt 4841F: drivers/char/specialix* 4842 4843SPI SUBSYSTEM 4844M: David Brownell <dbrownell@users.sourceforge.net> 4845L: spi-devel-general@lists.sourceforge.net 4846S: Maintained 4847F: Documentation/spi/ 4848F: drivers/spi/ 4849F: include/linux/spi/ 4850 4851SPIDERNET NETWORK DRIVER for CELL 4852M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> 4853M: Jens Osterkamp <jens@de.ibm.com> 4854L: netdev@vger.kernel.org 4855S: Supported 4856F: Documentation/networking/spider_net.txt 4857F: drivers/net/spider_net* 4858 4859SPU FILE SYSTEM 4860M: Jeremy Kerr <jk@ozlabs.org> 4861L: linuxppc-dev@ozlabs.org 4862L: cbe-oss-dev@ozlabs.org 4863W: http://www.ibm.com/developerworks/power/cell/ 4864S: Supported 4865F: Documentation/filesystems/spufs.txt 4866F: arch/powerpc/platforms/cell/spufs/ 4867 4868SQUASHFS FILE SYSTEM 4869M: Phillip Lougher <phillip@lougher.demon.co.uk> 4870L: squashfs-devel@lists.sourceforge.net (subscribers-only) 4871W: http://squashfs.org.uk 4872S: Maintained 4873F: Documentation/filesystems/squashfs.txt 4874F: fs/squashfs/ 4875 4876SRM (Alpha) environment access 4877M: Jan-Benedict Glaw <jbglaw@lug-owl.de> 4878S: Maintained 4879F: arch/alpha/kernel/srm_env.c 4880 4881STABLE BRANCH 4882M: Greg Kroah-Hartman <greg@kroah.com> 4883M: Chris Wright <chrisw@sous-sol.org> 4884L: stable@kernel.org 4885S: Maintained 4886 4887STAGING SUBSYSTEM 4888M: Greg Kroah-Hartman <gregkh@suse.de> 4889T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 4890L: devel@driverdev.osuosl.org 4891S: Maintained 4892F: drivers/staging/ 4893 4894STARFIRE/DURALAN NETWORK DRIVER 4895M: Ion Badulescu <ionut@badula.org> 4896S: Odd Fixes 4897F: drivers/net/starfire* 4898 4899STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 4900S: Orphan 4901F: drivers/net/wireless/strip.c 4902F: include/linux/if_strip.h 4903 4904STRADIS MPEG-2 DECODER DRIVER 4905M: Nathan Laredo <laredo@gnu.org> 4906W: http://www.stradis.com/ 4907S: Maintained 4908F: drivers/media/video/stradis.c 4909 4910SUN3/3X 4911M: Sam Creasey <sammy@sammy.net> 4912W: http://sammy.net/sun3/ 4913S: Maintained 4914F: arch/m68k/kernel/*sun3* 4915F: arch/m68k/sun3*/ 4916F: arch/m68k/include/asm/sun3* 4917 4918SUPERH 4919M: Paul Mundt <lethal@linux-sh.org> 4920L: linux-sh@vger.kernel.org 4921W: http://www.linux-sh.org 4922T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git 4923S: Supported 4924F: Documentation/sh/ 4925F: arch/sh/ 4926F: drivers/sh/ 4927 4928SUSPEND TO RAM 4929M: Len Brown <len.brown@intel.com> 4930M: Pavel Machek <pavel@ucw.cz> 4931M: "Rafael J. Wysocki" <rjw@sisk.pl> 4932L: linux-pm@lists.linux-foundation.org 4933S: Supported 4934F: Documentation/power/ 4935F: arch/x86/kernel/acpi/ 4936F: drivers/base/power/ 4937F: kernel/power/ 4938F: include/linux/suspend.h 4939F: include/linux/freezer.h 4940F: include/linux/pm.h 4941 4942SVGA HANDLING 4943M: Martin Mares <mj@ucw.cz> 4944L: linux-video@atrey.karlin.mff.cuni.cz 4945S: Maintained 4946F: Documentation/svga.txt 4947F: arch/x86/boot/video* 4948 4949SYSV FILESYSTEM 4950M: Christoph Hellwig <hch@infradead.org> 4951S: Maintained 4952F: Documentation/filesystems/sysv-fs.txt 4953F: fs/sysv/ 4954F: include/linux/sysv_fs.h 4955 4956TASKSTATS STATISTICS INTERFACE 4957M: Balbir Singh <balbir@linux.vnet.ibm.com> 4958S: Maintained 4959F: Documentation/accounting/taskstats* 4960F: include/linux/taskstats* 4961F: kernel/taskstats.c 4962 4963TC CLASSIFIER 4964M: Jamal Hadi Salim <hadi@cyberus.ca> 4965L: netdev@vger.kernel.org 4966S: Maintained 4967F: include/linux/pkt_cls.h 4968F: include/net/pkt_cls.h 4969F: net/sched/ 4970 4971TCP LOW PRIORITY MODULE 4972M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> 4973M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> 4974W: http://tcp-lp-mod.sourceforge.net/ 4975S: Maintained 4976F: net/ipv4/tcp_lp.c 4977 4978TEHUTI ETHERNET DRIVER 4979M: Alexander Indenbaum <baum@tehutinetworks.net> 4980M: Andy Gospodarek <andy@greyhouse.net> 4981L: netdev@vger.kernel.org 4982S: Supported 4983F: drivers/net/tehuti* 4984 4985Telecom Clock Driver for MCPL0010 4986M: Mark Gross <mark.gross@intel.com> 4987S: Supported 4988F: drivers/char/tlclk.c 4989 4990TENSILICA XTENSA PORT (xtensa) 4991M: Chris Zankel <chris@zankel.net> 4992S: Maintained 4993F: arch/xtensa/ 4994 4995THINKPAD ACPI EXTRAS DRIVER 4996M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> 4997L: ibm-acpi-devel@lists.sourceforge.net 4998W: http://ibm-acpi.sourceforge.net 4999W: http://thinkwiki.org/wiki/Ibm-acpi 5000T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 5001S: Maintained 5002F: drivers/platform/x86/thinkpad_acpi.c 5003 5004TI FLASH MEDIA INTERFACE DRIVER 5005M: Alex Dubov <oakad@yahoo.com> 5006S: Maintained 5007F: drivers/misc/tifm* 5008F: drivers/mmc/host/tifm_sd.c 5009F: include/linux/tifm.h 5010 5011TI TWL4030 SERIES SOC CODEC DRIVER 5012M: Peter Ujfalusi <peter.ujfalusi@nokia.com> 5013L: alsa-devel@alsa-project.org (moderated for non-subscribers) 5014S: Maintained 5015F: sound/soc/codecs/twl4030* 5016 5017TIPC NETWORK LAYER 5018M: Per Liden <per.liden@ericsson.com> 5019M: Jon Maloy <jon.maloy@ericsson.com> 5020M: Allan Stephens <allan.stephens@windriver.com> 5021L: tipc-discussion@lists.sourceforge.net 5022W: http://tipc.sourceforge.net/ 5023W: http://tipc.cslab.ericsson.net/ 5024T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git 5025S: Maintained 5026F: include/linux/tipc*.h 5027F: include/net/tipc/ 5028F: net/tipc/ 5029 5030TLAN NETWORK DRIVER 5031M: Samuel Chessman <chessman@tux.org> 5032L: tlan-devel@lists.sourceforge.net (subscribers-only) 5033W: http://sourceforge.net/projects/tlan/ 5034S: Maintained 5035F: Documentation/networking/tlan.txt 5036F: drivers/net/tlan.* 5037 5038TOMOYO SECURITY MODULE 5039M: Kentaro Takeda <takedakn@nttdata.co.jp> 5040M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> 5041L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) 5042L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 5043L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 5044W: http://tomoyo.sourceforge.jp/ 5045T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ 5046S: Maintained 5047F: security/tomoyo/ 5048 5049TOSHIBA ACPI EXTRAS DRIVER 5050S: Orphan 5051F: drivers/platform/x86/toshiba_acpi.c 5052 5053TOSHIBA SMM DRIVER 5054M: Jonathan Buzzard <jonathan@buzzard.org.uk> 5055L: tlinux-users@tce.toshiba-dme.co.jp 5056W: http://www.buzzard.org.uk/toshiba/ 5057S: Maintained 5058F: drivers/char/toshiba.c 5059F: include/linux/toshiba.h 5060 5061TMIO MMC DRIVER 5062M: Ian Molton <ian@mnementh.co.uk> 5063S: Maintained 5064F: drivers/mmc/host/tmio_mmc.* 5065 5066TMPFS (SHMEM FILESYSTEM) 5067M: Hugh Dickins <hugh.dickins@tiscali.co.uk> 5068L: linux-mm@kvack.org 5069S: Maintained 5070F: include/linux/shmem_fs.h 5071F: mm/shmem.c 5072 5073TPM DEVICE DRIVER 5074M: Debora Velarde <debora@linux.vnet.ibm.com> 5075M: Rajiv Andrade <srajiv@linux.vnet.ibm.com> 5076W: http://tpmdd.sourceforge.net 5077M: Marcel Selhorst <m.selhorst@sirrix.com> 5078W: http://www.sirrix.com 5079L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 5080S: Maintained 5081F: drivers/char/tpm/ 5082 5083TRIVIAL PATCHES 5084M: Jiri Kosina <trivial@kernel.org> 5085T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 5086S: Maintained 5087 5088TTY LAYER 5089M: Greg Kroah-Hartman <gregkh@suse.de> 5090S: Maintained 5091T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5092F: drivers/char/tty_* 5093F: drivers/serial/serial_core.c 5094F: include/linux/serial_core.h 5095F: include/linux/serial.h 5096F: include/linux/tty.h 5097 5098TULIP NETWORK DRIVERS 5099M: Grant Grundler <grundler@parisc-linux.org> 5100M: Kyle McMartin <kyle@mcmartin.ca> 5101L: netdev@vger.kernel.org 5102S: Maintained 5103F: drivers/net/tulip/ 5104 5105TUN/TAP driver 5106M: Maxim Krasnyansky <maxk@qualcomm.com> 5107L: vtun@office.satix.net 5108W: http://vtun.sourceforge.net/tun 5109S: Maintained 5110F: Documentation/networking/tuntap.txt 5111F: arch/um/os-Linux/drivers/ 5112 5113TURBOCHANNEL SUBSYSTEM 5114M: "Maciej W. Rozycki" <macro@linux-mips.org> 5115S: Maintained 5116F: drivers/tc/ 5117F: include/linux/tc.h 5118 5119U14-34F SCSI DRIVER 5120M: Dario Ballabio <ballabio_dario@emc.com> 5121L: linux-scsi@vger.kernel.org 5122S: Maintained 5123F: drivers/scsi/u14-34f.c 5124 5125UBI FILE SYSTEM (UBIFS) 5126M: Artem Bityutskiy <dedekind@infradead.org> 5127M: Adrian Hunter <adrian.hunter@nokia.com> 5128L: linux-mtd@lists.infradead.org 5129T: git git://git.infradead.org/ubifs-2.6.git 5130W: http://www.linux-mtd.infradead.org/doc/ubifs.html 5131S: Maintained 5132F: Documentation/filesystems/ubifs.txt 5133F: fs/ubifs/ 5134 5135UCLINUX (AND M68KNOMMU) 5136M: Greg Ungerer <gerg@uclinux.org> 5137W: http://www.uclinux.org/ 5138L: uclinux-dev@uclinux.org (subscribers-only) 5139S: Maintained 5140F: arch/m68knommu/ 5141 5142UCLINUX FOR RENESAS H8/300 (H8300) 5143M: Yoshinori Sato <ysato@users.sourceforge.jp> 5144W: http://uclinux-h8.sourceforge.jp/ 5145S: Supported 5146 5147UDF FILESYSTEM 5148M: Jan Kara <jack@suse.cz> 5149W: http://linux-udf.sourceforge.net 5150S: Maintained 5151F: Documentation/filesystems/udf.txt 5152F: fs/udf/ 5153 5154UFS FILESYSTEM 5155M: Evgeniy Dushistov <dushistov@mail.ru> 5156S: Maintained 5157F: Documentation/filesystems/ufs.txt 5158F: fs/ufs/ 5159 5160ULTRA-WIDEBAND (UWB) SUBSYSTEM: 5161M: David Vrabel <david.vrabel@csr.com> 5162L: linux-usb@vger.kernel.org 5163S: Supported 5164F: drivers/uwb/* 5165F: include/linux/uwb.h 5166F: include/linux/uwb/ 5167 5168UNIFORM CDROM DRIVER 5169M: Jens Axboe <axboe@kernel.dk> 5170W: http://www.kernel.dk 5171S: Maintained 5172F: Documentation/cdrom/ 5173F: drivers/cdrom/cdrom.c 5174F: include/linux/cdrom.h 5175 5176UNSORTED BLOCK IMAGES (UBI) 5177M: Artem Bityutskiy <dedekind@infradead.org> 5178W: http://www.linux-mtd.infradead.org/ 5179L: linux-mtd@lists.infradead.org 5180T: git git://git.infradead.org/ubi-2.6.git 5181S: Maintained 5182F: drivers/mtd/ubi/ 5183F: include/linux/mtd/ubi.h 5184F: include/mtd/ubi-user.h 5185 5186USB ACM DRIVER 5187M: Oliver Neukum <oliver@neukum.name> 5188L: linux-usb@vger.kernel.org 5189S: Maintained 5190F: Documentation/usb/acm.txt 5191F: drivers/usb/class/cdc-acm.* 5192 5193USB BLOCK DRIVER (UB ub) 5194M: Pete Zaitcev <zaitcev@redhat.com> 5195L: linux-usb@vger.kernel.org 5196S: Supported 5197F: drivers/block/ub.c 5198 5199USB CDC ETHERNET DRIVER 5200M: Greg Kroah-Hartman <greg@kroah.com> 5201L: linux-usb@vger.kernel.org 5202S: Maintained 5203W: http://www.kroah.com/linux-usb/ 5204F: drivers/net/usb/cdc_*.c 5205F: include/linux/usb/cdc.h 5206 5207USB CYPRESS C67X00 DRIVER 5208M: Peter Korsgaard <jacmet@sunsite.dk> 5209L: linux-usb@vger.kernel.org 5210S: Maintained 5211F: drivers/usb/c67x00/ 5212 5213USB DAVICOM DM9601 DRIVER 5214M: Peter Korsgaard <jacmet@sunsite.dk> 5215L: netdev@vger.kernel.org 5216W: http://www.linux-usb.org/usbnet 5217S: Maintained 5218F: drivers/net/usb/dm9601.c 5219 5220USB DIAMOND RIO500 DRIVER 5221M: Cesar Miquel <miquel@df.uba.ar> 5222L: rio500-users@lists.sourceforge.net 5223W: http://rio500.sourceforge.net 5224S: Maintained 5225F: drivers/usb/misc/rio500* 5226 5227USB EHCI DRIVER 5228M: David Brownell <dbrownell@users.sourceforge.net> 5229L: linux-usb@vger.kernel.org 5230S: Odd Fixes 5231F: Documentation/usb/ehci.txt 5232F: drivers/usb/host/ehci* 5233 5234USB ET61X[12]51 DRIVER 5235M: Luca Risolia <luca.risolia@studio.unibo.it> 5236L: linux-usb@vger.kernel.org 5237L: linux-media@vger.kernel.org 5238T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5239W: http://www.linux-projects.org 5240S: Maintained 5241F: drivers/media/video/et61x251/ 5242 5243USB GADGET/PERIPHERAL SUBSYSTEM 5244M: David Brownell <dbrownell@users.sourceforge.net> 5245L: linux-usb@vger.kernel.org 5246W: http://www.linux-usb.org/gadget 5247S: Maintained 5248F: drivers/usb/gadget/ 5249F: include/linux/usb/gadget* 5250 5251USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 5252M: Jiri Kosina <jkosina@suse.cz> 5253L: linux-usb@vger.kernel.org 5254T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 5255S: Maintained 5256F: Documentation/usb/hiddev.txt 5257F: drivers/hid/usbhid/ 5258 5259USB ISP116X DRIVER 5260M: Olav Kongas <ok@artecdesign.ee> 5261L: linux-usb@vger.kernel.org 5262S: Maintained 5263F: drivers/usb/host/isp116x* 5264F: include/linux/usb/isp116x.h 5265 5266USB KAWASAKI LSI DRIVER 5267M: Oliver Neukum <oliver@neukum.name> 5268L: linux-usb@vger.kernel.org 5269S: Maintained 5270F: drivers/usb/serial/kl5kusb105.* 5271 5272USB MASS STORAGE DRIVER 5273M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> 5274L: linux-usb@vger.kernel.org 5275L: usb-storage@lists.one-eyed-alien.net 5276S: Maintained 5277W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 5278F: drivers/usb/storage/ 5279 5280USB OHCI DRIVER 5281M: David Brownell <dbrownell@users.sourceforge.net> 5282L: linux-usb@vger.kernel.org 5283S: Odd Fixes 5284F: Documentation/usb/ohci.txt 5285F: drivers/usb/host/ohci* 5286 5287USB OPTION-CARD DRIVER 5288M: Matthias Urlichs <smurf@smurf.noris.de> 5289L: linux-usb@vger.kernel.org 5290S: Maintained 5291F: drivers/usb/serial/option.c 5292 5293USB OV511 DRIVER 5294M: Mark McClelland <mmcclell@bigfoot.com> 5295L: linux-usb@vger.kernel.org 5296W: http://alpha.dyndns.org/ov511/ 5297S: Maintained 5298F: drivers/media/video/ov511.* 5299 5300USB PEGASUS DRIVER 5301M: Petko Manolov <petkan@users.sourceforge.net> 5302L: linux-usb@vger.kernel.org 5303L: netdev@vger.kernel.org 5304W: http://pegasus2.sourceforge.net/ 5305S: Maintained 5306F: drivers/net/usb/pegasus.* 5307 5308USB PRINTER DRIVER (usblp) 5309M: Pete Zaitcev <zaitcev@redhat.com> 5310L: linux-usb@vger.kernel.org 5311S: Supported 5312F: drivers/usb/class/usblp.c 5313 5314USB RTL8150 DRIVER 5315M: Petko Manolov <petkan@users.sourceforge.net> 5316L: linux-usb@vger.kernel.org 5317L: netdev@vger.kernel.org 5318W: http://pegasus2.sourceforge.net/ 5319S: Maintained 5320F: drivers/net/usb/rtl8150.c 5321 5322USB SE401 DRIVER 5323M: Jeroen Vreeken <pe1rxq@amsat.org> 5324L: linux-usb@vger.kernel.org 5325W: http://www.chello.nl/~j.vreeken/se401/ 5326S: Maintained 5327F: Documentation/video4linux/se401.txt 5328F: drivers/media/video/se401.* 5329 5330USB SERIAL BELKIN F5U103 DRIVER 5331M: William Greathouse <wgreathouse@smva.com> 5332L: linux-usb@vger.kernel.org 5333S: Maintained 5334F: drivers/usb/serial/belkin_sa.* 5335 5336USB SERIAL CYPRESS M8 DRIVER 5337M: Lonnie Mendez <dignome@gmail.com> 5338L: linux-usb@vger.kernel.org 5339S: Maintained 5340W: http://geocities.com/i0xox0i 5341W: http://firstlight.net/cvs 5342F: drivers/usb/serial/cypress_m8.* 5343 5344USB SERIAL CYBERJACK DRIVER 5345M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> 5346W: http://www.reiner-sct.de/support/treiber_cyberjack.php 5347S: Maintained 5348F: drivers/usb/serial/cyberjack.c 5349 5350USB SERIAL DIGI ACCELEPORT DRIVER 5351M: Peter Berger <pberger@brimson.com> 5352M: Al Borchers <alborchers@steinerpoint.com> 5353L: linux-usb@vger.kernel.org 5354S: Maintained 5355F: drivers/usb/serial/digi_acceleport.c 5356 5357USB SERIAL DRIVER 5358M: Greg Kroah-Hartman <gregkh@suse.de> 5359L: linux-usb@vger.kernel.org 5360S: Supported 5361F: Documentation/usb/usb-serial.txt 5362F: drivers/usb/serial/generic.c 5363F: drivers/usb/serial/usb-serial.c 5364F: include/linux/usb/serial.h 5365 5366USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 5367M: Gary Brubaker <xavyer@ix.netcom.com> 5368L: linux-usb@vger.kernel.org 5369S: Maintained 5370F: drivers/usb/serial/empeg.c 5371 5372USB SERIAL KEYSPAN DRIVER 5373M: Greg Kroah-Hartman <greg@kroah.com> 5374L: linux-usb@vger.kernel.org 5375W: http://www.kroah.com/linux/ 5376S: Maintained 5377F: drivers/usb/serial/*keyspan* 5378 5379USB SERIAL WHITEHEAT DRIVER 5380M: Support Department <support@connecttech.com> 5381L: linux-usb@vger.kernel.org 5382W: http://www.connecttech.com 5383S: Supported 5384F: drivers/usb/serial/whiteheat* 5385 5386USB SMSC95XX ETHERNET DRIVER 5387M: Steve Glendinning <steve.glendinning@smsc.com> 5388L: netdev@vger.kernel.org 5389S: Supported 5390F: drivers/net/usb/smsc95xx.* 5391 5392USB SN9C1xx DRIVER 5393M: Luca Risolia <luca.risolia@studio.unibo.it> 5394L: linux-usb@vger.kernel.org 5395L: linux-media@vger.kernel.org 5396T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5397W: http://www.linux-projects.org 5398S: Maintained 5399F: Documentation/video4linux/sn9c102.txt 5400F: drivers/media/video/sn9c102/ 5401 5402USB SUBSYSTEM 5403M: Greg Kroah-Hartman <gregkh@suse.de> 5404L: linux-usb@vger.kernel.org 5405W: http://www.linux-usb.org 5406T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5407S: Supported 5408F: Documentation/usb/ 5409F: drivers/net/usb/ 5410F: drivers/usb/ 5411F: include/linux/usb.h 5412F: include/linux/usb/ 5413 5414USB UHCI DRIVER 5415M: Alan Stern <stern@rowland.harvard.edu> 5416L: linux-usb@vger.kernel.org 5417S: Maintained 5418F: drivers/usb/host/uhci* 5419 5420USB "USBNET" DRIVER FRAMEWORK 5421M: David Brownell <dbrownell@users.sourceforge.net> 5422L: netdev@vger.kernel.org 5423W: http://www.linux-usb.org/usbnet 5424S: Maintained 5425F: drivers/net/usb/usbnet.c 5426F: include/linux/usb/usbnet.h 5427 5428USB VIDEO CLASS 5429M: Laurent Pinchart <laurent.pinchart@skynet.be> 5430L: linux-uvc-devel@lists.berlios.de (subscribers-only) 5431L: linux-media@vger.kernel.org 5432T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5433W: http://linux-uvc.berlios.de 5434S: Maintained 5435F: drivers/media/video/uvc/ 5436 5437USB W996[87]CF DRIVER 5438M: Luca Risolia <luca.risolia@studio.unibo.it> 5439L: linux-usb@vger.kernel.org 5440L: linux-media@vger.kernel.org 5441T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5442W: http://www.linux-projects.org 5443S: Maintained 5444F: Documentation/video4linux/w9968cf.txt 5445F: drivers/media/video/w996* 5446 5447USB WIRELESS RNDIS DRIVER (rndis_wlan) 5448M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 5449L: linux-wireless@vger.kernel.org 5450S: Maintained 5451F: drivers/net/wireless/rndis_wlan.c 5452 5453USB XHCI DRIVER 5454M: Sarah Sharp <sarah.a.sharp@intel.com> 5455L: linux-usb@vger.kernel.org 5456S: Supported 5457 5458USB ZC0301 DRIVER 5459M: Luca Risolia <luca.risolia@studio.unibo.it> 5460L: linux-usb@vger.kernel.org 5461L: linux-media@vger.kernel.org 5462T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5463W: http://www.linux-projects.org 5464S: Maintained 5465F: Documentation/video4linux/zc0301.txt 5466F: drivers/media/video/zc0301/ 5467 5468USB ZD1201 DRIVER 5469M: Jeroen Vreeken <pe1rxq@amsat.org> 5470L: linux-usb@vger.kernel.org 5471W: http://linux-lc100020.sourceforge.net 5472S: Maintained 5473F: drivers/net/wireless/zd1201.* 5474 5475USB ZR364XX DRIVER 5476M: Antoine Jacquet <royale@zerezo.com> 5477L: linux-usb@vger.kernel.org 5478L: linux-media@vger.kernel.org 5479T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5480W: http://royale.zerezo.com/zr364xx/ 5481S: Maintained 5482F: Documentation/video4linux/zr364xx.txt 5483F: drivers/media/video/zr364xx.c 5484 5485USER-MODE LINUX (UML) 5486M: Jeff Dike <jdike@addtoit.com> 5487L: user-mode-linux-devel@lists.sourceforge.net 5488L: user-mode-linux-user@lists.sourceforge.net 5489W: http://user-mode-linux.sourceforge.net 5490S: Maintained 5491F: Documentation/uml/ 5492F: arch/um/ 5493F: fs/hostfs/ 5494F: fs/hppfs/ 5495 5496USERSPACE I/O (UIO) 5497M: "Hans J. Koch" <hjk@linutronix.de> 5498M: Greg Kroah-Hartman <gregkh@suse.de> 5499S: Maintained 5500F: Documentation/DocBook/uio-howto.tmpl 5501F: drivers/uio/ 5502F: include/linux/uio*.h 5503 5504UTIL-LINUX-NG PACKAGE 5505M: Karel Zak <kzak@redhat.com> 5506L: util-linux-ng@vger.kernel.org 5507W: http://kernel.org/~kzak/util-linux-ng/ 5508T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git 5509S: Maintained 5510 5511UVESAFB DRIVER 5512M: Michal Januszewski <spock@gentoo.org> 5513L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5514W: http://dev.gentoo.org/~spock/projects/uvesafb/ 5515S: Maintained 5516F: Documentation/fb/uvesafb.txt 5517F: drivers/video/uvesafb.* 5518 5519VFAT/FAT/MSDOS FILESYSTEM 5520M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> 5521S: Maintained 5522F: Documentation/filesystems/vfat.txt 5523F: fs/fat/ 5524 5525VIA RHINE NETWORK DRIVER 5526M: Roger Luethi <rl@hellgate.ch> 5527S: Maintained 5528F: drivers/net/via-rhine.c 5529 5530VIAPRO SMBUS DRIVER 5531M: Jean Delvare <khali@linux-fr.org> 5532L: linux-i2c@vger.kernel.org 5533S: Maintained 5534F: Documentation/i2c/busses/i2c-viapro 5535F: drivers/i2c/busses/i2c-viapro.c 5536 5537VIA SD/MMC CARD CONTROLLER DRIVER 5538M: Joseph Chan <JosephChan@via.com.tw> 5539M: Harald Welte <HaraldWelte@viatech.com> 5540S: Maintained 5541F: drivers/mmc/host/via-sdmmc.c 5542 5543VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 5544M: Joseph Chan <JosephChan@via.com.tw> 5545M: Scott Fang <ScottFang@viatech.com.cn> 5546L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 5547S: Maintained 5548F: drivers/video/via/ 5549 5550VIA VELOCITY NETWORK DRIVER 5551M: Francois Romieu <romieu@fr.zoreil.com> 5552L: netdev@vger.kernel.org 5553S: Maintained 5554F: drivers/net/via-velocity.* 5555 5556VLAN (802.1Q) 5557M: Patrick McHardy <kaber@trash.net> 5558L: netdev@vger.kernel.org 5559S: Maintained 5560F: drivers/net/macvlan.c 5561F: include/linux/if_*vlan.h 5562F: net/8021q/ 5563 5564VLYNQ BUS 5565M: Florian Fainelli <florian@openwrt.org> 5566L: openwrt-devel@lists.openwrt.org 5567S: Maintained 5568F: drivers/vlynq/vlynq.c 5569F: include/linux/vlynq.h 5570 5571VOLTAGE AND CURRENT REGULATOR FRAMEWORK 5572M: Liam Girdwood <lrg@slimlogic.co.uk> 5573M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5574W: http://opensource.wolfsonmicro.com/node/15 5575W: http://www.slimlogic.co.uk/?p=48 5576T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git 5577S: Supported 5578F: drivers/regulator/ 5579F: include/linux/regulator/ 5580 5581VT1211 HARDWARE MONITOR DRIVER 5582M: Juerg Haefliger <juergh@gmail.com> 5583L: lm-sensors@lm-sensors.org 5584S: Maintained 5585F: Documentation/hwmon/vt1211 5586F: drivers/hwmon/vt1211.c 5587 5588VT8231 HARDWARE MONITOR DRIVER 5589M: Roger Lucas <vt8231@hiddenengine.co.uk> 5590L: lm-sensors@lm-sensors.org 5591S: Maintained 5592F: drivers/hwmon/vt8231.c 5593 5594W1 DALLAS'S 1-WIRE BUS 5595M: Evgeniy Polyakov <johnpol@2ka.mipt.ru> 5596S: Maintained 5597F: Documentation/w1/ 5598F: drivers/w1/ 5599 5600W83791D HARDWARE MONITORING DRIVER 5601M: Marc Hulsman <m.hulsman@tudelft.nl> 5602L: lm-sensors@lm-sensors.org 5603S: Maintained 5604F: Documentation/hwmon/w83791d 5605F: drivers/hwmon/w83791d.c 5606 5607W83793 HARDWARE MONITORING DRIVER 5608M: Rudolf Marek <r.marek@assembler.cz> 5609L: lm-sensors@lm-sensors.org 5610S: Maintained 5611F: Documentation/hwmon/w83793 5612F: drivers/hwmon/w83793.c 5613 5614W83L51xD SD/MMC CARD INTERFACE DRIVER 5615M: Pierre Ossman <pierre@ossman.eu> 5616S: Maintained 5617F: drivers/mmc/host/wbsd.* 5618 5619WATCHDOG DEVICE DRIVERS 5620M: Wim Van Sebroeck <wim@iguana.be> 5621T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 5622S: Maintained 5623F: Documentation/watchdog/ 5624F: drivers/watchdog/ 5625F: include/linux/watchdog.h 5626 5627WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 5628M: Jean Tourrilhes <jt@hpl.hp.com> 5629L: linux-wireless@vger.kernel.org 5630W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 5631S: Maintained 5632F: Documentation/networking/wavelan.txt 5633F: drivers/net/wireless/wavelan* 5634 5635WD7000 SCSI DRIVER 5636M: Miroslav Zagorac <zaga@fly.cc.fer.hr> 5637L: linux-scsi@vger.kernel.org 5638S: Maintained 5639F: drivers/scsi/wd7000.c 5640 5641WIMAX STACK 5642M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 5643M: linux-wimax@intel.com 5644L: wimax@linuxwimax.org 5645S: Supported 5646W: http://linuxwimax.org 5647 5648WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM 5649M: David Vrabel <david.vrabel@csr.com> 5650S: Maintained 5651F: include/linux/wlp.h 5652F: drivers/uwb/wlp/ 5653 5654WISTRON LAPTOP BUTTON DRIVER 5655M: Miloslav Trmac <mitr@volny.cz> 5656S: Maintained 5657F: drivers/input/misc/wistron_btns.c 5658 5659WL1251 WIRELESS DRIVER 5660P: Kalle Valo 5661M: kalle.valo@nokia.com 5662L: linux-wireless@vger.kernel.org 5663W: http://wireless.kernel.org 5664T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5665S: Maintained 5666F: drivers/net/wireless/wl12xx/* 5667X: drivers/net/wireless/wl12xx/wl1271* 5668 5669WL1271 WIRELESS DRIVER 5670M: Luciano Coelho <luciano.coelho@nokia.com> 5671L: linux-wireless@vger.kernel.org 5672W: http://wireless.kernel.org 5673T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 5674S: Maintained 5675F: drivers/net/wireless/wl12xx/wl1271* 5676 5677WL3501 WIRELESS PCMCIA CARD DRIVER 5678M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 5679L: linux-wireless@vger.kernel.org 5680W: http://oops.ghostprotocols.net:81/blog 5681S: Maintained 5682F: drivers/net/wireless/wl3501* 5683 5684WM97XX TOUCHSCREEN DRIVERS 5685M: Mark Brown <broonie@opensource.wolfsonmicro.com> 5686M: Liam Girdwood <lrg@slimlogic.co.uk> 5687L: linux-input@vger.kernel.org 5688T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 5689W: http://opensource.wolfsonmicro.com/node/7 5690S: Supported 5691F: drivers/input/touchscreen/*wm97* 5692F: include/linux/wm97xx.h 5693 5694WOLFSON MICROELECTRONICS PMIC DRIVERS 5695P: Mark Brown 5696M: broonie@opensource.wolfsonmicro.com 5697L: linux-kernel@vger.kernel.org 5698T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus 5699W: http://opensource.wolfsonmicro.com/node/8 5700S: Supported 5701F: drivers/leds/leds-wm83*.c 5702F: drivers/mfd/wm8*.c 5703F: drivers/power/wm83*.c 5704F: drivers/rtc/rtc-wm83*.c 5705F: drivers/regulator/wm8*.c 5706F: drivers/video/backlight/wm83*_bl.c 5707F: drivers/watchdog/wm83*_wdt.c 5708F: include/linux/mfd/wm831x/ 5709F: include/linux/mfd/wm8350/ 5710F: include/linux/mfd/wm8400/ 5711F: sound/soc/codecs/wm8350.c 5712F: sound/soc/codecs/wm8400.c 5713 5714X.25 NETWORK LAYER 5715M: Henner Eisen <eis@baty.hanse.de> 5716L: linux-x25@vger.kernel.org 5717S: Maintained 5718F: Documentation/networking/x25* 5719F: include/net/x25* 5720F: net/x25/ 5721 5722X86 ARCHITECTURE (32-BIT AND 64-BIT) 5723M: Thomas Gleixner <tglx@linutronix.de> 5724M: Ingo Molnar <mingo@redhat.com> 5725M: "H. Peter Anvin" <hpa@zytor.com> 5726M: x86@kernel.org 5727T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 5728S: Maintained 5729F: Documentation/x86/ 5730F: arch/x86/ 5731 5732XEN HYPERVISOR INTERFACE 5733M: Jeremy Fitzhardinge <jeremy@xensource.com> 5734M: Chris Wright <chrisw@sous-sol.org> 5735L: virtualization@lists.osdl.org 5736L: xen-devel@lists.xensource.com 5737S: Supported 5738F: arch/x86/xen/ 5739F: drivers/*/xen-*front.c 5740F: drivers/xen/ 5741F: arch/x86/include/asm/xen/ 5742F: include/xen/ 5743 5744XFS FILESYSTEM 5745P: Silicon Graphics Inc 5746M: Alex Elder <aelder@sgi.com> 5747M: xfs-masters@oss.sgi.com 5748L: xfs@oss.sgi.com 5749W: http://oss.sgi.com/projects/xfs 5750T: git git://oss.sgi.com/xfs/xfs.git 5751S: Supported 5752F: Documentation/filesystems/xfs.txt 5753F: fs/xfs/ 5754 5755XILINX SYSTEMACE DRIVER 5756M: Grant Likely <grant.likely@secretlab.ca> 5757W: http://www.secretlab.ca/ 5758S: Maintained 5759F: drivers/block/xsysace.c 5760 5761XILINX UARTLITE SERIAL DRIVER 5762M: Peter Korsgaard <jacmet@sunsite.dk> 5763L: linux-serial@vger.kernel.org 5764S: Maintained 5765F: drivers/serial/uartlite.c 5766 5767YAM DRIVER FOR AX.25 5768M: Jean-Paul Roubelat <jpr@f6fbb.org> 5769L: linux-hams@vger.kernel.org 5770S: Maintained 5771F: drivers/net/hamradio/yam* 5772F: include/linux/yam.h 5773 5774YEALINK PHONE DRIVER 5775M: Henk Vergonet <Henk.Vergonet@gmail.com> 5776L: usbb2k-api-dev@nongnu.org 5777S: Maintained 5778F: Documentation/input/yealink.txt 5779F: drivers/input/misc/yealink.* 5780 5781Z8530 DRIVER FOR AX.25 5782M: Joerg Reuter <jreuter@yaina.de> 5783W: http://yaina.de/jreuter/ 5784W: http://www.qsl.net/dl1bke/ 5785L: linux-hams@vger.kernel.org 5786S: Maintained 5787F: Documentation/networking/z8530drv.txt 5788F: drivers/net/hamradio/*scc.c 5789F: drivers/net/hamradio/z8530.h 5790 5791ZD1211RW WIRELESS DRIVER 5792M: Daniel Drake <dsd@gentoo.org> 5793M: Ulrich Kunitz <kune@deine-taler.de> 5794W: http://zd1211.ath.cx/wiki/DriverRewrite 5795L: linux-wireless@vger.kernel.org 5796L: zd1211-devs@lists.sourceforge.net (subscribers-only) 5797S: Maintained 5798F: drivers/net/wireless/zd1211rw/ 5799 5800ZR36067 VIDEO FOR LINUX DRIVER 5801L: mjpeg-users@lists.sourceforge.net 5802L: linux-media@vger.kernel.org 5803W: http://mjpeg.sourceforge.net/driver-zoran/ 5804T: Mercurial http://linuxtv.org/hg/v4l-dvb 5805S: Odd Fixes 5806F: drivers/media/video/zoran/ 5807 5808ZS DECSTATION Z85C30 SERIAL DRIVER 5809M: "Maciej W. Rozycki" <macro@linux-mips.org> 5810S: Maintained 5811F: drivers/serial/zs.* 5812 5813THE REST 5814M: Linus Torvalds <torvalds@linux-foundation.org> 5815L: linux-kernel@vger.kernel.org 5816T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 5817S: Buried alive in reporters 5818F: * 5819F: */ 5820