aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell1-0/+9
2020-10-20target/arm: Fix has_vfp/has_neon ID reg squashing for M-profilePeter Maydell1-12/+19
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones1-0/+8
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell1-10/+10
2020-10-01target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA checkPeter Maydell1-1/+0
2020-09-18target/arm: Set instance_align on CPUARM TypeInfoRichard Henderson1-0/+2
2020-09-14target/arm: Remove no-longer-reachable 32-bit KVM codePeter Maydell1-60/+53
2020-09-08target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann1-1/+0
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann1-3/+2
2020-09-01target/arm: Enable FP16 in '-cpu max'Peter Maydell1-1/+2
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell1-0/+3
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson1-8/+11
2020-06-26target/arm: Create tagged ram when MTE is enabledRichard Henderson1-4/+48
2020-06-26target/arm: Complete TBI clearing for user-only for SVERichard Henderson1-0/+3
2020-06-26target/arm: Restrict the values of DCZID.BS under TCGRichard Henderson1-0/+24
2020-06-26target/arm: Define arm_cpu_do_unaligned_access for user-onlyRichard Henderson1-1/+1
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé1-1/+1
2020-06-16target/arm/cpu: adjust virtual time for all KVM arm cpusfangying1-2/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-7/+4
2020-05-11target/arm: Restrict TCG cpus to TCG accelPhilippe Mathieu-Daudé1-634/+0
2020-05-11target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUsPhilippe Mathieu-Daudé1-1/+1
2020-05-11target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]Philippe Mathieu-Daudé1-7/+9
2020-05-11target/arm: Make set_feature() available for other filesThomas Huth1-10/+0
2020-05-04target/arm: Use uint64_t for midr field in CPU state structPhilippe Mathieu-Daudé1-1/+1
2020-05-04target/arm: Implement ARMv8.2-TTS2UXNPeter Maydell1-0/+1
2020-04-30target/arm/cpu: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-3/+6
2020-04-30target/arm: Make cpu_register() available for other filesThomas Huth1-8/+2
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-4/+4
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell1-3/+4
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-03-17target/arm: default SVE length to 64 bytes for linux-userAlex Bennée1-3/+4
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-19/+3
2020-03-05target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson1-6/+0
2020-03-05target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson1-2/+4
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell1-0/+1
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson1-25/+0
2020-02-28target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson1-1/+5
2020-02-28target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson1-3/+6
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson1-2/+2
2020-02-21target/arm: Set MVFR0.FPSP for ARMv5 cpusRichard Henderson1-4/+6
2020-02-21target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson1-5/+4
2020-02-21target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell1-0/+1
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell1-52/+52
2020-02-21target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell1-4/+4
2020-02-21target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checksPeter Maydell1-1/+2
2020-02-21target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell1-14/+14
2020-02-21target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON fieldPeter Maydell1-1/+1
2020-02-21target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1Peter Maydell1-1/+1
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell1-2/+4
2020-02-13target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson1-0/+4