aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2022-10-27target/arm: Use the max page size in a 2-stage ptwRichard Henderson1-1/+10
2022-10-27target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson2-1/+17
2022-10-27target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson2-22/+156
2022-10-27target/arm: Tidy merging of attributes from descriptor and tableRichard Henderson1-18/+16
2022-10-27target/arm: Consider GP an attribute in get_phys_addr_lpaeRichard Henderson1-4/+2
2022-10-27target/arm: Don't shift attrs in get_phys_addr_lpaeRichard Henderson1-16/+15
2022-10-27target/arm: Fix fault reporting in get_phys_addr_lpaeRichard Henderson1-18/+13
2022-10-27target/arm: Remove loop from get_phys_addr_lpaeRichard Henderson1-92/+92
2022-10-27target/arm: Add ARMFault_UnsuppAtomicUpdateRichard Henderson1-0/+4
2022-10-27target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptwRichard Henderson1-19/+22
2022-10-27target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson2-1/+9
2022-10-27target/arm: Add isar predicates for FEAT_HAFDBSRichard Henderson1-0/+10
2022-10-27target/arm: Add ptw_idx to S1TranslateRichard Henderson1-17/+54
2022-10-27target/arm: Introduce regime_is_stage2Richard Henderson3-17/+16
2022-10-27target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin1-7/+17
2022-10-27target/arm: Implement FEAT_E0PDPeter Maydell5-19/+34
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson2-22/+26
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson1-4/+0
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson3-6/+9
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson6-71/+178
2022-10-20target/arm: Introduce gen_pc_plus_diff for aarch32Richard Henderson1-17/+21
2022-10-20target/arm: Introduce gen_pc_plus_diff for aarch64Richard Henderson1-12/+29
2022-10-20target/arm: Change gen_jmp* to work on displacementsRichard Henderson1-16/+21
2022-10-20target/arm: Remove gen_exception_internal_insn pc argumentRichard Henderson2-8/+8
2022-10-20target/arm: Change gen_exception_insn* to work on displacementsRichard Henderson6-46/+43
2022-10-20target/arm: Change gen_*set_pc_im to gen_*update_pcRichard Henderson5-54/+56
2022-10-20target/arm: Change gen_goto_tb to work on displacementsRichard Henderson2-23/+27
2022-10-20target/arm: Introduce curr_insn_lenRichard Henderson3-4/+8
2022-10-20target/arm: Use bool consistently for get_phys_addr subroutinesRichard Henderson1-4/+3
2022-10-20target/arm: Split out get_phys_addr_twostageRichard Henderson1-91/+100
2022-10-20target/arm: Use softmmu tlbs for page table walkingRichard Henderson3-75/+145
2022-10-20target/arm: Move be test for regime into S1TranslateResultRichard Henderson1-2/+4
2022-10-20target/arm: Plumb debug into S1TranslateRichard Henderson1-18/+37
2022-10-20target/arm: Split out S1Translate typeRichard Henderson1-61/+79
2022-10-20target/arm: Restrict tlb flush from vttbr_write to vmid changeRichard Henderson1-2/+2
2022-10-20target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idxRichard Henderson3-49/+127
2022-10-20target/arm: Add ARMMMUIdx_Phys_{S,NS}Richard Henderson3-4/+24
2022-10-20target/arm: Use probe_access_full for BTIRichard Henderson5-31/+20
2022-10-20target/arm: Use probe_access_full for MTERichard Henderson5-86/+36
2022-10-20target/arm: Enable TARGET_PAGE_ENTRY_EXTRARichard Henderson2-0/+15
2022-10-20target/arm: update the cortex-a15 MIDR to latest revAlex Bennée1-1/+3
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+4
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi10-584/+710
2022-10-10target/arm: Use ARMGranuleSize in ARMVAParametersPeter Maydell3-20/+50
2022-10-10target/arm: Don't allow guest to use unimplemented granule sizesPeter Maydell3-8/+136
2022-10-10target/arm: Use tlb_set_page_fullRichard Henderson5-114/+111
2022-10-10target/arm: Fix cacheattr in get_phys_addr_disabledRichard Henderson1-23/+25
2022-10-10target/arm: Split out get_phys_addr_disabledRichard Henderson1-64/+74
2022-10-10target/arm: Fix ATS12NSO* from S PL1Richard Henderson1-4/+4
2022-10-10target/arm: Pass HCR to attribute subroutines.Richard Henderson1-13/+17