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