Age | Commit message (Expand) | Author |
2024-07-29 | target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled | Peter Maydell |
2024-07-29 | target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl() | Peter Maydell |
2024-07-29 | target/arm: Fix UMOPA/UMOPS of 16-bit values | Peter Maydell |
2024-07-29 | target/arm: Don't assert for 128-bit tile accesses when SVL is 128 | Peter Maydell |
2024-07-29 | hvf: arm: Do not advance PC when raising an exception | Akihiko Odaki |
2024-07-29 | hvf: arm: Properly disable PMU | Akihiko Odaki |
2024-07-29 | hvf: arm: Raise an exception for sysreg by default | Akihiko Odaki |
2024-07-29 | target/arm/kvm: Do not silently remove PMU | Akihiko Odaki |
2024-07-29 | target/arm/kvm: Set PMU for host only when available | Akihiko Odaki |
2024-07-23 | bsd-user: Make compile for non-linux user-mode stuff | Warner Losh |
2024-07-23 | bsd-user: Hard wire aarch64 to be 4k pages only | Warner Losh |
2024-07-23 | Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2024-07-23 | target/arm: Use set/clear_helper_retaddr in SVE and SME helpers | Richard Henderson |
2024-07-23 | target/arm: Use set/clear_helper_retaddr in helper-a64.c | Richard Henderson |
2024-07-22 | gdbstub: Re-factor gdb command extensions | Alex Bennée |
2024-07-18 | hvf: arm: Do not advance PC when raising an exception | Akihiko Odaki |
2024-07-18 | target/arm: Use FPST_F16 for SME FMOPA (widening) | Richard Henderson |
2024-07-18 | target/arm: Use float_status copy in sme_fmopa_s | Daniyal Khan |
2024-07-18 | target/arm: LDAPR should honour SCTLR_ELx.nAA | Peter Maydell |
2024-07-18 | target/arm: Fix handling of LDAPR/STLR with negative offset | Peter Maydell |
2024-07-11 | target/arm: Convert PMULL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert ADDHN, SUBHN, RADDHN, RSUBHN to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDW, SSUBW, UADDW, USUBW to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SQDMULL, SQDMLAL, SQDMLSL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SADDL, SSUBL, SABDL, SABAL, and unsigned to decodetree | Richard Henderson |
2024-07-11 | target/arm: Convert SMULL, UMULL, SMLAL, UMLAL, SMLSL, UMLSL to decodetree | Richard Henderson |
2024-07-11 | target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt() | Peter Maydell |
2024-07-11 | target/arm: Use cpu_env in cpu_untagged_addr | Richard Henderson |
2024-07-11 | target/arm: Allow FPCR bits that aren't in FPSCR | Peter Maydell |
2024-07-11 | target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolically | Peter Maydell |
2024-07-11 | target/arm: Rename FPCR_ QC, NZCV macros to FPSR_ | Peter Maydell |
2024-07-11 | target/arm: Store FPSR and FPCR in separate CPU state fields | Peter Maydell |
2024-07-11 | target/arm: Implement store_cpu_field_low32() macro | Peter Maydell |
2024-07-11 | target/arm: Support migration when FPSR/FPCR won't fit in the FPSCR | Peter Maydell |
2024-07-11 | target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr} | Peter Maydell |
2024-07-11 | target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr} | Peter Maydell |
2024-07-11 | target/arm: Correct comments about M-profile FPSCR | Peter Maydell |
2024-07-05 | gdbstub: Add support for MTE in user mode | Gustavo Romero |
2024-07-05 | target/arm: Make some MTE helpers widely available | Gustavo Romero |
2024-07-05 | target/arm: Fix exception case in allocation_tag_mem_probe | Gustavo Romero |
2024-07-01 | target/arm: Enable FEAT_Debugv8p8 for -cpu max | Gustavo Romero |
2024-07-01 | target/arm: Move initialization of debug ID registers | Gustavo Romero |
2024-07-01 | target/arm: Fix indentation | Gustavo Romero |
2024-07-01 | target/arm: Delete dead code from disas_simd_indexed | Richard Henderson |
2024-07-01 | target/arm: Convert FCMLA to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert FCADD to decodetree | Richard Henderson |
2024-07-01 | target/arm: Add data argument to do_fp3_vector | Richard Henderson |
2024-07-01 | target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert BFMLALB, BFMLALT to decodetree | Richard Henderson |
2024-07-01 | target/arm: Convert BFDOT to decodetree | Richard Henderson |