summaryrefslogtreecommitdiff
path: root/src/mem/cache/cache.cc
AgeCommit message (Expand)Author
2015-09-04mem: Tidy up the snoop state-transition logicAndreas Hansson
2015-08-21arm, mem: Remove unused CLEAR_LL request flagAndreas Hansson
2015-08-21mem: Remove unused cache squash functionalityAndreas Hansson
2015-08-21mem: Add explicit Cache subclass and make BaseCache abstractAndreas Hansson
2015-08-21mem: Move cache_impl.hh to cache.ccAndreas Hansson
2015-05-05mem: Remove templates in cache modelDavid Guillen
2014-07-28mem: refactor LRU cache tags and add random replacement tagsAnthony Gutierrez
2013-06-27mem: Remove the cache builderAndreas Hansson
2013-01-07mem: Remove the IIC replacement policyAndreas Sandberg
2008-10-23remove the totally obsolete split cacheLisa Hsu
2007-06-27Get rid of coherence protocol object.Steve Reinhardt
2007-06-17More major reorg of cache. Seems to work for atomic mode now,Steve Reinhardt
2007-05-18First set of changes for reorganized cache coherence support.Steve Reinhardt
2006-12-18Get rid of generic CacheTags object (fold back into Cache).Steve Reinhardt
2006-12-04Turn cache MissQueue/BlockingBuffer into virtual objectSteve Reinhardt
2006-12-02Make cache compression policy a runtime virtual thingSteve Reinhardt
2006-06-28Was having difficulty with merging the cache, reverted to an early version an...Ron Dreslinski