summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/pkvm.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier1-19/+0
2025-05-21KVM: arm64: Stage-2 huge mappings for np-guestsVincent Donnefort1-1/+1
2025-05-21KVM: arm64: Add a range to pkvm_mappingsQuentin Perret1-9/+28
2025-05-21KVM: arm64: Convert pkvm_mappings to interval treeQuentin Perret1-59/+35
2025-05-21KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()Vincent Donnefort1-1/+1
2025-05-21KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()Vincent Donnefort1-1/+1
2025-05-21KVM: arm64: Add a range to __pkvm_host_unshare_guest()Vincent Donnefort1-1/+1
2025-05-21KVM: arm64: Add a range to __pkvm_host_share_guest()Vincent Donnefort1-1/+1
2025-05-08KVM: arm64: Drop sort_memblock_regions()Gavin Shan1-19/+0
2025-05-06KVM: arm64: Extend pKVM selftest for np-guestsQuentin Perret1-0/+1
2025-05-06KVM: arm64: Add .hyp.data sectionDavid Brazdil1-0/+1
2025-03-15KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpuFuad Tabba1-13/+15
2025-03-15KVM: arm64: Factor out pKVM hyp vcpu creation to separate functionFuad Tabba1-28/+24
2025-03-14KVM: arm64: Count pKVM stage-2 usage in secondary pagetable statsVincent Donnefort1-0/+4
2025-03-14KVM: arm64: Distinct pKVM teardown memcache for stage-2Vincent Donnefort1-0/+1
2024-12-20KVM: arm64: Introduce the EL1 pKVM MMUQuentin Perret1-0/+201
2024-05-01KVM: arm64: Prevent kmemleak from accessing .hyp.dataQuentin Perret1-0/+1
2024-05-01KVM: arm64: Do not re-initialize the KVM lockFuad Tabba1-1/+0
2024-01-31KVM: arm64: Fix circular locking dependencySebastian Ene1-10/+17
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier1-1/+1
2023-07-11KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvmSudeep Holla1-1/+1
2023-06-02KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon1-0/+1
2023-04-20KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilegeWill Deacon1-0/+47
2022-11-11KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret1-25/+6
2022-11-11KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba1-0/+138
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba1-0/+1
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret1-16/+2
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon1-0/+109