mem: Minor refactor of how the abstract mem backdoor is exposed.
[gem5.git] / src / mem / abstract_mem.hh
2020-11-06 Gabe Blackmem: Minor refactor of how the abstract mem backdoor...
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-04-16 Gabe Blackmem: Support initializing a memory with an image file.
2020-03-24 Gabe Blackmem: Remove a check that the memory size is a multiple...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackmem: Delete authors lists from mem files.
2019-12-12 Daniel R. Carvalhomem: Encapsulate mapping gem5 to host address space
2019-10-03 Tommaso Marinellimem: Remove unused variable
2019-09-30 Andreas Sandbergmem: Convert DRAM controller to new-style stats
2019-05-22 Tiago Muckmem: Add invalid context id check on LLSC checks
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-14 Gabe Blackmem: Maintain a back door into the AbstractMem's backin...
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-02-06 Daniel R. Carvalhomem: Standardize mem folder header guards
2016-08-22 David Hashecpu, mem, sim: Change how KVM maps memory
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2013-05-30 Andreas Hanssonmem: Avoid explicitly zeroing the memory backing store
2013-01-07 Andreas Hanssonbase: Encapsulate the underlying fields in AddrRange
2012-10-15 Andreas HanssonMem: Separate the host and guest views of memory backin...
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-07-09 Andreas HanssonMem: Make members relating to range and size constant
2012-06-05 Dam SunwooMem: add per-master stats to physmem
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories