This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cd94257d7a81 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...] new a13f2ef168cb x86/xen: remove 32-bit Xen PV guest support new 56415c4c3da9 x86/xen: eliminate xen-asm_64.S new f2e39e8c4f0c x86/xen: drop tests for highmem in pv code new 5fa4e6f1c2d8 xen/gntdev: Fix dmabuf import with non-zero sgt offset new 14dee0586104 drm/xen-front: Fix misused IS_ERR_OR_NULL checks new 129572999a1e drm/xen-front: Add YUYV to supported formats new 6f92337b6bff xen: Sync up with the canonical protocol definition in Xen new 585c6ed738a5 drm/xen-front: Pass dumb buffer data offset to the backend new 0520058d0578 Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org [...] new 6553fb799f60 powerpc/pkeys: Fix boot failures with Nemo board (A-EON Am [...] new 7fca4dee610d Merge tag 'powerpc-5.9-2' of git://git.kernel.org/pub/scm/ [...]
The 11 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/powerpc/mm/book3s64/hash_utils.c | 5 +- arch/powerpc/mm/book3s64/pkeys.c | 12 +- arch/x86/entry/entry_32.S | 109 +------ arch/x86/entry/vdso/vdso32/note.S | 30 -- arch/x86/include/asm/proto.h | 2 +- arch/x86/include/asm/segment.h | 2 +- arch/x86/kernel/head_32.S | 31 -- arch/x86/xen/Kconfig | 3 +- arch/x86/xen/Makefile | 3 +- arch/x86/xen/apic.c | 17 -- arch/x86/xen/enlighten_pv.c | 78 +---- arch/x86/xen/mmu_pv.c | 492 ++++++------------------------- arch/x86/xen/p2m.c | 6 +- arch/x86/xen/setup.c | 36 +-- arch/x86/xen/smp_pv.c | 18 -- arch/x86/xen/vdso.h | 6 - arch/x86/xen/xen-asm.S | 194 +++++++++++- arch/x86/xen/xen-asm_32.S | 185 ------------ arch/x86/xen/xen-asm_64.S | 192 ------------ arch/x86/xen/xen-head.S | 6 - arch/x86/xen/xen-ops.h | 1 - drivers/gpu/drm/xen/xen_drm_front.c | 10 +- drivers/gpu/drm/xen/xen_drm_front.h | 2 +- drivers/gpu/drm/xen/xen_drm_front_conn.c | 1 + drivers/gpu/drm/xen/xen_drm_front_gem.c | 11 +- drivers/gpu/drm/xen/xen_drm_front_kms.c | 2 +- drivers/xen/Kconfig | 4 +- drivers/xen/gntdev-dmabuf.c | 8 + include/xen/interface/io/displif.h | 91 +++++- 29 files changed, 405 insertions(+), 1152 deletions(-) delete mode 100644 arch/x86/xen/vdso.h delete mode 100644 arch/x86/xen/xen-asm_32.S delete mode 100644 arch/x86/xen/xen-asm_64.S