summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/cacheflush.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-05-16riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo1-1/+1
2018-06-07riscv: use NULL instead of a plain 0Luc Van Oostenryck1-1/+1
2017-11-30RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman1-0/+6
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman1-4/+20
2017-09-26RISC-V: Atomic and Locking CodePalmer Dabbelt1-0/+39