aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-29target/arm: Enable FPU for Cortex-M4 and Cortex-M33Peter Maydell
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell
2019-04-29target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-26target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu maxRichard Henderson
2019-03-25target/arm: cortex-a7 and cortex-a15 have pmusAndrew Jones
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson
2019-02-28target/arm: Enable ARMv8.2-FHM for -cpu maxRichard Henderson
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell
2019-02-28target/arm/cpu: Allow init-svtor property to be set after realizePeter Maydell
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-05target/arm: Enable TBI for user-onlyRichard Henderson
2019-02-01target/arm: Always enable pac keys for user-onlyRichard Henderson
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay
2019-01-21target/arm: Enable PAuth for user-onlyRichard Henderson
2019-01-07arm: replace instance_post_init()Marc-André Lureau
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell
2018-12-14target/arm: Create timers in realize, not initPeter Maydell
2018-12-14target/arm: Free name string in ARMCPRegInfo hashtable entriesPeter Maydell
2018-12-13target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson
2018-11-13target/arm/cpu: Give Cortex-A15 and -A7 the EL2 featurePeter Maydell
2018-11-13target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell
2018-11-13target/arm: Track the state of our irq lines from the GIC explicitlyPeter Maydell
2018-11-02target/arm: Conditionalize some asserts on aarch32 supportRichard Henderson
2018-10-24target/arm: Convert jazelle from feature bit to isar1 testRichard Henderson
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson
2018-10-24target/arm: V8M should not imply V7VERichard Henderson
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson
2018-10-16target/arm: Fix cortex-a7 id_isar0Richard Henderson
2018-10-16target/arm: Align cortex-r5 id_isar0Richard Henderson
2018-09-25target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp modePeter Maydell
2018-08-16target/arm: add "cortex-m0" CPU modelStefan Hajnoczi
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-08-14arm: Add ARMv6-M programmer's model supportJulia Suvorova
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-06-29target/arm: Add ID_ISAR6Richard Henderson
2018-06-29target/arm: Prune a15 features from maxRichard Henderson
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson