From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: [GIT PULL] KVM changes for 4.1-rc5 Date: Wed, 20 May 2015 12:37:51 +0200 Message-ID: <1432118271-23912-1-git-send-email-pbonzini@redhat.com> Cc: linux-kernel@vger.kernel.org, gleb@kernel.org, kvm@vger.kernel.org To: torvalds@linux-foundation.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22: Linux 4.1-rc2 (2015-05-03 19:22:23 -0700) 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 c447e76b4cabb49ddae8e49c5758f031f35d55fb: kvm/fpu: Enable eager restore kvm FPU for MPX (2015-05-20 12:30:26 +0200) ---------------------------------------------------------------- This pull request includes a fix for two oopses, one on PPC and on x86. The rest is fixes for bugs with newer Intel processors. ---------------------------------------------------------------- Andrea Arcangeli (1): kvm: fix crash in kvm_vcpu_reload_apic_access_page Liang Li (1): kvm/fpu: Enable eager restore kvm FPU for MPX Paolo Bonzini (2): KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages Revert "KVM: x86: drop fpu_activate hook" Paul Mackerras (1): KVM: PPC: Book3S HV: Fix list traversal in error case Xiao Guangrong (2): KVM: MMU: fix smap permission check KVM: MMU: fix SMAP virtualization Documentation/virtual/kvm/mmu.txt | 18 ++++++++++++++---- arch/powerpc/kvm/book3s_hv.c | 5 +++-- arch/x86/include/asm/kvm_host.h | 3 +++ arch/x86/kvm/cpuid.c | 4 ++++ arch/x86/kvm/cpuid.h | 8 ++++++++ arch/x86/kvm/mmu.c | 16 ++++++++++++---- arch/x86/kvm/mmu.h | 4 ++-- arch/x86/kvm/paging_tmpl.h | 7 +++++++ arch/x86/kvm/svm.c | 1 + arch/x86/kvm/vmx.c | 1 + arch/x86/kvm/x86.c | 26 +++++++++++++++++++------- 11 files changed, 74 insertions(+), 19 deletions(-)