Age | Commit message (Expand) | Author |
2015-08-14 | ruby: Expose MessageBuffers as SimObjects | Joel Hestness |
2015-08-14 | ruby: Change PerfectCacheMemory::lookup to return pointer | Joel Hestness |
2015-08-14 | ruby: Remove the RubyCache/CacheMemory latency | Joel Hestness |
2015-08-07 | base: Declare a type for context IDs | Andreas Sandberg |
2015-08-03 | uby: Fix checkpointing and restore | Timothy Jones |
2015-08-01 | ruby: removed invalid assert in message comparitor | Brad Beckmann |
2015-07-20 | ruby: improved stall and wait debugging | Brad Beckmann |
2015-07-20 | ruby: change router pipeline stages to 2 | David Hashe |
2015-07-20 | ruby: change advance_stage for flit_d | David Hashe |
2015-07-20 | ruby: expose access permission to replacement policies | David Hashe |
2015-07-20 | ruby: adds size and empty apis to the msg buffer stallmap | David Hashe |
2015-07-20 | ruby: fix deadlock bug in banked array resource checks | David Hashe |
2015-07-20 | ruby: Fix for stallAndWait bug | David Hashe |
2015-07-20 | ruby: allocate a block in CacheMemory without updating LRU state | David Hashe |
2015-07-20 | ruby: speed up function used for cache walks | David Hashe |
2015-07-20 | ruby: initialize replacement policies with their own simobjs | David Hashe |
2015-07-20 | ruby: give access to cache tag/data latencies from SLICC | David Hashe |
2015-07-20 | slicc: support for multiple message types on the same buffer | David Hashe |
2015-07-20 | mem: Hit callback delay fix | David Hashe |
2015-07-20 | ruby: re-added the addressToInt slicc interface function | Brad Beckmann |
2015-07-20 | ruby: add useful dprints to sequencer | Brad Beckmann |
2015-07-24 | ruby: dma sequencer: removes redundant code | Brandon Potter |
2015-07-22 | ruby: network: NetworkLink inherits from Consumer now. | Nilay Vaish |
2015-07-10 | ruby: replace global g_abs_controls with per-RubySystem var | Brandon Potter |
2015-07-10 | ruby: replace global g_system_ptr with per-object pointers | Brandon Potter |
2015-07-10 | ruby: replace g_ruby_start with per-RubySystem m_start_cycle | Brandon Potter |
2015-07-10 | ruby: remove extra whitespace and correct misspelled words | Brandon Potter |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Decouple draining from the SimObject hierarchy | Andreas Sandberg |
2015-07-07 | sim: Make the drain state a global typed enum | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-07-04 | ruby: drop NetworkMessage class | Nilay Vaish |
2015-07-04 | ruby: remove message buffer node | Nilay Vaish |
2015-07-03 | mem: Split WriteInvalidateReq into write and invalidate | Andreas Hansson |
2015-06-25 | ruby: message: remove a data member added by mistake | Nilay Vaish |
2015-06-25 | Ruby: Remove assert in RubyPort retry list logic | Jason Power |
2015-05-26 | ruby: Deprecation warning for RubyMemoryControl | Andreas Hansson |
2015-05-19 | ruby: Fix RubySystem warm-up and cool-down scope | Joel Hestness |
2015-04-29 | ruby: set: replace long by unsigned long | Nilay Vaish |
2015-04-13 | ruby: allow restoring from checkpoint when using DRAMCtrl | Lena Olson |
2015-03-23 | mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW | Steve Reinhardt |
2015-03-02 | mem: Split port retry for all different packet classes | Andreas Hansson |
2015-02-26 | Ruby: Update backing store option to propagate through to all RubyPorts | Jason Power |
2015-01-22 | mem: Always use SenderState for response routing in RubyPort | Andreas Hansson |
2015-01-22 | mem: Clean up Request initialisation | Andreas Hansson |
2014-12-02 | mem: Add const getters for write packet data | Andreas Hansson |
2014-12-02 | mem: Remove null-check bypassing in Packet::getPtr | Andreas Hansson |
2014-11-12 | mem: Delete unused variable in Garnet NetworkLink | Mitch Hayenga |
2014-11-06 | ruby: provide a backing store | Nilay Vaish |
2014-11-06 | ruby: interface with classic memory controller | Nilay Vaish |