kbuild: support LLVM=1 to switch the default tools to Clang/LLVM
[linux-2.6-microblaze.git] / MAINTAINERS
index 88bf750..9271068 100644 (file)
@@ -77,21 +77,13 @@ Tips for patch submitters
 
 8.     Happy hacking.
 
-Descriptions of section entries
--------------------------------
+Descriptions of section entries and preferred order
+---------------------------------------------------
 
        M: *Mail* patches to: FullName <address@domain>
        R: Designated *Reviewer*: FullName <address@domain>
           These reviewers should be CCed on patches.
        L: *Mailing list* that is relevant to this area
-       W: *Web-page* with status/info
-       B: URI for where to file *bugs*. A web-page with detailed bug
-          filing info, a direct bug tracker link, or a mailto: URI.
-       C: URI for *chat* protocol, server and channel where developers
-          usually hang out, for example irc://server/channel.
-       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.
@@ -102,30 +94,39 @@ Descriptions of section entries
           Obsolete:    Old code. Something tagged obsolete generally means
                        it has been replaced by a better system and you
                        should be using that.
+       W: *Web-page* with status/info
+       Q: *Patchwork* web based patch tracking system site
+       B: URI for where to file *bugs*. A web-page with detailed bug
+          filing info, a direct bug tracker link, or a mailto: URI.
+       C: URI for *chat* protocol, server and channel where developers
+          usually hang out, for example irc://server/channel.
        P: Subsystem Profile document for more details submitting
           patches to the given subsystem. This is either an in-tree file,
           or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
           for details.
+       T: *SCM* tree type and location.
+          Type is one of: git, hg, quilt, stgit, topgit
        F: *Files* and directories 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.
+       X: *Excluded* 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/
        N: Files and directories *Regex* patterns.
-          N:   [^a-z]tegra     all files whose path contains the word tegra
+          N:   [^a-z]tegra     all files whose path contains tegra
+                               (not including files like integrator)
           One pattern per line.  Multiple N: lines acceptable.
           scripts/get_maintainer.pl has different behavior for files that
           match F: pattern and matches of N: patterns.  By default,
           get_maintainer will not look at git log history when an F: pattern
           match occurs.  When an N: match occurs, git log history is used
           to also notify the people that have git commit signatures.
-       X: *Excluded* 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: *Content regex* (perl extended) pattern match in a patch or file.
           For instance:
           K: of_get_profile
@@ -176,7 +177,7 @@ L:  linux-wpan@vger.kernel.org
 S:     Maintained
 F:     net/6lowpan/
 F:     include/net/6lowpan.h
-F:     Documentation/networking/6lowpan.txt
+F:     Documentation/networking/6lowpan.rst
 
 6PACK NETWORK DRIVER FOR AX.25
 M:     Andreas Koensgen <ajk@comnets.uni-bremen.de>
@@ -236,7 +237,7 @@ M:  Adaptec OEM Raid Solutions <aacraid@microsemi.com>
 L:     linux-scsi@vger.kernel.org
 W:     http://www.adaptec.com/
 S:     Supported
-F:     Documentation/scsi/aacraid.txt
+F:     Documentation/scsi/aacraid.rst
 F:     drivers/scsi/aacraid/
 
 ABI/API
@@ -303,8 +304,8 @@ F:  drivers/net/ethernet/alteon/acenic*
 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
 M:     Peter Kaestle <peter@piie.net>
 L:     platform-driver-x86@vger.kernel.org
-W:     http://piie.net/?section=acerhdf
 S:     Maintained
+W:     http://piie.net/?section=acerhdf
 F:     drivers/platform/x86/acerhdf.c
 
 ACER WMI LAPTOP EXTRAS
@@ -540,7 +541,7 @@ M:  Matthew Wilcox <willy@infradead.org>
 M:     Hannes Reinecke <hare@suse.com>
 L:     linux-scsi@vger.kernel.org
 S:     Maintained
-F:     Documentation/scsi/advansys.txt
+F:     Documentation/scsi/advansys.rst
 F:     drivers/scsi/advansys.c
 
 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
@@ -1297,7 +1298,7 @@ L:        linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
 F:     Documentation/devicetree/bindings/arm/arm-boards
 F:     Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
-F:     Documentation/devicetree/bindings/clock/arm-integrator.txt
+F:     Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
 F:     Documentation/devicetree/bindings/i2c/i2c-versatile.txt
 F:     Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
 F:     Documentation/devicetree/bindings/mtd/arm-versatile.txt
@@ -1622,7 +1623,7 @@ F:        Documentation/devicetree/bindings/clock/bitmain,bm1880-clk.yaml
 F:     Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.txt
 
 ARM/CALXEDA HIGHBANK ARCHITECTURE
-M:     Rob Herring <robh@kernel.org>
+M:     Andre Przywara <andre.przywara@arm.com>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
 F:     arch/arm/mach-highbank/
@@ -1693,12 +1694,15 @@ F:      arch/arm/mach-ep93xx/micro9.c
 ARM/CORESIGHT FRAMEWORK AND DRIVERS
 M:     Mathieu Poirier <mathieu.poirier@linaro.org>
 R:     Suzuki K Poulose <suzuki.poulose@arm.com>
