Age | Commit message (Expand) | Author |
2019-05-11 | cpu,mem: Add support for partial loads/stores and wide mem. accesses | Giacomo Gabrielli |
2019-05-08 | mem-cache: Remove writebacks packet list | Daniel R. Carvalho |
2019-05-08 | mem-cache: Add compression and decompression calls | 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-04-10 | mem-cache: Fix MSHR handling of cache clean requests | Nikos Nikoleris |
2019-02-26 | mem-cache: Copy over flags to forwarded response | Nikos Nikoleris |
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-11-13 | mem-cache: Align how we handle requests in atomic with timing | Nikos Nikoleris |
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: Rename blk.cc/hh to cache_blk.cc/hh | Daniel R. Carvalho |
2018-09-13 | mem-cache: Fix bug in handleAtomicReqMiss | Nikos Nikoleris |
2018-06-22 | mem-cache: Promote deferred targets on cache clean responses | Nikos Nikoleris |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-06-11 | misc: Substitute pointer to Request with aliased RequestPtr | Giacomo Travaglini |
2018-06-01 | mem-cache: Create an address aware TempCacheBlk | Daniel R. Carvalho |
2018-06-01 | mem-cache: Fix secure bit modification | Daniel R. Carvalho |
2018-05-31 | mem-cache: Move cache bypass mechanism to the ports | Nikos Nikoleris |
2018-05-31 | mem-cache: Adopt a more sensible cache class hierarchy | Nikos Nikoleris |
2018-05-31 | mem-cache: Add helper function to perform evictions | Nikos Nikoleris |
2018-05-31 | mem-cache: Delegate block invalidation to block allocation | Nikos Nikoleris |
2018-05-31 | mem-cache: Refactor the recvAtomic function | Nikos Nikoleris |
2018-05-31 | mem-cache: Refactor the cache recvTimingReq function | Nikos Nikoleris |
2018-05-31 | mem-cache: Refactor the cache recvTimingResp function | Nikos Nikoleris |
2018-05-30 | mem-cache: Determine if an MSHR has requests from another cache | Nikos Nikoleris |
2018-05-17 | mem-cache: Move replacements stat to the base cache class | Nikos Nikoleris |
2018-05-17 | mem-cache: Simplify writeback for the tempBlock in recvTimingResp | Nikos Nikoleris |
2018-05-08 | mem-cache: Create block insertion function | Daniel R. Carvalho |
2018-04-05 | mem-cache: Use Packet functions to write data blocks | Daniel R. Carvalho |
2018-03-30 | mem-cache: Remove unused return value from the recvTimingReq func | Nikos Nikoleris |
2018-03-22 | mem-cache: Split array indexing and replacement policies. | Daniel R. Carvalho |
2018-03-21 | mem-cache: Allow clean operations when block allocation fails | Nikos Nikoleris |
2018-03-09 | mem-cache: Use CacheBlk parameter on address regeneration | Daniel R. Carvalho |
2018-03-06 | mem-cache: Populate whenReady for blocks filled from writebacks | Nikos Nikoleris |
2018-03-02 | mem-cache: Populate the secure bit when the temp block is filled | Nikos Nikoleris |
2018-03-02 | mem-cache: Remove unnecessary block initialization on writeback | Nikos Nikoleris |
2018-02-07 | mem-cache: Cleaned blocks should be marked as not writable | Nikos Nikoleris |
2018-01-09 | mem-cache: Prune unnecessary writebacks in exclusive caches | Nikos Nikoleris |
2017-12-05 | mem: Co-ordination of CMOs in the xbar | Nikos Nikoleris |
2017-12-05 | mem: Add support for CMOs in the cache | Nikos Nikoleris |
2017-12-05 | mem: Promote deferred targets only when the block is valid | Nikos Nikoleris |
2017-12-05 | mem: Support for specifying the destination of a WriteClean | Nikos Nikoleris |
2017-12-05 | mem: Add support for WriteClean packets in the memory system | Nikos Nikoleris |
2017-12-05 | mem-cache: Add support for checking whether a cache is busy | Nikos Nikoleris |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-08-08 | mem-cache: Delete squashed HWPrefetches | Pau Cabre |
2017-06-20 | mem: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |