Age | Commit message (Expand) | Author |
2014-03-20 | ruby: no piobus in se mode | Nilay Vaish |
2014-03-17 | ruby: remove some of the unnecessary code | Nilay Vaish |
2014-02-23 | ruby: route all packets through ruby port | Nilay Vaish |
2014-02-23 | ruby: Simplify RubyPort flow control and routing | Andreas Hansson |
2014-02-23 | ruby: remove few not required #includes | Nilay Vaish |
2014-02-21 | ruby: cache: remove not required variable m_cache_name | Nilay Vaish |
2014-02-20 | ruby: message buffer: removes some unecessary functions. | Nilay Vaish |
2014-02-06 | ruby: memory controller: use MemoryNode * | Nilay Vaish |
2014-01-10 | ruby: move all statistics to stats.txt, eliminate ruby.stats | Nilay Vaish |
2014-01-04 | ruby: some small changes | Nilay Vaish |
2013-10-15 | ruby: eliminate non-determinism from ruby.stats output | Steve Reinhardt |
2013-09-06 | ruby: network: convert to gem5 style stats | Nilay Vaish |
2013-09-06 | ruby: converts sparse memory stats to gem5 style | Nilay Vaish |
2013-07-18 | mem: Set the cache line size on a system level | Andreas Hansson |
2013-06-27 | sim: Add the notion of clock domains to all ClockedObjects | Akash Bagdia |
2013-06-27 | config: Remove redundant explicit setting of default clocks | Akash Bagdia |
2013-06-25 | ruby: profiler: lots of inter-related changes | Nilay Vaish |
2013-06-18 | ruby: restrict Address to being a type and not a variable name | Lena Olson |
2013-06-09 | ruby: stats: use gem5's stats for cache and memory controllers | Nilay Vaish |
2013-05-21 | ruby: add stats to .sm files, remove cache profiler | Nilay Vaish ext:(%2C%20Malek%20Musleh%20%3Cmalek.musleh%40gmail.com%3E) |
2013-04-23 | ruby: patch checkpoint restore with garnet | Nilay Vaish |
2013-04-22 | mem: Replace check with panic where inhibited should not happen | Andreas Hansson |
2013-04-22 | sim: separate nextCycle() and clockEdge() in clockedObjects | Dam Sunwoo |
2013-04-09 | Ruby: Fix RubyPort evict packet memory leak | Joel Hestness |
2013-04-09 | Ruby: Delete packet requests during warmup | Joel Hestness |
2013-04-07 | Ruby System, Cache Recorder: Use delete [] for trace vars | Joel Hestness |
2013-03-22 | ruby: consumer: avoid using receiver side clock | Nilay Vaish |
2013-03-22 | ruby: keep histogram of outstanding requests in seq | Nilay Vaish |
2013-03-06 | ruby: remove the functional copy of memory in se mode | Nilay Vaish |
2013-03-02 | ruby: fixes functional writes to RubyRequest | Blake Hechtman ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) |
2013-02-28 | ruby: mesi coherence protocol: invalidate lock | Dibakar Gope ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson |
2013-02-19 | sim: Make clock private and access using clockPeriod() | Andreas Hansson |
2013-02-19 | mem: Add predecessor to SenderState base class | Andreas Hansson |
2013-02-14 | Ruby: Fix compilation errors on gcc 4.7 and clang 3.2 | 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 Tick in replacement policy classes | Nilay Vaish |
2013-02-10 | ruby: convert block size, memory size to unsigned | Nilay Vaish |
2013-02-10 | ruby: replace Time with Cycles in Memory Controller | Nilay Vaish |
2013-02-10 | ruby: Replace Time with Cycles in SequencerMessage | Nilay Vaish |
2013-02-10 | ruby: replace Time with Cycles in Message class | Nilay Vaish |
2013-02-10 | ruby: replaces Time with Cycles in many places | Nilay Vaish |
2013-02-10 | ruby: record fully busy cycle with in the controller | Nilay Vaish |
2013-01-31 | ruby: correct computation of number of bits required for address | 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 |