aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson1-0/+1
2019-02-05target/arm: Enable TBI for user-onlyRichard Henderson1-0/+6
2019-02-01target/arm: Always enable pac keys for user-onlyRichard Henderson1-0/+3
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova1-1/+25
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS1-0/+12
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS1-2/+1
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay1-7/+12
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay1-0/+3
2019-01-21target/arm: Enable PAuth for user-onlyRichard Henderson1-0/+3
2019-01-07arm: replace instance_post_init()Marc-André Lureau1-6/+24
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell1-9/+24
2018-12-14target/arm: Create timers in realize, not initPeter Maydell1-8/+9
2018-12-14target/arm: Free name string in ARMCPRegInfo hashtable entriesPeter Maydell1-1/+15
2018-12-13target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson1-0/+4
2018-11-13target/arm/cpu: Give Cortex-A15 and -A7 the EL2 featurePeter Maydell1-0/+2
2018-11-13target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell1-1/+47
2018-11-13target/arm: Track the state of our irq lines from the GIC explicitlyPeter Maydell1-0/+17
2018-11-02target/arm: Conditionalize some asserts on aarch32 supportRichard Henderson1-2/+13
2018-10-24target/arm: Convert jazelle from feature bit to isar1 testRichard Henderson1-3/+14
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson1-9/+1
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson1-9/+18