sim-ruby: checkpointing fixes and dependent eventq improvements
[gem5.git] / src / mem / ruby / system / Sequencer.hh
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-23 Nilay VaishO3, Ruby: Forward invalidations from Ruby to O3 CPU
2012-01-11 Nilay VaishRuby: Resurrect Cache Warmup Capability
2012-01-07 Gabe BlackMerge with main repository.
2011-11-14 Nilay VaishRuby: Process packet instead of RubyRequest in Sequencer
2011-08-29 Nilay VaishRuby: Remove some unused code
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-22 Tushar KrishnaThis patch adds the network tester for simple and garne...
2011-03-19 Nilay VaishRuby: Convert CacheRequestType to RubyRequestType
2011-03-19 Nilay VaishRuby: Convert AccessModeType to RubyAccessMode
2011-02-07 Brad Beckmannruby: Fix RubyPort to properly handle retrys
2010-08-20 Brad BeckmannMOESI_hammer: break down miss latency stalled cycles
2010-08-20 Brad Beckmannruby: Added SC fail indication to trace profiling
2010-08-20 Brad Beckmannruby: fix ruby llsc support to sync sc outcomes
2010-08-20 Brad Beckmannruby: Reincarnated the responding machine profiling
2010-06-11 Nathan Binkertruby: get rid of the Map class
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
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-01-30 Brad Beckmannruby: Removed static members in RubyPort including...
2010-01-30 Brad Beckmannruby: added the GEMS ruby tester
2010-01-30 Brad Beckmannruby: Converted the sequencer deadlock event to m5...
2010-01-30 Brad Beckmannruby: Ruby changes required to use the python config...
2010-01-30 Steve Reinhardtruby: Convert most Ruby objects to M5 SimObjects.
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-11-18 Brad Beckmannruby: Ruby 64-bit address output fixes.
2009-11-18 Derek Howerruby: added sequencer stats to track what requests... Calvin_Submission
2009-09-17 Polina DudnikFunctionality migrated to sequencer.
2009-09-16 Derek Howerruby: improve libruby_issue_request feedback
2009-09-11 Derek Howermerge
2009-09-11 Derek Howermerge
2009-09-11 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-09-01 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-21 Polina Dudnik[mq]: first_patch
2009-08-18 Gabe BlackMerge with head.
2009-08-17 Polina DudnikBranch Merge
2009-08-14 Polina DudnikMerge with current branch
2009-08-14 Polina DudnikSMT atomics modifications:
2009-07-20 Derek Howermerge
2009-07-18 Derek Howerruby: removed all refs to old RubyConfig
2009-07-06 Nathan Binkertautomerge
2009-07-06 Nathan Binkertruby: Import the latest ruby changes from gems.
2009-07-06 Nathan Binkertruby: replace strings that were missed in original...
2009-05-11 Korey SewellMerge Ruby Stuff
2009-05-11 Daniel Sanchezruby: Working M5 interface and updated Ruby interface.
2009-05-11 Derek Howerruby: removed dead functions from the sequencer
2009-05-11 Dan Gibsonruby: Fixed some unresolved references.
2009-05-11 Nathan Binkertruby: Make ruby #includes use full paths to the files...
2009-05-11 Derek Howerruby: Cleaned up sequencer. Removed LogTM specific...
2009-05-11 Derek Howerruby: added Packet interface to makeRequest and isReady.
2009-05-11 Nathan Binkertruby: Import ruby and slicc from GEMS