misc: Rename misc.(hh|cc) to logging.(hh|cc)
[gem5.git] / src / mem / cache / mshr.cc
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-02-21 Sascha Bischoffmem: Fix MSHR assert triggering for invalidated prefetches
2017-02-21 Nikos Nikolerismem: Remove stale argument from a panic statement
2017-02-19 Andreas Hanssonmem: Ensure deferred snoops are cache-line aligned
2016-12-05 Nikos Nikolerismem: Respond to InvalidateReq when the block is (pendin...
2016-12-05 Nikos Nikolerismem: Make packet debug printing more uniform
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-08-15 Nikos Nikolerismem: Print an MSHR without triggering any assertions
2016-05-26 Andreas Hanssonmem: Do not set cacheResponding on MSHR snoop if not...
2016-05-26 Nikos Nikolerismem: fix headers include order in the cache related...
2016-05-26 Nikos Nikolerismem: change NULL to nullptr in the cache related classes
2016-03-17 Andreas Hanssonmem: Create a separate class for the cache write buffer
2015-12-31 Andreas Hanssonmem: Do not allocate space for packet data if not needed
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-12-28 Andreas Hanssonmem: Explicitly check MSHR snoops for cases not dealt...
2015-12-28 Andreas Hanssonmem: Remove unused cache squash functionality
2015-12-17 Andreas Hanssonmem: Fix memory allocation bug in deferred snoop handling
2015-11-06 Andreas Hanssonmem: Add cache clusivity
2015-10-29 Andreas Hanssonmem: Clarify cache MSHR handling on fill
2015-09-04 Andreas Hanssonmem: Avoid setting markPending if not needed
2015-07-13 Andreas Hanssonmem: Fix (ab)use of emplace to avoid temporary object...
2015-03-17 Stephan Diestelhorstmem: Create a request copy for deferred snoops
2015-05-05 Andreas Hanssonmem: Snoop into caches on uncacheable accesses
2015-03-27 Andreas Hanssonmem: Ignore uncacheable MSHRs when finding matches
2015-03-27 Andreas Hanssonmem: Modernise MSHR iterators to C++11
2015-03-27 Andreas Hanssonmem: Align all MSHR entries to block boundaries
2015-03-02 Andreas Hanssonmem: Unify all cache DPRINTF address formatting
2015-02-03 Andreas Hanssonmem: Clarify cache behaviour for pending dirty responses
2014-12-02 Curtis Dunhammem: Remove WriteInvalidate support
2014-12-02 Andreas Hanssonmem: Clean up packet data allocation
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-10-09 Andreas Hanssonmem: Add packet sanity checks to cache and 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-05-30 Andreas Hanssonmem: Fix MSHR print format
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
2013-02-19 Sascha Bischoffmem: Fix SenderState related cache deadlock
2012-07-09 Andreas HanssonFix: Address a few benign memory leaks
2012-05-10 Ali Saidigem5: Fix a number of incorrect case statements
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-09-09 Steve Reinhardtcache: fail SC when invalidated while waiting for bus
2010-09-09 Steve Reinhardtcache: coherence protocol enhancements & bug fixes
2010-08-25 Steve Reinhardtmem: fix dumb typo in copyrights
2010-06-16 Steve Reinhardtcache: fail store conditionals when upgrade loses race
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
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 ReinhardtFix #include lines for renamed cache files.
2008-02-10 Steve ReinhardtRename cache files for brevity and consistency with...