ruby: fixes to support more types of RubyRequests
[gem5.git] / src / mem /
2010-09-09 Nathan Binkertcode_formatter: make it easier to insert whitespace
2010-09-09 Steve Reinhardtcache: fail SC when invalidated while waiting for bus
2010-09-09 Steve Reinhardtmem: fix functional accesses to deal with coherence...
2010-09-09 Steve Reinhardtcache: coherence protocol enhancements & bug fixes
2010-08-26 Steve Reinhardtmem: fix m5.fast compile bug in previous cset
2010-08-26 Steve Reinhardtcache: fix a bug in atomic multilevel snoops
2010-08-25 Steve Reinhardtmem: fix dumb typo in copyrights
2010-08-24 Brad Beckmanntesters: move testers to a new directory
2010-08-24 Brad BeckmannMOESI_hammer: fixed bug for dma reads in single cpu...
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Make sure that software prefetch instructions...
2010-08-23 Ali SaidiCompiler: Fixes for GCC 4.5.
2010-08-20 Brad Beckmannruby: Added merge GETS optimization to hammer
2010-08-20 Brad Beckmannruby: Stall and wait input messages instead of recycling
2010-08-20 Brad Beckmannruby: Recycle latency fix for hammer
2010-08-20 Brad BeckmannMOESI_hammer: break down miss latency stalled cycles
2010-08-20 Brad Beckmannruby: added probe filter support to hammer
2010-08-20 Brad Beckmannruby: fixed DirectoryMemory's numa_high_bit configuration
2010-08-20 Brad Beckmannruby: Reset ruby stats in RubySystem unserialize
2010-08-20 Brad Beckmannruby: Disable migratory sharing for token and hammer
2010-08-20 Brad Beckmannruby: Added SC fail indication to trace profiling
2010-08-20 Brad Beckmannruby: Fixed RubyPort sendTiming callbacks
2010-08-20 Brad Beckmannruby: fixed token bugs associated with owner token...
2010-08-20 Brad Beckmannruby: MOESI_CMP_token dma fixes
2010-08-20 Brad Beckmannruby: Resurrected Ruby's deterministic tests
2010-08-20 Brad Beckmannruby: Updated MOESI_hammer L2 latency behavior
2010-08-20 Brad Beckmannruby: Reduced ruby latencies
2010-08-20 Brad Beckmannruby: fix ruby llsc support to sync sc outcomes
2010-08-20 Brad Beckmannruby: Fixed L2 cache miss profiling
2010-08-20 Brad Beckmannruby: Added bcast msg profiling to hammer and token
2010-08-20 Brad Beckmannruby: Added consolidated network msg stats
2010-08-20 Brad Beckmannruby: Reincarnated the responding machine profiling
2010-08-20 Brad BeckmannMOESI_CMP_token: Fixed dma persistent lockdown bugs
2010-08-20 Brad Beckmannmemtest: Memtester support for DMA
2010-08-20 Brad Beckmannruby: Added ruby_request_type ostream def to libruby.hh
2010-08-20 Brad Beckmannslicc: Consolidated the protocol stats printing
2010-08-20 Brad Beckmannconfig: Added the topology description to m5 config.ini
2010-08-20 Brad Beckmannruby: Fixed printout when Sequencer detects a deadlock
2010-08-20 Brad BeckmannMESI_CMP_directory: bug fix for old PUTX requests
2010-08-17 Steve Reinhardtbus: clean up default responder code.
2010-07-22 Timothy M. JonesPort: Only indicate that a SimpleTimingPort is drained...
2010-07-09 Steve Reinhardtcache: fix bug in SC upgrade handling
2010-07-08 Brad Beckmanngarnet: Added topology print function to Garnet printStats
2010-07-08 Tushar KrishnaNetworkMessage copy constructor fix
2010-06-22 Tushar Krishnastyle: updated garnet to match M5 coding style
2010-06-23 Steve Reinhardtcache: fix longstanding prefetcher bug
2010-06-16 Steve Reinhardtcache: fail store conditionals when upgrade loses race
2010-06-16 Steve Reinhardtcache: fix dirty bit setting
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-06-11 Nathan Binkertruby: get rid of PrioHeap and use STL
2010-06-11 Nathan Binkertruby: get rid of the Map class
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-11 Nathan Binkertruby: get rid of RefCnt and Allocator stuff use base...
2010-06-07 Steve Reinhardtscons: make RUBY a regular (non-global) sticky var
2010-06-01 Nathan Binkertstyle: clean up ruby's Set class
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-04-02 Nathan Binkertruby: get rid of gems_common/util.hh and .cc and use...
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
2010-03-31 Nathan Binkertstyle: another ruby style pass
2010-03-27 Korey Sewellm5: merge inorder updates
2010-03-24 Nathan Binkertruby: continue style pass
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-03-22 Brad Beckmannruby: improved isReadWrite fix me comment
2010-03-22 Brad Beckmannruby: Removed the unnecessary MachineType message fields
2010-03-22 Brad Beckmannruby: Reorganized Ruby topology and protocol files
2010-03-22 Brad Beckmannruby: Disable adaptive routing by for faster simulation...
2010-03-22 Brad Beckmannruby: Changed the default set size to 1
2010-03-22 Brad Beckmannruby: Reordered protocol buffers
2010-03-22 Brad Beckmannruby: Adds configurable bit selection for numa mapping
2010-03-22 Brad Beckmannruby: Added flag to disable mem_vec allocation
2010-03-22 Brad Beckmannruby: Ruby support for sparse memory
2010-03-22 Brad Beckmannruby: Finally removed bash code cira. 2001ish!
2010-03-22 Brad Beckmannruby: Ruby support for LLSC
2010-03-22 Brad Beckmannruby: Minor dma latency initialization fix
2010-03-22 Tushar Krishnaruby: Fix multiple wakeups in Ruby Eventqueue
2010-03-22 Brad Beckmannruby: Removed the obsolete file specified network files
2010-03-22 Brad Beckmannruby: Added copyright to many Ruby *.py files
2010-03-22 Brad Beckmannruby: Fixed small data msg bug in MOESI_hammer-dir
2010-03-22 Brad Beckmannruby: Removed the no longer used rubymem files
2010-03-22 Brad Beckmannruby: Fix MOESI_hammer cache profiler calls for L2...
2010-03-22 Brad Beckmannruby: Removed deprecated stats from the main profiler
2010-03-16 Nathan Binkertorion: Make declarations match definition
2010-03-15 Nathan Binkertruby: Fix copyrights on files
2010-03-13 Nathan Binkertslicc: Change the code generation so that the generated...
2010-03-13 Nathan Binkertpacket: add a method to set the size
2010-03-12 Nathan Binkertbugfix: since pow() causes a bug don't use it
2010-03-11 Nathan Binkertruby: get rid of std-includes.hh
2010-03-11 Nathan Binkertruby: remove calc_host.diff since we don't use it
2010-03-11 Nathan Binkertruby: get rid of the ioutil stuff since it isn't used...
2010-03-11 Nathan Binkertslicc: have a central mechanism for creating a code_for...
2010-02-24 Lisa Hsucache stats: account for writebacks and/or device occup...
2010-02-23 Lisa Hsucache: Make caches sharing aware and add occupancy...
2010-02-23 Lisa Hsucache: pull CacheSet out of LRU so that other tags...
2010-02-11 Brad Beckmannruby: fixed data block assignment fix
2010-02-11 Brad Beckmannruby: Initialize sender in MI_example-dir
2010-02-11 Brad Beckmannruby: Fixed slicc to initialize the m_is_blocking flag
2010-02-01 Brad Beckmannruby: Added FS support to the simple mesh topology
2010-02-01 Brad Beckmannruby: Set default protocol back to MI_example
next