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