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