summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110'...Peter Maydell2020-11-108-55/+44Star
|\
| * target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access checkPeter Maydell2020-11-101-4/+4
| * target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson2020-11-103-40/+29Star
| * target/arm: add space before the open parenthesis '('Xinhao Zhang2020-11-101-1/+1
| * target/arm: Don't use '#' flag of printf formatXinhao Zhang2020-11-101-2/+2
| * target/arm: add spaces around operatorXinhao Zhang2020-11-103-9/+9
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell2020-11-101-4/+4
|\ \ | |/ |/|
| * s390x: fix clang 11 warnings in cpu_models.cDaniele Buono2020-11-101-4/+4
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell2020-11-108-255/+112Star
|\ \ | |/ |/|
| * target/riscv: Split the Hypervisor execute load helpersAlistair Francis2020-11-103-42/+17Star
| * target/riscv: Remove the hyp load and store functionsAlistair Francis2020-11-105-166/+59Star
| * target/riscv: Remove the HS_TWO_STAGE flagAlistair Francis2020-11-104-51/+25Star
| * target/riscv: Set the virtualised MMU mode when doing hyp accessesAlistair Francis2020-11-101-13/+17
| * target/riscv: Add a virtualised MMU ModeAlistair Francis2020-11-103-3/+14
* | target/mips: Fix PageMask with variable page sizeJiaxun Yang2020-11-092-6/+22
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into stagingPeter Maydell2020-11-062-35/+50
|\ \
| * | target/s390x: fix execution with icountPavel Dovgalyuk2020-11-052-35/+50
* | | target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun2020-11-051-0/+1
| |/ |/|
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...Peter Maydell2020-11-0411-13/+13
|\ \ | |/ |/|
| * target/mips: Add unaligned access support for MIPS64R6 and Loongson-3Huacai Chen2020-11-031-2/+2
| * target/mips: Fix Lesser GPL version numberChetan Pant2020-11-0311-11/+11
* | target/riscv/csr.c : add space before the open parenthesis '('Xinhao Zhang2020-11-031-1/+1
* | target/riscv: Add V extension state descriptionYifei Jiang2020-11-031-0/+25
* | target/riscv: Add H extension state descriptionYifei Jiang2020-11-031-0/+47
* | target/riscv: Add PMP state descriptionYifei Jiang2020-11-033-11/+70
* | target/riscv: Add basic vmstate description of CPUYifei Jiang2020-11-034-8/+81
* | target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unitYifei Jiang2020-11-036-74/+41Star
|/
* target/arm: Get correct MMU index for other-security-statePeter Maydell2020-11-021-1/+2
* target/arm: fix LORID_EL1 access checkRémi Denis-Courmont2020-11-021-14/+5Star
* target/arm: fix handling of HCR.FBRémi Denis-Courmont2020-11-021-3/+2Star
* target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell2020-11-021-2/+2
* target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell2020-11-021-4/+4
* target/arm: Improve do_prewiden_3dRichard Henderson2020-11-022-31/+45
* target/arm: Simplify do_long_3d and do_2scalar_longRichard Henderson2020-11-021-14/+9Star
* target/arm: Rename neon_load_reg64 to vfp_load_reg64Richard Henderson2020-11-022-46/+46
* target/arm: Add read/write_neon_element64Richard Henderson2020-11-022-47/+73
* target/arm: Rename neon_load_reg32 to vfp_load_reg32Richard Henderson2020-11-022-94/+94
* target/arm: Expand read/write_neon_element32 to all MemOpRichard Henderson2020-11-022-84/+37Star
* target/arm: Add read/write_neon_element32Richard Henderson2020-11-022-99/+183
* target/arm: Use neon_element_offset in vfp_reg_offsetRichard Henderson2020-11-021-9/+4Star
* target/arm: Use neon_element_offset in neon_load/store_regRichard Henderson2020-11-021-12/+2Star
* target/arm: Move neon_element_offset to translate.cRichard Henderson2020-11-022-19/+20
* target/arm: Introduce neon_full_reg_offsetRichard Henderson2020-11-023-23/+31
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201028' into...Peter Maydell2020-10-2910-22/+24
|\
| * ppc/: fix some comment spelling errorszhaolichang2020-10-279-14/+14
| * target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz2020-10-272-8/+8
| * spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz2020-10-271-0/+2
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell2020-10-292-2/+7
|\ \
| * | linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson2020-10-272-2/+7
| |/
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' in...Peter Maydell2020-10-286-10/+14
|\ \