(now with [GIT PULL] for filters) Linus, please pull from: git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/3.2 This includes a ppc ABI breakage fix, s390 fixes, a tracing/kvmclock conflict fix, and the implementation of guest-only/host-only profiling for Intel. The latter is not strictly a fix, and missed the merge window due to a combination of a dependency on tip.git, kernel.org being offline, and me forgetting all about it. However it would be good to have the feature implemented fully instead of just on AMD as it is at present. Alexander Graf (1): Revert "KVM: PPC: Add support for explicit HIOR setting" Avi Kivity (1): KVM guest: prevent tracing recursion with kvmclock Christian Borntraeger (2): KVM: s390: Fix tprot locking KVM: s390: announce SYNC_MMU Cornelia Huck (2): KVM: s390: Fix RUNNING flag misinterpretation KVM: s390: handle SIGP sense running intercepts Gleb Natapov (3): KVM: VMX: add support for switching of PERF_GLOBAL_CTRL KVM: VMX: Add support for guest/host-only profiling KVM: VMX: Check for automatic switch msr table overflow arch/powerpc/include/asm/kvm.h | 8 -- arch/powerpc/include/asm/kvm_book3s.h | 2 - arch/powerpc/kvm/book3s_pr.c | 14 +--- arch/powerpc/kvm/powerpc.c | 1 - arch/s390/include/asm/kvm_host.h | 3 +- arch/s390/kvm/diag.c | 2 +- arch/s390/kvm/intercept.c | 3 +- arch/s390/kvm/interrupt.c | 1 + arch/s390/kvm/kvm-s390.c | 12 ++- arch/s390/kvm/priv.c | 10 ++- arch/s390/kvm/sigp.c | 45 +++++++++++- arch/x86/kernel/kvmclock.c | 5 +- arch/x86/kvm/vmx.c | 131 ++++++++++++++++++++++++++++++--- include/linux/kvm.h | 1 - 14 files changed, 189 insertions(+), 49 deletions(-) -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html