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