mem: Change warmupCycle stat to warmupTick
[gem5.git] / src / mem / cache / tags / base.hh
2021-02-10 Hoa Nguyenmem: Change warmupCycle stat to warmupTick
2021-02-10 Hoa Nguyenmem: Fix/Improve stats in src/mem
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-12 Daniel R. Carvalhomem-cache: Add function to move blocks in the tags
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's srcRequestorId
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's refCount
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.
2020-01-17 Daniel R. Carvalhomem-cache: Make findVictim non-const
2019-09-30 Andreas Sandbergmem-cache: Switch to new-style stats
2019-05-08 Daniel R. Carvalhomem-cache: Add block size to findVictim
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-11-05 Gabe Blackmem-cache: Rename the tag class init function to tagsInit.
2018-10-11 Daniel R. Carvalhomem-cache: Rename blk.cc/hh to cache_blk.cc/hh
2018-10-10 Daniel R. Carvalhomem-cache: Split Tags for indexing policies
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-10-10 Daniel R. Carvalhomem-cache: Remove Packet dependency in Tags
2018-06-15 Daniel R. Carvalhomem-cache: Forward declare ReplaceableEntry
2018-06-13 Daniel R. Carvalhomem-cache: Make packet const in insertBlock
2018-06-08 Daniel R. Carvalhomem-cache: Use secure bit in findVictim
2018-06-08 Daniel R. Carvalhomem-cache: Move tagsInUse to children
2018-06-08 Daniel R. Carvalhomem-cache: Return evictions along with victims
2018-06-08 Daniel R. Carvalhomem-cache: Use ReplaceableEntry in findBlockBySetAndWay
2018-06-01 Daniel R. Carvalhomem-cache: Privatize extractSet
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-17 Nikos Nikolerismem-cache: Move reference count stats update to blk...
2018-05-17 Nikos Nikolerismem-cache: Move replacements stat to the base cache...
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-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2018-03-09 Daniel R. Carvalhomem-cache: Use CacheBlk parameter on address regeneration
2018-03-07 Nikos Nikolerismem-cache: Make invalidate a common function between...
2018-03-02 Nikos Nikolerismem-cache: Remove mumBlock redundant initialiation...
2018-02-08 Daniel R. Carvalhomem-cache: Make cache warmup percentage a parameter.
2018-02-06 Daniel R. Carvalhomem: Standardize mem folder header guards
2017-03-03 Nikos Nikolerismem: Make blkAlign a common function between all tag...
2017-02-21 Nikos Nikolerismem: Remove unused arguments (asid/contex_id) from...
2017-02-21 Nikos Nikolerismem: Remove unused functions from the tag classes
2016-11-30 Sophiane Sennimem: Split the hit_latency into tag_latency and data_la...
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-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-06-27 Prakash Ramrakhyanimem: Reorganize cache tags and make them a SimObject
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
2012-11-02 Andreas Sandbergmem: Add support for writing back and flushing caches
2012-02-12 Dam Sunwoomem: fix cache stats to use request ids correctly
2011-04-15 Nathan Binkertincludes: sort all includes
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-02-23 Lisa Hsucache: Make caches sharing aware and add occupancy...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-10 Steve ReinhardtRename cache files for brevity and consistency with...