aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2024-03-13target/arm: Fix SME full tile indexingRichard Henderson
2024-03-13target/arm: align exposed ID registers with LinuxZhuojia Shen
2024-02-16target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...Peter Maydell
2024-02-16target/arm: Fix SVE/SME gross MTE suppression checksRichard Henderson
2024-02-16target/arm: Fix nregs computation in do_{ld,st}_zpaRichard Henderson
2024-02-03target/arm: fix exception syndrome for AArch32 bkpt insnJan Klötzke
2023-12-20target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker
2023-12-20target/arm: Disable SME if SVE is disabledPeter Maydell
2023-12-05target/arm: Set IL bit for pauth, SVE access, BTI trap syndromesPeter Maydell
2023-11-22target/arm: Fix SME FMOPA (16-bit), BFMOPARichard Henderson
2023-11-03target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walkPeter Maydell
2023-11-03target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell
2023-11-03target/arm: Don't allow stage 2 page table walks to downgrade to NSPeter Maydell
2023-11-03target/arm: Don't access TCG code when debugging with KVMFabiano Rosas
2023-09-25target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell
2023-09-13arm64: Restore trapless ptimer accessColton Lewis
2023-09-11target/arm: Fix 64-bit SSRARichard Henderson
2023-09-11target/arm: Fix SME ST1QRichard Henderson
2023-09-11accel/kvm: Specify default IPA size for arm64Akihiko Odaki
2023-09-11kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell
2023-06-22target/arm: Return correct result for LDG when ATA=0Peter Maydell
2023-06-22target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomicsPeter Maydell
2023-05-31target/arm: Explicitly select short-format FSR for M-profilePeter Maydell
2023-05-18target/arm: Fix vd == vm overlap in sve_ldff1_zRichard Henderson
2023-05-18target/arm: Define and use new load_cpu_field_low32()Peter Maydell
2023-05-18target/arm: Initialize debug capabilities only onceAkihiko Odaki
2023-04-12target/arm: Handle m-profile in arm_is_secureRichard Henderson
2023-03-29target/arm: Fix physical address resolution for Stage2Richard Henderson
2023-03-29target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson
2023-03-29target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabledEvgeny Iakovlev
2023-03-29target/arm: Fix sve_probe_pageRichard Henderson
2023-03-29target/arm: fix handling of HLT semihosting in system modeAlex Bennée
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