aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson5-49/+95
2023-01-23target/arm: Reorg do_coproc_insnRichard Henderson1-186/+186
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev1-0/+21
2023-01-23target/arm: implement DBGCLAIM registersEvgeny Iakovlev2-0/+34
2023-01-23target/arm: Don't set EXC_RETURN.ES if Security Extension not presentPeter Maydell1-1/+1
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson1-2/+2
2023-01-23target/arm: Fix physical address resolution for MTERichard Henderson1-1/+1
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson4-19/+5
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson2-9/+5
2023-01-23target/arm/sme: Reset ZA state in aarch64_set_svcr()Richard Henderson2-12/+12
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson3-11/+13
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson3-2/+11
2023-01-23target/arm/sme: Rebuild hflags in set_pstate() helpersRichard Henderson2-1/+2
2023-01-23target/arm/sme: Reorg SME access handling in handle_msr_i()Richard Henderson1-11/+13
2023-01-23target/arm: Unify checking for M Main Extension in MRS/MSRDavid Reiss1-2/+20
2023-01-23target/arm: Widen cnthctl_el2 to uint64_tRichard Henderson1-1/+1
2023-01-13target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabledEvgeny Iakovlev1-0/+3
2023-01-12target/arm: Fix sve_probe_pageRichard Henderson1-5/+9
2023-01-05target/arm: align exposed ID registers with LinuxZhuojia Shen1-17/+79
2023-01-05target/arm: cleanup cpu includesClaudio Fontana2-7/+0
2023-01-05target/arm: Remove unused includes from helper.cFabiano Rosas1-7/+0
2023-01-05target/arm: Remove unused includes from m_helper.cFabiano Rosas1-16/+0
2023-01-05target/arm: Fix checkpatch brace errors in helper.cFabiano Rosas1-25/+42
2023-01-05target/arm: Fix checkpatch space errors in helper.cFabiano Rosas1-21/+21
2023-01-05target/arm: Fix checkpatch comment style warnings in helper.cFabiano Rosas1-108/+215
2023-01-05target/arm: fix handling of HLT semihosting in system modeAlex Bennée1-1/+1
2023-01-05target/arm: Add ARM Cortex-R52 CPUTobias Röhmel1-0/+42
2023-01-05target/arm: Add PMSAv8r functionalityTobias Röhmel1-22/+104
2023-01-05target/arm: Add PMSAv8r registersTobias Röhmel4-4/+360
2023-01-05target/arm: Enable TTBCR_EAE for ARMv8-R AArch32Tobias Röhmel3-0/+11
2023-01-05target/arm: Make stage_2_format for cache attributes optionalTobias Röhmel1-2/+8
2023-01-05target/arm: Make RVBAR available for all ARMv8 CPUsTobias Röhmel2-8/+19
2023-01-05target/arm: Don't add all MIDR aliases for cores that implement PMSATobias Röhmel1-4/+9
2023-01-05target/arm:Set lg_page_size to 0 if either S1 or S2 asks for itPeter Maydell1-3/+13
2022-12-16target/arm: Convert to 3-phase resetPeter Maydell2-6/+11
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé1-2/+3
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth1-4/+4
2022-12-15target/arm: Report FEAT_EVT for TCG '-cpu max'Peter Maydell2-0/+2
2022-12-15target/arm: Implement HCR_EL2.TID4 trapsPeter Maydell1-8/+9
2022-12-15target/arm: Implement HCR_EL2.TICAB,TOCU trapsPeter Maydell1-13/+23
2022-12-15target/arm: Implement HCR_EL2.TTLBOS trapsPeter Maydell1-10/+23
2022-12-15target/arm: Implement HCR_EL2.TTLBIS trapsPeter Maydell1-16/+27
2022-12-15target/arm: Allow relevant HCR bits to be written for FEAT_EVTPeter Maydell2-0/+36
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin1-0/+69
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+0
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov3-3/+8
2022-11-22target/arm: Use signed quantity to represent VMSAv8-64 translation levelArd Biesheuvel1-2/+2
2022-11-22target/arm: Don't do two-stage lookup if stage 2 is disabledPeter Maydell1-3/+4
2022-11-21target/arm: Limit LPA2 effective output address when TCR.DS == 0Ard Biesheuvel1-0/+8
2022-11-04target/arm: Two fixes for secure ptwRichard Henderson1-7/+8