Atomic CPU: Respect the NO_ACCESS request flag.
[gem5.git] / src / mem /
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 DudnikBug fix: indicate when writes started coming in
2009-08-14 Polina DudnikMerge with current branch
2009-08-14 Polina DudnikAdded proc_id to CacheMsg for SMT.
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-09 Derek Howerprotocol: added recycle actions to MOESI DMA events
2009-08-07 Tushar Krishnabug fix for data_msg_size in network/Network.cc
2009-08-06 Derek Howerfixed MOESI_CMP_directory bug
2009-08-06 Derek Howerprotocol: fixed MOESI_CMP_directory bug
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 Howerprotocol: made MI_example dma mapping generic
2009-08-05 Gabe BlackMerge with head.
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-04 Derek Howerslicc: generate html by default
2009-08-04 Nathan Binkertslicc: better error messages when the python parser...
2009-08-03 Gabe BlackMerged with head.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-02 Steve ReinhardtFix setting of INST_FETCH flag for O3 CPU.
2009-08-02 Steve ReinhardtClean up some inconsistencies with Request flags.
2009-08-02 Steve ReinhardtRename internal Request fields to start with '_'.
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-18 Derek Howerslicc: made coherence profilers per-controller
2009-07-16 Polina Dudnikmerge
2009-07-15 Polina DudnikTester update
2009-07-15 Gabe BlackMerge with head.
2009-07-13 Polina DudnikChanged the state machine to generate code such that...
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 DudnikAdded atomics implementation which would work for MI_ex...
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-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
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 Howerslicc: Fixed MI_example bug. The directory was not...
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 Binkertslicc: update parser.py for changes in slicc language.
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-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-29 Nathan Binkertrequest: add accessor and constructor for setting time...
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-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
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-13 Nathan Binkertruby: Make ruby's Map use hashmap.hh to simplify things.
2009-05-13 Nathan Binkertslicc: work around improper initialization of a global...
2009-05-13 Nathan Binkertslicc: clean up the slicc environment so things build...
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
2009-05-11 Polina Dudnikruby: Remove transactional access types (e.g. LD_XACT...
2009-05-11 Polina Dudnikruby: reordered Debug and RubyConfig::init to fix segfault
2009-05-11 Dan Gibsonruby: Disabled RubyEventQueue's deletion of its home...
2009-05-11 Nathan Binkertruby: Migrate all of ruby and slicc to SCons.
next