linux-kernel.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, kvm@vger.kernel.org
Subject: [GIT PULL] KVM changes for 5.12-rc2
Date: Wed,  3 Mar 2021 10:10:07 -0500	[thread overview]
Message-ID: <20210303151007.383323-1-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit 2df8d3807ce7f75bb975f1aeae8fc6757527c62d:

  KVM: SVM: Fix nested VM-Exit on #GP interception handling (2021-02-25 05:13:05 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 9e46f6c6c959d9bb45445c2e8f04a75324a0dfd0:

  KVM: SVM: Clear the CR4 register on reset (2021-03-02 14:39:11 -0500)

----------------------------------------------------------------
* Doc fixes
* selftests fixes
* Add runstate information to the new Xen support
* Allow compiling out the Xen interface
* 32-bit PAE without EPT bugfix
* NULL pointer dereference bugfix

----------------------------------------------------------------
Aaron Lewis (1):
      selftests: kvm: Mmap the entire vcpu mmap area

Babu Moger (1):
      KVM: SVM: Clear the CR4 register on reset

Chenyi Qiang (1):
      KVM: Documentation: rectify rst markup in kvm_run->flags

David Woodhouse (2):
      KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info
      KVM: x86/xen: Add support for vCPU runstate information

Dongli Zhang (1):
      KVM: x86: remove misplaced comment on active_mmu_pages

Kai Huang (1):
      KVM: Documentation: Fix index for KVM_CAP_PPC_DAWR1

Paolo Bonzini (3):
      Documentation: kvm: fix messy conversion from .txt to .rst
      KVM: xen: flush deferred static key before checking it
      KVM: x86: allow compiling out the Xen hypercall interface

Sean Christopherson (1):
      KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled

Wanpeng Li (1):
      KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref

 Documentation/virt/kvm/api.rst                     | 115 ++++----
 arch/x86/include/asm/kvm_host.h                    |   9 +-
 arch/x86/kvm/Kconfig                               |   9 +
 arch/x86/kvm/Makefile                              |   3 +-
 arch/x86/kvm/hyperv.c                              |   2 +-
 arch/x86/kvm/mmu/mmu_internal.h                    |  16 +-
 arch/x86/kvm/svm/svm.c                             |   1 +
 arch/x86/kvm/x86.c                                 |  22 +-
 arch/x86/kvm/xen.c                                 | 290 +++++++++++++++++++++
 arch/x86/kvm/xen.h                                 |  64 ++++-
 include/uapi/linux/kvm.h                           |  13 +
 tools/testing/selftests/kvm/lib/kvm_util.c         |   6 +-
 .../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 159 ++++++++++-
 13 files changed, 633 insertions(+), 76 deletions(-)


             reply	other threads:[~2021-03-03 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-03 15:10 Paolo Bonzini [this message]
2021-03-04 19:30 ` [GIT PULL] KVM changes for 5.12-rc2 pr-tracker-bot

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=20210303151007.383323-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --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).