Age | Commit message (Expand) | Author |
2021-09-01 | hw/arm/armv7m: Create input clocks | Peter Maydell |
2021-09-01 | hw/timer/armv7m_systick: Add input clocks | Peter Maydell |
2021-09-01 | hw/timer/armv7m_systick: Add usual QEMU interface comment | Peter Maydell |
2021-09-01 | arm: Move system PPB container handling to armv7m | Peter Maydell |
2021-09-01 | arm: Move systick device creation from NVIC to ARMv7M object | Peter Maydell |
2021-09-01 | arm: Move M-profile RAS register block into its own device | Peter Maydell |
2021-09-01 | tests/arm-cpu-features: Add A64FX processor related tests | Shuuichirou Ishii |
2021-09-01 | hw/arm/virt: target-arm: Add A64FX processor support to virt machine | Shuuichirou Ishii |
2021-09-01 | target-arm: Add support for Fujitsu A64FX | Shuuichirou Ishii |
2021-09-01 | target/arm: Enable MVE in Cortex-M55 | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VRINT insns | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VCVT between single and half precision | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VCVT with specified rounding mode | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VCVT between fp and integer | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VCVT between floating and fixed point | Peter Maydell |
2021-09-01 | target/arm: Implement MVE fp scalar comparisons | Peter Maydell |
2021-09-01 | target/arm: Implement MVE fp vector comparisons | Peter Maydell |
2021-09-01 | target/arm: Implement MVE FP max/min across vector | Peter Maydell |
2021-09-01 | softfloat: Remove assertion preventing silencing of NaN in default-NaN mode | Peter Maydell |
2021-09-01 | target/arm: Implement MVE fp-with-scalar VFMA, VFMAS | Peter Maydell |
2021-09-01 | target/arm: Implement MVE scalar fp insns | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VMAXNMA and VMINNMA | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VCMUL and VCMLA | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VFMA and VFMS | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VCADD | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNM | Peter Maydell |
2021-09-01 | target/arm: Implement MVE VADD (floating-point) | Peter Maydell |
2021-09-01 | hw: Add compat machines for 6.2 | Yanan Wang |
2021-09-01 | hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans | Philippe Mathieu-Daudé |
2021-09-01 | hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix | Philippe Mathieu-Daudé |
2021-09-01 | hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases | Philippe Mathieu-Daudé |
2021-09-01 | tests: Remove uses of deprecated raspi2/raspi3 machine names | Philippe Mathieu-Daudé |
2021-09-01 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210... | Peter Maydell |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVV | Richard Henderson |
2021-09-01 | target/riscv: Tidy trans_rvh.c.inc | Richard Henderson |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVD | Richard Henderson |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVF | Richard Henderson |
2021-09-01 | target/riscv: Use gen_shift_imm_fn for slli_uw | Richard Henderson |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVA | Richard Henderson |
2021-09-01 | target/riscv: Reorg csr instructions | Richard Henderson |
2021-09-01 | target/riscv: Fix hgeie, hgeip | Richard Henderson |
2021-09-01 | target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation | Richard Henderson |
2021-09-01 | target/riscv: Use {get, dest}_gpr for integer load/store | Richard Henderson |
2021-09-01 | target/riscv: Use get_gpr in branches | Richard Henderson |
2021-09-01 | target/riscv: Use extracts for sraiw and srliw | Richard Henderson |
2021-09-01 | target/riscv: Use DisasExtend in shift operations | Richard Henderson |
2021-09-01 | target/riscv: Add DisasExtend to gen_unary | Richard Henderson |
2021-09-01 | target/riscv: Move gen_* helpers for RVB | Richard Henderson |
2021-09-01 | target/riscv: Move gen_* helpers for RVM | Richard Henderson |
2021-09-01 | target/riscv: Use gen_arith for mulh and mulhu | Richard Henderson |