Age | Commit message (Expand) | Author |
2016-10-06 | ruby: rename ALPHA_Network_test protocol to Garnet_standalone. | Tushar Krishna |
2016-06-06 | stats: Fixing regStats function for some SimObjects | David Guillen Fandos |
2016-06-03 | ruby: Implement SwapReq support | Marco Elver |
2016-04-15 | ruby: Fix block_on behavior | Joel Hestness |
2016-04-07 | Revert to 74c1e6513bd0 (sim: Thermal support for Linux) | Andreas Sandberg |
2014-11-18 | power: Add power states to ClockedObject | Akash Bagdia |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez |
2015-07-20 | ruby: more flexible ruby tester support | Brad Beckmann |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-09-18 | ruby: print addresses in hex | Nilay Vaish |
2015-09-16 | ruby: message buffer, timer table: significant changes | Nilay Vaish |
2015-09-16 | ruby: remove unused function removeRequest() | Nilay Vaish |
2015-09-16 | ruby: sequencer: remove commented out function printProgress() | Nilay Vaish |
2015-09-16 | ruby: rename System.{hh,cc} to RubySystem.{hh,cc} | David Hashe |
2015-09-05 | ruby: call setMRU from L1 controllers, not from sequencer | Nilay Vaish |
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 |