summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe
AgeCommit message (Expand)Author
2023-06-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-06-14arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatAnshuman Khandual
2023-05-30KVM: arm64: Populate fault info for watchpointAkihiko Odaki
2023-05-19KVM: arm64: Prevent unconditional donation of unmapped regions from the hostWill Deacon
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-21Merge branch kvm-arm64/spec-ptw into kvmarm-master/nextMarc Zyngier
2023-04-14KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()Marc Zyngier
2023-04-14KVM: arm64: nvhe: Synchronise with page table walker on TLBIMarc Zyngier
2023-04-13KVM: arm64: nvhe: Synchronise with page table walker on vcpu runMarc Zyngier
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-04KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba
2023-03-30KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2Marc Zyngier
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-02KVM: arm64: Finalise EL2 state from pKVM PSCI relayQuentin Perret
2023-02-02KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret
2023-01-19arm64: Drop SYS_ from SPE register definesRob Herring
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
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: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon
2022-11-11KVM: arm64: Don't unnecessarily map host kernel sections at EL2Quentin Perret
2022-11-11KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2Quentin Perret
2022-11-11KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Will Deacon
2022-11-11KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret
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 generic hyp_memcache helpersQuentin Perret
2022-11-11KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret
2022-11-11KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba
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-11KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2Quentin Perret
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret
2022-11-11KVM: arm64: Allow attaching of non-coalescable pages to a hyp poolQuentin Perret
2022-11-11KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret
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: Pass mm_ops through the visitor contextOliver 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-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel
2022-11-01KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier
2022-10-25KVM: arm64: Use correct accessor to parse stage-1 PTEsQuentin Perret
2022-10-22Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini