summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/pgtable.c
AgeCommit message (Expand)Author
11 hoursMerge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Mark Brown
2 daysKVM: arm64: Fix propagation of TLBI level in kvm_pgtable_stage2_relax_perms()Marc Zyngier
3 daysKVM: arm64: Only update XN attr when requested during S2 relaxationOliver Upton
3 daysKVM: arm64: Ensure level is always initialized when relaxing permsOliver Upton
2026-06-05KVM: arm64: Correctly identify executable PTEs at stage-2Oliver Upton
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-03-30KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()Will Deacon
2026-03-13arm64: mm: Push __TLBI_VADDR() into __tlbi_level()Will Deacon
2026-02-25arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland
2026-02-05Merge branch kvm-arm64/fwb-for-all into kvmarm-master/nextMarc Zyngier
2026-01-25KVM: arm64: Simplify PAGE_S2_MEMATTRMarc Zyngier
2026-01-25KVM: arm64: Kill KVM_PGTABLE_S2_NOFWBMarc Zyngier
2026-01-25KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flagMarc Zyngier
2026-01-15KVM: arm64: Honor UX/PX attributes for EL2 S1 mappingsMarc Zyngier
2026-01-15arm64: Convert VTCR_EL2 to sysreg infratructureMarc Zyngier
2026-01-10KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkersWill Deacon
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton
2025-12-01KVM: arm64: Add break to default case in kvm_pgtable_stage2_pte_prot()Nathan Chancellor
2025-11-24KVM: arm64: Add support for FEAT_XNX stage-2 permissionsOliver Upton
2025-11-19KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta
2025-11-19KVM: arm64: Only drop references on empty tables in stage2_free_walkerOliver Upton
2025-09-10Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"Oliver Upton
2025-08-21KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta
2025-05-21KVM: arm64: np-guest CMOs with PMD_SIZE fixmapVincent Donnefort
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
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-12-19arm64/kvm: Avoid invalid physical addresses to signal owner updatesArd Biesheuvel
2024-10-25KVM: arm64: Don't mark "struct page" accessed when making SPTE youngSean Christopherson
2024-09-12Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier
2024-09-10KVM: arm64: Move pagetable definitions to common headerSebastian Ene
2024-08-13KVM: arm64: Move data barrier to end of split walkColton Lewis
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-01KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTEWill Deacon
2024-05-01KVM: arm64: Check for PTE validity when checking for executable/cacheableMarc Zyngier
2024-04-01KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon
2024-04-01KVM: arm64: Don't pass a TLBI level hint when zapping table entriesWill Deacon
2024-04-01KVM: arm64: Don't defer TLB invalidation when zapping table entriesWill Deacon
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2024-02-24KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal
2024-02-13KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()Will Deacon
2023-11-27KVM: arm64: Support up to 5 levels of translation in kvm_pgtableRyan Roberts
2023-11-27KVM: arm64: Convert translation level parameter to s8Ryan Roberts
2023-11-27KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1Ryan Roberts
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-10-30Merge branch kvm-arm64/stage2-vhe-load into kvmarm/nextOliver Upton
2023-10-30KVM: arm64: Always invalidate TLB for stage-2 permission faultsOliver Upton
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTIMark Rutland
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland