summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/mmu.c
AgeCommit message (Expand)Author
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-01KVM: arm64: Move setting the page as dirty out of the critical sectionFuad Tabba
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini
2024-03-26KVM: arm64: Fix out-of-IPA space translation fault handlingWujie Duan
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton
2024-02-24KVM: arm64: Set io memory s2 pte as normalnc for vfio pci deviceAnkit Agrawal
2024-02-16arm64: kvm: avoid CONFIG_PGTABLE_LEVELS for runtime levelsArd Biesheuvel
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel
2024-02-01KVM: arm64: mmu: fix a kernel-doc warningRandy Dunlap
2023-11-30KVM: arm64: Use helpers to classify exception types reported via ESRArd Biesheuvel
2023-11-27KVM: arm64: Convert translation level parameter to s8Ryan 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-30Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-10-23KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland
2023-09-30KVM: arm64: Do not transfer page refcount for THP adjustmentVincent Donnefort
2023-09-12KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()Marc Zyngier
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-28Merge branch kvm-arm64/6.6/misc into kvmarm-master/nextMarc Zyngier
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort
2023-08-17KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionSean Christopherson
2023-08-17KVM: arm64: Flush only the memslot after write-protectRaghavendra Rao Ananta
2023-08-17KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()Raghavendra Rao Ananta
2023-08-17KVM: arm64: Use kvm_arch_flush_remote_tlbs()Raghavendra Rao Ananta
2023-08-08KVM: arm64: Remove redundant kvm_set_pfn_accessed() from user_mem_abort()Fuad Tabba
2023-07-12KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton
2023-05-18arm64: kvm: avoid overflow in integer divisionArnd Bergmann
2023-05-16KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOGRicardo Koller
2023-05-16KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()Ricardo Koller
2023-05-16KVM: arm64: Split huge pages when dirty logging is enabledRicardo Koller
2023-05-16KVM: arm64: Add kvm_uninit_stage2_mmu()Ricardo Koller
2023-05-16KVM: arm64: Refactor kvm_arch_commit_memory_region()Ricardo Koller
2023-05-16KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller
2023-05-16KVM: arm64: Rename free_removed to free_unlinkedRicardo Koller
2023-03-16KVM: arm64: Check for kvm_vma_mte_allowed in the critical sectionMarc Zyngier
2023-03-16KVM: arm64: Disable interrupts while walking userspace PTsMarc Zyngier
2023-03-14KVM: arm64: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton
2023-02-11KVM: arm64: Use the S2 MMU context to iterate over S2 tableMarc Zyngier
2023-01-12KVM: arm64: Handle access faults behind the read lockOliver Upton
2023-01-12KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton
2023-01-12KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini