aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2 daystarget/arm/hvf: Add trace.h headerPeter Maydell
2 daysarm/ptw: Honour WXN/UWXN and SIF in short-format descriptorsPavel Skripkin
2 daysarm/ptw: Make get_S1prot accept decoded APPavel Skripkin
5 daystarget/arm: Drop user-only special case in sve_stN_rRichard Henderson
2024-11-05target/arm: Enable FEAT_CMOW for -cpu maxGustavo Romero
2024-11-05target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)Peter Maydell
2024-11-05target/arm: Add new MMU indexes for AArch32 Secure PL1&0Peter Maydell
2024-11-05Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"Peter Maydell
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell
2024-10-29target/arm: kvm: require KVM_CAP_DEVICE_CTRLPaolo Bonzini
2024-10-29target/arm: Fix arithmetic underflow in SETM instructionIdo Plat
2024-10-29target/arm: Don't assert in regime_is_user() for E10 mmuidx valuesPeter Maydell
2024-10-29target/arm: Store FPSR cumulative exception bits in env->vfp.fpsrPeter Maydell
2024-10-29arm/kvm: add support for MTECornelia Huck
2024-10-13target/arm: Fix alignment fault priority in get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Implement TCGCPUOps.tlb_fill_alignRichard Henderson
2024-10-13target/arm: Move device detection earlier in get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Pass MemOp through get_phys_addr_twostageRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_nogpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_gpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_with_space_nogpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addrRichard Henderson
2024-10-13include/exec/memop: Rename get_alignment_bitsRichard Henderson
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova
2024-10-01target/arm: Avoid target_ulong for physical address lookupsArd Biesheuvel
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-24target/arm: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev
2024-09-19target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1Peter Maydell
2024-09-19target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson
2024-09-19target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson
2024-09-19target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetreeRichard Henderson
2024-09-19target/arm: Widen NeonGenNarrowEnvFn return to 64 bitsRichard Henderson
2024-09-19target/arm: Convert VQSHL, VQSHLU to gvecRichard Henderson
2024-09-19target/arm: Convert handle_scalar_simd_shli to decodetreeRichard Henderson
2024-09-19target/arm: Convert handle_scalar_simd_shri to decodetreeRichard Henderson
2024-09-19target/arm: Convert SHRN, RSHRN to decodetreeRichard Henderson
2024-09-19target/arm: Split out subroutines of handle_shri_with_rndaccRichard Henderson
2024-09-19target/arm: Push tcg_rnd into handle_shri_with_rndaccRichard Henderson
2024-09-19target/arm: Convert SSHLL, USHLL to decodetreeRichard Henderson
2024-09-19target/arm: Use {, s}extract in handle_vec_simd_wshliRichard Henderson
2024-09-19target/arm: Convert handle_vec_simd_shli to decodetreeRichard Henderson
2024-09-19target/arm: Convert handle_vec_simd_shri to decodetreeRichard Henderson
2024-09-19target/arm: Fix whitespace near gen_srshr64_i64Richard Henderson
2024-09-19target/arm: Introduce gen_gvec_sshr, gen_gvec_ushrRichard Henderson
2024-09-19target/arm: Convert MOVI, FMOV, ORR, BIC (vector immediate) to decodetreeRichard Henderson
2024-09-19target/arm: Convert FMOVI (scalar, immediate) to decodetreeRichard Henderson