+R:     Mike Leach <mike.leach@linaro.org>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
 F:     drivers/hwtracing/coresight/*
+F:     include/dt-bindings/arm/coresight-cti-dt.h
 F:     Documentation/trace/coresight/*
 F:     Documentation/devicetree/bindings/arm/coresight.txt
 F:     Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
+F:     Documentation/devicetree/bindings/arm/coresight-cti.yaml
 F:     Documentation/ABI/testing/sysfs-bus-coresight-devices-*
 F:     tools/perf/arch/arm/util/pmu.c
 F:     tools/perf/arch/arm/util/auxtrace.c
@@ -1945,7 +1949,7 @@ F:        Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt
 F:     arch/arm/boot/dts/lpc43*
 F:     drivers/i2c/busses/i2c-lpc2k.c
 F:     drivers/memory/pl172.c
-F:     drivers/mtd/spi-nor/nxp-spifi.c
+F:     drivers/mtd/spi-nor/controllers/nxp-spifi.c
 F:     drivers/rtc/rtc-lpc24xx.c
 N:     lpc18xx
 
@@ -2012,7 +2016,9 @@ M:        Sean Wang <sean.wang@mediatek.com>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:     linux-mediatek@lists.infradead.org (moderated for non-subscribers)
 S:     Maintained
+F:     Documentation/devicetree/bindings/rtc/rtc-mt2712.txt
 F:     Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
+F:     drivers/rtc/rtc-mt2712.c
 F:     drivers/rtc/rtc-mt6397.c
 F:     drivers/rtc/rtc-mt7622.c
 
@@ -2291,7 +2297,7 @@ L:        linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:     linux-rockchip@lists.infradead.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
 S:     Maintained
-F:     Documentation/devicetree/bindings/i2c/i2c-rk3x.txt
+F:     Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml
 F:     Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
 F:     Documentation/devicetree/bindings/spi/spi-rockchip.yaml
 F:     arch/arm/boot/dts/rk3*
@@ -2564,9 +2570,9 @@ M:        Masahiro Yamada <yamada.masahiro@socionext.com>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
 S:     Maintained
-F:     Documentation/devicetree/bindings/arm/socionext/uniphier.txt
-F:     Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
-F:     Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
+F:     Documentation/devicetree/bindings/arm/socionext/uniphier.yaml
+F:     Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml
+F:     Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.yaml
 F:     arch/arm/boot/dts/uniphier*
 F:     arch/arm/include/asm/hardware/cache-uniphier.h
 F:     arch/arm/mach-uniphier/
@@ -2743,8 +2749,8 @@ L:        linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
 L:     openbmc@lists.ozlabs.org (moderated for non-subscribers)
 L:     linux-gpio@vger.kernel.org
 S:     Maintained
-F:     drivers/pinctrl/aspeed/
 F:     Documentation/devicetree/bindings/pinctrl/aspeed,*
+F:     drivers/pinctrl/aspeed/
 
 ASPEED SCU INTERRUPT CONTROLLER DRIVER
 M:     Eddie James <eajames@linux.ibm.com>
@@ -2766,8 +2772,8 @@ ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
 M:     Corentin Chary <corentin.chary@gmail.com>
 L:     acpi4asus-user@lists.sourceforge.net
 L:     platform-driver-x86@vger.kernel.org
-W:     http://acpi4asus.sf.net
 S:     Maintained
+W:     http://acpi4asus.sf.net
 F:     drivers/platform/x86/asus*.c
 F:     drivers/platform/x86/eeepc*.c
 
@@ -3173,6 +3179,8 @@ R:        Martin KaFai Lau <kafai@fb.com>
 R:     Song Liu <songliubraving@fb.com>
 R:     Yonghong Song <yhs@fb.com>
 R:     Andrii Nakryiko <andriin@fb.com>
+R:     John Fastabend <john.fastabend@gmail.com>
+R:     KP Singh <kpsingh@chromium.org>
 L:     netdev@vger.kernel.org
 L:     bpf@vger.kernel.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
@@ -3239,11 +3247,22 @@ L:      bpf@vger.kernel.org
 S:     Maintained
 F:     arch/powerpc/net/
 
-BPF JIT for RISC-V (RV64G)
+BPF JIT for RISC-V (32-bit)
+M:     Luke Nelson <luke.r.nels@gmail.com>
+M:     Xi Wang <xi.wang@gmail.com>
+L:     netdev@vger.kernel.org
+L:     bpf@vger.kernel.org
+S:     Maintained
+F:     arch/riscv/net/
+X:     arch/riscv/net/bpf_jit_comp64.c
+
+BPF JIT for RISC-V (64-bit)
 M:     Björn Töpel <bjorn.topel@gmail.com>
 L:     netdev@vger.kernel.org
+L:     bpf@vger.kernel.org
 S:     Maintained
 F:     arch/riscv/net/
+X:     arch/riscv/net/bpf_jit_comp32.c
 
 BPF JIT for S390
 M:     Ilya Leoshkevich <iii@linux.ibm.com>
@@ -3457,7 +3476,7 @@ L:        linux-i2c@vger.kernel.org
 L:     bcm-kernel-feedback-list@broadcom.com
 S:     Supported
 F:     drivers/i2c/busses/i2c-brcmstb.c
-F:     Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt
+F:     Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml
 
 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
 M:     Al Cooper <alcooperx@gmail.com>
@@ -4042,8 +4061,8 @@ F:        Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml
 F:     sound/soc/codecs/cros_ec_codec.*
 
 CIRRUS LOGIC AUDIO CODEC DRIVERS
-M:     Brian Austin <brian.austin@cirrus.com>
-M:     Paul Handrigan <Paul.Handrigan@cirrus.com>
+M:     James Schulman <james.schulman@cirrus.com>
+M:     David Rhodes <david.rhodes@cirrus.com>
 L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
 S:     Maintained
 F:     sound/soc/codecs/cs*
@@ -4139,6 +4158,7 @@ B:        https://github.com/ClangBuiltLinux/linux/issues
 C:     irc://chat.freenode.net/clangbuiltlinux
 S:     Supported
 K:     \b(?i:clang|llvm)\b
+F:     Documentation/kbuild/llvm.rst
 
 CLEANCACHE API
 M:     Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
@@ -4563,7 +4583,9 @@ S:        Supported
 F:     drivers/scsi/cxgbi/cxgb3i
 
 CXGB4 CRYPTO DRIVER (chcr)
-M:     Atul Gupta <atul.gupta@chelsio.com>
+M:     Ayush Sawal <ayush.sawal@chelsio.com>
+M:     Vinay Kumar Yadav <vinay.yadav@chelsio.com>
+M:     Rohit Maheshwari <rohitm@chelsio.com>
 L:     linux-crypto@vger.kernel.org
 W:     http://www.chelsio.com
 S:     Supported
@@ -4702,7 +4724,7 @@ L:        dc395x@twibble.org
 W:     http://twibble.org/dist/dc395x/
 W:     http://lists.twibble.org/mailman/listinfo/dc395x/
 S:     Maintained
-F:     Documentation/scsi/dc395x.txt
+F:     Documentation/scsi/dc395x.rst
 F:     drivers/scsi/dc395x.*
 
 DCCP PROTOCOL
@@ -4744,26 +4766,6 @@ S:       Maintained
 F:     drivers/media/platform/sunxi/sun8i-di/
 F:     Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml
 
-DELL SMBIOS DRIVER
-M:     Pali Rohár <pali.rohar@gmail.com>
-M:     Mario Limonciello <mario.limonciello@dell.com>
-L:     platform-driver-x86@vger.kernel.org
-S:     Maintained
-F:     drivers/platform/x86/dell-smbios.*
-
-DELL SMBIOS SMM DRIVER
-M:     Mario Limonciello <mario.limonciello@dell.com>
-L:     platform-driver-x86@vger.kernel.org
-S:     Maintained
-F:     drivers/platform/x86/dell-smbios-smm.c
-
-DELL SMBIOS WMI DRIVER
-M:     Mario Limonciello <mario.limonciello@dell.com>
-L:     platform-driver-x86@vger.kernel.org
-S:     Maintained
-F:     drivers/platform/x86/dell-smbios-wmi.c
-F:     tools/wmi/dell-smbios-example.c
-
 DEFZA FDDI NETWORK DRIVER
 M:     "Maciej W. Rozycki" <macro@linux-mips.org>
 S:     Maintained
@@ -4786,17 +4788,37 @@ M:      Pali Rohár <pali.rohar@gmail.com>
 S:     Maintained
 F:     drivers/platform/x86/dell-rbtn.*
 
+DELL LAPTOP SMM DRIVER
+M:     Pali Rohár <pali.rohar@gmail.com>
+S:     Maintained
+F:     drivers/hwmon/dell-smm-hwmon.c
+F:     include/uapi/linux/i8k.h
+
 DELL REMOTE BIOS UPDATE DRIVER
 M:     Stuart Hayes <stuart.w.hayes@gmail.com>
 L:     platform-driver-x86@vger.kernel.org
 S:     Maintained
 F:     drivers/platform/x86/dell_rbu.c
 
-DELL LAPTOP SMM DRIVER
+DELL SMBIOS DRIVER
 M:     Pali Rohár <pali.rohar@gmail.com>
+M:     Mario Limonciello <mario.limonciello@dell.com>
+L:     platform-driver-x86@vger.kernel.org
 S:     Maintained
-F:     drivers/hwmon/dell-smm-hwmon.c
-F:     include/uapi/linux/i8k.h
+F:     drivers/platform/x86/dell-smbios.*
+
+DELL SMBIOS SMM DRIVER
+M:     Mario Limonciello <mario.limonciello@dell.com>
+L:     platform-driver-x86@vger.kernel.org
+S:     Maintained
+F:     drivers/platform/x86/dell-smbios-smm.c
+
+DELL SMBIOS WMI DRIVER
+M:     Mario Limonciello <mario.limonciello@dell.com>
+L:     platform-driver-x86@vger.kernel.org
+S:     Maintained
+F:     drivers/platform/x86/dell-smbios-wmi.c
+F:     tools/wmi/dell-smbios-example.c
 
 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
 M:     Stuart Hayes <stuart.w.hayes@gmail.com>
@@ -4805,17 +4827,17 @@ S:      Maintained
 F:     Documentation/driver-api/dcdbas.rst
 F:     drivers/platform/x86/dcdbas.*
 
+DELL WMI DESCRIPTOR DRIVER
+M:     Mario Limonciello <mario.limonciello@dell.com>
+S:     Maintained
+F:     drivers/platform/x86/dell-wmi-descriptor.c
+
 DELL WMI NOTIFICATIONS DRIVER
 M:     Matthew Garrett <mjg59@srcf.ucam.org>
 M:     Pali Rohár <pali.rohar@gmail.com>
 S:     Maintained
 F:     drivers/platform/x86/dell-wmi.c
 
-DELL WMI DESCRIPTOR DRIVER
-M:     Mario Limonciello <mario.limonciello@dell.com>
-S:     Maintained
-F:     drivers/platform/x86/dell-wmi-descriptor.c
-
 DELTA ST MEDIA DRIVER
 M:     Hugues Fruchet <hugues.fruchet@st.com>
 L:     linux-media@vger.kernel.org
@@ -4942,6 +4964,7 @@ F:        drivers/leds/leds-da90??.c
 F:     drivers/mfd/da903x.c
 F:     drivers/mfd/da90??-*.c
 F:     drivers/mfd/da91??-*.c
+F:     drivers/pinctrl/pinctrl-da90??.c
 F:     drivers/power/supply/da9052-battery.c
 F:     drivers/power/supply/da91??-*.c
 F:     drivers/regulator/da903x.c
@@ -5042,7 +5065,7 @@ L:        dri-devel@lists.freedesktop.org
 L:     linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
 F:     drivers/dma-buf/
 F:     include/linux/dma-buf*
-F:     include/linux/reservation.h
+F:     include/linux/dma-resv.h
 F:     include/linux/*fence.h
 F:     Documentation/driver-api/dma-buf.rst
 K:     dma_(buf|fence|resv)
@@ -5283,6 +5306,12 @@ T:       git git://anongit.freedesktop.org/drm/drm-misc
 S:     Maintained
 F:     drivers/gpu/drm/tve200/
 
+DRM DRIVER FOR FEIXIN K101 IM2BA02 MIPI-DSI LCD PANELS
+M:     Icenowy Zheng <icenowy@aosc.io>
+S:     Maintained
+F:     drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c
+F:     Documentation/devicetree/bindings/display/panel/feixin,k101-im2ba02.yaml
+
 DRM DRIVER FOR FEIYANG FY07024DI26A30-D MIPI-DSI LCD PANELS
 M:     Jagan Teki <jagan@amarulasolutions.com>
 S:     Maintained
@@ -5302,6 +5331,13 @@ S:       Maintained
 F:     drivers/gpu/drm/tiny/ili9225.c
 F:     Documentation/devicetree/bindings/display/ilitek,ili9225.txt
 
+DRM DRIVER FOR ILITEK ILI9486 PANELS
+M:     Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
+T:     git git://anongit.freedesktop.org/drm/drm-misc
+S:     Maintained
+F:     drivers/gpu/drm/tiny/ili9486.c
+F:     Documentation/devicetree/bindings/display/ilitek,ili9486.yaml
+
 DRM DRIVER FOR HX8357D PANELS
 M:     Eric Anholt <eric@anholt.net>
 T:     git git://anongit.freedesktop.org/drm/drm-misc
@@ -5343,6 +5379,13 @@ F:       drivers/gpu/drm/msm/
 F:     include/uapi/drm/msm_drm.h
 F:     Documentation/devicetree/bindings/display/msm/
 
+DRM DRIVER FOR NOVATEK NT35510 PANELS
+M:     Linus Walleij <linus.walleij@linaro.org>
+T:     git git://anongit.freedesktop.org/drm/drm-misc
+S:     Maintained
+F:     drivers/gpu/drm/panel/panel-novatek-nt35510.c
+F:     Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml
+
 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
 M:     Ben Skeggs <bskeggs@redhat.com>
 L:     dri-devel@lists.freedesktop.org
@@ -5430,7 +5473,7 @@ M:        David Lechner <david@lechnology.com>
 T:     git git://anongit.freedesktop.org/drm/drm-misc
 S:     Maintained
 F:     drivers/gpu/drm/tiny/st7735r.c
-F:     Documentation/devicetree/bindings/display/sitronix,st7735r.txt
+F:     Documentation/devicetree/bindings/display/sitronix,st7735r.yaml
 
 DRM DRIVER FOR SONY ACX424AKP PANELS
 M:     Linus Walleij <linus.walleij@linaro.org>
@@ -5510,6 +5553,7 @@ F:        include/linux/vga*
 DRM DRIVERS AND MISC GPU PATCHES
 M:     Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
 M:     Maxime Ripard <mripard@kernel.org>
+M:     Thomas Zimmermann <tzimmermann@suse.de>
 W:     https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
 S:     Maintained
 T:     git git://anongit.freedesktop.org/drm/drm-misc
@@ -5589,7 +5633,6 @@ S:        Supported
 F:     drivers/gpu/drm/fsl-dcu/
 F:     Documentation/devicetree/bindings/display/fsl,dcu.txt
 F:     Documentation/devicetree/bindings/display/fsl,tcon.txt
-F:     Documentation/devicetree/bindings/display/panel/nec,nl4827hc19-05b.txt
 T:     git git://anongit.freedesktop.org/drm/drm-misc
 
 DRM DRIVERS FOR FREESCALE IMX
@@ -5608,12 +5651,13 @@ S:      Maintained
 F:     drivers/gpu/drm/gma500/
 
 DRM DRIVERS FOR HISILICON
-M:     Xinliang Liu <z.liuxinliang@hisilicon.com>
+M:     Xinliang Liu <xinliang.liu@linaro.org>
 M:     Rongrong Zou <zourongrong@gmail.com>
+R:     John Stultz <john.stultz@linaro.org>
 R:     Xinwei Kong <kong.kongxinwei@hisilicon.com>
 R:     Chen Feng <puck.chen@hisilicon.com>
 L:     dri-devel@lists.freedesktop.org
-T:     git git://github.com/xin3liang/linux.git
+T:     git git://anongit.freedesktop.org/drm/drm-misc
 S:     Maintained
 F:     drivers/gpu/drm/hisilicon/
 F:     Documentation/devicetree/bindings/display/hisilicon/
@@ -5628,7 +5672,7 @@ F:        include/uapi/drm/lima_drm.h
 T:     git git://anongit.freedesktop.org/drm/drm-misc
 
 DRM DRIVERS FOR MEDIATEK
-M:     CK Hu <ck.hu@mediatek.com>
+M:     Chun-Kuang Hu <chunkuang.hu@kernel.org>
 M:     Philipp Zabel <p.zabel@pengutronix.de>
 L:     dri-devel@lists.freedesktop.org
 S:     Supported
@@ -5705,6 +5749,17 @@ S:       Maintained
 F:     drivers/gpu/drm/omapdrm/
 F:     Documentation/devicetree/bindings/display/ti/
 
+DRM DRIVERS FOR TI KEYSTONE
+M:     Jyri Sarha <jsarha@ti.com>
+M:     Tomi Valkeinen <tomi.valkeinen@ti.com>
+L:     dri-devel@lists.freedesktop.org
+S:     Maintained
+F:     drivers/gpu/drm/tidss/
+F:     Documentation/devicetree/bindings/display/ti/ti,k2g-dss.yaml
+F:     Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
+F:     Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml
+T:     git git://anongit.freedesktop.org/drm/drm-misc
+
 DRM DRIVERS FOR V3D
 M:     Eric Anholt <eric@anholt.net>
 S:     Supported
@@ -5731,7 +5786,7 @@ L:        dri-devel@lists.freedesktop.org
 S:     Maintained
 F:     drivers/gpu/drm/etnaviv/
 F:     include/uapi/drm/etnaviv_drm.h
-F:     Documentation/devicetree/bindings/display/etnaviv/
+F:     Documentation/devicetree/bindings/gpu/vivante,gc.yaml
 
 DRM DRIVERS FOR ZTE ZX
 M:     Shawn Guo <shawnguo@kernel.org>
@@ -6331,6 +6386,13 @@ F:       include/trace/events/mdio.h
 F:     include/uapi/linux/mdio.h
 F:     include/uapi/linux/mii.h
 
+EXFAT FILE SYSTEM
+M:     Namjae Jeon <namjae.jeon@samsung.com>
+M:     Sungjong Seo <sj1557.seo@samsung.com>
+L:     linux-fsdevel@vger.kernel.org
+S:     Maintained
+F:     fs/exfat/
+
 EXT2 FILE SYSTEM
 M:     Jan Kara <jack@suse.com>
 L:     linux-ext4@vger.kernel.org
@@ -6363,7 +6425,6 @@ T:        git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
 S:     Maintained
 F:     Documentation/admin-guide/efi-stub.rst
 F:     arch/*/kernel/efi.c
