summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/cacheset.hh
AgeCommit message (Expand)Author
2018-05-31mem-cache: Fix include directives in the cache related classesNikos Nikoleris
2018-02-24mem-cache: Fix CacheSet memory leakDaniel R. Carvalho
2016-05-26mem: fix headers include order in the cache related classesNikos Nikoleris
2016-05-26mem: change NULL to nullptr in the cache related classesNikos Nikoleris
2015-09-04mem: Tidy up CacheSetAndreas Hansson
2014-01-24mem: Add support for a security bit in the memory systemGiacomo Gabrielli
2013-06-27mem: Reorganize cache tags and make them a SimObjectPrakash Ramrakhyani
2012-06-29Cache: Fix the LRU policy for classic memory hierarchyLena Olson
2011-04-15includes: sort all includesNathan Binkert
2010-02-23cache: pull CacheSet out of LRU so that other tags can use associative sets.Lisa Hsu