summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/Sequencer.cc
AgeCommit message (Expand)Author
2015-09-16ruby: rename System.{hh,cc} to RubySystem.{hh,cc}David Hashe
2015-09-05ruby: call setMRU from L1 controllers, not from sequencerNilay Vaish
2015-08-27ruby: handle llsc accesses through CacheEntry, not CacheMemoryNilay Vaish
2015-08-19ruby: reverts to changeset: bf82f1f7b040Nilay Vaish
2015-08-14ruby: call setMRU from L1 controllers, not from sequencerNilay Vaish
2015-08-14ruby: handle llsc accesses through CacheEntry, not CacheMemoryNilay Vaish
2015-08-14ruby: replace Address by AddrNilay Vaish
2015-08-14ruby: Remove the RubyCache/CacheMemory latencyJoel Hestness
2015-08-07base: Declare a type for context IDsAndreas Sandberg
2015-07-20ruby: add useful dprints to sequencerBrad Beckmann
2015-07-10ruby: replace global g_abs_controls with per-RubySystem varBrandon Potter
2015-07-10ruby: replace global g_system_ptr with per-object pointersBrandon Potter
2015-07-10ruby: remove extra whitespace and correct misspelled wordsBrandon Potter
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Make the drain state a global typed enumAndreas Sandberg
2015-05-19ruby: Fix RubySystem warm-up and cool-down scopeJoel Hestness
2015-03-23mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMWSteve Reinhardt
2015-01-22mem: Always use SenderState for response routing in RubyPortAndreas Hansson
2014-12-02mem: Add const getters for write packet dataAndreas Hansson
2014-12-02mem: Remove null-check bypassing in Packet::getPtrAndreas Hansson
2014-10-16mem: Use shared_ptr for Ruby Message classesAndreas Hansson
2014-10-16arch,x86,mem: Dynamically determine the ISA for Ruby store checkAndreas Hansson
2014-02-23ruby: Simplify RubyPort flow control and routingAndreas Hansson
2014-01-10ruby: move all statistics to stats.txt, eliminate ruby.statsNilay Vaish
2013-06-25ruby: profiler: lots of inter-related changesNilay Vaish
2013-04-09Ruby: Delete packet requests during warmupJoel Hestness
2013-03-22ruby: keep histogram of outstanding requests in seqNilay Vaish
2013-02-28ruby: mesi coherence protocol: invalidate lockDibakar Gope ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E)
2013-02-19mem: Add predecessor to SenderState base classAndreas Hansson
2013-02-10ruby: enable multiple clock domainsNilay Vaish
2013-02-10ruby: replace Time with Cycles (final patch in the series)Nilay Vaish
2013-02-10ruby: Replace Time with Cycles in SequencerMessageNilay Vaish
2013-02-10ruby: replaces Time with Cycles in many placesNilay Vaish
2013-01-14ruby sequencer: converts cycles to ticks in deadlock panic()Malek Musleh
2013-01-14Ruby: remove reference to g_system_ptr from class MessageNilay Vaish
2013-01-14Ruby: use ClockedObject in Consumer classNilay Vaish
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2012-09-23RubyPort and Sequencer: Fix drainingJoel Hestness
2012-09-14scons: Use c++0x with gcc >= 4.4 instead of 4.6Andreas Hansson
2012-09-11clang: Fix issues identified by the clang static analyzerAndreas Hansson
2012-09-10Ruby System: Convert to Clocked ObjectNilay Vaish
2012-08-27Ruby: Remove RubyEventQueueNilay Vaish
2012-07-12Ruby: remove config information from ruby.statsNilay Vaish
2012-07-10ruby: tag and data cache access supportJoel Hestness
2012-05-22Ruby Sequencer: Schedule deadlock check event at correct timeNilay Vaish
2012-04-25Ruby: Remove extra statements from SequencerNilay Vaish
2012-02-10Ruby: Remove isTagPresent() calls from Sequencer.ccNilay Vaish
2012-01-23O3, Ruby: Forward invalidations from Ruby to O3 CPUNilay Vaish
2012-01-11Ruby: Resurrect Cache Warmup CapabilityNilay Vaish
2012-01-10Ruby: remove the files related to the tracerNilay Vaish