summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/base_set_assoc.cc
AgeCommit message (Expand)Author
2018-03-01mem-cache: Remove extra block init in BaseSetAssocDaniel R. Carvalho
2018-03-01mem-cache: Vectorize C arrays in BaseSetAssoc.Daniel R. Carvalho
2018-02-24mem-cache: Fix CacheSet memory leakDaniel R. Carvalho
2018-02-08mem-cache: Make cache warmup percentage a parameter.Daniel R. Carvalho
2018-02-06mem-cache: Remove extra numSets zero check.Daniel R. Carvalho
2017-03-03mem: Make blkAlign a common function between all tag classesNikos Nikoleris
2017-02-21mem: Remove unused size field from the CacheBlk classNikos Nikoleris
2016-05-26mem: fix headers include order in the cache related classesNikos Nikoleris
2015-08-21arm, mem: Remove unused CLEAR_LL request flagAndreas Hansson
2015-07-30mem: Make caches way awareDavid Guillen-Fandos
2015-05-05mem: Remove templates in cache modelDavid Guillen
2015-02-11mem: Clarify usage of latency in the cacheMarco Balboni
2014-09-19misc: Remove assertions ensuring unsigned values >= 0Andreas Hansson
2014-09-09misc: Fix a number of unitialised variables and membersAndreas Hansson
2014-07-28mem: refactor LRU cache tags and add random replacement tagsAnthony Gutierrez