aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2024-07-29target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-07-29target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-07-29target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-07-29target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-07-29hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-07-29hvf: arm: Properly disable PMUAkihiko Odaki
2024-07-29hvf: arm: Raise an exception for sysreg by defaultAkihiko Odaki
2024-07-29target/arm/kvm: Do not silently remove PMUAkihiko Odaki
2024-07-29target/arm/kvm: Set PMU for host only when availableAkihiko Odaki
2024-07-23bsd-user: Make compile for non-linux user-mode stuffWarner Losh
2024-07-23bsd-user: Hard wire aarch64 to be 4k pages onlyWarner Losh
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-07-23target/arm: Use set/clear_helper_retaddr in SVE and SME helpersRichard Henderson
2024-07-23target/arm: Use set/clear_helper_retaddr in helper-a64.cRichard Henderson
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée
2024-07-18hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-07-18target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson
2024-07-18target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan
2024-07-18target/arm: LDAPR should honour SCTLR_ELx.nAAPeter Maydell
2024-07-18target/arm: Fix handling of LDAPR/STLR with negative offsetPeter Maydell
2024-07-11target/arm: Convert PMULL to decodetreeRichard Henderson
2024-07-11target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetreeRichard Henderson
2024-07-11target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetreeRichard Henderson
2024-07-11target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetreeRichard Henderson
2024-07-11target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetreeRichard Henderson
2024-07-11target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetreeRichard Henderson
2024-07-11target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()Peter Maydell
2024-07-11target/arm: Use cpu_env in cpu_untagged_addrRichard Henderson
2024-07-11target/arm: Allow FPCR bits that aren't in FPSCRPeter Maydell
2024-07-11target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolicallyPeter Maydell
2024-07-11target/arm: Rename FPCR_ QC, NZCV macros to FPSR_Peter Maydell
2024-07-11target/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell
2024-07-11target/arm: Implement store_cpu_field_low32() macroPeter Maydell
2024-07-11target/arm: Support migration when FPSR/FPCR won't fit in the FPSCRPeter Maydell
2024-07-11target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}Peter Maydell
2024-07-11target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}Peter Maydell
2024-07-11target/arm: Correct comments about M-profile FPSCRPeter Maydell
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero
2024-07-05target/arm: Make some MTE helpers widely availableGustavo Romero
2024-07-05target/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero
2024-07-01target/arm: Enable FEAT_Debugv8p8 for -cpu maxGustavo Romero
2024-07-01target/arm: Move initialization of debug ID registersGustavo Romero
2024-07-01target/arm: Fix indentationGustavo Romero
2024-07-01target/arm: Delete dead code from disas_simd_indexedRichard Henderson
2024-07-01target/arm: Convert FCMLA to decodetreeRichard Henderson
2024-07-01target/arm: Convert FCADD to decodetreeRichard Henderson
2024-07-01target/arm: Add data argument to do_fp3_vectorRichard Henderson
2024-07-01target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetreeRichard Henderson
2024-07-01target/arm: Convert BFMLALB, BFMLALT to decodetreeRichard Henderson
2024-07-01target/arm: Convert BFDOT to decodetreeRichard Henderson