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