mem-cache: Fix setting prefetch bit
[gem5.git] / src / mem / abstract_mem.cc
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
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-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-26 Gabe Blackmem: When loading an image directly in memory, use...
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Gabe Blackmem: Remove #if THE_ISA in the AbstractMemory class.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-20 Gabe Blackmem: Use the System object's getGuestByteOrder in Abstr...
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-09 Gabe Blackarch,base,cpu,kerm,sim: Build a symbol table for object...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-19 Gabe Blackarch,base,cpu,sim: Statically allocate debugSymbolTable.
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
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-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-05-11 Giacomo Gabriellicpu,mem: Add support for partial loads/stores and wide...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-19 Daniel R. Carvalhomem: Allow packet to provide its own addr range
2019-04-14 Gabe Blackmem: Maintain a back door into the AbstractMem's backin...
2018-12-07 Giacomo Travaglinimem: Compile tracePacket only when TRACING_ON is defined
2018-11-05 Daniel R. Carvalhomem: Use Packet writing functions instead of memcpy
2018-10-18 Gabe Blackmem: Explicitly specify the endianness in the abstract...
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2017-12-05 Nikos Nikolerismem: Ignore clean requests in the abstract memory
2017-10-13 Nikos Nikolerismem: Signal the local monitor when clearing the global...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-09-29 Brad Beckmannmem: minor dprintf fix to abstract mem
2016-08-22 David Hashecpu, mem, sim: Change how KVM maps memory
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-01-19 Tony Gutierrez* * *
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-11-06 Andreas Hanssonmem: Add an option to perform clean writebacks from...
2015-09-30 Mitch Hayengacpu,isa,mem: Add per-thread wakeup logic
2015-07-03 Ali Jafrimem: Add clean evicts to improve snoop filter tracking
2014-12-02 Curtis Dunhammem: Support WriteInvalidate (again)
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-03-07 Ali Saidimem: Wakeup sleeping CPUs without caches on LLSC
2013-10-17 Ali Saidimem: Make MemoryAccess flag more verbose
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
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 HanssonMem: Remove the file parameter from AbstractMemory
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-09-10 Marco ElverMem: Allow serializing of more than INT_MAX bytes
2012-07-09 Andreas HanssonMem: Make members relating to range and size constant
2012-06-29 Matt EvansMem: Fix a livelock resulting in LLSC/locked memory...
2012-06-05 Dam SunwooMem: add per-master stats to physmem
2012-05-10 Ali Saidigem5: assert before indexing intro arrays to verify...
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories