arch-power: Add population count instructions
[gem5.git] / src / mem / simple_mem.cc
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
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-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
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-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-19 Daniel R. Carvalhomem: Add packet matching functions
2019-04-14 Gabe Blackmem: Teach SimpleMem to return a MemBackdoor when appro...
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-04-06 Daniel R. Carvalhomem: Remove unused 'using namespace'
2017-06-20 Sean Wilsonmem: Replace EventWrapper use with EventFunctionWrapper
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-02-10 Andreas Hanssonmem: Move the point of coherency to the coherent crossbar
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-11-06 Andreas Hanssonmem: Use the packet delays and do not just zero them out
2015-11-06 Andreas Hanssonmem: Align rules for sinking inhibited packets at the...
2015-11-06 Andreas Hanssonmem: Unify delayed packet deletion
2015-07-13 Andreas Hanssonmem: Fix (ab)use of emplace to avoid temporary object...
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-03-19 Andreas Hanssonmem: Use emplace front/back for deferred packets
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-11 Marco Balbonimem: Clarification of packet crossbar timings
2014-10-30 Ali Saidiautomated merge
2014-10-30 Ali Saidiarm, mem: Fix drain bug and provide drain prints for...
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-09-19 Andreas Hanssonmem: Check return value of checkFunctional in SimpleMemory
2013-09-18 Andreas Hanssonmem: Fix scheduling bug in SimpleMemory
2013-08-19 Andreas Hanssonmem: Add an internal packet queue in SimpleMemory
2013-02-19 Andreas Hanssonmem: Enforce strict use of busFirst- and busLastWordTime
2013-01-08 Mitch Hayengamem: Fix use-after-free bug
2012-11-02 Ali Saidimem: fix use after free issue in memories until 4-phase...
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-09-18 Andreas HanssonMem: Add a maximum bandwidth to SimpleMemory
2012-07-12 Andreas HanssonMem: Make SimpleMemory single ported
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories