aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu64.c
AgeCommit message (Expand)Author
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell
2019-08-16target/arm/cpu64: Ensure kvm really supports aarch64=offAndrew Jones
2019-08-16target/arm: generate a custom MIDR for -cpu maxAlex Bennée
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson
2019-03-05target/arm: Implement ARMv8.5-CondMRichard Henderson
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson
2019-02-28target/arm: Enable ARMv8.2-FHM for -cpu maxRichard Henderson
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-05target/arm: Enable BTI for -cpu maxRichard Henderson
2019-02-01target/arm: Always enable pac keys for user-onlyRichard Henderson
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay
2019-01-21target/arm: Enable PAuth for user-onlyRichard Henderson
2019-01-21target/arm: Enable PAuth for -cpu maxRichard Henderson
2019-01-07arm: replace instance_post_init()Marc-André Lureau
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson
2018-12-13target/arm: Implement the ARMv8.1-HPD extensionRichard Henderson
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson
2018-10-16target/arm: Add the Cortex-A72Edgar E. Iglesias
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-06-29target/arm: Add ID_ISAR6Richard Henderson
2018-06-29target/arm: Prune a57 features from maxRichard Henderson
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson
2018-03-09target/arm: Make 'any' CPU just an alias for 'max'Peter Maydell
2018-03-09target/arm: Add "-cpu max" supportPeter Maydell
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson
2018-03-09target/arm: Add a core count propertyAlistair Francis
2018-03-02target/arm: Enable ARM_FEATURE_V8_FCMARichard Henderson
2018-03-02target/arm: Enable ARM_FEATURE_V8_RDMRichard Henderson
2018-03-01target/arm: Enable ARM_V8_FP16 feature bit for the AArch64 "any" CPUPeter Maydell
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell
2017-01-20target-arm: Add ARMCPU fields for GIC CPU i/f configPeter Maydell
2016-12-20Move target-* CPU file into a target/ folderThomas Huth