aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/cacheflush.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones2022-10-211-0/+38
* RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-201-4/+1
* riscv: Flush current cpu icache before other cpusAlexandre Ghiti2021-10-041-0/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+0
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* riscv: export flush_icache_all to modulesOlof Johansson2019-12-271-0/+1
* riscv: add nommu supportChristoph Hellwig2019-11-171-0/+2
* riscv: implement remote sfence.i using IPIsChristoph Hellwig2019-11-131-6/+18
* riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig2019-09-051-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1
* riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo2019-05-161-0/+61
* RISC-V: Flush I$ when making a dirty page executableAndrew Waterman2017-11-301-0/+23