From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] KVM fixes for Linux 4.17-rc3
Date: Fri, 27 Apr 2018 23:18:57 +0200 [thread overview]
Message-ID: <20180427211857.GF23874@flask> (raw)
Linus,
The following changes since commit 6d08b06e67cd117f6992c46611dfb4ce267cd71e:
Linux 4.17-rc2 (2018-04-22 19:20:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/virt/kvm/kvm tags/for-linus
for you to fetch changes up to 5e62493f1a70e7f13059544daaee05e40e8548e2:
x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI (2018-04-27 18:37:17 +0200)
----------------------------------------------------------------
KVM fixes for v4.17-rc3
ARM:
- PSCI selection API, a leftover from 4.16 (for stable)
- Kick vcpu on active interrupt affinity change
- Plug a VMID allocation race on oversubscribed systems
- Silence debug messages
- Update Christoffer's email address (linaro -> arm)
x86:
- Expose userspace-relevant bits of a newly added feature
- Fix TLB flushing on VMX with VPID, but without EPT
----------------------------------------------------------------
Andre Przywara (1):
KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
Christoffer Dall (1):
MAINTAINERS: Update e-mail address for Christoffer Dall
Junaid Shahid (1):
kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
KarimAllah Ahmed (1):
x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI
Marc Zyngier (3):
KVM: arm/arm64: Close VMID generation race
arm64: KVM: Demote SVE and LORegion warnings to debug only
arm/arm64: KVM: Add PSCI version selection API
Radim Krčmář (1):
Merge tag 'kvmarm-fixes-for-4.17-1' of git://git.kernel.org/.../kvmarm/kvmarm
Documentation/virtual/kvm/api.txt | 9 ++++-
Documentation/virtual/kvm/arm/psci.txt | 30 +++++++++++++++++
MAINTAINERS | 4 +--
arch/arm/include/asm/kvm_host.h | 3 ++
arch/arm/include/uapi/asm/kvm.h | 6 ++++
arch/arm/kvm/guest.c | 13 ++++++++
arch/arm64/include/asm/kvm_host.h | 3 ++
arch/arm64/include/uapi/asm/kvm.h | 6 ++++
arch/arm64/kvm/guest.c | 14 +++++++-
arch/arm64/kvm/sys_regs.c | 6 ++--
arch/x86/kvm/vmx.c | 14 +++-----
arch/x86/kvm/x86.h | 7 ----
include/kvm/arm_psci.h | 16 +++++++--
include/uapi/linux/kvm.h | 7 ++++
virt/kvm/arm/arm.c | 15 ++++++---
virt/kvm/arm/psci.c | 60 ++++++++++++++++++++++++++++++++++
virt/kvm/arm/vgic/vgic.c | 8 +++++
17 files changed, 189 insertions(+), 32 deletions(-)
create mode 100644 Documentation/virtual/kvm/arm/psci.txt
reply other threads:[~2018-04-27 21:18 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=20180427211857.GF23874@flask \
--to=rkrcmar@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--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.