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