aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson
2022-06-10target/arm: Add coproc parameter to syn_fp_access_trapRichard Henderson
2022-06-10target/arm: Mark exception helpers as noreturnRichard Henderson
2022-06-10target/riscv: trans_rvv: Avoid assert for RV32 and e64Alistair Francis
2022-06-10target/riscv: Don't expose the CPU properties on names CPUsAlistair Francis
2022-06-10target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnosti...eopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector permutation instructionseopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector mask instructionseopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector reduction instructionseopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector floating-point instructionseopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instruct...eopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer merge and move instru...eopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer comparison instructionseopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer shift instructionseopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructionseopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vector load / store instructionseopXD
2022-06-10target/riscv: rvv: Add tail agnostic for vv instructionseopXD
2022-06-10target/riscv: rvv: Early exit when vstart >= vleopXD
2022-06-10target/riscv: rvv: Rename ambiguous eszeopXD
2022-06-10target/riscv: rvv: Prune redundant access_type parameter passedeopXD
2022-06-10target/riscv: rvv: Prune redundant ESZ, DSZ parameter passedeopXD
2022-06-10target/riscv/debug.c: keep experimental rv128 support workingFrédéric Pétrot
2022-06-10target/riscv: Wake on VS-level external interruptsAndrew Bresticker
2022-06-10target/riscv: add support for zmmul extension v0.1Weiwei Li
2022-06-08target/arm: Add ID_AA64SMFR0_EL1Richard Henderson
2022-06-08target/arm: Add isar_feature_aa64_smeRichard Henderson
2022-06-08target/arm: Export bfdotadd from vec_helper.cRichard Henderson
2022-06-08target/arm: Move expand_pred_h to vec_internal.hRichard Henderson
2022-06-08target/arm: Use expand_pred_b in mve_helper.cRichard Henderson
2022-06-08target/arm: Move expand_pred_b to vec_internal.hRichard Henderson
2022-06-08target/arm: Export sve contiguous ldst support functionsRichard Henderson
2022-06-08target/arm: Split out load/store primitives to sve_ldst_internal.hRichard Henderson
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson
2022-06-08target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson
2022-06-08target/arm: Do not use aarch64_sve_zcr_get_valid_len in resetRichard Henderson
2022-06-08target/arm: Hoist arm_is_el2_enabled check in sve_exception_elRichard Henderson
2022-06-08target/arm: Use el_is_in_host for sve_exception_elRichard Henderson
2022-06-08target/arm: Use el_is_in_host for sve_zcr_len_for_elRichard Henderson
2022-06-08target/arm: Add el_is_in_hostRichard Henderson
2022-06-08target/arm: Remove fp checks from sve_exception_elRichard Henderson
2022-06-08target/arm: Remove route_to_el2 check from sve_exception_elRichard Henderson
2022-06-08linux-user/aarch64: Introduce sve_vqRichard Henderson
2022-06-08target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson
2022-06-08target/arm: Pass CPUARMState to arm_ld[lq]_ptwRichard Henderson
2022-06-08target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.cRichard Henderson
2022-06-08target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.cRichard Henderson
2022-06-08target/arm: Move regime_translation_disabled to ptw.cRichard Henderson
2022-06-08target/arm: Move regime_ttbr to ptw.cRichard Henderson
2022-06-08target/arm: Move regime_is_user to ptw.cRichard Henderson