summaryrefslogtreecommitdiffstats
path: root/arch/nds32/mm/cacheflush.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-9/+0
* nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoffMike Rapoport2021-04-091-1/+1
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* nds32: unexport flush_icache_pageChristoph Hellwig2020-06-081-1/+0
* nds32: To simplify the implementation of update_mmu_cache()Greentime Hu2018-07-031-39/+8
* nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu2018-07-031-21/+32
* nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen2018-05-231-3/+1
* nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen2018-05-231-2/+7
* nds32: Correct flush_dcache_page functionVincent Chen2018-05-231-9/+12
* nds32: Fix the symbols undefined issue by exporting them.Greentime Hu2018-05-231-0/+22
* nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and fl...Greentime Hu2018-05-231-0/+18
* nds32: Cache and TLB routinesGreentime Hu2018-02-221-0/+322