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-01-09
mem-cache: Prune unnecessary writebacks in exclusive caches
Nikos Nikoleris
2017-12-05
mem: Co-ordination of CMOs in the xbar
Nikos Nikoleris
2017-12-05
mem: Add support for handling CMOs in the MSHRs
Nikos Nikoleris
2017-12-05
mem: Add support for CMOs in the cache
Nikos Nikoleris
2017-12-05
mem: Promote deferred targets only when the block is valid
Nikos Nikoleris
2017-12-05
mem: Support for specifying the destination of a WriteClean
Nikos Nikoleris
2017-12-05
mem: Add support for WriteClean packets in the memory system
Nikos Nikoleris
2017-12-05
mem-cache: Add support for checking whether a cache is busy
Nikos Nikoleris
2017-12-04
misc: Rename misc.(hh|cc) to logging.(hh|cc)
Gabe Black
2017-08-08
mem-cache: Delete squashed HWPrefetches
Pau Cabre
2017-06-27
mem-cache: Add missing overrides to BaseCache
Andreas Sandberg
2017-06-20
mem: Replace EventWrapper use with EventFunctionWrapper
Sean Wilson
2017-03-03
mem: Make blkAlign a common function between all tag classes
Nikos Nikoleris
2017-03-03
mem: Use pkt::getBlockAddr instead of BaseCace::blockAlign
Nikos Nikoleris
2017-02-21
mem: Remove unused size field from the CacheBlk class
Nikos Nikoleris
2017-02-21
mem: Remove the unused asid field from the CacheBlk class
Nikos Nikoleris
2017-02-21
mem: Remove unused arguments (asid/contex_id) from accessBlock
Nikos Nikoleris
2017-02-21
mem: Remove unused type BlkList from the cache and the tags
Nikos Nikoleris
2017-02-21
mem: Remove unused functions from the tag classes
Nikos Nikoleris
2017-02-21
mem: Always use the helper function to invalidate a block
Nikos Nikoleris
2017-02-21
mem: Fix MSHR assert triggering for invalidated prefetches
Sascha Bischoff
2017-02-21
mem: Populate the secure flag in the writeback visitor
Nikos Nikoleris
2017-02-21
mem: Remove stale argument from a panic statement
Nikos Nikoleris
2017-02-19
sim: Ensure draining is deterministic
Andreas Hansson
2017-02-19
mem: Ensure deferred snoops are cache-line aligned
Andreas Hansson
2017-02-11
mem: fix printing of 1st cache tags line
Bjoern A. Zeeb
2016-11-09
style: [patch 3/22] reduce include dependencies in some headers
Brandon Potter
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2016-12-05
mem: Respond to InvalidateReq when the block is (pending) dirty
Nikos Nikoleris
2016-12-05
mem: Invalidate a blk when servicing the 1st invalidating target
Nikos Nikoleris
2016-12-05
mem: Allow non invalidating snoops on an InvalidateReq MSHR
Nikos Nikoleris
2016-12-05
mem: Always use InvalidateReq to service WriteLineReq misses
Nikos Nikoleris
2016-12-05
mem: Ensure InvalidateReq is considered isForward by MSHRs
Andreas Hansson
2016-12-05
mem: Make packet debug printing more uniform
Nikos Nikoleris
2016-12-05
mem: Service only the 1st FromCPU MSHR target on ReadRespWithInv
Nikos Nikoleris
2016-12-05
mem: Keep track of allocOnFill in the TargetList
Nikos Nikoleris
2016-12-05
mem: Add support for repopulating the flags of an MSHR TargetList
Nikos Nikoleris
2016-11-30
mem: Split the hit_latency into tag_latency and data_latency
Sophiane Senni
2016-08-15
mem: Print an MSHR without triggering any assertions
Nikos Nikoleris
2016-08-12
mem: Update mostly exclusive policy even further
Andreas Hansson
2016-08-12
mem: Update mostly exclusive cache policy to cover more cases
Andreas Hansson
2016-08-12
mem: Add a FromCache packet attribute
Andreas Hansson
2016-07-11
mem: Remove stale argument from a DPRINTF in the cache code
Nikos Nikoleris
2016-06-06
sim: Call regStats of base-class as well
Stephan Diestelhorst
2016-05-26
mem: Fix memory leak in handling of deferred snoops
Andreas Hansson
2016-05-26
mem: Do not set cacheResponding on MSHR snoop if not responding
Andreas Hansson
2016-05-26
mem: fix headers include order in the cache related classes
Nikos Nikoleris
2016-05-26
mem: remove redudant check whether the cache forwards snoops
Nikos Nikoleris
2016-05-26
mem: change NULL to nullptr in the cache related classes
Nikos Nikoleris
2016-05-26
mem: fix the line length in the cache related classes
Nikos Nikoleris
[next]