-F:     arch/x86/boot/compressed/eboot.[ch]
 F:     arch/*/include/asm/efi.h
 F:     arch/x86/platform/efi/
 F:     drivers/firmware/efi/
@@ -7375,8 +7436,8 @@ F:        drivers/media/usb/hackrf/
 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
 M:     Frank Seidel <frank@f-seidel.de>
 L:     platform-driver-x86@vger.kernel.org
-W:     http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
 S:     Maintained
+W:     http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
 F:     drivers/platform/x86/hdaps.c
 
 HARDWARE MONITORING
@@ -7443,7 +7504,7 @@ M:        Don Brace <don.brace@microsemi.com>
 L:     esc.storagedev@microsemi.com
 L:     linux-scsi@vger.kernel.org
 S:     Supported
-F:     Documentation/scsi/hpsa.txt
+F:     Documentation/scsi/hpsa.rst
 F:     drivers/scsi/hpsa*.[ch]
 F:     include/linux/cciss*.h
 F:     include/uapi/linux/cciss*.h
@@ -7532,7 +7593,7 @@ HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
 M:     HighPoint Linux Team <linux@highpoint-tech.com>
 W:     http://www.highpoint-tech.com
 S:     Supported
-F:     Documentation/scsi/hptiop.txt
+F:     Documentation/scsi/hptiop.rst
 F:     drivers/scsi/hptiop.c
 
 HIPPI
@@ -7803,6 +7864,10 @@ F:       Documentation/ABI/testing/debugfs-hyperv
 
 HYPERBUS SUPPORT
 M:     Vignesh Raghavendra <vigneshr@ti.com>
+L:     linux-mtd@lists.infradead.org
+Q:     http://patchwork.ozlabs.org/project/linux-mtd/list/
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next
+C:     irc://irc.oftc.net/mtd
 S:     Supported
 F:     drivers/mtd/hyperbus/
 F:     include/linux/mtd/hyperbus.h
@@ -7979,6 +8044,7 @@ L:        linux-ia64@vger.kernel.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
 S:     Maintained
 F:     arch/ia64/
+F:     Documentation/ia64/
 
 IBM Power 842 compression accelerator
 M:     Haren Myneni <haren@us.ibm.com>
@@ -8118,15 +8184,15 @@ F:      drivers/ide/ide-cd*
 IDEAPAD LAPTOP EXTRAS DRIVER
 M:     Ike Panhc <ike.pan@canonical.com>
 L:     platform-driver-x86@vger.kernel.org
-W:     http://launchpad.net/ideapad-laptop
 S:     Maintained
+W:     http://launchpad.net/ideapad-laptop
 F:     drivers/platform/x86/ideapad-laptop.c
 
 IDEAPAD LAPTOP SLIDEBAR DRIVER
 M:     Andrey Moiseev <o2g.org.ru@gmail.com>
 L:     linux-input@vger.kernel.org
-W:     https://github.com/o2genum/ideapad-slidebar
 S:     Maintained
+W:     https://github.com/o2genum/ideapad-slidebar
 F:     drivers/input/misc/ideapad_slidebar.c
 
 IDT VersaClock 5 CLOCK DRIVER
@@ -8592,8 +8658,8 @@ F:        samples/mei/*
 INTEL MENLOW THERMAL DRIVER
 M:     Sujith Thomas <sujith.thomas@intel.com>
 L:     platform-driver-x86@vger.kernel.org
-W:     https://01.org/linux-acpi
 S:     Supported
+W:     https://01.org/linux-acpi
 F:     drivers/platform/x86/intel_menlow.c
 
 INTEL MIC DRIVERS (mic)
@@ -8623,10 +8689,10 @@ INTEL PMC/P-Unit IPC DRIVER
 M:     Zha Qipeng<qipeng.zha@intel.com>
 L:     platform-driver-x86@vger.kernel.org
 S:     Maintained
-F:     drivers/platform/x86/intel_pmc_ipc.c
-F:     drivers/platform/x86/intel_punit_ipc.c
 F:     arch/x86/include/asm/intel_pmc_ipc.h
 F:     arch/x86/include/asm/intel_punit_ipc.h
+F:     drivers/platform/x86/intel_pmc_ipc.c
+F:     drivers/platform/x86/intel_punit_ipc.c
 
 INTEL PMIC GPIO DRIVERS
 M:     Andy Shevchenko <andy@kernel.org>
@@ -8671,8 +8737,8 @@ M:        Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
 L:     platform-driver-x86@vger.kernel.org
 S:     Maintained
 F:     drivers/platform/x86/intel_speed_select_if/
-F:     tools/power/x86/intel-speed-select/
 F:     include/uapi/linux/isst_if.h
+F:     tools/power/x86/intel-speed-select/
 
 INTEL STRATIX10 FIRMWARE DRIVERS
 M:     Richard Gong <richard.gong@linux.intel.com>
@@ -9196,7 +9262,7 @@ F:        virt/kvm/*
 F:     tools/kvm/
 F:     tools/testing/selftests/kvm/
 
-KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64)
+KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
 M:     Marc Zyngier <maz@kernel.org>
 R:     James Morse <james.morse@arm.com>
 R:     Julien Thierry <julien.thierry.kdev@gmail.com>
@@ -9205,9 +9271,6 @@ L:        linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:     kvmarm@lists.cs.columbia.edu
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
 S:     Maintained
-F:     arch/arm/include/uapi/asm/kvm*
-F:     arch/arm/include/asm/kvm*
-F:     arch/arm/kvm/
 F:     arch/arm64/include/uapi/asm/kvm*
 F:     arch/arm64/include/asm/kvm*
 F:     arch/arm64/kvm/
@@ -9242,6 +9305,7 @@ L:        kvm@vger.kernel.org
 W:     http://www.ibm.com/developerworks/linux/linux390/
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
 S:     Supported
+F:     Documentation/virt/kvm/s390*
 F:     arch/s390/include/uapi/asm/kvm*
 F:     arch/s390/include/asm/gmap.h
 F:     arch/s390/include/asm/kvm*
@@ -9384,6 +9448,8 @@ F:        include/net/l3mdev.h
 L7 BPF FRAMEWORK
 M:     John Fastabend <john.fastabend@gmail.com>
 M:     Daniel Borkmann <daniel@iogearbox.net>
+M:     Jakub Sitnicki <jakub@cloudflare.com>
+M:     Lorenz Bauer <lmb@cloudflare.com>
 L:     netdev@vger.kernel.org
 L:     bpf@vger.kernel.org
 S:     Maintained
@@ -9391,6 +9457,7 @@ F:        include/linux/skmsg.h
 F:     net/core/skmsg.c
 F:     net/core/sock_map.c
 F:     net/ipv4/tcp_bpf.c
+F:     net/ipv4/udp_bpf.c
 
 LANTIQ / INTEL Ethernet drivers
 M:     Hauke Mehrtens <hauke@hauke-m.de>
@@ -9419,7 +9486,7 @@ LASI 53c700 driver for PARISC
 M:     "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
 L:     linux-scsi@vger.kernel.org
 S:     Maintained
-F:     Documentation/scsi/53c700.txt
+F:     Documentation/scsi/53c700.rst
 F:     drivers/scsi/53c700*
 
 LEAKING_ADDRESSES
@@ -9626,17 +9693,16 @@ F:      include/uapi/linux/lightnvm.h
 
 LINUX FOR POWER MACINTOSH
 M:     Benjamin Herrenschmidt <benh@kernel.crashing.org>
-W:     http://www.penguinppc.org/
 L:     linuxppc-dev@lists.ozlabs.org
-S:     Maintained
+S:     Odd Fixes
 F:     arch/powerpc/platforms/powermac/
 F:     drivers/macintosh/
 
 LINUX FOR POWERPC (32-BIT AND 64-BIT)
-M:     Benjamin Herrenschmidt <benh@kernel.crashing.org>
-M:     Paul Mackerras <paulus@samba.org>
 M:     Michael Ellerman <mpe@ellerman.id.au>
-W:     https://github.com/linuxppc/linux/wiki
+R:     Benjamin Herrenschmidt <benh@kernel.crashing.org>
+R:     Paul Mackerras <paulus@samba.org>
+W:     https://github.com/linuxppc/wiki/wiki
 L:     linuxppc-dev@lists.ozlabs.org
 Q:     http://patchwork.ozlabs.org/project/linuxppc-dev/list/
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
@@ -9653,6 +9719,8 @@ F:        drivers/crypto/vmx/
 F:     drivers/i2c/busses/i2c-opal.c
 F:     drivers/net/ethernet/ibm/ibmveth.*
 F:     drivers/net/ethernet/ibm/ibmvnic.*
+F:     drivers/*/*/*pasemi*
+F:     drivers/*/*pasemi*
 F:     drivers/pci/hotplug/pnv_php.c
 F:     drivers/pci/hotplug/rpa*
 F:     drivers/rtc/rtc-opal.c
