Hi Paolo / Marcelo, This is my current patch queue for 3.16. Please pull.
Alex The following changes since commit 5c02c392cd2320e8d612376d6b72b6548a680923: Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux (2014-06-11 21:10:33 -0700) are available in the git repository at: git://github.com/agraf/linux-2.6.git tags/signed-for-3.16 for you to fetch changes up to 19a44ecff52fd67d77d49fb4d43b289c53cdc392: KVM: PPC: RTAS: Do byte swaps explicitly (2014-07-07 23:17:20 +0200) ---------------------------------------------------------------- Patch queue for 3.16 - 2014-07-08 A few bug fixes to make 3.16 work well with KVM on PowerPC: - Fix ppc32 module builds - Fix Little Endian hosts - Fix Book3S HV HPTE lookup with huge pages in guest - Fix BookE lock leak ---------------------------------------------------------------- Alexander Graf (3): PPC: Add _GLOBAL_TOC for 32bit KVM: PPC: Book3S PR: Fix ABIv2 on LE KVM: PPC: RTAS: Do byte swaps explicitly Aneesh Kumar K.V (1): KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value Anton Blanchard (1): KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC() Mihai Caraman (1): KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute arch/powerpc/include/asm/kvm_book3s_64.h | 19 +++++++++- arch/powerpc/include/asm/ppc_asm.h | 2 + arch/powerpc/kvm/book3s_64_mmu_hv.c | 2 +- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 7 +--- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 2 +- arch/powerpc/kvm/book3s_interrupts.S | 4 ++ arch/powerpc/kvm/book3s_rmhandlers.S | 6 ++- arch/powerpc/kvm/book3s_rtas.c | 65 +++++++++----------------------- arch/powerpc/kvm/e500_mmu_host.c | 3 +- 9 files changed, 52 insertions(+), 58 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html