summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-08kvm/arm64: rework guest entry logicMark Rutland1-18/+33
2022-02-08KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse1-0/+8
2022-02-08KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse1-1/+2
2022-02-01KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier1-12/+6
2022-02-01KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHEMarc Zyngier1-1/+4
2021-12-17KVM: arm64: Save PSTATE early on exitMarc Zyngier2-1/+12
2021-11-25KVM: arm64: Fix host stage-2 finalizationQuentin Perret1-2/+12
2021-11-18KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercallWill Deacon1-11/+19
2021-11-18KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2-2/+2
2021-10-05KVM: arm64: Release mmap_lock when using VM_SHARED with MTEQuentin Perret1-2/+4
2021-10-05KVM: arm64: Report corrupted refcount at EL2Quentin Perret1-0/+1
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret3-1/+27
2021-09-20KVM: arm64: Fix PMU probe orderingMarc Zyngier2-4/+8
2021-09-20KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu1-1/+1
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds35-527/+894
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini35-527/+901
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang1-0/+1
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-6/+3
2021-08-26Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier1-17/+3
2021-08-26KVM: arm64: Trim guest debug exception handlingRaghavendra Rao Ananta1-17/+3
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-4/+0
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier11-74/+71
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier8-14/+16
2021-08-20Merge branch kvm-arm64/generic-entry into kvmarm-master/nextMarc Zyngier3-27/+46
2021-08-20Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/nextMarc Zyngier3-9/+30
2021-08-20Merge branch kvm-arm64/mmu/el2-tracking into kvmarm-master/nextMarc Zyngier13-256/+513
2021-08-20Merge branch kvm-arm64/mmu/kmemleak-pkvm into kvmarm-master/nextMarc Zyngier1-0/+7
2021-08-20Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier11-112/+72
2021-08-20Merge branch kvm-arm64/mmu/mapping-levels into kvmarm-master/nextMarc Zyngier2-7/+77
2021-08-20KVM: arm64: Minor optimization of range_is_memoryDavid Brazdil1-5/+8
2021-08-20Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-trackingMarc Zyngier2-5/+9
2021-08-20KVM: arm64: Upgrade trace_kvm_arm_set_dreg32() to 64bitMarc Zyngier1-3/+7
2021-08-20KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba2-1/+2
2021-08-20KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba2-8/+0
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba4-19/+16
2021-08-20KVM: arm64: Refactor sys_regs.h,c for nVHE reuseFuad Tabba2-44/+47
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba3-3/+3
2021-08-20KVM: arm64: Remove trailing whitespace in commentFuad Tabba1-2/+2
2021-08-20KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier3-4/+4
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier6-10/+10
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier4-4/+6
2021-08-20KVM: arm64: vgic: Resample HW pending state on deactivationMarc Zyngier4-62/+50
2021-08-19KVM: arm64: vgic: Drop WARN from vgic_get_irqRicardo Koller1-1/+0