summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/mmu.c
AgeCommit message (Expand)Author
2026-08-24Merge tag 'kvmarm-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2026-07-31KVM: arm64: Top up stage-2 memcache for dirty logging faultsBradley Morgan
2026-07-31KVM: arm64: Top up the memcache for pKVM permission faultsFuad Tabba
2026-07-23KVM: arm64: Reject guest_memfd memslots when the VM has MTEAlexandru Elisei
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds
2026-06-12Merge branch kvm-arm64/pkvm-fixes-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-07KVM: arm64: Roll back partial shares on kvm_share_hyp() failuretabba@google.com
2026-06-07KVM: arm64: Avoid host/hyp share desync on unshare hypercall failuretabba@google.com
2026-06-07KVM: arm64: Free hyp-share tracking node when share hypercall failstabba@google.com
2026-06-05KVM: arm64: Omit tag sync on stage-2 mappings of the zero pageArd Biesheuvel
2026-05-06KVM: arm64: Handle permission faults with guest_memfdAlexandru Elisei
2026-04-08Merge branch kvm-arm64/misc-7.1 into kvmarm-master/nextMarc Zyngier
2026-04-08Merge branch kvm-arm64/pkvm-protected-guest into kvmarm-master/nextMarc Zyngier
2026-04-01KVM: arm64: Don't leave mmu->pgt dangling on kvm_init_stage2_mmu() errorWill Deacon
2026-03-30KVM: arm64: Allow userspace to create protected VMs when pKVM is enabledWill Deacon
2026-03-30KVM: arm64: Handle aborts from protected VMsWill Deacon
2026-03-30KVM: arm64: Prevent unsupported memslot operations on protected VMsWill Deacon
2026-03-30KVM: arm64: Ignore MMU notifier callbacks for protected VMsWill Deacon
2026-03-28KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_descMarc Zyngier
2026-03-28KVM: arm64: Simplify integration of adjust_nested_*_perms()Marc Zyngier
2026-03-28KVM: arm64: Directly expose mapping prot and kill kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()Marc Zyngier
2026-03-28KVM: arm64: Replace force_pte with a max_map_size attributeMarc Zyngier
2026-03-28KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_infoMarc Zyngier
2026-03-28KVM: arm64: Restrict the scope of the 'writable' attributeMarc Zyngier
2026-03-28KVM: arm64: Kill logging_active from kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_infoMarc Zyngier
2026-03-28KVM: arm64: Kill topup_memcache from kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Kill exec_fault from kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Kill write_fault from kvm_s2_faultMarc Zyngier
2026-03-28KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()Marc Zyngier
2026-03-28KVM: arm64: Replace fault_is_perm with a helperMarc Zyngier
2026-03-28KVM: arm64: Move fault context to const structureMarc Zyngier
2026-03-28KVM: arm64: Make fault_ipa immutableMarc Zyngier
2026-03-28KVM: arm64: Kill fault->ipaMarc Zyngier
2026-03-28KVM: arm64: Clean up control flow in kvm_s2_fault_map()Fuad Tabba
2026-03-28KVM: arm64: Hoist MTE validation check out of MMU lock pathFuad Tabba
2026-03-28KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()Fuad Tabba
2026-03-28KVM: arm64: Initialize struct kvm_s2_fault completely at declarationFuad Tabba
2026-03-28KVM: arm64: Simplify return logic in user_mem_abort()Fuad Tabba
2026-03-28KVM: arm64: Remove redundant state variables from struct kvm_s2_faultFuad Tabba
2026-03-28KVM: arm64: Simplify nested VMA shift calculationFuad Tabba
2026-03-28KVM: arm64: Extract page table mapping in user_mem_abort()Fuad Tabba
2026-03-28KVM: arm64: Extract stage-2 permission logic in user_mem_abort()Fuad Tabba
2026-03-28KVM: arm64: Isolate mmap_read_lock inside new kvm_s2_fault_get_vma_info() helperFuad Tabba
2026-03-28KVM: arm64: Extract PFN resolution in user_mem_abort()Fuad Tabba
2026-03-28KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()Fuad Tabba
2026-03-27KVM: arm64: Extract VMA size resolution in user_mem_abort()Fuad Tabba
2026-03-06KVM: arm64: Fix vma_shift staleness on nested hwpoison pathFuad Tabba