All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] KVM: PPC: e500: TLB fixes and MMU API
@ 2011-08-18 20:24 Scott Wood
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Wood @ 2011-08-18 20:24 UTC (permalink / raw)
  To: kvm-ppc

Scott Wood (5):
  KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
  KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
  KVM: PPC: e500: clear up confusion between host and guest entries
  KVM: PPC: e500: MMU API
  KVM: PPC: e500: tlbsx: fix tlb0 esel

 Documentation/virtual/kvm/api.txt     |   74 ++++
 arch/powerpc/include/asm/kvm.h        |   35 ++
 arch/powerpc/include/asm/kvm_e500.h   |   46 ++-
 arch/powerpc/include/asm/kvm_ppc.h    |    5 +
 arch/powerpc/include/asm/mmu-book3e.h |    1 +
 arch/powerpc/kvm/e500.c               |    5 +-
 arch/powerpc/kvm/e500_emulate.c       |   12 +-
 arch/powerpc/kvm/e500_tlb.c           |  650 +++++++++++++++++++++++----------
 arch/powerpc/kvm/e500_tlb.h           |   55 +--
 arch/powerpc/kvm/powerpc.c            |   28 ++
 include/linux/kvm.h                   |   18 +
 11 files changed, 681 insertions(+), 248 deletions(-)

-- 
1.7.6


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 0/5] KVM: PPC: e500: TLB fixes and MMU API
@ 2011-09-02 13:10 Alexander Graf
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Graf @ 2011-09-02 13:10 UTC (permalink / raw)
  To: kvm-ppc

On 08/18/2011 10:24 PM, Scott Wood wrote:
> Scott Wood (5):
>    KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
>    KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
>    KVM: PPC: e500: clear up confusion between host and guest entries
>    KVM: PPC: e500: MMU API
>    KVM: PPC: e500: tlbsx: fix tlb0 esel

Thanks, applied all (with the new MMU API one)


Alex


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-02 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 13:10 [PATCH v2 0/5] KVM: PPC: e500: TLB fixes and MMU API Alexander Graf
  -- strict thread matches above, loose matches on Subject: below --
2011-08-18 20:24 Scott Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.