@@ -9669,51 +9737,31 @@ N:      pseries
 LINUX FOR POWERPC EMBEDDED MPC5XXX
 M:     Anatolij Gustschin <agust@denx.de>
 L:     linuxppc-dev@lists.ozlabs.org
-T:     git git://git.denx.de/linux-denx-agust.git
-S:     Maintained
+S:     Odd Fixes
 F:     arch/powerpc/platforms/512x/
 F:     arch/powerpc/platforms/52xx/
 
 LINUX FOR POWERPC EMBEDDED PPC4XX
-M:     Alistair Popple <alistair@popple.id.au>
-M:     Matt Porter <mporter@kernel.crashing.org>
-W:     http://www.penguinppc.org/
 L:     linuxppc-dev@lists.ozlabs.org
-S:     Maintained
+S:     Orphan
 F:     arch/powerpc/platforms/40x/
 F:     arch/powerpc/platforms/44x/
 
 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
 M:     Scott Wood <oss@buserror.net>
-M:     Kumar Gala <galak@kernel.crashing.org>
-W:     http://www.penguinppc.org/
 L:     linuxppc-dev@lists.ozlabs.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
-S:     Maintained
+S:     Odd fixes
 F:     arch/powerpc/platforms/83xx/
 F:     arch/powerpc/platforms/85xx/
 F:     Documentation/devicetree/bindings/powerpc/fsl/
 
 LINUX FOR POWERPC EMBEDDED PPC8XX
