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
/
cache.cc
Age
Commit message (
Expand
)
Author
2018-03-22
mem-cache: Split array indexing and replacement policies.
Daniel R. Carvalho
2018-03-21
mem-cache: Allow clean operations when block allocation fails
Nikos Nikoleris
2018-03-09
mem-cache: Use CacheBlk parameter on address regeneration
Daniel R. Carvalho
2018-03-06
mem-cache: Populate whenReady for blocks filled from writebacks
Nikos Nikoleris
2018-03-02
mem-cache: Populate the secure bit when the temp block is filled
Nikos Nikoleris
2018-03-02
mem-cache: Remove unnecessary block initialization on writeback
Nikos Nikoleris
2018-02-07
mem-cache: Cleaned blocks should be marked as not writable
Nikos Nikoleris
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 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-20
mem: Replace EventWrapper use with EventFunctionWrapper
Sean Wilson
2017-03-03
mem: Use pkt::getBlockAddr instead of BaseCace::blockAlign
Nikos Nikoleris
2017-02-21
mem: Remove unused arguments (asid/contex_id) from accessBlock
Nikos Nikoleris
2017-02-21
mem: Always use the helper function to invalidate a block
Nikos Nikoleris
2017-02-21
mem: Populate the secure flag in the writeback visitor
Nikos Nikoleris
2017-02-11
mem: fix printing of 1st cache tags line
Bjoern A. Zeeb
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-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-05-26
mem: Fix memory leak in handling of deferred snoops
Andreas Hansson
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
2016-04-21
mem: Deallocate all write-queue entries when sent
Andreas Hansson
2016-04-21
mem: Align downstream cache packet creation in atomic and timing
Andreas Hansson
2015-05-27
mem: Add unused prefetch counter in caches
Rekai Gonzalez Alberquilla
2016-03-17
mem: Create a separate class for the cache write buffer
Andreas Hansson
2016-02-24
mem: Ensure that InvalidateReq is not forwarded as ReadExReq
Andreas Hansson
2016-02-10
mem: Move the point of coherency to the coherent crossbar
Andreas Hansson
2016-02-10
mem: Align cache behaviour in atomic when upstream is responding
Andreas Hansson
2016-02-10
mem: Align how snoops are handled when hitting writebacks
Andreas Hansson
2015-12-31
mem: add CacheVerbose debug flag, filter noisy DPRINTFs
Steve Reinhardt
2015-12-31
mem: Do not allocate space for packet data if not needed
Andreas Hansson
2015-12-31
mem: Do not alter cache block state on uncacheable snoops
Andreas Hansson
2015-12-31
mem: Make cache terminology easier to understand
Andreas Hansson
[next]