summaryrefslogtreecommitdiff
path: root/src/mem/cache/prefetch/Prefetcher.py
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-03mem-cache: Fix PIF prefetcher compilation error with NULL ISAJavier Bueno
2019-04-02mem-cache: Proactive Instruction Fetch ImplementationIvan Pizarro
2019-03-20mem-cache: Added the STeMS prefetcherJavier Bueno
2019-03-15mem-cache: Added the Indirect Memory PrefetcherJavier Bueno
2019-02-28mem-cache: Sandbox Based Optimal Offset ImplementationIvan Pizarro
2019-02-25mem-cache: A Best-Offset PrefetcherIvan Pizarro
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: virtual address support for prefetchersJavier Bueno
2018-11-15mem-cache: Make StridePrefetcher use Replacement PoliciesDaniel
2018-11-15mem-cache: Cleanup prefetchersDaniel
2018-11-14mem-cache: implement a probe-based interfaceJavier Bueno
2014-12-23mem: Rework the structuring of the prefetchersMitch Hayenga
2014-10-16mem: Dynamically determine page bytes in memory componentsAndreas Hansson
2014-09-20mem: Remove the GHB prefetcher from the source treeMitch Hayenga
2014-01-29mem: Allowed tagged instruction prefetching in stride prefetcherMitch Hayenga
2014-01-29mem: prefetcher: add options, support for unaligned addressesMitch Hayenga ext:(%2C%20Amin%20Farmahini%20%3Caminfar%40gmail.com%3E)
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-10-15Mem: Use cycles to express cache-related latenciesAndreas Hansson
2012-02-12mem: Add a master ID to each request object.Ali Saidi
2012-02-12prefetcher: Make prefetcher a sim object instead of it being a parameter on c...Mrinmoy Ghosh