Age | Commit message (Expand) | Author |
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-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-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 |
2018-11-15 | mem-cache: Cleanup prefetchers | Daniel |
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-cache: Fix unused variable warning in FALRU:invalidate() | Nikos Nikoleris |
2018-10-18 | mem: Add write coalescing and write-no-allocate to the caches | Nikos Nikoleris |
2018-10-18 | mem: Delay servicing an MSHR after its allocation | Nikos Nikoleris |
2018-10-18 | mem: Restructure whole-line writes to simplify write merging | Nikos Nikoleris |
2018-10-18 | mem: Determine if an MSHR does a whole-line write | Nikos Nikoleris |
2018-10-13 | mem-cache: Add missing includes in TreePLRU | Daniel |
2018-10-11 | mem-cache: Factor ReplaceableEntry out | Daniel R. Carvalho |
2018-10-11 | mem-cache: Move sector_blks to tags folder | Daniel R. Carvalho |
2018-10-11 | mem-cache: Rename blk.cc/hh to cache_blk.cc/hh | Daniel R. Carvalho |
2018-10-11 | mem-cache: Virtualize block print | Daniel R. Carvalho |
2018-10-10 | mem-cache: Create Tree-PLRU replacement policy | Daniel R. Carvalho |
2018-10-10 | mem-cache: Remove CacheSet.hh | Daniel R. Carvalho |
2018-10-10 | mem-cache: Split Tags for indexing policies | Daniel R. Carvalho |
2018-10-10 | mem-cache: Use set and way for ReplaceableEntry | Daniel R. Carvalho |
2018-10-10 | mem-cache: Use possible locations to find block | 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-10-05 | mem-cache: Fix FALRU hash invalidation | Daniel R. Carvalho |
2018-10-05 | mem-cache: Make checking function const in FALRU | Daniel R. Carvalho |
2018-10-05 | mem-cache: Make boundaries in FALRU an STL container | Daniel R. Carvalho |
2018-10-05 | mem-cache: Fix FALRU inCachesMask initialization | Daniel R. Carvalho |
2018-09-19 | mem-cache: Fix non-bijective function in Skewed caches | Daniel R. Carvalho |
2018-09-13 | mem-cache: Fix bug in handleAtomicReqMiss | Nikos Nikoleris |
2018-09-07 | mem-cache: Create Skewed Assoc placement policy | Daniel R. Carvalho |
2018-07-25 | mem-cache: TempCacheBlk allocates and destroys its own data | Robert Kovacsics |
2018-07-23 | mem: Rename Packet::checkFunctional to trySatisfyFunctional | Robert Kovacsics |
2018-07-19 | mem-cache: Typo in comment: 'proceed' -> 'precede' | Robert Kovacsics |