From: Paolo Bonzini <pbonzini@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, rkrcmar@redhat.com, kvm@vger.kernel.org
Subject: [GIT PULL] Final batch of KVM changes for 4.8 merge window
Date: Fri, 5 Aug 2016 17:51:03 +0200 [thread overview]
Message-ID: <1470412263-46244-1-git-send-email-pbonzini@redhat.com> (raw)
Linus,
The following changes since commit 96b585267f552d4b6a28ea8bd75e5ed03deb6e71:
Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan" (2016-08-03 22:20:22 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
for you to fetch changes up to 45e11817d5703eceb65a673927a8bc74dc1286d6:
nvmx: mark ept single context invalidation as supported (2016-08-04 14:21:52 +0200)
----------------------------------------------------------------
* ARM bugfix and MSI injection support
* x86 nested virt tweak and OOPS fix
* Simplify pvclock code (vdso bits acked by Andy Lutomirski).
----------------------------------------------------------------
Andrew Jones (1):
arm64: KVM: Set cpsr before spsr on fault injection
Bandan Das (2):
nvmx: remove comment about missing nested vpid support
nvmx: mark ept single context invalidation as supported
Eric Auger (6):
KVM: api: Pass the devid in the msi routing entry
KVM: Add devid in kvm_kernel_irq_routing_entry
KVM: irqchip: Convey devid to kvm_set_msi
KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific header
KVM: arm/arm64: Enable irqchip routing
KVM: arm/arm64: Enable MSI routing
Marc Zyngier (1):
KVM: arm: vgic-irqfd: Workaround changing kvm_set_routing_entry prototype
Paolo Bonzini (4):
pvclock: introduce seqcount-like API
x86: vdso: use __pvclock_read_cycles
Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD
KVM: documentation: fix KVM_CAP_X2APIC_API information
Wanpeng Li (1):
KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=off
Documentation/virtual/kvm/api.txt | 53 +++++++++++-----
arch/arm/kvm/Kconfig | 2 +
arch/arm/kvm/Makefile | 1 +
arch/arm/kvm/irq.h | 19 ++++++
arch/arm64/kvm/Kconfig | 2 +
arch/arm64/kvm/Makefile | 1 +
arch/arm64/kvm/inject_fault.c | 12 ++--
arch/arm64/kvm/irq.h | 19 ++++++
arch/x86/entry/vdso/vclock_gettime.c | 25 ++------
arch/x86/include/asm/pvclock.h | 39 +++++++-----
arch/x86/kernel/pvclock.c | 17 ++---
arch/x86/kvm/irq.h | 3 +
arch/x86/kvm/lapic.c | 3 +
arch/x86/kvm/vmx.c | 15 +++--
include/kvm/arm_vgic.h | 7 +++
include/linux/kvm_host.h | 12 +++-
include/uapi/linux/kvm.h | 5 +-
virt/kvm/arm/vgic/vgic-init.c | 4 ++
virt/kvm/arm/vgic/vgic-irqfd.c | 116 +++++++++++++++++++++++++++++------
virt/kvm/arm/vgic/vgic.c | 7 ---
virt/kvm/irqchip.c | 28 ++++++---
21 files changed, 273 insertions(+), 117 deletions(-)
create mode 100644 arch/arm/kvm/irq.h
create mode 100644 arch/arm64/kvm/irq.h
reply other threads:[~2016-08-05 15:51 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=1470412263-46244-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rkrcmar@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 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).