summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/cacheflush.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-27/+14
* powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-221-1/+1
* powerpc/mem: Use kmap_local_page() in flushing functionsChristophe Leroy2021-04-141-9/+10
* powerpc/mem: Inline flush_dcache_page()Christophe Leroy2021-04-141-15/+0
* powerpc/mem: Help GCC realise __flush_dcache_icache() flushes single pagesChristophe Leroy2021-04-141-1/+1
* powerpc/mem: flush_dcache_icache_phys() is for HIGHMEM pages onlyChristophe Leroy2021-04-141-8/+9
* powerpc/mem: Optimise flush_dcache_icache_hugepage()Christophe Leroy2021-04-141-6/+6
* powerpc/mem: Call flush_coherent_icache() at higher levelChristophe Leroy2021-04-141-8/+3
* powerpc/mem: Remove address argument to flush_coherent_icache()Christophe Leroy2021-04-141-8/+5
* powerpc/mem: Declare __flush_dcache_icache() staticChristophe Leroy2021-04-141-30/+30
* powerpc/mem: Move cache flushing functions into mm/cacheflush.cChristophe Leroy2021-04-141-0/+255