misc: Delete the now unnecessary create methods.
[gem5.git] / src / mem / cache /
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.
2020-02-10 Daniel R. Carvalhomem-cache,mem-ruby: Move WeightedLRU RP
2020-01-21 Daniel R. Carvalhomem-cache: Fix invalidation of prefetchers
2020-01-17 Daniel R. Carvalhomem-cache: Add print function to ReplaceableEntry
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
2020-01-17 Daniel R. Carvalhomem-cache: Add more compression stats
2020-01-17 Daniel R. Carvalhomem-cache: Factor out multiple block eviction
2020-01-07 Nikos Nikolerismem-cache: Forward snoops when the cache is not responding
2020-01-07 Nikos Nikolerismem-cache: Ensure that responses get data from the...
2020-01-06 Nikos Nikolerismem-cache: Avoid write merging if there are reads in...
2019-12-12 Daniel R. Carvalhomem-cache: Move unused prefetches counter update
2019-11-28 Gabe Blackmem-cache: Avoid hiding a virtual method in the diction...
2019-11-28 Gabe Blackmem-cache: Remove a std::move clang says is unnecessary.
2019-11-18 Isaac Sánchez Barreramem-cache: Initialize all members of `QueuedPrefetcher...
2019-11-18 Isaac Sánchez Barreramem-cache: Fix destructor of `BasePrefetcher::PrefetchI...
2019-11-04 Daniel R. Carvalhomem-cache: Modify compressor to appease newer compilers
2019-11-04 Daniel R. Carvalhomem-cache: Implement a perfect compressor
2019-11-04 Daniel R. Carvalhomem-cache: Make BDI a multi compressor
2019-11-04 Daniel R. Carvalhomem-cache: Implement a multi compressor
2019-11-04 Daniel R. Carvalhomem-cache: Implement BDI sub-compressors
2019-11-04 Daniel R. Carvalhomem-cache: Implement a repeated values compressor
2019-11-04 Daniel R. Carvalhomem-cache: Implement a zero compressor
2019-11-04 Daniel R. Carvalhomem-cache: Implement FPC-D cache compression
2019-10-31 Daniel R. Carvalhomem-cache: Fix missing header in associative set
2019-10-29 Daniel R. Carvalhomem-cache: Add a repeated value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Inform unused bits instead of bytes in compr...
next