summaryrefslogtreecommitdiff
path: root/src/mem/cache/base_cache.hh
AgeCommit message (Expand)Author
2006-12-18No need to template prefetcher on cache TagStore type.Steve Reinhardt
2006-12-13Split CachePort class into CpuSidePort and MemSidePortSteve Reinhardt
2006-11-13Since cpus now send out snoop ranges, remove it from the cache.Ron Dreslinski
2006-11-12Don't insert reponses into the list more than onceRon Dreslinski
2006-11-10More fixes for functional accesses. It now makes the writeback memory leak t...Ron Dreslinski
2006-11-07Fix up bus draining and add draining to the caches.Kevin Lim
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19Fixes to get single level uni-coherence to work.Ron Dreslinski
2006-10-18Get rid of obsolete in-cache copy support.Steve Reinhardt
2006-10-17Fixes to cache eliminating the assumption that the Packet is still valid afte...Ron Dreslinski
2006-10-13Fix for DMA's in FS caches.Ron Dreslinski
2006-10-12Remove bus and top level parameters from cacheRon Dreslinski
2006-10-10Some more code cleanupRon Dreslinski
2006-10-10Fix some more mem leaks, still some leftRon Dreslinski
2006-10-10Fix several bugs pertaining to upgrades/mem leaks.Ron Dreslinski
2006-10-09Set size properly on uncache accessesRon Dreslinski
2006-10-09Have cpus send snoop rangesRon Dreslinski
2006-10-08Only respond if the pkt needs a response.Ron Dreslinski
2006-10-08Move away from using the statusChange function on snoops. Clean up snooping ...Ron Dreslinski
2006-10-07Add mechanism for caches to handle failure of the fast path on responses.Ron Dreslinski
2006-10-06Remove threadnum from cache everywhere for nowRon Dreslinski
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-16Fixes for blocking in the caches that needed to be pulledRon Dreslinski
2006-08-15Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-15Some changes to support blocking in the cachesRon Dreslinski
2006-08-14Fix up doxygen.Steve Reinhardt
2006-07-07Fix address range calculation. Still need bus to handle snoop ranges.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-06-30Fix the packet data allocation methods. Small fixes from changesets after my...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