summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/Sequencer.cc
AgeCommit message (Expand)Author
2010-06-10ruby: get rid of Vector and use STLNathan Binkert
2010-06-10ruby: get rid of RefCnt and Allocator stuff use base/refcnt.hhNathan Binkert
2010-04-02ruby: get rid of gems_common/util.hh and .cc and use stuff in src/baseNathan Binkert
2010-04-02ruby: get "using namespace" out of headersNathan Binkert
2010-03-22ruby: style passNathan Binkert
2010-03-21ruby: Ruby support for LLSCBrad Beckmann
2010-01-29ruby: Removed static members in RubyPort including hitcallbackBrad Beckmann
2010-01-29ruby: added the GEMS ruby testerBrad Beckmann
2010-01-29ruby: FS support using the new configuration systemBrad Beckmann
2010-01-29ruby: Convered ruby tracing support usage of sequencerBrad Beckmann
2010-01-29ruby: Converted the sequencer deadlock event to m5 eventqBrad Beckmann
2010-01-29ruby: Convert most Ruby objects to M5 SimObjects.Steve Reinhardt
2010-01-19ruby: new atomics implementationDerek Hower
2009-11-18ruby: added sequencer stats to track what requests are waiting onDerek Hower
2009-11-13ruby: gave ALIASED_REQUEST priority over BUFFER_FULL in sequencerDerek Hower
2009-09-21Atomics bug fixPolina Dudnik
2009-09-17Functionality migrated to sequencer.Polina Dudnik
2009-09-15ruby: improve libruby_issue_request feedbackDerek Hower
2009-09-10ruby: removed SMT-related Sequencer assertDerek Hower
2009-09-09ruby: made Locked read/write atomic requests within rubyDerek Hower
2009-08-21[mq]: first_patchPolina Dudnik
2009-08-15Made servicing_atomic a counter and added started writes:Polina Dudnik
2009-08-14Multi-line RMW handlingPolina Dudnik
2009-08-14SMT atomics modifications:Polina Dudnik
2009-07-21ruby: fixed sequencer RMW data bugDerek Hower
2009-07-18ruby: removed all refs to old RubyConfigDerek Hower
2009-07-131. Got rid of unused functions in DirectoryMemoryPolina Dudnik
2009-07-13Locked requests should actually be converted to ST rather than ATOMIC, becaus...Polina Dudnik
2009-07-13Replaced RMW with Locked. RMW will be used for the coherence-aided atomics ot...Polina Dudnik
2009-07-13Moved the lock check and clearing the lock into makeRequestPolina Dudnik
2009-07-13Forgot to replace one of the RubyRequest_RMWPolina Dudnik
2009-07-13Reintegrated Derek's functional implementation of atomics with a minor change...Polina Dudnik
2009-07-06ruby: apply some fixes that were overwritten by the recent ruby import.Nathan Binkert
2009-07-06ruby: Import the latest ruby changes from gems.Nathan Binkert
2009-05-11ruby: Working M5 interface and updated Ruby interface.Daniel Sanchez
2009-05-11ruby: removed dead functions from the sequencerDerek Hower
2009-05-11ruby: Removed g_SIMULATING flagPolina Dudnik
2009-05-11ruby: Fixed some unresolved references.Dan Gibson
2009-05-11ruby: Make ruby #includes use full paths to the files they're including.Nathan Binkert
2009-05-11ruby: remove unnecessary code.Dan Gibson
2009-05-11ruby: Cleaned up sequencer. Removed LogTM specific code.Derek Hower
2009-05-11ruby: added Packet interface to makeRequest and isReady.Derek Hower
2009-05-11ruby: Import ruby and slicc from GEMSNathan Binkert