mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / ruby / structures /
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-06-13 Nikos Nikolerisruby: Add support for address ranges in the directory
2017-03-09 Lena Olsonruby: fix MOESI_hammer directory to work with > 3GB...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-12-05 Andreas Hanssonruby: Remove RubyMemoryControl and associated files
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
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-29 Joel Hestnessruby: Fix CacheMemory allocate leak
2015-09-29 Joel Hestnessruby: RubyMemoryControl delete requests
2015-09-18 Nilay Vaishruby: print addresses in hex
2015-09-17 Tony Gutierrezruby: update WireBuffer API to match that of MessageBuffer
2015-09-16 Nilay Vaishruby: message buffer, timer table: significant changes
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-09-01 Nilay Vaishruby: directory memory: drop unused variable.
2015-08-29 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-27 Nilay Vaishruby: handle llsc accesses through CacheEntry, not...
2015-08-21 Andreas Hanssonruby: Move Rubys cache class from Cache.py to RubyCache.py
2015-08-19 Nilay Vaishruby: reverts to changeset: bf82f1f7b040
2015-08-15 Nilay Vaishruby: directory memory: drop unused variable.
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: slicc: use default argument value
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: Change PerfectCacheMemory::lookup to return pointer
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-20 David Hasheruby: give access to cache tag/data latencies from...
2015-07-10 Brandon Potterruby: replace global g_abs_controls with per-RubySystem var
2015-07-10 Brandon Potterruby: replace global g_system_ptr with per-object pointers
2015-07-10 Brandon Potterruby: remove extra whitespace and correct misspelled...
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-04 Nilay Vaishruby: drop NetworkMessage class
2015-07-04 Nilay Vaishruby: remove message buffer node
2015-05-26 Andreas Hanssonruby: Deprecation warning for RubyMemoryControl
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2014-11-06 Nilay Vaishruby: interface with classic memory controller
2014-11-06 Nilay Vaishruby: coherence protocols: remove data block from dirct...
2014-11-06 Nilay Vaishruby: remove sparse memory.
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-10-11 Nilay Vaishruby: structures: coorect #ifndef macros in header...
2014-09-03 Andreas Hanssonbase: Use the global Mersenne twister throughout
2014-09-01 Nilay Vaishruby: remove typedef of Index as int64
2014-09-01 Nilay Vaishruby: move files from ruby/system to ruby/structures
2013-02-11 Nilay Vaishruby: replace Time with Cycles (final patch in the...
2013-01-17 Nilay Vaishruby: remove calls to g_system_ptr->getTime()
2013-01-14 Nilay VaishRuby: remove reference to g_system_ptr from class Message
2012-12-11 Nilay Vaishruby: add a prefetcher