summaryrefslogtreecommitdiff
path: root/src/mem/cache/prefetch
AgeCommit message (Expand)Author
2019-05-29mem-cache: Accuracy-based rate control for prefetchersJavier Bueno
2019-05-29mem-cache: Support for page crossing prefetchesJavier Bueno
2019-05-20mem-cache: Add multi-prefetcher adaptorAndreas Sandberg
2019-05-14mem-cache: Use SatCounter for prefetchersDaniel
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-18mem-cache: tautological comparison of byteOrderAndrea Mondelli
2019-03-15mem-cache: Added the Indirect Memory PrefetcherJavier Bueno
2019-03-12mem-cache: Removed default arg from get() in prefetch/base.hhRyan Gambord
2019-03-10mem-cache: Added extra information to PrefetchInfoJavier Bueno
2019-02-28mem-cache: Sandbox Based Optimal Offset ImplementationIvan Pizarro
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-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-11-18mem-cache: a missing cast was truncating addressesJavier Bueno
2018-11-15mem-cache: fix invalid iterator accessJavier Bueno
2018-11-15mem-cache: Make StridePrefetcher use Replacement PoliciesDaniel
2018-11-15mem-cache: Add invalidation function to StrideEntryDaniel
2018-11-15mem-cache: Make PCTable context independentDaniel
2018-11-15mem-cache: Vectorize StridePrefetcher's entries.Daniel
2018-11-15mem-cache: Return entry in StridePrefetcher::pcTableHit()Daniel
2018-11-15mem-cache: Cleanup prefetchersDaniel
2018-11-14mem-cache: implement a probe-based interfaceJavier Bueno
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2018-06-11misc: Substitute pointer to Request with aliased RequestPtrGiacomo Travaglini
2018-05-31mem-cache: Fix include directives in the cache related classesNikos Nikoleris
2018-04-27sim,cpu,mem,arch: Introduced MasterInfo data structureGiacomo Travaglini
2018-03-07mem-cache: Allow prefetchers to override setCache.Xiaoyu Ma
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-06-06sim: Call regStats of base-class as wellStephan Diestelhorst
2016-05-26mem: change NULL to nullptr in the cache related classesNikos Nikoleris
2016-04-07mem: Add priority to QueuedPrefetcherRekai Gonzalez Alberquilla
2016-04-07mem: Handful extra features for BasePrefetcherRekai Gonzalez Alberquilla
2016-04-07mem: Remove threadId from memory request classMitch Hayenga