[GIT PULL] KVM fixes for 4.3-rc2

From: Paolo Bonzini
Date: Fri Sep 18 2015 - 07:58:13 EST


Linus,

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

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 00cc1633816de8c95f337608a1ea64e228faf771:

sched: access local runqueue directly in single_task_running (2015-09-18 13:47:59 +0200)

----------------------------------------------------------------
Mostly stable material, a lot of ARM fixes.

----------------------------------------------------------------
Alexander Spyridakis (1):
arm/arm64: KVM: Fix PSCI affinity info return value for non valid cores

Christoffer Dall (2):
arm/arm64: KVM: vgic: Move active state handling to flush_hwstate
arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0

Dominik Dingel (1):
sched: access local runqueue directly in single_task_running

Jason J. Herne (1):
KVM: s390: Replace incorrect atomic_or with atomic_andnot

Jason Wang (4):
kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
kvm: factor out core eventfd assign/deassign logic
kvm: fix double free for fast mmio eventfd
kvm: fix zero length mmio searching

Marc Zyngier (3):
arm64: KVM: Fix user access for debug registers
arm64: KVM: Disable virtual timer even if the guest is not using it
arm: KVM: Disable virtual timer even if the guest is not using it

Marek Majtyka (1):
arm: KVM: Fix incorrect device to IPA mapping

Mark Rutland (1):
arm64: KVM: set {v,}TCR_EL2 RES1 bits

Ming Lei (1):
arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'

Paolo Bonzini (3):
Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master
KVM: add halt_attempted_poll to VCPU stats
Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master

Pavel Fedin (1):
arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources

Wanpeng Li (2):
KVM: fix polling for guest halt continued even if disable it
KVM: vmx: fix VPID is 0000H in non-root operation

Wei Yang (1):
KVM: make the declaration of functions within 80 characters

Will Deacon (2):
KVM: arm64: add workaround for Cortex-A57 erratum #852523
arm64: KVM: Remove all traces of the ThumbEE registers

arch/arm/include/asm/kvm_host.h | 9 +--
arch/arm/kvm/Kconfig | 11 ----
arch/arm/kvm/arm.c | 2 +-
arch/arm/kvm/interrupts_head.S | 6 +-
arch/arm/kvm/mmu.c | 6 +-
arch/arm/kvm/psci.c | 12 ++--
arch/arm64/include/asm/kvm_arm.h | 11 ++--
arch/arm64/include/asm/kvm_asm.h | 4 +-
arch/arm64/include/asm/kvm_host.h | 9 +--
arch/arm64/kvm/Kconfig | 11 ----
arch/arm64/kvm/hyp.S | 31 +++------
arch/arm64/kvm/sys_regs.c | 15 ++---
arch/mips/include/asm/kvm_host.h | 1 +
arch/mips/kvm/mips.c | 1 +
arch/powerpc/include/asm/kvm_host.h | 1 +
arch/powerpc/kvm/book3s.c | 1 +
arch/powerpc/kvm/booke.c | 1 +
arch/s390/include/asm/kvm_host.h | 1 +
arch/s390/kvm/kvm-s390.c | 3 +-
arch/x86/include/asm/kvm_host.h | 1 +
arch/x86/kvm/vmx.c | 2 +
arch/x86/kvm/x86.c | 1 +
include/kvm/arm_vgic.h | 6 +-
kernel/sched/core.c | 15 +++--
virt/kvm/arm/arch_timer.c | 8 +++
virt/kvm/arm/vgic-v3.c | 2 +-
virt/kvm/arm/vgic.c | 42 +++++++-----
virt/kvm/coalesced_mmio.h | 4 +-
virt/kvm/eventfd.c | 124 +++++++++++++++++++++---------------
virt/kvm/kvm_main.c | 23 ++++++-
30 files changed, 199 insertions(+), 165 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/