aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2024-04-09target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell
2024-04-02target/arm: take HSTR traps of cp15 accesses to EL2, not EL1Peter Maydell
2024-03-09target/arm: Fix 32-bit SMOPARichard Henderson
2024-02-16target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...Peter Maydell
2024-02-16target/arm: Fix SVE/SME gross MTE suppression checksRichard Henderson
2024-02-16target/arm: Handle mte in do_ldrq, do_ldroRichard Henderson
2024-02-16target/arm: Split out make_svemte_descRichard Henderson
2024-02-16target/arm: Adjust and validate mtedesc sizem1Richard Henderson
2024-02-16target/arm: Fix nregs computation in do_{ld,st}_zpaRichard Henderson
2024-02-09target/arm: Reinstate "vfp" property on AArch32 CPUsPeter Maydell
2024-02-09target/arm: fix exception syndrome for AArch32 bkpt insnJan Klötzke
2024-01-27target/arm: Fix incorrect aa64_tidcp1 feature checkPeter Maydell
2024-01-27target/arm: Fix A64 scalar SQSHRN and SQRSHRNPeter Maydell
2023-12-04target/arm: Disable SME if SVE is disabledPeter Maydell
2023-11-27target/arm: Handle overflow in calculation of next timer tickPeter Maydell
2023-11-27target/arm: Set IL bit for pauth, SVE access, BTI trap syndromesPeter Maydell
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-08target/arm: hide aliased MIDR from gdbstubAlex Bennée
2023-11-08target/arm: hide all versions of DBGD[RS]AR from gdbstubAlex Bennée
2023-11-08target/arm: mark the 32bit alias of PAR when LPAE enabledAlex Bennée
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Mention 'cpu-qom.h' is target agnosticPhilippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-11-06target/arm: Fix A64 LDRA immediate decodePeter Maydell
2023-11-02target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walkPeter 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-11-02target/arm: Enable FEAT_MOPS insns in user-mode emulationPeter Maydell
2023-11-02linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider
2023-10-27target/arm: Fix syndrome for FGT traps on ERETPeter Maydell
2023-10-27target/arm: Move ID_AA64DFR* feature tests togetherPeter Maydell
2023-10-27target/arm: Move ID_AA64PFR* tests togetherPeter Maydell
2023-10-27target/arm: Move ID_AA64ISAR* test functions togetherPeter Maydell
2023-10-27target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2Peter Maydell
2023-10-27target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests togetherPeter 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/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell
2023-10-19target/arm/common-semi-target.h: Remove unnecessary boot.h includePeter Maydell
2023-10-19target/arm/kvm64.c: Remove unused includePeter Maydell
2023-10-19target/arm: Implement FEAT_HPMN0Peter Maydell