This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 63d1cb53e26a Merge tag 'powerpc-5.13-3' of git://git.kernel.org/pub/scm [...] new e759959fe3b8 x86/sev-es: Rename sev-es.{ch} to sev.{ch} new b81fc74d53d1 x86/sev: Move GHCB MSR protocol and NAE definitions in a c [...] new 059e5c321a65 x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG new a554e740b66a x86/boot/compressed: Enable -Wundef new ccb013c29d2d Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.o [...] new 970655aa9b42 xen/gntdev: fix gntdev_mmap() error exit path new dbc03e81586f xen/unpopulated-alloc: fix error return code in fill_list() new cb6f6b3384d7 xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.h new 687842ec5034 arm64: do not set SWIOTLB_NO_FORCE when swiotlb is required new 97729b653de5 xen/swiotlb: check if the swiotlb has already been initialized new f44e58bb1905 Merge tag 'for-linus-5.13b-rc2-tag' of git://git.kernel.or [...] new e09784a8a751 alarmtimer: Check RTC features instead of ops new 3486d2c9be65 clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCL [...] new 8ce3648158d7 Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.o [...]
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: Documentation/virt/kvm/amd-memory-encryption.rst | 2 +- Documentation/x86/amd-memory-encryption.rst | 6 +-- arch/arm/xen/mm.c | 20 +++----- arch/arm64/mm/init.c | 3 +- arch/x86/boot/compressed/Makefile | 7 +-- arch/x86/boot/compressed/misc.c | 2 +- arch/x86/boot/compressed/misc.h | 2 +- arch/x86/boot/compressed/{sev-es.c => sev.c} | 4 +- arch/x86/include/asm/msr-index.h | 6 +-- arch/x86/include/asm/sev-common.h | 62 +++++++++++++++++++++++ arch/x86/include/asm/{sev-es.h => sev.h} | 30 ++--------- arch/x86/include/asm/vdso/clocksource.h | 2 + arch/x86/kernel/Makefile | 6 +-- arch/x86/kernel/cpu/amd.c | 4 +- arch/x86/kernel/cpu/mtrr/cleanup.c | 2 +- arch/x86/kernel/cpu/mtrr/generic.c | 4 +- arch/x86/kernel/head64.c | 2 +- arch/x86/kernel/mmconf-fam10h_64.c | 2 +- arch/x86/kernel/nmi.c | 2 +- arch/x86/kernel/{sev-es-shared.c => sev-shared.c} | 20 ++++---- arch/x86/kernel/{sev-es.c => sev.c} | 4 +- arch/x86/kvm/svm/svm.c | 4 +- arch/x86/kvm/svm/svm.h | 38 ++------------ arch/x86/kvm/x86.c | 2 +- arch/x86/mm/extable.c | 2 +- arch/x86/mm/mem_encrypt_identity.c | 6 +-- arch/x86/pci/amd_bus.c | 2 +- arch/x86/platform/efi/efi_64.c | 2 +- arch/x86/realmode/init.c | 2 +- arch/x86/realmode/rm/trampoline_64.S | 4 +- drivers/clocksource/hyperv_timer.c | 4 +- drivers/edac/amd64_edac.c | 2 +- drivers/xen/gntdev.c | 4 +- drivers/xen/swiotlb-xen.c | 5 ++ drivers/xen/unpopulated-alloc.c | 4 +- include/xen/arm/swiotlb-xen.h | 15 +++++- kernel/time/alarmtimer.c | 2 +- tools/arch/x86/include/asm/msr-index.h | 6 +-- 38 files changed, 163 insertions(+), 133 deletions(-) rename arch/x86/boot/compressed/{sev-es.c => sev.c} (98%) create mode 100644 arch/x86/include/asm/sev-common.h rename arch/x86/include/asm/{sev-es.h => sev.h} (70%) rename arch/x86/kernel/{sev-es-shared.c => sev-shared.c} (96%) rename arch/x86/kernel/{sev-es.c => sev.c} (99%)