Age | Commit message (Expand) | Author |
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 |
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 |