Age | Commit message (Expand) | Author |
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 |
2016-11-30 | arch: [Patch 1/5] Added RISC-V base instruction set RV64I | Alec Roelke |
2016-11-21 | x86: fix issue with casting in Cvtf2i | Tony Gutierrez |
2016-11-19 | x86: fix loading/storing of Float80 types | Tony Gutierrez |
2016-11-17 | alpha: Remove ALPHA tru64 support and associated tests | Andreas Hansson |
2016-10-26 | hsail,gpu-compute: fixes to appease clang++ | Tony Gutierrez |
2016-10-26 | dev: Add m5 op to toggle synchronization for dist-gem5. | Michael LeBeane |
2016-10-26 | gpu-compute: support in-order data delivery in GM pipe | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: pass GPUDynInstPtr to getRegisterIndex() | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: make the PC a byte address, not an instruction index | Tony Gutierrez |
2016-10-26 | gpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA to WF | Tony Gutierrez |
2016-10-26 | gpu-compute, hsail: call discardFetch() from the WF | Tony Gutierrez |
2016-10-26 | hsail, gpu-compute: remove doGm/SmReturn add completeAcc | Tony Gutierrez |
2016-10-26 | gpu-compute: remove inst enums and use bit flag for attributes | Tony Gutierrez |
2016-10-26 | gpu-compute: move disassemle() implementation to GPUStaticInst | Tony Gutierrez |
2016-10-26 | gpu-compute, arch: add some methods to the base inst classes for ISA support | Tony Gutierrez |
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-10-04 | kvm: Adding details to kvm page fault in x86 | Alexandru Dutu |
2016-09-16 | hsail: Fix disassembly of load instruction with 3 destination operands | Alexandru Dutu |
2016-09-16 | gpu-compute: Refactoring Wavefront::dynWaveId | Alexandru Dutu |
2016-09-16 | gpu-compute: Wavefront refactoring | Alexandru Dutu |
2016-09-15 | arm: Add m5_fail support for aarch64 | Ricardo Alves |
2016-09-13 | x86: Force strict ordering for memory mapped m5ops | Michael LeBeane |
2016-08-15 | cpu, arch: fix the type used for the request flags | Nikos Nikoleris |
2016-08-05 | sim: fix issues with pwrite(); don't enable fstatfs | Tony Gutierrez |
2016-08-04 | x86, sim: add some syscalls to X86 | Tony Gutierrez |
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 |