aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
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
2023-08-22target/arm/ptw: Remove S1Translate::in_securePeter Maydell
2023-08-22target/arm/ptw: Remove last uses of ptw->in_securePeter Maydell
2023-08-22target/arm/ptw: Only fold in NSTable bit effects in Secure statePeter Maydell
2023-08-22target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate()Peter Maydell
2023-08-22target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()Peter Maydell
2023-08-22target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()Peter Maydell
2023-08-22target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled()Peter Maydell
2023-08-22target/arm/ptw: Set s1ns bit in fault info more consistentlyPeter Maydell
2023-08-22target/arm/ptw: Don't report GPC faults on stage 1 ptw as stage2 faultsPeter Maydell
2023-08-22target/arm/ptw: Don't set fi->s1ptw for UnsuppAtomicUpdate faultPeter Maydell
2023-08-22accel/kvm: Specify default IPA size for arm64Akihiko Odaki
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-07-31target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-armPeter Maydell
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell
2023-07-31target/arm: Fix MemOp for STGPRichard Henderson
2023-07-25Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2023-07-25arm: spelling fixesMichael Tokarev
2023-07-25target/arm: Special case M-profile in debug_helper.c codePeter Maydell
2023-07-17target/arm/ptw.c: Account for FEAT_RME when applying {N}SW, SA bitsPeter Maydell
2023-07-17target/arm: Fix S1_ptw_translate() debug pathPeter Maydell