summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/include/nvhe
AgeCommit message (Expand)AuthorLines
2026-04-08Merge branch kvm-arm64/pkvm-protected-guest into kvmarm-master/nextMarc Zyngier-5/+26
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-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
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-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
2025-05-21KVM: arm64: Add a range to __pkvm_host_share_guest()Vincent Donnefort-1/+1
2025-05-21KVM: arm64: Introduce for_each_hyp_pageVincent Donnefort-8/+8
2025-05-21Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16Marc Zyngier-0/+6
2025-05-06KVM: arm64: Extend pKVM selftest for np-guestsQuentin Perret-2/+2
2025-05-06KVM: arm64: Selftest for pKVM transitionsQuentin Perret-0/+6
2025-04-28KVM: arm64: Move hyp state to hyp_vmemmapQuentin Perret-6/+23
2025-04-28KVM: arm64: Introduce {get,set}_host_state() helpersQuentin Perret-1/+11
2025-04-28KVM: arm64: Use 0b11 for encoding PKVM_NOPAGEQuentin Perret-3/+1
2025-04-28KVM: arm64: Fix pKVM page-tracking commentsQuentin Perret-10/+19
2025-03-14KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpuFuad Tabba-6/+0
2025-03-14KVM: arm64: Distinct pKVM teardown memcache for stage-2Vincent Donnefort-1/+1
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier-223/+7
2024-12-20KVM: arm64: Remove fixed_config.h headerFuad Tabba-206/+5
2024-12-20KVM: arm64: Rework specifying restricted features for protected VMsFuad Tabba-1/+0
2024-12-20KVM: arm64: Initialize feature id registers for protected VMsFuad Tabba-0/+3
2024-12-20KVM: arm64: Consolidate allowed and restricted VM feature checksMarc Zyngier-36/+19
2024-12-20KVM: arm64: Introduce __pkvm_host_mkyoung_guest()Quentin Perret-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()Quentin Perret-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_wrprotect_guest()Quentin Perret-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_relax_guest_perms()Quentin Perret-0/+1
2024-12-20KVM: arm64: Introduce __pkvm_host_unshare_guest()Quentin Perret-0/+7
2024-12-20KVM: arm64: Introduce __pkvm_host_share_guest()Quentin Perret-1/+5
2024-12-20KVM: arm64: Introduce __pkvm_vcpu_{load,put}()Marc Zyngier-0/+7