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
/
sim_events.cc
Age
Commit message (
Expand
)
Author
2012-11-16
sim: have a curTick per eventq
Nilay Vaish
2012-11-02
sim: Move the draining interface into a separate base class
Andreas Sandberg
2012-11-02
sim: Fix as issue where exit events on instr queues are used after freed.
Ali Saidi
2011-09-22
event: minor cleanup
Steve Reinhardt
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2011-01-07
sim: clean up CountedDrainEvent slightly.
Steve Reinhardt
2011-01-07
sim: delete unused CheckSwapEvent code.
Steve Reinhardt
2011-01-07
pseudoinst: get rid of mainEventQueue references.
Steve Reinhardt
2010-07-05
sim: fold StartupCallback into SimObject
Steve Reinhardt
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-07-10
eventq: Clean up the Event class so that it uses fewer bytes. This
Nathan Binkert
2008-02-06
Make the Event::description() a const function
Stephen Hines
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2006-10-06
there are two main thrusts of this changeset.
Lisa Hsu
2006-07-05
Rename quiesce to drain to avoid confusion with the pseudo instruction.
Kevin Lim
2006-06-29
Add in support for quiescing the system, taking checkpoints, restoring from c...
Kevin Lim
2006-06-09
Move main control from C++ into Python.
Steve Reinhardt
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt