kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, gleb@kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] KVM changes for 4.1-rc5
Date: Wed, 20 May 2015 12:37:51 +0200	[thread overview]
Message-ID: <1432118271-23912-1-git-send-email-pbonzini@redhat.com> (raw)

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(-)

                 reply	other threads:[~2015-05-20 10:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432118271-23912-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=gleb@kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).