mem: Add Units to mem stats
[gem5.git] / src / mem / cache / tags / sector_tags.cc
2021-02-10 Hoa Nguyenmem: Add Units to mem stats
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
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-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-06 Daniel R. Carvalhomem-cache: Encapsulate CacheBlk's refCount
2020-10-06 Daniel R. Carvalhomem-cache: Protect tag from being mishandled
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 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: Add block size to findVictim
2019-05-08 Daniel R. Carvalhomem-cache: Stub compression framework
2019-03-11 Daniel R. Carvalhomem-cache: Revert "mem-cache: Remove Packet dependency...
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-11 Daniel R. Carvalhomem-cache: Factor ReplaceableEntry out
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
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-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