summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/mmu.c
AgeCommit message (Expand)Author
2026-03-19KVM: arm64: Fix protected mode handling of pages larger than 4kBMarc Zyngier
2026-01-10KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkersWill Deacon
2026-01-08KVM: arm64: Remove extra argument for __pvkm_host_{share,unshare}_hyp()Alexandru Elisei
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton
2025-12-01KVM: arm64: nv: Implement HW access flag management in stage-2 SW PTWOliver Upton
2025-11-24KVM: arm64: nv: Forward FEAT_XNX permissions to the shadow stage-2Oliver Upton
2025-11-19KVM: arm64: Reschedule as needed when destroying the stage-2 page-tablesRaghavendra Rao Ananta
2025-11-19KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey
2025-11-12KVM: arm64: VM exit to userspace to handle SEAJiaqi Yan
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2025-09-30Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2025-09-20Merge branch kvm-arm64/misc-6.18 into kvmarm-master/nextMarc Zyngier
2025-09-17KVM: arm64: Fix page leak in user_mem_abort()Fuad Tabba
2025-09-15KVM: arm64: Update stale comment for sanitise_mte_tags()Alexandru Elisei
2025-09-10Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"Oliver Upton
2025-09-10Revert "KVM: arm64: Reschedule as needed when destroying the stage-2 page-tab...Oliver Upton
2025-09-10KVM: arm64: Remove stage 2 read fault checkWei-Lin Chang
2025-09-05KVM: arm64: Mark freed S2 MMUs as invalidMarc Zyngier
2025-08-27KVM: arm64: Enable support for guest_memfd backed memoryFuad Tabba
2025-08-27KVM: arm64: Handle guest_memfd-backed guest page faultsFuad Tabba
2025-08-27KVM: arm64: Refactor user_mem_abort()Fuad Tabba
2025-08-21KVM: arm64: Reschedule as needed when destroying the stage-2 page-tablesRaghavendra Rao Ananta
2025-08-21KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta
2025-08-04KVM: arm64: nv: Handle SEAs due to VNCR redirectionOliver Upton
2025-07-26Merge branch 'kvm-arm64/doublefault2' into kvmarm/nextOliver Upton
2025-07-08KVM: arm64: nv: Honor SError exception routing / maskingOliver Upton
2025-07-08KVM: arm64: nv: Respect exception routing rules for SEAsOliver Upton
2025-07-07KVM: arm64: Allow cacheable stage 2 mapping using VMA flagsAnkit Agrawal
2025-07-07KVM: arm64: Block cacheable PFNMAP mappingAnkit Agrawal
2025-07-07KVM: arm64: Assume non-PFNMAP/MIXEDMAP VMAs can be mapped cacheableAnkit Agrawal
2025-07-07KVM: arm64: Rename the device variable to s2_force_noncacheableAnkit Agrawal
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2025-05-21KVM: arm64: Stage-2 huge mappings for np-guestsVincent Donnefort
2025-05-05KVM: arm64: Fix uninitialized memcache pointer in user_mem_abort()Sebastian Ott
2025-04-03KVM: arm64: Don't translate FAR if invalid/unsafeOliver Upton
2025-03-14KVM: arm64: Count pKVM stage-2 usage in secondary pagetable statsVincent Donnefort
2025-03-14KVM: arm64: Add flags to kvm_hyp_memcacheVincent Donnefort
2025-01-17Merge branch kvm-arm64/misc-6.14 into kvmarm-master/nextMarc Zyngier
2025-01-08arm64: kvm: Introduce nvhe stack size constantsKalesh Singh
2025-01-08KVM: arm64: Fix nVHE stacktrace VA bits maskVincent Donnefort
2024-12-20KVM: arm64: Plumb the pKVM MMU in KVMQuentin Perret
2024-12-20KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_permsQuentin Perret
2024-12-20KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoungQuentin Perret
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-10-25KVM: arm64: Don't mark "struct page" accessed when making SPTE youngSean Christopherson
2024-10-25KVM: arm64: Use __kvm_faultin_pfn() to handle memory abortsSean Christopherson