mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] xtensa: cache aliasing fixes
@ 2020-11-16 10:30 Max Filippov
  2020-11-16 10:30 ` [PATCH 1/2] xtensa: fix TLBTEMP area placement Max Filippov
  2020-11-16 10:30 ` [PATCH 2/2] xtensa: disable preemption around cache alias management calls Max Filippov
  0 siblings, 2 replies; 3+ messages in thread
From: Max Filippov @ 2020-11-16 10:30 UTC (permalink / raw)
  To: linux-xtensa; +Cc: Chris Zankel, linux-kernel, Max Filippov

Hello,

this series changes TLBTEMP region placement and disables preemption
around all cache alias management calls. This fixes TLB miss and
multihit issues in the TLBTEMP area seen on cores with aliasing cache.

Max Filippov (2):
  xtensa: fix TLBTEMP area placement
  xtensa: disable preemption around cache alias management calls

 Documentation/xtensa/mmu.rst      |  9 ++++++---
 arch/xtensa/include/asm/pgtable.h |  2 +-
 arch/xtensa/mm/cache.c            | 14 ++++++++++++++
 3 files changed, 21 insertions(+), 4 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-11-16 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 10:30 [PATCH 0/2] xtensa: cache aliasing fixes Max Filippov
2020-11-16 10:30 ` [PATCH 1/2] xtensa: fix TLBTEMP area placement Max Filippov
2020-11-16 10:30 ` [PATCH 2/2] xtensa: disable preemption around cache alias management calls Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome