summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/fa_lru.cc
AgeCommit message (Expand)Author
2013-06-27mem: Reorganize cache tags and make them a SimObjectPrakash Ramrakhyani
2013-02-19scons: Fix up numerous warnings about name shadowingAndreas Hansson
2012-10-15Mem: Use cycles to express cache-related latenciesAndreas Hansson
2012-09-11Cache: Split invalidateBlk up to seperate block vs. tagsLena Olson
2012-07-09Fix: Address a few benign memory leaksAndreas Hansson
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-08-23MEM: Make CLREX a first class request operation and clear locks in caches whe...Gene Wu
2010-02-23cache: Make caches sharing aware and add occupancy stats.Lisa Hsu
2010-01-12cache: make tags->insertBlock() and tags->accessBlock() context aware so that...Lisa Hsu
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2008-11-04decouple eviction from insertion in the cache.Lisa Hsu
2008-11-04Change the findBlock(addr, lat) to accessBlock, which I think has better conn...Lisa Hsu
2008-10-23probe function no longer used anywhere.Lisa Hsu
2007-06-17More major reorg of cache. Seems to work for atomic mode now,Steve Reinhardt
2006-12-18Streamline Cache/Tags interface: get rid of redundant functions,Steve Reinhardt
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-08-15Pulled out changes to fix EIO programs with caches. Also fixes any translati...Ron Dreslinski
2006-06-30All files compile in the mem directory except cache_builderRon 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