summaryrefslogtreecommitdiff
path: root/src/mem/cache
AgeCommit message (Expand)Author
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-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
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-08missing elseGabe Black
2006-10-08Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().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-22Still need LL/SC support in cache, add hack to always return success for nowRon Dreslinski
2006-08-17Changes to build m5.fastSteve Reinhardt
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-11#include of iostream needed.Gabe Black
2006-07-10Some fixes so that MSHR's are matched and we don't issue overlapping requests...Ron Dreslinski
2006-07-07Fix address range calculation. Still need bus to handle snoop ranges.Ron Dreslinski
2006-07-07Update cpus to use the getPort function to use a connector object to connect ...Ron Dreslinski
2006-07-06Timing cache works for hello world test.Ron Dreslinski
2006-07-06Now timing reads work in single level of cache with simple cpuRon Dreslinski
2006-07-05Fix some unset values in the request in the timing CPU.Ron Dreslinski
2006-06-30AtomicSimpleCPU with a cache now runs the hello world! test program.Ron Dreslinski
2006-06-30First pass, now compiles with current head of tree.Ron Dreslinski
2006-06-30Fix the packet data allocation methods. Small fixes from changesets after my...Ron Dreslinski
2006-06-30All files compile in the mem directory except cache_builderRon Dreslinski
2006-06-29Still missing prefetch and tags directories as well as cache builder.Ron Dreslinski
2006-06-28More Changes, working towards cache.cc compiling. Headers cleaned up.Ron Dreslinski
2006-06-28Backing in more changsets, getting closer to compileRon Dreslinski
2006-06-28Was having difficulty with merging the cache, reverted to an early version an...Ron Dreslinski
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt