Age | Commit message (Expand) | Author |
2020-01-07 | arch,sim: Promote the m5ops_base param to the System base class. | Gabe Black |
2019-12-18 | sim: kernelExtras optional load addresses | Adrian Herrera |
2019-12-16 | sim: kernelExtras if no kernel provided | Adrian Herrera |
2019-11-20 | base,tests: Expanded GTests for addr_range.hh | Brandon Potter |
2019-10-25 | cpu,sim: Delegate PCEvent scheduling from Systems to ThreadContexts. | Gabe Black |
2019-10-25 | cpu,sim: Get rid of a bunch of conditional compilation for PCEvents. | Gabe Black |
2019-10-25 | sim: Make the System object a PCEventScope. | Gabe Black |
2019-10-15 | sim,cpu: Get rid of the unused instEventQueue. | Gabe Black |
2019-10-12 | arch,base: Separate the idea of a memory image and object file. | Gabe Black |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-04-25 | sim-se: add a faux-filesystem | David Hashe |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-02-08 | sim,cpu: make exit_group halt all threads in a group | Tuan Ta |
2018-09-07 | sim: Add System method for MasterID lookup | Giacomo Travaglini |
2018-05-09 | sim: Remove trailing dot when assigning a master's name | Giacomo Travaglini |
2018-04-27 | sim,cpu,mem,arch: Introduced MasterInfo data structure | Giacomo Travaglini |
2018-02-09 | sim: Remove _numContexts member in System class | Giacomo Travaglini |
2018-01-20 | sim, arch, base: Refactor the base remote GDB class. | Gabe Black |
2018-01-16 | sim: Simplify registerThreadContext a little bit. | Gabe Black |
2017-11-17 | sim: Implement load_addr_mask auto-calculation | Geoffrey Blake |
2017-11-16 | sim: Add an option to load additional kernel objects | Andreas Sandberg |
2017-07-12 | cpu, sim: Add param to force CPUs to wait for GDB | Jose Marinho |
2017-07-05 | kvm: move Kvm check from ARM Kvm GIC to System | Curtis Dunham |
2017-02-14 | sim, kvm: make KvmVM a System parameter | Curtis Dunham |
2017-02-14 | sim,kvm,arm: fix typos | Curtis Dunham |
2016-11-09 | syscall_emul: [patch 4/22] remove redundant M5_pid field from process | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-06-06 | sim: Call regStats of base-class as well | Stephan Diestelhorst |
2015-05-12 | sim: Adding thermal model support | David Guillen Fandos |
2015-09-30 | cpu: Change thread assignments for heterogenous SMT | Mitch Hayenga |
2015-08-07 | base: Declare a type for context IDs | Andreas Sandberg |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Make the drain state a global typed enum | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-05-15 | sim: Don't clear the active CPU vector in System::initState | Andreas Sandberg |
2015-02-16 | mem: mmap the backing store with MAP_NORESERVE | Andreas Hansson |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-10-20 | x86: Fixes to avoid LTO warnings | Andreas Hansson |
2014-10-16 | mem: Dynamically determine page bytes in memory components | Andreas Hansson |
2014-09-19 | misc: Restore ostream flags where needed | Andreas Hansson |
2014-09-12 | style: Fix line continuation, especially in debug messages | Andrew Bardsley |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
2014-08-13 | sim: remove kernel mapping check for baremetal workloads | Dam Sunwoo |
2014-07-18 | sim: remove unused MemoryModeStrings array | Steve Reinhardt |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2013-09-04 | arch: Resurrect the NOISA build target and rename it NULL | Andreas Hansson |
2013-09-04 | alpha: Move system virtProxy to Alpha only | Andreas Hansson |