mem-cache: Virtualize block print
[gem5.git] / src / mem / cache / tags / base.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...