aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-10target/arm: Use ARMGranuleSize in ARMVAParametersPeter Maydell
2022-10-10target/arm: Don't allow guest to use unimplemented granule sizesPeter Maydell
2022-10-10target/arm: Use tlb_set_page_fullRichard Henderson
2022-10-10target/arm: Fix cacheattr in get_phys_addr_disabledRichard Henderson
2022-10-10target/arm: Split out get_phys_addr_disabledRichard Henderson
2022-10-10target/arm: Fix ATS12NSO* from S PL1Richard Henderson
2022-10-10target/arm: Pass HCR to attribute subroutines.Richard Henderson
2022-10-10target/arm: Remove env argument from combined_attrs_fwbRichard Henderson
2022-10-10target/arm: Hoist read of *is_secure in S1_ptw_translateRichard Henderson
2022-10-10target/arm: Introduce arm_hcr_el2_eff_secstateRichard Henderson
2022-10-10target/arm: Drop secure check for HCR.TGE vs SCTLR_EL1.MRichard Henderson
2022-10-10target/arm: Reorg regime_translation_disabledRichard Henderson
2022-10-10target/arm: Fold secure and non-secure a-profile mmu indexesRichard Henderson
2022-10-10target/arm: Add is_secure parameter to do_ats_writeRichard Henderson
2022-10-10target/arm: Merge regime_is_secure into get_phys_addrRichard Henderson
2022-10-10target/arm: Add TBFLAG_M32.SECURERichard Henderson
2022-10-10target/arm: Add is_secure parameter to v7m_read_half_insnRichard Henderson
2022-10-10target/arm: Split out get_phys_addr_with_secureRichard Henderson
2022-10-10target/arm: Add is_secure parameter to regime_translation_disabledRichard Henderson
2022-10-10target/arm: Fix S2 disabled check in S1_ptw_translateRichard Henderson
2022-10-10target/arm: Add is_secure parameter to get_phys_addr_lpaeRichard Henderson
2022-10-10target/arm: Make the final stage1+2 write to secure be unconditionalRichard Henderson
2022-10-10target/arm: Split s2walk_secure from ipa_secure in get_phys_addrRichard Henderson
2022-10-10target/arm: allow setting SCR_EL3.EnTP2 when FEAT_SME is implementedJerome Forissier
2022-10-10target/arm/kvm: Retry KVM_CREATE_VM call if it fails EINTRPeter Maydell
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson
2022-09-29target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEPJerome Forissier
2022-09-29target/arm: Rearrange cpu64.c so all the CPU initfns are togetherPeter Maydell
2022-09-29target/arm: Update SDCR_VALID_MASK to include SCCDPeter Maydell
2022-09-29target/arm: Make writes to MDCR_EL3 use PMU start/finish callsPeter Maydell
2022-09-29target/arm: Mark registers which call pmu_op_start() as ARM_CP_IOPeter Maydell
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_pmsav5Richard Henderson
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav7Richard Henderson
2022-09-22target/arm: Add is_secure parameter to pmsav7_use_background_regionRichard Henderson
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav8Richard Henderson
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v6Richard Henderson
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v5Richard Henderson
2022-09-22target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson
2022-09-22target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5Richard Henderson