Age | Commit message (Expand) | Author |
2013-06-25 | ruby: profiler: lots of inter-related changes | Nilay Vaish |
2013-06-09 | ruby: remove undefined functions in Address class | Nilay Vaish |
2013-04-23 | ruby: patch checkpoint restore with garnet | Nilay Vaish |
2013-03-22 | ruby: consumer: avoid using receiver side clock | Nilay Vaish |
2013-03-15 | ruby: set: corrects csprintf() call introduced by 7d95b650c9b6 | Nilay Vaish |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-10 | ruby: replace Time with Cycles (final patch in the series) | Nilay Vaish |
2013-02-10 | ruby: replaces Time with Cycles in many places | Nilay Vaish |
2013-02-10 | ruby: modifies histogram add() function | Nilay Vaish |
2013-02-10 | ruby: record fully busy cycle with in the controller | Nilay Vaish |
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-12-11 | ruby: add functions for computing next stride/page address | Nilay Vaish |
2012-09-18 | ruby: eliminate typedef integer_t | Nilay Vaish |
2012-09-18 | ruby: avoid using g_system_ptr for event scheduling | Nilay Vaish |
2012-09-11 | Ruby: Use uint32_t instead of uint32 everywhere | Nilay Vaish |
2012-09-11 | Ruby: Use uint8_t instead of uint8 everywhere | Nilay Vaish |
2012-09-10 | Ruby System: Convert to Clocked Object | Nilay Vaish |
2012-08-28 | Ruby: Correct DataBlock =operator | Jason Power |
2012-08-27 | Ruby: Remove RubyEventQueue | Nilay Vaish |
2012-08-01 | Ruby NetDest: add assert for bad element in netdest | Jason Power |
2012-05-22 | Ruby: Remove the unused src/mem/ruby/common/Driver.* files. | Nilay Vaish |
2012-04-14 | clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6 | Andreas Hansson |
2012-03-23 | Ruby: Fix Set::print for 32-bit hosts | Andreas Hansson |
2012-03-22 | Scons: Remove Werror=False in SConscript files | Andreas Hansson |
2012-01-06 | Ruby Set: Move NUMBER_WORDS_PER_SET to Set.hh | Nilay Vaish |
2011-11-03 | Ruby: Remove some unused typedefs | Nilay Vaish |
2011-08-29 | Ruby: Remove some unused code | Nilay Vaish |
2011-08-26 | Ruby: Eliminate modulo op for computing set size. | Nilay Vaish |
2011-08-08 | BuildEnv: Eliminate RUBY as build environment variable | Nilay Vaish |
2011-08-03 | Ruby: Remove files and includes not in use | Nilay Vaish |
2011-06-14 | Ruby: Correct set LONG_BITS and INDEX_SHIFT in class Set. | Nilay Vaish |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-02-25 | Ruby: Make Address.hh independent of RubySystem | Nilay Vaish |
2011-02-25 | Ruby: Make DataBlock.hh independent of RubySystem | Nilay Vaish |
2011-02-23 | ruby: cleaning up RubyQueue and RubyNetwork dprintfs | Korey Sewell |
2011-02-14 | Ruby: Improve Change PerfectSwitch's wakeup function | Nilay Vaish |
2011-01-10 | ruby: get rid of ruby's Debug.hh | Nathan Binkert |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-22 | This patch removes the WARN_* and ERROR_* from src/mem/ruby/common/Debug.hh f... | Nilay Vaish |
2010-12-08 | ruby: remove Ruby asserts for m5.fast | Brad Beckmann |
2010-12-01 | ruby: Converted old ruby debug calls to M5 debug calls | Nilay Vaish |
2010-08-20 | ruby: fixed DirectoryMemory's numa_high_bit configuration | Brad Beckmann |
2010-06-10 | ruby: get rid of Vector and use STL | Nathan Binkert |
2010-06-10 | ruby: get rid of RefCnt and Allocator stuff use base/refcnt.hh | Nathan Binkert |
2010-06-01 | style: clean up ruby's Set class | Nathan Binkert |
2010-04-02 | ruby: get rid of gems_common/util.hh and .cc and use stuff in src/base | Nathan Binkert |
2010-04-02 | ruby: get "using namespace" out of headers | Nathan Binkert |
2010-03-31 | style: another ruby style pass | Nathan Binkert |