gem5.git
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.
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.
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_...
next