This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0c0ddd6ae47c Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watc [...] new d4f194ed9eb9 powerpc/eeh: Fix deadlock handling dead PHB new f2b67ef90b0d powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size new 50a175dd18de powerpc/hugetlb: Fix 8M hugepages on 8xx new a4031afb9d10 powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss new 2464cc4c3456 powerpc/tm: Fix clearing MSR[TS] in current when reclaimin [...] new 232ca1eecafe powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK new 5a528eb67908 powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK new 477f3488a94e powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VM [...] new 066bc3576e65 powerpc/xmon: Fix whitespace handling in getstring() new 9eb425b2e04e powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S new 2865936259e2 Merge tag 'powerpc-5.6-3' of git://git.kernel.org/pub/scm/ [...] new dd1f6308b28e arm64: lse: Fix LSE atomics with LLVM new d0022c0ef29b arm64: memory: Add missing brackets to untagged_addr() macro new ce4a64e1f656 docs: arm64: fix trivial spelling enought to enough in memory.rst new dcde237319e6 mm: Avoid creating virtual address aliases in brk()/mmap() [...] new 63f01d852c75 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 9038ec99ceb9 x86/xen: Distribute switch variables for initialization new 8645e56a4ad6 xen: Enable interrupts when calling _cond_resched() new 54dedb5b571d Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/ [...]
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: Documentation/arm64/memory.rst | 2 +- Documentation/arm64/tagged-address-abi.rst | 11 +- arch/arm64/include/asm/lse.h | 2 +- arch/arm64/include/asm/memory.h | 2 +- arch/powerpc/include/asm/page.h | 5 + arch/powerpc/include/asm/processor.h | 4 + arch/powerpc/kernel/asm-offsets.c | 12 +++ arch/powerpc/kernel/eeh_driver.c | 21 ++-- arch/powerpc/kernel/entry_32.S | 13 ++- arch/powerpc/kernel/head_32.S | 155 ++++++++++++++++++++++++++++- arch/powerpc/kernel/head_32.h | 21 +++- arch/powerpc/kernel/head_8xx.S | 2 +- arch/powerpc/kernel/idle_6xx.S | 8 ++ arch/powerpc/kernel/signal.c | 17 +++- arch/powerpc/kernel/signal_32.c | 28 +++--- arch/powerpc/kernel/signal_64.c | 22 ++-- arch/powerpc/mm/book3s32/hash_low.S | 52 +++++----- arch/powerpc/mm/book3s32/mmu.c | 10 +- arch/powerpc/mm/hugetlbpage.c | 29 ++++-- arch/powerpc/mm/kasan/kasan_init_32.c | 3 +- arch/powerpc/xmon/xmon.c | 5 + arch/x86/xen/enlighten_pv.c | 7 +- drivers/xen/preempt.c | 4 +- mm/mmap.c | 4 - mm/mremap.c | 1 - 25 files changed, 327 insertions(+), 113 deletions(-)