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