aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell2-0/+13
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson3-15/+111
2022-03-02target/arm: Advertise all page sizes for -cpu maxRichard Henderson1-0/+4
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson1-3/+7
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson1-2/+3
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson1-34/+24
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson1-6/+29
2022-03-02target/arm: Implement FEAT_LPARichard Henderson3-5/+18
2022-03-02target/arm: Implement FEAT_LVARichard Henderson4-2/+15
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson1-8/+24
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson2-16/+57
2022-03-02target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson1-2/+2
2022-03-02target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson1-11/+10
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson2-18/+23
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson2-4/+29
2022-03-02target/arm: Set TCR_EL1.TSZ for user-onlyRichard Henderson1-1/+2
2022-03-02target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()Wentao_Liang1-1/+1
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki5-11/+71
2022-03-02target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho2-0/+43
2022-03-02target/ppc: implement plxssp/pstxsspLeandro Lupori4-68/+62
2022-03-02target/ppc: implement plxsd/pstxsdLeandro Lupori4-14/+67
2022-03-02target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo4-4/+57
2022-03-02target/ppc: Implement xs{max,min}cqpVíctor Colombo4-0/+9
2022-03-02target/ppc: Refactor VSX_MAX_MINC helperVíctor Colombo1-24/+17
2022-03-02target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo3-34/+12
2022-03-02target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo5-12/+34
2022-03-02target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo4-0/+40
2022-03-02target/ppc: Refactor VSX_SCALAR_CMP_DPVíctor Colombo1-35/+29
2022-03-02target/ppc: Remove xscmpnedp instructionVíctor Colombo4-4/+0
2022-03-02target/ppc: Implement xvtlsbb instructionVíctor Colombo2-0/+47
2022-03-02target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst4-0/+80
2022-03-02target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst5-43/+90
2022-03-02target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst4-0/+160
2022-03-02target/ppc: Implement xxevalMatheus Ferst4-0/+271
2022-03-02target/ppc: Implement xxpermx instructionMatheus Ferst4-0/+51
2022-03-02target/ppc: Move xxpermdi to decodetreeMatheus Ferst3-41/+36
2022-03-02target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst5-27/+45
2022-03-02target/ppc: Move xxsel to decodetreeMatheus Ferst4-67/+26
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst5-32/+62
2022-03-02target/ppc: implement vrlqmiMatheus Ferst2-4/+18
2022-03-02target/ppc: implement vrlqnmMatheus Ferst2-5/+77
2022-03-02target/ppc: implement vrlqMatheus Ferst2-0/+49
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst5-41/+184
2022-03-02target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst3-12/+12
2022-03-02target/ppc: implement vsraqMatheus Ferst2-6/+18
2022-03-02target/ppc: implement vsrqMatheus Ferst2-10/+31
2022-03-02target/ppc: implement vslqMatheus Ferst2-0/+41
2022-03-02target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst3-26/+45
2022-03-02target/ppc: implement vgnbMatheus Ferst2-0/+140
2022-03-02target/ppc: implement vcntmb[bhwd]Matheus Ferst2-0/+40