summaryrefslogtreecommitdiff
path: root/arch/mips/lib/cache.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-09MIPS: allow override of flush_dcache_range()Alex Nemirovsky1-1/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-10-25MIPS: add compile time definition of L2 cache sizeRamon Fried1-1/+1
2018-09-22MIPS: cache: reimplement dcache_[status, enable, disable]Daniel Schwierzeck1-0/+20
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-28MIPS: Break out of cache loops for unimplemented cachesPaul Burton1-7/+6
2017-11-28MIPS: Clear instruction hazards in flush_cache()Paul Burton1-0/+4
2017-11-28MIPS: Ensure cache ops complete in cache maintenance functionsPaul Burton1-1/+12
2017-05-12MIPS: Make CM GCR base configurablePaul Burton1-0/+2
2016-09-21MIPS: L2 cache supportPaul Burton1-1/+61
2016-09-21MIPS: Probe cache line sizes once during bootPaul Burton1-18/+25
2016-06-10MIPS: Fix invalidate_dcache_range to operate on L1 DcachePaul Burton1-1/+1
2016-05-31MIPS: Abstract cache op loops with a macroPaul Burton1-41/+18
2016-05-31MIPS: Split I & D cache line size configPaul Burton1-15/+7
2016-05-31MIPS: Move cache sizes to KconfigPaul Burton1-1/+1
2016-02-02mips: cache: Bulletproof the code against cornercasesMarek Vasut1-0/+8
2016-01-16MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck1-2/+2
2015-01-29MIPS: unify cache maintenance functionsPaul Burton1-0/+118