]> Git Repo - linux.git/commit
powerpc: implement the new page table range API
authorMatthew Wilcox (Oracle) <[email protected]>
Wed, 2 Aug 2023 15:13:49 +0000 (16:13 +0100)
committerAndrew Morton <[email protected]>
Thu, 24 Aug 2023 23:20:23 +0000 (16:20 -0700)
commit9fee28baa601f4dbf869b1373183b312d2d5ef3d
tree3ed28441c845919e4cd02ba1785c165bc7192c48
parente70bbca607424dbb236cc641adba39c2cc0d65c5
powerpc: implement the new page table range API

Add set_ptes(), update_mmu_cache_range() and flush_dcache_folio().  Change
the PG_arch_1 (aka PG_dcache_dirty) flag from being per-page to per-folio.

[[email protected]: re-export flush_dcache_icache_folio()]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Acked-by: Mike Rapoport (IBM) <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Christophe Leroy <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
arch/powerpc/include/asm/book3s/32/pgtable.h
arch/powerpc/include/asm/book3s/64/pgtable.h
arch/powerpc/include/asm/book3s/pgtable.h
arch/powerpc/include/asm/cacheflush.h
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/include/asm/nohash/pgtable.h
arch/powerpc/include/asm/pgtable.h
arch/powerpc/mm/book3s64/hash_utils.c
arch/powerpc/mm/cacheflush.c
arch/powerpc/mm/nohash/e500_hugetlbpage.c
arch/powerpc/mm/pgtable.c
This page took 0.051427 seconds and 4 git commands to generate.