mem: Change warmupCycle stat to warmupTick
[gem5.git] / src / mem / cache /
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-23 Gabe Blackmem: Stop "using namespace std"
2021-01-22 Andreas Sandbergmem: Consistently use ISO prefixes
2021-01-13 Daniel R. Carvalhomem-cache: Fix update of useful prefetches
2020-12-22 Daniel R. Carvalhomem-cache: Generate error on compression misconfiguration
2020-12-16 Daniel R. Carvalhomem-cache: Implement a frequency-sampling compressor
2020-12-16 Daniel R. Carvalhomem-cache: Add a data-update probe to cache
2020-12-03 Daniel R. Carvalhomem-cache: Fix setting prefetch bit
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-14 Daniel R. Carvalhobase,cpu,mem: Use templatized SatCounter
2020-11-12 Gabe Blackmem-cache: Remove "inline" from a method in one of...
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: Allow moving data contractions
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-11-06 Bobby R. Brucemem: Added missing override to cache_blk function
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-23 Daniel R. Carvalhomem-cache: Implement FPC cache compressor
2020-10-23 Daniel R. Carvalhomem-cache: Make (de)compression latencies params
2020-10-23 Daniel R. Carvalhomem-cache: Undefine compression ratio of perfect compre...
2020-10-21 Gabe Blackmisc: Fix a few accidental transitive includes.
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: Encapsulate CacheBlk's status
2020-10-08 Daniel R. Carvalhomem-cache: Isolate compression bit
2020-10-08 Daniel R. Carvalhomem-cache: Isolate prefetching bit
2020-10-08 Daniel R. Carvalhomem-cache: Create a tagged entry class
2020-10-08 Daniel R. Carvalhomem-cache: Debug with blk's information instead of...
2020-10-08 Daniel R. Carvalhomem-cache: Add missing StridePrefetcher invalidation
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-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-08 Andreas Sandbergbase, sim: Make ByteOrder into a ScopedEnum accessible...
2020-09-07 Gabe Blackmem: Re-remove the arch/isa_traits.hh include in the...
2020-09-01 Daniel R. Carvalhomem-cache: Fix copy ellision on base compressor
2020-08-31 Daniel R. Carvalhomem-cache: Use cache's max CR on perfect compressor
2020-08-31 Daniel R. Carvalhomem-cache: Explicitly define threshold of BDI's sub...
2020-08-31 Daniel R. Carvalhomem-cache: Make compression size threshold a percentage
2020-08-31 Daniel R. Carvalhomem-cache: Add stats for failed compressions
2020-08-31 Daniel R. Carvalhomem-cache: Handle zero sizes on compression
2020-08-31 Daniel R. Carvalhomem-cache: Add an extra decomp lat to multi compressor
2020-08-31 Daniel R. Carvalhomem-cache: Store BDI's encoding in tags
2020-08-31 Daniel R. Carvalhomem-cache: Add encoding bits to the data of multi compr...
2020-08-31 Daniel R. Carvalhomem-cache: Standardize data parsing in compressors
2020-08-31 Daniel R. Carvalhomem-cache: Allow inheriting from DitionaryCompressor...
2020-08-31 Daniel R. Carvalhomem-cache: Upgrade Compressor::Multi's stats
2020-08-31 Daniel R. Carvalhomem-cache: Upgrade BaseDictionaryCompressor's stats
2020-08-31 Daniel R. Carvalhomem-cache: Fix RepeatedQwords compressor
2020-08-31 Daniel R. Carvalhomem-cache: Fix integer promotion of mask
2020-08-31 eavivimem: convert base prefetcher and queued to new style...
2020-08-28 Gabe Blackmisc: Clean up usage of arch/isa_traits.hh.
2020-08-26 Shivani Parekhmem: Update port terminology
2020-08-25 Daniel R. Carvalhomem-cache: Create Compressor namespace
2020-08-21 Gabe Blackmem: Use getGuestByteOrder in the indirect memory prefe...
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
2020-08-17 Isaac Sánchez Barreramem-cache,python: Allow custom TLB and events in each...
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-04 Tommaso Marinellimem-cache: prevent prefetcher from saturating the write...
2020-06-03 Gabe Blackmisc: Make many includes explicit.
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-04 Daniel R. Carvalhomem-cache: Fixes to PIF prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Use AssociativeSet in Stride prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Use SatCounter in Stride prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Cleanup of SBOOE prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Use CircularQueue in PIF prefetcher
2020-05-01 Daniel R. Carvalhomem-cache: Use CircularQueue for the STeMS's RMOB
2020-05-01 Daniel R. Carvalhomem-cache: Fix DCPT with CircularQueue
2020-04-30 Daniel R. Carvalhomem-cache: Fix priority of multi compressor
2020-04-17 Daniel R. Carvalhomem-cache: Create Prefetcher namespace
2020-03-07 Gabe Blackarch,cpu,gpu-compute,mem: Remove asid from Request...
2020-03-04 Gabe Blackarch,cpu,mem: Replace the mmmapped IPR mechanism with...
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.
next