aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2023-10-11target/arm: Remove references to gdb_has_xmlAkihiko Odaki1-30/+2
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki2-5/+5
2023-10-11target/arm: Move the reference to arm-core.xmlAkihiko Odaki1-1/+2
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson5-11/+11
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson11-509/+509
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+0
2023-10-03target/arm: Remove size and alignment for cpu subclassesRichard Henderson2-7/+0
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson6-19/+7
2023-09-29target/arm/hvf: Clean up local variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-09-29target/arm/tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé2-9/+9
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell1-0/+1
2023-09-21target/arm: Implement the CPY* instructionsPeter Maydell4-0/+535
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPS copiesPeter Maydell2-0/+116
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell6-9/+155
2023-09-21target/arm: Define new TB flag for ATA0Peter Maydell4-13/+27
2023-09-21target/arm: Implement the SET* instructionsPeter Maydell4-0/+413
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPSPeter Maydell2-2/+80
2023-09-21target/arm: New function allocation_tag_mem_probe()Peter Maydell1-11/+37
2023-09-21target/arm: Define syndrome function for MOPS exceptionsPeter Maydell1-0/+12
2023-09-21target/arm: Pass unpriv bool to get_a64_user_mem_index()Peter Maydell1-6/+14
2023-09-21target/arm: Implement FEAT_MOPS enable bitsPeter Maydell2-8/+28
2023-09-21target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell1-0/+9
2023-09-21target/arm: Remove unused allocation_tag_mem() argumentPeter Maydell1-28/+14
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell4-1/+15
2023-09-21target/arm: Update user-mode ID reg mask valuesPeter Maydell1-1/+10
2023-09-21target/arm: Update AArch64 ID register field definitionsPeter Maydell1-0/+23
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-48/+10
2023-09-16target/arm: Use tcg_gen_gvec_cmpi for compare vs 0Richard Henderson1-48/+10
2023-09-15target/arm: Use clmul_64Richard Henderson1-18/+4
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson1-13/+1
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson3-25/+2
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson3-57/+9
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi1-8/+2
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi16-124/+701
2023-09-11crypto: Create sm4_subwordMax Chou1-8/+2
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum1-0/+61
2023-09-08target/arm: Enable SCTLR_EL1.TIDCP for user-onlyRichard Henderson1-0/+4
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson6-0/+38
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson4-2/+55
2023-09-08target/arm: Implement cortex-a710Richard Henderson1-0/+212
2023-09-08target/arm: Implement RMR_ELxRichard Henderson1-23/+41
2023-09-08arm64: Restore trapless ptimer accessColton Lewis1-0/+1
2023-09-08target/arm: Do not use gen_mte_checkN in trans_STGPRichard Henderson1-26/+15
2023-09-08target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay3-2/+25
2023-09-08target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay3-19/+68
2023-09-08target/arm: Implement FEAT_Pauth2Aaron Lindsay2-5/+18
2023-09-08target/arm: Implement FEAT_EPACAaron Lindsay2-6/+12
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson4-14/+67