summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags
AgeCommit message (Expand)Author
2018-03-08mem-cache: Fix missing overridesJason Lowe-Power
2018-03-07mem-cache: Make invalidate a common function between tag classesNikos Nikoleris
2018-03-06mem-cache: Fix bug generated by 8282Daniel R. Carvalho
2018-03-06mem-cache: Use findBlock() in accessBlock()Daniel R. Carvalho
2018-03-05mem-cache: Remove redundant block initialization on allocationNikos Nikoleris
2018-03-02mem-cache: Remove mumBlock redundant initialiation from FALRUNikos Nikoleris
2018-03-01mem-cache: Remove extra block init in BaseSetAssocDaniel R. Carvalho
2018-03-01mem-cache: Vectorize C arrays in BaseSetAssoc.Daniel R. Carvalho
2018-02-24mem-cache: Fix CacheSet memory leakDaniel R. Carvalho
2018-02-08mem-cache: Make cache warmup percentage a parameter.Daniel R. Carvalho
2018-02-06mem-cache: Remove extra numSets zero check.Daniel R. Carvalho
2018-02-06mem: Standardize mem folder header guardsDaniel R. Carvalho
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-03-03mem: Make blkAlign a common function between all tag classesNikos Nikoleris
2017-02-21mem: Remove unused size field from the CacheBlk classNikos Nikoleris
2017-02-21mem: Remove unused arguments (asid/contex_id) from accessBlockNikos Nikoleris
2017-02-21mem: Remove unused type BlkList from the cache and the tagsNikos Nikoleris
2017-02-21mem: Remove unused functions from the tag classesNikos Nikoleris
2016-11-30mem: Split the hit_latency into tag_latency and data_latencySophiane Senni
2016-06-06sim: Call regStats of base-class as wellStephan Diestelhorst
2016-05-26mem: fix headers include order in the cache related classesNikos Nikoleris
2016-05-26mem: change NULL to nullptr in the cache related classesNikos Nikoleris
2016-05-26mem: fix the line length in the cache related classesNikos Nikoleris
2015-11-06misc: Appease clang static analyzerAndreas Hansson
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-09-04mem: Tidy up CacheSetAndreas Hansson
2015-08-21arm, mem: Remove unused CLEAR_LL request flagAndreas Hansson
2015-07-30mem: Make caches way awareDavid Guillen-Fandos
2015-05-05mem: Remove templates in cache modelDavid Guillen
2015-02-11mem: Clarify usage of latency in the cacheMarco Balboni
2014-10-16mem: Dynamically determine page bytes in memory componentsAndreas Hansson
2014-09-19misc: Remove assertions ensuring unsigned values >= 0Andreas Hansson
2014-09-09misc: Fix a number of unitialised variables and membersAndreas Hansson
2014-08-13mem: Properly set cache block status fields on writebacksMitch Hayenga
2014-07-28mem: refactor LRU cache tags and add random replacement tagsAnthony Gutierrez
2014-01-28mem: Remove redundant findVictim() input argumentAmin Farmahini
2014-01-24mem: Add support for a security bit in the memory systemGiacomo Gabrielli
2014-01-24Cache: Collect very basic stats on tag and data accessesTimothy M. Jones
2014-01-24mem: per-thread cache occupancy and per-block agesDam Sunwoo
2013-09-04arch: Resurrect the NOISA build target and rename it NULLAndreas Hansson
2013-07-18mem: Set the cache line size on a system levelAndreas Hansson
2013-06-27mem: Reorganize cache tags and make them a SimObjectPrakash Ramrakhyani
2013-04-22mem: Adding verbose debug output in the memory systemUri Wiener
2013-02-19scons: Fix up numerous warnings about name shadowingAndreas Hansson
2013-01-07mem: Remove the IIC replacement policyAndreas Sandberg
2012-11-02mem: Add support for writing back and flushing cachesAndreas Sandberg
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-10-15Fix: Address a few minor issues identified by cppcheckAndreas Hansson
2012-10-15Mem: Use cycles to express cache-related latenciesAndreas Hansson