This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6ee2846cb4e7 Merge tag 'drm-fixes-2019-02-22' of git://anongit.freedesk [...] new 6db2983cd806 kallsyms: Handle too long symbols in kallsyms.c new 207a369e3c08 sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE new 77dc1181d896 Merge tag 'kbuild-fixes-v5.0-2' of git://git.kernel.org/pu [...] new b7dc5a071ddf parisc: Fix ptrace syscall number modification new 71d73a0b43c2 CREDITS/MAINTAINERS: Retire parisc-linux.org email domain new 8456e98e18f3 Merge branch 'parisc-5.0-1' of git://git.kernel.org/pub/sc [...] new 252f6e8eae90 ARCv2: Enable unaligned access in early ASM code new f8a15f976641 ARCv2: lib: memcpy: fix doing prefetchw outside of buffer new cdf92962adb0 ARC: fix actionpoints configuration detection new d5e3c55e01d8 ARC: uacces: remove lp_start, lp_end from clobber list new e494239a007e ARCv2: support manual regfile save on interrupts new a66f2e57bd56 ARC: U-boot: check arguments paranoidly new 493a2f812446 ARC: enable uboot support unconditionally new b6835ea77729 ARC: define ARCH_SLAB_MINALIGN = 8 new 7b2e932f633b ARCv2: don't assume core 0x54 has dual issue new 2cc63b390039 Merge tag 'arc-5.0-final' of git://git.kernel.org/pub/scm/ [...] new 94d9b9337d09 ARM: tegra: Restore DT ABI on Tegra124 Chromebooks new 759c962d3c9b ARM: dts: am335x-evmsk: Fix PHY mode for ethernet new 37685f6a63ee ARM: dts: am335x-evm: Fix PHY mode for ethernet new 0661465ec86e Merge branch 'am335x-phy-fixes' into omap-for-v5.0/fixes-v2 new 3858bfca2b78 Merge tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.ke [...] new 6fc979179c98 ARM: dts: armada-xp: fix Armada XP boards NAND description new bdd22a41d55b arm64: dts: clearfog-gt-8k: fix SGMII PHY reset signal new 2f8b1ce19ebd Merge tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/l [...] new 9053d2db8b04 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...]
The 25 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CREDITS | 20 ++-- MAINTAINERS | 5 +- arch/arc/Kconfig | 20 ++-- arch/arc/configs/nps_defconfig | 1 - arch/arc/configs/vdk_hs38_defconfig | 1 - arch/arc/configs/vdk_hs38_smp_defconfig | 2 - arch/arc/include/asm/arcregs.h | 8 ++ arch/arc/include/asm/cache.h | 11 ++ arch/arc/include/asm/entry-arcv2.h | 54 ++++++++++ arch/arc/include/asm/uaccess.h | 8 +- arch/arc/kernel/entry-arcv2.S | 4 +- arch/arc/kernel/head.S | 16 ++- arch/arc/kernel/intc-arcv2.c | 2 + arch/arc/kernel/setup.c | 119 +++++++++++++++------ arch/arc/lib/memcpy-archs.S | 14 --- arch/arc/plat-hsdk/Kconfig | 1 + arch/arm/boot/dts/am335x-evm.dts | 2 +- arch/arm/boot/dts/am335x-evmsk.dts | 4 +- arch/arm/boot/dts/armada-xp-db.dts | 46 ++++---- arch/arm/boot/dts/armada-xp-gp.dts | 13 ++- arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 85 ++++++++------- arch/arm/boot/dts/tegra124-nyan.dtsi | 17 ++- .../dts/marvell/armada-8040-clearfog-gt-8k.dts | 2 +- arch/parisc/kernel/ptrace.c | 29 +++-- arch/sh/boot/dts/Makefile | 2 +- scripts/kallsyms.c | 4 +- 26 files changed, 319 insertions(+), 171 deletions(-)