mem-cache: Make BDI a multi compressor
[gem5.git] / src / mem / cache / tags /
2019-09-30 Andreas Sandbergmem-cache: Switch to new-style stats
2019-07-31 Daniel R. Carvalhomem-cache: Fix set and way of sub-entries
2019-05-08 Daniel R. Carvalhomem-cache: Handle data expansion
2019-05-08 Daniel R. Carvalhomem-cache: Add co-allocation function to compressed...
2019-05-08 Daniel R. Carvalhomem-cache: Add compression and decompression calls
2019-05-08 Daniel R. Carvalhomem-cache: Add block size to findVictim
2019-05-08 Daniel R. Carvalhomem-cache: Add compression data to CompressionBlk
2019-05-08 Daniel R. Carvalhomem-cache: Stub compression framework
2019-03-11 Daniel R. Carvalhomem-cache: Revert "mem-cache: Remove Packet dependency...
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2018-12-03 Daniel R. Carvalhomem-cache: Optimize sector valid and secure check
2018-11-26 Daniel R. Carvalhomem-cache: Add setters to validate and secure block
2018-11-14 Daniel R. Carvalhomem-cache: Remove Cache dependency from Tags
2018-11-14 Daniel R. Carvalhomem-cache: Move access latency calculation to Cache
2018-11-05 Gabe Blackmem-cache: Rename the tag class init function to tagsInit.
2018-10-18 Nikos Nikolerismem-cache: Fix unused variable warning in FALRU:invalid...
2018-10-11 Daniel R. Carvalhomem-cache: Factor ReplaceableEntry out
2018-10-11 Daniel R. Carvalhomem-cache: Move sector_blks to tags folder
2018-10-11 Daniel R. Carvalhomem-cache: Rename blk.cc/hh to cache_blk.cc/hh
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
2018-10-10 Daniel R. Carvalhomem-cache: Remove CacheSet.hh
2018-10-10 Daniel R. Carvalhomem-cache: Split Tags for indexing policies
2018-10-10 Daniel R. Carvalhomem-cache: Use set and way for ReplaceableEntry
2018-10-10 Daniel R. Carvalhomem-cache: Use possible locations to find block
2018-10-10 Daniel R. Carvalhomem-cache: Create tags initialization function
2018-10-10 Daniel R. Carvalhomem-cache: Remove Packet dependency in Tags
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU hash invalidation
2018-10-05 Daniel R. Carvalhomem-cache: Make checking function const in FALRU
2018-10-05 Daniel R. Carvalhomem-cache: Make boundaries in FALRU an STL container
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU inCachesMask initialization
2018-09-19 Daniel R. Carvalhomem-cache: Fix non-bijective function in Skewed caches
2018-09-07 Daniel R. Carvalhomem-cache: Create Skewed Assoc placement policy
2018-06-19 Nikos Nikolerismem-cache: Fix support for secure blocks in the FALRU...
2018-06-15 Daniel R. Carvalhomem-cache: Forward declare ReplaceableEntry
2018-06-13 Nikos Nikolerismem-cache: Remove unnecessary cast in SectorTags::findV...
2018-06-13 Daniel R. Carvalhomem-cache: Make packet const in insertBlock
2018-06-13 Daniel R. Carvalhomem-cache: Create Sector Cache
2018-06-08 Daniel R. Carvalhomem-cache: Use secure bit in findVictim
2018-06-08 Daniel R. Carvalhomem-cache: Move tagsInUse to children
2018-06-08 Daniel R. Carvalhomem-cache: Return evictions along with victims
2018-06-08 Daniel R. Carvalhomem-cache: Use ReplaceableEntry in findBlockBySetAndWay
2018-06-01 Daniel R. Carvalhomem-cache: Privatize extractSet
2018-05-31 Nikos Nikolerismem-cache: Replace block visitor with std::function
2018-05-31 Nikos Nikolerismem-cache: Fix include directives in the cache related...
2018-05-31 Nikos Nikolerismem-cache: Delegate block invalidation to block allocation
2018-05-17 Nikos Nikolerismem-cache: Move reference count stats update to blk...
2018-05-17 Nikos Nikolerismem-cache: Remove isTouched field from the CacheBlk
2018-05-17 Nikos Nikolerismem-cache: Move replacements stat to the base cache...
2018-05-08 Daniel R. Carvalhomem-cache: Create block insertion function
2018-05-03 Daniel R. Carvalhomem-cache: ReplacementPolicy specific replacement data
2018-04-26 Daniel R. Carvalhomem-cache: Use block iteration in BaseSetAssoc
2018-04-19 Daniel R. Carvalhomem-cache: Use findBlock in FALRU's block access
2018-04-19 Daniel R. Carvalhomem-cache: Use secure flag in FALRU's findBlock
2018-04-18 Nikos Nikolerismem-cache: Revamp multiple size tracking for FALRU...
2018-04-13 Daniel R. Carvalhomem-cache: Add MoveToTail to FALRU
2018-04-06 Daniel R. Carvalhomem: Remove unused 'using namespace'
2018-04-06 Daniel R. Carvalhomem-cache: Move insertBlock functionality in FALRU
2018-03-30 Daniel R. Carvalhomem-cache: Fix FALRU data block seg fault
2018-03-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2018-03-09 Daniel R. Carvalhomem-cache: Use CacheBlk parameter on address regeneration
2018-03-08 Jason Lowe-Powermem-cache: Fix missing overrides
2018-03-07 Nikos Nikolerismem-cache: Make invalidate a common function between...
2018-03-06 Daniel R. Carvalhomem-cache: Fix bug generated by 8282
2018-03-06 Daniel R. Carvalhomem-cache: Use findBlock() in accessBlock()
2018-03-05 Nikos Nikolerismem-cache: Remove redundant block initialization on...
2018-03-02 Nikos Nikolerismem-cache: Remove mumBlock redundant initialiation...
2018-03-01 Daniel R. Carvalhomem-cache: Remove extra block init in BaseSetAssoc
2018-03-01 Daniel R. Carvalhomem-cache: Vectorize C arrays in BaseSetAssoc.
2018-02-24 Daniel R. Carvalhomem-cache: Fix CacheSet memory leak
2018-02-08 Daniel R. Carvalhomem-cache: Make cache warmup percentage a parameter.
2018-02-06 Daniel R. Carvalhomem-cache: Remove extra numSets zero check.
2018-02-06 Daniel R. Carvalhomem: Standardize mem folder header guards
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-03-03 Nikos Nikolerismem: Make blkAlign a common function between all tag...
2017-02-21 Nikos Nikolerismem: Remove unused size field from the CacheBlk class
2017-02-21 Nikos Nikolerismem: Remove unused arguments (asid/contex_id) from...
2017-02-21 Nikos Nikolerismem: Remove unused type BlkList from the cache and...
2017-02-21 Nikos Nikolerismem: Remove unused functions from the tag classes
2016-11-30 Sophiane Sennimem: Split the hit_latency into tag_latency and data_la...
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-05-26 Nikos Nikolerismem: fix headers include order in the cache related...
2016-05-26 Nikos Nikolerismem: change NULL to nullptr in the cache related classes
2016-05-26 Nikos Nikolerismem: fix the line length in the cache related classes
2015-11-06 Andreas Hanssonmisc: Appease clang static analyzer
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-04 Andreas Hanssonmem: Tidy up CacheSet
2015-08-21 Andreas Hanssonarm, mem: Remove unused CLEAR_LL request flag
2015-07-30 David Guillen-Fandosmem: Make caches way aware
2015-05-05 David Guillenmem: Remove templates in cache model
2015-02-11 Marco Balbonimem: Clarify usage of latency in the cache
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-09-19 Andreas Hanssonmisc: Remove assertions ensuring unsigned values >= 0
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-08-13 Mitch Hayengamem: Properly set cache block status fields on writebacks
2014-07-28 Anthony Gutierrezmem: refactor LRU cache tags and add random replacement...
2014-01-29 Amin Farmahinimem: Remove redundant findVictim() input argument
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2014-01-24 Timothy M. JonesCache: Collect very basic stats on tag and data accesses
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
next