summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
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: Don't use cbz/adr with external symbolsSami Tolvanen1-2/+4
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-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-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
2023-05-30KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon1-0/+4
2023-05-17KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter1-0/+2
2022-11-03arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-4/+6
2022-10-30KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren1-1/+4
2022-08-21KVM: arm64: Don't return from void functionQuentin Perret2-2/+2
2022-06-22KVM: arm64: Don't read a HW interrupt pending state in user contextMarc Zyngier3-5/+21
2022-03-19arm64: kvm: Fix copy-and-paste error in bhb templates for v5.10 stableJames Morse1-2/+2
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse1-0/+9
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/+4
2022-03-11KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse2-1/+68
2022-03-11arm64: Add percpu vectors for EL1James Morse1-2/+7
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
2021-12-17KVM: arm64: Save PSTATE early on exitMarc Zyngier2-1/+12
2021-11-18KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2-2/+2
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen2-5/+6
2021-09-22KVM: arm64: Handle PSCI resets before userspace touches vCPU stateOliver Upton1-0/+8
2021-09-22KVM: arm64: Fix read-side race on updates to vcpu reset stateOliver Upton1-6/+10
2021-09-22KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page sizeAnshuman Khandual1-0/+8
2021-07-14KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is setAlexandru Elisei1-0/+1
2021-06-10KVM: arm64: Fix debug register indexingMarc Zyngier1-21/+21
2021-06-03KVM: arm64: Prevent mixed-width VM creationMarc Zyngier1-4/+24
2021-05-14KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei2-28/+62
2021-05-14KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION readEric Auger1-0/+3
2021-05-14KVM: arm64: Fully zero the vcpu state on resetMarc Zyngier1-0/+5
2021-05-14KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST readEric Auger1-2/+2
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+2
2021-03-17KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull2-12/+11
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier4-5/+12
2021-03-17KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-2/+1
2021-03-17KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier1-4/+8
2021-03-17KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose2-3/+20
2021-03-17KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon1-1/+1
2021-03-17KVM: arm64: Fix range alignment when walking page tablesJia He1-0/+1
2021-02-04KVM: arm64: Filter out v8.1+ events on v8.0 HWMarc Zyngier1-3/+7