misc: Replaced master/slave terminology
[gem5.git] / src / mem / cache / tags / base.cc
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
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
2019-03-11 Daniel R. Carvalhomem-cache: Revert "mem-cache: Remove Packet dependency...
2018-11-14 Daniel R. Carvalhomem-cache: Remove Cache dependency from Tags
2018-11-14 Daniel R. Carvalhomem-cache: Move access latency calculation to Cache
2018-10-11 Daniel R. Carvalhomem-cache: Factor ReplaceableEntry out
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
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: Remove Packet dependency in Tags
2018-06-13 Daniel R. Carvalhomem-cache: Make packet const in insertBlock
2018-06-08 Daniel R. Carvalhomem-cache: Move tagsInUse to children
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-31 Nikos Nikolerismem-cache: Delegate block invalidation to block allocation
2018-05-17 Nikos Nikolerismem-cache: Move reference count stats update to blk...
2018-05-17 Nikos Nikolerismem-cache: Remove isTouched field from the CacheBlk
2018-05-17 Nikos Nikolerismem-cache: Move replacements stat to the base cache...
2018-05-08 Daniel R. Carvalhomem-cache: Create block insertion function
2018-05-03 Daniel R. Carvalhomem-cache: ReplacementPolicy specific replacement data
2018-04-06 Daniel R. Carvalhomem: Remove unused 'using namespace'
2018-04-06 Daniel R. Carvalhomem-cache: Move insertBlock functionality in FALRU
2018-03-30 Daniel R. Carvalhomem-cache: Fix FALRU data block seg fault
2018-03-01 Daniel R. Carvalhomem-cache: Vectorize C arrays in BaseSetAssoc.
2018-02-08 Daniel R. Carvalhomem-cache: Make cache warmup percentage a parameter.
2017-03-03 Nikos Nikolerismem: Make blkAlign a common function between all tag...
2016-11-30 Sophiane Sennimem: Split the hit_latency into tag_latency and data_la...
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-05-26 Nikos Nikolerismem: fix headers include order in the cache related...
2015-02-11 Marco Balbonimem: Clarify usage of latency in the cache
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-01-24 Timothy M. JonesCache: Collect very basic stats on tag and data accesses
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2013-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-06-27 Prakash Ramrakhyanimem: Reorganize cache tags and make them a SimObject
2012-02-12 Dam Sunwoomem: fix cache stats to use request ids correctly
2011-04-20 Nathan Binkertstats: rename stats so they can be used as python expre...
2011-04-15 Nathan Binkertincludes: sort all includes
2010-02-24 Lisa Hsucache stats: account for writebacks and/or device occup...
2010-02-23 Lisa Hsucache: Make caches sharing aware and add occupancy...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-10 Steve ReinhardtFix #include lines for renamed cache files.
2008-02-10 Steve ReinhardtRename cache files for brevity and consistency with...