misc: Replaced master/slave terminology
[gem5.git] / src / mem / cache / prefetch / base.cc
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-31 eavivimem: convert base prefetcher and queued to new style...
2020-04-17 Daniel R. Carvalhomem-cache: Create Prefetcher namespace
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackmem: Delete authors lists from mem files.
2019-05-29 Javier Buenomem-cache: Support for page crossing prefetches
2019-03-10 Javier Buenomem-cache: Added extra information to PrefetchInfo
2019-02-25 Ivan Pizarromem-cache: A Best-Offset Prefetcher
2019-02-01 Javier Buenomem-cache: Updated version of the Signature Path Prefetcher
2019-01-16 Javier Buenomem-cache: virtual address support for prefetchers
2018-11-18 Javier Buenomem-cache: a missing cast was truncating addresses
2018-11-15 Danielmem-cache: Cleanup prefetchers
2018-11-14 Javier Buenomem-cache: implement a probe-based interface
2018-05-31 Nikos Nikolerismem-cache: Fix include directives in the cache related...
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-04-07 Rekai Gonzalez Alb... mem: Handful extra features for BasePrefetcher
2015-07-03 Ali Jafrimem: Add clean evicts to improve snoop filter tracking
2014-12-23 Curtis Dunhammem: Hide WriteInvalidate requests from prefetchers
2014-12-23 Mitch Hayengamem: Rework the structuring of the prefetchers
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-01-30 Mitch Hayenga ext... mem: prefetcher: add options, support for unaligned...
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2013-02-19 Andreas Hanssonmem: Add deferred packet class to prefetcher
2013-02-19 Andreas Hanssonsim: Make clock private and access using clockPeriod()
2012-10-15 Andreas HanssonMem: Use cycles to express cache-related latencies
2012-05-10 Ali Saidigem5: fix some iterator use and erase bugs
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-12 Mrinmoy Ghoshprefetcher: Make prefetcher a sim object instead of...
2011-09-01 Lisa HsuFix build for gcc-4.2 opt/fast
2011-08-19 Ali SaidiPrefetcher: Fix some memory leaks with the prefetcher.
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2010-01-19 Derek Howermerge
2009-09-26 Steve ReinhardtForce prefetches to check cache and MSHRs immediately...
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-04-21 Steve Reinhardtrequest: rename INST_READ to INST_FETCH.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-16 Steve ReinhardtFixes to get prefetching working again.
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-10 Steve ReinhardtFix #include lines for renamed cache files.
2008-02-10 Steve ReinhardtRename cache files for brevity and consistency with...