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
/
base.cc
Age
Commit message (
Expand
)
Author
2018-11-14
mem-cache: Remove Cache dependency from Tags
Daniel R. Carvalho
2018-11-14
mem-cache: Move access latency calculation to Cache
Daniel R. Carvalho
2018-11-14
mem-cache: implement a probe-based interface
Javier Bueno
2018-11-13
mem-cache: Align how we handle requests in atomic with timing
Nikos Nikoleris
2018-11-05
mem-cache: Rename the tag class init function to tagsInit.
Gabe Black
2018-11-05
mem: Use Packet writing functions instead of memcpy
Daniel R. Carvalho
2018-11-05
mem-cache: Fix double block invalidation
Daniel R. Carvalho
2018-10-26
arch-arm: We add PRFM PST instruction for arm
yuetsu.kodama
2018-10-22
mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base
Daniel R. Carvalho
2018-10-18
mem: Add write coalescing and write-no-allocate to the caches
Nikos Nikoleris
2018-10-18
mem: Restructure whole-line writes to simplify write merging
Nikos Nikoleris
2018-10-11
mem-cache: Virtualize block print
Daniel R. Carvalho
2018-10-10
mem-cache: Create tags initialization function
Daniel R. Carvalho
2018-10-10
mem-cache: Remove Packet dependency in Tags
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-14
base,mem: Support AtomicOpFunctor in the classic memory system
Tuan Ta
2018-06-13
mem-cache: Insert on block allocation
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: Return evictions along with victims
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: 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-17
mem-cache: Move replacements stat to the base cache class
Nikos Nikoleris
2018-03-22
mem-cache: Split array indexing and replacement policies.
Daniel R. Carvalho
2017-06-20
mem: Replace EventWrapper use with EventFunctionWrapper
Sean Wilson
2016-11-30
mem: Split the hit_latency into tag_latency and data_latency
Sophiane Senni
2016-06-06
sim: Call regStats of base-class as well
Stephan Diestelhorst
2016-05-26
mem: fix headers include order in the cache related classes
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: Include WriteLineReq in cache demand stats
Andreas Hansson
2016-04-21
mem: Remove unused cache stats
Andreas Hansson
2015-05-27
mem: Add unused prefetch counter in caches
Rekai Gonzalez Alberquilla
2016-03-17
mem: Adjust cache queue reserve to more conservative values
Andreas Hansson
2016-03-17
mem: Create a separate class for the cache write buffer
Andreas Hansson
2016-02-10
mem: Deduce if cache should forward snoops
Andreas Hansson
2015-08-21
mem: Add explicit Cache subclass and make BaseCache abstract
Andreas Hansson
2015-07-07
sim: Decouple draining from the SimObject hierarchy
Andreas Sandberg
2015-07-07
sim: Make the drain state a global typed enum
Andreas Sandberg
2015-07-03
mem: Remove redundant is_top_level cache parameter
Andreas Hansson
2015-07-03
mem: Add ReadCleanReq and ReadSharedReq packets
Andreas Hansson
2015-07-03
mem: Allow read-only caches and check compliance
Andreas Hansson
[next]