aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell3-0/+16
2020-10-20target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16Peter Maydell1-19/+28
2020-10-20target/arm: Fix has_vfp/has_neon ID reg squashing for M-profilePeter Maydell1-12/+19
2020-10-20target/arm: Implement v8.1M low-overhead-loop instructionsPeter Maydell2-2/+99
2020-10-20target/arm: Implement v8.1M branch-future insns (as NOPs)Peter Maydell3-1/+38
2020-10-20target/arm: Don't allow BLX imm for M-profilePeter Maydell1-0/+8
2020-10-20target/arm: Make the t32 insn[25:23]=111 group non-overlappingPeter Maydell1-13/+11
2020-10-20target/arm: Implement v8.1M conditional-select insnsPeter Maydell2-0/+63
2020-10-20target/arm: Implement v8.1M NOCP handlingPeter Maydell3-6/+22
2020-10-20target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11Richard Henderson2-8/+10
2020-10-20target/arm: Fix reported EL for mte_check_failRichard Henderson1-7/+3
2020-10-20target/arm: Remove redundant mmu_idx lookupRichard Henderson1-2/+1
2020-10-20target/arm: Use tlb_flush_page_bits_by_mmuidx*Richard Henderson1-7/+39
2020-10-20target/arm: AArch32 VCVT fixed-point to float is always round-to-nearestPeter Maydell3-13/+47
2020-10-20target/arm: Fix SMLAD incorrect setting of Q bitPeter Maydell1-11/+49
2020-10-08target/arm: Make '-cpu max' have a 48-bit PAPeter Maydell1-0/+4
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones6-6/+131
2020-10-08target/arm/kvm: Make uncalled stubs explicitly unreachableAndrew Jones1-19/+32
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana1-2/+2
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-1/+2
2020-10-01target/arm: Fix SVE spliceRichard Henderson1-1/+1
2020-10-01target/arm: Fix sve ldr/strRichard Henderson1-2/+2
2020-10-01target/arm: Make isar_feature_aa32_fp16_arith() handle M-profilePeter Maydell1-5/+26
2020-10-01target/arm: Add ID register values for Cortex-M0Peter Maydell1-0/+24
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell6-38/+42
2020-10-01target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA checkPeter Maydell3-4/+17
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-3/+3
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-3/+3
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-1/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-18target/arm: Set instance_align on CPUARM TypeInfoRichard Henderson1-0/+2
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-09-14target/arm: Count PMU events when MDCR.SPME is setAaron Lindsay1-1/+1
2020-09-14target/arm: Remove no-longer-reachable 32-bit KVM codePeter Maydell4-80/+53
2020-09-14target/arm: Remove KVM support for 32-bit Arm hostsPeter Maydell2-599/+1
2020-09-14target/arm: Convert VCMLA, VCADD size field to MO_* in decodePeter Maydell2-16/+24
2020-09-14target/arm: Convert Neon VCVT fp size field to MO_* in decodePeter Maydell2-4/+3
2020-09-14target/arm: Convert Neon 3-same-fp size field to MO_* in decodePeter Maydell2-10/+21
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-14/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-7/+11
2020-09-08target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann1-1/+0
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann4-8/+4
2020-09-02arm: Fix typo in AARCH64_CPU_GET_CLASS definitionEduardo Habkost1-1/+1
2020-09-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'...Peter Maydell13-800/+1687
2020-09-01target/arm: Enable FP16 in '-cpu max'Peter Maydell2-7/+6
2020-09-01target/arm: Implement fp16 for Neon VMUL, VMLA, VMLSPeter Maydell1-55/+55
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell2-5/+32
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell1-4/+8
2020-09-01target/arm: Implement fp16 for Neon VRINTXPeter Maydell3-42/+9