aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-04target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()Ake Koomsin1-6/+9
2022-11-04target/arm: Copy the entire vector in DO_ZIPRichard Henderson1-2/+2
2022-11-04target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin2-7/+41
2022-11-04target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLBPeter Maydell1-18/+18
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2-5/+5
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