This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c309b6f24222 Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/li [...] new 450e5b6f654b ARC: mm: do_page_fault refactor #1: remove label @good_area new 13e2cc1240eb ARC: mm: do_page_fault refactor #2: remove short lived variable new 85c5e33763a7 ARC: mm: do_page_fault refactor #3: tidyup vma access perm [...] new 02c88d142ea6 ARC: mm: do_page_fault refactor #4: consolidate retry rela [...] new d0542c7eacd5 ARC: mm: do_page_fault refactor #5: scoot no_context to end new 98cb57ad70fb ARC: mm: do_page_fault refactor #6: error handlers to use [...] new 5e91bf5ce9b8 ARC: mm: do_page_fault refactor #7: fold the various error [...] new 926150db8558 ARC: mm: do_page_fault refactor #8: release mmap_sem sooner new 45869eb0c0af ARCv2: entry: comments about hardware auto-save on taken i [...] new 23c0cbd0c75c ARCv2: entry: push out the Z flag unclobber from common EX [...] new ab854bfcd310 ARCv2: entry: avoid a branch new a4880801a72e ARCv2: entry: rewrite to enable use of double load/stores LDD/STD new 68e5c6f073bc ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause new 75370ad44075 ARCv2: entry: simplify return to Delay Slot via interrupt new 94b8beb972c5 ARC: [haps] Add Virtio support new fd5de2721ea7 ARC: hide unused function unw_hdr_alloc new aab128d006e7 ARC: [plat-hsdk]: enable DW SPI controller new 24a20b0a443f ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfig new 3eb514866f20 Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/li [...]
The 19 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/boot/dts/haps_hs.dts | 30 +++ arch/arc/boot/dts/hsdk.dts | 14 ++ arch/arc/configs/haps_hs_defconfig | 5 +- arch/arc/configs/hsdk_defconfig | 5 + arch/arc/include/asm/entry-arcv2.h | 361 ++++++++++++++++++----------------- arch/arc/include/asm/entry-compact.h | 4 +- arch/arc/include/asm/linkage.h | 18 ++ arch/arc/kernel/asm-offsets.c | 7 + arch/arc/kernel/entry-arcv2.S | 62 ++---- arch/arc/kernel/entry-compact.S | 2 +- arch/arc/kernel/entry.S | 4 +- arch/arc/kernel/unwind.c | 9 +- arch/arc/mm/fault.c | 185 ++++++++---------- arch/arc/mm/tlbex.S | 11 ++ 14 files changed, 377 insertions(+), 340 deletions(-)