Age | Commit message (Expand) | Author |
2020-01-17 | mem-cache: Factor out multiple block eviction | Daniel R. Carvalho |
2019-12-12 | mem-cache: Move unused prefetches counter update | Daniel R. Carvalho |
2019-10-29 | mem-cache: Do not try to compress dataless packets | Daniel R. Carvalho |
2019-10-01 | mem-cache: Fix invalid whenReady | Daniel R. Carvalho |
2019-09-30 | mem-cache: Switch to new-style stats | Andreas Sandberg |
2019-08-28 | mem: Eliminate the Base(Slave|Master)Port classes. | Gabe Black |
2019-07-31 | mem-cache: mark block as dirty when handling SW prefetch | Tiago Mück |
2019-06-04 | Revert "mem-cache: Remove writebacks packet list" | Daniel Carvalho |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-05-08 | mem-cache: Remove writebacks packet list | Daniel R. Carvalho |
2019-05-08 | mem-cache: Handle data expansion | Daniel R. Carvalho |
2019-05-08 | mem-cache: Add compression and decompression calls | Daniel R. Carvalho |
2019-05-08 | mem-cache: Add block size to findVictim | Daniel R. Carvalho |
2019-05-03 | mem-cache: Mark block as dirty after a SWPrefetchEXResp | Nikos Nikoleris |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-04-22 | mem-cache: Fix fix of replacement count | Daniel |
2019-04-19 | mem-cache: Fix increasing replacement count | Daniel R. Carvalho |
2019-04-19 | mem-cache: Remove blk_addr from Queue::trySatisfyFunctional | Daniel R. Carvalho |
2019-04-19 | mem-cache: Add match functions to QueueEntry | Daniel R. Carvalho |
2019-04-19 | mem: Add packet matching functions | Daniel R. Carvalho |
2019-04-19 | mem-cache: Move Target to QueueEntry | Daniel R. Carvalho |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-03-15 | mem-cache: Fix write hit latency calculation order | Daniel |
2019-03-11 | mem-cache: Revert "mem-cache: Remove Packet dependency in Tags" | Daniel R. Carvalho |
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-25 | mem-cache: A Best-Offset Prefetcher | Ivan Pizarro |
2019-01-17 | mem: Determine if a packet queue forces ordering at construction | Nikos Nikoleris |
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-11-26 | mem-cache: Add setters to validate and secure block | Daniel R. Carvalho |
2018-11-14 | mem-cache: Remove Cache dependency from Tags | Daniel R. Carvalho |
2018-11-14 | mem-cache: Move access latency calculation to Cache | Daniel R. Carvalho |
2018-11-14 | mem-cache: implement a probe-based interface | Javier Bueno |
2018-11-13 | mem-cache: Align how we handle requests in atomic with timing | Nikos Nikoleris |
2018-11-05 | mem-cache: Rename the tag class init function to tagsInit. | Gabe Black |
2018-11-05 | mem: Use Packet writing functions instead of memcpy | Daniel R. Carvalho |
2018-11-05 | mem-cache: Fix double block invalidation | Daniel R. Carvalho |
2018-10-26 | arch-arm: We add PRFM PST instruction for arm | yuetsu.kodama |
2018-10-22 | mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base | Daniel R. Carvalho |
2018-10-18 | mem: Add write coalescing and write-no-allocate to the caches | Nikos Nikoleris |
2018-10-18 | mem: Restructure whole-line writes to simplify write merging | Nikos Nikoleris |
2018-10-11 | mem-cache: Virtualize block print | Daniel R. Carvalho |
2018-10-10 | mem-cache: Create tags initialization function | Daniel R. Carvalho |
2018-10-10 | mem-cache: Remove Packet dependency in Tags | Daniel R. Carvalho |
2018-07-25 | mem-cache: TempCacheBlk allocates and destroys its own data | Robert Kovacsics |