summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-07-20Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2022-07-20Merge tag 'pull-hex-20220719-1' of https://github.com/quic/qemu into stagingPeter Maydell
2022-07-19Hexagon (target/hexagon) fix bug in mem_noshuf load exceptionTaylor Simpson
2022-07-19Hexagon (target/hexagon) fix store w/mem_noshuf & predicated loadTaylor Simpson
2022-07-19hw/loongarch: Add fdt supportXiaojuan Yang
2022-07-19target/loongarch: Fix float_convd/float_convs test failingSong Gao
2022-07-19target/loongarch/cpu: Fix cpucfg default valueXiaojuan Yang
2022-07-19target/loongarch/op_helper: Fix coverity cond_at_most errorXiaojuan Yang
2022-07-19target/loongarch/tlb_helper: Fix coverity integer overflow errorXiaojuan Yang
2022-07-19target/loongarch/cpu: Fix coverity errors about excp_namesXiaojuan Yang
2022-07-19target/loongarch: Fix loongarch_cpu_class_by_nameXiaojuan Yang
2022-07-19target/s390x: fix handling of zeroes in vfmin/vfmaxIlya Leoshkevich
2022-07-18target/ppc: Check page dir/table base alignmentLeandro Lupori
2022-07-18target/ppc: Improve Radix xlate level validationLeandro Lupori
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori
2022-07-18target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst
2022-07-18target/ppc: Implement slbiagLucas Coutinho
2022-07-18target/ppc: Move slbsync to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbfee to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmfee to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmfev to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmte to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbia to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbieg to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbie to decodetreeLucas Coutinho
2022-07-18target/ppc: add macros to check privilege levelMatheus Ferst
2022-07-18target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst
2022-07-18target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori
2022-07-18target/ppc: Move tlbie[l] to decode treeLeandro Lupori
2022-07-18target/ppc: fix exception error code in spr_write_excp_vectorMatheus Ferst
2022-07-18target/ppc: fix PMU Group A register read/write exceptionsMatheus Ferst
2022-07-18target/ppc: fix exception error code in helper_{load, store}_dcrMatheus Ferst
2022-07-18target/ppc: remove mfdcrux and mtdcruxMatheus Ferst
2022-07-18target/ppc: fix exception error value in slbfeeMatheus Ferst
2022-07-18target/ppc: Fix gen_priv_exception error value in mfspr/mtsprMatheus Ferst
2022-07-18target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dtMurilo Opsfelder Araujo
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater
2022-07-18target/arm: Don't set syndrome ISS for loads and stores with writebackPeter Maydell
2022-07-18target/arm: Honour VTCR_EL2 bits in Secure EL2Peter Maydell
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell
2022-07-18target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell
2022-07-18target/arm: Fix big-endian host handling of VTCRPeter Maydell
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell
2022-07-18target/arm: Calculate mask/base_mask in get_level1_table_address()Peter Maydell
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell
2022-07-18linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson
2022-07-18target/arm: Fix aarch64_sve_change_el for SMERichard Henderson
2022-07-18target/arm: Fill in VL for tbflags when SME enabled and SVE disabledRichard Henderson
2022-07-14Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani