summaryrefslogtreecommitdiff
path: root/src/mem/ruby
AgeCommit message (Expand)Author
2019-05-12finally runs dhrystoneIru Cai
2019-05-12only spec load when hitIru Cai
2019-03-20invisispec-1.0 sourceIru Cai
2018-11-27arch, base, cpu, gpu, mem: Replace assert(0 or false with panic.Gabe Black
2018-11-07mem-ruby: Use Packet writing functions instead of memcpyDaniel R. Carvalho
2018-09-24mem-ruby: Fix a bug in MessageBuffer randomizationXianwei Zhang
2018-08-17scons,ruby: do not generate unnecessary filesBrandon Potter
2018-08-17ruby: remove unused code inside '#if 0 ... #endif'Brandon Potter
2018-07-23mem: Rename Packet::checkFunctional to trySatisfyFunctionalRobert Kovacsics
2018-06-12ruby: Fix initial weight in weighted LRUDaniel R. Carvalho
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2018-05-16style: fix amd license and style issuesTony Gutierrez
2018-05-03mem-ruby: Consistent dprintf formats for issue outcomesBrad Beckmann
2018-04-27sim,cpu,mem,arch: Introduced MasterInfo data structureGiacomo Travaglini
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2018-02-06mem: Standardize mem folder header guardsDaniel R. Carvalho
2017-12-15mem-ruby: Support atomic_noncaching acceses in rubySwapnil Haria
2017-12-05mem-ruby: Prevent ruby from crashing on CMOsNikos Nikoleris
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-11-10scons: Move Transform and termcap functionality into their own files.Gabe Black
2017-07-12ruby: Refactor some Event subclasses to lambdasSean 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-03-09ruby: fix MOESI_hammer directory to work with > 3GB memoryLena Olson
2017-03-07gpu-compute: Fix Python/C++ object hierarchy discrepanciesAndreas Sandberg
2017-02-12ruby: fix round robin arbiter in garnet2.0Tushar Krishna
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-15ruby: Detect garnet network-level deadlock.Jieming Yin
2016-12-05ruby: Remove RubyMemoryControl and associated filesAndreas Hansson
2016-12-02ruby: Fix overflow reported by ASAN in MessageBuffer.Matthew Poremba
2016-11-21ruby: Fix potential bugs in garnet2.0Jieming Yin
2016-11-21ruby: add default ctor for MachineID typeTony Gutierrez
2016-10-26ruby: Allow multiple outstanding DMA requestsMichael LeBeane
2016-10-26ruby: make a RequestDesc class instead of std::pairTony Gutierrez
2016-10-06ruby: Add M5_VAR_USED before variables used only inside assert in garnet2.0.Tushar Krishna
2016-10-06ruby: garnet2.0Tushar Krishna
2016-10-06ruby: remove the original garnet code.Tushar Krishna
2016-10-06config: add port directions and per-router delay in topology.Tushar Krishna
2016-10-06config: make internal links in network topology unidirectional.Tushar Krishna
2016-10-06ruby: rename ALPHA_Network_test protocol to Garnet_standalone.Tushar Krishna
2016-09-29ruby: correct size for partial memory writesBrad Beckmann