All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM changes for 5.12-rc2
@ 2021-03-03 15:10 Paolo Bonzini
  2021-03-04 19:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2021-03-03 15:10 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, kvm

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] KVM changes for 5.12-rc2
  2021-03-03 15:10 [GIT PULL] KVM changes for 5.12-rc2 Paolo Bonzini
@ 2021-03-04 19:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-03-04 19:30 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: torvalds, linux-kernel, kvm

The pull request you sent on Wed,  3 Mar 2021 10:10:07 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cee407c5cc427a7d9b21ee964fbda613e368bdff

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-04 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 15:10 [GIT PULL] KVM changes for 5.12-rc2 Paolo Bonzini
2021-03-04 19:30 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.