aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-09-20target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changesLeon Schuermann1-0/+4
2023-09-20target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0Daniel Henrique Barboza1-3/+20
2023-09-11arm64: Restore trapless ptimer accessColton Lewis1-0/+1
2023-09-10target/ppc: Flush inputs to zero with NJ in ppc_store_vscrRichard Henderson1-0/+1
2023-09-10target/arm: Fix 64-bit SSRARichard Henderson1-1/+1
2023-09-10target/arm: Fix SME ST1QRichard Henderson1-1/+1
2023-09-10accel/kvm: Specify default IPA size for arm64Akihiko Odaki1-1/+3
2023-09-10kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki7-10/+26
2023-09-10target/s390x: Check reserved bits of VFMIN/VFMAX's M5Ilya Leoshkevich1-1/+1
2023-09-10target/s390x: Fix VSTL with a large lengthIlya Leoshkevich1-1/+1
2023-09-10target/s390x: Use a 16-bit immediate in VREPIlya Leoshkevich1-2/+2
2023-09-10target/s390x: Fix the "ignored match" case in VSTRSIlya Leoshkevich1-37/+17
2023-08-05target/i386: Check CR0.TS before enter_mmxMatt Borgerson1-4/+6
2023-08-05target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin2-6/+44
2023-08-05target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin1-0/+6
2023-08-05target/ppc: Implement ASDR register for ISA v3.0 for HPTNicholas Piggin1-11/+16
2023-08-04target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller1-2/+3
2023-08-04target/m68k: Fix semihost lseek offset computationPeter Maydell1-1/+1
2023-08-04target/nios2: Fix semihost lseek offset computationKeith Packard1-1/+1
2023-08-04target/nios2: Pass semihosting arg to exitKeith Packard1-2/+2
2023-08-04target/ppc: Disable goto_tb with architectural singlestepRichard Henderson1-0/+3
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell1-7/+8
2023-07-31target/arm: Special case M-profile in debug_helper.c codePeter Maydell1-6/+12
2023-07-31target/loongarch: Fix the CSRRD CPUID instruction on big endian hostsThomas Huth4-7/+12
2023-07-31target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich1-1/+1
2023-07-31target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich2-3/+3
2023-07-31target/s390x: Fix ICM with M3=0Ilya Leoshkevich1-0/+6
2023-07-31target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputsIlya Leoshkevich1-1/+2
2023-07-31target/s390x: Fix CLM with M3=0Ilya Leoshkevich1-0/+5
2023-07-31target/s390x: Make CKSM raise an exception if R2 is oddIlya Leoshkevich2-1/+7
2023-07-31target/mips: enable GINVx support for I6400 and I6500Marcin Nowakowski1-2/+2
2023-07-31target/s390x: Fix LRA when DAT is offIlya Leoshkevich1-1/+1
2023-07-31target/s390x: Fix LRA overwriting the top 32 bits on DAT errorIlya Leoshkevich3-4/+4
2023-07-31target/s390x: Fix MVCRL with a large value in R0Ilya Leoshkevich1-0/+1
2023-07-31target/s390x: Fix MDEB and MDEBRIlya Leoshkevich2-3/+4
2023-07-31target/s390x: Fix EPSW CC reportingIlya Leoshkevich1-0/+4
2023-07-08target/arm: Fix SME full tile indexingRichard Henderson1-6/+18
2023-06-23target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regsBastian Koppelmann1-2/+9
2023-06-23target/tricore: Fix out-of-bounds index in imask instructionSiqi Chen1-0/+1
2023-06-22target/arm: Return correct result for LDG when ATA=0Peter Maydell1-1/+5
2023-06-22target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomicsPeter Maydell1-2/+16
2023-06-11target/ppc: Fix PMU hflags calculationNicholas Piggin6-41/+85
2023-06-11target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin1-2/+5
2023-06-11target/ppc: Fix lqarx to set cpu_reserveNicholas Piggin1-0/+1
2023-06-07s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich2-3/+11
2023-06-07target/s390x: Fix MXDB and MXDBRIlya Leoshkevich4-12/+7
2023-06-07target/s390x: Fix LOCFHR taking the wrong half of R2Ilya Leoshkevich1-1/+1
2023-06-07target/s390x: Fix LCBB overwriting the top 32 bitsIlya Leoshkevich1-1/+1
2023-05-31target/arm: Explicitly select short-format FSR for M-profilePeter Maydell1-2/+11
2023-05-31target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAsRichard Purdie2-13/+29