-M:     Vitaly Bordug <vitb@kernel.crashing.org>
-W:     http://www.penguinppc.org/
+M:     Christophe Leroy <christophe.leroy@c-s.fr>
 L:     linuxppc-dev@lists.ozlabs.org
 S:     Maintained
 F:     arch/powerpc/platforms/8xx/
 
-LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
-L:     linuxppc-dev@lists.ozlabs.org
-S:     Orphan
-F:     arch/powerpc/*/*virtex*
-F:     arch/powerpc/*/*/*virtex*
-
-LINUX FOR POWERPC PA SEMI PWRFICIENT
-L:     linuxppc-dev@lists.ozlabs.org
-S:     Orphan
-F:     arch/powerpc/platforms/pasemi/
-F:     drivers/*/*pasemi*
-F:     drivers/*/*/*pasemi*
-
 LINUX KERNEL DUMP TEST MODULE (LKDTM)
 M:     Kees Cook <keescook@chromium.org>
 S:     Maintained
@@ -10049,6 +10097,7 @@ F:      Documentation/devicetree/bindings/phy/phy-mvebu-utmi.txt
 MARVELL CRYPTO DRIVER
 M:     Boris Brezillon <bbrezillon@kernel.org>
 M:     Arnaud Ebalard <arno@natisbad.org>
+M:     Srujana Challa <schalla@marvell.com>
 F:     drivers/crypto/marvell/
 S:     Maintained
 L:     linux-crypto@vger.kernel.org
@@ -10121,6 +10170,13 @@ M:     Nicolas Pitre <nico@fluxnic.net>
 S:     Odd Fixes
 F:     drivers/mmc/host/mvsdio.*
 
+MARVELL USB MDIO CONTROLLER DRIVER
+M:     Tobias Waldekranz <tobias@waldekranz.com>
+L:     netdev@vger.kernel.org
+S:     Maintained
+F:     drivers/net/phy/mdio-mvusb.c
+F:     Documentation/devicetree/bindings/net/marvell,mvusb.yaml
+
 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
 M:     Hu Ziji <huziji@marvell.com>
 L:     linux-mmc@vger.kernel.org
@@ -10263,11 +10319,18 @@ M:    Dan Murphy <dmurphy@ti.com>
 M:     Sriram Dash <sriram.dash@samsung.com>
 L:     linux-can@vger.kernel.org
 S:     Maintained
-F:     Documentation/devicetree/bindings/net/can/m_can.txt
+F:     Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
 F:     drivers/net/can/m_can/m_can.c
 F:     drivers/net/can/m_can/m_can.h
 F:     drivers/net/can/m_can/m_can_platform.c
 
+MCP2221A MICROCHIP USB-HID TO I2C BRIDGE DRIVER
+M:     Rishi Gupta <gupt21@gmail.com>
+L:     linux-i2c@vger.kernel.org
+L:     linux-input@vger.kernel.org
+S:     Maintained
+F:     drivers/hid/hid-mcp2221.c
+
 MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
 M:     Peter Rosin <peda@axentia.se>
 L:     linux-iio@vger.kernel.org
@@ -10467,7 +10530,7 @@ L:      linux-renesas-soc@vger.kernel.org
 T:     git git://linuxtv.org/media_tree.git
 S:     Supported
 F:     Documentation/devicetree/bindings/media/renesas,csi2.yaml
