Re: [PATCH v4 5/8] KVM: PPC: Ultravisor: Restrict flush of the partition tlb cache

2019-07-10 Thread Ram Pai
On Mon, Jul 08, 2019 at 02:54:52PM -0500, janani wrote: > On 2019-06-28 15:08, Claudio Carvalho wrote: > >From: Ram Pai > > > >Ultravisor is responsible for flushing the tlb cache, since it manages > >the PATE entries. Hence skip tlb flush, if the ultravisor firmware is > >available. > > > >Signed

Re: [PATCH v4 5/8] KVM: PPC: Ultravisor: Restrict flush of the partition tlb cache

2019-07-08 Thread Claudio Carvalho
On 7/1/19 2:54 AM, Alexey Kardashevskiy wrote: > > On 29/06/2019 06:08, Claudio Carvalho wrote: >> From: Ram Pai >> >> Ultravisor is responsible for flushing the tlb cache, since it manages >> the PATE entries. Hence skip tlb flush, if the ultravisor firmware is >> available. >> >> Signed-off-by

Re: [PATCH v4 5/8] KVM: PPC: Ultravisor: Restrict flush of the partition tlb cache

2019-07-08 Thread janani
On 2019-06-28 15:08, Claudio Carvalho wrote: From: Ram Pai Ultravisor is responsible for flushing the tlb cache, since it manages the PATE entries. Hence skip tlb flush, if the ultravisor firmware is available. Signed-off-by: Ram Pai Signed-off-by: Claudio Carvalho --- arch/powerpc/mm/book3

Re: [PATCH v4 5/8] KVM: PPC: Ultravisor: Restrict flush of the partition tlb cache

2019-06-30 Thread Alexey Kardashevskiy
On 29/06/2019 06:08, Claudio Carvalho wrote: > From: Ram Pai > > Ultravisor is responsible for flushing the tlb cache, since it manages > the PATE entries. Hence skip tlb flush, if the ultravisor firmware is > available. > > Signed-off-by: Ram Pai > Signed-off-by: Claudio Carvalho > --- >

[PATCH v4 5/8] KVM: PPC: Ultravisor: Restrict flush of the partition tlb cache

2019-06-28 Thread Claudio Carvalho
From: Ram Pai Ultravisor is responsible for flushing the tlb cache, since it manages the PATE entries. Hence skip tlb flush, if the ultravisor firmware is available. Signed-off-by: Ram Pai Signed-off-by: Claudio Carvalho --- arch/powerpc/mm/book3s64/pgtable.c | 33 +---