aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorFilesLines
5 daysKVM: arm64: Correctly identify executable PTEs at stage-2Oliver Upton1-1/+3
5 daysKVM: arm64: Restore POR_EL0 access to host EL0Joey Gouly1-0/+2
12 daysKVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisorMark Brown1-6/+10
2026-05-21KVM: arm64: Fix CONFIG_PKVM_DISABLE_STAGE2_ON_PANICVincent Donnefort1-1/+1
2026-05-20KVM: arm64: Fix nVHE/pKVM hyp tracing error on invalid descVincent Donnefort1-2/+7
2026-05-07KVM: arm64: Pre-check vcpu memcache for host->guest donateFuad Tabba1-0/+4
2026-05-07KVM: arm64: Pre-check vcpu memcache for host->guest shareFuad Tabba1-0/+20
2026-05-07KVM: arm64: Seed pkvm_ownership_selftest vcpu memcacheFuad Tabba1-1/+15
2026-05-07KVM: arm64: Fix __deactivate_fgt macro parameter typoFuad Tabba1-1/+1
2026-05-07KVM: arm64: Guard against NULL vcpu on VHE hyp panic pathFuad Tabba1-1/+2
2026-05-06KVM: arm64: Remove potential UB on nvhe tracing clock updateMostafa Saleh1-0/+3
2026-05-06KVM: arm64: Work around C1-Pro erratum 4193714 for protected guestsJames Morse1-1/+22
2026-04-27Merge tag 'kvmarm-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-29/+45
2026-04-24KVM: arm64: Fix initialisation order in __pkvm_init_finalise()Quentin Perret1-3/+3
2026-04-24KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()Fuad Tabba1-13/+25
2026-04-24KVM: arm64: Reject non compliant SMCCC function calls in pKVMSebastian Ene1-0/+4
2026-04-18KVM: arm64: pkvm: Adopt MARKER() to define host hypercall rangesMarc Zyngier1-5/+5
2026-04-17KVM: arm64: Re-allow hyp tracing HVCs for [nh]VHEVincent Donnefort1-8/+8
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds30-270/+1942
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-13/+29
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas7-13/+29
2026-04-08Merge branch kvm-arm64/misc-7.1 into kvmarm-master/nextMarc Zyngier1-0/+7
2026-04-08Merge branch kvm-arm64/vgic-fixes-7.1 into kvmarm-master/nextMarc Zyngier2-4/+4
2026-04-08Merge branch kvm-arm64/pkvm-protected-guest into kvmarm-master/nextMarc Zyngier10-157/+926
2026-04-08Merge branch kvm-arm64/spe-trbe-nvhe into kvmarm-master/nextMarc Zyngier2-25/+93
2026-04-08Merge branch kvm-arm64/pkvm-psci into kvmarm-master/nextMarc Zyngier3-51/+39
2026-04-08Merge branch kvm-arm64/vgic-v5-ppi into kvmarm-master/nextMarc Zyngier7-2/+234
2026-04-08Merge branch kvm-arm64/hyp-tracing into kvmarm-master/nextMarc Zyngier18-34/+642
2026-04-01KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIsSascha Bischoff1-3/+3
2026-04-01KVM: arm64: Prevent the host from using an smc with imm16 != 0Sebastian Ene1-0/+7
2026-04-01KVM: arm64: Correctly plumb ID_AA64PFR2_EL1 into pkvm idreg handlingMarc Zyngier1-1/+1
2026-04-01KVM: arm64: Don't hold 'vm_table_lock' across guest page reclaimWill Deacon1-5/+6
2026-04-01KVM: arm64: Allow get_pkvm_hyp_vm() to take a reference to a dying VMWill Deacon1-7/+1
2026-04-01KVM: arm64: Prevent teardown finalisation of referenced 'hyp_vm'Will Deacon1-14/+18
2026-03-30KVM: arm64: Rename PKVM_PAGE_STATE_MASKWill Deacon1-3/+3
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcsWill Deacon1-0/+30
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaimWill Deacon1-2/+14
2026-03-30KVM: arm64: Register 'selftest_vm' in the VM tableWill Deacon3-43/+61
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover guest donationWill Deacon1-0/+22
2026-03-30KVM: arm64: Implement the MEM_UNSHARE hypercall for protected VMsWill Deacon3-0/+57
2026-03-30KVM: arm64: Implement the MEM_SHARE hypercall for protected VMsWill Deacon3-0/+94
2026-03-30KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMsWill Deacon3-0/+39
2026-03-30KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pteWill Deacon3-0/+54
2026-03-30KVM: arm64: Introduce hypercall to force reclaim of a protected pageWill Deacon6-2/+147
2026-03-30KVM: arm64: Annotate guest donations with handle and gfn in host stage-2Will Deacon1-2/+18
2026-03-30KVM: arm64: Change 'pkvm_handle_t' to u16Will Deacon1-0/+1
2026-03-30KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()Will Deacon1-15/+32
2026-03-30KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()Will Deacon2-15/+34
2026-03-30KVM: arm64: Avoid pointless annotation when mapping host-owned pagesWill Deacon1-12/+16
2026-03-30KVM: arm64: Inject SIGSEGV on illegal accessesQuentin Perret1-0/+37