misc: Merge branch v20.1.0.3 hotfix into develop
[gem5.git] / src / systemc / core / kernel.cc
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
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 Blacksystemc: Delete authors lists from systemc files.
2019-02-21 Gabe Blacksystemc: Handle exceptions "correctly" even if sc_main...
2018-11-09 Gabe Blacksystemc: Seperate out the sc_main fiber and its bookkee...
2018-10-16 Gabe Blacksystemc: Change the point where elaboration is consider...
2018-10-16 Gabe Blacksystemc: Add missing sc_interface::register_port, and...
2018-10-09 Gabe Blacksystemc: Rework how delayed sensitivities are handled.
2018-10-09 Gabe Blacksystemc: Centralize module callbacks and report new...
2018-10-09 Gabe Blacksystemc: Catch exceptions during updates, notifications...
2018-10-09 Gabe Blacksystemc: Remove a redundant call to update() from the...
2018-10-03 Gabe Blacksystemc: Ensure sc_stop during callbacks actually stops.
2018-10-03 Gabe Blacksystemc: Track the module who's end_of_elaboration...
2018-09-26 Gabe Blacksystemc: Fix where we checked if sc_stop was called...
2018-09-25 Gabe Blacksystemc: If sc_main returns, don't do any more systemc...
2018-09-25 Gabe Blacksystemc: Rework the init phase for the new way delta...
2018-09-20 Gabe Blacksystemc: Track exports and prim channels, and call...
2018-09-20 Gabe Blacksystemc: Implement port binding except positional binding.
2018-09-20 Gabe Blacksystemc: Track the module in the end_of_elaboration...
2018-09-20 Gabe Blacksystemc: Set the scheduler's event queue earlier.
2018-09-11 Gabe Blacksystemc: Make some functions of the kernel static.
2018-09-11 Gabe Blacksystemc: Implement the various sc_module stage callbacks.
2018-09-05 Gabe Blacksystemc: Implement the sensitivity mechanism.
2018-09-05 Gabe Blacksystemc: Implement channel updates and rework the sched...
2018-09-05 Gabe Blacksystemc: Partially implement the scheduler.
2018-07-24 Gabe Blacksystemc: Seperate the "external" header interface.