aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/lib/cache.c
AgeCommit message (Expand)Author
2023-10-24mips: Remove common.h usageTom Rini
2022-07-13mips: add support for noncached_alloc()Weijie Gao
2022-02-08mips: Avoid using config_enabled() directlySimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-18mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese
2020-07-18mips: cache: Make flush_cache() weak to enable overwriteStefan Roese
2020-07-18mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CMStefan Roese
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-09MIPS: allow override of flush_dcache_range()Alex Nemirovsky
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-10-25MIPS: add compile time definition of L2 cache sizeRamon Fried
2018-09-22MIPS: cache: reimplement dcache_[status, enable, disable]Daniel Schwierzeck
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-11-28MIPS: Break out of cache loops for unimplemented cachesPaul Burton
2017-11-28MIPS: Clear instruction hazards in flush_cache()Paul Burton
2017-11-28MIPS: Ensure cache ops complete in cache maintenance functionsPaul Burton
2017-05-12MIPS: Make CM GCR base configurablePaul Burton
2016-09-21MIPS: L2 cache supportPaul Burton
2016-09-21MIPS: Probe cache line sizes once during bootPaul Burton
2016-06-10MIPS: Fix invalidate_dcache_range to operate on L1 DcachePaul Burton
2016-05-31MIPS: Abstract cache op loops with a macroPaul Burton
2016-05-31MIPS: Split I & D cache line size configPaul Burton
2016-05-31MIPS: Move cache sizes to KconfigPaul Burton
2016-02-01mips: cache: Bulletproof the code against cornercasesMarek Vasut
2016-01-16MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck
2015-01-29MIPS: unify cache maintenance functionsPaul Burton