summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland1-1/+1
2023-09-12KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()Marc Zyngier1-0/+3
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2023-08-28Merge branch kvm-arm64/6.6/misc into kvmarm-master/nextMarc Zyngier1-18/+68
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort1-17/+68
2023-08-17KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionSean Christopherson1-1/+1
2023-08-17KVM: arm64: Flush only the memslot after write-protectRaghavendra Rao Ananta1-1/+1
2023-08-17KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()Raghavendra Rao Ananta1-0/+8
2023-08-17KVM: arm64: Use kvm_arch_flush_remote_tlbs()Raghavendra Rao Ananta1-3/+3
2023-08-08KVM: arm64: Remove redundant kvm_set_pfn_accessed() from user_mem_abort()Fuad Tabba1-1/+0
2023-07-12KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton1-10/+8
2023-05-18arm64: kvm: avoid overflow in integer divisionArnd Bergmann1-2/+2
2023-05-16KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOGRicardo Koller1-2/+13
2023-05-16KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()Ricardo Koller1-27/+15
2023-05-16KVM: arm64: Split huge pages when dirty logging is enabledRicardo Koller1-4/+123
2023-05-16KVM: arm64: Add kvm_uninit_stage2_mmu()Ricardo Koller1-1/+6
2023-05-16KVM: arm64: Refactor kvm_arch_commit_memory_region()Ricardo Koller1-7/+19
2023-05-16KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller1-0/+4
2023-05-16KVM: arm64: Rename free_removed to free_unlinkedRicardo Koller1-5/+5
2023-03-17KVM: arm64: Check for kvm_vma_mte_allowed in the critical sectionMarc Zyngier1-2/+6
2023-03-17KVM: arm64: Disable interrupts while walking userspace PTsMarc Zyngier1-7/+38
2023-03-14KVM: arm64: Retry fault if vma_lookup() results become invalidDavid Matlack1-27/+21
2023-02-14Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton1-8/+8
2023-02-14Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton1-9/+9
2023-02-14Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton1-6/+6
2023-02-11KVM: arm64: Use the S2 MMU context to iterate over S2 tableMarc Zyngier1-8/+8
2023-01-13KVM: arm64: Handle access faults behind the read lockOliver Upton1-2/+2
2023-01-13KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton1-1/+3
2023-01-13KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton1-6/+4
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier1-9/+12
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson1-6/+6
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-61/+132
2022-12-05Merge branch kvm-arm64/mte-map-shared into kvmarm-master/nextMarc Zyngier1-33/+22
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier1-1/+54
2022-12-05Merge branch kvm-arm64/parallel-faults into kvmarm-master/nextMarc Zyngier1-25/+28
2022-12-05KVM: arm64: Fix benign bug with incorrect use of VA_BITSRyan Roberts1-1/+1
2022-11-29KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabledPeter Collingbourne1-8/+0
2022-11-29KVM: arm64: unify the tests for VMAs in memslots when MTE is enabledPeter Collingbourne1-9/+16
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas1-1/+1
2022-11-29KVM: arm64: Simplify the sanitise_mte_tags() logicCatalin Marinas1-25/+15
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas1-2/+2
2022-11-11KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret1-1/+3
2022-11-11KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret1-1/+26
2022-11-11KVM: arm64: Add generic hyp_memcache helpersQuentin Perret1-0/+26
2022-11-10KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.Ryan Roberts1-1/+27
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton1-24/+7
2022-11-10KVM: arm64: Protect stage-2 traversal with RCUOliver Upton1-1/+13
2022-11-10KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton1-0/+8
2022-11-10KVM: arm64: Use an opaque type for ptepsOliver Upton1-1/+1
2022-11-09kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu1-1/+1