summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | target/rx: Fix Lesser GPL version numberChetan Pant2020-10-271-1/+1
| * | target/rx: Fix some comment spelling errorsLichang Zhao2020-10-272-2/+2
| * | target/sh4: fix some comment spelling errorsLichang Zhao2020-10-273-3/+3
| * | target/sh4: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé2020-10-272-6/+10
| |/
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell2020-10-281-0/+1
|\ \ | |/ |/|
| * target/xtensa: enable all coprocessors for linux-userMax Filippov2020-10-261-0/+1
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into stagingPeter Maydell2020-10-264-2/+14
|\ \
| * | s390x: pv: Fix diag318 PV fencingJanosch Frank2020-10-224-2/+14
| |/
* | target/riscv: raise exception to HS-mode at get_physical_addressYifei Jiang2020-10-222-12/+34
* | target/riscv: Fix implementation of HLVX.WU instructionGeorg Kotheimer2020-10-221-3/+3
* | target/riscv: Fix update of hstatus.GVA in riscv_cpu_do_interruptGeorg Kotheimer2020-10-221-1/+3
* | target/riscv: Fix update of hstatus.SPVPGeorg Kotheimer2020-10-221-1/+1
* | riscv: Convert interrupt logs to use qemu_log_mask()Alistair Francis2020-10-222-2/+7
|/
* target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell2020-10-203-0/+16
* target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16Peter Maydell2020-10-201-19/+28
* target/arm: Fix has_vfp/has_neon ID reg squashing for M-profilePeter Maydell2020-10-201-12/+19
* target/arm: Implement v8.1M low-overhead-loop instructionsPeter Maydell2020-10-202-2/+99
* target/arm: Implement v8.1M branch-future insns (as NOPs)Peter Maydell2020-10-203-1/+38
* target/arm: Don't allow BLX imm for M-profilePeter Maydell2020-10-201-0/+8
* target/arm: Make the t32 insn[25:23]=111 group non-overlappingPeter Maydell2020-10-201-13/+11Star
* target/arm: Implement v8.1M conditional-select insnsPeter Maydell2020-10-202-0/+63
* target/arm: Implement v8.1M NOCP handlingPeter Maydell2020-10-203-6/+22
* target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11Richard Henderson2020-10-202-8/+10
* target/arm: Fix reported EL for mte_check_failRichard Henderson2020-10-201-7/+3Star
* target/arm: Remove redundant mmu_idx lookupRichard Henderson2020-10-201-2/+1Star
* target/arm: Use tlb_flush_page_bits_by_mmuidx*Richard Henderson2020-10-201-7/+39
* target/arm: AArch32 VCVT fixed-point to float is always round-to-nearestPeter Maydell2020-10-203-13/+47