summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2017-06-27mem-cache: Add missing overrides to BaseCacheAndreas Sandberg
2017-06-20mem: Replace EventWrapper use with EventFunctionWrapperSean Wilson
2017-06-20mem: Replace EventWrapper in PacketQueue with EventFunctionWrapperSean Wilson
2017-06-20mem: Move the Rank construction logic to the Rank constructorSean Wilson
2017-06-15mem-garnet: Fix garnet statsJavier Cano-Cano
2017-06-13ruby: Add support for address ranges in the directoryNikos Nikoleris
2017-05-31ruby: Don't set the block data when a store conditional failsNikos Nikoleris
2017-04-05ruby: Fix MOESI_CMP_directory for new DMA status changes.Javier Cano-Cano
2017-03-09misc: add missing copyright/author information in previous commitPierre-Yves Péneau
2017-03-09ruby: fix MOESI_hammer directory to work with > 3GB memoryLena Olson
2017-03-07gpu-compute: Fix Python/C++ object hierarchy discrepanciesAndreas Sandberg
2017-03-03mem: Make blkAlign a common function between all tag classesNikos Nikoleris
2017-03-03mem: Use pkt::getBlockAddr instead of BaseCace::blockAlignNikos Nikoleris
2017-03-01ruby: fix and/or precedence in sliccLena Olson
2017-02-27syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s...Brandon Potter
2017-02-21mem: Remove unused size field from the CacheBlk classNikos Nikoleris
2017-02-21mem: Remove the unused asid field from the CacheBlk classNikos Nikoleris
2017-02-21mem: Remove unused arguments (asid/contex_id) from accessBlockNikos Nikoleris
2017-02-21mem: Remove unused type BlkList from the cache and the tagsNikos Nikoleris
2017-02-21mem: Remove unused functions from the tag classesNikos Nikoleris
2017-02-21mem: Always use the helper function to invalidate a blockNikos Nikoleris
2017-02-21mem: Fix MSHR assert triggering for invalidated prefetchesSascha Bischoff
2017-02-21mem: Populate the secure flag in the writeback visitorNikos Nikoleris
2017-02-21mem: Remove stale argument from a panic statementNikos Nikoleris
2017-02-19sim: Ensure draining is deterministicAndreas Hansson
2017-02-19mem: Ensure deferred snoops are cache-line alignedAndreas Hansson
2017-02-19mem: Fix memory footprint includesAndreas Hansson
2017-02-15mem, stats: fix typos in CommMonitor and StatsPierre-Yves Péneau
2017-02-15mem, misc: fix building issue with CommMonitor (unused variables)Pierre-Yves Péneau
2017-02-15mem: fix assertion in respondEventWendy Elsasser
2017-02-14mem: Update DRAM configuration namesWendy Elsasser
2017-02-12ruby: fix round robin arbiter in garnet2.0Tushar Krishna
2017-02-11mem: fix printing of 1st cache tags lineBjoern A. Zeeb
2017-02-09misc: add a MasterId to the ExternalPortChristian Menard
2017-01-27mem: Refactor CommMonitor stats, add basic atomic mode statsRahul Thakur
2017-01-27mem: Add memory footprint probeRahul Thakur
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2017-01-19ruby: guard usage of GPUCoalescer code in ProfilerTony Gutierrez
2017-01-19ruby: Check MessageBuffer space in garnet NetworkInterfaceMatthew Poremba
2017-01-19ruby: Add occupancy stats to MessageBuffersMatthew Poremba
2017-01-19ruby: Check all VNETs for injection in garnet NetworkInterfaceMatthew Poremba
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-12-20ruby: Make MessageBuffers actually finite sizedJoel Hestness
2016-12-20ruby: fix typo in DMASequencer::ackCallback()Tony Gutierrez
2016-12-20ruby: fix issue with unused var in DMASequencerTony Gutierrez
2016-12-19mem: Make the BaseXBar public to not confuse Python wrappersAndreas Sandberg
2016-12-15ruby: Detect garnet network-level deadlock.Jieming Yin
2016-12-05ruby: Remove RubyMemoryControl and associated filesAndreas Hansson
2016-12-05mem: Respond to InvalidateReq when the block is (pending) dirtyNikos Nikoleris
2016-12-05mem: Invalidate a blk when servicing the 1st invalidating targetNikos Nikoleris