Age | Commit message (Expand) | Author |
2019-03-12 | mem-cache: Removed default arg from get() in prefetch/base.hh | Ryan Gambord |
2019-03-11 | mem-cache: Revert "mem-cache: Remove Packet dependency in Tags" | Daniel R. Carvalho |
2019-03-10 | mem-cache: Added extra information to PrefetchInfo | Javier Bueno |
2019-03-07 | mem-cache: Add header delay to handleFill whenReady | Daniel R. Carvalho |
2019-03-07 | mem-cache: Allow tag-only accesses on latency calculation | Daniel R. Carvalho |
2019-03-07 | mem-cache: Add lookup latency to access' whenReady | Daniel R. Carvalho |
2019-03-07 | mem-cache: Fix recvTimingReq doWritebacks tick | Daniel R. Carvalho |
2019-03-07 | mem-cache: Use header delay on latency calculation | Daniel R. Carvalho |
2019-03-07 | mem-cache: Remove old todo about latency in hit function | Daniel R. Carvalho |
2019-02-28 | ruby: Fix garnet's round robin arbitration for vc selection | Srikant Bharadwaj |
2019-02-28 | mem-cache: Sandbox Based Optimal Offset Implementation | Ivan Pizarro |
2019-02-26 | mem-cache: Copy over flags to forwarded response | Nikos Nikoleris |
2019-02-25 | mem-cache: added missing override specifier in BoP | Andrea Mondelli |
2019-02-25 | python: Stop using basestring to test for strings | Andreas Sandberg |
2019-02-25 | mem-cache: A Best-Offset Prefetcher | Ivan Pizarro |
2019-02-22 | python: Make iterator handling Python 3 compatible | Andreas Sandberg |
2019-02-22 | mem-cache: Add a mechanism to iterate all entries of an AssociativeSet | Javier Bueno |
2019-02-21 | mem-cache: Added the Slim AMPM Prefetcher | Javier Bueno |
2019-02-12 | python: Replace dict.has_key with 'key in dict' | Andreas Sandberg |
2019-02-12 | python: Replace orderdict with collections.OrderedDict | Andreas Sandberg |
2019-02-12 | mem-cache: Irregular Stream Buffer Prefetcher | Javier Bueno |
2019-02-12 | mem-cache: Added the Delta Correlating Prediction Tables Prefetcher | Javier Bueno |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2019-02-12 | mem-ruby: Fixing Topology | Pouya Fotouhi |
2019-02-12 | mem-ruby: Fixing MESI Three Level | Pouya Fotouhi |
2019-02-01 | mem-cache: Updated version of the Signature Path Prefetcher | Javier Bueno |
2019-01-23 | mem-ruby: Fix missing TBE allocation and deallocation | Zicong Wang |
2019-01-22 | mem: Add tryTiming suppport to CommMonitor | Sascha Bischoff |
2019-01-17 | mem: Allow inserts in the begining of a packet queue | Nikos Nikoleris |
2019-01-17 | mem: Determine if a packet queue forces ordering at construction | Nikos Nikoleris |
2019-01-16 | mem-cache: Access Map Pattern Matching Prefetcher | Javier Bueno |
2019-01-16 | mem-cache: Signature Path Prefetcher | Javier Bueno |
2019-01-16 | mem-cache: allow prefetchers to emit page crossing references | Javier Bueno |
2019-01-16 | mem-cache: virtual address support for prefetchers | Javier Bueno |
2018-12-07 | mem: Compile tracePacket only when TRACING_ON is defined | Giacomo Travaglini |
2018-12-07 | mem-cache: Workaround for setWhenReady assertion | Daniel R. Carvalho |
2018-12-05 | mem-cache: Remove writebacks parameter from serviceMSHRTargets | Daniel R. Carvalho |
2018-12-04 | mem-cache: Add getter and setter to CacheBlk::whenReady | Daniel R. Carvalho |
2018-12-04 | base, sim: Add missing destructors | Nikos Nikoleris |
2018-12-03 | mem-cache: Optimize sector valid and secure check | Daniel R. Carvalho |
2018-11-27 | arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. | Gabe Black |
2018-11-26 | mem-cache: Add setters to validate and secure block | Daniel R. Carvalho |
2018-11-18 | mem-cache: a missing cast was truncating addresses | Javier Bueno |
2018-11-16 | mem: avoid calling regStat twice on a QoSPolicy | Matteo Andreozzi |
2018-11-15 | mem-cache: fix invalid iterator access | Javier Bueno |
2018-11-15 | mem-cache: Make StridePrefetcher use Replacement Policies | Daniel |
2018-11-15 | mem-cache: Add invalidation function to StrideEntry | Daniel |
2018-11-15 | mem-cache: Make PCTable context independent | Daniel |
2018-11-15 | mem-cache: Vectorize StridePrefetcher's entries. | Daniel |
2018-11-15 | mem-cache: Return entry in StridePrefetcher::pcTableHit() | Daniel |