aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu64.c
AgeCommit message (Expand)Author
2021-06-03target/arm: Enable BFloat16 extensionsRichard Henderson
2021-05-25target/arm: Enable SVE2 and related extensionspull-target-arm-20210525Richard Henderson
2021-05-25target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU typeRebecca Cran
2021-04-06Revert "target/arm: Make number of counters in PMCR follow the CPU"Peter Maydell
2021-03-30target/arm: Make number of counters in PMCR follow the CPUPeter Maydell
2021-03-05target/arm: Enable FEAT_SSBS for "max" AARCH64 CPURebecca Cran
2021-02-11target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPURebecca Cran
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-01-19target/arm: enable Secure EL2 in max CPURémi Denis-Courmont
2021-01-19target/arm: Use object_property_add_bool for "sve" propertyRichard Henderson
2021-01-19target/arm: Add cpu properties to control pauthRichard Henderson
2021-01-12target/arm: enable Small Translation tables in max CPURémi Denis-Courmont
2020-12-15arm/cpu64: Register "aarch64" as class propertyEduardo Habkost
2020-10-08target/arm: Make '-cpu max' have a 48-bit PApull-target-arm-20201008-1Peter Maydell
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell
2020-09-01target/arm: Enable FP16 in '-cpu max'Peter Maydell
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-26target/arm: Enable MTEpull-target-arm-20200626Richard Henderson
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé
2020-06-16target/arm/cpu: adjust virtual time for all KVM arm cpusfangying
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-11target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]Philippe Mathieu-Daudé
2020-05-11target/arm: Make set_feature() available for other filesThomas Huth
2020-05-04target/arm: Use correct variable for setting 'max' cpu's ID_AA64DFR0Peter Maydell
2020-05-04target/arm: Implement ARMv8.2-TTS2UXNPeter Maydell
2020-04-30target/arm: Make cpu_register() available for other filesThomas Huth
2020-04-22target/arm: Fix ID_MMFR4 value on AArch64 'max' CPUPeter Maydell
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson
2020-02-28target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfnRichard Henderson
2020-02-21target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell
2020-02-21target/arm: Provide ARMv8.4-PMU in '-cpu max'Peter Maydell
2020-02-21target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell
2020-02-21target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checksPeter Maydell
2020-02-21target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell
2020-02-13target/arm: Implement ARMv8.1-VMID16 extensionpull-target-arm-20200213Peter Maydell
2020-02-13target/arm: Enable ARMv8.2-UAO in -cpu maxRichard Henderson
2020-02-13target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson
2020-02-07target/arm: Enable ARMv8.1-VHE in -cpu maxRichard Henderson
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertypull-target-arm-20200130Andrew Jones
2019-12-16target/arm: Add support for DC CVAP & DC CVADP insBeata Michalska
2019-11-19target/arm: Merge arm_cpu_vq_map_next_smaller into sole callerRichard Henderson
2019-11-01target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones