aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-01-12target/arm: Don't decode insns in the XScale/iWMMXt space as cp insnsPeter Maydell
2021-01-12target/arm: add aarch32 ID register fields to cpu.hLeif Lindholm
2021-01-12target/arm: add aarch64 ID register fields to cpu.hLeif Lindholm
2021-01-12target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.hLeif Lindholm
2021-01-12target/arm: make ARMCPU.ctr 64-bitLeif Lindholm
2021-01-12target/arm: make ARMCPU.clidr 64-bitLeif Lindholm
2021-01-12target/arm: fix typo in cpu.h ID_AA64PFR1 field nameLeif Lindholm
2021-01-12target/arm: enable Small Translation tables in max CPURémi Denis-Courmont
2021-01-12target/arm: ARMv8.4-TTST extensionRémi Denis-Courmont
2021-01-08target/arm: Remove timer_del()/timer_deinit() before timer_free()Peter Maydell
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2021-01-08target/arm: Implement Cortex-M55 modelPeter Maydell
2021-01-08target/arm: Implement FPCXT_NS fp system registerPeter Maydell
2021-01-08target/arm: Correct store of FPSCR value via FPCXT_SPeter Maydell
2021-01-08target/arm: Fix MTE0_ACTIVERichard Henderson
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-04target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell
2021-01-02target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-31Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell
2020-12-30Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...Peter Maydell
2020-12-21target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson
2020-12-21target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson
2020-12-21target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson
2020-12-21target/s390x: Improve cc computation for ADD LOGICALRichard Henderson
2020-12-21s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost
2020-12-18sparc: Use DEFINE_PROP for nwindows propertyEduardo Habkost
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell
2020-12-18target/sparc/win_helper: silence the compiler warningsChen Qun
2020-12-18target/sparc/translate: silence the compiler warningsChen Qun
2020-12-18target/i386: silence the compiler warnings in gen_shiftd_rm_T1Chen Qun
2020-12-18target/unicore32/translate: Add missing fallthrough annotationsThomas Huth
2020-12-17target/riscv: cpu: Set XLEN independently from targetAlistair Francis
2020-12-17target/riscv: csr: Remove compile time XLEN checksAlistair Francis
2020-12-17target/riscv: cpu_helper: Remove compile time XLEN checksAlistair Francis
2020-12-17target/riscv: cpu: Remove compile time XLEN checksAlistair Francis
2020-12-17target/riscv: Specify the XLEN for CPUsAlistair Francis
2020-12-17target/riscv: Add a riscv_cpu_is_32bit() helper functionAlistair Francis
2020-12-17target/riscv: fpu_helper: Match function defs in HELPER macrosAlistair Francis
2020-12-17target/riscv: Add a TYPE_RISCV_CPU_BASE CPUAlistair Francis
2020-12-17target/riscv: Fix definition of MSTATUS_TW and MSTATUS_TSRAlex Richardson
2020-12-17target/riscv: Fix the bug of HLVX/HLV/HSVYifei Jiang