summaryrefslogtreecommitdiff
path: root/src/mem/cache/blk.hh
AgeCommit message (Expand)Author
2018-06-01mem-cache: Create an address aware TempCacheBlkDaniel R. Carvalho
2018-05-31mem-cache: Replace block visitor with std::functionNikos Nikoleris
2018-05-31mem-cache: Fix include directives in the cache related classesNikos Nikoleris
2018-05-17mem-cache: Remove isTouched field from the CacheBlkNikos Nikoleris
2018-05-08mem-cache: Create block insertion functionDaniel R. Carvalho
2018-05-03mem-cache: ReplacementPolicy specific replacement dataDaniel R. Carvalho
2018-03-30mem-cache: Create BRRIP replacement policyDaniel R. Carvalho
2018-03-22mem-cache: Split array indexing and replacement policies.Daniel R. Carvalho
2018-03-07mem-cache: Make the block invalidate functions virtualNikos Nikoleris
2018-03-07mem-cache: Make invalidate a common function between tag classesNikos Nikoleris
2017-02-21mem: Remove unused size field from the CacheBlk classNikos Nikoleris
2017-02-21mem: Remove the unused asid field from the CacheBlk classNikos Nikoleris
2015-08-10mem, cpu: Add assertions to snoop invalidation logicStephan Diestelhorst
2016-02-15mem: Avoid using invalid iterator in cache lock list traversalAndreas Hansson
2016-02-10mem: Be less conservative in clearing load locks in the cacheAndreas Hansson
2015-12-31mem: Make cache terminology easier to understandAndreas Hansson
2015-08-07base: Declare a type for context IDsAndreas Sandberg
2015-07-30mem: Make caches way awareDavid Guillen-Fandos
2015-07-30mem: Tidy up CacheBlk classAndreas Hansson
2015-05-05mem: Remove templates in cache modelDavid Guillen
2014-12-02mem: Remove WriteInvalidate supportCurtis Dunham
2014-06-27mem: write streaming support via WriteInvalidate promotionCurtis Dunham
2014-05-13cpu, mem: Make software prefetches non-blockingCurtis Dunham
2014-04-01mem: Don't print out the data of a cache blockMitch Hayenga
2014-01-24mem: Add support for a security bit in the memory systemGiacomo Gabrielli
2014-01-24mem: per-thread cache occupancy and per-block agesDam Sunwoo
2013-04-22mem: Adding verbose debug output in the memory systemUri Wiener
2013-01-08mem: Make LL/SC locks fine grainedMitch Hayenga
2012-11-02mem: Add support for writing back and flushing cachesAndreas Sandberg
2012-09-11Cache: Split invalidateBlk up to seperate block vs. tagsLena Olson
2012-02-12mem: fix cache stats to use request ids correctlyDam Sunwoo
2011-04-15includes: sort all includesNathan Binkert
2011-02-23Includes: Don't include isa_traits.hh and use the TheISA namespace unless rea...Ali Saidi
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-02-23cache: Make caches sharing aware and add occupancy stats.Lisa Hsu
2010-02-23cache: pull CacheSet out of LRU so that other tags can use associative sets.Lisa Hsu
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-04-19Mem: Change isLlsc to isLLSC.Gabe Black
2009-04-19Memory: Rename LOCKED for load locked store conditional to LLSC.Gabe Black
2009-02-16Fixes to get prefetching working again.Steve Reinhardt
2008-11-02Add in Context IDs to the simulator. From now on, cpuId is almost never used,Lisa Hsu
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-02-26Revamp cache timing access mshr check to make stats sane again.Steve Reinhardt
2008-02-10Rename cache files for brevity and consistency with rest of tree.Steve Reinhardt