Age | Commit message (Expand) | Author |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-12-20 | ruby: Make MessageBuffers actually finite sized | Joel Hestness |
2016-12-20 | ruby: fix typo in DMASequencer::ackCallback() | Tony Gutierrez |
2016-12-20 | ruby: fix issue with unused var in DMASequencer | Tony Gutierrez |
2016-12-19 | mem: Make the BaseXBar public to not confuse Python wrappers | Andreas Sandberg |
2016-12-15 | ruby: Detect garnet network-level deadlock. | Jieming Yin |
2016-12-05 | ruby: Remove RubyMemoryControl and associated files | Andreas Hansson |
2016-12-05 | mem: Respond to InvalidateReq when the block is (pending) dirty | Nikos Nikoleris |
2016-12-05 | mem: Invalidate a blk when servicing the 1st invalidating target | Nikos Nikoleris |
2016-12-05 | mem: Allow non invalidating snoops on an InvalidateReq MSHR | Nikos Nikoleris |
2016-12-05 | mem: Don't use hasSharers in the snoopFilter for memory responses | Nikos Nikoleris |
2016-12-05 | mem: Always use InvalidateReq to service WriteLineReq misses | Nikos Nikoleris |
2016-12-05 | mem: Assert that the responderHadWritable is set only once | Nikos Nikoleris |
2016-12-05 | mem: Ensure InvalidateReq is considered isForward by MSHRs | Andreas Hansson |
2016-12-05 | mem: Make packet debug printing more uniform | Nikos Nikoleris |
2016-12-05 | mem: Service only the 1st FromCPU MSHR target on ReadRespWithInv | Nikos Nikoleris |
2016-12-05 | mem: Keep track of allocOnFill in the TargetList | Nikos Nikoleris |
2016-12-05 | mem: Add support for repopulating the flags of an MSHR TargetList | Nikos Nikoleris |
2016-12-02 | ruby: Fix overflow reported by ASAN in MessageBuffer. | Matthew Poremba |
2016-11-30 | mem: Split the hit_latency into tag_latency and data_latency | Sophiane Senni |
2016-11-21 | ruby: Fix potential bugs in garnet2.0 | Jieming Yin |
2016-11-21 | ruby: add default ctor for MachineID type | Tony Gutierrez |
2016-11-19 | ruby: init MessageSizeType of SequencerMsg to Request_Control | Sooraj Puthoor |
2016-10-26 | hsail,gpu-compute: fixes to appease clang++ | Tony Gutierrez |
2016-10-26 | ruby: Allow multiple outstanding DMA requests | Michael LeBeane |
2016-10-26 | ruby: make a RequestDesc class instead of std::pair | Tony Gutierrez |
2016-10-13 | mem: add DRAM powerdown current | Omar Naji |
2016-10-13 | mem: Add DRAM low-power functionality | Wendy Elsasser |
2016-10-13 | mem: Add callback to compute stats prior to dump event | Wendy Elsasser |
2016-10-13 | mem: Modify drain to ensure banks and power are idled | Wendy Elsasser |
2016-10-13 | mem: Sort memory commands and update DRAMPower | Wendy Elsasser |
2016-10-13 | mem: update DDR3 die revision | Omar Naji |
2016-10-13 | mem: add DRAM powerdown timing | Omar Naji |
2016-10-13 | mem: make DDR4 x16 | Omar Naji |
2016-10-06 | ruby: Add M5_VAR_USED before variables used only inside assert in garnet2.0. | Tushar Krishna |
2016-10-06 | ruby: garnet2.0 | Tushar Krishna |
2016-10-06 | ruby: remove the original garnet code. | Tushar Krishna |
2016-10-06 | config: add port directions and per-router delay in topology. | Tushar Krishna |
2016-10-06 | config: make internal links in network topology unidirectional. | Tushar Krishna |
2016-10-06 | ruby: rename ALPHA_Network_test protocol to Garnet_standalone. | Tushar Krishna |
2016-09-29 | ruby: correct size for partial memory writes | Brad Beckmann |
2016-09-29 | mem: minor dprintf fix to abstract mem | Brad Beckmann |
2016-08-22 | cpu, mem, sim: Change how KVM maps memory | David Hashe |
2016-08-15 | mem: Print an MSHR without triggering any assertions | Nikos Nikoleris |
2016-08-12 | mem: Add support for secure packets in the snoop filter | Nikos Nikoleris |
2016-08-12 | mem: Add snoop filter to SystemXBar by default | Andreas Hansson |
2016-08-12 | mem: Use FromCache attribute in snoop filter allocation | Andreas Hansson |
2016-08-12 | mem: Update mostly exclusive policy even further | Andreas Hansson |
2016-08-12 | mem: Update mostly exclusive cache policy to cover more cases | Andreas Hansson |
2016-08-12 | mem: Add a FromCache packet attribute | Andreas Hansson |