mem-cache: Fix TempCacheBlock insert
[gem5.git] / src / mem / cache / blk.hh
2018-06-20 Jason Lowe-Powermem-cache: Fix TempCacheBlock insert
2018-06-15 Daniel R. Carvalhomem-cache: Initialize CacheBlk data pointer
2018-06-13 Daniel R. Carvalhomem-cache: Create Sector Cache
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-01 Daniel R. Carvalhomem-cache: Create an address aware TempCacheBlk
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: Remove isTouched field from the CacheBlk
2018-05-08 Daniel R. Carvalhomem-cache: Create block insertion function
2018-05-03 Daniel R. Carvalhomem-cache: ReplacementPolicy specific replacement data
2018-03-30 Daniel R. Carvalhomem-cache: Create BRRIP replacement policy
2018-03-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2018-03-07 Nikos Nikolerismem-cache: Make the block invalidate functions virtual
2018-03-07 Nikos Nikolerismem-cache: Make invalidate a common function between...
2017-02-21 Nikos Nikolerismem: Remove unused size field from the CacheBlk class
2017-02-21 Nikos Nikolerismem: Remove the unused asid field from the CacheBlk...
2015-08-10 Stephan Diestelhorstmem, cpu: Add assertions to snoop invalidation logic
2016-02-15 Andreas Hanssonmem: Avoid using invalid iterator in cache lock list...
2016-02-10 Andreas Hanssonmem: Be less conservative in clearing load locks in...
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-07-30 David Guillen-Fandosmem: Make caches way aware
2015-07-30 Andreas Hanssonmem: Tidy up CacheBlk class
2015-05-05 David Guillenmem: Remove templates in cache model
2014-12-02 Curtis Dunhammem: Remove WriteInvalidate support
2014-06-27 Curtis Dunhammem: write streaming support via WriteInvalidate promotion
2014-05-13 Curtis Dunhamcpu, mem: Make software prefetches non-blocking
2014-04-01 Mitch Hayengamem: Don't print out the data of a cache block
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
2013-01-08 Mitch Hayengamem: Make LL/SC locks fine grained
2012-11-02 Andreas Sandbergmem: Add support for writing back and flushing caches
2012-09-11 Lena OlsonCache: Split invalidateBlk up to seperate block vs...
2012-02-12 Dam Sunwoomem: fix cache stats to use request ids correctly
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-23 Ali SaidiIncludes: Don't include isa_traits.hh and use the TheIS...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-02-23 Lisa Hsucache: Make caches sharing aware and add occupancy...
2010-02-23 Lisa Hsucache: pull CacheSet out of LRU so that other tags...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-16 Steve ReinhardtFixes to get prefetching working again.
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Steve ReinhardtRevamp cache timing access mshr check to make stats...
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...