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