This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 82463436a7fa Merge branch 'i2c/for-current-fixed' of ssh://gitolite.ker [...] new 7cb9eb106d7a KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on gu [...] new 345077c8e172 KVM: PPC: Book3S: Protect memslots while validating user address new 78671ab4c9f4 Merge tag 'kvm-ppc-fixes-5.1-1' of git://git.kernel.org/pu [...] new c09d65d9eab6 KVM: x86: Consider LAPIC TSC-Deadline timer expired if dea [...] new da66761c2d93 x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012 new 57bf67e73ce9 KVM: lapic: Disable timer advancement if adaptive tuning g [...] new 39497d7660d9 KVM: lapic: Track lapic timer advance per vCPU new c3941d9e0ccd KVM: lapic: Allow user to disable adaptive tuning of timer [...] new b6aa57c69cb2 KVM: lapic: Convert guest TSC to host time domain if necessary new f2fde6a5bcfc KVM: VMX: Move RSB stuffing to before the first RET after VM-Exit new dbcdae185a70 Documentation: kvm: fix dirty log ioctl arch lists new 8764ed55c970 KVM: x86: Whitelist port 0x7e for pre-incrementing %rip new 0699c64a4be6 x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE new 76d58e0f07ec KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size new b904cb8dff82 KVM: lapic: Check for in-kernel LAPIC before deferencing a [...] new eba3afde1cea KVM: selftests: make hyperv_cpuid test pass on AMD new 8fa761624871 KVM: arm/arm64: arch_timer: Fix CNTP_TVAL calculation new 96085b949672 KVM: arm/arm64: vgic-v3: Retire pending interrupts on disa [...] new 811328fc3222 KVM: arm/arm64: Ensure vcpu target is unset on reset failure new 2e8010bb71b3 kvm: arm: Skip stage2 huge mappings for unaligned ipa back [...] new 6bc210003dff KVM: arm/arm64: Don't emulate virtual timers on userspace ioctls new 6245242d9145 Merge tag 'kvmarm-fixes-for-5.1-2' of git://git.kernel.org [...] new e8ab8d24b488 KVM: nVMX: Fix size checks in vmx_set_nested_state new aa1be08f5258 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 24 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 | 11 ++-- arch/powerpc/kvm/book3s_64_vio.c | 6 +- arch/powerpc/kvm/book3s_hv.c | 4 +- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/include/uapi/asm/kvm.h | 1 + arch/x86/kvm/hyperv.c | 11 +++- arch/x86/kvm/lapic.c | 73 ++++++++++++++++------- arch/x86/kvm/lapic.h | 4 +- arch/x86/kvm/mmu.c | 1 + arch/x86/kvm/vmx/nested.c | 4 +- arch/x86/kvm/vmx/vmenter.S | 12 ++++ arch/x86/kvm/vmx/vmx.c | 7 +-- arch/x86/kvm/x86.c | 36 ++++++++--- arch/x86/kvm/x86.h | 2 - tools/testing/selftests/kvm/dirty_log_test.c | 9 ++- tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c | 9 ++- virt/kvm/arm/arch_timer.c | 17 +++--- virt/kvm/arm/arm.c | 11 +++- virt/kvm/arm/mmu.c | 6 +- virt/kvm/arm/vgic/vgic-mmio-v3.c | 3 + virt/kvm/arm/vgic/vgic.c | 21 +++++++ virt/kvm/arm/vgic/vgic.h | 1 + virt/kvm/kvm_main.c | 7 ++- 23 files changed, 192 insertions(+), 65 deletions(-)