Age | Commit message (Expand) | Author |
2015-08-27 | ruby: handle llsc accesses through CacheEntry, not CacheMemory | Nilay Vaish |
2015-08-19 | ruby: reverts to changeset: bf82f1f7b040 | Nilay Vaish |
2015-08-14 | ruby: call setMRU from L1 controllers, not from sequencer | Nilay Vaish |
2015-08-14 | ruby: handle llsc accesses through CacheEntry, not CacheMemory | Nilay Vaish |
2015-08-14 | ruby: replace Address by Addr | Nilay Vaish |
2015-08-14 | ruby: Remove the RubyCache/CacheMemory latency | Joel Hestness |
2015-08-07 | base: Declare a type for context IDs | Andreas Sandberg |
2015-07-20 | ruby: add useful dprints to sequencer | Brad Beckmann |
2015-07-10 | ruby: replace global g_abs_controls with per-RubySystem var | Brandon Potter |
2015-07-10 | ruby: replace global g_system_ptr with per-object pointers | Brandon Potter |
2015-07-10 | ruby: remove extra whitespace and correct misspelled words | Brandon Potter |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Make the drain state a global typed enum | Andreas Sandberg |
2015-05-19 | ruby: Fix RubySystem warm-up and cool-down scope | Joel Hestness |
2015-03-23 | mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW | Steve Reinhardt |
2015-01-22 | mem: Always use SenderState for response routing in RubyPort | Andreas Hansson |
2014-12-02 | mem: Add const getters for write packet data | Andreas Hansson |
2014-12-02 | mem: Remove null-check bypassing in Packet::getPtr | Andreas Hansson |
2014-10-16 | mem: Use shared_ptr for Ruby Message classes | Andreas Hansson |
2014-10-16 | arch,x86,mem: Dynamically determine the ISA for Ruby store check | Andreas Hansson |
2014-02-23 | ruby: Simplify RubyPort flow control and routing | Andreas Hansson |
2014-01-10 | ruby: move all statistics to stats.txt, eliminate ruby.stats | Nilay Vaish |
2013-06-25 | ruby: profiler: lots of inter-related changes | Nilay Vaish |
2013-04-09 | Ruby: Delete packet requests during warmup | Joel Hestness |
2013-03-22 | ruby: keep histogram of outstanding requests in seq | Nilay Vaish |
2013-02-28 | ruby: mesi coherence protocol: invalidate lock | Dibakar Gope ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) |
2013-02-19 | mem: Add predecessor to SenderState base class | Andreas Hansson |
2013-02-10 | ruby: enable multiple clock domains | Nilay Vaish |
2013-02-10 | ruby: replace Time with Cycles (final patch in the series) | Nilay Vaish |
2013-02-10 | ruby: Replace Time with Cycles in SequencerMessage | Nilay Vaish |
2013-02-10 | ruby: replaces Time with Cycles in many places | Nilay Vaish |
2013-01-14 | ruby sequencer: converts cycles to ticks in deadlock panic() | Malek Musleh |
2013-01-14 | Ruby: remove reference to g_system_ptr from class Message | Nilay Vaish |
2013-01-14 | Ruby: use ClockedObject in Consumer class | Nilay Vaish |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-09-23 | RubyPort and Sequencer: Fix draining | Joel Hestness |
2012-09-14 | scons: Use c++0x with gcc >= 4.4 instead of 4.6 | Andreas Hansson |
2012-09-11 | clang: Fix issues identified by the clang static analyzer | Andreas Hansson |
2012-09-10 | Ruby System: Convert to Clocked Object | Nilay Vaish |
2012-08-27 | Ruby: Remove RubyEventQueue | Nilay Vaish |
2012-07-12 | Ruby: remove config information from ruby.stats | Nilay Vaish |
2012-07-10 | ruby: tag and data cache access support | Joel Hestness |
2012-05-22 | Ruby Sequencer: Schedule deadlock check event at correct time | Nilay Vaish |
2012-04-25 | Ruby: Remove extra statements from Sequencer | Nilay Vaish |
2012-02-10 | Ruby: Remove isTagPresent() calls from Sequencer.cc | Nilay Vaish |
2012-01-23 | O3, Ruby: Forward invalidations from Ruby to O3 CPU | Nilay Vaish |
2012-01-11 | Ruby: Resurrect Cache Warmup Capability | Nilay Vaish |
2012-01-10 | Ruby: remove the files related to the tracer | Nilay Vaish |
2011-12-13 | gcc: fix unused variable warnings from GCC 4.6.1 | Nathan Binkert |
2011-11-14 | Ruby: Process packet instead of RubyRequest in Sequencer | Nilay Vaish |