aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu64.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-13target/arm/tcg: refine cache descriptions with a wrapperAlireza Sanaee1-6/+13
2024-06-04target/arm: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-2/+2
2024-05-30target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz1-1/+5
2024-04-30target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell1-0/+2
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-1/+0
2024-02-27target/arm: Advertise Cortex-A53 erratum #843419 fix via REVIDRArd Biesheuvel1-1/+1
2023-12-19target/arm/kvm: Have kvm_arm_sve_get_vls take a ARMCPU argumentPhilippe Mathieu-Daudé1-1/+1
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+1
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki1-2/+2
2023-10-03target/arm: Remove size and alignment for cpu subclassesRichard Henderson1-4/+0
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson1-3/+21
2023-09-08target/arm: Don't change pauth features when changing algorithmRichard Henderson1-25/+45
2023-07-25arm: spelling fixesMichael Tokarev1-1/+1
2023-07-06target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error casePeter Maydell1-2/+2
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas1-684/+3
2023-05-02target/arm: Do not expose all -cpu max features to qtestsFabiano Rosas1-3/+9
2023-05-02target/arm: Extract TCG -cpu max code into a functionFabiano Rosas1-14/+18
2023-05-02target/arm: Remove dead code from cpu_max_set_sve_max_vqFabiano Rosas1-6/+0
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas1-0/+1
2023-04-20target/arm: Implement FEAT_PAN3Peter Maydell1-1/+1
2023-03-21target/arm: Add Neoverse-N1 registersChen Baozi1-0/+69
2023-02-03target/arm: Enable FEAT_FGT on '-cpu max'Peter Maydell1-0/+1
2023-01-05target/arm: cleanup cpu includesClaudio Fontana1-6/+0
2022-12-15target/arm: Report FEAT_EVT for TCG '-cpu max'Peter Maydell1-0/+1
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin1-0/+69
2022-10-27target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson1-1/+1
2022-10-27target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson1-0/+1
2022-10-27target/arm: Implement FEAT_E0PDPeter Maydell1-0/+1
2022-09-29target/arm: Rearrange cpu64.c so all the CPU initfns are togetherPeter Maydell1-356/+356
2022-09-14target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'Peter Maydell1-1/+1
2022-09-14target/arm: Advertise FEAT_ETS for '-cpu max'Peter Maydell1-0/+1
2022-09-14target/arm: Add cortex-a35Hao Wu1-0/+80
2022-07-11target/arm: Enable SME for -cpu maxRichard Henderson1-0/+11
2022-07-07target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell1-0/+6
2022-06-27target/arm: Add cpu properties for SMERichard Henderson1-4/+110
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson1-2/+2
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson1-13/+14
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson1-14/+15
2022-06-27target/arm: Create ARMVQMapRichard Henderson1-11/+11
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson1-8/+7
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson1-61/+56
2022-06-08target/arm: Implement FEAT_DoubleFaultPeter Maydell1-2/+2
2022-06-08target/arm: Declare support for FEAT_RASv1p1Peter Maydell1-0/+1
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson1-0/+1
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell1-0/+11
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell1-0/+6
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell1-0/+1
2022-05-19target/arm: Enable FEAT_S2FWB for -cpu maxPeter Maydell1-0/+11
2022-05-09target/arm: Define neoverse-n1Richard Henderson1-0/+66
2022-05-09target/arm: Define cortex-a76Richard Henderson1-0/+66