summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags
AgeCommit message (Expand)Author
2018-09-07mem-cache: Create Skewed Assoc placement policyDaniel R. Carvalho
2018-06-19mem-cache: Fix support for secure blocks in the FALRU cacheNikos Nikoleris
2018-06-15mem-cache: Forward declare ReplaceableEntryDaniel R. Carvalho
2018-06-13mem-cache: Remove unnecessary cast in SectorTags::findVictimNikos Nikoleris
2018-06-13mem-cache: Make packet const in insertBlockDaniel R. Carvalho
2018-06-13mem-cache: Create Sector CacheDaniel R. Carvalho
2018-06-08mem-cache: Use secure bit in findVictimDaniel R. Carvalho
2018-06-08mem-cache: Move tagsInUse to childrenDaniel R. Carvalho
2018-06-08mem-cache: Return evictions along with victimsDaniel R. Carvalho
2018-06-08mem-cache: Use ReplaceableEntry in findBlockBySetAndWayDaniel R. Carvalho
2018-06-01mem-cache: Privatize extractSetDaniel R. Carvalho
2018-05-31mem-cache: Replace block visitor with std::functionNikos Nikoleris
2018-05-31mem-cache: Fix include directives in the cache related classesNikos Nikoleris
2018-05-31mem-cache: Delegate block invalidation to block allocationNikos Nikoleris
2018-05-17mem-cache: Move reference count stats update to blk invalidationNikos Nikoleris
2018-05-17mem-cache: Remove isTouched field from the CacheBlkNikos Nikoleris
2018-05-17mem-cache: Move replacements stat to the base cache classNikos Nikoleris
2018-05-08mem-cache: Create block insertion functionDaniel R. Carvalho
2018-05-03mem-cache: ReplacementPolicy specific replacement dataDaniel R. Carvalho
2018-04-26mem-cache: Use block iteration in BaseSetAssocDaniel R. Carvalho
2018-04-19mem-cache: Use findBlock in FALRU's block accessDaniel R. Carvalho
2018-04-19mem-cache: Use secure flag in FALRU's findBlockDaniel R. Carvalho
2018-04-18mem-cache: Revamp multiple size tracking for FALRU cachesNikos Nikoleris
2018-04-13mem-cache: Add MoveToTail to FALRUDaniel R. Carvalho
2018-04-06mem: Remove unused 'using namespace'Daniel R. Carvalho
2018-04-06mem-cache: Move insertBlock functionality in FALRUDaniel R. Carvalho
2018-03-30mem-cache: Fix FALRU data block seg faultDaniel R. Carvalho
2018-03-22mem-cache: Split array indexing and replacement policies.Daniel R. Carvalho
2018-03-09mem-cache: Use CacheBlk parameter on address regenerationDaniel R. Carvalho
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