mem: Change warmupCycle stat to warmupTick
[gem5.git] / src / mem / cache / tags /
2021-02-10 Hoa Nguyenmem: Change warmupCycle stat to warmupTick
2021-02-10 Hoa Nguyenmem: Add Units to mem stats
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
2021-01-27 Hoa Nguyencpu,mem,sim: Use ADD_STAT macro where possible
2021-01-22 Andreas Sandbergmem: Consistently use ISO prefixes
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-19 Hoa Nguyenmem,stats: Update stats style for FALRU
2020-11-17 Bobby R. Brucemem-cache,misc: Added missing override to operator
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-12 Daniel R. Carvalhomem-cache: Override print function of sector and super...
2020-11-12 Daniel R. Carvalhomem-cache: Use the compression factor to co-allocate
2020-11-12 Daniel R. Carvalhomem-cache: Set compression bit with its size
2020-11-12 Daniel R. Carvalhomem-cache: Add data expansion and compaction checking...
2020-11-12 Daniel R. Carvalhomem-cache: Use RP for data expansion victimization
2020-11-12 Daniel R. Carvalhomem-cache: Add function to move blocks in the tags
2020-11-12 Daniel R. Carvalhomem-cache: Add move assign and delete move constr of blk
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-12 Daniel R. Carvalhomem-cache: Create ReplacementPolicy namespace
2020-10-08 Daniel R. Carvalhomem-cache: Isolate compression bit
2020-10-08 Daniel R. Carvalhomem-cache: Create a tagged entry class
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's srcRequestorId
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's tickInserted
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's refCount
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's task_id
2020-10-06 Daniel R. Carvalhomem-cache: Protect tag from being mishandled
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
2020-05-01 Daniel R. Carvalhomem-cache: Use AssociativeSet in Stride prefetcher
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: Add getter for the number of valid sub-blks
2020-01-17 Daniel R. Carvalhomem-cache: Add multiple eviction stats
2020-01-17 Daniel R. Carvalhomem-cache: Make findVictim non-const
2019-09-30 Andreas Sandbergmem-cache: Switch to new-style stats
2019-07-31 Daniel R. Carvalhomem-cache: Fix set and way of sub-entries
2019-05-08 Daniel R. Carvalhomem-cache: Handle data expansion
2019-05-08 Daniel R. Carvalhomem-cache: Add co-allocation function to compressed...
2019-05-08 Daniel R. Carvalhomem-cache: Add compression and decompression calls
2019-05-08 Daniel R. Carvalhomem-cache: Add block size to findVictim
2019-05-08 Daniel R. Carvalhomem-cache: Add compression data to CompressionBlk
2019-05-08 Daniel R. Carvalhomem-cache: Stub compression framework
2019-03-11 Daniel R. Carvalhomem-cache: Revert "mem-cache: Remove Packet dependency...
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2018-12-03 Daniel R. Carvalhomem-cache: Optimize sector valid and secure check
2018-11-26 Daniel R. Carvalhomem-cache: Add setters to validate and secure block
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-18 Nikos Nikolerismem-cache: Fix unused variable warning in FALRU:invalid...
2018-10-11 Daniel R. Carvalhomem-cache: Factor ReplaceableEntry out
2018-10-11 Daniel R. Carvalhomem-cache: Move sector_blks to tags folder
2018-10-11 Daniel R. Carvalhomem-cache: Rename blk.cc/hh to cache_blk.cc/hh
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
2018-10-10 Daniel R. Carvalhomem-cache: Remove CacheSet.hh
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: Create tags initialization function
2018-10-10 Daniel R. Carvalhomem-cache: Remove Packet dependency in Tags
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU hash invalidation
2018-10-05 Daniel R. Carvalhomem-cache: Make checking function const in FALRU
2018-10-05 Daniel R. Carvalhomem-cache: Make boundaries in FALRU an STL container
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU inCachesMask initialization
2018-09-19 Daniel R. Carvalhomem-cache: Fix non-bijective function in Skewed caches
2018-09-07 Daniel R. Carvalhomem-cache: Create Skewed Assoc placement policy
2018-06-19 Nikos Nikolerismem-cache: Fix support for secure blocks in the FALRU...
2018-06-15 Daniel R. Carvalhomem-cache: Forward declare ReplaceableEntry
2018-06-13 Nikos Nikolerismem-cache: Remove unnecessary cast in SectorTags::findV...
2018-06-13 Daniel R. Carvalhomem-cache: Make packet const in insertBlock
2018-06-13 Daniel R. Carvalhomem-cache: Create Sector Cache
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-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-26 Daniel R. Carvalhomem-cache: Use block iteration in BaseSetAssoc
2018-04-19 Daniel R. Carvalhomem-cache: Use findBlock in FALRU's block access
2018-04-19 Daniel R. Carvalhomem-cache: Use secure flag in FALRU's findBlock
2018-04-18 Nikos Nikolerismem-cache: Revamp multiple size tracking for FALRU...
2018-04-13 Daniel R. Carvalhomem-cache: Add MoveToTail to FALRU
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-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-08 Jason Lowe-Powermem-cache: Fix missing overrides
2018-03-07 Nikos Nikolerismem-cache: Make invalidate a common function between...
next