ruby: Allows boolean and string defaults for StateMachine parameters
[gem5.git] / src / mem / ruby /
2010-01-30 Brad Beckmannruby: convert to M5 MemorySize
2010-01-30 Brad Beckmannruby: added data print to ruby request
2010-01-30 Brad Beckmannruby: added the GEMS ruby tester
2010-01-30 Brad Beckmannruby: cleaned up ruby profilers
2010-01-30 Brad Beckmannruby: Removed RubySystem::getNumberOfSequencers
2010-01-30 Brad Beckmannruby: added ruby stats print
2010-01-30 Brad Beckmannruby: fixed Set.cc bug to allow zero sized sets
2010-01-30 Brad Beckmannruby: FS support using the new configuration system
2010-01-30 Brad Beckmannruby: Removed out_link_vec from Consumer
2010-01-30 Brad Beckmannruby: Convered ruby tracing support usage of sequencer
2010-01-30 Brad Beckmannruby: Memory Controller Profiler with new config system
2010-01-30 Brad Beckmannruby: Converted MOESI_hammer dma cntrl to new config...
2010-01-30 Brad Beckmannruby: Added the cache profiler to the new config system
2010-01-30 Brad Beckmannruby: Converted the sequencer deadlock event to m5...
2010-01-30 Brad Beckmannruby: Wrapped ruby events into m5 events
2010-01-30 Brad Beckmannruby: Removed the tech_nm variable from RubySystem
2010-01-30 Brad Beckmannruby: Added clock to ruby system
2010-01-30 Brad Beckmannruby: Ruby changes required to use the python config...
2010-01-30 Brad Beckmannruby: connects sm queues to the network
2010-01-30 Steve Reinhardtruby: Calculate system total memory capacity in Python
2010-01-30 Steve Reinhardtruby: Add support for generating topologies in Python.
2010-01-30 Steve Reinhardtruby: Make SLICC-generated objects SimObjects.
2010-01-30 Steve Reinhardtruby: Convert most Ruby objects to M5 SimObjects.
2010-01-30 Steve Reinhardtruby: get rid of obsolete, unused CustomTopology class.
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howerruby: new atomics implementation
2010-01-19 Derek Howermerge
2009-12-04 Derek Howerruby: cleaned up ruby-lang configuration
2009-11-19 Brad BeckmannResurrection of the CMP token protocol to GEM5
2009-11-19 Brad Beckmannruby: removed the chip pointer from MessageBuffer
2009-11-19 Brad Beckmannruby: The persistent table files from GEMS
2009-11-19 Brad Beckmannruby: MOESI hammer support for DMA reads and writes
2009-11-19 Brad Beckmannruby: Added a memory controller feature to MOESI hammer
2009-11-19 Brad Beckmannruby: Hammer ruby configuration support
2009-11-19 Brad Beckmannruby: returns the number of LLC needed for broadcast
2009-11-19 Brad Beckmannruby: cache configuration fix to use bytes
2009-11-19 Brad Beckmannruby: fix CacheMemory destructor
2009-11-19 Brad Beckmannruby: split CacheMemory.hh into a .hh and a .cc
2009-11-18 Brad Beckmannruby: Added default names to message buffers
2009-11-18 Brad Beckmannruby: fixed dma mi example to work with multiple dma...
2009-11-18 Brad Beckmannruby: Fixed Directory memory destructor
2009-11-18 Brad Beckmannruby: Support for merging ALPHA_FS and ruby
2009-11-18 Brad Beckmannruby: Ruby 64-bit address output fixes.
2009-11-18 Brad Beckmannruby: Ruby destruction fix.
2009-11-18 Brad Beckmannruby: Ruby debug print fixes.
2009-11-18 Derek Howerruby: added sequencer stats to track what requests... Calvin_Submission
2009-11-18 Derek Howerruby: turned off randomization by default, turned on...
2009-11-13 Derek Howerruby: added -A option to TwoLevel_SplitL1UnifiedL2...
2009-11-13 Derek Howerruby: gave ALIASED_REQUEST priority over BUFFER_FULL...
2009-11-13 Derek Howerruby: reduce the memory usage of ruby by making memory...
2009-11-13 Derek Howerruby: cache memory bugfix
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-28 Nathan Binkertlicense: Fix license on network model code
2009-10-20 Derek Howerruby: removed obsolete configuration files
2009-10-16 Derek Howerruby: add parameter to config to set # of l2 banks
2009-10-07 Derek Howermerge
2009-09-25 Derek Howerruby: more helpful config error message
2009-09-24 Nathan Binkertruby: Disable all debug output by default
2009-09-21 Polina DudnikAtomics bug fix
2009-09-17 Polina DudnikFunctionality migrated to sequencer.
2009-09-16 Derek Howerruby: improve libruby_issue_request feedback
2009-09-16 Derek Howerremoved isReady from the library interface
2009-09-16 Derek Howerruby: added broadcast mechanism
2009-09-15 Derek Howerruby: added unified assert script
2009-09-15 Derek Howerruby: made configuration parameters uniform
2009-09-14 Derek Howerruby:removed unused code from CacheMemory
2009-09-14 Derek Howerruby: configuration updates
2009-09-14 Derek Howerruby: removed stray printf
2009-09-11 Derek Howermerge
2009-09-11 Derek Howerruby: cleaned up unified MESI/MOESI configuration
2009-09-11 Polina DudnikAdded new MESI files
2009-09-11 Derek Howermerge
2009-09-11 Polina DudnikConfig adjustments for MESI
2009-09-11 Polina DudnikObject print bug fix
2009-09-11 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-09-11 Derek Howerruby: removed SMT-related Sequencer assert
2009-09-11 Derek Howerruby: made randomization true by default
2009-09-10 Derek Howerruby: made L2 request/response latency based on cache...
2009-09-09 Derek Howerruby: made Locked read/write atomic requests within...
2009-09-01 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-09-01 Derek Howerruby: fixed config assertion failure
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-25 Derek Howerruby: CacheMemory tag lookup uses a hash instead of...
2009-08-21 Polina Dudnik[mq]: first_patch
2009-08-18 Derek Howerruby: added random seed option to config scripts
2009-08-18 Gabe BlackMerge with head.
2009-08-17 Polina DudnikBranch Merge
2009-08-17 Gabe BlackMerge with head.
2009-08-15 Polina DudnikMade servicing_atomic a counter and added started writes:
2009-08-14 Polina DudnikMerge with current branch
2009-08-14 Polina DudnikMulti-line RMW handling
2009-08-14 Polina DudnikSMT atomics modifications:
2009-08-13 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-13 Derek Howerruby: config bugfix
2009-08-11 Tushar Krishnaruby/network data_msg_size bug fix with updated stats
2009-08-11 Brad Beckmannmerged Tushar's bug fix with public repository changes
2009-08-09 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-07 Tushar Krishnabug fix for data_msg_size in network/Network.cc
2009-08-06 Derek Howerruby: better configuration assert message
next