aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-05-05target/arm: Make some more cpreg data static constRichard Henderson1-8/+8
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson4-122/+49
2022-05-05target/arm: Reorg CPAccessResult and access_check_cp_regRichard Henderson2-36/+42
2022-05-05target/arm: Split out cpregs.hRichard Henderson10-374/+422
2022-05-05target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-userRichard Henderson1-0/+2
2022-05-04disas: Remove old libopcode s390 disassemblerThomas Huth1-1/+0
2022-05-04target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU modelDavid Miller1-1/+6
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller2-0/+97
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller2-0/+117
2022-05-04target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller2-0/+88
2022-05-04target/s390x: vxeh2: vector shift double by bitDavid Miller2-8/+53
2022-05-04target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller4-50/+95
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller5-1/+134
2022-05-04target/s390x: vxeh2: vector convert short/32bDavid Miller3-4/+75
2022-05-04s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCGDavid Hildenbrand2-24/+13
2022-05-04s390x/cpu_models: drop "msa5" from the TCG "max" modelDavid Hildenbrand1-2/+0
2022-05-04target/s390x: Fix writeback to v1 in helper_vstlRichard Henderson1-2/+0
2022-04-29target/riscv: add scalar crypto related extenstion strings to isa_stringWeiwei Li1-0/+13
2022-04-29target/riscv: Fix incorrect PTE merge in walk_pteRalf Ramsauer1-4/+7
2022-04-29target/riscv: rvk: expose zbk* and zk* propertiesWeiwei Li1-0/+13
2022-04-29target/riscv: rvk: add CSR support for ZkrWeiwei Li4-3/+103
2022-04-29target/riscv: rvk: add support for zksed/zksh extensionWeiwei Li4-0/+95
2022-04-29target/riscv: rvk: add support for sha512 related instructions for RV64 in zk...Weiwei Li2-0/+58
2022-04-29target/riscv: rvk: add support for sha512 related instructions for RV32 in zk...Weiwei Li2-0/+106
2022-04-29target/riscv: rvk: add support for sha256 related instructions in zknh extensionWeiwei Li2-0/+60
2022-04-29target/riscv: rvk: add support for zkne/zknd extension in RV64Weiwei Li4-0/+243
2022-04-29target/riscv: rvk: add support for zknd/zkne extension in RV32Weiwei Li6-1/+196
2022-04-29crypto: move sm4_sbox from target/armWeiwei Li1-35/+1
2022-04-29target/riscv: rvk: add support for zbkx extensionWeiwei Li4-0/+51
2022-04-29target/riscv: rvk: add support for zbkc extensionWeiwei Li2-3/+4
2022-04-29target/riscv: rvk: add support for zbkb extensionWeiwei Li5-28/+174
2022-04-29target/riscv: rvk: add cfg properties for zbk* and zk*Weiwei Li2-0/+36
2022-04-29target/riscv: Support configuarable marchid, mvendorid, mipid CSR valuesFrank Chang3-4/+47
2022-04-28Merge tag 'pull-target-arm-20220428' of https://git.linaro.org/people/pmaydel...Richard Henderson9-522/+280
2022-04-28target/arm: Advertise support for FEAT_BBM level 2Peter Maydell1-0/+1
2022-04-28target/arm: Advertise support for FEAT_TTLPeter Maydell1-0/+1
2022-04-28target/arm: Use field names for accessing DBGWCRnRichard Henderson4-16/+28
2022-04-28target/arm: Disable cryptographic instructions when neon is disabledDamien Hedde1-0/+9
2022-04-28target/arm: Use tcg_constant for vector descriptorRichard Henderson1-40/+14
2022-04-28target/arm: Use tcg_constant for do_brk{2,3}Richard Henderson1-8/+10
2022-04-28target/arm: Use tcg_constant for predicate descriptorsRichard Henderson1-9/+8
2022-04-28target/arm: Use tcg_constant in do_zzi_{sat, ool}, do_fp_immRichard Henderson1-10/+5
2022-04-28target/arm: Use tcg_constant in SUBRRichard Henderson1-3/+1
2022-04-28target/arm: Use tcg_constant in LD1, ST1Richard Henderson1-8/+4
2022-04-28target/arm: Use tcg_constant in WHILERichard Henderson1-13/+7
2022-04-28target/arm: Use tcg_constant in do_clast_scalarRichard Henderson1-4/+3
2022-04-28target/arm: Use tcg_constant in {incr, wrap}_last_activeRichard Henderson1-8/+4
2022-04-28target/arm: Use tcg_constant in FCPY, CPYRichard Henderson1-9/+4
2022-04-28target/arm: Use tcg_constant in SINCDEC, INCDECRichard Henderson1-12/+6
2022-04-28target/arm: Use tcg_constant for trans_INDEX_*Richard Henderson1-8/+4