Age | Commit message (Expand) | Author |
2021-05-25 | target/arm: Pass separate addend to FCMLA helpers | Richard Henderson |
2021-05-25 | target/arm: Pass separate addend to {U, S}DOT helpers | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 XAR | Richard Henderson |
2021-05-10 | target/arm: Share unallocated_encoding() and gen_exception_insn() | Peter Maydell |
2021-04-30 | target/arm: Enforce alignment for aa64 vector LDn/STn (single) | Richard Henderson |
2021-04-30 | target/arm: Enforce alignment for aa64 vector LDn/STn (multiple) | Richard Henderson |
2021-04-30 | target/arm: Use MemOp for size + endian in aa64 vector ld/st | Richard Henderson |
2021-04-30 | target/arm: Enforce alignment for aa64 load-acq/store-rel | Richard Henderson |
2021-04-30 | target/arm: Use finalize_memop for aa64 fpr load/store | Richard Henderson |
2021-04-30 | target/arm: Use finalize_memop for aa64 gpr load/store | Richard Henderson |
2021-04-30 | target/arm: Add ALIGN_MEM to TBFLAG_ANY | Richard Henderson |
2021-04-30 | target/arm: Introduce CPUARMTBFlags | Richard Henderson |
2021-04-30 | target/arm: Add wrapper macros for accessing tbflags | Richard Henderson |
2021-04-30 | target/arm: Rename TBFLAG_ANY, PSTATE_SS | Richard Henderson |
2021-04-30 | target/arm: Remove log2_esize parameter to gen_mte_checkN | Richard Henderson |
2021-04-30 | target/arm: Merge mte_check1, mte_checkN | Richard Henderson |
2021-04-30 | target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1 | Richard Henderson |
2021-03-10 | semihosting: Move include/hw/semihosting/ -> include/semihosting/ | Philippe Mathieu-Daudé |
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 |