All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] kvm: powerpc: use cache attributes from linux pte
@ 2013-10-08  6:15 ` Bharat Bhushan
  0 siblings, 0 replies; 29+ messages in thread
From: Bharat Bhushan @ 2013-10-08  6:03 UTC (permalink / raw)
  To: agraf, scottwood, stuart.yoder, kvm, kvm-ppc, paulus; +Cc: Bharat Bhushan

From: Bharat Bhushan <bharat.bhushan@freescale.com>

kvm: powerpc: use cache attributes from linux pte
 - 1st Patch fixes a bug in booke (detail in patch)
 - 2nd patch is renaming the linux_pte_lookup_function() just for clarity.
   There is not functional change.
 - 3nd Patch adds a Linux pte lookup function.
 - 4th Patch uses the above defined function and setup TLB.wimg accordingly

More details are there is individual patches.
  
Bharat Bhushan (4):
  kvm: booke: clear host tlb reference flag on guest tlb invalidation
  kvm: book3s: rename lookup_linux_pte() to
    lookup_linux_pte_and_update()
  kvm: powerpc: define a linux pte lookup function
  kvm: powerpc: use caching attributes as per linux pte

 arch/powerpc/include/asm/kvm_host.h |    2 +-
 arch/powerpc/include/asm/pgtable.h  |   35 ++++++++++++++++++++++
 arch/powerpc/kvm/book3s_hv_rm_mmu.c |    8 +++--
 arch/powerpc/kvm/booke.c            |    2 +-
 arch/powerpc/kvm/e500.h             |    8 +++--
 arch/powerpc/kvm/e500_mmu_host.c    |   55 +++++++++++++++++++---------------
 6 files changed, 78 insertions(+), 32 deletions(-)

^ permalink raw reply	[flat|nested] 29+ messages in thread
* [PATCH 0/4] kvm: powerpc: use cache attributes from linux pte
  2013-10-08  6:15 ` Bharat Bhushan
@ 2013-10-28 10:36 ` Bharat Bhushan
  -1 siblings, 0 replies; 29+ messages in thread
From: Bharat Bhushan @ 2013-10-28 10:24 UTC (permalink / raw)
  To: paulus, agraf, kvm-ppc, kvm, scottwood; +Cc: Bharat Bhushan

From: Bharat Bhushan <bharat.bhushan@freescale.com>

v1->v2
 - Removed _PAGE_BUSY loop as suggested by PaulS.
 - Added check for PAGE_SPLITTING

kvm: powerpc: use cache attributes from linux pte
 - 1st Patch fixes a bug in booke (detail in patch)
 - 2nd patch is renaming the linux_pte_lookup_function() just for clarity.
   There is not functional change.
 - 3nd Patch adds a Linux pte lookup function.
 - 4th Patch uses the above defined function and setup TLB.wimg accordingly


Bharat Bhushan (4):
  kvm: booke: clear host tlb reference flag on guest tlb invalidation
  kvm: book3s: rename lookup_linux_pte() to
    lookup_linux_pte_and_update()
  kvm: powerpc: define a linux pte lookup function
  kvm: powerpc: use caching attributes as per linux pte

 arch/powerpc/include/asm/kvm_host.h |    2 +-
 arch/powerpc/include/asm/pgtable.h  |   27 +++++++++++++++++
 arch/powerpc/kvm/book3s_hv_rm_mmu.c |    8 +++--
 arch/powerpc/kvm/booke.c            |    1 +
 arch/powerpc/kvm/e500.h             |    8 +++--
 arch/powerpc/kvm/e500_mmu_host.c    |   55 +++++++++++++++++++---------------
 6 files changed, 70 insertions(+), 31 deletions(-)



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

end of thread, other threads:[~2013-10-28 10:36 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08  6:03 [PATCH 0/4] kvm: powerpc: use cache attributes from linux pte Bharat Bhushan
2013-10-08  6:15 ` Bharat Bhushan
2013-10-08  6:03 ` [PATCH 1/4] kvm: booke: clear host tlb reference flag on guest tlb invalidation Bharat Bhushan
2013-10-08  6:15   ` Bharat Bhushan
2013-10-08  6:03 ` [PATCH 2/4] kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update() Bharat Bhushan
2013-10-08  6:15   ` Bharat Bhushan
2013-10-08  6:03 ` [PATCH 3/4] kvm: powerpc: define a linux pte lookup function Bharat Bhushan
2013-10-08  6:15   ` Bharat Bhushan
2013-10-08 21:36   ` Scott Wood
2013-10-08 21:36     ` Scott Wood
2013-10-09  8:48     ` Bhushan Bharat-R65777
2013-10-09  8:48       ` Bhushan Bharat-R65777
2013-10-09 17:47       ` Scott Wood
2013-10-09 17:47         ` Scott Wood
2013-10-10 10:35         ` Paul Mackerras
2013-10-10 10:35           ` Paul Mackerras
2013-10-10 10:44           ` Bhushan Bharat-R65777
2013-10-10 10:52             ` Paul Mackerras
2013-10-10 10:52               ` Paul Mackerras
2013-10-15  5:07           ` Aneesh Kumar K.V
2013-10-15  5:19             ` Aneesh Kumar K.V
2013-10-10 10:33   ` Paul Mackerras
2013-10-10 10:33     ` Paul Mackerras
2013-10-15  5:05   ` Aneesh Kumar K.V
2013-10-15  5:17     ` Aneesh Kumar K.V
2013-10-08  6:03 ` [PATCH 4/4] kvm: powerpc: use caching attributes as per linux pte Bharat Bhushan
2013-10-08  6:15   ` Bharat Bhushan
  -- strict thread matches above, loose matches on Subject: below --
2013-10-28 10:24 [PATCH 0/4] kvm: powerpc: use cache attributes from " Bharat Bhushan
2013-10-28 10:36 ` Bharat Bhushan

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.