dev-arm: Fix GICv2 cpu interrupt enable flag
[gem5.git] / src / systemc /
2018-09-26 Gabe Blacksystemc: Report errors when proc ctrl funcs are called...
2018-09-26 Gabe Blacksystemc: Abort verify.py if no tests were selected.
2018-09-26 Gabe Blacksystemc: Make verify.py run the tests from the director...
2018-09-26 Gabe Blacksystemc: Add a --working-dir option to the test config.py.
2018-09-26 Gabe Blacksystemc: Change the test binaries to use rpath.
2018-09-26 Gabe Blacksystemc: Handle sc_stop called from sc_main correctly.
2018-09-26 Gabe Blacksystemc: Fix some issues with starvation checks.
2018-09-26 Gabe Blacksystemc: When sc_start-ing with zero time, ensure the...
2018-09-26 Gabe Blacksystemc: Fix where we checked if sc_stop was called...
2018-09-26 Gabe Blacksystemc: Make sure methods aren't restarted by yield.
2018-09-26 Gabe Blacksystemc: When a thread completes, yield to the scheduler.
2018-09-26 Gabe Blacksystemc: Implement positional binding.
2018-09-26 Gabe Blacksystemc: Use sc_assert to check the number of interfaces.
2018-09-26 Gabe Blacksystemc: Get rid of the unused warning function in...
2018-09-26 Gabe Blacksystemc: Use the eq pointer directly less often in...
2018-09-26 Gabe Blacksystemc: Make sc_process_b less hokey, and make WAIT...
2018-09-25 Gabe Blacksystemc: Handle null and omitted event names.
2018-09-25 Gabe Blacksystemc: Handle null sc_object names.
2018-09-25 Gabe Blacksystemc: Check for time overflow in sc_start.
2018-09-25 Gabe Blacksystemc: Handle sc_time_stamp before any sc_time is...
2018-09-25 Gabe Blacksystemc: Make the test config retrieve sc_main results.
2018-09-25 Gabe Blacksystemc: Keep track of how sc_main completes and expose...
2018-09-25 Gabe Blacksystemc: Make the report handler handle null messages.
2018-09-25 Gabe Blacksystemc: If no sc_module_name was used, throw an error.
2018-09-25 Gabe Blacksystemc: If an event is a delta notification, checked...
2018-09-25 Gabe Blacksystemc: If sc_main returns, don't do any more systemc...
2018-09-25 Gabe Blacksystemc: Clear out the scheduler more agressively and...
2018-09-25 Gabe Blacksystemc: Override notifyWork for timeout/event_and_list...
2018-09-25 Gabe Blacksystemc: Make sure no delta cycles are scheduled when...
2018-09-25 Gabe Blacksystemc: Make sure an immediate notification overrides...
2018-09-25 Gabe Blacksystemc: Improve scheduler cleanup.
2018-09-25 Gabe Blacksystemc: Implement most of sc_inout.
2018-09-25 Gabe Blacksystemc: Make sc_out delegate to its base class sc_inout.
2018-09-25 Gabe Blacksystemc: Generalize gem5 style event scheduling.
2018-09-25 Gabe Blacksystemc: Make sure sc_start waits for simulation even...
2018-09-25 Gabe Blacksystemc: Rework the init phase for the new way delta...
2018-09-25 Gabe Blacksystemc: Make a test use cout for all its messages.
2018-09-25 Gabe Blacksystemc: Implement a significant portion of sc_clock.
2018-09-25 Gabe Blacksystemc: Don't run the ready event inline when unpausing.
2018-09-25 Gabe Blacksystemc: Rework how delta and timed notifications/timeo...
2018-09-20 Gabe Blacksystemc: When sc_start is told to run zero time, do...
2018-09-20 Gabe Blacksystemc: Don't run clocked thread processes during...
2018-09-20 Gabe Blacksystemc: Track exports and prim channels, and call...
2018-09-20 Gabe Blacksystemc: Fix the priority of the maximum time event.
2018-09-20 Gabe Blacksystemc: Implement a little more of sc_time.
2018-09-20 Gabe Blacksystemc: Teach verify.py to ignore another deprecation...
2018-09-20 Gabe Blacksystemc: Generalize ignoring info messages in the refer...
2018-09-20 Gabe Blacksystemc: Implement the sc_in class.
2018-09-20 Gabe Blacksystemc: Implement port binding except positional binding.
2018-09-20 Gabe Blacksystemc: Make BindInfo track ports or interfaces.
2018-09-20 Gabe Blacksystemc: Implement sc_event_finder.
2018-09-20 Gabe Blacksystemc: Exclude two more tests which have undefined...
2018-09-20 Gabe Blacksystemc: Ensure delta notifications happen at the right...
2018-09-20 Gabe Blacksystemc: Implement sc_export.
2018-09-20 Gabe Blacksystemc: Don't schedule the update phase if the event...
2018-09-20 Gabe Blacksystemc: Use an std::list to track all modules.
2018-09-20 Gabe Blacksystemc: Track the module in the end_of_elaboration...
2018-09-20 Gabe Blacksystemc: Partially implement the sc_signal class template.
2018-09-20 Gabe Blacksystemc: Add a nonstandard sc_status pretty printer...
2018-09-20 Gabe Blacksystemc: Set the scheduler's event queue earlier.
2018-09-20 Gabe Blacksystemc: "Implement" sc_interface's methods.
2018-09-20 Gabe Blacksystemc: Implement a few more member functions for...
2018-09-20 Gabe Blacksystemc: Use the new python interface to delay fixing...
2018-09-20 Gabe Blacksystemc: Generalize working with the systemc python...
2018-09-20 Gabe Blacksystemc: Ignore a warning in the reference test outputs.
2018-09-20 Gabe Blacksystemc: Fix the seed used with sc_gen_unique_name...
2018-09-20 Gabe Blacksystemc: Implement sc_gen_unique_name.
2018-09-20 Gabe Blacksystemc: Always set USE_SYSTEMC=1 when compiling with...
2018-09-20 Gabe Blacksystemc: Make verify.py ignore an Info: message.
2018-09-20 Gabe Blacksystemc: Adjust a warning to match Accellera.
2018-09-11 Gabe Blacksystemc: Adjust some whitespace in a print out.
2018-09-11 Gabe Blacksystemc: Make verify.py ignore another warning.
2018-09-11 Gabe Blacksystemc: Make verify.py compare non output log referenc...
2018-09-11 Gabe Blacksystemc: Delete empty/misnamed test reference file.
2018-09-11 Gabe Blacksystemc: Remove some junk test reference files.
2018-09-11 Gabe Blacksystemc: Ensure the terminated event is notified in...
2018-09-11 Gabe Blacksystemc: Make verify.py delete obsolete diff files.
2018-09-11 Gabe Blacksystemc: Make verify.py ignore a warning.
2018-09-11 Gabe Blacksystemc: Teach verify.py to diff files when checking...
2018-09-11 Gabe Blacksystemc: Add return code verification to verify.py.
2018-09-11 Gabe Blacksystemc: Record the test's return code in the output...
2018-09-11 Gabe Blacksystemc: Extend the execute phase of verify.py.
2018-09-11 Gabe Blacksystemc: Detect a process control corner case and repor...
2018-09-11 Gabe Blacksystemc: Adjust process status tracking to improve...
2018-09-11 Gabe Blacksystemc: Implement most of the sc_report_handler mechanism.
2018-09-11 Gabe Blacksystemc: Ignore direct requests to mark a process as...
2018-09-11 Gabe Blacksystemc: Fill out process handle kill and reset mechanisms.
2018-09-11 Gabe Blacksystemc: Fix a "problem" with kill/reset exceptions.
2018-09-11 Gabe Blacksystemc: Implement much of sc_spawn.
2018-09-11 Gabe Blacksystemc: Promote some functions to sc_export_base.
2018-09-11 Gabe Blacksystemc: Add a sensitivity type for exports.
2018-09-11 Gabe Blacksystemc: Make some functions of the kernel static.
2018-09-11 Gabe Blacksystemc: Implement + and - for sc_time, and sc_max_time.
2018-09-11 Gabe Blacksystemc: Fix a couple memory errors.
2018-09-11 Gabe Blacksystemc: Implement the SC_EXIT_ON_STARVATION exit mode.
2018-09-11 Gabe Blacksystemc: Fix the time resolution when constructing...
2018-09-11 Gabe Blacksystemc: Handle event notifications scheduled before...
2018-09-11 Gabe Blacksystemc: Make orphans top level objects instead of...
2018-09-11 Gabe Blacksystemc: Implement some of the basics of sc_time.
2018-09-11 Gabe Blacksystemc: Implement the various sc_module stage callbacks.
next