This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 24ccea7e102d Merge tag 'xfs-4.20-fixes-1' of git://git.kernel.org/pub/s [...] new ef5febae1543 s390/decompressor: add missing FORCE to build targets new b44b136a3773 s390/vdso: add missing FORCE to build targets new 5a2e1853d689 s390: avoid vmlinux segments overlap new a8874e7e8a88 mm: make the __PAGETABLE_PxD_FOLDED defines non-empty new 1071fc5779d9 mm: introduce mm_[p4d|pud|pmd]_folded new 6d212db11947 mm: add mm_pxd_folded checks to pgtable_bytes accounting f [...] new e12e4044aede s390/mm: fix mis-accounting of pgtable_bytes new c43e1c5a801f s390/cpum_sf: Rework attribute definition for diagnostic sampling new 9fed920e6817 s390/kasan: increase instrumented stack size to 64k new a541f0ebcc08 s390/mm: Fix ERROR: "__node_distance" undefined! new 02522ad77fb7 s390: update defconfigs new 0bb2ae1b26e1 s390/perf: Change CPUM_CF return code in event init function new 3541833fd1f2 Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/li [...]
The 13 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/arm/include/asm/pgtable-2level.h | 2 +- arch/m68k/include/asm/pgtable_mm.h | 4 +- arch/microblaze/include/asm/pgtable.h | 2 +- arch/nds32/include/asm/pgtable.h | 2 +- arch/parisc/include/asm/pgtable.h | 2 +- arch/s390/Makefile | 2 +- arch/s390/boot/compressed/Makefile | 16 +++---- arch/s390/configs/debug_defconfig | 14 ++++-- arch/s390/configs/performance_defconfig | 13 +++++- arch/s390/defconfig | 79 +++++++++++++++++--------------- arch/s390/include/asm/mmu_context.h | 5 -- arch/s390/include/asm/pgalloc.h | 6 +-- arch/s390/include/asm/pgtable.h | 18 ++++++++ arch/s390/include/asm/thread_info.h | 2 +- arch/s390/include/asm/tlb.h | 6 +-- arch/s390/kernel/entry.S | 6 +-- arch/s390/kernel/perf_cpum_cf.c | 2 +- arch/s390/kernel/perf_cpum_sf.c | 33 +++++++++++-- arch/s390/kernel/vdso32/Makefile | 6 +-- arch/s390/kernel/vdso64/Makefile | 6 +-- arch/s390/kernel/vmlinux.lds.S | 4 +- arch/s390/mm/pgalloc.c | 1 + arch/s390/numa/numa.c | 1 + include/asm-generic/4level-fixup.h | 2 +- include/asm-generic/5level-fixup.h | 2 +- include/asm-generic/pgtable-nop4d-hack.h | 2 +- include/asm-generic/pgtable-nop4d.h | 2 +- include/asm-generic/pgtable-nopmd.h | 2 +- include/asm-generic/pgtable-nopud.h | 2 +- include/asm-generic/pgtable.h | 16 +++++++ include/linux/mm.h | 8 ++++ 31 files changed, 175 insertions(+), 93 deletions(-)