summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2022-08-05target/arm: display deprecation status in '-cpu help'Daniel P. Berrangé
2022-08-01Merge tag 'pull-target-arm-20220801' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-08-01target/arm: Move sve probe inside kvm >= 4.15 branchRichard Henderson
2022-08-01target/arm: Set KVM_ARM_VCPU_SVE while probing the hostRichard Henderson
2022-08-01target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_featuresRichard Henderson
2022-08-01trivial: Fix duplicated wordsThomas Huth
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-29kvm: don't use perror() without useful errnoCornelia Huck
2022-07-26target/arm: Add MO_128 entry to pred_esz_masks[]Peter Maydell
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-11target/arm: Enable SME for user-onlyRichard Henderson
2022-07-11target/arm: Only set ZEN in reset if SVE presentRichard Henderson
2022-07-11target/arm: Enable SME for -cpu maxRichard Henderson
2022-07-11target/arm: Reset streaming sve state on exception boundariesRichard Henderson
2022-07-11target/arm: Implement SCLAMP, UCLAMPRichard Henderson
2022-07-11target/arm: Implement REVDRichard Henderson
2022-07-11target/arm: Implement PSELRichard Henderson
2022-07-11target/arm: Implement SME integer outer productRichard Henderson
2022-07-11target/arm: Implement FMOPA, FMOPS (widening)Richard Henderson
2022-07-11target/arm: Implement BFMOPA, BFMOPSRichard Henderson
2022-07-11target/arm: Implement FMOPA, FMOPS (non-widening)Richard Henderson
2022-07-11target/arm: Implement SME ADDHA, ADDVARichard Henderson
2022-07-11target/arm: Implement SME LDR, STRRichard Henderson
2022-07-11target/arm: Export unpredicated ld/st from translate-sve.cRichard Henderson
2022-07-11target/arm: Implement SME LD1, ST1Richard Henderson
2022-07-11target/arm: Implement SME MOVARichard Henderson
2022-07-11target/arm: Implement SME ZERORichard Henderson
2022-07-11target/arm: Implement SME RDSVL, ADDSVL, ADDSPLRichard Henderson
2022-07-11target/arm: Handle SME in sve_access_checkRichard Henderson
2022-07-11target/arm: Add SME enablement checksRichard Henderson
2022-07-11target/arm: Mark LD1RO as non-streamingRichard Henderson
2022-07-11target/arm: Mark LDFF1 and LDNF1 as non-streamingRichard Henderson
2022-07-11target/arm: Mark gather prefetch as non-streamingRichard Henderson
2022-07-11target/arm: Mark gather/scatter load/store as non-streamingRichard Henderson
2022-07-11target/arm: Mark string/histo/crypto as non-streamingRichard Henderson
2022-07-11target/arm: Mark SMMLA, UMMLA, USMMLA as non-streamingRichard Henderson
2022-07-11target/arm: Mark FTSMUL, FTMAD, FADDA as non-streamingRichard Henderson
2022-07-11target/arm: Mark PMULL, FMMLA as non-streamingRichard Henderson
2022-07-11target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streamingRichard Henderson
2022-07-11target/arm: Mark RDFFR, WRFFR, SETFFR as non-streamingRichard Henderson