ruby: Implement SwapReq support
[gem5.git] / src / mem / simple_mem.cc
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