cache: fix bug in SC upgrade handling
[gem5.git] / src / mem / ruby /
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
2009-08-05 Derek Howermerge
2009-08-05 Derek Howerruby: configuration supports multiple runs in same...
2009-08-05 Derek Howerruby: made mapAddressToRange based off a bit count
2009-08-04 Derek Howerslicc: added MOESI_CMP_directory, DMA SequencerMsg...
2009-08-03 Gabe BlackMerged with head.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-29 Derek Howerruby: fixed clearStats
2009-07-28 Derek Howerruby: removed unused/incorrect profiler state
2009-07-23 Polina DudnikFixed the licences plus minor fixes for compilation
2009-07-22 Derek HowerAutomated merge with ssh://m5sim.org//repo/m5
2009-07-22 Derek Howerruby: fixed sequencer RMW data bug
2009-07-21 Derek Howerruby: libruby_init now takes parsed Ruby-lang config...
2009-07-20 Derek Howermerge
2009-07-20 Derek Howerruby: moved cache stats from Profiler to CacheMemory
2009-07-19 Derek Howerscons: removed RubyConfig from scons
2009-07-18 Derek Howerruby: removed all refs to old RubyConfig
2009-07-18 Derek Howerruby: removed dead files
2009-07-18 Derek Howerruby: removed dead files
2009-07-18 Derek Howermerge
2009-07-18 Derek Howerruby: fixed dma sequencer bug
2009-07-18 Derek Howerruby: better debug print for DataBlock
2009-07-16 Polina Dudnikmerge
2009-07-15 Polina DudnikTester update
2009-07-15 Gabe BlackMerge with head.
2009-07-13 Polina Dudnik1. Got rid of unused functions in DirectoryMemory
2009-07-13 Derek Howermerge
2009-07-13 Derek Howerregression: updated memtest-ruby stats
2009-07-13 Polina DudnikChanges to add tracing and replaying command-line options
2009-07-13 Polina DudnikLocked requests should actually be converted to ST...
2009-07-13 Polina DudnikMinor fixes for compiling
2009-07-13 Polina DudnikReplaced RMW with Locked. RMW will be used for the...
2009-07-13 Polina DudnikMoved the lock check and clearing the lock into makeRequest
2009-07-13 Polina DudnikForgot to replace one of the RubyRequest_RMW
2009-07-13 Polina DudnikReintegrated Derek's functional implementation of atomi...
2009-07-08 Derek Howerslicc: fixed MI_example bug. The directory wasn't...
2009-07-08 Derek Howerruby: set the default values of the debug object so...
2009-07-08 Derek Howerremoved stray debug print
2009-07-06 Nathan Binkertautomerge
2009-07-06 Nathan Binkertruby: Fix RubyMemory to work with the newer ruby.
2009-07-06 Nathan Binkertruby: apply some fixes that were overwritten by the...
2009-07-06 Nathan Binkertscons: update SCons files for changes in ruby.
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-06-10 Nathan Binkertcopyright: I missed some copyrights during ruby integration
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-13 Korey Sewellmips-merge: merge hello world regress for inorder cpu
2009-05-13 Nathan Binkertruby: deal with printf warnings and convert some to...
2009-05-13 Nathan Binkertruby: remove random uint typedef and use unsigned
2009-05-11 Korey SewellMerge Ruby Stuff
2009-05-11 Nathan Binkertruby: assert(false) should be panic.
2009-05-11 Nathan Binkertruby: add RUBY sticky option that must be set to add...
2009-05-11 Daniel Sanchezruby: Working M5 interface and updated Ruby interface.
2009-05-11 Steve Reinhardtruby: Check stderr and not stdin before hanging on...
2009-05-11 Polina Dudnikruby: decommission code
2009-05-11 Derek Howerruby: removed dead functions from the sequencer
2009-05-11 Polina Dudnikruby: Removed g_SIMULATING flag
next