aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson
2020-02-28target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson
2020-02-28target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson
2020-02-21target/arm: Set MVFR0.FPSP for ARMv5 cpusRichard Henderson
2020-02-21target/arm: Use isar_feature_aa32_simd_r32 more placesRichard 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: 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-21target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON fieldPeter Maydell
2020-02-21target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1Peter Maydell
2020-02-21target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell
2020-02-13target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson
2020-02-07target/arm: Raise only one interrupt in arm_cpu_exec_interruptRichard Henderson
2020-02-07target/arm: Use bool for unmasked in arm_excp_unmaskedRichard Henderson
2020-02-07target/arm: Pass more cpu state to arm_excp_unmaskedRichard Henderson
2020-02-07target/arm: Move arm_excp_unmasked to cpu.cRichard Henderson
2020-02-07target/arm: Add the hypervisor virtual counterRichard Henderson
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24qdev: remove extraneous errorMarc-André Lureau
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2020-01-23target/arm: add PMU feature to cortex-r5 and cortex-r5fClement Deschamps
2019-12-20target/arm: Prepare generic timer for per-platform CNTFRQAndrew Jeffery
2019-12-20target/arm: Abstract the generic timer frequencyAndrew Jeffery
2019-12-16target/arm: Add support for cortex-m7 CPUChristophe Lyon
2019-11-01target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones
2019-11-01target/arm: Allow SVE to be disabled via a CPU propertyAndrew Jones
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones
2019-08-02target/arm: Avoid bogus NSACR traps on M-profile without Security ExtensionPeter Maydell
2019-07-22target/arm: Limit ID register assertions to TCGPeter Maydell
2019-07-15target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026Peter Maydell
2019-07-15target/arm: report ARMv8-A FP support for AArch32 -cpu maxAlex Bennée
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé
2019-06-17target/arm: Allow M-profile CPUs to disable the DSP extension via CPU propertyPeter Maydell
2019-06-17target/arm: Allow VFP and Neon to be disabled via a CPU propertyPeter Maydell
2019-06-13target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu maxPeter Maydell
2019-06-13target/arm: Fix Cortex-R5F MVFR valuesPeter Maydell
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster