Age | Commit message (Expand) | Author |
2017-03-03 | arm, kvm: enable running 32-bit Guest under ARM KVM64 | Rahul Thakur |
2017-03-03 | arm, kvm: fix saving/restoring conditional flags in ARM KVM64 | Rahul Thakur |
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 |
2017-02-27 | x86: remove unnecessary parameter from functions | Brandon Potter |
2017-02-27 | gpu-compute: remove unnecessary member from class | Tony Gutierrez |
2017-02-27 | gpu-compute: mark functions with override if replacing virtual | Brandon Potter |
2017-02-27 | arch: Include generated decoder header after normal headers | Andreas Sandberg |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2015-07-20 | syscall_emul: [patch 11/22] extend functionality of fcntl | Brandon Potter |
2017-02-23 | x86: remove redundant condition check in tlb code | Brandon Potter |
2017-02-21 | arm: Fix DPRINTFs with arguments in the instruction declarations | Nikos Nikoleris |
2017-02-21 | arm: Blame the right instruction address on a Prefetch Abort | Nikos Nikoleris |
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 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2017-02-17 | sparc: fix bugs caused by cd7f3a1dbf55 | Brandon Potter |
2017-02-14 | arm, kvm: remove KvmGic | Curtis Dunham |
2017-02-14 | arm, kvm: implement MuxingKvmGic | Curtis Dunham |
2017-02-14 | sim, kvm: make KvmVM a System parameter | Curtis Dunham |
2017-02-14 | sim,kvm,arm: fix typos | Curtis Dunham |
2017-02-10 | x86: Fix implicit stack addressing in 64-bit mode | Jason Lowe-Power |
2017-02-09 | arm: AArch64 report cache size correctly when reading CTR_EL0 | Bjoern A. Zeeb |
2017-01-27 | riscv: Fix crash when syscall argument reg index is too high | Alec Roelke |
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 |
2016-11-09 | syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2017-01-03 | sim: Remove redundant export_method_cxx_predecls | Andreas Sandberg |
2016-12-19 | arm: provide correct timer availability in ID_PFR1 register | Curtis Dunham |
2016-12-19 | arm: compute ID_AA64PFR{0,1}_EL1 registers | Curtis Dunham |
2016-12-19 | arm: compute ID_PFR{0,1} registers | Curtis Dunham |
2016-12-19 | arm: miscreg refactoring | Curtis Dunham |
2016-12-19 | arm: audit SCTLR | Curtis Dunham |
2016-12-19 | arm: remove SCTLR.FI | Curtis Dunham |
2016-12-19 | arm: update AArch{64,32} register mappings | Curtis Dunham |
2016-12-15 | syscall_emul: implement fallocate | Brandon Potter |
2016-12-15 | syscall_emul: add support for x86 statfs system calls | Brandon Potter |
2016-12-02 | hsail: disable asserts to allow immediate operands i.e. 0 with loads | Brandon Potter |
2016-12-02 | hsail: add stub type and stub out several instructions | Brandon Potter |
2016-12-02 | hsail: add popcount type and generate popcount instructions | Brandon Potter |
2016-12-02 | hsail: add a wavesize case statement to register operand code | Brandon Potter |
2016-12-02 | hsail: generate mov instructions for more arith_types and bit_types | Brandon Potter |
2016-12-02 | hsail: fix unsigned offset bug in address calculation | Tony Gutierrez |
2016-11-30 | riscv: [Patch 7/5] Corrected LRSC semantics | Alec Roelke |
2016-11-30 | riscv: [Patch 6/5] Improve Linux emulation for RISC-V | Alec Roelke |
2016-11-30 | riscv: [Patch 5/5] Added missing support for timing CPU models | Alec Roelke |
2016-11-30 | riscv: [Patch 4/5] Added RISC-V atomic memory extension RV64A | Alec Roelke |
2016-11-30 | riscv: [Patch 3/5] Added RISCV floating point extensions RV64FD | Alec Roelke |
2016-11-30 | riscv: [Patch 2/5] Added RISC-V multiply extension RV64M | Alec Roelke |