aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-11-17target/openrisc: Remove dead code attempting to check "is timer disabled"Peter Maydell
2020-11-16target/i386: avoid theoretical leak on MCE injectionPaolo Bonzini
2020-11-16kvm/i386: Set proper nested state format for SVMTom Lendacky
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-15sparc tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-15x86 hvf cpus: Fix Lesser GPL version numberChetan Pant
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-15tricore tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-15xtensa tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-15microblaze tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-15cris tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf
2020-11-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110'...Peter Maydell
2020-11-10Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell
2020-11-10target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access checkpull-target-arm-20201110Peter Maydell
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson
2020-11-10target/arm: add space before the open parenthesis '('Xinhao Zhang
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang
2020-11-10target/arm: add spaces around operatorXinhao Zhang
2020-11-10Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell
2020-11-10s390x: fix clang 11 warnings in cpu_models.cDaniele Buono
2020-11-09target/riscv: Split the Hypervisor execute load helpersAlistair Francis
2020-11-09target/riscv: Remove the hyp load and store functionsAlistair Francis
2020-11-09target/riscv: Remove the HS_TWO_STAGE flagAlistair Francis
2020-11-09target/riscv: Set the virtualised MMU mode when doing hyp accessesAlistair Francis
2020-11-09target/riscv: Add a virtualised MMU ModeAlistair Francis
2020-11-09target/mips: Fix PageMask with variable page sizeJiaxun Yang
2020-11-06Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell
2020-11-05target/s390x: fix execution with icountPavel Dovgalyuk
2020-11-05target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun
2020-11-04Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell
2020-11-03target/mips: Add unaligned access support for MIPS64R6 and Loongson-3Huacai Chen
2020-11-03target/mips: Fix Lesser GPL version numberChetan Pant
2020-11-03target/riscv/csr.c : add space before the open parenthesis '('Xinhao Zhang
2020-11-03target/riscv: Add V extension state descriptionYifei Jiang
2020-11-03target/riscv: Add H extension state descriptionYifei Jiang
2020-11-03target/riscv: Add PMP state descriptionYifei Jiang
2020-11-03target/riscv: Add basic vmstate description of CPUYifei Jiang
2020-11-03target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unitYifei Jiang
2020-11-02target/arm: Get correct MMU index for other-security-statePeter Maydell
2020-11-02target/arm: fix LORID_EL1 access checkRémi Denis-Courmont
2020-11-02target/arm: fix handling of HCR.FBRémi Denis-Courmont
2020-11-02target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell
2020-11-02target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell
2020-11-02target/arm: Improve do_prewiden_3dRichard Henderson