summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorFilesLines
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds16-311/+570
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini16-311/+570
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2-5/+5
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier2-5/+5
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier6-100/+543
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon3-0/+42
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-16KVM: arm64: Extend pkvm_page_state enumeration to handle absent pagesWill Deacon1-0/+5
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon1-0/+63
2021-12-16KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon1-0/+1
2021-12-16KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret1-5/+16
2021-12-16KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret1-20/+19
2021-12-16KVM: arm64: Provide {get,put}_page() stubs for early hyp allocatorQuentin Perret1-0/+5
2021-12-15Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier4-5/+4
2021-12-15KVM: arm64: Make __io_map_base staticQuentin Perret2-2/+2
2021-12-15KVM: arm64: Make the hyp memory pool staticQuentin Perret2-2/+1
2021-12-15KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret1-1/+1
2021-12-14arm64: Enable KCSANKefeng Wang1-0/+1
2021-12-07Merge branch kvm-arm64/hyp-header-split into kvmarm-master/nextMarc Zyngier7-167/+14
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon6-167/+4
2021-12-06KVM: arm64: Generate hyp_constants.h for the hostWill Deacon1-0/+10
2021-11-24KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier3-7/+13
2021-11-24KVM: arm64: Save PSTATE early on exitMarc Zyngier2-1/+12
2021-11-22KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier3-3/+0
2021-11-22KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATEMarc Zyngier1-1/+1
2021-11-22KVM: arm64: Remove unused __sve_save_stateMarc Zyngier1-6/+0
2021-11-22KVM: arm64: Get rid of host SVE tracking/savingMarc Zyngier1-24/+3
2021-11-13Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-5/+15
2021-11-08KVM: arm64: Fix host stage-2 finalizationQuentin Perret1-2/+12
2021-11-08KVM: arm64: nvhe: Fix a non-kernel-doc commentRandy Dunlap1-1/+1
2021-11-08KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2-2/+2
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-181/+1230
2021-11-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-5/+11
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini14-181/+1230
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon1-2/+4
2021-10-21arm64: kvm: use kvm_exception_table_entryMark Rutland1-3/+7
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown1-1/+1
2021-10-21arm64/sve: Make access to FFR optionalMark Brown1-2/+4
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier12-147/+1176
2021-10-18KVM: arm64: pkvm: Give priority to standard traps over pvm handlingMarc Zyngier1-4/+7
2021-10-18KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier3-5/+5
2021-10-18KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier3-14/+14
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier6-24/+204
2021-10-18KVM: arm64: pkvm: Preserve pending SError on exit from AArch32Marc Zyngier1-1/+2
2021-10-18KVM: arm64: pkvm: Handle GICv3 traps as requiredMarc Zyngier1-1/+17
2021-10-18KVM: arm64: pkvm: Drop sysregs that should never be routed to the hostMarc Zyngier1-50/+0