summaryrefslogtreecommitdiff
path: root/src/mem/abstract_mem.hh
AgeCommit message (Expand)Author
2019-10-03mem: Remove unused variableTommaso Marinelli
2019-09-30mem: Convert DRAM controller to new-style statsAndreas Sandberg
2019-05-22mem: Add invalid context id check on LLSC checksTiago Muck
2019-04-28mem: Minimize the use of MemObject.Gabe Black
2019-04-14mem: Maintain a back door into the AbstractMem's backing store.Gabe Black
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2018-06-11misc: Substitute pointer to Request with aliased RequestPtrGiacomo Travaglini
2018-02-06mem: Standardize mem folder header guardsDaniel R. Carvalho
2016-08-22cpu, mem, sim: Change how KVM maps memoryDavid Hashe
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-08-07base: Declare a type for context IDsAndreas Sandberg
2014-10-16mem: Dynamically determine page bytes in memory componentsAndreas Hansson
2013-05-30mem: Avoid explicitly zeroing the memory backing storeAndreas Hansson
2013-01-07base: Encapsulate the underlying fields in AddrRangeAndreas Hansson
2012-10-15Mem: Separate the host and guest views of memory backing storeAndreas Hansson
2012-09-19AddrRange: Transition from Range<T> to AddrRangeAndreas Hansson
2012-07-09Mem: Make members relating to range and size constantAndreas Hansson
2012-06-05Mem: add per-master stats to physmemDam Sunwoo
2012-04-06MEM: Enable multiple distributed generalized memoriesAndreas Hansson