[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1482162549-125338-1-git-send-email-pbonzini@redhat.com>
Date: Mon, 19 Dec 2016 16:49:09 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, rkrcmar@...hat.com,
kvm@...r.kernel.org
Subject: [GIT PULL v2] KVM fixes for 4.10 merge window
Linus,
The following changes since commit cdb98c2698b4af287925abcba4d77d92af82a0c3:
Revert "nvme: add support for the Write Zeroes command" (2016-12-13 19:53:37 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
for you to fetch changes up to ef85b67385436ddc1998f45f1d6a210f935b3388:
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF) (2016-12-19 16:05:31 +0100)
----------------------------------------------------------------
Early fixes for x86. Instead of the (botched) revert, the
lockdep/might_sleep splat has a real fix provided by Andrea.
----------------------------------------------------------------
Andrea Arcangeli (2):
kvm: fix schedule in atomic in kvm_steal_time_set_preempted()
kvm: take srcu lock around kvm_steal_time_set_preempted()
GanShun (1):
kvm: nVMX: Correct a VMX instruction error code for VMPTRLD
Jim Mattson (1):
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
Paolo Bonzini (1):
KVM: hyperv: fix locking of struct kvm_hv fields
Yi Sun (1):
KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.
Documentation/virtual/kvm/locking.txt | 8 ++++++--
arch/x86/include/asm/kvm_host.h | 1 +
arch/x86/kvm/cpuid.c | 9 +++++----
arch/x86/kvm/hyperv.c | 24 +++++++++++++++---------
arch/x86/kvm/vmx.c | 13 ++++++-------
arch/x86/kvm/x86.c | 18 ++++++++++++++++++
6 files changed, 51 insertions(+), 22 deletions(-)
Powered by blists - more mailing lists