linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Last level (leaf) TLBI support
@ 2015-07-24  8:59 Catalin Marinas
  2015-07-24  8:59 ` [PATCH 1/2] arm64: Clean up __flush_tlb(_kernel)_range functions Catalin Marinas
  2015-07-24  8:59 ` [PATCH 2/2] arm64: Use last level TLBI for user pte changes Catalin Marinas
  0 siblings, 2 replies; 5+ messages in thread
From: Catalin Marinas @ 2015-07-24  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

AArch64 introduces TLBI operations that only invalidate the last level
of a page table (block entry). The first patch in the series is just a
minor clean-up to avoid defining too many functions. The second patch
introduces the last level TLBI support for flush_tlb_page() and
tlb_flush(). The flush_tlb_range() function cannot be changed since it
is used in THP code for collapsing multiple small pages into a huge
page.

Catalin Marinas (2):
  arm64: Clean up __flush_tlb(_kernel)_range functions
  arm64: Use last level TLBI for user pte changes

 arch/arm64/include/asm/tlb.h      |  7 +++-
 arch/arm64/include/asm/tlbflush.h | 69 ++++++++++++++++++++++++---------------
 2 files changed, 48 insertions(+), 28 deletions(-)

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

end of thread, other threads:[~2015-07-28  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24  8:59 [PATCH 0/2] Last level (leaf) TLBI support Catalin Marinas
2015-07-24  8:59 ` [PATCH 1/2] arm64: Clean up __flush_tlb(_kernel)_range functions Catalin Marinas
2015-07-24  8:59 ` [PATCH 2/2] arm64: Use last level TLBI for user pte changes Catalin Marinas
2015-07-27 17:49   ` Will Deacon
2015-07-28  9:45     ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).