aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-09-11crypto: Create sm4_subwordMax Chou
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum
2023-09-08target/arm: Enable SCTLR_EL1.TIDCP for user-onlyRichard Henderson
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson
2023-09-08target/arm: Implement cortex-a710Richard Henderson
2023-09-08target/arm: Implement RMR_ELxRichard Henderson
2023-09-08arm64: Restore trapless ptimer accessColton Lewis
2023-09-08target/arm: Do not use gen_mte_checkN in trans_STGPRichard Henderson
2023-09-08target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay
2023-09-08target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay
2023-09-08target/arm: Implement FEAT_Pauth2Aaron Lindsay
2023-09-08target/arm: Implement FEAT_EPACAaron Lindsay
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson
2023-09-08target/arm: Don't change pauth features when changing algorithmRichard Henderson
2023-09-08target/arm: Add feature detection for FEAT_Pauth2 and extensionsAaron Lindsay
2023-09-08target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth
2023-08-31Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson
2023-08-31target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson
2023-08-31target/arm: Introduce make_ccsidr64Richard Henderson
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson
2023-08-31target/arm: Support more GM blocksizesRichard Henderson
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-08-31target/arm: Reduce dcz_blocksize to uint8_tRichard Henderson
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée
2023-08-24target/arm: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-22target/arm: Fix 64-bit SSRARichard Henderson
2023-08-22target/arm: Fix SME ST1QRichard Henderson
2023-08-22target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASKJean-Philippe Brucker
2023-08-22target/arm/helper: Check SCR_EL3.{NSE, NS} encoding for AT instructionsJean-Philippe Brucker
2023-08-22target/arm: Pass security space rather than flag for AT instructionsJean-Philippe Brucker
2023-08-22target/arm: Skip granule protection checks for AT instructionsJean-Philippe Brucker
2023-08-22target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2*Jean-Philippe Brucker
2023-08-22target/arm/ptw: Load stage-2 tables from realm physical spaceJean-Philippe Brucker
2023-08-22target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory typesPeter Maydell
2023-08-22target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptwPeter Maydell
2023-08-22target/arm/ptw: Check for block descriptors at invalid levelsPeter Maydell
2023-08-22target/arm/ptw: Set attributes correctly for MMU disabled data accessesPeter Maydell
2023-08-22target/arm/ptw: Drop S1Translate::out_securePeter Maydell