aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu64.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell1-1/+0
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson1-0/+1
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson1-0/+1
2019-03-05target/arm: Implement ARMv8.5-CondMRichard Henderson1-1/+1
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson1-0/+1
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson1-0/+2
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson1-0/+2
2019-02-28target/arm: Enable ARMv8.2-FHM for -cpu maxRichard Henderson1-0/+2
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson1-0/+2
2019-02-05target/arm: Enable BTI for -cpu maxRichard Henderson1-0/+4
2019-02-01target/arm: Always enable pac keys for user-onlyRichard Henderson1-60/+0
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova1-15/+0
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay1-4/+0
2019-01-21target/arm: Enable PAuth for user-onlyRichard Henderson1-0/+60
2019-01-21target/arm: Enable PAuth for -cpu maxRichard Henderson1-0/+4
2019-01-07arm: replace instance_post_init()Marc-André Lureau1-4/+20
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson1-0/+1
2018-12-13target/arm: Implement the ARMv8.1-HPD extensionRichard Henderson1-0/+4
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell1-3/+3
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson1-7/+9
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson1-1/+4
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson1-23/+34
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson1-35/+35
2018-10-16target/arm: Add the Cortex-A72Edgar E. Iglesias1-3/+63
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson1-42/+0
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson1-0/+29
2018-06-29target/arm: Add ID_ISAR6Richard Henderson1-0/+2
2018-06-29target/arm: Prune a57 features from maxRichard Henderson1-9/+0
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson1-0/+1
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson1-0/+1
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson1-0/+1
2018-03-09target/arm: Make 'any' CPU just an alias for 'max'Peter Maydell1-31/+28
2018-03-09target/arm: Add "-cpu max" supportPeter Maydell1-0/+21
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson1-0/+41
2018-03-09target/arm: Add a core count propertyAlistair Francis1-2/+4
2018-03-02target/arm: Enable ARM_FEATURE_V8_FCMARichard Henderson1-0/+1
2018-03-02target/arm: Enable ARM_FEATURE_V8_RDMRichard Henderson1-0/+1
2018-03-01target/arm: Enable ARM_V8_FP16 feature bit for the AArch64 "any" CPUPeter Maydell1-0/+1
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel1-0/+4
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell1-0/+2
2017-01-20target-arm: Add ARMCPU fields for GIC CPU i/f configPeter Maydell1-0/+6
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+353