aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-13target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson1-0/+4
2020-02-07target/arm: Raise only one interrupt in arm_cpu_exec_interruptRichard Henderson1-18/+12
2020-02-07target/arm: Use bool for unmasked in arm_excp_unmaskedRichard Henderson1-3/+3
2020-02-07target/arm: Pass more cpu state to arm_excp_unmaskedRichard Henderson1-10/+12
2020-02-07target/arm: Move arm_excp_unmasked to cpu.cRichard Henderson1-0/+119
2020-02-07target/arm: Add the hypervisor virtual counterRichard Henderson1-1/+2
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones1-0/+2
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-27/+14
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24qdev: remove extraneous errorMarc-André Lureau1-24/+12
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-23target/arm: add PMU feature to cortex-r5 and cortex-r5fClement Deschamps1-0/+1
2019-12-20target/arm: Prepare generic timer for per-platform CNTFRQAndrew Jeffery1-10/+51
2019-12-20target/arm: Abstract the generic timer frequencyAndrew Jeffery1-0/+8
2019-12-16target/arm: Add support for cortex-m7 CPUChristophe Lyon1-0/+33
2019-11-01target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones1-0/+3
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones1-0/+19
2019-11-01target/arm: Allow SVE to be disabled via a CPU propertyAndrew Jones1-1/+2
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson1-0/+1
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger1-6/+4
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones1-5/+25
2019-08-02target/arm: Avoid bogus NSACR traps on M-profile without Security ExtensionPeter Maydell1-0/+8
2019-07-22target/arm: Limit ID register assertions to TCGPeter Maydell1-2/+5
2019-07-15target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026Peter Maydell1-0/+12
2019-07-15target/arm: report ARMv8-A FP support for AArch32 -cpu maxAlex Bennée1-0/+4
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-1/+7
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé1-6/+3
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé1-2/+4
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé1-0/+226
2019-06-17target/arm: Allow M-profile CPUs to disable the DSP extension via CPU propertyPeter Maydell1-0/+29
2019-06-17target/arm: Allow VFP and Neon to be disabled via a CPU propertyPeter Maydell1-6/+144
2019-06-13target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu maxPeter Maydell1-0/+4
2019-06-13target/arm: Fix Cortex-R5F MVFR valuesPeter Maydell1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-1/+1
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell1-1/+0
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson1-20/+2
2019-04-29target/arm: Enable FPU for Cortex-M4 and Cortex-M33Peter Maydell1-0/+8
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell1-0/+7
2019-04-29target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell1-0/+5
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+0
2019-03-26target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu maxRichard Henderson1-0/+5
2019-03-25target/arm: cortex-a7 and cortex-a15 have pmusAndrew Jones1-0/+3
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson1-0/+1
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson1-0/+1
2019-02-28target/arm: Enable ARMv8.2-FHM for -cpu maxRichard Henderson1-0/+1
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell1-2/+0
2019-02-28target/arm/cpu: Allow init-svtor property to be set after realizePeter Maydell1-5/+24