summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/mem_protect.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01KVM: arm64: Avoid BUG-ing from the host abort pathQuentin Perret1-1/+7
2023-11-27KVM: arm64: Convert translation level parameter to s8Ryan Roberts1-3/+3
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier1-4/+4
2023-07-01Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-3/+71
2023-06-15Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton1-0/+68
2023-06-02KVM: arm64: Add FF-A helpers to share/unshare memory with secure worldWill Deacon1-0/+68
2023-05-19KVM: arm64: Prevent unconditional donation of unmapped regions from the hostWill Deacon1-7/+7
2023-05-16KVM: arm64: Rename free_removed to free_unlinkedRicardo Koller1-3/+3
2023-04-14KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()Marc Zyngier1-0/+7
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier1-38/+466
2022-12-05Merge branch kvm-arm64/parallel-faults into kvmarm-master/nextMarc Zyngier1-9/+12
2022-11-11KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret1-6/+11
2022-11-11KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret1-2/+123
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret1-1/+0
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba1-0/+14
2022-11-11KVM: arm64: Rename 'host_kvm' to 'host_mmu'Will Deacon1-23/+23
2022-11-11KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2Quentin Perret1-0/+48
2022-11-11KVM: arm64: Prevent the donation of no-map pagesQuentin Perret1-6/+16
2022-11-11KVM: arm64: Implement do_donate() helper for donating memoryWill Deacon1-0/+239
2022-11-11KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon1-8/+0
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton1-1/+1
2022-11-10KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton1-0/+6
2022-11-10KVM: arm64: Stash observed pte value in visitor contextOliver Upton1-3/+2
2022-11-10KVM: arm64: Combine visitor arguments into a context structureOliver Upton1-6/+4
2022-10-25KVM: arm64: Use correct accessor to parse stage-1 PTEsQuentin Perret1-1/+1
2022-06-09KVM: arm64: Remove redundant hyp_assert_lock_held() assertionsWill Deacon1-4/+0
2022-02-08KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall1-2/+1
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier1-2/+2
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier1-2/+2
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier1-75/+425
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon1-0/+33
2021-12-16KVM: arm64: Implement do_unshare() helper for unsharing memoryWill Deacon1-0/+115
2021-12-16KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()Will Deacon1-88/+33
2021-12-16KVM: arm64: Implement do_share() helper for sharing memoryWill Deacon1-0/+237
2021-12-16KVM: arm64: Introduce wrappers for host and hyp spin lock accessorsWill Deacon1-6/+26
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon1-0/+1
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-7/+4
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier1-7/+1
2021-10-11KVM: arm64: Move sanitized copies of CPU featuresFuad Tabba1-6/+0
2021-10-11KVM: arm64: Move __get_fault_info() and co into their own include fileMarc Zyngier1-1/+1
2021-10-11KVM: arm64: Prevent re-finalisation of pKVM for a given CPUWill Deacon1-0/+3
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret1-1/+12
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier1-3/+3
2021-08-20KVM: arm64: Minor optimization of range_is_memoryDavid Brazdil1-5/+8
2021-08-20Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-trackingMarc Zyngier1-1/+1
2021-08-20KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier1-2/+2
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier1-1/+1
2021-08-11KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()Quentin Perret1-1/+1
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret1-0/+88
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret1-19/+0