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
2020-01-07
mem-cache: Forward snoops when the cache is not responding
Nikos Nikoleris
2020-01-07
mem-cache: Ensure that responses get data from the right source
Nikos Nikoleris
2020-01-06
mem-cache: Avoid write merging if there are reads in between
Nikos Nikoleris
2019-12-12
mem-cache: Move unused prefetches counter update
Daniel R. Carvalho
2019-11-28
mem-cache: Avoid hiding a virtual method in the dictionary compressor.
Gabe Black
2019-11-28
mem-cache: Remove a std::move clang says is unnecessary.
Gabe Black
2019-11-18
mem-cache: Initialize all members of `QueuedPrefetcher::DeferredPacket`.
Isaac Sánchez Barrera
2019-11-18
mem-cache: Fix destructor of `BasePrefetcher::PrefetchInfo`.
Isaac Sánchez Barrera
2019-11-04
mem-cache: Modify compressor to appease newer compilers
Daniel R. Carvalho
2019-11-04
mem-cache: Implement a perfect compressor
Daniel R. Carvalho
2019-11-04
mem-cache: Make BDI a multi compressor
Daniel R. Carvalho
2019-11-04
mem-cache: Implement a multi compressor
Daniel R. Carvalho
2019-11-04
mem-cache: Implement BDI sub-compressors
Daniel R. Carvalho
2019-11-04
mem-cache: Implement a repeated values compressor
Daniel R. Carvalho
2019-11-04
mem-cache: Implement a zero compressor
Daniel R. Carvalho
2019-11-04
mem-cache: Implement FPC-D cache compression
Daniel R. Carvalho
2019-10-31
mem-cache: Fix missing header in associative set
Daniel R. Carvalho
2019-10-29
mem-cache: Add a repeated value pattern to compressors
Daniel R. Carvalho
2019-10-29
mem-cache: Inform unused bits instead of bytes in compressor pattern
Daniel R. Carvalho
2019-10-29
mem-cache: Add a masked const value pattern to compressors
Daniel R. Carvalho
2019-10-29
mem-cache: Add a masked pattern to compressors
Daniel R. Carvalho
2019-10-29
mem-cache: Add an uncompressed pattern to compressors
Daniel R. Carvalho
2019-10-29
mem-cache: Templatize DictionaryCompressor
Daniel R. Carvalho
2019-10-29
mem-cache: Factor out CPack's dictionary functionality
Daniel R. Carvalho
2019-10-29
mem-cache: Use shouldAllocate() instead of CPack's decompress()
Daniel R. Carvalho
2019-10-29
mem-cache: Limit compression size
Daniel R. Carvalho
2019-10-29
mem-cache: Do not try to compress dataless packets
Daniel R. Carvalho
2019-10-29
mem-cache: Avoid promotion of incompatible deferred targets
Nikos Nikoleris
2019-10-29
mem-cache: Fix MSHR whole line write tracking
Nikos Nikoleris
2019-10-13
mem-cache: set the second chance to false when inserting a block
Mingyuan
2019-10-12
mem-cache: Fixed a bug in MRU replacement policy
Mingyuan
2019-10-11
mem-ruby: Allow Ruby to use all replacement policies in Classic
JingQuJQ
2019-10-01
mem-cache: Fix invalid whenReady
Daniel R. Carvalho
2019-09-30
mem-cache: Switch to new-style stats
Andreas Sandberg
2019-09-12
mem-cache: Fix BDI size calculation
Daniel R. Carvalho
2019-08-29
mem-cache: Use SatCounter for RRPV
Daniel R. Carvalho
2019-08-28
mem: Eliminate the Base(Slave|Master)Port classes.
Gabe Black
2019-08-07
mem-cache: Fix non-virtual base destructor of Repl Entry
Daniel R. Carvalho
2019-07-31
mem-cache: mark block as dirty when handling SW prefetch
Tiago Mück
2019-07-31
mem-cache: Fix set and way of sub-entries
Daniel R. Carvalho
2019-07-17
mem-cache: Create CPack compressor
Daniel R. Carvalho
2019-06-04
Revert "mem-cache: Remove writebacks packet list"
Daniel Carvalho
2019-05-29
mem-cache: Accuracy-based rate control for prefetchers
Javier Bueno
2019-05-29
mem-cache: Support for page crossing prefetches
Javier Bueno
2019-05-20
mem-cache: Add multi-prefetcher adaptor
Andreas Sandberg
2019-05-18
arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code.
Gabe Black
2019-05-14
mem-cache: Use SatCounter for prefetchers
Daniel
2019-05-11
cpu,mem: Add support for partial loads/stores and wide mem. accesses
Giacomo Gabrielli
2019-05-08
mem-cache: Remove writebacks packet list
Daniel R. Carvalho
2019-05-08
mem-cache: Handle data expansion
Daniel R. Carvalho
[next]