index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sim
/
simulate.cc
Age
Commit message (
Expand
)
Author
2015-03-26
sim: Update limit_event reuse to final version
Curtis Dunham
2015-03-23
sim: Reuse the same limit_event in simulate()
Curtis Dunham
2014-12-19
sim: prioritize async events; prevent starvation
Curtis Dunham
2014-04-03
sim: Add the ability to lock and migrate between event queues
Andreas Sandberg
2014-03-06
sim: Schedule the global sync event at curTick() + simQuantum
Andreas Sandberg
2013-11-29
base: Fix race in PollQueue and remove SIGALRM workaround
Andreas Sandberg
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-06-11
sim: Revert [34e3295b0e39] (sim: Fix early termination in mult...)
Andreas Sandberg
2013-01-08
sim: Fix early termination in multi-core simulation under SE mode.
Tao Zhang
2012-11-16
sim: have a curTick per eventq
Nilay Vaish
2012-08-27
sim: fix overflow check in simulate because Tick is now unsigned
Anthony Gutierrez
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2011-01-07
stats: rename StatEvent() function to schedStatEvent().
Steve Reinhardt
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-01-30
Errors: Use the correct panic/warn/fatal/info message in some places.
Ali Saidi
2008-10-10
Rename the info function to inform to avoid likely name conflicts
Nathan Binkert
2008-10-10
output: Make panic/fatal/warn more flexible so we can add some new ones.
Nathan Binkert
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2007-04-18
fix SIGUSR1 and SIGUSR2 by clearing the variables after
Nathan Binkert
2007-03-02
Factor code out of main.cc and main.i into a bunch of files
Nathan Binkert