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