summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2006-10-09Fix a typo in the printfRon Dreslinski
2006-10-09Fix a bitwise operation that was accidentally a logical operation.Ron Dreslinski
2006-10-09Make memtest work with 8 memtestersRon Dreslinski
2006-10-09Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-09Add more DPRINTF's fix a supply condition.Ron Dreslinski
2006-10-09Set size properly on uncache accessesRon Dreslinski
2006-10-09Have cpus send snoop rangesRon Dreslinski
2006-10-09Don't create a response if one isn't needed.Ron Dreslinski
2006-10-09Don't block responses even if the cache is blocked.Ron Dreslinski
2006-10-08Make sure to propogate sendFunctional calls with functional not atomic.Ron Dreslinski
2006-10-08Fixes for functional path.Ron Dreslinski
2006-10-08Only respond if the pkt needs a response.Ron Dreslinski
2006-10-08Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-08Move away from using the statusChange function on snoops. Clean up snooping ...Ron Dreslinski
2006-10-08Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().Steve Reinhardt
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-10-07Fix a missing pointerRon Dreslinski
2006-10-07No need to keep trying to request the data bus if we are already waiting.Ron Dreslinski
2006-10-07Add mechanism for caches to handle failure of the fast path on responses.Ron Dreslinski
2006-10-07Fix infinite writebacks bug in cache.Ron Dreslinski
2006-10-06Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-06Another thread number removedRon Dreslinski
2006-10-06Remove threadnum from cache everywhere for nowRon Dreslinski
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-10-05Fixes for functional accesses to use the snoop path.Ron Dreslinski
2006-10-05First pass at snooping stuff that compiles and doesn't break.Ron Dreslinski
2006-08-30Move more common functionality into SimpleTimingPort,Steve Reinhardt
2006-08-30Minor include file & formatting cleanup.Steve Reinhardt
2006-08-28Make address formats consistent in DPRINTFs.Steve Reinhardt
2006-08-22Still need LL/SC support in cache, add hack to always return success for nowRon Dreslinski
2006-08-22Commiting a version of the multi-phase snoop atomic bus so people can see the...Ron Dreslinski
2006-08-21Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-21Changes so that time in the packet is actually set properly.Ron Dreslinski
2006-08-17Changes to build m5.fastSteve Reinhardt
2006-08-16DRAM Memory doesn't crash the simulator now.. still untested.Ali Saidi
2006-08-16Merge zizzer:/bk/newmemAli Saidi
2006-08-16Fix Physical Memory to allow memory sizes bigger than 128MB.Ali Saidi
2006-08-16Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-16Fixes for blocking in the caches that needed to be pulledRon Dreslinski
2006-08-15Merge zizzer:/bk/newmemAli Saidi
2006-08-15fixes for gcc 4.1Ali Saidi
2006-08-15Pulled out changes to fix EIO programs with caches. Also fixes any translati...Ron Dreslinski
2006-08-15Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-15Some changes to support blocking in the cachesRon Dreslinski
2006-08-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-08-14Fix up doxygen.Steve Reinhardt
2006-08-14Changed the size parameter from int to int64_tGabe Black
2006-08-11#include of iostream needed.Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black