Age | Commit message (Expand) | Author |
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 |
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-10-15 | cpu, arm: Distinguish Float* and SimdFloat*, create FloatMem* opClass | Fernando Endo |
2016-10-13 | isa,arm: Add missing AArch32 FP instructions | Mitch Hayenga |
2016-09-15 | arm: Add m5_fail support for aarch64 | Ricardo Alves |
2016-08-15 | cpu, arch: fix the type used for the request flags | Nikos Nikoleris |
2016-08-02 | arm: refactor page table walking | Curtis Dunham |
2016-08-02 | arm: warn not fail on use of missing miscreg CNTHCTL_EL2 | Dylan Johnson |
2016-08-02 | arm: Check TLB stage 2 permissions in AArch64 | Dylan Johnson |
2016-08-02 | arm: correctly assign faulting IPA's to HPFAR_EL2 | Dylan Johnson |
2016-08-02 | arm: Add TLBI instruction for stage 2 IPA's | Dylan Johnson |
2016-08-02 | arm: Fix stage 2 memory attribute checking in AArch64 | Dylan Johnson |
2016-08-02 | arm: Fix trapping to Hypervisor during MSR/MRS read/write | Dylan Johnson |