Age | Commit message (Expand) | Author |
2021-03-05 | target/arm: Speed up aarch64 TBL/TBX | Richard Henderson |
2021-03-05 | target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe | Rebecca Cran |
2021-02-16 | target/arm: Improve gen_top_byte_ignore | Richard Henderson |
2021-02-11 | target/arm: Add support for FEAT_DIT, Data Independent Timing | Rebecca Cran |
2021-01-19 | target/arm: add MMU stage 1 for Secure EL2 | RĂ©mi Denis-Courmont |
2021-01-07 | tcg: Make DisasContextBase.tb const | Richard Henderson |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant |
2020-11-10 | target/arm: Don't use '#' flag of printf format | Xinhao Zhang |
2020-10-27 | linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI | Richard Henderson |
2020-09-01 | target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_mis... | Chen Qun |
2020-09-01 | target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli() | Chen Qun |
2020-08-28 | target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimd | Richard Henderson |
2020-08-28 | target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimd | Richard Henderson |
2020-08-28 | target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimd | Richard Henderson |
2020-08-28 | target/arm: Rearrange {sve,fp}_check_access assert | Richard Henderson |
2020-08-24 | target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr() | Peter Maydell |
2020-08-04 | target/arm: Fix decode of LDRA[AB] instructions | Peter Collingbourne |
2020-08-03 | target/arm: Avoid maybe-uninitialized warning with gcc 4.9 | Kaige Li |
2020-07-03 | target/arm: Fix temp double-free in sve ldr/str | Richard Henderson |
2020-06-26 | target/arm: Implement data cache set allocation tags | Richard Henderson |
2020-06-26 | target/arm: Complete TBI clearing for user-only for SVE | Richard Henderson |
2020-06-26 | target/arm: Handle TBI for sve scalar + int memory ops | Richard Henderson |
2020-06-26 | target/arm: Add arm_tlb_bti_gp | Richard Henderson |
2020-06-26 | target/arm: Add helper_mte_check_zva | Richard Henderson |
2020-06-26 | target/arm: Add gen_mte_checkN | Richard Henderson |
2020-06-26 | target/arm: Add gen_mte_check1 | Richard Henderson |
2020-06-26 | target/arm: Implement the LDGM, STGM, STZGM instructions | Richard Henderson |
2020-06-26 | target/arm: Implement the STGP instruction | Richard Henderson |
2020-06-26 | target/arm: Implement LDG, STG, ST2G instructions | Richard Henderson |
2020-06-26 | target/arm: Implement the SUBP instruction | Richard Henderson |
2020-06-26 | target/arm: Implement the GMI instruction | Richard Henderson |
2020-06-26 | target/arm: Implement the ADDG, SUBG instructions | Richard Henderson |
2020-06-26 | target/arm: Revise decoding for disas_add_sub_imm | Richard Henderson |
2020-06-26 | target/arm: Implement the IRG instruction | Richard Henderson |
2020-06-26 | target/arm: Add MTE bits to tb_flags | Richard Henderson |
2020-06-26 | target/arm: Add MTE system registers | Richard Henderson |
2020-06-26 | target/arm: Add DISAS_UPDATE_NOCHAIN | Richard Henderson |
2020-06-26 | target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT | Richard Henderson |
2020-06-23 | target/arm: Remove dead code relating to SABA and UABA | Peter Maydell |
2020-06-23 | target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefs | Peter Maydell |
2020-06-23 | target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFn | Peter Maydell |
2020-06-05 | target/arm: Split helper_crypto_sm3tt | Richard Henderson |
2020-06-05 | target/arm: Split helper_crypto_sha1_3reg | Richard Henderson |
2020-06-05 | target/arm: Convert sha1 and sha256 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert sha512 and sm3 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert rax1 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert aes and sm4 to gvec helpers | Richard Henderson |
2020-05-21 | target/arm: Use clear_vec_high more effectively | Richard Henderson |
2020-05-21 | target/arm: Use tcg_gen_gvec_mov for clear_vec_high | Richard Henderson |
2020-05-14 | target/arm: Vectorize SABA/UABA | Richard Henderson |