summaryrefslogtreecommitdiff
path: root/src/mem/cache
AgeCommit message (Expand)Author
2019-04-24cpu,mem: missing override specifierAndrea Mondelli
2019-04-22mem-cache: Fix fix of replacement countDaniel
2019-04-19mem-cache: Fix increasing replacement countDaniel R. Carvalho
2019-04-19mem-cache: Remove blk_addr from Queue::trySatisfyFunctionalDaniel R. Carvalho
2019-04-19mem-cache: Add match functions to QueueEntryDaniel R. Carvalho
2019-04-19mem: Add packet matching functionsDaniel R. Carvalho
2019-04-19mem-cache: Move Target to QueueEntryDaniel R. Carvalho
2019-04-19mem-cache: Assert Entry inherits from QueueEntry in QueueDaniel R. Carvalho
2019-04-11mem-cache: Fix RRPV for RRIPAnis Peysieux
2019-04-10mem-cache: Fix MSHR handling of cache clean requestsNikos Nikoleris
2019-04-05mem-cache: ambiguous use of abs functionRyan Gambord
2019-04-04mem-cache: AMPM Prefetcher fails when restoring from a checkpointJavier Bueno
2019-04-03mem-cache: Fix PIF prefetcher compilation error with NULL ISAJavier Bueno
2019-04-03mem-cache: ISB prefetcher was triggering an assertionJavier Bueno
2019-04-03mem-cache: Fix panic in Indirect Memory prefetcherJavier Bueno
2019-04-02mem-cache: Proactive Instruction Fetch ImplementationIvan Pizarro
2019-03-28mem-cache: Remove extra cache header from AMAPDaniel R. Carvalho
2019-03-20mem-cache: Added the STeMS prefetcherJavier Bueno
2019-03-19arch, cpu, dev, gpu, mem, sim, python: start using getPort.Gabe Black
2019-03-18mem-cache: tautological comparison of byteOrderAndrea Mondelli
2019-03-15mem-cache: Added the Indirect Memory PrefetcherJavier Bueno
2019-03-15mem-cache: Fix write hit latency calculation orderDaniel
2019-03-12mem-cache: Removed default arg from get() in prefetch/base.hhRyan Gambord
2019-03-11mem-cache: Revert "mem-cache: Remove Packet dependency in Tags"Daniel R. Carvalho
2019-03-10mem-cache: Added extra information to PrefetchInfoJavier Bueno
2019-03-07mem-cache: Add header delay to handleFill whenReadyDaniel R. Carvalho
2019-03-07mem-cache: Allow tag-only accesses on latency calculationDaniel R. Carvalho
2019-03-07mem-cache: Add lookup latency to access' whenReadyDaniel R. Carvalho
2019-03-07mem-cache: Fix recvTimingReq doWritebacks tickDaniel R. Carvalho
2019-03-07mem-cache: Use header delay on latency calculationDaniel R. Carvalho
2019-03-07mem-cache: Remove old todo about latency in hit functionDaniel R. Carvalho
2019-02-28mem-cache: Sandbox Based Optimal Offset ImplementationIvan Pizarro
2019-02-26mem-cache: Copy over flags to forwarded responseNikos Nikoleris
2019-02-25mem-cache: added missing override specifier in BoPAndrea Mondelli
2019-02-25mem-cache: A Best-Offset PrefetcherIvan Pizarro
2019-02-22mem-cache: Add a mechanism to iterate all entries of an AssociativeSetJavier Bueno
2019-02-21mem-cache: Added the Slim AMPM PrefetcherJavier Bueno
2019-02-12mem-cache: Irregular Stream Buffer PrefetcherJavier Bueno
2019-02-12mem-cache: Added the Delta Correlating Prediction Tables PrefetcherJavier Bueno
2019-02-12python: Don't assume SimObjects live in the global namespaceAndreas Sandberg
2019-02-01mem-cache: Updated version of the Signature Path PrefetcherJavier Bueno
2019-01-17mem: Determine if a packet queue forces ordering at constructionNikos Nikoleris
2019-01-16mem-cache: Access Map Pattern Matching PrefetcherJavier Bueno
2019-01-16mem-cache: Signature Path PrefetcherJavier Bueno
2019-01-16mem-cache: allow prefetchers to emit page crossing referencesJavier Bueno
2019-01-16mem-cache: virtual address support for prefetchersJavier Bueno
2018-12-07mem-cache: Workaround for setWhenReady assertionDaniel R. Carvalho
2018-12-05mem-cache: Remove writebacks parameter from serviceMSHRTargetsDaniel R. Carvalho
2018-12-04mem-cache: Add getter and setter to CacheBlk::whenReadyDaniel R. Carvalho
2018-12-03mem-cache: Optimize sector valid and secure checkDaniel R. Carvalho