Age | Commit message (Expand) | Author |
2017-07-05 | arm,kvm: update CP15 timer model when exiting Kvm | Curtis Dunham |
2017-07-05 | kvm: move Kvm check from ARM Kvm GIC to System | Curtis Dunham |
2017-06-22 | arm,sim: fix context switch stats dumps for ARM64/Linux | Paul Rosenfeld |
2017-06-20 | sim, x86: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |
2017-06-20 | arm: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |
2017-06-15 | x86: Add consistent overrides to process.hh | Sean Wilson |
2017-06-15 | x86: Fixed remote debugging of simulated code | Matthias Hille |
2017-05-26 | x86: Rework how VEX prefixes are decoded. | Gabe Black |
2017-05-25 | x86: sim: Make 32 bit x86 processes work again. | Gabe Black |
2017-05-24 | arm: Fix incorrect handling of PMEVTYPERx_EL0 in PMU | Andreas Sandberg |
2017-05-23 | arch-riscv: Fix bad stack initialization | Alec Roelke |
2017-05-23 | arch-arm: Fix some poorly done type max and min in NEON | Rekai Gonzalez-Alberquilla |
2017-05-19 | base, sim, arch: Fix clang 5.0 warnings | Andreas Sandberg |
2017-05-18 | base: Refactor the GDB code. | Gabe Black |
2017-05-18 | syscall_emul, riscv: add override keyword to RISCV Process class | Brandon Potter |
2017-05-16 | x86: Fix the multiplication microops. | Gabe Black |
2017-05-12 | arm: Remove unused DumpStatsPCEventF class in FreeBSD system | Andreas Sandberg |
2017-05-10 | scons: Use the generalized switching headers on the GPU ISA. | Gabe Black |
2017-05-10 | scons: arch: Generalize the switching header code. | Gabe Black |
2017-05-09 | arm: Add support for memory-mapped m5ops | Andreas Sandberg |
2017-05-09 | kvm, arm: Fix incorrect PSTATE sync | Andreas Sandberg |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-05-01 | arch-sparc: Fix wrong indentation causing warnings for gcc 6 | Nikos Nikoleris |
2017-04-18 | x86: fixed branching() computation for branch uops | Santi Galan |
2017-04-11 | riscv: Fix crashes with large or frequent mmaps | Alec Roelke |
2017-04-05 | riscv: fix Linux problems with LR and SC ops | Alec Roelke |
2017-04-05 | riscv: fix compatibility with Linux toolchain | Alec Roelke |
2017-04-05 | riscv: add remote gdb support | Alec Roelke |
2017-04-05 | riscv: fix error on memory op address overflow | Alec Roelke |
2017-04-05 | riscv: enable unaligned memory accesses | Alec Roelke |
2017-04-03 | arm, kvm: implement GIC state transfer | Curtis Dunham |
2017-04-03 | arm: Don't panic when checking coprocessor read/write permissions | Nikos Nikoleris |
2017-04-03 | arm: Treat Write-Through Normal memory as Non-Cacheable | Nikos Nikoleris |
2017-04-03 | arm, kvm: Override the kernel's default MPIDR value | Andreas Sandberg |
2017-04-03 | arm: fix template instantiation warning in clang | Matteo Andreozzi |
2017-03-09 | syscall-emul: Ignore unimplemented system calls | 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: 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-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 |