aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)Author
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
2024-01-09target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPUPeter Maydell
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-12-19target/arm/tcg: Including missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2023-12-19target/arm: Restrict TCG specific helpersPhilippe Mathieu-Daudé
2023-11-20target/arm: Fix SME FMOPA (16-bit), BFMOPARichard Henderson
2023-11-20target/arm: enable FEAT_RNG on Neoverse-N2Marcin Juszkiewicz
2023-11-15target/arm/tcg: spelling fixes: alse, addresesMichael Tokarev
2023-11-13target/arm/tcg: enable PMU feature for Cortex-A8 and A9Nikita Ostrenkov
2023-11-13target/arm: Correct MTE tag checking for reverse-copy MOPSPeter Maydell
2023-11-13target/arm: HVC at EL3 should go to EL3, not EL2Peter Maydell
2023-11-06target/arm: Fix A64 LDRA immediate decodePeter Maydell
2023-11-02target/arm: Fix SVE STR incrementRichard Henderson
2023-11-02target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctlyPeter Maydell
2023-10-27target/arm: Fix syndrome for FGT traps on ERETPeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-27target/arm: Implement Neoverse N2 CPU modelPeter Maydell
2023-10-27target/arm: Correct minor errors in Cortex-A710 definitionPeter Maydell
2023-10-22target/arm: Use tcg_gen_ext_i64Richard Henderson
2023-10-19target/arm: Implement FEAT_HPMN0Peter Maydell
2023-10-19target/arm: Permit T32 LDM with single registerPeter Maydell
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson
2023-09-29target/arm/tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell
2023-09-21target/arm: Implement the CPY* instructionsPeter Maydell
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPS copiesPeter Maydell
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell
2023-09-21target/arm: Define new TB flag for ATA0Peter Maydell
2023-09-21target/arm: Implement the SET* instructionsPeter Maydell
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPSPeter Maydell
2023-09-21target/arm: New function allocation_tag_mem_probe()Peter Maydell
2023-09-21target/arm: Pass unpriv bool to get_a64_user_mem_index()Peter Maydell
2023-09-21target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell