| Submitter | Alexander Graf |
|---|---|
| Date | Feb. 15, 2013, 12:16 a.m. |
| Message ID | <1360887388-6586-1-git-send-email-agraf@suse.de> |
| Download | mbox |
| Permalink | /patch/220561/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/agraf/linux-2.6.git kvm-ppc-nextComments
Pulled, thanks. On Fri, Feb 15, 2013 at 01:16:16AM +0100, Alexander Graf wrote: > Hi Marcelo / Gleb, > > This is my current patch queue for ppc. Please pull. > > Highlights of this queue drop are: > > - BookE: Fast mapping support for 4k backed memory > - BookE: Handle alignment interrupts > > Alex > > > The following changes since commit cbd29cb6e38af6119df2cdac0c58acf0e85c177e: > Jan Kiszka (1): > KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr > > are available in the git repository at: > > git://github.com/agraf/linux-2.6.git kvm-ppc-next > > Alexander Graf (11): > KVM: PPC: E500: Move write_stlbe higher > KVM: PPC: E500: Explicitly mark shadow maps invalid > KVM: PPC: E500: Propagate errors when shadow mapping > KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping > KVM: PPC: E500: Split host and guest MMU parts > KVM: PPC: e500: Implement TLB1-in-TLB0 mapping > KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static > KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code > Merge commit 'origin/next' into kvm-ppc-next > KVM: PPC: BookE: Handle alignment interrupts > Merge commit 'origin/next' into kvm-ppc-next > > Bharat Bhushan (3): > KVM: PPC: booke: use vcpu reference from thread_struct > KVM: PPC: booke: Allow multiple exception types > booke: Added DBCR4 SPR number > > arch/powerpc/include/asm/kvm_ppc.h | 2 - > arch/powerpc/include/asm/reg.h | 2 - > arch/powerpc/include/asm/reg_booke.h | 1 + > arch/powerpc/kernel/asm-offsets.c | 2 +- > arch/powerpc/kvm/Makefile | 9 +- > arch/powerpc/kvm/booke.c | 30 +- > arch/powerpc/kvm/booke.h | 1 + > arch/powerpc/kvm/booke_interrupts.S | 49 +- > arch/powerpc/kvm/e500.c | 16 +- > arch/powerpc/kvm/e500.h | 1 + > arch/powerpc/kvm/e500_mmu.c | 809 +++++++++++++++++++ > arch/powerpc/kvm/e500_mmu_host.c | 699 +++++++++++++++++ > arch/powerpc/kvm/e500_mmu_host.h | 18 + > arch/powerpc/kvm/e500_tlb.c | 1430 ---------------------------------- > 14 files changed, 1610 insertions(+), 1459 deletions(-) > create mode 100644 arch/powerpc/kvm/e500_mmu.c > create mode 100644 arch/powerpc/kvm/e500_mmu_host.c > create mode 100644 arch/powerpc/kvm/e500_mmu_host.h > delete mode 100644 arch/powerpc/kvm/e500_tlb.c > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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
Hi Marcelo / Gleb, This is my current patch queue for ppc. Please pull. Highlights of this queue drop are: - BookE: Fast mapping support for 4k backed memory - BookE: Handle alignment interrupts Alex The following changes since commit cbd29cb6e38af6119df2cdac0c58acf0e85c177e: Jan Kiszka (1): KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr are available in the git repository at: git://github.com/agraf/linux-2.6.git kvm-ppc-next Alexander Graf (11): KVM: PPC: E500: Move write_stlbe higher KVM: PPC: E500: Explicitly mark shadow maps invalid KVM: PPC: E500: Propagate errors when shadow mapping KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping KVM: PPC: E500: Split host and guest MMU parts KVM: PPC: e500: Implement TLB1-in-TLB0 mapping KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code Merge commit 'origin/next' into kvm-ppc-next KVM: PPC: BookE: Handle alignment interrupts Merge commit 'origin/next' into kvm-ppc-next Bharat Bhushan (3): KVM: PPC: booke: use vcpu reference from thread_struct KVM: PPC: booke: Allow multiple exception types booke: Added DBCR4 SPR number arch/powerpc/include/asm/kvm_ppc.h | 2 - arch/powerpc/include/asm/reg.h | 2 - arch/powerpc/include/asm/reg_booke.h | 1 + arch/powerpc/kernel/asm-offsets.c | 2 +- arch/powerpc/kvm/Makefile | 9 +- arch/powerpc/kvm/booke.c | 30 +- arch/powerpc/kvm/booke.h | 1 + arch/powerpc/kvm/booke_interrupts.S | 49 +- arch/powerpc/kvm/e500.c | 16 +- arch/powerpc/kvm/e500.h | 1 + arch/powerpc/kvm/e500_mmu.c | 809 +++++++++++++++++++ arch/powerpc/kvm/e500_mmu_host.c | 699 +++++++++++++++++ arch/powerpc/kvm/e500_mmu_host.h | 18 + arch/powerpc/kvm/e500_tlb.c | 1430 ---------------------------------- 14 files changed, 1610 insertions(+), 1459 deletions(-) create mode 100644 arch/powerpc/kvm/e500_mmu.c create mode 100644 arch/powerpc/kvm/e500_mmu_host.c create mode 100644 arch/powerpc/kvm/e500_mmu_host.h delete mode 100644 arch/powerpc/kvm/e500_tlb.c -- 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