-F:     Documentation/devicetree/bindings/media/renesas,vin.txt
+F:     Documentation/devicetree/bindings/media/renesas,vin.yaml
 F:     drivers/media/platform/rcar-vin/
 
 MEDIA DRIVERS FOR RENESAS - VSP1
@@ -10672,7 +10735,7 @@ L:      megaraidlinux.pdl@broadcom.com
 L:     linux-scsi@vger.kernel.org
 W:     http://www.avagotech.com/support/
 S:     Maintained
-F:     Documentation/scsi/megaraid.txt
+F:     Documentation/scsi/megaraid.rst
 F:     drivers/scsi/megaraid.*
 F:     drivers/scsi/megaraid/
 
@@ -10924,6 +10987,16 @@ M:     Vladimir Vid <vladimir.vid@sartura.hr>
 S:     Maintained
 F:     arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
 
+MHI BUS
+M:     Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
+M:     Hemant Kumar <hemantk@codeaurora.org>
+L:     linux-arm-msm@vger.kernel.org
+S:     Maintained
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git
+F:     Documentation/mhi/
+F:     drivers/bus/mhi/
+F:     include/linux/mhi.h
+
 MICROBLAZE ARCHITECTURE
 M:     Michal Simek <monstr@monstr.eu>
 W:     http://www.monstr.eu/fdt/
@@ -11126,7 +11199,7 @@ F:      drivers/scsi/smartpqi/Kconfig
 F:     drivers/scsi/smartpqi/Makefile
 F:     include/linux/cciss*.h
 F:     include/uapi/linux/cciss*.h
-F:     Documentation/scsi/smartpqi.txt
+F:     Documentation/scsi/smartpqi.rst
 
 MICROSEMI ETHERNET SWITCH DRIVER
 M:     Alexandre Belloni <alexandre.belloni@bootlin.com>
@@ -11203,6 +11276,7 @@ S:      Maintained
 F:     arch/mips/loongson64/
 F:     arch/mips/include/asm/mach-loongson64/
 F:     drivers/platform/mips/cpu_hwmon.c
