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 4.11-rc2
Date: Sat, 11 Mar 2017 20:13:29 +0100 [thread overview]
Message-ID: <20170311191328.GA2777@potion> (raw)
Linus,
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/kvm.git for-linus
for you to fetch changes up to 6a29b512cf1ebc2ceff6dbc1a256dbde3e259a2b:
Merge tag 'kvm-arm-for-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm (2017-03-09 15:48:42 +0100)
----------------------------------------------------------------
KVM fixes for v4.11-rc2
ARM updates from Marc Zyngier:
"vgic updates:
- Honour disabling the ITS
- Don't deadlock when deactivating own interrupts via MMIO
- Correctly expose the lact of IRQ/FIQ bypass on GICv3
I/O virtualization:
- Make KVM_CAP_NR_MEMSLOTS big enough for large guests with
many PCIe devices
General bug fixes:
- Gracefully handle exception generated with syndroms that
the host doesn't understand
- Properly invalidate TLBs on VHE systems"
x86:
- improvements in emulation of VMCLEAR, VMX MSR bitmaps, and VCPU reset
----------------------------------------------------------------
Andre Przywara (1):
KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled
Jim Mattson (1):
kvm: nVMX: VMCLEAR should not cause the vCPU to shut down
Jintack Lim (1):
KVM: arm/arm64: Let vcpu thread modify its own active state
Linu Cherian (4):
KVM: Add documentation for KVM_CAP_NR_MEMSLOTS
KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64
KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused
KVM: arm64: Increase number of user memslots to 512
Marc Zyngier (2):
arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
Mark Rutland (2):
arm: KVM: Survive unknown traps from guests
arm64: KVM: Survive unknown traps from guests
Radim Krčmář (2):
KVM: nVMX: do not warn when MSR bitmap address is not backed
Merge tag 'kvm-arm-for-4.11-rc2' of git://git.kernel.org/.../kvmarm/kvmarm
Wanpeng Li (1):
KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset
Documentation/virtual/kvm/api.txt | 4 ++
arch/arm/include/asm/kvm_arm.h | 1 +
arch/arm/include/asm/kvm_host.h | 1 -
arch/arm/kvm/arm.c | 3 +
arch/arm/kvm/handle_exit.c | 19 ++++---
arch/arm64/include/asm/kvm_host.h | 3 +-
arch/arm64/kvm/handle_exit.c | 19 ++++---
arch/arm64/kvm/hyp/tlb.c | 64 +++++++++++++++++++---
arch/x86/kvm/vmx.c | 30 +++-------
include/linux/irqchip/arm-gic-v3.h | 2 +
virt/kvm/arm/vgic/vgic-its.c | 109 ++++++++++++++++++++++---------------
virt/kvm/arm/vgic/vgic-mmio.c | 32 ++++++++---
virt/kvm/arm/vgic/vgic-v3.c | 5 +-
13 files changed, 191 insertions(+), 101 deletions(-)
reply other threads:[~2017-03-11 19:13 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=20170311191328.GA2777@potion \
--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.