aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2023-01-13target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabledEvgeny Iakovlev
2023-01-12target/arm: Fix sve_probe_pageRichard Henderson
2023-01-05target/arm: align exposed ID registers with LinuxZhuojia Shen
2023-01-05target/arm: cleanup cpu includesClaudio Fontana
2023-01-05target/arm: Remove unused includes from helper.cFabiano Rosas
2023-01-05target/arm: Remove unused includes from m_helper.cFabiano Rosas
2023-01-05target/arm: Fix checkpatch brace errors in helper.cFabiano Rosas
2023-01-05target/arm: Fix checkpatch space errors in helper.cFabiano Rosas
2023-01-05target/arm: Fix checkpatch comment style warnings in helper.cFabiano Rosas
2023-01-05target/arm: fix handling of HLT semihosting in system modeAlex Bennée
2023-01-05target/arm: Add ARM Cortex-R52 CPUTobias Röhmel
2023-01-05target/arm: Add PMSAv8r functionalityTobias Röhmel
2023-01-05target/arm: Add PMSAv8r registersTobias Röhmel
2023-01-05target/arm: Enable TTBCR_EAE for ARMv8-R AArch32Tobias Röhmel
2023-01-05target/arm: Make stage_2_format for cache attributes optionalTobias Röhmel
2023-01-05target/arm: Make RVBAR available for all ARMv8 CPUsTobias Röhmel
2023-01-05target/arm: Don't add all MIDR aliases for cores that implement PMSATobias Röhmel
2023-01-05target/arm:Set lg_page_size to 0 if either S1 or S2 asks for itPeter Maydell
2022-12-16target/arm: Convert to 3-phase resetPeter Maydell
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé
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