aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2024-01-27target/arm: Fix incorrect aa64_tidcp1 feature checkPeter Maydell1-1/+1
2024-01-27target/arm: Fix A64 scalar SQSHRN and SQRSHRNPeter Maydell1-1/+1
2023-12-04target/arm: Disable SME if SVE is disabledPeter Maydell1-0/+10
2023-11-27target/arm: Handle overflow in calculation of next timer tickPeter Maydell1-4/+21
2023-11-27target/arm: Set IL bit for pauth, SVE access, BTI trap syndromesPeter Maydell1-3/+3
2023-11-20target/arm: Fix SME FMOPA (16-bit), BFMOPARichard Henderson1-6/+4
2023-11-20target/arm: enable FEAT_RNG on Neoverse-N2Marcin Juszkiewicz1-1/+1
2023-11-15target/arm/tcg: spelling fixes: alse, addresesMichael Tokarev2-2/+2
2023-11-13target/arm/tcg: enable PMU feature for Cortex-A8 and A9Nikita Ostrenkov1-0/+2
2023-11-13target/arm: Correct MTE tag checking for reverse-copy MOPSPeter Maydell1-2/+10
2023-11-13target/arm: HVC at EL3 should go to EL3, not EL2Peter Maydell1-1/+3
2023-11-08target/arm: hide aliased MIDR from gdbstubAlex Bennée1-1/+1
2023-11-08target/arm: hide all versions of DBGD[RS]AR from gdbstubAlex Bennée1-4/+6
2023-11-08target/arm: mark the 32bit alias of PAR when LPAE enabledAlex Bennée1-14/+21
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-2/+1
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2-27/+25
2023-11-07target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'Philippe Mathieu-Daudé3-28/+28
2023-11-07target: Mention 'cpu-qom.h' is target agnosticPhilippe Mathieu-Daudé1-1/+1
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé2-6/+0
2023-11-06target/arm: Fix A64 LDRA immediate decodePeter Maydell2-1/+6
2023-11-02target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walkPeter Maydell2-3/+5
2023-11-02target/arm: Fix SVE STR incrementRichard Henderson1-2/+3
2023-11-02target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctlyPeter Maydell1-3/+12
2023-11-02target/arm: Enable FEAT_MOPS insns in user-mode emulationPeter Maydell1-0/+2
2023-11-02linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider1-0/+5
2023-10-27target/arm: Fix syndrome for FGT traps on ERETPeter Maydell1-2/+2
2023-10-27target/arm: Move ID_AA64DFR* feature tests togetherPeter Maydell1-5/+5
2023-10-27target/arm: Move ID_AA64PFR* tests togetherPeter Maydell1-43/+43
2023-10-27target/arm: Move ID_AA64ISAR* test functions togetherPeter Maydell1-35/+35
2023-10-27target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2Peter Maydell1-60/+60
2023-10-27target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests togetherPeter Maydell1-30/+30
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell20-972/+1012
2023-10-27target/arm: Implement Neoverse N2 CPU modelPeter Maydell1-0/+103
2023-10-27target/arm: Correct minor errors in Cortex-A710 definitionPeter Maydell1-2/+9
2023-10-22target/arm: Use tcg_gen_ext_i64Richard Henderson1-35/+2
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell3-52/+118
2023-10-19target/arm/common-semi-target.h: Remove unnecessary boot.h includePeter Maydell1-3/+1
2023-10-19target/arm/kvm64.c: Remove unused includePeter Maydell1-1/+0
2023-10-19target/arm: Implement FEAT_HPMN0Peter Maydell3-1/+6
2023-10-19target/arm: Permit T32 LDM with single registerPeter Maydell1-14/+23
2023-10-19arm/kvm: convert to kvm_get_one_regCornelia Huck2-54/+18
2023-10-19arm/kvm: convert to kvm_set_one_regCornelia Huck2-58/+21
2023-10-19target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0Michal Orzel1-16/+1
2023-10-19hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'Philippe Mathieu-Daudé1-2/+0
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