aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson3-25/+2
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson3-57/+9
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi1-8/+2
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi16-124/+701
2023-09-11crypto: Create sm4_subwordMax Chou1-8/+2
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum1-0/+61
2023-09-08target/arm: Enable SCTLR_EL1.TIDCP for user-onlyRichard Henderson1-0/+4
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson6-0/+38
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson4-2/+55
2023-09-08target/arm: Implement cortex-a710Richard Henderson1-0/+212
2023-09-08target/arm: Implement RMR_ELxRichard Henderson1-23/+41
2023-09-08arm64: Restore trapless ptimer accessColton Lewis1-0/+1
2023-09-08target/arm: Do not use gen_mte_checkN in trans_STGPRichard Henderson1-26/+15
2023-09-08target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay3-2/+25
2023-09-08target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay3-19/+68
2023-09-08target/arm: Implement FEAT_Pauth2Aaron Lindsay2-5/+18
2023-09-08target/arm: Implement FEAT_EPACAaron Lindsay2-6/+12
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson4-14/+67
2023-09-08target/arm: Don't change pauth features when changing algorithmRichard Henderson2-25/+47
2023-09-08target/arm: Add feature detection for FEAT_Pauth2 and extensionsAaron Lindsay2-9/+40
2023-09-08target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay4-2/+6
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth1-10/+2
2023-08-31Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi11-150/+293
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell1-82/+97
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell1-0/+9
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée1-1/+1
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson2-2/+2
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson1-0/+3
2023-08-31target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson1-1/+2
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson3-11/+41
2023-08-31target/arm: Introduce make_ccsidr64Richard Henderson1-16/+32
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson1-3/+4
2023-08-31target/arm: Support more GM blocksizesRichard Henderson2-12/+62
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson7-28/+45
2023-08-31target/arm: Reduce dcz_blocksize to uint8_tRichard Henderson1-1/+2
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée1-4/+4
2023-08-24target/arm: Use tcg_gen_negsetcond_*Richard Henderson2-21/+13
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson1-2/+2
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson1-4/+2
2023-08-22target/arm: Fix 64-bit SSRARichard Henderson1-1/+1
2023-08-22target/arm: Fix SME ST1QRichard Henderson1-1/+1
2023-08-22target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASKJean-Philippe Brucker4-14/+68
2023-08-22target/arm/helper: Check SCR_EL3.{NSE, NS} encoding for AT instructionsJean-Philippe Brucker1-11/+27
2023-08-22target/arm: Pass security space rather than flag for AT instructionsJean-Philippe Brucker3-30/+27
2023-08-22target/arm: Skip granule protection checks for AT instructionsJean-Philippe Brucker3-18/+26
2023-08-22target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2*Jean-Philippe Brucker1-10/+40
2023-08-22target/arm/ptw: Load stage-2 tables from realm physical spaceJean-Philippe Brucker1-8/+18
2023-08-22target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory typesPeter Maydell1-1/+14
2023-08-22target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptwPeter Maydell1-3/+7
2023-08-22target/arm/ptw: Check for block descriptors at invalid levelsPeter Maydell1-2/+23