mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / ruby / slicc_interface /
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-02-06 Daniel R. Carvalhomem: Standardize mem folder header guards
2017-12-15 Swapnil Hariamem-ruby: Support atomic_noncaching acceses in ruby
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
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-09-29 Brad Beckmannruby: correct size for partial memory writes
2016-06-06 David Guillen Fandosstats: Fixing regStats function for some SimObjects
2016-04-26 Matthew Porembaruby: Rename pkt to m_pkt so it may be accessed via...
2016-04-15 Joel Hestnessruby: Fix block_on behavior
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
2015-07-20 David Hasheruby: split CPU and GPU latency stats
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model
2016-01-19 Tony Gutierrezmem: write combining for ruby protocols
2015-07-20 Blake Hechtmanmem: misc flags for AMD gpu model
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-11-13 Tony Gutierrezslicc: fixes for the Address to Addr changeset (11025)
2015-11-13 Joe Grossruby: add BoolVec
2015-09-29 Joel Hestnessruby: Fix memory leak in AbstractController
2015-09-23 Nilay Vaishruby: abstract controller: mark some variables as const
2015-09-18 Nilay Vaishruby: print addresses in hex
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: adds set and way indices to AbstractCacheEntry
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: abstract controller: mark some variables as const
2015-08-15 Nilay Vaishruby: adds set and way indices to AbstractCacheEntry
2015-08-15 Nilay Vaishruby: handle llsc accesses through CacheEntry, not...
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-08-14 Nilay Vaishruby: rename variables Addr to addr
2015-08-14 Joel Hestnessruby: Expose MessageBuffers as SimObjects
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-08-01 Brad Beckmannruby: removed invalid assert in message comparitor
2015-07-20 Brad Beckmannruby: improved stall and wait debugging
2015-07-20 David Hasheruby: Fix for stallAndWait bug
2015-07-20 David Hasheslicc: support for multiple message types on the same...
2015-07-20 Brad Beckmannruby: re-added the addressToInt slicc interface function
2015-07-04 Nilay Vaishruby: drop NetworkMessage class
2015-07-04 Nilay Vaishruby: remove message buffer node
2015-06-25 Nilay Vaishruby: message: remove a data member added by mistake
2015-05-19 Joel Hestnessruby: Fix RubySystem warm-up and cool-down scope
2015-04-30 Nilay Vaishruby: set: replace long by unsigned long
2015-04-13 Lena Olsonruby: allow restoring from checkpoint when using DRAMCtrl
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-12-02 Andreas Hanssonmem: Remove null-check bypassing in Packet::getPtr
2014-11-06 Nilay Vaishruby: interface with classic memory controller
2014-11-06 Nilay Vaishruby: remove the function functionalReadBuffers()
2014-11-06 Nilay Vaishruby: coherence protocols: remove data block from dirct...
2014-10-16 Andreas Hanssonmem: Use shared_ptr for Ruby Message classes
2014-09-03 Andreas Hanssonbase: Use the global Mersenne twister throughout
2014-09-01 Nilay Vaishruby: message buffers: significant changes
2014-09-01 Nilay Vaishruby: remove unused toString() from AbstractController
2014-09-01 Nilay Vaishruby: eliminate type Time
2014-09-01 Nilay Vaishruby: move files from ruby/system to ruby/structures
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2014-03-02 Nilay Vaishruby: make the max_size variable of the MessageBuffer...
2014-02-24 Nilay Vaishruby: message buffer: refactor code
2014-02-24 Nilay Vaishruby: remove few not required #includes
2014-02-20 Nilay Vaishruby: controller: slight code refactoring
2014-02-20 Nilay Vaishruby: message buffer: removes some unecessary functions.
2014-01-10 Nilay Vaishruby: move all statistics to stats.txt, eliminate ruby...
2014-01-04 Nilay Vaishruby: add a three level MESI protocol.
2014-01-04 Nilay Vaishruby: add support for clusters
2013-12-21 Nilay Vaishruby: slicc: replace max_in_port_rank with number of...
2013-09-06 Nilay Vaishruby: converts sparse memory stats to gem5 style
2013-08-07 Nilay Vaishruby: slicc: move some code to AbstractController
2013-06-24 Nilay Vaishruby: remove the three files related to profiling
2013-06-09 Nilay Vaishruby: stats: use gem5's stats for cache and memory...
2013-03-22 Nilay Vaishruby: remove unsued profile functions
2013-03-22 Nilay Vaishruby: keep histogram of outstanding requests in seq
2013-03-22 Nilay Vaishruby: move stall and wakeup functions to AbstractController
2013-03-22 Nilay Vaishruby: connect two controllers using only message buffers
2013-03-03 Blake Hechtman ext... ruby: fixes functional writes to RubyRequest
2013-02-11 Nilay Vaishruby: enable multiple clock domains
2013-02-11 Nilay Vaishruby: replace Time with Cycles (final patch in the...
2013-02-11 Nilay Vaishruby: replace Time with Cycles in Message class
2013-02-11 Nilay Vaishruby: replaces Time with Cycles in many places
2013-02-11 Nilay Vaishruby: modifies histogram add() function
2013-02-11 Nilay Vaishruby: record fully busy cycle with in the controller
2013-01-28 Nilay Vaishmerged 798c2cec8e37 and e96ff45795bc
2013-01-28 Nilay Vaishruby: remove get_time()
2013-01-14 Nilay VaishRuby: remove reference to g_system_ptr from class Message
2013-01-14 Nilay VaishRuby: use ClockedObject in Consumer class
2012-12-11 Nilay Vaishruby: change slicc to allow for constructor args
2012-12-11 Nilay Vaishruby: add a prefetcher
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-10-15 Nilay Vaishruby: improved support for functional accesses
2012-09-19 Nilay Vaishruby: avoid using g_system_ptr for event scheduling
2012-08-27 Nilay VaishRuby: Remove RubyEventQueue
2012-07-12 Nilay VaishRuby: remove config information from ruby.stats
2012-07-12 Nilay VaishRuby: remove some unused stuff from SLICC files
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-11 Nilay VaishRuby: Add infrastructure for recording cache contents
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-06 Nilay VaishAbstractController: Remove some of the unused functions
next