Age | Commit message (Expand) | Author |
2019-02-08 | sim, kern: support FUTEX_CMP_REQUEUE | Moyang Wang |
2019-02-08 | sim: handle the case when there're not enough HW thread contexts | Tuan Ta |
2019-02-08 | riscv: fixed syscall return value | Tuan Ta |
2019-02-08 | cpu: fix how branching is handled when a thread is suspended in MinorCPU | Tuan Ta |
2019-02-08 | cpu: stop scheduling suspended threads in all stages of MinorCPU | Tuan Ta |
2019-02-08 | riscv: ignore nanosleep syscall | Tuan Ta |
2019-02-08 | sim,cpu: make exit_group halt all threads in a group | Tuan Ta |
2019-02-08 | arch-riscv: initialize RISC-V's thread pointer register in clone syscall | Tuan Ta |
2019-02-08 | sim,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET ops | Tuan Ta |
2019-02-08 | cpu: fixed how O3 CPU executes an exit system call | Tuan Ta |
2019-02-08 | arch-arm: Fix Virtual interrupts in AArch64 | Giacomo Travaglini |
2019-02-08 | arch-arm: Fix extra comma in b7ce897f1e9545785bde982f72d04830c19d9a30 | Giacomo Travaglini |
2019-02-08 | arch-arm: Allow ArmPPI usage for PMU | Giacomo Travaglini |
2019-02-08 | arch-arm: Fix initialization of PMU counters | Ruben Ayrapetyan |
2019-02-07 | configs, arch-arm: Using AddrRange for Realview mem_regions | Giacomo Travaglini |
2019-02-07 | configs: Unifiy interpretation of Realview mem_regions | Giacomo Travaglini |
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 | cpu: fix how a thread starts up in MinorCPU | Tuan Ta |
2019-02-06 | arch-riscv: Initialize interrupt mask | Tuan Ta |
2019-02-06 | scons: fix unused auto-generated blob variable in clang | Ciro Santilli |
2019-02-06 | sim: added missed macro definition on MacOS | Andrea Mondelli |
2019-02-05 | misc: added missing override specifier | Andrea Mondelli |
2019-02-05 | cpu: Made the Loop Predictor a SimObject | Javier Bueno |
2019-02-05 | cpu: Made TAGE a SimObject that can be used by other predictors | Jairo Balart |
2019-02-05 | riscv: Get rid of ISA specific register types in Interrupts. | Austin Harris |
2019-02-01 | mem-cache: Updated version of the Signature Path Prefetcher | Javier Bueno |
2019-02-01 | dev, arm: Removed contextId variable | Anouk Van Laer |
2019-02-01 | cpu, arch: Replace the CCReg type with RegVal. | Gabe Black |
2019-01-31 | python: Remove getCode() type workaround | Andreas Sandberg |
2019-01-31 | sim: Prepare C++ side for Python 3 | Andreas Sandberg |
2019-01-31 | tests: Add a helper to run external scripts | Andreas Sandberg |
2019-01-31 | tests: Don't override tick rate in Ruby tests | Andreas Sandberg |
2019-01-31 | power: Get rid of some ISA specific register types. | Gabe Black |
2019-01-31 | null: Get rid of some register type definitions. | Gabe Black |
2019-01-31 | mips: Stop using architecture specific register types. | Gabe Black |
2019-01-31 | alpha: Stop using architecture specific register types. | Gabe Black |
2019-01-31 | x86: Stop using/defining some ISA specific register types. | 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-30 | configs: Enable DTB autogeneration in starter_fs.py | Giacomo Travaglini |
2019-01-30 | arch-arm, configs: Create single instance of DTB autogeneration | Giacomo Travaglini |
2019-01-28 | tests: fix arm regression due to kernel not found | Ciro Santilli |
2019-01-25 | configs: fs.py remove --generate-dtb and enable it by default | Ciro Santilli |
2019-01-25 | configs, arch-arm: don't search for default DTB and kernel | Ciro Santilli |
2019-01-25 | arch-arm: Remove floatReg operand type | Giacomo Travaglini |
2019-01-25 | arch-arm: Use VecElem instead of FloatReg for FP instruction | Giacomo Travaglini |
2019-01-25 | arch: Fix VecElem Operand generation in ISA parser | Giacomo Travaglini |
2019-01-25 | cpu, arch, arch-arm: Wire unused VecElem code in the O3 model | Giacomo Travaglini |