Age | Commit message (Expand) | Author |
2018-10-26 | mem-ruby: Fix MOESI_CMP_directory in ports order | Nikos Nikoleris |
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-18 | mem: Mark the guest endianness packet accessors as deprecated. | Gabe Black |
2018-10-18 | null: Stop specifying an endianness in isa_traits.hh. | Gabe Black |
2018-10-18 | mem: Explicitly specify the endianness in the abstract memory. | Gabe Black |
2018-10-13 | mem-cache: Add missing includes in TreePLRU | Daniel |
2018-10-13 | mem: Get rid of some stray lines which ended up in packet.hh. | Gabe Black |
2018-10-12 | mem: Expose the raw packet accessor functions. | Gabe Black |
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-24 | mem-ruby: Fix a bug in MessageBuffer randomization | Xianwei Zhang |
2018-09-19 | mem-cache: Fix non-bijective function in Skewed caches | Daniel R. Carvalho |
2018-09-17 | mem: Implement QoS Proportional Fair policy | Giacomo Travaglini |
2018-09-13 | mem-cache: Fix bug in handleAtomicReqMiss | Nikos Nikoleris |
2018-09-07 | mem: Make DRAMCtrl a QoS-aware Memory Controller | Matteo Andreozzi |
2018-09-07 | mem: Implement base QoS Policies. | Giacomo Travaglini |
2018-09-07 | mem: Add a simple QoS-aware Memory Controller | Matteo Andreozzi |
2018-09-07 | mem: Add a QoS-aware Memory Controller type | Matteo Andreozzi |
2018-09-07 | mem-cache: Create Skewed Assoc placement policy | Daniel R. Carvalho |
2018-08-22 | mem: Add StreamID and SubstreamID | Stanislaw Czerniawski |
2018-08-17 | scons,ruby: do not generate unnecessary files | Brandon Potter |
2018-08-17 | ruby: remove unused code inside '#if 0 ... #endif' | Brandon Potter |
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-20 | mem: Removed "using namespace std;" from src/mem/packet.cc | Robert Kovacsics |
2018-07-19 | mem: Fix off-by-one error in checkFunctional, and simplify it | Robert Kovacsics |
2018-07-19 | mem-cache: Typo in comment: 'proceed' -> 'precede' | Robert Kovacsics |
2018-06-28 | mem: Add a memory delay simulator | Andreas Sandberg |
2018-06-22 | mem-cache: Promote deferred targets on cache clean responses | Nikos Nikoleris |
2018-06-22 | mem-cache: Promote targets that don't require writable | Nikos Nikoleris |
2018-06-22 | mem-cache: Fix promoting of targets that need writable | Nikos Nikoleris |