aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2022-11-04target/arm: Two fixes for secure ptwRichard Henderson
2022-11-04target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()Ake Koomsin
2022-11-04target/arm: Copy the entire vector in DO_ZIPRichard Henderson
2022-11-04target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin
2022-11-04target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLBPeter Maydell
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-27target/arm: Use the max page size in a 2-stage ptwRichard Henderson
2022-10-27target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson
2022-10-27target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson
2022-10-27target/arm: Tidy merging of attributes from descriptor and tableRichard Henderson
2022-10-27target/arm: Consider GP an attribute in get_phys_addr_lpaeRichard Henderson
2022-10-27target/arm: Don't shift attrs in get_phys_addr_lpaeRichard Henderson
2022-10-27target/arm: Fix fault reporting in get_phys_addr_lpaeRichard Henderson
2022-10-27target/arm: Remove loop from get_phys_addr_lpaeRichard Henderson
2022-10-27target/arm: Add ARMFault_UnsuppAtomicUpdateRichard Henderson
2022-10-27target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptwRichard Henderson
2022-10-27target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson
2022-10-27target/arm: Add isar predicates for FEAT_HAFDBSRichard Henderson
2022-10-27target/arm: Add ptw_idx to S1TranslateRichard Henderson
2022-10-27target/arm: Introduce regime_is_stage2Richard Henderson
2022-10-27target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin
2022-10-27target/arm: Implement FEAT_E0PDPeter Maydell
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson
2022-10-20target/arm: Introduce gen_pc_plus_diff for aarch32Richard Henderson
2022-10-20target/arm: Introduce gen_pc_plus_diff for aarch64Richard Henderson
2022-10-20target/arm: Change gen_jmp* to work on displacementsRichard Henderson
2022-10-20target/arm: Remove gen_exception_internal_insn pc argumentRichard Henderson
2022-10-20target/arm: Change gen_exception_insn* to work on displacementsRichard Henderson
2022-10-20target/arm: Change gen_*set_pc_im to gen_*update_pcRichard Henderson
2022-10-20target/arm: Change gen_goto_tb to work on displacementsRichard Henderson
2022-10-20target/arm: Introduce curr_insn_lenRichard Henderson
2022-10-20target/arm: Use bool consistently for get_phys_addr subroutinesRichard Henderson
2022-10-20target/arm: Split out get_phys_addr_twostageRichard Henderson
2022-10-20target/arm: Use softmmu tlbs for page table walkingRichard Henderson
2022-10-20target/arm: Move be test for regime into S1TranslateResultRichard Henderson
2022-10-20target/arm: Plumb debug into S1TranslateRichard Henderson
2022-10-20target/arm: Split out S1Translate typeRichard Henderson
2022-10-20target/arm: Restrict tlb flush from vttbr_write to vmid changeRichard Henderson
2022-10-20target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idxRichard Henderson
2022-10-20target/arm: Add ARMMMUIdx_Phys_{S,NS}Richard Henderson
2022-10-20target/arm: Use probe_access_full for BTIRichard Henderson
2022-10-20target/arm: Use probe_access_full for MTERichard Henderson
2022-10-20target/arm: Enable TARGET_PAGE_ENTRY_EXTRARichard Henderson
2022-10-20target/arm: update the cortex-a15 MIDR to latest revAlex Bennée
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