sim: Add a returnInto function to the SyscallDesc class.
[gem5.git] / src / sim / simulate.cc
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blacksim: Delete authors lists from files in sim.
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-05-02 Andreas Sandbergbase, sim, dev: Remove SWIG
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2015-03-26 Curtis Dunhamsim: Update limit_event reuse to final version
2015-03-23 Curtis Dunhamsim: Reuse the same limit_event in simulate()
2014-12-19 Curtis Dunhamsim: prioritize async events; prevent starvation
2014-04-03 Andreas Sandbergsim: Add the ability to lock and migrate between event...
2014-03-06 Andreas Sandbergsim: Schedule the global sync event at curTick() +...
2013-11-29 Andreas Sandbergbase: Fix race in PollQueue and remove SIGALRM workaround
2013-11-25 Steve Reinhardt... sim: simulate with multiple threads and event queues
2013-06-11 Andreas Sandbergsim: Revert [34e3295b0e39] (sim: Fix early termination...
2013-01-08 Tao Zhangsim: Fix early termination in multi-core simulation...
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-08-28 Anthony Gutierrezsim: fix overflow check in simulate because Tick is...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-08 Steve Reinhardtstats: rename StatEvent() function to schedStatEvent().
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-01-31 Ali SaidiErrors: Use the correct panic/warn/fatal/info message...
2008-10-10 Nathan BinkertRename the info function to inform to avoid likely...
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertoutput: Make panic/fatal/warn more flexible so we can...
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-23 Ron DreslinskiMerge zizzer:/bk/newmem
2007-04-19 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-18 Nathan Binkertfix SIGUSR1 and SIGUSR2 by clearing the variables after
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-04 Ali SaidiMerge zizzer:/bk/newmem
2007-03-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Nathan BinkertFactor code out of main.cc and main.i into a bunch...