aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)Author
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
2023-09-21target/arm: Remove unused allocation_tag_mem() argumentPeter Maydell
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-09-16target/arm: Use tcg_gen_gvec_cmpi for compare vs 0Richard Henderson
2023-09-15target/arm: Use clmul_64Richard Henderson
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi
2023-09-11crypto: Create sm4_subwordMax Chou
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson
2023-09-08target/arm: Implement cortex-a710Richard Henderson
2023-09-08target/arm: Do not use gen_mte_checkN in trans_STGPRichard Henderson
2023-09-08target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay
2023-09-08target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay
2023-09-08target/arm: Implement FEAT_Pauth2Aaron Lindsay
2023-09-08target/arm: Implement FEAT_EPACAaron Lindsay
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson
2023-09-08target/arm: Don't change pauth features when changing algorithmRichard Henderson
2023-09-08target/arm: Add feature detection for FEAT_Pauth2 and extensionsAaron Lindsay