Age | Commit message (Expand) | Author |
2018-10-18 | mem: Determine if an MSHR does a whole-line write | Nikos Nikoleris |
2018-07-23 | mem: Rename Packet::checkFunctional to trySatisfyFunctional | Robert Kovacsics |
2018-06-22 | mem-cache: Promote targets that don't require writable | Nikos Nikoleris |
2018-06-22 | mem-cache: Fix promoting of targets that need writable | Nikos Nikoleris |
2018-06-22 | mem-cache: Selectively clear downstream pending | Nikos Nikoleris |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-05-31 | mem-cache: Fix include directives in the cache related classes | Nikos Nikoleris |
2018-05-31 | mem-cache: Add a non-coherent cache | Nikos Nikoleris |
2018-05-31 | mem-cache: Adopt a more sensible cache class hierarchy | Nikos Nikoleris |
2018-05-30 | mem-cache: Determine if an MSHR has requests from another cache | Nikos Nikoleris |
2018-04-06 | mem: Remove unused 'using namespace' | Daniel R. Carvalho |
2018-02-07 | mem-cache: Only pendingModified MSHRs can satisfy CMO snoops | Nikos Nikoleris |
2017-12-05 | mem: Co-ordination of CMOs in the xbar | Nikos Nikoleris |
2017-12-05 | mem: Add support for handling CMOs in the MSHRs | Nikos Nikoleris |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-02-21 | mem: Fix MSHR assert triggering for invalidated prefetches | Sascha Bischoff |
2017-02-21 | mem: Remove stale argument from a panic statement | Nikos Nikoleris |
2017-02-19 | mem: Ensure deferred snoops are cache-line aligned | Andreas Hansson |
2016-12-05 | mem: Respond to InvalidateReq when the block is (pending) dirty | Nikos Nikoleris |
2016-12-05 | mem: Make packet debug printing more uniform | Nikos Nikoleris |
2016-12-05 | mem: Service only the 1st FromCPU MSHR target on ReadRespWithInv | Nikos Nikoleris |
2016-12-05 | mem: Keep track of allocOnFill in the TargetList | Nikos Nikoleris |
2016-12-05 | mem: Add support for repopulating the flags of an MSHR TargetList | Nikos Nikoleris |
2016-08-15 | mem: Print an MSHR without triggering any assertions | Nikos Nikoleris |
2016-05-26 | mem: Do not set cacheResponding on MSHR snoop if not responding | Andreas Hansson |
2016-05-26 | mem: fix headers include order in the cache related classes | Nikos Nikoleris |
2016-05-26 | mem: change NULL to nullptr in the cache related classes | Nikos Nikoleris |
2016-03-17 | mem: Create a separate class for the cache write buffer | Andreas Hansson |
2015-12-31 | mem: Do not allocate space for packet data if not needed | Andreas Hansson |
2015-12-31 | mem: Make cache terminology easier to understand | Andreas Hansson |
2015-12-28 | mem: Explicitly check MSHR snoops for cases not dealt with | Andreas Hansson |
2015-12-28 | mem: Remove unused cache squash functionality | Andreas Hansson |
2015-12-17 | mem: Fix memory allocation bug in deferred snoop handling | Andreas Hansson |
2015-11-06 | mem: Add cache clusivity | Andreas Hansson |
2015-10-29 | mem: Clarify cache MSHR handling on fill | Andreas Hansson |
2015-09-04 | mem: Avoid setting markPending if not needed | Andreas Hansson |
2015-07-13 | mem: Fix (ab)use of emplace to avoid temporary object creation | Andreas Hansson |
2015-03-17 | mem: Create a request copy for deferred snoops | Stephan Diestelhorst |
2015-05-05 | mem: Snoop into caches on uncacheable accesses | Andreas Hansson |
2015-03-27 | mem: Ignore uncacheable MSHRs when finding matches | Andreas Hansson |
2015-03-27 | mem: Modernise MSHR iterators to C++11 | Andreas Hansson |
2015-03-27 | mem: Align all MSHR entries to block boundaries | Andreas Hansson |
2015-03-02 | mem: Unify all cache DPRINTF address formatting | Andreas Hansson |
2015-02-03 | mem: Clarify cache behaviour for pending dirty responses | Andreas Hansson |
2014-12-02 | mem: Remove WriteInvalidate support | Curtis Dunham |
2014-12-02 | mem: Clean up packet data allocation | Andreas Hansson |
2014-10-21 | mem: don't inhibit WriteInv's or defer snoops on their MSHRs | Curtis Dunham |
2014-10-29 | mem: have WriteInvalidate obsolete MSHRs | Curtis Dunham |
2014-10-09 | mem: Add packet sanity checks to cache and MSHRs | Andreas Hansson |
2014-01-24 | mem: Add support for a security bit in the memory system | Giacomo Gabrielli |