aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-05-11target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed)pull-target-arm-20200511Richard Henderson
2020-05-11target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLARichard Henderson
2020-05-11target/arm: Restrict TCG cpus to TCG accelPhilippe Mathieu-Daudé
2020-05-11target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUsPhilippe Mathieu-Daudé
2020-05-11target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]Philippe Mathieu-Daudé
2020-05-11target/arm: Make set_feature() available for other filesThomas Huth
2020-05-11target/arm/kvm: Inline set_feature() callsPhilippe Mathieu-Daudé
2020-05-11target/arm: Remove sve_memopidxRichard Henderson
2020-05-11target/arm: Reuse sve_probe_page for gather loadsRichard Henderson
2020-05-11target/arm: Reuse sve_probe_page for scatter storesRichard Henderson
2020-05-11target/arm: Reuse sve_probe_page for gather first-fault loadsRichard Henderson
2020-05-11target/arm: Use SVEContLdSt for contiguous storesRichard Henderson
2020-05-11target/arm: Update contiguous first-fault and no-fault loadsRichard Henderson
2020-05-11target/arm: Use SVEContLdSt for multi-register contiguous loadsRichard Henderson
2020-05-11target/arm: Handle watchpoints in sve_ld1_rRichard Henderson
2020-05-11target/arm: Use SVEContLdSt in sve_ld1_rRichard Henderson
2020-05-11target/arm: Adjust interface of sve_ld1_host_fnRichard Henderson
2020-05-11target/arm: Add sve infrastructure for page lookupRichard Henderson
2020-05-11target/arm: Drop manual handling of set/clear_helper_retaddrRichard Henderson
2020-05-11target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fnRichard Henderson
2020-05-11target/arm: Drop access_el3_aa32ns_aa64any()Edgar E. Iglesias
2020-05-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...Peter Maydell
2020-05-07target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9Daniele Buono
2020-05-07target/ppc: Add support for Radix partition-scoped translationCédric Le Goater
2020-05-07target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translationCédric Le Goater
2020-05-07target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' boolCédric Le Goater
2020-05-07target/ppc: Introduce ppc_radix64_xlate() for Radix tree translationCédric Le Goater
2020-05-07target/ppc: Assert if HV mode is set when running under a pseries machineCédric Le Goater
2020-05-07target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()Cédric Le Goater
2020-05-07target/ppc: Enforce that the root page directory size must be at least 5Suraj Jitindar Singh
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin
2020-05-07target/ppc: Improve syscall exception loggingNicholas Piggin
2020-05-06target/arm: Use tcg_gen_gvec_dup_immRichard Henderson
2020-05-06target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson
2020-05-06target/s390x: Use tcg_gen_gvec_dup_immRichard Henderson
2020-05-06target/m68k: fix gdb for m68xxxKONRAD Frederic
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé
2020-05-04target/arm: Move gen_ function typedefs to translate.hpull-target-arm-20200504Peter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same VQADD/VQSUB to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same comparisons to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same VMAX/VMIN to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same logic ops to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same VADD/VSUB to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 'load/store single structure' to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 'load single structure to all lanes' to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon load/store multiple structures to decodetreePeter Maydell
2020-05-04target/arm: Convert VFM[AS]L (scalar) to decodetreePeter Maydell
2020-05-04target/arm: Convert V[US]DOT (scalar) to decodetreePeter Maydell
2020-05-04target/arm: Convert VCMLA (scalar) to decodetreePeter Maydell