summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
5 daysKVM: arm64: sys_regs: disable -Wuninitialized-const-pointer warningJustin Stitt1-0/+3
2025-05-02KVM: arm64: Eagerly switch ZCR_EL{1,2}Mark Rutland7-28/+98
2025-05-02KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba2-10/+26
2025-05-02KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland1-15/+0
2025-05-02KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland2-6/+1
2025-05-02KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME stateMark Rutland1-3/+10
2025-05-02arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown1-3/+0
2025-05-02arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown1-1/+12
2025-05-02arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-1/+2
2025-05-02KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown1-1/+3
2025-05-02KVM: arm64: Always start with clearing SVE flag on loadMarc Zyngier1-0/+1
2025-05-02KVM: arm64: Get rid of host SVE tracking/savingMark Brown2-39/+8
2024-12-14KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITEKunkun Jiang1-1/+5
2024-12-14KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a deviceKunkun Jiang1-2/+4
2024-12-14KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*Jing Zhang2-12/+32
2024-12-14KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow statusRaghavendra Rao Ananta1-1/+0
2024-09-04KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier2-0/+13
2024-07-05KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier3-5/+11
2024-06-16KVM: arm64: Allow AArch32 PSTATE.M to be restored as System modeMarc Zyngier1-0/+1
2024-06-16KVM: arm64: Fix AArch32 register narrowing on userspace writeMarc Zyngier1-1/+1
2024-05-17KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()Oliver Upton1-4/+4
2024-05-17KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_idMarc Zyngier1-6/+2
2024-04-10KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton1-1/+8
2024-03-01KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()Oliver Upton1-0/+3
2024-03-01KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handlerOliver Upton1-0/+2
2024-01-26KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cacheOliver Upton1-0/+5
2024-01-26KVM: arm64: vgic-v4: Restore pending state on host userspace writeMarc Zyngier1-10/+17
2024-01-05KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroyMarc Zyngier4-3/+7
2023-05-01KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter1-0/+2
2023-05-01KVM: arm64: Retry fault if vma_lookup() results become invalidDavid Matlack1-26/+21
2023-04-20KVM: arm64: PMU: Restore the guest's EL0 event counting after migrationReiji Watanabe2-1/+1
2023-04-05KVM: arm64: Disable interrupts while walking userspace PTsMarc Zyngier1-7/+38
2023-02-01KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivationMarc Zyngier3-16/+18
2023-01-18KVM: arm64: nvhe: Fix build with profile optimizationDenis Nikitin1-0/+4
2022-12-02KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1Marc Zyngier1-0/+11
2022-11-10KVM: arm64: Fix bad dereference on MTE-enabled systemsRyan Roberts1-1/+2
2022-10-29KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren1-1/+4
2022-08-25KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton1-1/+1
2022-08-25KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton2-4/+3
2022-08-17KVM: arm64: Don't return from void functionQuentin Perret2-2/+2
2022-06-29KVM: arm64: Prevent kmemleak from accessing pKVM memoryQuentin Perret1-3/+3
2022-06-22KVM: arm64: Don't read a HW interrupt pending state in user contextMarc Zyngier3-5/+21
2022-06-06KVM: arm64: Don't hypercall before EL2 initQuentin Perret1-1/+2
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse1-0/+1
2022-03-11KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2-1/+29
2022-03-11arm64: Mitigate spectre style branch history side channelsJames Morse1-0/+8
2022-03-11arm64: Add percpu vectors for EL1James Morse1-2/+7
2022-03-11KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse2-5/+4
2022-03-11arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly1-1/+1
2022-03-08KVM: arm64: vgic: Read HW interrupt pending state from the HWMarc Zyngier1-0/+2