Re: [PATCH 06/10] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM

2018-05-07 Thread Nicholas Piggin
On Mon, 7 May 2018 15:15:26 +1000 Paul Mackerras wrote: > On Sun, May 06, 2018 at 05:37:27PM +1000, Nicholas Piggin wrote: > > Implement a local TLB flush for invalidating an LPID with variants for > > process or partition scope. And a global TLB flush for invalidating > > a

Re: [PATCH 06/10] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM

2018-05-06 Thread Paul Mackerras
On Sun, May 06, 2018 at 05:37:27PM +1000, Nicholas Piggin wrote: > Implement a local TLB flush for invalidating an LPID with variants for > process or partition scope. And a global TLB flush for invalidating > a partition scoped page of an LPID. > > These will be used by KVM in subsequent

[PATCH 06/10] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM

2018-05-06 Thread Nicholas Piggin
Implement a local TLB flush for invalidating an LPID with variants for process or partition scope. And a global TLB flush for invalidating a partition scoped page of an LPID. These will be used by KVM in subsequent patches. Signed-off-by: Nicholas Piggin ---