+F:     drivers/irqchip/irq-loongson*
 F:     drivers/*/*loongson3*
 F:     drivers/*/*/*loongson3*
 
@@ -11486,6 +11560,7 @@ L:      linux-mtd@lists.infradead.org
 W:     http://www.linux-mtd.infradead.org/
 Q:     http://patchwork.ozlabs.org/project/linux-mtd/list/
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
+C:     irc://irc.oftc.net/mtd
 S:     Maintained
 F:     drivers/mtd/nand/
 F:     include/linux/mtd/*nand*.h
@@ -11506,7 +11581,7 @@ M:      Finn Thain <fthain@telegraphics.com.au>
 M:     Michael Schmitz <schmitzmic@gmail.com>
 L:     linux-scsi@vger.kernel.org
 S:     Maintained
-F:     Documentation/scsi/g_NCR5380.txt
+F:     Documentation/scsi/g_NCR5380.rst
 F:     drivers/scsi/NCR5380.*
 F:     drivers/scsi/arm/cumana_1.c
 F:     drivers/scsi/arm/oak.c
@@ -11736,6 +11811,7 @@ W:      https://github.com/multipath-tcp/mptcp_net-next/wiki
 B:     https://github.com/multipath-tcp/mptcp_net-next/issues
 S:     Maintained
 F:     include/net/mptcp.h
+F:     include/uapi/linux/mptcp.h
 F:     net/mptcp/
 F:     tools/testing/selftests/net/mptcp/
 
@@ -11834,7 +11910,7 @@ NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
 M:     YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
 W:     http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
 S:     Maintained
-F:     Documentation/scsi/NinjaSCSI.txt
+F:     Documentation/scsi/NinjaSCSI.rst
 F:     drivers/scsi/pcmcia/nsp_*
 
 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
@@ -11842,7 +11918,7 @@ M:      GOTO Masanori <gotom@debian.or.jp>
 M:     YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
 W:     http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
 S:     Maintained
-F:     Documentation/scsi/NinjaSCSI.txt
+F:     Documentation/scsi/NinjaSCSI.rst
 F:     drivers/scsi/nsp32*
 
 NIOS2 ARCHITECTURE
@@ -11894,6 +11970,7 @@ F:      scripts/nsdeps
 F:     Documentation/core-api/symbol-namespaces.rst
 
 NTB AMD DRIVER
+M:     Sanjay R Mehta <sanju.mehta@amd.com>
 M:     Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
 L:     linux-ntb@googlegroups.com
 S:     Supported
@@ -12451,7 +12528,6 @@ F:      Documentation/ABI/testing/sysfs-firmware-ofw
 
 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
 M:     Rob Herring <robh+dt@kernel.org>
-M:     Mark Rutland <mark.rutland@arm.com>
 L:     devicetree@vger.kernel.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
 Q:     http://patchwork.ozlabs.org/project/devicetree-bindings/list/
@@ -12573,16 +12649,6 @@ W:     http://wireless.kernel.org/en/users/Drivers/p54
 S:     Maintained
 F:     drivers/net/wireless/intersil/p54/
 
-PA SEMI ETHERNET DRIVER
-L:     netdev@vger.kernel.org
-S:     Orphan
-F:     drivers/net/ethernet/pasemi/*
-
-PA SEMI SMBUS DRIVER
-L:     linux-i2c@vger.kernel.org
-S:     Orphan
-F:     drivers/i2c/busses/i2c-pasemi.c
-
 PACKING
 M:     Vladimir Oltean <olteanv@gmail.com>
 L:     netdev@vger.kernel.org
@@ -12772,7 +12838,7 @@ PCI DRIVER FOR CADENCE PCIE IP
 M:     Tom Joseph <tjoseph@cadence.com>
 L:     linux-pci@vger.kernel.org
 S:     Maintained
-F:     Documentation/devicetree/bindings/pci/cdns,*.txt
+F:     Documentation/devicetree/bindings/pci/cdns,*
 F:     drivers/pci/controller/cadence/
 
 PCI DRIVER FOR FREESCALE LAYERSCAPE
@@ -12785,6 +12851,14 @@ L:     linux-arm-kernel@lists.infradead.org
 S:     Maintained
 F:     drivers/pci/controller/dwc/*layerscape*
 
+PCI DRIVER FOR NXP LAYERSCAPE GEN4 CONTROLLER
+M:     Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
+L:     linux-pci@vger.kernel.org
+L:     linux-arm-kernel@lists.infradead.org
+S:     Maintained
+F:     Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt
+F:     drivers/pci/controller/mobibeil/pcie-layerscape-gen4.c
+
 PCI DRIVER FOR GENERIC OF HOSTS
 M:     Will Deacon <will@kernel.org>
 L:     linux-pci@vger.kernel.org
@@ -12827,7 +12901,7 @@ M:      Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
 L:     linux-pci@vger.kernel.org
 S:     Supported
 F:     Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
-F:     drivers/pci/controller/pcie-mobiveil.c
+F:     drivers/pci/controller/mobiveil/pcie-mobiveil*
 
 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
 M:     Thomas Petazzoni <thomas.petazzoni@bootlin.com>
@@ -13192,6 +13266,7 @@ S:      Maintained
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
 F:     samples/pidfd/
 F:     tools/testing/selftests/pidfd/
+F:     tools/testing/selftests/pid_namespace/
 F:     tools/testing/selftests/clone3/
 K:     (?i)pidfd
 K:     (?i)clone3
@@ -13200,21 +13275,13 @@ K:    \b(clone_args|kernel_clone_args)\b
 PIN CONTROL SUBSYSTEM
 M:     Linus Walleij <linus.walleij@linaro.org>
 L:     linux-gpio@vger.kernel.org
-T:     git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
 S:     Maintained
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
 F:     Documentation/devicetree/bindings/pinctrl/
 F:     Documentation/driver-api/pinctl.rst
 F:     drivers/pinctrl/
 F:     include/linux/pinctrl/
 
-PIN CONTROLLER - MICROCHIP AT91
-M:     Ludovic Desroches <ludovic.desroches@microchip.com>
-L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-L:     linux-gpio@vger.kernel.org
-S:     Supported
-F:     drivers/pinctrl/pinctrl-at91*
-F:     drivers/gpio/gpio-sama5d2-piobu.c
-
 PIN CONTROLLER - FREESCALE
 M:     Dong Aisheng <aisheng.dong@nxp.com>
 M:     Fabio Estevam <festevam@gmail.com>
@@ -13223,14 +13290,14 @@ M:    Stefan Agner <stefan@agner.ch>
 R:     Pengutronix Kernel Team <kernel@pengutronix.de>
 L:     linux-gpio@vger.kernel.org
 S:     Maintained
-F:     drivers/pinctrl/freescale/
 F:     Documentation/devicetree/bindings/pinctrl/fsl,*
+F:     drivers/pinctrl/freescale/
 
 PIN CONTROLLER - INTEL
 M:     Mika Westerberg <mika.westerberg@linux.intel.com>
 M:     Andy Shevchenko <andy@kernel.org>
-T:     git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git
 S:     Maintained
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git
 F:     drivers/pinctrl/intel/
 
 PIN CONTROLLER - MEDIATEK
@@ -13241,18 +13308,26 @@ F:    Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
 F:     Documentation/devicetree/bindings/pinctrl/pinctrl-mt7622.txt
 F:     drivers/pinctrl/mediatek/
 
+PIN CONTROLLER - MICROCHIP AT91
+M:     Ludovic Desroches <ludovic.desroches@microchip.com>
+L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L:     linux-gpio@vger.kernel.org
+S:     Supported
+F:     drivers/gpio/gpio-sama5d2-piobu.c
+F:     drivers/pinctrl/pinctrl-at91*
+
 PIN CONTROLLER - QUALCOMM
 M:     Bjorn Andersson <bjorn.andersson@linaro.org>
-S:     Maintained
 L:     linux-arm-msm@vger.kernel.org
+S:     Maintained
 F:     Documentation/devicetree/bindings/pinctrl/qcom,*.txt
 F:     drivers/pinctrl/qcom/
 
 PIN CONTROLLER - RENESAS
 M:     Geert Uytterhoeven <geert+renesas@glider.be>
 L:     linux-renesas-soc@vger.kernel.org
-T:     git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
 S:     Maintained
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
 F:     drivers/pinctrl/pinctrl-rz*
 F:     drivers/pinctrl/sh-pfc/
 
@@ -13262,12 +13337,12 @@ M:    Krzysztof Kozlowski <krzk@kernel.org>
 M:     Sylwester Nawrocki <s.nawrocki@samsung.com>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:     linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
-Q:     https://patchwork.kernel.org/project/linux-samsung-soc/list/
-T:     git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
 S:     Maintained
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
+Q:     https://patchwork.kernel.org/project/linux-samsung-soc/list/
+F:     Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
 F:     drivers/pinctrl/samsung/
 F:     include/dt-bindings/pinctrl/samsung.h
-F:     Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
 
 PIN CONTROLLER - SINGLE
 M:     Tony Lindgren <tony@atomide.com>
@@ -13280,8 +13355,8 @@ F:      drivers/pinctrl/pinctrl-single.c
 PIN CONTROLLER - ST SPEAR
 M:     Viresh Kumar <vireshk@kernel.org>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-W:     http://www.st.com/spear
 S:     Maintained
+W:     http://www.st.com/spear
 F:     drivers/pinctrl/spear/
 
 PISTACHIO SOC SUPPORT
@@ -13553,6 +13628,12 @@ F:     net/psample
 F:     include/net/psample.h
 F:     include/uapi/linux/psample.h
 
+PRESSURE STALL INFORMATION (PSI)
+M:     Johannes Weiner <hannes@cmpxchg.org>
+S:     Maintained
+F:     kernel/sched/psi.c
+F:     include/linux/psi*
+
 PSTORE FILESYSTEM
 M:     Kees Cook <keescook@chromium.org>
 M:     Anton Vorontsov <anton@enomsg.org>
@@ -13697,6 +13778,12 @@ L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
 S:     Supported
 F:     sound/soc/qcom/
 
+QCOM IPA DRIVER
+M:     Alex Elder <elder@kernel.org>
+L:     netdev@vger.kernel.org
+S:     Supported
+F:     drivers/net/ipa/
+
 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
 M:     Gabriel Somlo <somlo@cmu.edu>
 M:     "Michael S. Tsirkin" <mst@redhat.com>
@@ -14108,6 +14195,7 @@ S:      Supported
 F:     arch/x86/kernel/cpu/resctrl/
 F:     arch/x86/include/asm/resctrl_sched.h
 F:     Documentation/x86/resctrl*
+F:     tools/testing/selftests/resctrl/
 
 READ-COPY UPDATE (RCU)
 M:     "Paul E. McKenney" <paulmck@kernel.org>
@@ -14507,7 +14595,7 @@ F:      Documentation/s390/
 F:     Documentation/driver-api/s390-drivers.rst
 
 S390 COMMON I/O LAYER
-M:     Sebastian Ott <sebott@linux.ibm.com>
+M:     Vineeth Vijayan <vneethv@linux.ibm.com>
 M:     Peter Oberparleiter <oberpar@linux.ibm.com>
 L:     linux-s390@vger.kernel.org
 W:     http://www.ibm.com/developerworks/linux/linux390/
@@ -14549,7 +14637,7 @@ S:      Supported
 F:     drivers/s390/net/
 
 S390 PCI SUBSYSTEM
-M:     Sebastian Ott <sebott@linux.ibm.com>
+M:     Niklas Schnelle <schnelle@linux.ibm.com>
 M:     Gerald Schaefer <gerald.schaefer@de.ibm.com>
 L:     linux-s390@vger.kernel.org
 W:     http://www.ibm.com/developerworks/linux/linux390/
@@ -14843,7 +14931,7 @@ M:      Doug Gilbert <dgilbert@interlog.com>
 L:     linux-scsi@vger.kernel.org
 W:     http://sg.danny.cz/sg
 S:     Maintained
-F:     Documentation/scsi/scsi-generic.txt
+F:     Documentation/scsi/scsi-generic.rst
 F:     drivers/scsi/sg.c
 F:     include/scsi/sg.h
 
@@ -14863,7 +14951,7 @@ SCSI TAPE DRIVER
 M:     Kai Mäkisara <Kai.Makisara@kolumbus.fi>
 L:     linux-scsi@vger.kernel.org
 S:     Maintained
-F:     Documentation/scsi/st.txt
+F:     Documentation/scsi/st.rst
 F:     drivers/scsi/st.*
 F:     drivers/scsi/st_*.h
 
@@ -15020,7 +15108,7 @@ X:      security/selinux/
 
 SELINUX SECURITY MODULE
 M:     Paul Moore <paul@paul-moore.com>
-M:     Stephen Smalley <sds@tycho.nsa.gov>
+M:     Stephen Smalley <stephen.smalley.work@gmail.com>
 M:     Eric Paris <eparis@parisplace.org>
 L:     selinux@vger.kernel.org
 W:     https://selinuxproject.org
@@ -15032,6 +15120,7 @@ F:      security/selinux/
 F:     scripts/selinux/
 F:     Documentation/admin-guide/LSM/SELinux.rst
 F:     Documentation/ABI/obsolete/sysfs-selinux-disable
+F:     Documentation/ABI/obsolete/sysfs-selinux-checkreqprot
 
 SENSABLE PHANTOM
 M:     Jiri Slaby <jirislaby@gmail.com>
@@ -15049,7 +15138,7 @@ SERIAL DEVICE BUS
 M:     Rob Herring <robh@kernel.org>
 L:     linux-serial@vger.kernel.org
 S:     Maintained
-F:     Documentation/devicetree/bindings/serial/slave-device.txt
+F:     Documentation/devicetree/bindings/serial/serial.yaml
 F:     drivers/tty/serdev/
 F:     include/linux/serdev.h
 
@@ -15089,14 +15178,6 @@ M:     Dimitri Sivanich <sivanich@sgi.com>
 S:     Maintained
 F:     drivers/misc/sgi-gru/
 
-SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
-M:     Pat Gefre <pfg@sgi.com>
-L:     linux-ia64@vger.kernel.org
-S:     Supported
-F:     Documentation/ia64/serial.rst
-F:     drivers/tty/serial/ioc?_serial.c
-F:     include/linux/ioc?.h
-
 SGI XP/XPC/XPNET DRIVER
 M:     Cliff Whickman <cpw@sgi.com>
 M:     Robin Holt <robinmholt@gmail.com>
@@ -15625,8 +15706,8 @@ F:      include/linux/memstick.h
 SONY VAIO CONTROL DEVICE DRIVER
 M:     Mattia Dongili <malattia@linux.it>
 L:     platform-driver-x86@vger.kernel.org
-W:     http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
 S:     Maintained
+W:     http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
 F:     Documentation/admin-guide/laptops/sony-laptop.rst
 F:     drivers/char/sonypi.c
 F:     drivers/platform/x86/sony-laptop.c
@@ -15676,6 +15757,17 @@ F:     sound/soc/
 F:     include/dt-bindings/sound/
 F:     include/sound/soc*
 
+SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS
+M:     Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
+M:     Liam Girdwood <lgirdwood@gmail.com>
+M:     Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
+M:     Kai Vehmanen <kai.vehmanen@linux.intel.com>
+M:     Daniel Baluta <daniel.baluta@nxp.com>
+L:     sound-open-firmware@alsa-project.org (moderated for non-subscribers)
+W:     https://github.com/thesofproject/linux/
+S:     Supported
+F:     sound/soc/sof/
+
 SOUNDWIRE SUBSYSTEM
 M:     Vinod Koul <vkoul@kernel.org>
 M:     Sanyog Kale <sanyog.r.kale@intel.com>
@@ -15750,6 +15842,7 @@ L:      linux-mtd@lists.infradead.org
 W:     http://www.linux-mtd.infradead.org/
 Q:     http://patchwork.ozlabs.org/project/linux-mtd/list/
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
+C:     irc://irc.oftc.net/mtd
 S:     Maintained
 F:     drivers/mtd/spi-nor/
 F:     include/linux/mtd/spi-nor.h
@@ -15983,7 +16076,6 @@ F:      drivers/pwm/pwm-stm32*
 F:     include/linux/*/stm32-*tim*
 F:     Documentation/ABI/testing/*timer-stm32
 F:     Documentation/devicetree/bindings/*/*stm32-*timer*
