This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from babf09c3837f Merge tag 'tag-chrome-platform-fixes-for-v5.1-rc2' of git: [...] new ef4c54c340de ARC: DTB: [scripted] fix node name and address spelling new 66f7d3709c43 ARC: [plat-hsdk]: Add reset controller handle to manage USB reset new 5d4ab8d0960e ARC: [plat-hsdk]: Enable AXI DW DMAC support new 4d1e7918aae5 ARCv2: lib: introduce memcpy optimized for unaligned access new 76551468833c ARCv2: Add explcit unaligned access support (and ability t [...] new fbe025c3eaf5 ARC: perf: bpok condition only exists for ARCompact new edb64bca50cd ARC: u-boot args: check that magic number is correct new 0728aeb7ead9 arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM new 00a4ae65cc60 ARCv2: boot log: refurbish HS core/release identification new 85d6adcbbe6d ARC: boot log: cut down on verbosity new 6dd356d8fc06 ARC: unaligned: relax the check for gcc supporting -mno-un [...] new 3032f0c90080 ARCv2: spinlock: remove the extra smp_mb before lock, afte [...] new 9a18b5a412ba arch: arc: Kconfig: pedantic formatting new 54c490164523 Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/li [...]
The 14 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: 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