summaryrefslogtreecommitdiff
path: root/src/mem/abstract_mem.cc
AgeCommit message (Expand)Author
2018-12-07mem: Compile tracePacket only when TRACING_ON is definedGiacomo Travaglini
2018-11-05mem: Use Packet writing functions instead of memcpyDaniel R. Carvalho
2018-10-18mem: Explicitly specify the endianness in the abstract memory.Gabe Black
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2018-06-11misc: Substitute pointer to Request with aliased RequestPtrGiacomo Travaglini
2017-12-05mem: Ignore clean requests in the abstract memoryNikos Nikoleris
2017-10-13mem: Signal the local monitor when clearing the global monitorNikos Nikoleris
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-09-29mem: minor dprintf fix to abstract memBrad Beckmann
2016-08-22cpu, mem, sim: Change how KVM maps memoryDavid Hashe
2016-06-06sim: Call regStats of base-class as wellStephan Diestelhorst
2016-01-19* * *Tony Gutierrez
2015-12-31mem: Make cache terminology easier to understandAndreas Hansson
2015-11-06mem: Add an option to perform clean writebacks from cachesAndreas Hansson
2015-09-30cpu,isa,mem: Add per-thread wakeup logicMitch Hayenga
2015-07-03mem: Add clean evicts to improve snoop filter trackingAli Jafri
2014-12-02mem: Support WriteInvalidate (again)Curtis Dunham
2014-12-02mem: Add const getters for write packet dataAndreas Hansson
2014-10-16mem: Dynamically determine page bytes in memory componentsAndreas Hansson
2014-03-07mem: Wakeup sleeping CPUs without caches on LLSCAli Saidi
2013-10-17mem: Make MemoryAccess flag more verboseAli Saidi
2013-04-22mem: Adding verbose debug output in the memory systemUri Wiener
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-19Mem: Remove the file parameter from AbstractMemoryAndreas Hansson
2012-09-19AddrRange: Transition from Range<T> to AddrRangeAndreas Hansson
2012-09-10Mem: Allow serializing of more than INT_MAX bytesMarco Elver
2012-07-09Mem: Make members relating to range and size constantAndreas Hansson
2012-06-29Mem: Fix a livelock resulting in LLSC/locked memory access implementation.Matt Evans
2012-06-05Mem: add per-master stats to physmemDam Sunwoo
2012-05-10gem5: assert before indexing intro arrays to verify boundsAli Saidi
2012-04-06MEM: Enable multiple distributed generalized memoriesAndreas Hansson