-F:     Documentation/devicetree/bindings/pwm/pwm-stm32*
 
 STMMAC ETHERNET DRIVER
 M:     Giuseppe Cavallaro <peppe.cavallaro@st.com>
@@ -16173,6 +16265,13 @@ L:     netdev@vger.kernel.org
 S:     Supported
 F:     drivers/net/ethernet/synopsys/
 
+SYNOPSYS DESIGNWARE ETHERNET XPCS DRIVER
+M:     Jose Abreu <Jose.Abreu@synopsys.com>
+L:     netdev@vger.kernel.org
+S:     Supported
+F:     drivers/net/phy/mdio-xpcs.c
+F:     include/linux/mdio-xpcs.h
+
 SYNOPSYS DESIGNWARE I2C DRIVER
 M:     Jarkko Nikula <jarkko.nikula@linux.intel.com>
 R:     Andy Shevchenko <andriy.shevchenko@linux.intel.com>
@@ -16601,10 +16700,10 @@ THINKPAD ACPI EXTRAS DRIVER
 M:     Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
 L:     ibm-acpi-devel@lists.sourceforge.net
 L:     platform-driver-x86@vger.kernel.org
+S:     Maintained
 W:     http://ibm-acpi.sourceforge.net
 W:     http://thinkwiki.org/wiki/Ibm-acpi
 T:     git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
-S:     Maintained
 F:     drivers/platform/x86/thinkpad_acpi.c
 
 THUNDERBOLT DRIVER
@@ -17100,6 +17199,18 @@ W:     http://linuxtv.org
 S:     Maintained
 F:     drivers/media/pci/tw686x/
 
+UACCE ACCELERATOR FRAMEWORK
+M:     Zhangfei Gao <zhangfei.gao@linaro.org>
+M:     Zhou Wang <wangzhou1@hisilicon.com>
+L:     linux-accelerators@lists.ozlabs.org
+L:     linux-kernel@vger.kernel.org
+S:     Maintained
+F:     Documentation/ABI/testing/sysfs-driver-uacce
+F:     Documentation/misc-devices/uacce.rst
+F:     drivers/misc/uacce/
+F:     include/linux/uacce.h
+F:     include/uapi/misc/uacce/
+
 UBI FILE SYSTEM (UBIFS)
 M:     Richard Weinberger <richard@nod.at>
 L:     linux-mtd@lists.infradead.org
@@ -17196,7 +17307,7 @@ R:      Alim Akhtar <alim.akhtar@samsung.com>
 R:     Avri Altman <avri.altman@wdc.com>
 L:     linux-scsi@vger.kernel.org
 S:     Supported
-F:     Documentation/scsi/ufs.txt
+F:     Documentation/scsi/ufs.rst
 F:     drivers/scsi/ufs/
 
 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
@@ -17915,6 +18026,13 @@ S:     Supported
 F:     arch/x86/kernel/cpu/vmware.c
 F:     arch/x86/include/asm/vmware.h
 
+VMWARE VIRTUAL PTP CLOCK DRIVER
+M:     Vivek Thampi <vithampi@vmware.com>
+M:     "VMware, Inc." <pv-drivers@vmware.com>
+L:     netdev@vger.kernel.org
+S:     Supported
+F:     drivers/ptp/ptp_vmw.c
+
 VMWARE PVRDMA DRIVER
 M:     Adit Ranadive <aditr@vmware.com>
 M:     VMware PV-Drivers <pv-drivers@vmware.com>
@@ -18249,10 +18367,10 @@ X86 PLATFORM DRIVERS
 M:     Darren Hart <dvhart@infradead.org>
 M:     Andy Shevchenko <andy@infradead.org>
 L:     platform-driver-x86@vger.kernel.org
-T:     git git://git.infradead.org/linux-platform-drivers-x86.git
 S:     Odd Fixes
-F:     drivers/platform/x86/
+T:     git git://git.infradead.org/linux-platform-drivers-x86.git
 F:     drivers/platform/olpc/
+F:     drivers/platform/x86/
 
 X86 PLATFORM DRIVERS - ARCH
 R:     Darren Hart <dvhart@infradead.org>