aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2-8/+91
2022-07-28target/ppc: Implement new wait variantsNicholas Piggin2-8/+91
2022-07-27RISC-V: Allow both Zmmul and MPalmer Dabbelt1-5/+0
2022-07-26target/arm: Add MO_128 entry to pred_esz_masks[]Peter Maydell2-3/+4
2022-07-20Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+2
2022-07-20Merge tag 'pull-hex-20220719-1' of https://github.com/quic/qemu into stagingPeter Maydell5-19/+59
2022-07-19Hexagon (target/hexagon) fix bug in mem_noshuf load exceptionTaylor Simpson5-21/+59
2022-07-19Hexagon (target/hexagon) fix store w/mem_noshuf & predicated loadTaylor Simpson1-0/+2
2022-07-19hw/loongarch: Add fdt supportXiaojuan Yang2-0/+4
2022-07-19target/loongarch: Fix float_convd/float_convs test failingSong Gao1-63/+80
2022-07-19target/loongarch/cpu: Fix cpucfg default valueXiaojuan Yang1-1/+1
2022-07-19target/loongarch/op_helper: Fix coverity cond_at_most errorXiaojuan Yang1-1/+1
2022-07-19target/loongarch/tlb_helper: Fix coverity integer overflow errorXiaojuan Yang1-2/+2
2022-07-19target/loongarch/cpu: Fix coverity errors about excp_namesXiaojuan Yang1-3/+3
2022-07-19target/loongarch: Fix loongarch_cpu_class_by_nameXiaojuan Yang1-5/+15
2022-07-19target/s390x: fix handling of zeroes in vfmin/vfmaxIlya Leoshkevich1-2/+2
2022-07-18target/ppc: Check page dir/table base alignmentLeandro Lupori1-4/+24
2022-07-18target/ppc: Improve Radix xlate level validationLeandro Lupori1-11/+38
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori2-4/+18
2022-07-18target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst2-10/+17
2022-07-18target/ppc: Implement slbiagLucas Coutinho4-0/+46
2022-07-18target/ppc: Move slbsync to decodetreeLucas Coutinho3-17/+16
2022-07-18target/ppc: Move slbfee to decodetreeLucas Coutinho5-28/+38
2022-07-18target/ppc: Move slbmfee to decodetreeLucas Coutinho5-15/+17
2022-07-18target/ppc: Move slbmfev to decodetreeLucas Coutinho5-14/+18
2022-07-18target/ppc: Move slbmte to decodetreeLucas Coutinho5-16/+18
2022-07-18target/ppc: Move slbia to decodetreeLucas Coutinho5-19/+21
2022-07-18target/ppc: Move slbieg to decodetreeLucas Coutinho5-15/+17
2022-07-18target/ppc: Move slbie to decodetreeLucas Coutinho5-15/+23
2022-07-18target/ppc: add macros to check privilege levelMatheus Ferst2-5/+23
2022-07-18target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst2-149/+154
2022-07-18target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori4-0/+188
2022-07-18target/ppc: Move tlbie[l] to decode treeLeandro Lupori4-64/+99
2022-07-18target/ppc: fix exception error code in spr_write_excp_vectorMatheus Ferst1-3/+3
2022-07-18target/ppc: fix PMU Group A register read/write exceptionsMatheus Ferst1-5/+5
2022-07-18target/ppc: fix exception error code in helper_{load, store}_dcrMatheus Ferst2-4/+4
2022-07-18target/ppc: remove mfdcrux and mtdcruxMatheus Ferst2-22/+2
2022-07-18target/ppc: fix exception error value in slbfeeMatheus Ferst1-2/+2
2022-07-18target/ppc: Fix gen_priv_exception error value in mfspr/mtsprMatheus Ferst1-4/+4
2022-07-18target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dtMurilo Opsfelder Araujo1-0/+6
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater2-6/+0
2022-07-18target/arm: Don't set syndrome ISS for loads and stores with writebackPeter Maydell1-1/+3
2022-07-18target/arm: Honour VTCR_EL2 bits in Secure EL2Peter Maydell2-3/+38
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell6-68/+27
2022-07-18target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell4-14/+12
2022-07-18target/arm: Fix big-endian host handling of VTCRPeter Maydell1-1/+1
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell4-18/+12
2022-07-18target/arm: Calculate mask/base_mask in get_level1_table_address()Peter Maydell1-5/+9
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell4-8/+14
2022-07-18linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson1-2/+5