aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-23sparc/ldst_helper: make range overlap check more readableYao Xingtao
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-07-23Merge tag 'pull-maintainer-9.1-rc0-230724-1' of https://gitlab.com/stsquad/qe...Richard Henderson
2024-07-23target/riscv: Simplify probing in vext_ldffRichard Henderson
2024-07-23target/s390x: Use set/clear_helper_retaddr in mem_helper.cRichard Henderson
2024-07-23target/s390x: Use user_or_likely in access_memmoveRichard Henderson
2024-07-23target/s390x: Use user_or_likely in do_access_memsetRichard Henderson
2024-07-23target/ppc: Improve helper_dcbz for user-onlyRichard Henderson
2024-07-23target/ppc: Merge helper_{dcbz,dcbzep}Richard Henderson
2024-07-23target/ppc: Split out helper_dbczl for 970Richard Henderson
2024-07-23target/ppc: Hoist dcbz_size out of dcbz_commonRichard Henderson
2024-07-23target/ppc/mem_helper.c: Remove a conditional from dcbz_common()BALATON Zoltan
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-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel
2024-07-22target/s390x: filter deprecated properties based on model expansion typeCollin Walling
2024-07-22target/xtensa: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/riscv: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/mips: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/m68k: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/mips: Add semihosting stubPhilippe Mathieu-Daudé
2024-07-22target/m68k: Add semihosting stubPhilippe Mathieu-Daudé
2024-07-22gdbstub: Re-factor gdb command extensionsAlex Bennée
2024-07-19target/loongarch/gdbstub: Add vector registers supportSong Gao
2024-07-19Merge tag 'pull-target-arm-20240718' of https://git.linaro.org/people/pmaydel...Richard Henderson
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-18Merge tag 'pull-riscv-to-apply-20240718-1' of https://github.com/alistair23/q...Richard Henderson
2024-07-18target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSRYu-Ming Chang
2024-07-18target/riscv: Expose the Smcntrpmf configAtish Patra
2024-07-18target/riscv: Do not setup pmu timer if OF is disabledAtish Patra
2024-07-18target/riscv: More accurately model priv mode filtering.Rajnesh Kanwal
2024-07-18target/riscv: Start counters from both mhpmcounter and mcountinhibitRajnesh Kanwal
2024-07-18target/riscv: Enforce WARL behavior for scounteren/hcounterenAtish Patra
2024-07-18target/riscv: Save counter values during countinhibit updateAtish Patra
2024-07-18target/riscv: Implement privilege mode filtering for cycle/instretAtish Patra
2024-07-18target/riscv: Only set INH fields if priv mode is availableAtish Patra
2024-07-18target/riscv: Add cycle & instret privilege mode filtering supportKaiwen Xue
2024-07-18target/riscv: Add cycle & instret privilege mode filtering definitionsKaiwen Xue
2024-07-18target/riscv: Add cycle & instret privilege mode filtering propertiesKaiwen Xue
2024-07-18target/riscv: Fix the predicate functions for mhpmeventhX CSRsAtish Patra
2024-07-18target/riscv: Combine set_mode and set_virt functions.Rajnesh Kanwal
2024-07-18target/riscv/kvm: update KVM regs to Linux 6.10-rc5Daniel Henrique Barboza
2024-07-18target/riscv: Validate the mode in write_vstvecJiayi Li
2024-07-18target/riscv: Expose zabha extension as a cpu propertyLIU Zhiwei