mem-cache: Virtualize block print
[gem5.git] / src / mem / cache / tags / base_set_assoc.cc
2018-10-10 Daniel R. Carvalhomem-cache: Remove CacheSet.hh
2018-10-10 Daniel R. Carvalhomem-cache: Split Tags for indexing policies
2018-10-10 Daniel R. Carvalhomem-cache: Use set and way for ReplaceableEntry
2018-10-10 Daniel R. Carvalhomem-cache: Use possible locations to find block
2018-10-10 Daniel R. Carvalhomem-cache: Create tags initialization function
2018-06-08 Daniel R. Carvalhomem-cache: Move tagsInUse to children
2018-06-08 Daniel R. Carvalhomem-cache: Use ReplaceableEntry in findBlockBySetAndWay
2018-05-31 Nikos Nikolerismem-cache: Replace block visitor with std::function
2018-05-31 Nikos Nikolerismem-cache: Fix include directives in the cache related...
2018-05-03 Daniel R. Carvalhomem-cache: ReplacementPolicy specific replacement data
2018-04-26 Daniel R. Carvalhomem-cache: Use block iteration in BaseSetAssoc
2018-04-06 Daniel R. Carvalhomem: Remove unused 'using namespace'
2018-03-30 Daniel R. Carvalhomem-cache: Fix FALRU data block seg fault
2018-03-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2018-03-01 Daniel R. Carvalhomem-cache: Remove extra block init in BaseSetAssoc
2018-03-01 Daniel R. Carvalhomem-cache: Vectorize C arrays in BaseSetAssoc.
2018-02-24 Daniel R. Carvalhomem-cache: Fix CacheSet memory leak
2018-02-08 Daniel R. Carvalhomem-cache: Make cache warmup percentage a parameter.
2018-02-06 Daniel R. Carvalhomem-cache: Remove extra numSets zero check.
2017-03-03 Nikos Nikolerismem: Make blkAlign a common function between all tag...
2017-02-21 Nikos Nikolerismem: Remove unused size field from the CacheBlk class
2016-05-26 Nikos Nikolerismem: fix headers include order in the cache related...
2015-08-21 Andreas Hanssonarm, mem: Remove unused CLEAR_LL request flag
2015-07-30 David Guillen-Fandosmem: Make caches way aware
2015-05-05 David Guillenmem: Remove templates in cache model
2015-02-11 Marco Balbonimem: Clarify usage of latency in the cache
2014-09-19 Andreas Hanssonmisc: Remove assertions ensuring unsigned values >= 0
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-07-28 Anthony Gutierrezmem: refactor LRU cache tags and add random replacement...