Age | Commit message (Expand) | Author |
2017-09-26 | sim: Add a get_config_as_dict to the NullSimObject class. | Gabe Black |
2017-09-26 | sim: Don't add the NULL SimObject as a child of other SimObjects. | Gabe Black |
2017-09-26 | sim: Give the NullSimObject singleton a _name. | Gabe Black |
2017-09-26 | sim: Add a NullSimObject.descendants function. | Gabe Black |
2017-09-26 | sim: Add a clear_parent function to NullSimObject. | Gabe Black |
2017-09-26 | sim: Check the SimObjectVector.has_parent function to use the "any" function. | Gabe Black |
2017-09-26 | sim: Only consider non-NULL elements in SimObjectVector.has_parent. | Gabe Black |
2017-09-26 | sim: Add a set_parent to NullSimObject which does nothing. | Gabe Black |
2017-05-31 | python: Fix unproxing of VectorParams | Nikos Nikoleris |
2017-05-24 | python: Fix PyEvent reference counting bug | Andreas Sandberg |
2017-05-22 | python: Prevent Python wrappers from deleting SimObjects | Andreas Sandberg |
2017-05-22 | python: Fix weird memory issue in wrapped AddrRange vectors | Andreas Sandberg |
2017-05-19 | python: Remove unused readline import | Andreas Sandberg |
2017-05-16 | python: Add a helper function to create Python events | Andreas Sandberg |
2017-05-15 | style: fix line lengths and include ordering | Brandon Potter |
2017-05-09 | misc: Add the --listener-loopback-only command line option. | Gabe Black |
2017-05-09 | misc: Expose the listener loopbackOnly function to python. | Gabe Black |
2017-05-09 | python: Fix debug flag listing regression | Andreas Sandberg |
2017-05-02 | python: Remove SWIG | Andreas Sandberg |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-03-21 | python: Automatically disable listeners in batch setups | Andreas Sandberg |
2017-02-27 | python: Add a generalized mechanism to configure stats | Andreas Sandberg |
2017-01-27 | python: Move native wrappers to the _m5 namespace | Andreas Sandberg |
2017-01-03 | python: Don't use Swig to cast stats | Andreas Sandberg |
2017-01-03 | sim: Remove redundant export_method_cxx_predecls | Andreas Sandberg |
2016-12-19 | python: Export periodicStatDump | Andreas Sandberg |
2016-09-15 | base: eliminate ipython warning | Curtis Dunham |
2016-09-13 | base: Output all AddrRange parameters to config.ini | Matt Poremba |
2016-05-27 | power: Allow voltage to be configured via cmd line | Akash Bagdia |
2016-04-06 | misc: Bail out of DVFS dot if we cannot resolve the domains | Sascha Bischoff |
2015-12-15 | misc: Add secondary dot output for DVFS domains | Sascha Bischoff |
2016-03-30 | style: Refactor the style checker as a Python package | Andreas Sandberg |
2015-11-26 | sim: Add support for forking | Andreas Sandberg |
2015-11-26 | sim: Add support for notifying Drainable objects of a fork | Andreas Sandberg |
2016-02-13 | configs: add command-line option to stop debug output | Michael LeBeane |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2016-01-17 | sim: fix redundant --debug-start help string | Steve Reinhardt |
2016-01-17 | sim: don't ignore SIG_TRAP | Steve Reinhardt |
2015-12-01 | config: Fix broken SimObject listing | Andreas Sandberg |
2015-11-22 | config: Added missing types to JSON/INI Python reader | Andrew Bardsley |
2015-10-06 | sim: print pid in output header | Steve Reinhardt |
2015-09-30 | base: remove Trace::enabled flag | Curtis Dunham |
2015-07-07 | sim: Decouple draining from the SimObject hierarchy | Andreas Sandberg |
2015-07-07 | sim: Move mem(Writeback|Invalidate) to SimObject | Andreas Sandberg |
2015-07-07 | python: Remove redundant drain when changing memory modes | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-03-23 | misc: quote args in echoed command line | Steve Reinhardt |
2015-02-03 | base: Add XOR-based hashed address interleaving | Andreas Hansson |
2015-02-03 | config: Fix typo in Float param | Geoffrey Blake |
2014-12-02 | scons: Ensure dictionary iteration is sorted by key | Andreas Hansson |