summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier
2022-01-04KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()Zenghui Yu
2021-12-20KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()Fuad Tabba
2021-12-20KVM: arm64: Fix comment for kvm_reset_vcpu()Fuad Tabba
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: pkvm: Unshare guest structs during teardownQuentin Perret
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-16KVM: arm64: Extend pkvm_page_state enumeration to handle absent pagesWill Deacon
2021-12-16KVM: arm64: pkvm: Refcount the pages shared with EL2Quentin Perret
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Quentin Perret
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon
2021-12-16KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon
2021-12-16KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret
2021-12-16KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret
2021-12-16KVM: arm64: Provide {get,put}_page() stubs for early hyp allocatorQuentin Perret
2021-12-16Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/nextMarc Zyngier
2021-12-16KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()Marc Zyngier
2021-12-16KVM: arm64: vgic-v3: Fix vcpu index comparisonMarc Zyngier
2021-12-15Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier
2021-12-15KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHEQuentin Perret
2021-12-15KVM: arm64: pkvm: Stub io map functionsQuentin Perret
2021-12-15KVM: arm64: Make __io_map_base staticQuentin Perret
2021-12-15KVM: arm64: Make the hyp memory pool staticQuentin Perret
2021-12-15KVM: arm64: pkvm: Disable GICv2 supportQuentin Perret
2021-12-15KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret
2021-12-14arm64: Enable KCSANKefeng Wang
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown
2021-12-13arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly
2021-12-09KVM: arm64: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-08KVM: Add helpers to wake/query blocking vCPUSean Christopherson
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: arm64: Move vGIC v4 handling for WFI out arch callback hookSean Christopherson
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero
2021-12-08KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson
2021-12-08KVM: arm64: Use "new" memslot instead of userspace memory regionSean Christopherson
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier
2021-12-07Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier