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