linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM fixes for 5.12-rc3
@ 2021-03-14  8:38 Paolo Bonzini
  2021-03-14 20:01 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2021-03-14  8:38 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, kvm

Linus,

The following changes since commit 9e46f6c6c959d9bb45445c2e8f04a75324a0dfd0:

  KVM: SVM: Clear the CR4 register on reset (2021-03-02 14:39:11 -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 35737d2db2f4567106c90060ad110b27cb354fa4:

  KVM: LAPIC: Advancing the timer expiration on guest initiated write (2021-03-12 13:18:52 -0500)

----------------------------------------------------------------
More fixes for ARM and x86.

----------------------------------------------------------------
Andrew Scull (1):
      KVM: arm64: Fix nVHE hyp panic host context restore

Jia He (1):
      KVM: arm64: Fix range alignment when walking page tables

Marc Zyngier (7):
      KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
      KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available
      KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
      KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
      KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
      KVM: arm64: Reject VM creation when the default IPA size is unsupported
      KVM: arm64: Fix exclusive limit for IPA size

Muhammad Usama Anjum (2):
      kvm: x86: use NULL instead of using plain integer as pointer
      kvm: x86: annotate RCU pointers

Sami Tolvanen (1):
      KVM: arm64: Don't use cbz/adr with external symbols

Sean Christopherson (3):
      KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
      KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
      KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode

Suzuki K Poulose (1):
      KVM: arm64: nvhe: Save the SPE context early

Wanpeng Li (2):
      KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
      KVM: LAPIC: Advancing the timer expiration on guest initiated write

Will Deacon (1):
      KVM: arm64: Avoid corrupting vCPU context register in guest exit

 Documentation/virt/kvm/api.rst          |  3 +++
 arch/arm64/include/asm/kvm_asm.h        |  8 +++----
 arch/arm64/include/asm/kvm_hyp.h        |  8 ++++++-
 arch/arm64/kernel/image-vars.h          |  3 +++
 arch/arm64/kvm/arm.c                    |  7 +++++-
 arch/arm64/kvm/hyp/entry.S              |  8 ++++---
 arch/arm64/kvm/hyp/include/hyp/switch.h |  9 +++++---
 arch/arm64/kvm/hyp/nvhe/debug-sr.c      | 12 ++++++++--
 arch/arm64/kvm/hyp/nvhe/host.S          | 15 +++++++------
 arch/arm64/kvm/hyp/nvhe/hyp-main.c      | 12 +++++-----
 arch/arm64/kvm/hyp/nvhe/switch.c        | 14 +++++++++---
 arch/arm64/kvm/hyp/nvhe/tlb.c           |  3 ++-
 arch/arm64/kvm/hyp/pgtable.c            |  1 +
 arch/arm64/kvm/hyp/vgic-v3-sr.c         | 40 +++++++++++++++++++++++++++++++--
 arch/arm64/kvm/hyp/vhe/tlb.c            |  3 ++-
 arch/arm64/kvm/mmu.c                    |  3 +--
 arch/arm64/kvm/perf.c                   | 10 +++++++++
 arch/arm64/kvm/pmu-emul.c               | 10 ---------
 arch/arm64/kvm/reset.c                  | 12 ++++++----
 arch/arm64/kvm/vgic/vgic-v3.c           | 12 +++++++---
 arch/x86/include/asm/kvm_host.h         |  4 ++--
 arch/x86/kernel/kvmclock.c              | 19 ++++++++--------
 arch/x86/kvm/lapic.c                    | 12 +++++++++-
 arch/x86/kvm/mmu/tdp_mmu.c              | 11 +++++++++
 arch/x86/kvm/svm/svm.c                  | 25 +++++++++++----------
 arch/x86/kvm/x86.c                      |  2 +-
 include/kvm/arm_pmu.h                   |  9 ++++++--
 27 files changed, 194 insertions(+), 81 deletions(-)


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

* Re: [GIT PULL] KVM fixes for 5.12-rc3
  2021-03-14  8:38 [GIT PULL] KVM fixes for 5.12-rc3 Paolo Bonzini
@ 2021-03-14 20:01 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-03-14 20:01 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: torvalds, linux-kernel, kvm

The pull request you sent on Sun, 14 Mar 2021 04:38:11 -0400:

> 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/9d0c8e793f0eb0613efe81d2cdca8c2efa0ad33c

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-14 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14  8:38 [GIT PULL] KVM fixes for 5.12-rc3 Paolo Bonzini
2021-03-14 20:01 ` pr-tracker-bot

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