Age | Commit message (Expand) | Author |
2019-08-23 | arch-riscv: fix GDB register cache | Alec Roelke |
2019-08-21 | arch-riscv: Update register file | Yifei Liu |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-29 | sim-se: add a release parameter to Process.py | Ciro Santilli |
2019-05-21 | sim-se: change syscall function signature | Brandon Potter |
2019-05-20 | riscv: Add an object file loader for linux. | Gabe Black |
2019-05-04 | arch-riscv: Implement MHARTID CSR | Alec Roelke |
2019-05-03 | arch-riscv,isa: Fix for compressed jump (c_j) imm | Avishai Tvila |
2019-04-30 | arch: Stop using TheISA within the ISAs. | Gabe Black |
2019-04-28 | arch, sim: Simplify the AuxVector type. | Gabe Black |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2019-02-08 | riscv: fix AMO, LR and SC instructions | Tuan Ta |
2019-02-08 | riscv: fixed syscall return value | Tuan Ta |
2019-02-08 | riscv: ignore nanosleep syscall | Tuan Ta |
2019-02-08 | arch-riscv: initialize RISC-V's thread pointer register in clone syscall | Tuan Ta |
2019-02-07 | arch-riscv: Enable support for riscv 32-bit in SE mode. | Austin Harris |
2019-02-06 | riscv: remove NonSpeculative flag from fence inst | Tuan Ta |
2019-02-06 | arch-riscv: Initialize interrupt mask | Tuan Ta |
2019-02-05 | misc: added missing override specifier | Andrea Mondelli |
2019-02-05 | riscv: Get rid of ISA specific register types in Interrupts. | Austin Harris |
2019-02-01 | cpu, arch: Replace the CCReg type with RegVal. | Gabe Black |
2019-01-31 | riscv: Get rid of some ISA specific register types. | Gabe Black |
2019-01-31 | arch: cpu: Rename *FloatRegBits* to *FloatReg*. | Gabe Black |
2019-01-30 | arch,cpu: Add vector predicate registers | Giacomo Gabrielli |
2019-01-24 | base: arch: Get rid of the now unused FloatRegVal type. | Gabe Black |
2019-01-22 | arch: cpu: Stop passing around misc registers by reference. | Gabe Black |
2019-01-22 | sim-se: add syscalls related to polling | Brandon Potter |
2019-01-16 | arch: Make the ISA register types aliases for the global types. | Gabe Black |
2019-01-16 | arch-riscv: Add interrupt handling | Alec Roelke |
2019-01-16 | arch-riscv: Fix reset function and style | Alec Roelke |
2019-01-10 | sim-se: Refactor clone to avoid most ifdefs | Andreas Sandberg |
2018-09-19 | syscall_emul: expand AuxVector class | Brandon Potter |
2018-07-28 | arch-riscv: Add xret instructions | Alec Roelke |
2018-07-28 | arch-riscv: Add support for trap value register | Alec Roelke |
2018-07-28 | arch-riscv: Add support for fault handling | Alec Roelke |
2018-07-09 | arch-riscv: enable rudimentary fs simulation | Robert |
2018-07-09 | arch-riscv: Fix the srlw and srliw instructions. | Austin Harris |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-06-11 | misc: Substitute pointer to Request with aliased RequestPtr | Giacomo Travaglini |
2018-05-12 | arch-riscv: Update CSR implementations | Alec Roelke |
2018-03-27 | arch: cpu: Make the ExtMachInst type a template argument in InstMap. | Gabe Black |
2018-03-26 | arch: Fix all override related warnings. | Gabe Black |
2018-03-26 | arch: Add a virtual asBytes function to the StaticInst class. | Gabe Black |
2018-03-20 | riscv: throw IllegalInstFault when decoding invalid instructions | Tuan Ta |
2018-02-19 | arch-riscv: Fix compressed branch op offset | Alec Roelke |
2018-01-29 | riscv: Add overrides to various StaticInst methods. | Gabe Black |
2018-01-20 | arch, mem: Make the page table lookup function return a pointer. | Gabe Black |
2018-01-20 | sim, arch, base: Refactor the base remote GDB class. | Gabe Black |
2018-01-19 | arch, mem, sim: Consolidate and rename the SE mode page table classes. | Gabe Black |
2018-01-16 | arch-riscv: Fix floating-poing op classes | Alec Roelke |