Age | Commit message (Expand) | Author |
2024-06-03 | target/riscv: Relax vector register check in RISCV gdbstub | Jason Chien |
2024-06-03 | target/riscv: Add support for Zve64x extension | Jason Chien |
2024-06-03 | target/riscv: Add support for Zve32x extension | Jason Chien |
2024-06-03 | trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint | Daniel Henrique Barboza |
2024-06-03 | target/riscv/debug: set tval=pc in breakpoint exceptions | Daniel Henrique Barboza |
2024-06-03 | target/riscv/kvm: tolerate KVM disable ext errors | Daniel Henrique Barboza |
2024-06-03 | target/riscv: change RISCV_EXCP_SEMIHOST exception number to 63 | Clément Léger |
2024-06-03 | target/riscv/kvm: implement SBI debug console (DBCN) calls | Daniel Henrique Barboza |
2024-06-03 | target/riscv: Raise exceptions on wrs.nto | Andrew Jones |
2024-06-03 | target/riscv/kvm: Fix exposure of Zkr | Andrew Jones |
2024-05-30 | target/arm: Implement FEAT WFxT and enable for '-cpu max' | Peter Maydell |
2024-05-30 | accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt | Peter Maydell |
2024-05-30 | target/arm: Disable SVE extensions when SVE is disabled | Marcin Juszkiewicz |
2024-05-30 | target/arm: Convert FCSEL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQDMULH, SQRDMULH to decodetree | Richard Henderson |
2024-05-30 | target/arm: Tidy SQDMULH, SQRDMULH (vector) | Richard Henderson |
2024-05-30 | target/arm: Convert MLA, MLS to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert MUL, PMUL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SABA, SABD, UABA, UABD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SRHADD, URHADD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SRHADD, URHADD to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SHSUB, UHSUB to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SHSUB, UHSUB to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SHADD, UHADD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SHADD, UHADD to gvec | Richard Henderson |
2024-05-30 | target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec | Richard Henderson |
2024-05-30 | target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64} | Richard Henderson |
2024-05-30 | target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert ADD, SUB (vector) to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQRSHL, UQRSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQRSHL and UQRSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SQSHL, UQSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQSHL and UQSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SRSHL, URSHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SRSHL and URSHL (register) to gvec | Richard Henderson |
2024-05-30 | target/arm: Convert SSHL, USHL to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SUQADD, USQADD to decodetree | Richard Henderson |
2024-05-30 | target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree | Richard Henderson |
2024-05-30 | target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB | Richard Henderson |
2024-05-30 | target/arm: Inline scalar SUQADD and USQADD | Richard Henderson |
2024-05-30 | target/arm: Convert SUQADD and USQADD to gvec | Richard Henderson |
2024-05-30 | target/arm: Assert oprsz in range when using vfp.qc | Richard Henderson |
2024-05-30 | target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB | Richard Henderson |
2024-05-29 | target/s390x: Adjust check of noreturn in translate_one | Richard Henderson |
2024-05-29 | target/s390x: Simplify per_ifetch, per_check_exception | Richard Henderson |
2024-05-29 | target/s390x: Fix helper_per_ifetch flags | Richard Henderson |
2024-05-29 | target/s390x: Raise exception from per_store_real | Richard Henderson |
2024-05-29 | target/s390x: Raise exception from helper_per_branch | Richard Henderson |