summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2017-11-16ext, mem: Pull DRAMPower SHA 90d6290 and rebaseRadhika Jagtap
2017-11-10scons: Move Transform and termcap functionality into their own files.Gabe Black
2017-11-09mem: Align the snoop behavior in the XBar for atomic and timingNikos Nikoleris
2017-10-13mem: Signal the local monitor when clearing the global monitorNikos Nikoleris
2017-09-25mem: Fill the new packet ID fields with master IDs when tracing packets.Gabe Black
2017-09-25mem: Trace the request master ID in the MemTraceProbe.Gabe Black
2017-08-08mem-cache: Delete squashed HWPrefetchesPau Cabre
2017-07-12ruby: Refactor some Event subclasses to lambdasSean Wilson
2017-07-12kvm, mem: Refactor some Event subclasses into lambdasSean Wilson
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