index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mem
/
cache
Age
Commit message (
Expand
)
Author
2018-10-05
mem-cache: Fix FALRU hash invalidation
Daniel R. Carvalho
2018-10-05
mem-cache: Make checking function const in FALRU
Daniel R. Carvalho
2018-10-05
mem-cache: Make boundaries in FALRU an STL container
Daniel R. Carvalho
2018-10-05
mem-cache: Fix FALRU inCachesMask initialization
Daniel R. Carvalho
2018-09-19
mem-cache: Fix non-bijective function in Skewed caches
Daniel R. Carvalho
2018-09-13
mem-cache: Fix bug in handleAtomicReqMiss
Nikos Nikoleris
2018-09-07
mem-cache: Create Skewed Assoc placement policy
Daniel R. Carvalho
2018-07-25
mem-cache: TempCacheBlk allocates and destroys its own data
Robert Kovacsics
2018-07-23
mem: Rename Packet::checkFunctional to trySatisfyFunctional
Robert Kovacsics
2018-07-19
mem-cache: Typo in comment: 'proceed' -> 'precede'
Robert Kovacsics
2018-06-22
mem-cache: Promote deferred targets on cache clean responses
Nikos Nikoleris
2018-06-22
mem-cache: Promote targets that don't require writable
Nikos Nikoleris
2018-06-22
mem-cache: Fix promoting of targets that need writable
Nikos Nikoleris
2018-06-22
mem-cache: Selectively clear downstream pending
Nikos Nikoleris
2018-06-20
mem-cache: Fix TempCacheBlock insert
Jason Lowe-Power
2018-06-19
mem-cache: Fix support for secure blocks in the FALRU cache
Nikos Nikoleris
2018-06-15
mem-cache: Initialize CacheBlk data pointer
Daniel R. Carvalho
2018-06-15
mem-cache: Forward declare ReplaceableEntry
Daniel R. Carvalho
2018-06-14
base,mem: Support AtomicOpFunctor in the classic memory system
Tuan Ta
2018-06-13
mem-cache: Remove unnecessary cast in SectorTags::findVictim
Nikos Nikoleris
2018-06-13
mem-cache: Insert on block allocation
Daniel R. Carvalho
2018-06-13
mem-cache: Make packet const in insertBlock
Daniel R. Carvalho
2018-06-13
mem-cache: Create Sector Cache
Daniel R. Carvalho
2018-06-11
misc: Using smart pointers for memory Requests
Giacomo Travaglini
2018-06-11
misc: Substitute pointer to Request with aliased RequestPtr
Giacomo Travaglini
2018-06-08
mem-cache: Change Cache block tag check
Daniel R. Carvalho
2018-06-08
mem-cache: Use secure bit in findVictim
Daniel R. Carvalho
2018-06-08
mem-cache: Move tagsInUse to children
Daniel R. Carvalho
2018-06-08
mem-cache: Return evictions along with victims
Daniel R. Carvalho
2018-06-08
mem-cache: Use ReplaceableEntry in findBlockBySetAndWay
Daniel R. Carvalho
2018-06-01
mem-cache: Privatize extractSet
Daniel R. Carvalho
2018-06-01
mem-cache: Create an address aware TempCacheBlk
Daniel R. Carvalho
2018-06-01
mem-cache: Fix secure bit modification
Daniel R. Carvalho
2018-05-31
mem-cache: Replace block visitor with std::function
Nikos Nikoleris
2018-05-31
mem-cache: Fix include directives in the cache related classes
Nikos Nikoleris
2018-05-31
mem-cache: Add a non-coherent cache
Nikos Nikoleris
2018-05-31
mem-cache: Move cache bypass mechanism to the ports
Nikos Nikoleris
2018-05-31
mem-cache: Adopt a more sensible cache class hierarchy
Nikos Nikoleris
2018-05-31
mem-cache: Add helper function to perform evictions
Nikos Nikoleris
2018-05-31
mem-cache: Delegate block invalidation to block allocation
Nikos Nikoleris
2018-05-31
mem-cache: Refactor the recvAtomic function
Nikos Nikoleris
2018-05-31
mem-cache: Refactor the cache recvTimingReq function
Nikos Nikoleris
2018-05-31
mem-cache: Refactor the cache recvTimingResp function
Nikos Nikoleris
2018-05-31
mem-cache: Fix RandomReplData
Daniel R. Carvalho
2018-05-30
mem-cache: Determine if an MSHR has requests from another cache
Nikos Nikoleris
2018-05-17
mem-cache: Move reference count stats update to blk invalidation
Nikos Nikoleris
2018-05-17
mem-cache: Remove isTouched field from the CacheBlk
Nikos Nikoleris
2018-05-17
mem-cache: Move replacements stat to the base cache class
Nikos Nikoleris
2018-05-17
mem-cache: Simplify writeback for the tempBlock in recvTimingResp
Nikos Nikoleris
2018-05-08
mem-cache: Create block insertion function
Daniel R. Carvalho
[next]