aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)Author
2024-05-28target/arm: Convert Cryptographic AES to decodetreeRichard Henderson
2024-05-28target/arm: Split out gengvec64.cRichard Henderson
2024-05-28target/arm: Split out gengvec.cRichard Henderson
2024-05-28target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16)Richard Henderson
2024-05-28target/arm: Fix decode of FMOV (hp) vs MOVIRichard Henderson
2024-05-28target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer)Richard Henderson
2024-05-28target/arm: Use PLD, PLDW, PLI not NOP for t32Richard Henderson
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-30target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell
2024-04-30target/arm: Enable FEAT_Spec_FPACC for -cpu maxPeter Maydell
2024-04-30target/arm: Enable FEAT_ETS2 for -cpu maxPeter Maydell
2024-04-30target/arm: Enable FEAT_CSV2_3 for -cpu maxPeter Maydell
2024-04-30target/arm: Restrict translation disabled alignment check to VMSARichard Henderson
2024-04-25target/arm: Add FEAT_NMI to maxJinjie Ruan
2024-04-25target/arm: Implement ALLINT MSR (immediate)Jinjie Ruan
2024-04-25target/arm: Add PSTATE.ALLINTJinjie Ruan
2024-04-09target/arm: Use insn_start from DisasContextBaseRichard Henderson
2024-04-02target/arm: take HSTR traps of cp15 accesses to EL2, not EL1Peter Maydell
2024-03-08target/arm: Move v7m-related code from cpu32.c into a separate fileThomas Huth
2024-03-07target/arm: Fix 32-bit SMOPARichard Henderson
2024-03-07target/arm: Enable FEAT_ECV for 'max' CPUPeter Maydell
2024-03-05target/arm: Do memory type alignment check when translation disabledRichard Henderson
2024-03-05target/arm: Support 32-byte alignment in pow2_alignRichard Henderson
2024-02-15target/arm: Allow access to SPSR_hyp from hyp modePeter Maydell
2024-02-15target/arm: Add Cortex-R52 IMPDEF sysregsPeter Maydell
2024-02-15target/arm: The Cortex-R52 has a read-only CBARPeter Maydell
2024-02-15target/arm: Fix SVE/SME gross MTE suppression checksRichard Henderson
2024-02-15target/arm: Handle mte in do_ldrq, do_ldroRichard Henderson
2024-02-15target/arm: Split out make_svemte_descRichard Henderson
2024-02-15target/arm: Adjust and validate mtedesc sizem1Richard Henderson
2024-02-15target/arm: Fix nregs computation in do_{ld,st}_zpaRichard Henderson
2024-02-03target/arm: Split out arm_env_mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-26target/arm: Fix A64 scalar SQSHRN and SQRSHRNPeter Maydell
2024-01-26target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' headerPhilippe Mathieu-Daudé
2024-01-26target/arm: Create arm_cpu_mp_affinityRichard Henderson
2024-01-26target/arm: Fix VNCR fault detection logicPeter Maydell
2024-01-09target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell
2024-01-09target/arm: Report VNCR_EL2 based faults correctlyPeter Maydell
2024-01-09target/arm: Implement FEAT_NV2 redirection of sysregs to RAMPeter Maydell
2024-01-09target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2Peter Maydell
2024-01-09target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell
2024-01-09target/arm: Treat LDTR* and STTR* as LDR/STR when NV, NV1 is 1, 1Peter Maydell
2024-01-09target/arm: Make NV reads of CurrentEL return EL2Peter Maydell
2024-01-09target/arm: Trap sysreg accesses for FEAT_NVPeter Maydell
2024-01-09target/arm: Move FPU/SVE/SME access checks up above ARM_CP_SPECIAL_MASK checkPeter Maydell
2024-01-09target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is setPeter Maydell
2024-01-09target/arm: Enable trapping of ERET for FEAT_NVPeter Maydell