Age | Commit message (Expand) | Author |
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 |
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 |
2015-07-07 | sim: Decouple draining from the SimObject hierarchy | Andreas Sandberg |
2015-07-07 | python: Remove redundant drain when changing memory modes | Andreas Sandberg |
2014-10-11 | sim: draining bug for fast-forwaring multiple cores | Andrew Lukefahr |
2014-01-24 | base: add support for probe points and common probes | Matt Horsnell |
2013-12-03 | sim: reset stats after startup | Nilay Vaish |
2013-11-25 | sim: simulate with multiple threads and event queues | Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E) |
2013-11-14 | tests: suppress output on switcheroo tests | Steve Reinhardt |
2013-07-18 | sim: Make MaxTick in Python match the one in C++ | Andreas Hansson |
2013-02-15 | sim: Add a system-global option to bypass caches | Andreas Sandberg |
2013-02-15 | config: Move CPU handover logic to m5.switchCpus() | Andreas Sandberg |
2013-01-07 | cpu: Introduce sanity checks when switching between CPUs | Andreas Sandberg |
2012-11-02 | sim: Add drain methods to request additional cleanup operations | Andreas Sandberg |
2012-11-02 | python: Rename doDrain()->drain() and make it do the right thing | Andreas Sandberg |
2012-11-02 | sim: Reuse the code to change memory mode. | Andreas Sandberg |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-11-02 | Partly revert [4f54b0f229b5] and move draining to m5.changeToTiming | Andreas Sandberg |
2012-09-25 | Statistics: Add a function to configure periodic stats dumping | Sascha Bischoff |
2012-09-25 | sim: Move CPU-specific methods from SimObject to the BaseCPU class | Andreas Sandberg |
2012-09-25 | sim: Remove SimObject::setMemoryMode | Andreas Sandberg |
2012-09-12 | Standard Switch: Drain the system before switching CPUs | Joel Hestness |
2012-09-07 | sim: Remove the unused SimObject::regFormulas method | Andreas Sandberg |
2012-05-10 | DOT: improved dot-based system visualization | Uri Wiener |
2012-05-10 | DOT: fixed broken code for visualizing configuration using dot | Uri Wiener |
2012-01-10 | config: Fix json output for Python lt 2.6. | Ali Saidi |
2012-01-09 | config: support outputing a pickle of the configuration tree | Ali Saidi |
2011-05-12 | stats: move code that loops over all stats into python | Nathan Binkert |
2011-04-20 | fix some build problems from prior changesets | Nathan Binkert |
2011-04-15 | python: cleanup python code so stuff doesn't automatically happen at startup | Nathan Binkert |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-08-17 | misc: add some AMD copyright notices | Steve Reinhardt |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-08-17 | sim: fold checkpoint restore code into instantiate() | Steve Reinhardt |
2010-08-17 | sim: clean up child handling | Steve Reinhardt |
2010-08-17 | sim: move iterating over SimObjects into Python. | Steve Reinhardt |
2010-08-17 | sim: make Python Root object a singleton | Steve Reinhardt |
2010-07-05 | sim: fold StartupCallback into SimObject | Steve Reinhardt |
2010-02-23 | stats: this makes some fixes to AverageStat and AverageVector. | Lisa Hsu |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert |
2009-03-05 | stats: create an enable phase, and a prepare phase. | Nathan Binkert |
2008-12-08 | output: Change default output directory and files and update tests. | Nathan Binkert |
2008-08-03 | sockets: Add a function to disable all listening sockets. | Nathan Binkert |
2007-08-30 | python: Write configuration file without reassigning sys.stdout. | Miles Kaufmann |
2007-08-04 | switching: Remove the drain and resume code from the switching code. | Nathan Binkert |
2007-08-04 | python: use the enum values in the memory mode changing code | Nathan Binkert |
2007-08-02 | python: Improve support for python calling back to C++ member functions. | Nathan Binkert |
2007-08-02 | python: need to import objects to make some calls work | Nathan Binkert |