aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth
2022-12-15target/arm: Report FEAT_EVT for TCG '-cpu max'Peter Maydell
2022-12-15target/arm: Implement HCR_EL2.TID4 trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TICAB,TOCU trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TTLBOS trapsPeter Maydell
2022-12-15target/arm: Implement HCR_EL2.TTLBIS trapsPeter Maydell
2022-12-15target/arm: Allow relevant HCR bits to be written for FEAT_EVTPeter Maydell
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov
2022-11-22target/arm: Use signed quantity to represent VMSAv8-64 translation levelArd Biesheuvel
2022-11-22target/arm: Don't do two-stage lookup if stage 2 is disabledPeter Maydell
2022-11-21target/arm: Limit LPA2 effective output address when TCR.DS == 0Ard Biesheuvel
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