]> www.infradead.org Git - users/willy/pagecache.git/commit
nios2: Implement the new page table range API
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 13 Feb 2023 19:12:22 +0000 (14:12 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 1 Aug 2023 19:14:17 +0000 (15:14 -0400)
commit34bd227dfe920c7e8533195585122d4d4dd5a10b
tree9edf02d5491696f93b99dbd861764005499a3a46
parent054d8702c85880f10feb56c20afdac75f103c075
nios2: Implement the new page table range API

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

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Dinh Nguyen <dinguyen@kernel.org>
arch/nios2/include/asm/cacheflush.h
arch/nios2/include/asm/pgtable.h
arch/nios2/mm/cacheflush.c