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