gem5.git
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-24 Xianwei Zhangmem-ruby: Fix a bug in MessageBuffer randomization
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-19 Brandon Pottersyscall_emul: implement dir-related syscalls
2018-09-19 Brandon Pottersyscall_emul: refactor FDEntry and children classes
2018-09-19 Brandon Pottersyscall_emul: style changes and FDArray refactor
2018-09-19 Brandon Pottersyscall_emul: expand AuxVector class
2018-09-19 Ciro Santilliscons: remove as version check
2018-09-19 Daniel R. Carvalhomem-cache: Fix non-bijective function in Skewed caches
2018-09-18 Maurice Beckerdev, arm: fix error class-memaccess with GCC >= 8.1
2018-09-18 Maurice BeckerPl011: Added registers UART_RSR/UART_ECR
2018-09-17 Giacomo Travaglinimem: Implement QoS Proportional Fair policy
2018-09-17 Sherif Elhabbalconfig, arm, power: Example to report the power for...
2018-09-14 Sherif Elhabbalpower: Add a clock_period variable to power expressions
2018-09-13 Earl OuFix SConstruct for asan build
2018-09-13 Anouk Van Laerarch-arm: Correction for address size in EL1&0 translation
2018-09-13 Anouk Van Laerarch-arm: Correction to address size in EL2/EL3
2018-09-13 Nikos Nikolerismem-cache: Fix bug in handleAtomicReqMiss
2018-09-12 Ciro Santillidev-arm: fix build to missing Pl390 to Gicv2 rename
2018-09-12 Ciro Santilliconfig, dev-arm: Fix UART handling baremetal mode
2018-09-12 Ciro Santillidev-arm: rename Pl390 to GicV2
2018-09-12 Ciro Santillidev-arm: improve Pl390 parameters
2018-09-12 Andreas Sandbergcpu: Replace the fastmem with a new CPU model
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.
next