summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/include
AgeCommit message (Expand)AuthorLines
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-7/+176
2026-04-08Merge branch kvm-arm64/pkvm-protected-guest into kvmarm-master/nextMarc Zyngier-5/+26
2026-04-08Merge branch kvm-arm64/vgic-v5-ppi into kvmarm-master/nextMarc Zyngier-0/+27
2026-03-30KVM: arm64: Rename PKVM_PAGE_STATE_MASKWill Deacon-3/+3
2026-03-30KVM: arm64: Register 'selftest_vm' in the VM tableWill Deacon-0/+2
2026-03-30KVM: arm64: Implement the MEM_UNSHARE hypercall for protected VMsWill Deacon-0/+1
2026-03-30KVM: arm64: Implement the MEM_SHARE hypercall for protected VMsWill Deacon-0/+1
2026-03-30KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMsWill Deacon-0/+1
2026-03-30KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pteWill Deacon-0/+1
2026-03-30KVM: arm64: Introduce hypercall to force reclaim of a protected pageWill Deacon-0/+8
2026-03-30KVM: arm64: Support translation faults in inject_host_exception()Will Deacon-0/+2
2026-03-30KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()Will Deacon-0/+2
2026-03-30KVM: arm64: Introduce __pkvm_host_donate_guest()Will Deacon-0/+2
2026-03-30KVM: arm64: Split teardown hypercall into two phasesWill Deacon-1/+3
2026-03-30KVM: arm64: Remove unused PKVM_ID_FFA definitionWill Deacon-1/+0
2026-03-27KVM: arm64: Preserve host MPAM configuration when changing trapsBen Horgan-4/+8
2026-03-19KVM: arm64: gic-v5: Support GICv5 FGTs & FGUsSascha Bischoff-0/+27
2026-03-11KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hypVincent Donnefort-0/+35
2026-03-11KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remoteVincent Donnefort-0/+45
2026-03-11KVM: arm64: Add trace reset to the nVHE/pKVM hypVincent Donnefort-0/+2
2026-03-11KVM: arm64: Sync boot clock with the nVHE/pKVM hypVincent Donnefort-0/+2
2026-03-11KVM: arm64: Add tracing capability for the nVHE/pKVM hypVincent Donnefort-0/+23
2026-03-11KVM: arm64: Initialise hyp_nr_cpus for nVHE hypVincent Donnefort-2/+0
2026-03-11KVM: arm64: Add clock support to nVHE/pKVM hypVincent Donnefort-0/+16
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier-4/+2
2026-01-08KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()Alexandru Elisei-1/+1
2026-01-07KVM: arm64: Remove ISB after writing FPEXC32_EL2Mark Rutland-3/+1
2026-01-07KVM: arm64: Fix comment in fpsimd_lazy_switch_to_host()Mark Rutland-1/+1
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton-131/+17
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-2/+5
2025-09-15KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...Fuad Tabba-0/+2
2025-09-15KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMsFuad Tabba-1/+1
2025-09-15KVM: arm64: Add build-time check for duplicate DECLARE_REG useFuad Tabba-1/+2
2025-09-10KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctlyAlexandru Elisei-5/+0
2025-07-08KVM: arm64: Context switch SCTLR2_ELx when advertised to the guestOliver Upton-0/+17
2025-07-08KVM: arm64: nv: Use guest hypervisor's vSError stateOliver Upton-8/+69
2025-07-08KVM: arm64: Add helper to identify a nested contextMarc Zyngier-4/+4
2025-06-19KVM: arm64: VHE: Centralize ISBs when returning to hostMark Rutland-3/+0
2025-06-19KVM: arm64: Remove ad-hoc CPTR manipulation from kvm_hyp_handle_fpsimd()Mark Rutland-9/+8
2025-06-19KVM: arm64: Reorganise CPTR trap manipulationMark Rutland-0/+130
2025-06-19KVM: arm64: VHE: Synchronize restore of host debug registersMark Rutland-0/+3
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-5/+5
2025-06-05KVM: arm64: Add assignment-specific sysreg accessorMarc Zyngier-5/+5
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-75/+161
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier-1/+1
2025-05-23Merge branch kvm-arm64/fgt-masks into kvmarm-master/nextMarc Zyngier-57/+101
2025-05-21KVM: arm64: np-guest CMOs with PMD_SIZE fixmapVincent Donnefort-1/+3
2025-05-21KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()Vincent Donnefort-1/+1
2025-05-21KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()Vincent Donnefort-1/+1
2025-05-21KVM: arm64: Add a range to __pkvm_host_unshare_guest()Vincent Donnefort-1/+1