mem-ruby: Cleanup replacement_data usage
[gem5.git] / src / mem / ruby / structures / CacheMemory.cc
2020-07-25 Daniel R. Carvalhomem-ruby: Cleanup replacement_data usage
2020-02-10 Daniel R. Carvalhomem-cache,mem-ruby: Move WeightedLRU RP
2019-10-11 JingQuJQmem-ruby: Allow Ruby to use all replacement policies...
2019-08-23 Gabe Blackmem: Move ruby protocols into a directory called ruby_p...
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-06-06 David Guillen Fandosstats: Fixing regStats function for some SimObjects
2016-04-07 Andreas SandbergRevert to 74c1e6513bd0 (sim: Thermal support for Linux)
2014-11-18 Akash Bagdiapower: Add power states to ClockedObject
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-29 Joel Hestnessruby: Fix CacheMemory allocate leak
2015-09-18 Nilay Vaishruby: print addresses in hex
2015-09-16 David Hasheruby: rename System.{hh,cc} to RubySystem.{hh,cc}
2015-09-05 Nilay Vaishruby: call setMRU from L1 controllers, not from sequencer
2015-09-05 Nilay Vaishruby: adds set and way indices to AbstractCacheEntry
2015-08-29 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-27 Nilay Vaishruby: handle llsc accesses through CacheEntry, not...
2015-08-19 Nilay Vaishruby: reverts to changeset: bf82f1f7b040
2015-08-15 Nilay Vaishruby: cache memory: drop {try,test}CacheAccess functions
2015-08-15 Nilay Vaishruby: call setMRU from L1 controllers, not from sequencer
2015-08-15 Nilay Vaishruby: adds set and way indices to AbstractCacheEntry
2015-08-15 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-15 Nilay Vaishruby: handle llsc accesses through CacheEntry, not...
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-08-14 Joel Hestnessruby: Remove the RubyCache/CacheMemory latency
2015-07-20 David Hasheruby: expose access permission to replacement policies
2015-07-20 David Hasheruby: fix deadlock bug in banked array resource checks
2015-07-20 David Hasheruby: allocate a block in CacheMemory without updating...
2015-07-20 David Hasheruby: speed up function used for cache walks
2015-07-20 David Hasheruby: initialize replacement policies with their own...
2015-07-10 Brandon Potterruby: replace global g_system_ptr with per-object pointers
2014-09-01 Nilay Vaishruby: remove typedef of Index as int64
2014-09-01 Nilay Vaishruby: move files from ruby/system to ruby/structures