summaryrefslogtreecommitdiff
path: root/src/mem/cache/mshr.hh
AgeCommit message (Expand)Author
2018-10-18mem: Delay servicing an MSHR after its allocationNikos Nikoleris
2018-10-18mem: Determine if an MSHR does a whole-line writeNikos Nikoleris
2018-07-23mem: Rename Packet::checkFunctional to trySatisfyFunctionalRobert Kovacsics
2018-06-22mem-cache: Promote targets that don't require writableNikos Nikoleris
2018-06-22mem-cache: Fix promoting of targets that need writableNikos Nikoleris
2018-06-22mem-cache: Selectively clear downstream pendingNikos Nikoleris
2018-05-31mem-cache: Fix include directives in the cache related classesNikos Nikoleris
2018-05-31mem-cache: Adopt a more sensible cache class hierarchyNikos Nikoleris
2018-05-30mem-cache: Determine if an MSHR has requests from another cacheNikos Nikoleris
2018-03-21mem-cache: Allow clean operations when block allocation failsNikos Nikoleris
2016-12-05mem: Service only the 1st FromCPU MSHR target on ReadRespWithInvNikos Nikoleris
2016-12-05mem: Keep track of allocOnFill in the TargetListNikos Nikoleris
2016-12-05mem: Add support for repopulating the flags of an MSHR TargetListNikos Nikoleris
2016-03-17mem: Create a separate class for the cache write bufferAndreas Hansson
2015-08-10mem, cpu: Add assertions to snoop invalidation logicStephan Diestelhorst
2015-12-31mem: Make cache terminology easier to understandAndreas Hansson
2015-12-28mem: Remove unused cache squash functionalityAndreas Hansson
2015-11-06mem: Add cache clusivityAndreas Hansson
2015-10-29mem: Clarify cache MSHR handling on fillAndreas Hansson
2015-03-27mem: Modernise MSHR iterators to C++11Andreas Hansson
2015-03-27mem: Align all MSHR entries to block boundariesAndreas Hansson
2015-02-03mem: Clarify cache behaviour for pending dirty responsesAndreas Hansson
2014-12-02mem: Remove WriteInvalidate supportCurtis Dunham
2014-10-21mem: don't inhibit WriteInv's or defer snoops on their MSHRsCurtis Dunham
2014-10-29mem: have WriteInvalidate obsolete MSHRsCurtis Dunham
2014-01-24mem: Add support for a security bit in the memory systemGiacomo Gabrielli
2013-05-30mem: Spring cleaning of MSHR and MSHRQueueAndreas Hansson
2013-04-22mem: Adding verbose debug output in the memory systemUri Wiener
2012-09-25MEM: Put memory system document into doxygenDjordje Kovacevic
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-09-09cache: coherence protocol enhancements & bug fixesSteve Reinhardt
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-02-16Fixes to get prefetching working again.Steve Reinhardt
2008-11-10Cache: Refactor packet forwarding a bit.Steve Reinhardt
2008-02-10Rename cache files for brevity and consistency with rest of tree.Steve Reinhardt