aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
10 daysKVM: arm64: Allow AArch32 PSTATE.M to be restored as System modeMarc Zyngier
10 daysKVM: arm64: Fix AArch32 register narrowing on userspace writeMarc Zyngier
2024-05-17KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()Oliver Upton
2024-05-17KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_idMarc Zyngier
2024-04-10KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton
2024-03-01KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()Oliver Upton
2024-03-01KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handlerOliver Upton
2024-01-25KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cacheOliver Upton
2024-01-25KVM: arm64: vgic-v4: Restore pending state on host userspace writeMarc Zyngier
2024-01-05KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroyMarc Zyngier
2023-05-01KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter
2023-05-01KVM: arm64: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-04-20KVM: arm64: PMU: Restore the guest's EL0 event counting after migrationReiji Watanabe
2023-04-05KVM: arm64: Disable interrupts while walking userspace PTsMarc Zyngier
2023-02-01KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivationMarc Zyngier
2023-01-18KVM: arm64: nvhe: Fix build with profile optimizationDenis Nikitin
2022-12-02KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1Marc Zyngier
2022-11-10KVM: arm64: Fix bad dereference on MTE-enabled systemsRyan Roberts
2022-10-29KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren
2022-08-25KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton
2022-08-25KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton
2022-08-17KVM: arm64: Don't return from void functionQuentin Perret
2022-06-29KVM: arm64: Prevent kmemleak from accessing pKVM memoryQuentin Perret
2022-06-22KVM: arm64: Don't read a HW interrupt pending state in user contextMarc Zyngier
2022-06-06KVM: arm64: Don't hypercall before EL2 initQuentin Perret
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-03-11KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse
2022-03-11arm64: Mitigate spectre style branch history side channelsJames Morse
2022-03-11arm64: Add percpu vectors for EL1James Morse
2022-03-11KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse
2022-03-11arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly
2022-03-08KVM: arm64: vgic: Read HW interrupt pending state from the HWMarc Zyngier
2022-02-08kvm/arm64: rework guest entry logicMark Rutland
2022-02-08KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse
2022-02-08KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse
2022-02-01KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier
2022-02-01KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHEMarc Zyngier
2021-12-17KVM: arm64: Save PSTATE early on exitMarc Zyngier
2021-11-25KVM: arm64: Fix host stage-2 finalizationQuentin Perret
2021-11-18KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercallWill Deacon
2021-11-18KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland
2021-10-05KVM: arm64: Release mmap_lock when using VM_SHARED with MTEQuentin Perret
2021-10-05KVM: arm64: Report corrupted refcount at EL2Quentin Perret
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret
2021-09-20KVM: arm64: Fix PMU probe orderingMarc Zyngier
2021-09-20KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport