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