gem5.git
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.
2018-09-11 Gabe Blackbase: Avoid dividing by zero in Time::[gs]etTick.
2018-09-11 Gabe Blackbase: Correct a small typo in sim/core.(hh|cc).
2018-09-11 Gabe Blackbase: Save and restore the width setting of streams...
2018-09-11 Pin-Yen Linnet: Fix a bug when receiving fragamented packets
2018-09-10 Nikos Nikolerisbase: Fix isSubset() for addr ranges with interleaving
2018-09-10 Nikos Nikolerisconfigs: Use the same address ranges for dir and mem_ctrls
2018-09-10 Giacomo Travaglinidev-arm: Make GenericTimer use standard ArmInterruptPin
2018-09-10 Giacomo Travaglinidev-arm: Factory SimObject for generating ArmInterruptPin
2018-09-10 Andreas Sandbergarm: Use the interrupt adaptor in the PMU
2018-09-10 Andreas Sandbergarm: Add support for tracking TCs in ISA devices
2018-09-10 Andreas Sandbergdev, arm: Add misc reg tracing to the generic timer
2018-09-10 Giacomo Travaglinidev-arm: Create a getter for ArmInterruptPin ID number
2018-09-07 Matteo Andreozzimem: Make DRAMCtrl a QoS-aware Memory Controller
2018-09-07 Giacomo Travaglinimem: Implement base QoS Policies.
2018-09-07 Matteo Andreozzimem: Add a simple QoS-aware Memory Controller
2018-09-07 Matteo Andreozzimem: Add a QoS-aware Memory Controller type
2018-09-07 Giacomo Travaglinisim: Add System method for MasterID lookup
2018-09-07 Daniel R. Carvalhomem-cache: Create Skewed Assoc placement policy
2018-09-07 Pin-Yen Linnet: Fix a bug when handling IPv6 packets
2018-09-05 Gabe Blacksystemc: Implement pending activity related functions
2018-09-05 Gabe Blacksystemc: Implement sc_pause, sc_stop, and re-sc_start...
2018-09-05 Gabe Blacksystemc: Implement sc_get_current_process_handle's...
2018-09-05 Gabe Blacksystemc: Handle suspended processes and handle sensitiv...
2018-09-05 Gabe Blacksystemc: Implement next_trigger and wait.
2018-09-05 Gabe Blacksystemc: Implement the sensitivity mechanism.
2018-09-05 Gabe Blacksystemc: Hook up sc_time_stamp sc_delta_count.
2018-09-05 Gabe Blacksystemc: Implement much of events, event lists and...
2018-09-05 Gabe Blacksystemc: Implement channel updates and rework the sched...
2018-09-05 Gabe Blacksystemc: Partially implement the scheduler.
2018-09-05 Gabe Blacksystemc: Fill out sc_process_handle and create Process...
2018-09-05 Gabe Blacksystemc: Implement some basic plumbing in sc_module.hh.
2018-09-05 Gabe Blacksystemc: Implement most of sc_object.
2018-09-05 Gabe Blacksystemc: Get sc_main to work even when dynamically...
2018-09-05 Gabe Blacksystemc: Implement the sc_attr classes.
2018-09-05 Gabe Blacksystemc: Disable tests which use sensitive_(pos|neg).
2018-09-05 Gabe Blacksystemc: Enable some more sc_simcontext related tests.
2018-09-05 Gabe Blacksystemc: Add m_cur_val and m_new_val to sc_signal.
2018-09-05 Gabe Blacksystemc: Add the "implementation defined" vport function.
2018-09-05 Gabe Blacksystemc: Add the nonstandard sc_join class and sc_threa...
2018-09-05 Sean Wilsontestlib: No catch of custom exceptions in sandbox
2018-09-03 Andreas Sandbergconfig: Move KVM CPU checking to CpuConfig helper module
2018-08-28 Gabe Blacksystemc: Minimally implemented the deprecated sc_simcon...
2018-08-28 Gabe Blacksystemc: Add a minimal version of the deprecated sc_pro...
2018-08-28 Gabe Blacksystemc: Add bind() to sc_port_base.
2018-08-28 Gabe Blacksystemc: Make the verify.py --list option print a total...
2018-08-28 Gabe Blacksystemc: Disable a few more tests that aren't going...
2018-08-28 Gabe Blacksystemc: Disable the phase_callbacks set of tests.
2018-08-28 Gabe Blacksystemc: Add the nonstandard sc_user exception type.
2018-08-28 Gabe Blacksystemc: Add the nonstandard sc_trace_params and sc_tra...
2018-08-28 Gabe Blacksystemc: Make some functions static in conflict with...
2018-08-28 Gabe Blacksystemc: Add the nonstandard time_stamp function.
2018-08-28 Gabe Blacksystemc: Add the nonstandard sc_hierarchical_name_exist...
2018-08-28 Gabe Blacksystemc: Add the nonstandard timed_out function.
2018-08-28 Gabe Blacksystemc: Add some deprecated sc_module constructors.
2018-08-28 Gabe Blacksystemc: Add the non-standard sc_time_tuple class.
2018-08-28 Gabe Blacksystemc: Add non-standard sc_status constants.
2018-08-28 Gabe Blacksystemc: Add deprecated sc_time constructors.
2018-08-28 Gabe Blacksystemc: Add an sc_event_finder::find_event method.
2018-08-28 Gabe Blacksystemc: Add some deprecated sc_time factory methods.
2018-08-28 Gabe Blacksystemc: Add some common test include files.
2018-08-28 Gabe Blacksystemc: Add some nonstandard, undocumented sc_report_...
2018-08-24 Gabe Blackbase: If valgrind is available, tell it about Fiber...
2018-08-24 Giacomo Travaglinicpu: Stream/SubstreamID support in TrafficGen
2018-08-24 Michiel W.... cpu: Turn BaseTrafficGen numSuppressed into a stat
2018-08-22 Stanislaw Czerniawskimem: Add StreamID and SubstreamID
2018-08-22 Gabe Blacksystemc: Add deprecated default time unit management...
2018-08-22 Gabe Blacksystemc: Add deprecated notify_delayed functions.
2018-08-22 Gabe Blacksystemc: Add some nonstandard cthread related sc_module...
2018-08-22 Gabe Blacksystemc: Add the deprecated sc_trace_delta_cycles function.
2018-08-22 Gabe Blacksystemc: Add a nonstandard sc_signal constructor.
2018-08-22 Gabe Blacksystemc: Add some nonstandard (get|set)_catch_actions...
2018-08-22 Gabe Blacksystemc: Exclude another test which exercises sc_string.
2018-08-22 Gabe Blacksystemc: Add the nonstandard, undocumented halt function.
2018-08-22 Gabe Blacksystemc: Define the nonstandard sc_event_queue_port...
2018-08-22 Gabe Blacksystemc: Add some nonstandard SC_WAIT* macros.
2018-08-22 Gabe Blacksystemc: Exclude a test which probably could never...
2018-08-22 Gabe Blacksystemc: Add nonstandard sc_trace-s for sc_event and...
2018-08-22 Gabe Blacksystemc: Add a filter file for the tests which are...
2018-08-22 Gabe Blacksystemc: Add a filter-file option.
2018-08-22 Gabe Blacksystemc: Add support for deprecated integer report...
2018-08-22 Gabe Blacksystemc: Add the nonstandard macro SC_NEW.
2018-08-22 Gabe Blacksystemc: Add the nonstandard triggered function sc_event.
2018-08-22 Gabe Blacksystemc: Add the nonstandard variable sc_allow_process_...
2018-08-22 Gabe Blacksystemc: Add some "implementation defined" stuff to...
2018-08-22 Gabe Blacksystemc: Fix a small bug in verify.py.
2018-08-21 Andreas Sandbergdev, arm: Fix incorrect GIC address range sizes
2018-08-21 Jason Lowe... misc: Appease GCC 8
2018-08-21 Jason Lowe... ext: Cherry-pick pybind change to support GCC 8
2018-08-17 Brandon Potterutil: add util/maint/show_changes_by_file.py tool
2018-08-17 Brandon Potterscons,ruby: do not generate unnecessary files
2018-08-17 Brandon Pottertests: add a stack printer test
2018-08-17 Brandon Potterruby: remove unused code inside '#if 0 ... #endif'
next