aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/include/nvhe/mem_protect.h
AgeCommit message (Expand)Author
2023-06-01KVM: arm64: Add FF-A helpers to share/unshare memory with secure worldWill Deacon
2022-11-11KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret
2022-11-11KVM: arm64: Add generic hyp_memcache helpersQuentin 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: Include asm/kvm_mmu.h in nvhe/mem_protect.hWill Deacon
2022-11-11KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2Quentin 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
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon
2021-12-16KVM: arm64: Extend pkvm_page_state enumeration to handle absent pagesWill Deacon
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier
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
2021-08-11KVM: arm64: Expose pkvm_hyp_idQuentin Perret
2021-08-11KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret
2021-08-11KVM: arm64: Add helpers to tag shared pages in SW bitsQuentin Perret
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret