summaryrefslogtreecommitdiff
path: root/src/sim/root.cc
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-09-21sim: Stop using loadState in the Root SimObject.Gabe Black
2017-06-20sim, x86: Replace EventWrapper use with EventFunctionWrapperSean Wilson
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-09-02sim: tag-based checkpoint versioningCurtis Dunham
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2013-11-25sim: simulate with multiple threads and event queuesSteve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2012-11-16sim: have a curTick per eventqNilay Vaish
2012-10-15Mem: Separate the host and guest views of memory backing storeAndreas Hansson
2012-06-05sim: Provide a framework for detecting out of data checkpoints and migrating ...Ali Saidi
2012-03-19clang: Fix recently introduced clang compilation errorsAndreas Hansson
2012-01-28SE/FS: Make SE vs. FS mode a runtime parameter.Gabe Black
2011-06-02copyright: clean up copyright blocksNathan Binkert
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-02-11Timesync: Make sure timesync event is setup after curTick is unserializedAli Saidi
2011-01-19TimeSync: Use the new setTick and getTick functions.Gabe Black
2011-01-19Time: Add a mechanism to prevent M5 from running faster than real time.Gabe Black
2011-01-10Root: Get rid of unnecessary includes in root.cc.Gabe Black
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt