aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/cache.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: Weakly define invalidate_icache_range()Samuel Holland2023-11-021-1/+1
* riscv: Remove common.h usageTom Rini2023-10-241-1/+0
* common: board_r: support enable_caches for RISC-VZong Li2021-09-071-0/+4
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* riscv: use invalidate/flush_*cache_range functions in cache.cLukas Auer2019-01-151-2/+2
* riscv: move the AX25-specific implementation of flush_dcache_allLukas Auer2019-01-151-6/+4
* riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen2018-11-261-9/+23
* riscv: implement the invalidate_icache_* functionsLukas Auer2018-11-261-0/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen2018-01-121-0/+50