Age | Commit message (Expand) | Author |
2024-07-18 | target/riscv: Validate the mode in write_vstvec | Jiayi Li |
2024-07-18 | target/riscv: Expose zabha extension as a cpu property | LIU Zhiwei |
2024-07-18 | target/riscv: Add amocas.[b|h] for Zabha | LIU Zhiwei |
2024-07-18 | target/riscv: Move gen_cmpxchg before adding amocas.[b|h] | LIU Zhiwei |
2024-07-18 | target/riscv: Add AMO instructions for Zabha | LIU Zhiwei |
2024-07-18 | target/riscv: Move gen_amo before implement Zabha | LIU Zhiwei |
2024-07-18 | target/riscv: Support Zama16b extension | LIU Zhiwei |
2024-07-18 | target/riscv: Add zcmop extension | LIU Zhiwei |
2024-07-18 | target/riscv: Add zimop extension | LIU Zhiwei |
2024-07-18 | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging | Richard Henderson |
2024-07-17 | target/hexagon/imported/mmvec: Fix superfluous trailing semicolon | Zhao Liu |
2024-07-17 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2024-07-16 | accel/tcg: Make cpu_exec_interrupt hook mandatory | Peter Maydell |
2024-07-16 | target/i386/tcg: save current task state before loading new one | Paolo Bonzini |
2024-07-16 | target/i386/tcg: use X86Access for TSS access | Paolo Bonzini |
2024-07-16 | target/i386/tcg: check for correct busy state before switching to a new task | Paolo Bonzini |
2024-07-16 | target/i386/tcg: Compute MMU index once | Paolo Bonzini |
2024-07-16 | target/i386/tcg: Introduce x86_mmu_index_{kernel_,}pl | Richard Henderson |
2024-07-16 | target/i386/tcg: Reorg push/pop within seg_helper.c | Richard Henderson |
2024-07-16 | target/i386/tcg: use PUSHL/PUSHW for error code | Paolo Bonzini |
2024-07-16 | target/i386/tcg: Allow IRET from user mode to user mode with SMAP | Paolo Bonzini |
2024-07-16 | target/i386/tcg: Remove SEG_ADDL | Richard Henderson |
2024-07-16 | target/i386/tcg: fix POP to memory in long mode | Paolo Bonzini |
2024-07-16 | i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT | Michael Roth |
2024-07-12 | target/loongarch: Fix cpu_reset set wrong CSR_CRMD | Song Gao |
2024-07-12 | target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values | Song Gao |
2024-07-12 | target/loongarch: Remove avail_64 in trans_srai_w() and simplify it | Feiyang Chen |
2024-07-12 | target/loongarch/kvm: Add software breakpoint support | Bibo Mao |
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: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation | Peter Maydell |
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-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |