mem-cache: Workaround for setWhenReady assertion
[gem5.git] / src / mem / cache /
2018-12-07 Daniel R. Carvalhomem-cache: Workaround for setWhenReady assertion
2018-12-05 Daniel R. Carvalhomem-cache: Remove writebacks parameter from serviceMSHR...
2018-12-04 Daniel R. Carvalhomem-cache: Add getter and setter to CacheBlk::whenReady
2018-12-03 Daniel R. Carvalhomem-cache: Optimize sector valid and secure check
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2018-11-26 Daniel R. Carvalhomem-cache: Add setters to validate and secure block
2018-11-18 Javier Buenomem-cache: a missing cast was truncating addresses
2018-11-15 Javier Buenomem-cache: fix invalid iterator access
2018-11-15 Danielmem-cache: Make StridePrefetcher use Replacement Policies
2018-11-15 Danielmem-cache: Add invalidation function to StrideEntry
2018-11-15 Danielmem-cache: Make PCTable context independent
2018-11-15 Danielmem-cache: Vectorize StridePrefetcher's entries.
2018-11-15 Danielmem-cache: Return entry in StridePrefetcher::pcTableHit()
2018-11-15 Danielmem-cache: Cleanup prefetchers
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-14 Javier Buenomem-cache: implement a probe-based interface
2018-11-13 Nikos Nikolerismem-cache: Align how we handle requests in atomic with...
2018-11-05 Gabe Blackmem-cache: Rename the tag class init function to tagsInit.
2018-11-05 Daniel R. Carvalhomem: Use Packet writing functions instead of memcpy
2018-11-05 Daniel R. Carvalhomem-cache: Fix double block invalidation
2018-10-26 yuetsu.kodamaarch-arm: We add PRFM PST instruction for arm
2018-10-22 Daniel R. Carvalhomem-cache: Move evictBlock(CacheBlk*, PacketList&)...
2018-10-18 Nikos Nikolerismem-cache: Fix unused variable warning in FALRU:invalid...
2018-10-18 Nikos Nikolerismem: Add write coalescing and write-no-allocate to...
2018-10-18 Nikos Nikolerismem: Delay servicing an MSHR after its allocation
2018-10-18 Nikos Nikolerismem: Restructure whole-line writes to simplify write...
2018-10-18 Nikos Nikolerismem: Determine if an MSHR does a whole-line write
2018-10-13 Danielmem-cache: Add missing includes in TreePLRU
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: Create Tree-PLRU replacement policy
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-13 Nikos Nikolerismem-cache: Fix bug in handleAtomicReqMiss
2018-09-07 Daniel R. Carvalhomem-cache: Create Skewed Assoc placement policy
2018-07-25 Robert Kovacsicsmem-cache: TempCacheBlk allocates and destroys its...
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-07-19 Robert Kovacsicsmem-cache: Typo in comment: 'proceed' -> 'precede'
2018-06-22 Nikos Nikolerismem-cache: Promote deferred targets on cache clean...
2018-06-22 Nikos Nikolerismem-cache: Promote targets that don't require writable
2018-06-22 Nikos Nikolerismem-cache: Fix promoting of targets that need writable
2018-06-22 Nikos Nikolerismem-cache: Selectively clear downstream pending
2018-06-20 Jason Lowe-Powermem-cache: Fix TempCacheBlock insert
2018-06-19 Nikos Nikolerismem-cache: Fix support for secure blocks in the FALRU...
2018-06-15 Daniel R. Carvalhomem-cache: Initialize CacheBlk data pointer
2018-06-15 Daniel R. Carvalhomem-cache: Forward declare ReplaceableEntry
2018-06-14 Tuan Tabase,mem: Support AtomicOpFunctor in the classic memory...
2018-06-13 Nikos Nikolerismem-cache: Remove unnecessary cast in SectorTags::findV...
2018-06-13 Daniel R. Carvalhomem-cache: Insert on block allocation
2018-06-13 Daniel R. Carvalhomem-cache: Make packet const in insertBlock
2018-06-13 Daniel R. Carvalhomem-cache: Create Sector Cache
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-06-08 Daniel R. Carvalhomem-cache: Change Cache block tag check
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-06-01 Daniel R. Carvalhomem-cache: Create an address aware TempCacheBlk
2018-06-01 Daniel R. Carvalhomem-cache: Fix secure bit modification
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: Add a non-coherent cache
2018-05-31 Nikos Nikolerismem-cache: Move cache bypass mechanism to the ports
2018-05-31 Nikos Nikolerismem-cache: Adopt a more sensible cache class hierarchy
2018-05-31 Nikos Nikolerismem-cache: Add helper function to perform evictions
2018-05-31 Nikos Nikolerismem-cache: Delegate block invalidation to block allocation
2018-05-31 Nikos Nikolerismem-cache: Refactor the recvAtomic function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingReq function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingResp function
2018-05-31 Daniel R. Carvalhomem-cache: Fix RandomReplData
2018-05-30 Nikos Nikolerismem-cache: Determine if an MSHR has requests from anoth...
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-17 Nikos Nikolerismem-cache: Simplify writeback for the tempBlock in...
2018-05-08 Daniel R. Carvalhomem-cache: Create block insertion function
2018-05-03 Daniel R. Carvalhomem-cache: Create Second-Chance replacement policy
2018-05-03 Daniel R. Carvalhomem-cache: ReplacementPolicy specific replacement data
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
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 Daniel R. Carvalhomem-cache: Create NRU Replacement Policy
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'
next