mem-cache: Make findVictim non-const
[gem5.git] / src / mem / cache / mshr.hh
2020-01-06 Nikos Nikolerismem-cache: Avoid write merging if there are reads in...
2019-10-29 Nikos Nikolerismem-cache: Fix MSHR whole line write tracking
2019-04-24 Andrea Mondellicpu,mem: missing override specifier
2019-04-19 Daniel R. Carvalhomem-cache: Add match functions to QueueEntry
2019-04-19 Daniel R. Carvalhomem-cache: Move Target to QueueEntry
2018-10-18 Nikos Nikolerismem: Delay servicing an MSHR after its allocation
2018-10-18 Nikos Nikolerismem: Determine if an MSHR does a whole-line write
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-06-22 Nikos Nikolerismem-cache: Promote targets that don't require writable
2018-06-22 Nikos Nikolerismem-cache: Fix promoting of targets that need writable
2018-06-22 Nikos Nikolerismem-cache: Selectively clear downstream pending
2018-05-31 Nikos Nikolerismem-cache: Fix include directives in the cache related...
2018-05-31 Nikos Nikolerismem-cache: Adopt a more sensible cache class hierarchy
2018-05-30 Nikos Nikolerismem-cache: Determine if an MSHR has requests from anoth...
2018-03-21 Nikos Nikolerismem-cache: Allow clean operations when block allocation...
2016-12-05 Nikos Nikolerismem: Service only the 1st FromCPU MSHR target on ReadRe...
2016-12-05 Nikos Nikolerismem: Keep track of allocOnFill in the TargetList
2016-12-05 Nikos Nikolerismem: Add support for repopulating the flags of an MSHR...
2016-03-17 Andreas Hanssonmem: Create a separate class for the cache write buffer
2015-08-10 Stephan Diestelhorstmem, cpu: Add assertions to snoop invalidation logic
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-12-28 Andreas Hanssonmem: Remove unused cache squash functionality
2015-11-06 Andreas Hanssonmem: Add cache clusivity
2015-10-29 Andreas Hanssonmem: Clarify cache MSHR handling on fill
2015-03-27 Andreas Hanssonmem: Modernise MSHR iterators to C++11
2015-03-27 Andreas Hanssonmem: Align all MSHR entries to block boundaries
2015-02-03 Andreas Hanssonmem: Clarify cache behaviour for pending dirty responses
2014-12-02 Curtis Dunhammem: Remove WriteInvalidate support
2014-10-30 Ali Saidiautomated merge
2014-10-21 Curtis Dunhammem: don't inhibit WriteInv's or defer snoops on their...
2014-10-30 Curtis Dunhammem: have WriteInvalidate obsolete MSHRs
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2013-05-30 Andreas Hanssonmem: Spring cleaning of MSHR and MSHRQueue
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
2012-09-25 Djordje KovacevicMEM: Put memory system document into doxygen
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-09-09 Steve Reinhardtcache: coherence protocol enhancements & bug fixes
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
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-10 Steve ReinhardtCache: Refactor packet forwarding a bit.
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-10 Steve ReinhardtRename cache files for brevity and consistency with...