Age | Commit message (Expand) | Author |
2016-08-15 | mem: Print an MSHR without triggering any assertions | Nikos Nikoleris |
2016-08-12 | mem: Update mostly exclusive policy even further | Andreas Hansson |
2016-08-12 | mem: Update mostly exclusive cache policy to cover more cases | Andreas Hansson |
2016-08-12 | mem: Add a FromCache packet attribute | Andreas Hansson |
2016-07-11 | mem: Remove stale argument from a DPRINTF in the cache code | Nikos Nikoleris |
2016-06-06 | sim: Call regStats of base-class as well | Stephan Diestelhorst |
2016-05-26 | mem: Fix memory leak in handling of deferred snoops | Andreas Hansson |
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: remove redudant check whether the cache forwards snoops | Nikos Nikoleris |
2016-05-26 | mem: change NULL to nullptr in the cache related classes | Nikos Nikoleris |
2016-05-26 | mem: fix the line length in the cache related classes | Nikos Nikoleris |
2016-04-21 | mem: Include WriteLineReq in cache demand stats | Andreas Hansson |
2016-04-21 | mem: Remove unused cache stats | Andreas Hansson |
2016-04-21 | mem: Deallocate all write-queue entries when sent | Andreas Hansson |
2016-04-21 | mem: Align downstream cache packet creation in atomic and timing | Andreas Hansson |
2016-04-07 | mem: Add priority to QueuedPrefetcher | Rekai Gonzalez Alberquilla |
2016-04-07 | mem: Handful extra features for BasePrefetcher | Rekai Gonzalez Alberquilla |
2015-05-27 | mem: Add unused prefetch counter in caches | Rekai Gonzalez Alberquilla |
2016-04-07 | mem: Remove threadId from memory request class | Mitch Hayenga |
2016-04-06 | Revert power patch sets with unexpected interactions | Andreas Sandberg |
2016-04-05 | mem: Remove threadId from memory request class | Mitch Hayenga |
2016-03-17 | mem: Adjust cache queue reserve to more conservative values | Andreas Hansson |
2016-03-17 | mem: Create a separate class for the cache write buffer | Andreas Hansson |
2015-08-10 | mem, cpu: Add assertions to snoop invalidation logic | Stephan Diestelhorst |
2016-02-24 | mem: Ensure that InvalidateReq is not forwarded as ReadExReq | Andreas Hansson |
2016-02-15 | mem: Avoid using invalid iterator in cache lock list traversal | Andreas Hansson |
2016-02-10 | mem: Be less conservative in clearing load locks in the cache | Andreas Hansson |
2016-02-10 | mem: Move the point of coherency to the coherent crossbar | Andreas Hansson |
2016-02-10 | mem: Align cache behaviour in atomic when upstream is responding | Andreas Hansson |
2016-02-10 | mem: Align how snoops are handled when hitting writebacks | Andreas Hansson |
2016-02-10 | mem: Deduce if cache should forward snoops | Andreas Hansson |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2015-12-31 | mem: add CacheVerbose debug flag, filter noisy DPRINTFs | Steve Reinhardt |
2015-12-31 | mem: Do not allocate space for packet data if not needed | Andreas Hansson |
2015-12-31 | mem: Do not alter cache block state on uncacheable snoops | 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-28 | mem: Avoid unecessary checks when creating HardPFReq in cache | Andreas Hansson |
2015-12-28 | mem: Do not use sender state to track forwarded snoops in cache | Andreas Hansson |
2015-12-28 | mem: Fix cache sender state handling and add clarification | Andreas Hansson |
2015-12-17 | mem: Fix memory allocation bug in deferred snoop handling | Andreas Hansson |
2015-11-15 | arm: Add missing explicit overrides for classic caches | Andreas Sandberg |
2015-11-06 | mem: Add an option to perform clean writebacks from caches | Andreas Hansson |
2015-11-06 | mem: Add cache clusivity | Andreas Hansson |
2015-11-06 | mem: Enforce insertion order on the cache response path | Ali Jafri |
2015-11-06 | mem: Do not treat CleanEvict as a write operation | Andreas Hansson |
2015-11-06 | mem: Unify delayed packet deletion | Andreas Hansson |
2015-11-06 | misc: Appease clang static analyzer | Andreas Hansson |