Age | Commit message (Expand) | Author |
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 |
2018-06-22 | mem-cache: Selectively clear downstream pending | Nikos Nikoleris |
2018-06-20 | mem-cache: Fix TempCacheBlock insert | Jason Lowe-Power |
2018-06-19 | mem: Use address range to find the right physical address | Nikos Nikoleris |
2018-06-19 | mem: Use address range to find the destination port in the xbar | Nikos Nikoleris |
2018-06-19 | mem: Use the caching in the AddrRangeMap class in PhysicalMemory | Gabe Black |
2018-06-19 | mem: Use the caching built into AddrRangeMap in the xbar | Gabe Black |
2018-06-19 | base, mem: Disambiguate if an addr range is contained or overlaps | Nikos Nikoleris |
2018-06-19 | mem-cache: Fix support for secure blocks in the FALRU cache | Nikos Nikoleris |
2018-06-15 | mem-cache: Initialize CacheBlk data pointer | Daniel R. Carvalho |
2018-06-15 | mem-cache: Forward declare ReplaceableEntry | Daniel R. Carvalho |
2018-06-14 | base,mem: Support AtomicOpFunctor in the classic memory system | Tuan Ta |
2018-06-14 | ruby: Revamp standalone SLICC script | Jason Lowe-Power |
2018-06-13 | mem-cache: Remove unnecessary cast in SectorTags::findVictim | Nikos Nikoleris |
2018-06-13 | mem-cache: Insert on block allocation | Daniel R. Carvalho |
2018-06-13 | mem-cache: Make packet const in insertBlock | Daniel R. Carvalho |
2018-06-13 | mem-cache: Create Sector Cache | Daniel R. Carvalho |
2018-06-12 | ruby: Fix initial weight in weighted LRU | Daniel R. Carvalho |
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-08 | mem-cache: Change Cache block tag check | Daniel R. Carvalho |
2018-06-08 | mem-cache: Use secure bit in findVictim | Daniel R. Carvalho |
2018-06-08 | mem-cache: Move tagsInUse to children | Daniel R. Carvalho |
2018-06-08 | mem-cache: Return evictions along with victims | Daniel R. Carvalho |
2018-06-08 | mem-cache: Use ReplaceableEntry in findBlockBySetAndWay | Daniel R. Carvalho |
2018-06-01 | mem-cache: Privatize extractSet | Daniel R. Carvalho |
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: Replace block visitor with std::function | Nikos Nikoleris |
2018-05-31 | mem-cache: Fix include directives in the cache related classes | Nikos Nikoleris |
2018-05-31 | mem-cache: Add a non-coherent cache | Nikos Nikoleris |
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-31 | mem-cache: Fix RandomReplData | Daniel R. Carvalho |
2018-05-30 | mem-cache: Determine if an MSHR has requests from another cache | Nikos Nikoleris |
2018-05-18 | mem: Add support for more flexible DRAM timing and topologies | Wendy Elsasser |
2018-05-18 | mem: Optimize self-refresh entry | Wendy Elsasser |