style: fix amd license and style issues
[gem5.git] / src / mem / ruby / common /
2018-05-16 Tony Gutierrezstyle: fix amd license and style issues
2018-02-06 Daniel R. Carvalhomem: Standardize mem folder header guards
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-07-12 Sean Wilsonruby: Refactor some Event subclasses to lambdas
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-11-21 Tony Gutierrezruby: add default ctor for MachineID type
2016-02-07 Steve Reinhardtstyle: eliminate explicit boolean comparisons
2016-01-19 Tony Gutierrezmem: write combining for ruby protocols
2015-07-20 Blake Hechtmanmem: misc flags for AMD gpu model
2015-07-20 Brad Beckmannruby: added stl vector of ints to be used by SLICC
2015-11-13 Joe Grossruby: add BoolVec
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-18 Nilay Vaishruby: print addresses in hex
2015-09-16 David Hasheruby: rename System.{hh,cc} to RubySystem.{hh,cc}
2015-09-05 Nilay Vaishruby: set: reimplement using std::bitset
2015-08-29 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-19 Nilay Vaishruby: reverts to changeset: bf82f1f7b040
2015-08-15 Nilay Vaishruby: DataBlock: adds a comment
2015-08-15 Nilay Vaishruby: SubBlock: refactor code
2015-08-15 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-07-10 Brandon Potterruby: replace global g_abs_controls with per-RubySystem var
2015-07-10 Brandon Potterruby: replace global g_system_ptr with per-object pointers
2015-07-10 Brandon Potterruby: replace g_ruby_start with per-RubySystem m_start_...
2015-07-04 Nilay Vaishruby: drop NetworkMessage class
2015-04-30 Nilay Vaishruby: set: replace long by unsigned long
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-09-03 Andreas Hanssonbase: Use the global Mersenne twister throughout
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-09-01 Nilay Vaishruby: remove typedef of Index as int64
2014-09-01 Nilay Vaishruby: eliminate type Time
2014-09-01 Nilay Vaishruby: move files from ruby/system to ruby/structures
2014-03-20 Nilay Vaishruby: consumer: avoid accessing wakeup times when waking up
2014-03-17 Nilay Vaishruby: remove some of the unnecessary code
2014-02-24 Nilay Vaishruby: remove few not required #includes
2014-01-04 Nilay Vaishruby: add support for clusters
2014-01-04 Nilay Vaishruby: some small changes
2013-12-21 Nilay Vaishruby: declare variables to be unsigned in Address.hh
2013-06-25 Nilay Vaishruby: profiler: lots of inter-related changes
2013-06-09 Nilay Vaishruby: remove undefined functions in Address class
2013-04-23 Nilay Vaishruby: patch checkpoint restore with garnet
2013-03-22 Nilay Vaishruby: consumer: avoid using receiver side clock
2013-03-15 Nilay Vaishruby: set: corrects csprintf() call introduced by 7d95b...
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-11 Nilay Vaishruby: replace Time with Cycles (final patch in the...
2013-02-11 Nilay Vaishruby: replaces Time with Cycles in many places
2013-02-11 Nilay Vaishruby: modifies histogram add() function
2013-02-11 Nilay Vaishruby: record fully busy cycle with in the controller
2013-01-14 Nilay VaishRuby: remove reference to g_system_ptr from class Message
2013-01-14 Nilay VaishRuby: use ClockedObject in Consumer class
2012-12-11 Nilay Vaishruby: add functions for computing next stride/page...
2012-09-19 Nilay Vaishruby: eliminate typedef integer_t
2012-09-19 Nilay Vaishruby: avoid using g_system_ptr for event scheduling
2012-09-11 Nilay VaishRuby: Use uint32_t instead of uint32 everywhere
2012-09-11 Nilay VaishRuby: Use uint8_t instead of uint8 everywhere
2012-09-10 Nilay VaishRuby System: Convert to Clocked Object
2012-08-28 Jason PowerRuby: Correct DataBlock =operator
2012-08-27 Nilay VaishRuby: Remove RubyEventQueue
2012-08-01 Jason PowerRuby NetDest: add assert for bad element in netdest
2012-05-22 Nilay VaishRuby: Remove the unused src/mem/ruby/common/Driver...
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-03-23 Andreas HanssonRuby: Fix Set::print for 32-bit hosts
2012-03-22 Andreas HanssonScons: Remove Werror=False in SConscript files
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-06 Nilay VaishRuby Set: Move NUMBER_WORDS_PER_SET to Set.hh
2011-11-04 Nilay VaishRuby: Remove some unused typedefs
2011-08-29 Nilay VaishRuby: Remove some unused code
2011-08-26 Nilay VaishRuby: Eliminate modulo op for computing set size.
2011-08-08 Nilay VaishBuildEnv: Eliminate RUBY as build environment variable
2011-08-03 Nilay VaishRuby: Remove files and includes not in use
2011-06-15 Nilay VaishRuby: Correct set LONG_BITS and INDEX_SHIFT in class...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-25 Nilay VaishRuby: Make Address.hh independent of RubySystem
2011-02-25 Nilay VaishRuby: Make DataBlock.hh independent of RubySystem
2011-02-23 Korey Sewellruby: cleaning up RubyQueue and RubyNetwork dprintfs
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Nilay VaishRuby: Improve Change PerfectSwitch's wakeup function
2011-01-10 Nathan Binkertruby: get rid of ruby's Debug.hh
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-23 Nilay VaishThis patch removes the WARN_* and ERROR_* from src...
2010-12-09 Gabe BlackMerge.
2010-12-08 Brad Beckmannruby: remove Ruby asserts for m5.fast
2010-12-01 Nilay Vaishruby: Converted old ruby debug calls to M5 debug calls
2010-08-20 Brad Beckmannruby: fixed DirectoryMemory's numa_high_bit configuration
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-11 Nathan Binkertruby: get rid of RefCnt and Allocator stuff use base...
2010-06-01 Nathan Binkertstyle: clean up ruby's Set class
2010-04-02 Nathan Binkertruby: get rid of gems_common/util.hh and .cc and use...
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
2010-03-31 Nathan Binkertstyle: another ruby style pass
2010-03-23 Korey Sewellm5merge(2): another merge of regression stats
2010-03-23 Korey Sewellm5merge: ruby + inorder
2010-03-23 Nathan Binkertruby: style pass
2010-03-22 Brad Beckmannruby: Adds configurable bit selection for numa mapping
2010-03-22 Tushar Krishnaruby: Fix multiple wakeups in Ruby Eventqueue
next