This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from babf09c3837f Merge tag 'tag-chrome-platform-fixes-for-v5.1-rc2' of git: [...] adds ef4c54c340de ARC: DTB: [scripted] fix node name and address spelling adds 66f7d3709c43 ARC: [plat-hsdk]: Add reset controller handle to manage USB reset adds 5d4ab8d0960e ARC: [plat-hsdk]: Enable AXI DW DMAC support adds 4d1e7918aae5 ARCv2: lib: introduce memcpy optimized for unaligned access adds 76551468833c ARCv2: Add explcit unaligned access support (and ability t [...] adds fbe025c3eaf5 ARC: perf: bpok condition only exists for ARCompact adds edb64bca50cd ARC: u-boot args: check that magic number is correct adds 0728aeb7ead9 arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM adds 00a4ae65cc60 ARCv2: boot log: refurbish HS core/release identification adds 85d6adcbbe6d ARC: boot log: cut down on verbosity adds 6dd356d8fc06 ARC: unaligned: relax the check for gcc supporting -mno-un [...] adds 3032f0c90080 ARCv2: spinlock: remove the extra smp_mb before lock, afte [...] adds 9a18b5a412ba arch: arc: Kconfig: pedantic formatting adds 54c490164523 Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes: arch/arc/Kconfig | 21 +++- arch/arc/Makefile | 6 + arch/arc/boot/dts/abilis_tb100.dtsi | 58 ++++----- arch/arc/boot/dts/abilis_tb100_dvk.dts | 14 +-- arch/arc/boot/dts/abilis_tb101.dtsi | 58 ++++----- arch/arc/boot/dts/abilis_tb101_dvk.dts | 14 +-- arch/arc/boot/dts/abilis_tb10x.dtsi | 60 +++++----- arch/arc/boot/dts/axc001.dtsi | 6 +- arch/arc/boot/dts/axc003.dtsi | 16 +-- arch/arc/boot/dts/axc003_idu.dtsi | 16 +-- arch/arc/boot/dts/axs10x_mb.dtsi | 22 ++-- arch/arc/boot/dts/hsdk.dts | 33 +++++- arch/arc/boot/dts/vdk_axc003.dtsi | 4 +- arch/arc/boot/dts/vdk_axc003_idu.dtsi | 4 +- arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 18 +-- arch/arc/configs/hsdk_defconfig | 1 + arch/arc/include/asm/arcregs.h | 12 +- arch/arc/include/asm/irqflags-arcv2.h | 8 +- arch/arc/include/asm/perf_event.h | 2 +- arch/arc/include/asm/spinlock.h | 49 +++----- arch/arc/kernel/head.S | 6 + arch/arc/kernel/intc-arcv2.c | 2 +- arch/arc/kernel/setup.c | 211 +++++++++++++++++---------------- arch/arc/kernel/troubleshoot.c | 5 +- arch/arc/lib/Makefile | 8 +- arch/arc/lib/memcpy-archs-unaligned.S | 47 ++++++++ arch/arc/plat-eznps/Kconfig | 12 +- 27 files changed, 399 insertions(+), 314 deletions(-) create mode 100644 arch/arc/lib/memcpy-archs-unaligned.S