From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001
From: Yuval Adam <_@yuv.al>
Date: Wed, 30 Aug 2017 08:25:59 +0000
Subject: Initial file dump from open source release
---
MAINTAINERS | 9246 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 9246 insertions(+)
create mode 100644 MAINTAINERS
(limited to 'MAINTAINERS')
diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 00000000..8a8a48b3
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,9246 @@
+
+
+ List of maintainers and how to submit kernel changes
+
+Please try to follow the guidelines below. This will make things
+easier on the maintainers. Not all of these guidelines matter for every
+trivial patch so apply some common sense.
+
+1. Always _test_ your changes, however small, on at least 4 or
+ 5 people, preferably many more.
+
+2. Try to release a few ALPHA test versions to the net. Announce
+ them onto the kernel channel and await results. This is especially
+ important for device drivers, because often that's the only way
+ you will find things like the fact version 3 firmware needs
+ a magic fix you didn't know about, or some clown changed the
+ chips on a board and not its name. (Don't laugh! Look at the
+ SMC etherpower for that.)
+
+3. Make sure your changes compile correctly in multiple
+ configurations. In particular check that changes work both as a
+ module and built into the kernel.
+
+4. When you are happy with a change make it generally available for
+ testing and await feedback.
+
+5. Make a patch available to the relevant maintainer in the list. Use
+ 'diff -u' to make the patch easy to merge. Be prepared to get your
+ changes sent back with seemingly silly requests about formatting
+ and variable names. These aren't as silly as they seem. One
+ job the maintainers (and especially Linus) do is to keep things
+ looking the same. Sometimes this means that the clever hack in
+ your driver to get around a problem actually needs to become a
+ generalized kernel feature ready for next time.
+
+ PLEASE check your patch with the automated style checker
+ (scripts/checkpatch.pl) to catch trival style violations.
+ See Documentation/CodingStyle for guidance here.
+
+ PLEASE CC: the maintainers and mailing lists that are generated
+ by scripts/get_maintainer.pl. The results returned by the
+ script will be best if you have git installed and are making
+ your changes in a branch derived from Linus' latest git tree.
+ See Documentation/SubmittingPatches for details.
+
+ PLEASE try to include any credit lines you want added with the
+ patch. It avoids people being missed off by mistake and makes
+ it easier to know who wants adding and who doesn't.
+
+ PLEASE document known bugs. If it doesn't work for everything
+ or does something very odd once a month document it.
+
+ PLEASE remember that submissions must be made under the terms
+ of the OSDL certificate of contribution and should include a
+ Signed-off-by: line. The current version of this "Developer's
+ Certificate of Origin" (DCO) is listed in the file
+ Documentation/SubmittingPatches.
+
+6. Make sure you have the right to send any changes you make. If you
+ do changes at work you may find your employer owns the patch
+ not you.
+
+7. When sending security related changes or reports to a maintainer
+ please Cc: security@kernel.org, especially if the maintainer
+ does not respond.
+
+8. Happy hacking.
+
+Descriptions of section entries:
+
+ P: Person (obsolete)
+ M: Mail patches to: FullName
+ L: Mailing list that is relevant to this area
+ W: Web-page with status/info
+ Q: Patchwork web based patch tracking system site
+ T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
+ S: Status, one of the following:
+ Supported: Someone is actually paid to look after this.
+ Maintained: Someone actually looks after it.
+ Odd Fixes: It has a maintainer but they don't have time to do
+ much other than throw the odd patch in. See below..
+ Orphan: No current maintainer [but maybe you could take the
+ role as you write your new code].
+ Obsolete: Old code. Something tagged obsolete generally means
+ it has been replaced by a better system and you
+ should be using that.
+ F: Files and directories with wildcard patterns.
+ A trailing slash includes all files and subdirectory files.
+ F: drivers/net/ all files in and below drivers/net
+ F: drivers/net/* all files in drivers/net, but not below
+ F: */net/* all files in "any top level directory"/net
+ One pattern per line. Multiple F: lines acceptable.
+ N: Files and directories with regex patterns.
+ N: [^a-z]tegra all files whose path contains the word tegra
+ One pattern per line. Multiple N: lines acceptable.
+ X: Files and directories that are NOT maintained, same rules as F:
+ Files exclusions are tested before file matches.
+ Can be useful for excluding a specific subdirectory, for instance:
+ F: net/
+ X: net/ipv6/
+ matches all files in and below net excluding net/ipv6/
+ K: Keyword perl extended regex pattern to match content in a
+ patch or file. For instance:
+ K: of_get_profile
+ matches patches or files that contain "of_get_profile"
+ K: \b(printk|pr_(info|err))\b
+ matches patches or files that contain one or more of the words
+ printk, pr_info or pr_err
+ One regex pattern per line. Multiple K: lines acceptable.
+
+Note: For the hard of thinking, this list is meant to remain in alphabetical
+order. If you could add yourselves to it in alphabetical order that would be
+so much easier [Ed]
+
+Maintainers List (try to look for most precise areas first)
+
+ -----------------------------------
+
+3C59X NETWORK DRIVER
+M: Steffen Klassert
+L: netdev@vger.kernel.org
+S: Maintained
+F: Documentation/networking/vortex.txt
+F: drivers/net/ethernet/3com/3c59x.c
+
+3CR990 NETWORK DRIVER
+M: David Dillow
+L: netdev@vger.kernel.org
+S: Maintained
+F: drivers/net/ethernet/3com/typhoon*
+
+3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
+M: Adam Radford
+L: linux-scsi@vger.kernel.org
+W: http://www.lsi.com
+S: Supported
+F: drivers/scsi/3w-*
+
+53C700 AND 53C700-66 SCSI DRIVER
+M: "James E.J. Bottomley"
+L: linux-scsi@vger.kernel.org
+S: Maintained
+F: drivers/scsi/53c700*
+
+6PACK NETWORK DRIVER FOR AX.25
+M: Andreas Koensgen
+L: linux-hams@vger.kernel.org
+S: Maintained
+F: drivers/net/hamradio/6pack.c
+
+8169 10/100/1000 GIGABIT ETHERNET DRIVER
+M: Realtek linux nic maintainers
+M: Francois Romieu
+L: netdev@vger.kernel.org
+S: Maintained
+F: drivers/net/ethernet/realtek/r8169.c
+
+8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
+M: Greg Kroah-Hartman
+L: linux-serial@vger.kernel.org
+W: http://serial.sourceforge.net
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
+F: drivers/tty/serial/8250*
+F: include/linux/serial_8250.h
+
+8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
+L: netdev@vger.kernel.org
+S: Orphan / Obsolete
+F: drivers/net/ethernet/8390/
+
+9P FILE SYSTEM
+M: Eric Van Hensbergen
+M: Ron Minnich
+M: Latchesar Ionkov
+L: v9fs-developer@lists.sourceforge.net
+W: http://swik.net/v9fs
+Q: http://patchwork.kernel.org/project/v9fs-devel/list/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
+S: Maintained
+F: Documentation/filesystems/9p.txt
+F: fs/9p/
+
+A8293 MEDIA DRIVER
+M: Antti Palosaari
+L: linux-media@vger.kernel.org
+W: http://linuxtv.org/
+W: http://palosaari.fi/linux/
+Q: http://patchwork.linuxtv.org/project/linux-media/list/
+T: git git://linuxtv.org/anttip/media_tree.git
+S: Maintained
+F: drivers/media/dvb-frontends/a8293*
+
+AACRAID SCSI RAID DRIVER
+M: Adaptec OEM Raid Solutions
+L: linux-scsi@vger.kernel.org
+W: http://www.adaptec.com/
+S: Supported
+F: Documentation/scsi/aacraid.txt
+F: drivers/scsi/aacraid/
+
+ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
+M: Hans de Goede
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: drivers/hwmon/abituguru.c
+
+ABIT UGURU 3 HARDWARE MONITOR DRIVER
+M: Alistair John Strachan
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: drivers/hwmon/abituguru3.c
+
+ACENIC DRIVER
+M: Jes Sorensen
+L: linux-acenic@sunsite.dk
+S: Maintained
+F: drivers/net/ethernet/alteon/acenic*
+
+ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
+M: Peter Feuerer
+L: platform-driver-x86@vger.kernel.org
+W: http://piie.net/?section=acerhdf
+S: Maintained
+F: drivers/platform/x86/acerhdf.c
+
+ACER WMI LAPTOP EXTRAS
+M: "Lee, Chun-Yi"
+L: platform-driver-x86@vger.kernel.org
+S: Maintained
+F: drivers/platform/x86/acer-wmi.c
+
+ACPI
+M: Len Brown
+M: Rafael J. Wysocki
+L: linux-acpi@vger.kernel.org
+W: http://www.lesswatts.org/projects/acpi/
+Q: http://patchwork.kernel.org/project/linux-acpi/list/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
+S: Supported
+F: drivers/acpi/
+F: drivers/pnp/pnpacpi/
+F: include/linux/acpi.h
+F: include/acpi/
+
+ACPI FAN DRIVER
+M: Zhang Rui
+L: linux-acpi@vger.kernel.org
+W: http://www.lesswatts.org/projects/acpi/
+S: Supported
+F: drivers/acpi/fan.c
+
+ACPI THERMAL DRIVER
+M: Zhang Rui
+L: linux-acpi@vger.kernel.org
+W: http://www.lesswatts.org/projects/acpi/
+S: Supported
+F: drivers/acpi/*thermal*
+
+ACPI VIDEO DRIVER
+M: Zhang Rui
+L: linux-acpi@vger.kernel.org
+W: http://www.lesswatts.org/projects/acpi/
+S: Supported
+F: drivers/acpi/video.c
+
+ACPI WMI DRIVER
+L: platform-driver-x86@vger.kernel.org
+S: Orphan
+F: drivers/platform/x86/wmi.c
+
+AD1889 ALSA SOUND DRIVER
+M: Thibaut Varene
+W: http://wiki.parisc-linux.org/AD1889
+L: linux-parisc@vger.kernel.org
+S: Maintained
+F: sound/pci/ad1889.*
+
+AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/AD5254
+S: Supported
+F: drivers/misc/ad525x_dpot.c
+
+AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/AD5398
+S: Supported
+F: drivers/regulator/ad5398.c
+
+AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/AD7142
+S: Supported
+F: drivers/input/misc/ad714x.c
+
+AD7877 TOUCHSCREEN DRIVER
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/AD7877
+S: Supported
+F: drivers/input/touchscreen/ad7877.c
+
+AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/AD7879
+S: Supported
+F: drivers/input/touchscreen/ad7879.c
+
+ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
+M: Jiri Kosina
+S: Maintained
+
+ADM1025 HARDWARE MONITOR DRIVER
+M: Jean Delvare
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: Documentation/hwmon/adm1025
+F: drivers/hwmon/adm1025.c
+
+ADM1029 HARDWARE MONITOR DRIVER
+M: Corentin Labbe
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: drivers/hwmon/adm1029.c
+
+ADM8211 WIRELESS DRIVER
+L: linux-wireless@vger.kernel.org
+W: http://wireless.kernel.org/
+S: Orphan
+F: drivers/net/wireless/adm8211.*
+
+ADP1653 FLASH CONTROLLER DRIVER
+M: Sakari Ailus
+L: linux-media@vger.kernel.org
+S: Maintained
+F: drivers/media/i2c/adp1653.c
+F: include/media/adp1653.h
+
+ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/ADP5520
+S: Supported
+F: drivers/mfd/adp5520.c
+F: drivers/video/backlight/adp5520_bl.c
+F: drivers/leds/leds-adp5520.c
+F: drivers/gpio/gpio-adp5520.c
+F: drivers/input/keyboard/adp5520-keys.c
+
+ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/ADP5588
+S: Supported
+F: drivers/input/keyboard/adp5588-keys.c
+F: drivers/gpio/gpio-adp5588.c
+
+ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/ADP8860
+S: Supported
+F: drivers/video/backlight/adp8860_bl.c
+
+ADS1015 HARDWARE MONITOR DRIVER
+M: Dirk Eibach
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: Documentation/hwmon/ads1015
+F: drivers/hwmon/ads1015.c
+F: include/linux/i2c/ads1015.h
+
+ADT746X FAN DRIVER
+M: Colin Leroy
+S: Maintained
+F: drivers/macintosh/therm_adt746x.c
+
+ADT7475 HARDWARE MONITOR DRIVER
+M: Jean Delvare
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: Documentation/hwmon/adt7475
+F: drivers/hwmon/adt7475.c
+
+ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
+M: Michael Hennerich
+L: device-drivers-devel@blackfin.uclinux.org
+W: http://wiki.analog.com/ADXL345
+S: Supported
+F: drivers/input/misc/adxl34x.c
+
+ADVANSYS SCSI DRIVER
+M: Matthew Wilcox
+L: linux-scsi@vger.kernel.org
+S: Maintained
+F: Documentation/scsi/advansys.txt
+F: drivers/scsi/advansys.c
+
+AEDSP16 DRIVER
+M: Riccardo Facchetti
+S: Maintained
+F: sound/oss/aedsp16.c
+
+AF9013 MEDIA DRIVER
+M: Antti Palosaari
+L: linux-media@vger.kernel.org
+W: http://linuxtv.org/
+W: http://palosaari.fi/linux/
+Q: http://patchwork.linuxtv.org/project/linux-media/list/
+T: git git://linuxtv.org/anttip/media_tree.git
+S: Maintained
+F: drivers/media/dvb-frontends/af9013*
+
+AF9033 MEDIA DRIVER
+M: Antti Palosaari
+L: linux-media@vger.kernel.org
+W: http://linuxtv.org/
+W: http://palosaari.fi/linux/
+Q: http://patchwork.linuxtv.org/project/linux-media/list/
+T: git git://linuxtv.org/anttip/media_tree.git
+S: Maintained
+F: drivers/media/dvb-frontends/af9033*
+
+AFFS FILE SYSTEM
+L: linux-fsdevel@vger.kernel.org
+S: Orphan
+F: Documentation/filesystems/affs.txt
+F: fs/affs/
+
+AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
+M: David Howells
+L: linux-afs@lists.infradead.org
+S: Supported
+F: fs/afs/
+F: include/net/af_rxrpc.h
+F: net/rxrpc/af_rxrpc.c
+
+AGPGART DRIVER
+M: David Airlie
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
+S: Maintained
+F: drivers/char/agp/
+F: include/linux/agp*
+F: include/uapi/linux/agp*
+
+AHA152X SCSI DRIVER
+M: "Juergen E. Fischer"
+L: linux-scsi@vger.kernel.org
+S: Maintained
+F: drivers/scsi/aha152x*
+F: drivers/scsi/pcmcia/aha152x*
+
+AIC7XXX / AIC79XX SCSI DRIVER
+M: Hannes Reinecke
+L: linux-scsi@vger.kernel.org
+S: Maintained
+F: drivers/scsi/aic7xxx/
+F: drivers/scsi/aic7xxx_old/
+
+AIMSLAB FM RADIO RECEIVER DRIVER
+M: Hans Verkuil
+L: linux-media@vger.kernel.org
+T: git git://linuxtv.org/media_tree.git
+W: http://linuxtv.org
+S: Maintained
+F: drivers/media/radio/radio-aimslab*
+
+AIO
+M: Benjamin LaHaise
+L: linux-aio@kvack.org
+S: Supported
+F: fs/aio.c
+F: include/linux/*aio*.h
+
+ALCATEL SPEEDTOUCH USB DRIVER
+M: Duncan Sands
+L: linux-usb@vger.kernel.org
+W: http://www.linux-usb.org/SpeedTouch/
+S: Maintained
+F: drivers/usb/atm/speedtch.c
+F: drivers/usb/atm/usbatm.c
+
+ALCHEMY AU1XX0 MMC DRIVER
+M: Manuel Lauss
+S: Maintained
+F: drivers/mmc/host/au1xmmc.c
+
+ALI1563 I2C DRIVER
+M: Rudolf Marek
+L: linux-i2c@vger.kernel.org
+S: Maintained
+F: Documentation/i2c/busses/i2c-ali1563
+F: drivers/i2c/busses/i2c-ali1563.c
+
+ALPHA PORT
+M: Richard Henderson
+M: Ivan Kokshaysky
+M: Matt Turner
+S: Odd Fixes
+L: linux-alpha@vger.kernel.org
+F: arch/alpha/
+
+ALTERA UART/JTAG UART SERIAL DRIVERS
+M: Tobias Klauser
+L: linux-serial@vger.kernel.org
+L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
+S: Maintained
+F: drivers/tty/serial/altera_uart.c
+F: drivers/tty/serial/altera_jtaguart.c
+F: include/linux/altera_uart.h
+F: include/linux/altera_jtaguart.h
+
+AMD FAM15H PROCESSOR POWER MONITORING DRIVER
+M: Andreas Herrmann
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: Documentation/hwmon/fam15h_power
+F: drivers/hwmon/fam15h_power.c
+
+AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
+M: Thomas Dahlmann
+L: linux-geode@lists.infradead.org (moderated for non-subscribers)
+S: Supported
+F: drivers/usb/gadget/amd5536udc.*
+
+AMD GEODE PROCESSOR/CHIPSET SUPPORT
+P: Andres Salomon
+L: linux-geode@lists.infradead.org (moderated for non-subscribers)
+W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
+S: Supported
+F: drivers/char/hw_random/geode-rng.c
+F: drivers/crypto/geode*
+F: drivers/video/geode/
+F: arch/x86/include/asm/geode.h
+
+AMD IOMMU (AMD-VI)
+M: Joerg Roedel
+L: iommu@lists.linux-foundation.org
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
+S: Maintained
+F: drivers/iommu/amd_iommu*.[ch]
+F: include/linux/amd-iommu.h
+
+AMD MICROCODE UPDATE SUPPORT
+M: Andreas Herrmann
+L: amd64-microcode@amd64.org
+S: Maintained
+F: arch/x86/kernel/microcode_amd.c
+
+AMS (Apple Motion Sensor) DRIVER
+M: Michael Hanselmann
+S: Supported
+F: drivers/macintosh/ams/
+
+AMSO1100 RNIC DRIVER
+M: Tom Tucker
+M: Steve Wise
+L: linux-rdma@vger.kernel.org
+S: Maintained
+F: drivers/infiniband/hw/amso1100/
+
+ANALOG DEVICES INC AD9389B DRIVER
+M: Hans Verkuil
+L: linux-media@vger.kernel.org
+S: Maintained
+F: drivers/media/i2c/ad9389b*
+
+ANALOG DEVICES INC ADV7604 DRIVER
+M: Hans Verkuil
+L: linux-media@vger.kernel.org
+S: Maintained
+F: drivers/media/i2c/adv7604*
+
+ANALOG DEVICES INC ASOC CODEC DRIVERS
+M: Lars-Peter Clausen
+L: device-drivers-devel@blackfin.uclinux.org
+L: alsa-devel@alsa-project.org (moderated for non-subscribers)
+W: http://wiki.analog.com/
+S: Supported
+F: sound/soc/codecs/adau*
+F: sound/soc/codecs/adav*
+F: sound/soc/codecs/ad1*
+F: sound/soc/codecs/ssm*
+F: sound/soc/codecs/sigmadsp.*
+
+ANALOG DEVICES INC ASOC DRIVERS
+L: uclinux-dist-devel@blackfin.uclinux.org
+L: alsa-devel@alsa-project.org (moderated for non-subscribers)
+W: http://blackfin.uclinux.org/
+S: Supported
+F: sound/soc/blackfin/*
+
+AOA (Apple Onboard Audio) ALSA DRIVER
+M: Johannes Berg
+L: linuxppc-dev@lists.ozlabs.org
+L: alsa-devel@alsa-project.org (moderated for non-subscribers)
+S: Maintained
+F: sound/aoa/
+
+APM DRIVER
+M: Jiri Kosina
+S: Odd fixes
+F: arch/x86/kernel/apm_32.c
+F: include/linux/apm_bios.h
+F: include/uapi/linux/apm_bios.h
+F: drivers/char/apm-emulation.c
+
+APPLE BCM5974 MULTITOUCH DRIVER
+M: Henrik Rydberg
+L: linux-input@vger.kernel.org
+S: Maintained
+F: drivers/input/mouse/bcm5974.c
+
+APPLE SMC DRIVER
+M: Henrik Rydberg
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: drivers/hwmon/applesmc.c
+
+APPLETALK NETWORK LAYER
+M: Arnaldo Carvalho de Melo
+S: Maintained
+F: drivers/net/appletalk/
+F: net/appletalk/
+
+ARASAN COMPACT FLASH PATA CONTROLLER
+M: Viresh Kumar
+L: linux-ide@vger.kernel.org
+S: Maintained
+F: include/linux/pata_arasan_cf_data.h
+F: drivers/ata/pata_arasan_cf.c
+
+ARC FRAMEBUFFER DRIVER
+M: Jaya Kumar
+S: Maintained
+F: drivers/video/arcfb.c
+F: drivers/video/fb_defio.c
+
+ARM MFM AND FLOPPY DRIVERS
+M: Ian Molton
+S: Maintained
+F: arch/arm/lib/floppydma.S
+F: arch/arm/include/asm/floppy.h
+
+ARM PMU PROFILING AND DEBUGGING
+M: Will Deacon
+S: Maintained
+F: arch/arm/kernel/perf_event*
+F: arch/arm/oprofile/common.c
+F: arch/arm/include/asm/pmu.h
+F: arch/arm/kernel/hw_breakpoint.c
+F: arch/arm/include/asm/hw_breakpoint.h
+
+ARM PORT
+M: Russell King
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://www.arm.linux.org.uk/
+S: Maintained
+F: arch/arm/
+
+ARM SUB-ARCHITECTURES
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-*/
+F: arch/arm/plat-*/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
+
+ARM PRIMECELL AACI PL041 DRIVER
+M: Russell King
+S: Maintained
+F: sound/arm/aaci.*
+
+ARM PRIMECELL CLCD PL110 DRIVER
+M: Russell King
+S: Maintained
+F: drivers/video/amba-clcd.*
+
+ARM PRIMECELL KMI PL050 DRIVER
+M: Russell King
+S: Maintained
+F: drivers/input/serio/ambakmi.*
+F: include/linux/amba/kmi.h
+
+ARM PRIMECELL MMCI PL180/1 DRIVER
+M: Russell King
+S: Maintained
+F: drivers/mmc/host/mmci.*
+F: include/linux/amba/mmci.h
+
+ARM PRIMECELL UART PL010 AND PL011 DRIVERS
+M: Russell King
+S: Maintained
+F: drivers/tty/serial/amba-pl01*.c
+F: include/linux/amba/serial.h
+
+ARM PRIMECELL BUS SUPPORT
+M: Russell King
+S: Maintained
+F: drivers/amba/
+F: include/linux/amba/bus.h
+
+ARM/ADS SPHERE MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/AFEB9260 MACHINE SUPPORT
+M: Sergey Lapin
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/AJECO 1ARM MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/Allwinner A1X SoC support
+M: Maxime Ripard
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-sunxi/
+
+ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
+M: Andrew Victor
+M: Nicolas Ferre
+M: Jean-Christophe Plagniol-Villard
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://maxim.org.za/at91_26.html
+W: http://www.linux4sam.org
+S: Supported
+F: arch/arm/mach-at91/
+
+ARM/CALXEDA HIGHBANK ARCHITECTURE
+M: Rob Herring
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-highbank/
+
+ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
+M: Anton Vorontsov
+S: Maintained
+F: arch/arm/mach-cns3xxx/
+T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
+
+ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
+M: Alexander Shiyan
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Odd Fixes
+F: arch/arm/mach-clps711x/
+
+ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
+M: Hartley Sweeten
+M: Ryan Mallon
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-ep93xx/
+F: arch/arm/mach-ep93xx/include/mach/
+
+ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/CLKDEV SUPPORT
+M: Russell King
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/include/asm/clkdev.h
+F: drivers/clk/clkdev.c
+
+ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
+M: Mike Rapoport
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/CONTEC MICRO9 MACHINE SUPPORT
+M: Hubert Feurstein
+S: Maintained
+F: arch/arm/mach-ep93xx/micro9.c
+
+ARM/CORESIGHT FRAMEWORK AND DRIVERS
+M: Mathieu Poirier
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: drivers/coresight/*
+F: Documentation/trace/coresight.txt
+F: Documentation/devicetree/bindings/arm/coresight.txt
+
+ARM/CORGI MACHINE SUPPORT
+M: Richard Purdie
+S: Maintained
+
+ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
+M: Hans Ulli Kroll
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+T: git git://git.berlios.de/gemini-board
+S: Maintained
+F: arch/arm/mach-gemini/
+
+ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
+M: Barry Song
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-prima2/
+F: drivers/dma/sirf-dma.c
+F: drivers/i2c/busses/i2c-sirf.c
+F: drivers/mmc/host/sdhci-sirf.c
+F: drivers/pinctrl/pinctrl-sirf.c
+F: drivers/spi/spi-sirf.c
+
+ARM/EBSA110 MACHINE SUPPORT
+M: Russell King
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://www.arm.linux.org.uk/
+S: Maintained
+F: arch/arm/mach-ebsa110/
+F: drivers/net/ethernet/amd/am79c961a.*
+
+ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
+M: Daniel Ribeiro
+M: Stefan Schmidt
+M: Harald Welte
+L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
+W: http://www.openezx.org/
+S: Maintained
+T: topgit git://git.openezx.org/openezx.git
+F: arch/arm/mach-pxa/ezx.c
+
+ARM/FARADAY FA526 PORT
+M: Hans Ulli Kroll
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+T: git git://git.berlios.de/gemini-board
+F: arch/arm/mm/*-fa*
+
+ARM/FOOTBRIDGE ARCHITECTURE
+M: Russell King
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://www.arm.linux.org.uk/
+S: Maintained
+F: arch/arm/include/asm/hardware/dec21285.h
+F: arch/arm/mach-footbridge/
+
+ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
+M: Sascha Hauer
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+T: git git://git.pengutronix.de/git/imx/linux-2.6.git
+F: arch/arm/mach-imx/
+F: arch/arm/configs/imx*_defconfig
+
+ARM/FREESCALE IMX6
+M: Shawn Guo
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
+F: arch/arm/mach-imx/*imx6*
+
+ARM/FREESCALE MXS ARM ARCHITECTURE
+M: Shawn Guo
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
+F: arch/arm/mach-mxs/
+
+ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/GUMSTIX MACHINE SUPPORT
+M: Steve Sakoman
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
+M: Philipp Zabel
+M: Paul Parsons
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-pxa/hx4700.c
+F: arch/arm/mach-pxa/include/mach/hx4700.h
+F: sound/soc/pxa/hx4700.c
+
+ARM/HP JORNADA 7XX MACHINE SUPPORT
+M: Kristoffer Ericson
+W: www.jlime.com
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
+F: arch/arm/mach-sa1100/jornada720.c
+F: arch/arm/mach-sa1100/include/mach/jornada720.h
+
+ARM/IGEP MACHINE SUPPORT
+M: Enric Balletbo i Serra
+M: Javier Martinez Canillas
+L: linux-omap@vger.kernel.org
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-omap2/board-igep0020.c
+
+ARM/INCOME PXA270 SUPPORT
+M: Marek Vasut
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-pxa/colibri-pxa270-income.c
+
+ARM/INTEL IOP32X ARM ARCHITECTURE
+M: Lennert Buytenhek
+M: Dan Williams
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/INTEL IOP33X ARM ARCHITECTURE
+M: Dan Williams
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/INTEL IOP13XX ARM ARCHITECTURE
+M: Lennert Buytenhek
+M: Dan Williams
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/INTEL IQ81342EX MACHINE SUPPORT
+M: Lennert Buytenhek
+M: Dan Williams
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/INTEL IXDP2850 MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/INTEL IXP4XX ARM ARCHITECTURE
+M: Imre Kaloz
+M: Krzysztof Halasa
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-ixp4xx/
+
+ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
+M: Jonathan Cameron
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-pxa/stargate2.c
+F: drivers/pcmcia/pxa2xx_stargate2.c
+
+ARM/INTEL XSC3 (MANZANO) ARM CORE
+M: Lennert Buytenhek
+M: Dan Williams
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/LOGICPD PXA270 MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/MAGICIAN MACHINE SUPPORT
+M: Philipp Zabel
+S: Maintained
+
+ARM/Marvell Armada 370 and Armada XP SOC support
+M: Jason Cooper
+M: Andrew Lunn
+M: Gregory Clement
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-mvebu/
+
+ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
+M: Jason Cooper
+M: Andrew Lunn
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-dove/
+F: arch/arm/mach-kirkwood/
+F: arch/arm/mach-mv78xx0/
+F: arch/arm/mach-orion5x/
+F: arch/arm/plat-orion/
+
+ARM/Orion SoC/Technologic Systems TS-78xx platform support
+M: Alexander Clouter
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://www.digriz.org.uk/ts78xx/kernel
+S: Maintained
+F: arch/arm/mach-orion5x/ts78xx-*
+
+ARM/MICREL KS8695 ARCHITECTURE
+M: Greg Ungerer
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+F: arch/arm/mach-ks8695
+S: Odd Fixes
+
+ARM/MIOA701 MACHINE SUPPORT
+M: Robert Jarzmik
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+F: arch/arm/mach-pxa/mioa701.c
+S: Maintained
+
+ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
+M: Michael Petchkovsky
+S: Maintained
+
+ARM/NOMADIK ARCHITECTURE
+M: Alessandro Rubini
+M: Linus Walleij
+M: STEricsson
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-nomadik/
+F: arch/arm/plat-nomadik/
+F: drivers/i2c/busses/i2c-nomadik.c
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
+
+ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
+M: Nelson Castillo
+L: openmoko-kernel@lists.openmoko.org (subscribers-only)
+W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
+S: Supported
+
+ARM/QUALCOMM MSM MACHINE SUPPORT
+M: David Brown
+M: Daniel Walker
+M: Bryan Huntsman
+L: linux-arm-msm@vger.kernel.org
+F: arch/arm/mach-msm/
+F: drivers/video/msm/
+F: drivers/mmc/host/msm_sdcc.c
+F: drivers/mmc/host/msm_sdcc.h
+F: drivers/tty/serial/msm_serial.h
+F: drivers/tty/serial/msm_serial.c
+F: drivers/*/pm8???-*
+F: drivers/ssbi/
+F: include/linux/mfd/pm8xxx/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
+S: Maintained
+
+ARM/TOSA MACHINE SUPPORT
+M: Dmitry Eremin-Solenikov
+M: Dirk Opfer
+S: Maintained
+
+ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
+M: Marek Vasut
+L: linux-arm-kernel@lists.infradead.org
+W: http://hackndev.com
+S: Maintained
+F: arch/arm/mach-pxa/include/mach/palmtx.h
+F: arch/arm/mach-pxa/palmtx.c
+F: arch/arm/mach-pxa/include/mach/palmt5.h
+F: arch/arm/mach-pxa/palmt5.c
+F: arch/arm/mach-pxa/include/mach/palmld.h
+F: arch/arm/mach-pxa/palmld.c
+F: arch/arm/mach-pxa/include/mach/palmte2.h
+F: arch/arm/mach-pxa/palmte2.c
+F: arch/arm/mach-pxa/include/mach/palmtc.h
+F: arch/arm/mach-pxa/palmtc.c
+
+ARM/PALM TREO SUPPORT
+M: Tomas Cech
+L: linux-arm-kernel@lists.infradead.org
+W: http://hackndev.com
+S: Maintained
+F: arch/arm/mach-pxa/include/mach/palmtreo.h
+F: arch/arm/mach-pxa/palmtreo.c
+
+ARM/PALMZ72 SUPPORT
+M: Sergey Lapin
+L: linux-arm-kernel@lists.infradead.org
+W: http://hackndev.com
+S: Maintained
+F: arch/arm/mach-pxa/include/mach/palmz72.h
+F: arch/arm/mach-pxa/palmz72.c
+
+ARM/PLEB SUPPORT
+M: Peter Chubb
+W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
+S: Maintained
+
+ARM/PT DIGITAL BOARD PORT
+M: Stefan Eletzhofer
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://www.arm.linux.org.uk/
+S: Maintained
+
+ARM/RADISYS ENP2611 MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/RISCPC ARCHITECTURE
+M: Russell King
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://www.arm.linux.org.uk/
+S: Maintained
+F: arch/arm/include/asm/hardware/entry-macro-iomd.S
+F: arch/arm/include/asm/hardware/ioc.h
+F: arch/arm/include/asm/hardware/iomd.h
+F: arch/arm/include/asm/hardware/memc.h
+F: arch/arm/mach-rpc/
+F: drivers/net/ethernet/8390/etherh.c
+F: drivers/net/ethernet/i825xx/ether1*
+F: drivers/net/ethernet/seeq/ether3*
+F: drivers/scsi/arm/
+
+ARM/SHARK MACHINE SUPPORT
+M: Alexander Schulz
+W: http://www.shark-linux.de/shark.html
+S: Maintained
+
+ARM/SAMSUNG ARM ARCHITECTURES
+M: Ben Dooks
+M: Kukjin Kim
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
+W: http://www.fluff.org/ben/linux/
+S: Maintained
+F: arch/arm/plat-samsung/
+F: arch/arm/plat-s3c24xx/
+F: arch/arm/mach-s3c24*/
+F: arch/arm/mach-s3c64xx/
+F: drivers/*/*s3c2410*
+F: drivers/*/*/*s3c2410*
+F: drivers/spi/spi-s3c*
+F: sound/soc/samsung/*
+
+ARM/S5P EXYNOS ARM ARCHITECTURES
+M: Kukjin Kim
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-s5p*/
+F: arch/arm/mach-exynos*/
+
+ARM/SAMSUNG MOBILE MACHINE SUPPORT
+M: Kyungmin Park
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-s5pv210/mach-aquila.c
+F: arch/arm/mach-s5pv210/mach-goni.c
+F: arch/arm/mach-exynos/mach-universal_c210.c
+F: arch/arm/mach-exynos/mach-nuri.c
+
+ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
+M: Kyungmin Park
+M: Kamil Debski
+L: linux-arm-kernel@lists.infradead.org
+L: linux-media@vger.kernel.org
+S: Maintained
+F: drivers/media/platform/s5p-g2d/
+
+ARM/SAMSUNG S5P SERIES FIMC SUPPORT
+M: Kyungmin Park
+M: Sylwester Nawrocki
+L: linux-arm-kernel@lists.infradead.org
+L: linux-media@vger.kernel.org
+S: Maintained
+F: arch/arm/plat-samsung/include/plat/*fimc*
+F: drivers/media/platform/s5p-fimc/
+
+ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
+M: Kyungmin Park
+M: Kamil Debski
+M: Jeongtae Park
+L: linux-arm-kernel@lists.infradead.org
+L: linux-media@vger.kernel.org
+S: Maintained
+F: arch/arm/plat-samsung/s5p-dev-mfc.c
+F: drivers/media/platform/s5p-mfc/
+
+ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
+M: Kyungmin Park
+M: Tomasz Stanislawski
+L: linux-arm-kernel@lists.infradead.org
+L: linux-media@vger.kernel.org
+S: Maintained
+F: drivers/media/platform/s5p-tv/
+
+ARM/SHMOBILE ARM ARCHITECTURE
+M: Simon Horman
+M: Magnus Damm
+L: linux-sh@vger.kernel.org
+W: http://oss.renesas.com
+Q: http://patchwork.kernel.org/project/linux-sh/list/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
+S: Supported
+F: arch/arm/mach-shmobile/
+F: drivers/sh/
+
+ARM/SOCFPGA ARCHITECTURE
+M: Dinh Nguyen
+S: Maintained
+F: arch/arm/mach-socfpga/
+
+ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
+M: Dinh Nguyen
+S: Maintained
+F: drivers/clk/socfpga/
+
+ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/TETON BGA MACHINE SUPPORT
+M: "Mark F. Brown"
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/THECUS N2100 MACHINE SUPPORT
+M: Lennert Buytenhek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+
+ARM/NUVOTON W90X900 ARM ARCHITECTURE
+M: Wan ZongShun
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://www.mcuos.com
+S: Maintained
+F: arch/arm/mach-w90x900/
+F: drivers/input/keyboard/w90p910_keypad.c
+F: drivers/input/touchscreen/w90p910_ts.c
+F: drivers/watchdog/nuc900_wdt.c
+F: drivers/net/ethernet/nuvoton/w90p910_ether.c
+F: drivers/mtd/nand/nuc900_nand.c
+F: drivers/rtc/rtc-nuc900.c
+F: drivers/spi/spi-nuc900.c
+F: drivers/usb/host/ehci-w90x900.c
+F: drivers/video/nuc900fb.c
+
+ARM/U300 MACHINE SUPPORT
+M: Linus Walleij
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Supported
+F: arch/arm/mach-u300/
+F: drivers/i2c/busses/i2c-stu300.c
+F: drivers/rtc/rtc-coh901331.c
+F: drivers/watchdog/coh901327_wdt.c
+F: drivers/dma/coh901318*
+F: drivers/mfd/ab3100*
+F: drivers/rtc/rtc-ab3100.c
+F: drivers/rtc/rtc-coh901331.c
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
+
+ARM/Ux500 ARM ARCHITECTURE
+M: Srinidhi Kasagar
+M: Linus Walleij
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-ux500/
+F: drivers/clocksource/clksrc-dbx500-prcmu.c
+F: drivers/dma/ste_dma40*
+F: drivers/hwspinlock/u8500_hsem.c
+F: drivers/mfd/abx500*
+F: drivers/mfd/ab8500*
+F: drivers/mfd/dbx500*
+F: drivers/mfd/db8500*
+F: drivers/pinctrl/pinctrl-nomadik*
+F: drivers/rtc/rtc-ab8500.c
+F: drivers/rtc/rtc-pl031.c
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
+
+ARM/VFP SUPPORT
+M: Russell King
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://www.arm.linux.org.uk/
+S: Maintained
+F: arch/arm/vfp/
+
+ARM/VOIPAC PXA270 SUPPORT
+M: Marek Vasut
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-pxa/vpac270.c
+F: arch/arm/mach-pxa/include/mach/vpac270.h
+
+ARM/VT8500 ARM ARCHITECTURE
+M: Tony Prisk
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-vt8500/
+F: drivers/clocksource/vt8500_timer.c
+F: drivers/gpio/gpio-vt8500.c
+F: drivers/mmc/host/wmt-sdmmc.c
+F: drivers/pwm/pwm-vt8500.c
+F: drivers/rtc/rtc-vt8500.c
+F: drivers/tty/serial/vt8500_serial.c
+F: drivers/usb/host/ehci-vt8500.c
+F: drivers/usb/host/uhci-platform.c
+F: drivers/video/vt8500lcdfb.*
+F: drivers/video/wm8505fb*
+F: drivers/video/wmt_ge_rops.*
+
+ARM/ZIPIT Z2 SUPPORT
+M: Marek Vasut
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm/mach-pxa/z2.c
+F: arch/arm/mach-pxa/include/mach/z2.h
+
+ARM/ZYNQ ARCHITECTURE
+M: Michal Simek
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+W: http://wiki.xilinx.com
+T: git git://git.xilinx.com/linux-xlnx.git
+S: Supported
+F: arch/arm/mach-zynq/
+
+ARM64 PORT (AARCH64 ARCHITECTURE)
+M: Catalin Marinas
+M: Will Deacon
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: arch/arm64/
+F: Documentation/arm64/
+
+AS3645A LED FLASH CONTROLLER DRIVER
+M: Laurent Pinchart
+L: linux-media@vger.kernel.org
+T: git git://linuxtv.org/media_tree.git
+S: Maintained
+F: drivers/media/i2c/as3645a.c
+F: include/media/as3645a.h
+
+ASC7621 HARDWARE MONITOR DRIVER
+M: George Joseph
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: Documentation/hwmon/asc7621
+F: drivers/hwmon/asc7621.c
+
+ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
+M: Corentin Chary
+L: acpi4asus-user@lists.sourceforge.net
+L: platform-driver-x86@vger.kernel.org
+W: http://acpi4asus.sf.net
+S: Maintained
+F: drivers/platform/x86/asus*.c
+F: drivers/platform/x86/eeepc*.c
+
+ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
+M: Dan Williams
+W: http://sourceforge.net/projects/xscaleiop
+S: Maintained
+F: Documentation/crypto/async-tx-api.txt
+F: crypto/async_tx/
+F: drivers/dma/
+F: include/linux/dmaengine.h
+F: include/linux/async_tx.h
+
+AT24 EEPROM DRIVER
+M: Wolfram Sang
+L: linux-i2c@vger.kernel.org
+S: Maintained
+F: drivers/misc/eeprom/at24.c
+F: include/linux/i2c/at24.h
+
+ATA OVER ETHERNET (AOE) DRIVER
+M: "Ed L. Cashin"
+W: http://support.coraid.com/support/linux
+S: Supported
+F: Documentation/aoe/
+F: drivers/block/aoe/
+
+ATHEROS ATH GENERIC UTILITIES
+M: "Luis R. Rodriguez"
+L: linux-wireless@vger.kernel.org
+S: Supported
+F: drivers/net/wireless/ath/*
+
+ATHEROS ATH5K WIRELESS DRIVER
+M: Jiri Slaby
+M: Nick Kossifidis
+M: "Luis R. Rodriguez"
+L: linux-wireless@vger.kernel.org
+L: ath5k-devel@lists.ath5k.org
+W: http://wireless.kernel.org/en/users/Drivers/ath5k
+S: Maintained
+F: drivers/net/wireless/ath/ath5k/
+
+ATHEROS ATH6KL WIRELESS DRIVER
+M: Kalle Valo
+L: linux-wireless@vger.kernel.org
+W: http://wireless.kernel.org/en/users/Drivers/ath6kl
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
+S: Supported
+F: drivers/net/wireless/ath/ath6kl/
+
+ATHEROS ATH9K WIRELESS DRIVER
+M: "Luis R. Rodriguez"
+M: Jouni Malinen
+M: Vasanthakumar Thiagarajan
+M: Senthil Balasubramanian
+L: linux-wireless@vger.kernel.org
+L: ath9k-devel@lists.ath9k.org
+W: http://wireless.kernel.org/en/users/Drivers/ath9k
+S: Supported
+F: drivers/net/wireless/ath/ath9k/
+
+WILOCITY WIL6210 WIRELESS DRIVER
+M: Vladimir Kondratiev
+L: linux-wireless@vger.kernel.org
+L: wil6210@qca.qualcomm.com
+S: Supported
+W: http://wireless.kernel.org/en/users/Drivers/wil6210
+F: drivers/net/wireless/ath/wil6210/
+
+CARL9170 LINUX COMMUNITY WIRELESS DRIVER
+M: Christian Lamparter
+L: linux-wireless@vger.kernel.org
+W: http://wireless.kernel.org/en/users/Drivers/carl9170
+S: Maintained
+F: drivers/net/wireless/ath/carl9170/
+
+ATK0110 HWMON DRIVER
+M: Luca Tettamanti
+L: lm-sensors@lm-sensors.org
+S: Maintained
+F: drivers/hwmon/asus_atk0110.c
+
+ATI_REMOTE2 DRIVER
+M: Ville Syrjala
+S: Maintained
+F: drivers/input/misc/ati_remote2.c
+
+ATLX ETHERNET DRIVERS
+M: Jay Cliburn
+M: Chris Snook
+L: netdev@vger.kernel.org
+W: http://sourceforge.net/projects/atl1
+W: http://atl1.sourceforge.net
+S: Maintained
+F: drivers/net/ethernet/atheros/
+
+ATM
+M: Chas Williams
+L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
+L: netdev@vger.kernel.org
+W: http://linux-atm.sourceforge.net
+S: Maintained
+F: drivers/atm/
+F: include/linux/atm*
+F: include/uapi/linux/atm*
+
+ATMEL AT91 / AT32 MCI DRIVER
+M: Ludovic Desroches
+S: Maintained
+F: drivers/mmc/host/atmel-mci.c
+F: drivers/mmc/host/atmel-mci-regs.h
+
+ATMEL AT91 / AT32 SERIAL DRIVER
+M: Nicolas Ferre
+S: Supported
+F: drivers/tty/serial/atmel_serial.c
+
+ATMEL DMA DRIVER
+M: Nicolas Ferre
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Supported
+F: drivers/dma/at_hdmac.c
+F: drivers/dma/at_hdmac_regs.h
+F: include/linux/platform_data/dma-atmel.h
+
+ATMEL I2C DRIVER
+M: Ludovic Desroches
+L: linux-i2c@vger.kernel.org
+S: Supported
+F: drivers/i2c/busses/i2c-at91.c
+
+ATMEL ISI DRIVER
+M: Josh Wu
+L: linux-media@vger.kernel.org
+S: Supported
+F: drivers/media/platform/soc_camera/atmel-isi.c
+F: include/media/atmel-isi.h
+
+ATMEL LCDFB DRIVER
+M: Nicolas Ferre
+L: linux-fbdev@vger.kernel.org
+S: Maintained
+F: drivers/video/atmel_lcdfb.c
+F: include/video/atmel_lcdc.h
+
+ATMEL MACB ETHERNET DRIVER
+M: Nicolas Ferre
+S: Supported
+F: drivers/net/ethernet/cadence/
+
+ATMEL SPI DRIVER
+M: Nicolas Ferre
+S: Supported
+F: drivers/spi/spi-atmel.*
+
+ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
+M: Nicolas Ferre
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Supported
+F: drivers/misc/atmel_tclib.c
+F: drivers/clocksource/tcb_clksrc.c
+
+ATMEL TSADCC DRIVER
+M: Josh Wu
+L: linux-input@vger.kernel.org
+S: Supported
+F: drivers/input/touchscreen/atmel_tsadcc.c
+
+ATMEL USBA UDC DRIVER
+M: Nicolas Ferre
+L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S: Supported
+F: drivers/usb/gadget/atmel_usba_udc.*
+
+ATMEL WIRELESS DRIVER
+M: Simon Kelley
+L: linux-wireless@vger.kernel.org
+W: http://www.thekelleys.org.uk/atmel
+W: http://atmelwlandriver.sourceforge.net/
+S: Maintained
+F: drivers/net/wireless/atmel*
+
+AUDIT SUBSYSTEM
+M: Al Viro
+M: Eric Paris
+L: linux-audit@redhat.com (subscribers-only)
+W: http://people.redhat.com/sgrubb/audit/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
+S: Maintained
+F: include/linux/audit.h
+F: include/uapi/linux/audit.h
+F: kernel/audit*
+
+AUXILIARY DISPLAY DRIVERS
+M: Miguel Ojeda Sandonis
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
+S: Maintained
+F: drivers/auxdisplay/
+F: include/linux/cfag12864b.h
+
+AVR32 ARCHITECTURE
+M: Haavard Skinnemoen
+M: Hans-Christian Egtvedt
+W: http://www.atmel.com/products/AVR32/
+W: http://mirror.egtvedt.no/avr32linux.org/
+W: http://avrfreaks.net/
+S: Maintained
+F: arch/avr32/
+
+AVR32/AT32AP MACHINE SUPPORT
+M: Haavard Skinnemoen
+M: Hans-Christian Egtvedt
+S: Maintained
+F: arch/avr32/mach-at32ap/
+
+AX.25 NETWORK LAYER
+M: Ralf Baechle
+L: linux-hams@vger.kernel.org
+W: http://www.linux-ax25.org/
+S: Maintained
+F: include/uapi/linux/ax25.h
+F: include/net/ax25.h
+F: net/ax25/
+
+AZ6007 DVB DRIVER
+M: Mauro Carvalho Chehab
+L: linux-media@vger.kernel.org
+W: http://linuxtv.org
+T: git git://linuxtv.org/media_tree.git
+S: Maintained
+F: drivers/media/usb/dvb-usb-v2/az6007.c
+
+AZTECH FM RADIO RECEIVER DRIVER
+M: Hans Verkuil
+L: linux-media@vger.kernel.org
+T: git git://linuxtv.org/media_tree.git
+W: http://linuxtv.org
+S: Maintained
+F: drivers/media/radio/radio-aztech*
+
+B43 WIRELESS DRIVER
+M: Stefano Brivio
+L: linux-wireless@vger.kernel.org
+L: b43-dev@lists.infradead.org
+W: http://wireless.kernel.org/en/users/Drivers/b43
+S: Maintained
+F: drivers/net/wireless/b43/
+
+B43LEGACY WIRELESS DRIVER
+M: Larry Finger
+M: Stefano Brivio
+L: linux-wireless@vger.kernel.org
+L: b43-dev@lists.infradead.org
+W: http://wireless.kernel.org/en/users/Drivers/b43
+S: Maintained
+F: drivers/net/wireless/b43legacy/
+
+BACKLIGHT CLASS/SUBSYSTEM
+M: Richard Purdie
+S: Maintained
+F: drivers/video/backlight/
+F: include/linux/backlight.h
+
+BATMAN ADVANCED
+M: Marek Lindner
+M: Simon Wunderlich
+M: Antonio Quartulli
+L: b.a.t.m.a.n@lists.open-mesh.org
+W: http://www.open-mesh.org/
+S: Maintained
+F: net/batman-adv/
+
+BAYCOM/HDLCDRV DRIVERS FOR AX.25
+M: Thomas Sailer
+L: linux-hams@vger.kernel.org
+W: http://www.baycom.org/~tom/ham/ham.html
+S: Maintained
+F: drivers/net/hamradio/baycom*
+
+BCACHE (BLOCK LAYER CACHE)
+M: Kent Overstreet
+L: linux-bcache@vger.kernel.org
+W: http://bcache.evilpiepirate.org
+S: Maintained:
+F: drivers/md/bcache/
+
+BEFS FILE SYSTEM
+S: Orphan
+F: Documentation/filesystems/befs.txt
+F: fs/befs/
+
+BFS FILE SYSTEM
+M: "Tigran A. Aivazian"
+S: Maintained
+F: Documentation/filesystems/bfs.txt
+F: fs/bfs/
+F: include/uapi/linux/bfs_fs.h
+
+BLACKFIN ARCHITECTURE
+M: Mike Frysinger
+L: uclinux-dist-devel@blackfin.uclinux.org
+W: http://blackfin.uclinux.org
+S: Supported
+F: arch/blackfin/
+
+BLACKFIN EMAC DRIVER
+L: uclinux-dist-devel@blackfin.uclinux.org
+W: http://blackfin.uclinux.org
+S: Supported
+F: drivers/net/ethernet/adi/
+
+BLACKFIN RTC DRIVER
+M: Mike Frysinger
+L: uclinux-dist-devel@blackfin.uclinux.org
+W: http://blackfin.uclinux.org
+S: Supported
+F: drivers/rtc/rtc-bfin.c
+
+BLACKFIN SDH DRIVER
+M: Sonic Zhang
+L: uclinux-dist-devel@blackfin.uclinux.org
+W: http://blackfin.uclinux.org
+S: Supported
+F: drivers/mmc/host/bfin_sdh.c
+
+BLACKFIN SERIAL DRIVER
+M: Sonic Zhang
+L: uclinux-dist-devel@blackfin.uclinux.org
+W: http://blackfin.uclinux.org
+S: Supported
+F: drivers/tty/serial/bfin_uart.c
+
+BLACKFIN WATCHDOG DRIVER
+M: Mike Frysinger