summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorLines
14 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-270/+1942
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-13/+29
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas-13/+29
2026-04-08Merge branch kvm-arm64/misc-7.1 into kvmarm-master/nextMarc Zyngier-0/+7
2026-04-08Merge branch kvm-arm64/vgic-fixes-7.1 into kvmarm-master/nextMarc Zyngier-4/+4
2026-04-08Merge branch kvm-arm64/pkvm-protected-guest into kvmarm-master/nextMarc Zyngier-157/+926
2026-04-08Merge branch kvm-arm64/spe-trbe-nvhe into kvmarm-master/nextMarc Zyngier-25/+93
2026-04-08Merge branch kvm-arm64/pkvm-psci into kvmarm-master/nextMarc Zyngier-51/+39
2026-04-08Merge branch kvm-arm64/vgic-v5-ppi into kvmarm-master/nextMarc Zyngier-2/+234
2026-04-08Merge branch kvm-arm64/hyp-tracing into kvmarm-master/nextMarc Zyngier-34/+642
2026-04-01KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIsSascha Bischoff-3/+3
2026-04-01KVM: arm64: Prevent the host from using an smc with imm16 != 0Sebastian Ene-0/+7
2026-04-01KVM: arm64: Correctly plumb ID_AA64PFR2_EL1 into pkvm idreg handlingMarc Zyngier-1/+1
2026-04-01KVM: arm64: Don't hold 'vm_table_lock' across guest page reclaimWill Deacon-5/+6
2026-04-01KVM: arm64: Allow get_pkvm_hyp_vm() to take a reference to a dying VMWill Deacon-7/+1
2026-04-01KVM: arm64: Prevent teardown finalisation of referenced 'hyp_vm'Will Deacon-14/+18
2026-03-30KVM: arm64: Rename PKVM_PAGE_STATE_MASKWill Deacon-3/+3
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcsWill Deacon-0/+30
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaimWill Deacon-2/+14
2026-03-30KVM: arm64: Register 'selftest_vm' in the VM tableWill Deacon-43/+61
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover guest donationWill Deacon-0/+22
2026-03-30KVM: arm64: Implement the MEM_UNSHARE hypercall for protected VMsWill Deacon-0/+57
2026-03-30KVM: arm64: Implement the MEM_SHARE hypercall for protected VMsWill Deacon-0/+94
2026-03-30KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMsWill Deacon-0/+39
2026-03-30KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pteWill Deacon-0/+54
2026-03-30KVM: arm64: Introduce hypercall to force reclaim of a protected pageWill Deacon-2/+147
2026-03-30KVM: arm64: Annotate guest donations with handle and gfn in host stage-2Will Deacon-2/+18
2026-03-30KVM: arm64: Change 'pkvm_handle_t' to u16Will Deacon-0/+1
2026-03-30KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()Will Deacon-15/+32
2026-03-30KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()Will Deacon-15/+34
2026-03-30KVM: arm64: Avoid pointless annotation when mapping host-owned pagesWill Deacon-12/+16
2026-03-30KVM: arm64: Inject SIGSEGV on illegal accessesQuentin Perret-0/+37
2026-03-30KVM: arm64: Support translation faults in inject_host_exception()Will Deacon-3/+17
2026-03-30KVM: arm64: Factor out pKVM host exception injection logicWill Deacon-26/+23
2026-03-30KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()Will Deacon-0/+104
2026-03-30KVM: arm64: Introduce __pkvm_host_donate_guest()Will Deacon-0/+53
2026-03-30KVM: arm64: Split teardown hypercall into two phasesWill Deacon-10/+52
2026-03-30KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM hostWill Deacon-5/+16
2026-03-30KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercallsWill Deacon-43/+20
2026-03-30KVM: arm64: Expose self-hosted debug regs as RAZ/WI for protected guestsFuad Tabba-0/+8
2026-03-30KVM: arm64: Remove unused PKVM_ID_FFA definitionWill Deacon-1/+0
2026-03-28KVM: arm64: Don't pass host_debug_state to BRBE world-switch routinesWill Deacon-4/+8
2026-03-28KVM: arm64: Disable SPE Profiling Buffer when running in guest contextWill Deacon-12/+23
2026-03-28KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest contextWill Deacon-10/+63
2026-03-27KVM: arm64: Force guest EL1 to use user-space's partid configurationJames Morse-0/+16
2026-03-27KVM: arm64: Preserve host MPAM configuration when changing trapsBen Horgan-4/+8
2026-03-23KVM: arm64: Remove extra ISBs when using msr_hcr_el2Marc Zyngier-1/+0
2026-03-23KVM: arm64: pkvm: Use direct function pointers for cpu_{on,resume}Marc Zyngier-21/+27
2026-03-23KVM: arm64: pkvm: Turn __kvm_hyp_init_cpu into an inner labelMarc Zyngier-12/+3
2026-03-23KVM: arm64: pkvm: Simplify BTI handling on CPU bootMarc Zyngier-14/+5