This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0eba8697bce1 Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/l [...] new 1843abd03250 s390/mm: Check for valid vma before zapping in gmap_discard new 40ebdb8e59df KVM: s390: Make huge pages unavailable in ucontrol VMs new cb5fb87a2fbe Merge tag 'kvm-s390-master-4.19-2' of git://git.kernel.org [...] new 425333bf3a77 KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode new 71d29f43b633 KVM: PPC: Book3S HV: Don't use compound_order to determine [...] new 1795f81f6167 Merge tag 'kvm-ppc-fixes-4.19-2' of git://git.kernel.org/p [...] new d1766202779e x86/kvm/lapic: always disable MMIO interface in x2APIC mode new d35b34a9a70e kvm: mmu: Don't read PDPTEs when paging is not enabled new 83b20b28c670 KVM: x86: don't reset root in kvm_mmu_setup() new 6bd317d3c865 kvm: selftests: use -pthread instead of -lpthread new 9a9845867c28 KVM/MMU: Fix comment in walk_shadow_page_lockless_end() new a101c9d63ebb KVM: SVM: Switch to bitmap_zalloc() new 4c008127e471 KVM: VMX: immediately mark preemption timer expired only f [...] new f459a707ed31 KVM: VMX: modify preemption timer bit only when arming timer new d264ee0c2ed2 KVM: VMX: use preemption timer to force immediate VMExit new a1efa9b70097 x86/hyper-v: rename ipi_arg_{ex,non_ex} structures new 822f312d47f0 kvm: x86: make kvm_{load|put}_guest_fpu() static new 5bea5123cbf0 KVM: VMX: check nested state and CR4.VMXE against SMM new e6c67d8cf117 KVM: nVMX: Wake blocked vCPU in guest-mode if pending inte [...] new 6de84e581c08 nVMX x86: check posted-interrupt descriptor addresss on vm [...] new ba8e23db59dc nVMX x86: Check VPID value on vmentry of L2 guests new d84f1cff9028 KVM: x86: Turbo bits in MSR_PLATFORM_INFO new 6fbbde9a1969 KVM: x86: Control guest reads of MSR_PLATFORM_INFO new 8b56ee91ffc8 kvm: selftests: Add platform_info_test new 26b471c7e2f7 KVM: nVMX: Fix bad cleanup on error of get/set nested stat [...] new a27fb6d983c7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 26 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/virtual/kvm/api.txt | 12 +- arch/powerpc/include/asm/book3s/64/pgtable.h | 1 - arch/powerpc/include/asm/iommu.h | 2 - arch/powerpc/include/asm/mmu_context.h | 1 + arch/powerpc/kernel/iommu.c | 25 ---- arch/powerpc/kvm/book3s_64_mmu_radix.c | 91 ++++++--------- arch/powerpc/kvm/book3s_64_vio_hv.c | 39 +++++-- arch/powerpc/mm/init_64.c | 49 -------- arch/powerpc/mm/mmu_context_iommu.c | 34 +++++- arch/s390/kvm/kvm-s390.c | 4 +- arch/s390/mm/gmap.c | 4 +- arch/x86/hyperv/hv_apic.c | 8 +- arch/x86/include/asm/hyperv-tlfs.h | 16 +-- arch/x86/include/asm/kvm_host.h | 5 + arch/x86/include/uapi/asm/kvm.h | 1 + arch/x86/kvm/lapic.c | 22 +++- arch/x86/kvm/mmu.c | 9 +- arch/x86/kvm/svm.c | 7 +- arch/x86/kvm/vmx.c | 138 ++++++++++++++++------- arch/x86/kvm/x86.c | 101 +++++++++++------ include/linux/kvm_host.h | 2 - include/uapi/linux/kvm.h | 1 + tools/testing/selftests/kvm/.gitignore | 1 + tools/testing/selftests/kvm/Makefile | 5 +- tools/testing/selftests/kvm/include/kvm_util.h | 4 + tools/testing/selftests/kvm/lib/kvm_util.c | 89 +++++++++++++++ tools/testing/selftests/kvm/platform_info_test.c | 110 ++++++++++++++++++ 27 files changed, 537 insertions(+), 244 deletions(-) create mode 100644 tools/testing/selftests/kvm/platform_info_test.c