index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mem
/
ruby
/
system
/
Sequencer.cc
Age
Commit message (
Expand
)
Author
2010-08-20
ruby: fix ruby llsc support to sync sc outcomes
Brad Beckmann
2010-08-20
ruby: Reincarnated the responding machine profiling
Brad Beckmann
2010-08-20
ruby: Fixed printout when Sequencer detects a deadlock
Brad Beckmann
2010-06-10
ruby: get rid of the Map class
Nathan Binkert
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-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-22
ruby: style pass
Nathan Binkert
2010-03-21
ruby: Ruby support for LLSC
Brad Beckmann
2010-01-29
ruby: Removed static members in RubyPort including hitcallback
Brad Beckmann
2010-01-29
ruby: added the GEMS ruby tester
Brad Beckmann
2010-01-29
ruby: FS support using the new configuration system
Brad Beckmann
2010-01-29
ruby: Convered ruby tracing support usage of sequencer
Brad Beckmann
2010-01-29
ruby: Converted the sequencer deadlock event to m5 eventq
Brad Beckmann
2010-01-29
ruby: Convert most Ruby objects to M5 SimObjects.
Steve Reinhardt
2010-01-19
ruby: new atomics implementation
Derek Hower
2009-11-18
ruby: added sequencer stats to track what requests are waiting on
Derek Hower
2009-11-13
ruby: gave ALIASED_REQUEST priority over BUFFER_FULL in sequencer
Derek Hower
2009-09-21
Atomics bug fix
Polina Dudnik
2009-09-17
Functionality migrated to sequencer.
Polina Dudnik
2009-09-15
ruby: improve libruby_issue_request feedback
Derek Hower
2009-09-10
ruby: removed SMT-related Sequencer assert
Derek Hower
2009-09-09
ruby: made Locked read/write atomic requests within ruby
Derek Hower
2009-08-21
[mq]: first_patch
Polina Dudnik
2009-08-15
Made servicing_atomic a counter and added started writes:
Polina Dudnik
2009-08-14
Multi-line RMW handling
Polina Dudnik
2009-08-14
SMT atomics modifications:
Polina Dudnik
2009-07-21
ruby: fixed sequencer RMW data bug
Derek Hower
2009-07-18
ruby: removed all refs to old RubyConfig
Derek Hower
2009-07-13
1. Got rid of unused functions in DirectoryMemory
Polina Dudnik
2009-07-13
Locked requests should actually be converted to ST rather than ATOMIC, becaus...
Polina Dudnik
2009-07-13
Replaced RMW with Locked. RMW will be used for the coherence-aided atomics ot...
Polina Dudnik
2009-07-13
Moved the lock check and clearing the lock into makeRequest
Polina Dudnik
2009-07-13
Forgot to replace one of the RubyRequest_RMW
Polina Dudnik
2009-07-13
Reintegrated Derek's functional implementation of atomics with a minor change...
Polina Dudnik
2009-07-06
ruby: apply some fixes that were overwritten by the recent ruby import.
Nathan Binkert
2009-07-06
ruby: Import the latest ruby changes from gems.
Nathan Binkert
2009-05-11
ruby: Working M5 interface and updated Ruby interface.
Daniel Sanchez
2009-05-11
ruby: removed dead functions from the sequencer
Derek Hower
2009-05-11
ruby: Removed g_SIMULATING flag
Polina Dudnik
2009-05-11
ruby: Fixed some unresolved references.
Dan Gibson
2009-05-11
ruby: Make ruby #includes use full paths to the files they're including.
Nathan Binkert
2009-05-11
ruby: remove unnecessary code.
Dan Gibson
2009-05-11
ruby: Cleaned up sequencer. Removed LogTM specific code.
Derek Hower
2009-05-11
ruby: added Packet interface to makeRequest and isReady.
Derek Hower
2009-05-11
ruby: Import ruby and slicc from GEMS
Nathan Binkert
[prev]