aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/mm/cacheflush.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-07nds32: Remove the architectureAlan Kao1-338/+0
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-9/+0
2021-04-09nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoffMike Rapoport1-1/+1
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-1/+1
2020-06-08nds32: unexport flush_icache_pageChristoph Hellwig1-1/+0
2018-07-03nds32: To simplify the implementation of update_mmu_cache()Greentime Hu1-39/+8
2018-07-03nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu1-21/+32
2018-05-23nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen1-3/+1
2018-05-23nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen1-2/+7
2018-05-23nds32: Correct flush_dcache_page functionVincent Chen1-9/+12
2018-05-23nds32: Fix the symbols undefined issue by exporting them.Greentime Hu1-0/+22
2018-05-23nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_rangeGreentime Hu1-0/+18
2018-02-22nds32: Cache and TLB routinesGreentime Hu1-0/+322