aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
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
2018-06-22target/arm: Introduce ARM_FEATURE_M_MAINJulia Suvorova
2018-06-22target-arm: Add the Cortex-R5FEdgar E. Iglesias
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida
2018-05-15target/arm: Fix fp_status_f16 tininess before roundingPeter Maydell
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay
2018-03-09target/arm: Make 'any' CPU just an alias for 'max'Peter Maydell
2018-03-09target/arm: Add "-cpu max" supportPeter Maydell
2018-03-09target/arm: Move definition of 'host' cpu type into cpu.cPeter Maydell
2018-03-09target/arm: Query host CPU features on-demand at instance initPeter Maydell
2018-03-09target/arm: Add a core count propertyAlistair Francis
2018-03-02target/arm: Enable ARM_FEATURE_V8_FCMARichard Henderson
2018-03-02target/arm: Enable ARM_FEATURE_V8_RDMRichard Henderson
2018-03-02target/arm: Add Cortex-M33Peter Maydell
2018-03-02target/arm: Define init-svtor property for the reset secure VTOR valuePeter Maydell
2018-03-02target/arm: Define an IDAU interfacePeter Maydell
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-15hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVICPeter Maydell
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé