mem-cache: Add function to move blocks in the tags
[gem5.git] / src / mem / cache / tags / base_set_assoc.cc
2020-11-12 Daniel R. Carvalhomem-cache: Add function to move blocks in the tags
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackmem: Delete authors lists from mem files.
2019-09-30 Andreas Sandbergmem-cache: Switch to new-style stats
2018-11-14 Daniel R. Carvalhomem-cache: Remove Cache dependency from Tags
2018-11-05 Gabe Blackmem-cache: Rename the tag class init function to tagsInit.
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...