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
/
systemc
/
core
/
scheduler.cc
Age
Commit message (
Expand
)
Author
2018-10-16
systemc: Switch to using predefined messages for core.
Gabe Black
2018-10-16
systemc: Refactor reporting to prep for int based messages.
Gabe Black
2018-10-16
systemc: If a process hasn't started, still signal its reset event.
Gabe Black
2018-10-16
systemc: Run delta notifications in reverse insertion order.
Gabe Black
2018-10-16
systemc: Clear the current process when done with the eval phase.
Gabe Black
2018-10-16
systemc: Modify reportifyException to keep sc_reports in scope.
Gabe Black
2018-10-16
systemc: Implement signal based resets.
Gabe Black
2018-10-16
systemc: Implement the synchronous reset state.
Gabe Black
2018-10-16
systemc: Implement general and VCD trace support.
Gabe Black
2018-10-16
systemc: Don't schedule the ready event unnecessarily.
Gabe Black
2018-10-09
systemc: Change how the scheduler orders processes.
Gabe Black
2018-10-09
systemc: Rework how delayed sensitivities are handled.
Gabe Black
2018-10-09
systemc: Add some error checks to some classes.
Gabe Black
2018-10-09
systemc: Keep all pre-init processes on a single list.
Gabe Black
2018-10-09
systemc: Catch exceptions during updates, notifications, and callbacks.
Gabe Black
2018-10-09
systemc: Track the scheduler status using an enum instead of bools.
Gabe Black
2018-10-09
systemc: Fortify how exceptions are caught and passed around.
Gabe Black
2018-10-09
systemc: Warn if a process is dont_initialize with no static sensitivieis.
Gabe Black
2018-10-09
systemc: Match how Accellera schedules processes even more closely.
Gabe Black
2018-10-03
systemc: When stopping immediately, block new processes/updates.
Gabe Black
2018-10-03
systemc: Toggle off clumping methods together in the ready list.
Gabe Black
2018-10-03
systemc: Store timed notifications in a list instead of a set.
Gabe Black
2018-10-03
systemc: Add a "changeStamp" value to the scheduler.
Gabe Black
2018-10-03
systemc: Keep track of more cases when we should be ready after resume.
Gabe Black
2018-09-26
systemc: Fix some issues with starvation checks.
Gabe Black
2018-09-26
systemc: When sc_start-ing with zero time, ensure the ready event runs.
Gabe Black
2018-09-26
systemc: Make sure methods aren't restarted by yield.
Gabe Black
2018-09-26
systemc: Use the eq pointer directly less often in the scheduler.
Gabe Black
2018-09-25
systemc: Clear out the scheduler more agressively and with common code.
Gabe Black
2018-09-25
systemc: Make sure no delta cycles are scheduled when stopping.
Gabe Black
2018-09-25
systemc: Improve scheduler cleanup.
Gabe Black
2018-09-25
systemc: Generalize gem5 style event scheduling.
Gabe Black
2018-09-25
systemc: Make sure sc_start waits for simulation even when starving.
Gabe Black
2018-09-25
systemc: Rework the init phase for the new way delta notes are handled.
Gabe Black
2018-09-25
systemc: Don't run the ready event inline when unpausing.
Gabe Black
2018-09-25
systemc: Rework how delta and timed notifications/timeouts are tracked.
Gabe Black
2018-09-20
systemc: When sc_start is told to run zero time, do one delta cycle.
Gabe Black
2018-09-20
systemc: Ensure delta notifications happen at the right time after sc_pause.
Gabe Black
2018-09-20
systemc: Don't schedule the update phase if the event queue is null.
Gabe Black
2018-09-11
systemc: Ignore direct requests to mark a process as ready.
Gabe Black
2018-09-11
systemc: Fill out process handle kill and reset mechanisms.
Gabe Black
2018-09-11
systemc: Implement the SC_EXIT_ON_STARVATION exit mode.
Gabe Black
2018-09-11
systemc: Handle event notifications scheduled before sc_start.
Gabe Black
2018-09-11
systemc: Implement the various sc_module stage callbacks.
Gabe Black
2018-09-05
systemc: Implement pending activity related functions
Gabe Black
2018-09-05
systemc: Implement sc_pause, sc_stop, and re-sc_start-ing.
Gabe Black
2018-09-05
systemc: Handle suspended processes and handle sensitivity overload.
Gabe Black
2018-09-05
systemc: Implement the sensitivity mechanism.
Gabe Black
2018-09-05
systemc: Implement channel updates and rework the scheduler.
Gabe Black
2018-09-05
systemc: Partially implement the scheduler.
Gabe Black