All of lore.kernel.org
 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 fixes for Linux 5.8-rc3
Date: Tue, 23 Jun 2020 13:11:17 -0400	[thread overview]
Message-ID: <20200623171117.326222-1-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

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 e4553b4976d1178c13da295cb5c7b21f55baf8f9:

  KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru (2020-06-23 06:01:29 -0400)

----------------------------------------------------------------
All bugfixes except for a couple cleanup patches.

----------------------------------------------------------------
Huacai Chen (1):
      KVM: MIPS: Fix a build error for !CPU_LOONGSON64

Igor Mammedov (1):
      kvm: lapic: fix broken vcpu hotplug

Marcelo Tosatti (1):
      KVM: x86: allow TSC to differ by NTP correction bounds without TSC scaling

Paolo Bonzini (1):
      KVM: LAPIC: ensure APIC map is up to date on concurrent update requests

Qian Cai (1):
      kvm/svm: disable KCSAN for svm_vcpu_run()

Sean Christopherson (4):
      KVM: VMX: Add helpers to identify interrupt type from intr_info
      KVM: nVMX: Plumb L2 GPA through to PML emulation
      KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
      KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru

Vitaly Kuznetsov (2):
      Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"
      KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()

Xiaoyao Li (1):
      KVM: X86: Fix MSR range of APIC registers in X2APIC mode

 arch/mips/kvm/mips.c            |  2 ++
 arch/x86/include/asm/kvm_host.h |  4 ++--
 arch/x86/include/asm/mwait.h    |  2 --
 arch/x86/kernel/cpu/umwait.c    |  6 -----
 arch/x86/kvm/lapic.c            | 50 +++++++++++++++++++++++++----------------
 arch/x86/kvm/mmu.h              |  2 +-
 arch/x86/kvm/mmu/mmu.c          |  4 ++--
 arch/x86/kvm/mmu/paging_tmpl.h  | 16 ++++++-------
 arch/x86/kvm/svm/svm.c          |  2 +-
 arch/x86/kvm/vmx/vmcs.h         | 32 ++++++++++++++++----------
 arch/x86/kvm/vmx/vmx.c          | 27 ++++------------------
 arch/x86/kvm/vmx/vmx.h          |  2 --
 arch/x86/kvm/x86.c              |  7 +++---
 13 files changed, 74 insertions(+), 82 deletions(-)


             reply	other threads:[~2020-06-23 17:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23 17:11 Paolo Bonzini [this message]
2020-06-24 17:30 ` [GIT PULL] KVM fixes for Linux 5.8-rc3 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=20200623171117.326222-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 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.