Age | Commit message (Expand) | Author |
2017-10-13 | arch-arm: Signal an event when executing store exclusives | Nikos Nikoleris |
2017-10-13 | mem: Signal the local monitor when clearing the global monitor | Nikos Nikoleris |
2017-09-20 | kvm: arm: Get rid of functions which just wrap the subclasses version. | Gabe Black |
2017-09-11 | stats: Get rid of some kernel stats related cruft. | Gabe Black |
2017-08-30 | arch-arm: Only increment SW PMU counters on writes to PMSWINC | Jose Marinho |
2017-08-30 | arch-arm: Add missing override keywords in fault.hh | Andreas Sandberg |
2017-08-01 | arch-arm: Use named constants for m5op instructions | Andreas Sandberg |
2017-08-01 | kvm, arm: Switch to the device EQ when accessing ISA devices | Andreas Sandberg |
2017-08-01 | arch-arm: Switch to DTOnly as the default machine type | Andreas Sandberg |
2017-07-13 | arch-arm: fix ldm of pc interswitching branch | Gedare Bloom |
2017-07-10 | arch-arm: Support PMU evens in the 0x4000-0x4040 range | Jose Marinho |
2017-07-07 | kvm, arm: don't create interrupt events while saving GIC state | Curtis Dunham |
2017-07-07 | kvm, arm: Don't forward IRQ/FIQ when using the kernel's GIC | Andreas Sandberg |
2017-07-05 | arch: ISA parser additions of vector registers | Rekai Gonzalez-Alberquilla |
2017-07-05 | cpu: Added interface for vector reg file | Rekai Gonzalez-Alberquilla |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
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 | arm: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |
2017-05-24 | arm: Fix incorrect handling of PMEVTYPERx_EL0 in PMU | Andreas Sandberg |
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-12 | arm: Remove unused DumpStatsPCEventF class in FreeBSD system | Andreas Sandberg |
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-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: 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 |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | 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 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-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-09 | arm: AArch64 report cache size correctly when reading CTR_EL0 | Bjoern A. Zeeb |
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 |