Hi Paolo / Marcelo,
This is my current patch queue for ppc. Please pull.
Alex
The following changes since commit b79013b2449c23f1f505bdf39c5a6c330338b244:
Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging (2015-04-13 17:37:33 -0700)
are available in the git repository at:
git://github.com/agraf/linux-2.6.git tags/signed-kvm-ppc-queue
for you to fetch changes up to 66feed61cdf6ee65fd551d3460b1efba6bee55b8:
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 (2015-04-21 15:21:34 +0200)
----------------------------------------------------------------
Patch queue for ppc - 2015-04-21
This is the latest queue for KVM on PowerPC changes. Highlights this
time around:
- Book3S HV: Debugging aids
- Book3S HV: Minor performance improvements
- Book3S HV: Cleanups
----------------------------------------------------------------
Aneesh Kumar K.V (2):
KVM: PPC: Book3S HV: Remove RMA-related variables from code
KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
David Gibson (1):
kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
Michael Ellerman (1):
KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.
Paul Mackerras (12):
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
KVM: PPC: Book3S HV: Minor cleanups
KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI
KVM: PPC: Book3S HV: Use decrementer to wake napping threads
KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
KVM: PPC: Book3S HV: Streamline guest entry and exit
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
Suresh E. Warrier (2):
powerpc: Export __spin_yield
KVM: PPC: Book3S HV: Add guest->host real mode completion counters
Suresh Warrier (3):
KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock
KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode
KVM: PPC: Book3S HV: Add ICP real mode counters
Documentation/virtual/kvm/api.txt | 17 +
arch/powerpc/include/asm/archrandom.h | 11 +-
arch/powerpc/include/asm/kvm_book3s.h | 3 +
arch/powerpc/include/asm/kvm_book3s_64.h | 18 +
arch/powerpc/include/asm/kvm_host.h | 47 ++-
arch/powerpc/include/asm/kvm_ppc.h | 2 +
arch/powerpc/include/asm/time.h | 3 +
arch/powerpc/kernel/asm-offsets.c | 20 +-
arch/powerpc/kernel/time.c | 6 +
arch/powerpc/kvm/Kconfig | 14 +
arch/powerpc/kvm/book3s.c | 76 +++++
arch/powerpc/kvm/book3s_64_mmu_hv.c | 189 +++++++++--
arch/powerpc/kvm/book3s_hv.c | 435 ++++++++++++++++++------
arch/powerpc/kvm/book3s_hv_builtin.c | 100 +++++-
arch/powerpc/kvm/book3s_hv_rm_mmu.c | 25 +-
arch/powerpc/kvm/book3s_hv_rm_xics.c | 238 +++++++++++--
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 559 +++++++++++++++++++++++--------
arch/powerpc/kvm/book3s_pr_papr.c | 28 ++
arch/powerpc/kvm/book3s_xics.c | 105 ++++--
arch/powerpc/kvm/book3s_xics.h | 13 +-
arch/powerpc/kvm/powerpc.c | 3 +
arch/powerpc/lib/locks.c | 1 +
arch/powerpc/platforms/powernv/rng.c | 29 ++
include/uapi/linux/kvm.h | 1 +
virt/kvm/kvm_main.c | 1 +
25 files changed, 1580 insertions(+), 364 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html