Age | Commit message (Expand) | Author |
2017-12-20 | cpu: Fix exit_gen.cc which used misc.hh instead of logging.hh. | Gabe Black |
2017-12-19 | cpu-tester: Added ExitGen to TrafficGen | Riken Gohil |
2017-12-19 | cpu-tester: Refactoring traffic generators into separate files. | Riken Gohil |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-07-12 | testers: Refactor some Event subclasses to lambdas | Sean Wilson |
2017-06-20 | cpu, gpu-compute: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-12-05 | cpu: Change traffic generators to use different values for writes | Nikos Nikoleris |
2016-10-06 | ruby: rename networktest to garnet_synthetic_traffic. | Tushar Krishna |
2016-06-20 | mem: Resolve TrafficGen trace relative to the config | Andreas Sandberg |
2016-06-06 | stats: Fixing regStats function for some SimObjects | David Guillen Fandos |
2016-06-06 | sim: Call regStats of base-class as well | Stephan Diestelhorst |
2016-05-26 | cpu: Add a basic progress check to the TrafficGen | Andreas Hansson |
2016-04-07 | mem: Remove threadId from memory request class | Mitch Hayenga |
2016-04-07 | Revert to 74c1e6513bd0 (sim: Thermal support for Linux) | Andreas Sandberg |
2016-04-06 | Revert power patch sets with unexpected interactions | Andreas Sandberg |
2016-04-05 | mem: Remove threadId from memory request class | Mitch Hayenga |
2014-11-18 | power: Add power states to ClockedObject | Akash Bagdia |
2016-03-20 | cpu: warn if TrafficGen is suppressing a large numer of packets | Andreas Hansson |
2016-02-24 | cpu: TraceGen fix for tick frequency check | Matteo Andreozzi |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-07-20 | ruby: more flexible ruby tester support | Brad Beckmann |
2015-11-22 | cpu: Fix memory leak in traffic generator | Andreas Hansson |
2015-10-12 | misc: Add explicit overrides and fix other clang >= 3.5 issues | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-08-29 | ruby: eliminate type uint64 and int64 | Nilay Vaish |
2015-08-19 | ruby: reverts to changeset: bf82f1f7b040 | Nilay Vaish |
2015-08-14 | ruby: eliminate type uint64 and int64 | Nilay Vaish |
2015-08-14 | ruby: replace Address by Addr | Nilay Vaish |
2015-08-11 | ruby: drop some redundant includes | Nilay Vaish |
2015-07-10 | ruby: replace global g_abs_controls with per-RubySystem var | Brandon Potter |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-03-19 | cpu: Fix TrafficGen message format | Wendy Elsasser |
2015-03-02 | mem: Split port retry for all different packet classes | Andreas Hansson |
2015-03-02 | cpu: Add a PC-value to the traffic generator requests | Stephan Diestelhorst |
2015-02-16 | cpu: TrafficGen sinks snoops without complaining | Andreas Hansson |
2015-02-11 | cpu: Tidy up the MemTest and make false sharing more obvious | Andreas Hansson |
2015-01-22 | mem: Clean up Request initialisation | Andreas Hansson |
2014-12-02 | mem: Assume all dynamic packet data is array allocated | 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-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-09-20 | cpu: Update DRAM traffic gen | Wendy Elsasser |
2014-09-19 | misc: Use safe_cast when assumptions are made about return value | Andreas Hansson |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-09-03 | base: Use the global Mersenne twister throughout | Andreas Hansson |
2014-09-01 | mem: change the namespace Message to ProtoMessage | Nilay Vaish |
2014-09-01 | ruby: eliminate type Time | Nilay Vaish |