index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mem
/
simple_mem.cc
Age
Commit message (
Expand
)
Author
2019-04-28
mem: Minimize the use of MemObject.
Gabe Black
2019-04-19
mem: Add packet matching functions
Daniel R. Carvalho
2019-04-14
mem: Teach SimpleMem to return a MemBackdoor when appropriate.
Gabe Black
2019-03-19
arch, cpu, dev, gpu, mem, sim, python: start using getPort.
Gabe Black
2018-07-23
mem: Rename Packet::checkFunctional to trySatisfyFunctional
Robert Kovacsics
2018-04-06
mem: Remove unused 'using namespace'
Daniel R. Carvalho
2017-06-20
mem: Replace EventWrapper use with EventFunctionWrapper
Sean Wilson
2016-11-09
style: [patch 3/22] reduce include dependencies in some headers
Brandon Potter
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2016-02-10
mem: Move the point of coherency to the coherent crossbar
Andreas Hansson
2015-12-31
mem: Make cache terminology easier to understand
Andreas Hansson
2015-11-06
mem: Use the packet delays and do not just zero them out
Andreas Hansson
2015-11-06
mem: Align rules for sinking inhibited packets at the slave
Andreas Hansson
2015-11-06
mem: Unify delayed packet deletion
Andreas Hansson
2015-07-13
mem: Fix (ab)use of emplace to avoid temporary object creation
Andreas Hansson
2015-07-07
sim: Refactor and simplify the drain API
Andreas Sandberg
2015-07-07
sim: Make the drain state a global typed enum
Andreas Sandberg
2015-03-19
mem: Use emplace front/back for deferred packets
Andreas Hansson
2015-03-02
mem: Split port retry for all different packet classes
Andreas Hansson
2015-02-11
mem: Clarification of packet crossbar timings
Marco Balboni
2014-10-29
arm, mem: Fix drain bug and provide drain prints for more components.
Ali Saidi
2014-10-16
mem: Dynamically determine page bytes in memory components
Andreas Hansson
2014-09-20
mem: Rename Bus to XBar to better reflect its behaviour
Andreas Hansson
2014-09-19
mem: Check return value of checkFunctional in SimpleMemory
Andreas Hansson
2013-09-18
mem: Fix scheduling bug in SimpleMemory
Andreas Hansson
2013-08-19
mem: Add an internal packet queue in SimpleMemory
Andreas Hansson
2013-02-19
mem: Enforce strict use of busFirst- and busLastWordTime
Andreas Hansson
2013-01-08
mem: Fix use-after-free bug
Mitch Hayenga
2012-11-02
mem: fix use after free issue in memories until 4-phase work complete.
Ali Saidi
2012-11-02
sim: Move the draining interface into a separate base class
Andreas Sandberg
2012-10-15
Port: Add protocol-agnostic ports in the port hierarchy
Andreas Hansson
2012-09-18
Mem: Add a maximum bandwidth to SimpleMemory
Andreas Hansson
2012-07-12
Mem: Make SimpleMemory single ported
Andreas Hansson
2012-07-09
Port: Make getAddrRanges const
Andreas Hansson
2012-04-06
MEM: Enable multiple distributed generalized memories
Andreas Hansson