Age | Commit message (Expand) | Author |
2017-07-05 | kvm: move Kvm check from ARM Kvm GIC to System | Curtis Dunham |
2017-06-21 | sim: Updated ClockedObject power state warning | Jason Lowe-Power |
2017-06-20 | sim, x86: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |
2017-06-20 | sim: Add generic EventFunctionWrapper | Sean Wilson |
2017-06-20 | sim: Remove DelayFunction | Sean Wilson |
2017-05-25 | x86: sim: Make 32 bit x86 processes work again. | Gabe Black |
2017-05-24 | sim: Add hooks to implement event reference counting | Andreas Sandberg |
2017-05-19 | base, sim, arch: Fix clang 5.0 warnings | Andreas Sandberg |
2017-05-12 | syscall_emul: Fix undefined macro behavior | Andreas Sandberg |
2017-05-05 | syscall_emul: Argument retrieval bug fix | Alexandru Dutu |
2017-05-02 | base, sim, dev: Remove SWIG | Andreas Sandberg |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-04-11 | power: Allow global stats in power equations | Stephan Diestelhorst |
2017-04-08 | power: Clarify the unit used for the power equations (W) | Stephan Diestelhorst |
2017-04-06 | power: Add a voltage variable to power expressions | Andreas Sandberg |
2017-04-06 | power: Add error checking to MathExprPowerModel | Andreas Sandberg |
2017-04-03 | sim: Handle cases where Drainable::resume() creates objects | Andreas Sandberg |
2017-03-17 | syscall-emul: Hotfix for FreeBSD/Mac builds | Brandon Potter |
2017-03-17 | syscall-emul: change NULL to nullptr in Process files | Brandon Potter |
2017-03-09 | style: change NULL to nullptr in syscall files | Brandon Potter |
2017-03-09 | syscall-emul: Rewrite system call exit code | Brandon Potter |
2017-03-09 | syscall-emul: Add the tgkill system call | Brandon Potter |
2017-03-09 | syscall-emul: Adds SE mode signal feature | Brandon Potter |
2017-03-09 | syscall-emul: Add or extend dup, dup2, and pipe | Brandon Potter |
2017-03-09 | syscall-emul: Add functionality to open syscalls | Brandon Potter |
2017-03-09 | style: Correct some style issues | Brandon Potter |
2017-03-09 | syscall-emul: Move memState into its own file | Brandon Potter |
2017-03-07 | power: Avoid forward declarations that confuse wrappers | Andreas Sandberg |
2017-03-06 | syscall-emul: Remove unused class and member | Brandon Potter |
2017-02-27 | syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s... | Brandon Potter |
2017-02-27 | syscall_emul: [patch 14/22] adds identifier system calls | Brandon Potter |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2015-07-20 | style: [patch 12/22] fix preliminary style issues for subsequent fault patch | Brandon Potter |
2015-07-20 | syscall_emul: [patch 11/22] extend functionality of fcntl | Brandon Potter |
2017-02-19 | sim: Ensure draining is deterministic | Andreas Hansson |
2016-11-09 | syscall_emul: [patch 10/22] refactor fdentry and add fdarray class | Brandon Potter |
2016-11-09 | syscall_emul: [patch 9/22] remove unused global variable (num_processes) | Brandon Potter |
2016-11-09 | syscall_emul: [patch 8/22] refactor process class | Brandon Potter |
2016-11-09 | syscall_emul: [patch 7/22] remove numCpus method | Brandon Potter |
2016-11-09 | syscall_emul: [patch 6/22] remove unused fields from Process class | Brandon Potter |
2016-11-09 | syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2017-02-17 | sim: fix out-of-bounds error in syscall_desc | Brandon Potter |
2017-02-14 | sim, kvm: make KvmVM a System parameter | Curtis Dunham |
2017-02-14 | sim,kvm,arm: fix typos | Curtis Dunham |
2017-02-09 | misc: Fix order of object construction in the CxxConfigManager | Christian Menard |
2017-02-09 | sim: fix build breakage in process.cc after brandon@11801 | Bjoern A. Zeeb |
2017-02-09 | sim: Patch to fix the statfs build | Bjoern A. Zeeb |
2017-02-07 | style: Force Python.h to be included before main header | Andreas Sandberg |
2016-11-09 | syscall_emul: [patch 4/22] remove redundant M5_pid field from process | Brandon Potter |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |