summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Check for kvm_vma_mte_allowed in the critical sectionMarc Zyngier2023-03-161-2/+6
* KVM: arm64: Disable interrupts while walking userspace PTsMarc Zyngier2023-03-161-7/+38
* KVM: arm64: Retry fault if vma_lookup() results become invalidDavid Matlack2023-03-141-27/+21
* Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-131-8/+8
|\
| * KVM: arm64: Use the S2 MMU context to iterate over S2 tableMarc Zyngier2023-02-111-8/+8
* | Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton2023-02-131-9/+9
|\ \
| * | KVM: arm64: Handle access faults behind the read lockOliver Upton2023-01-121-2/+2
| * | KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton2023-01-121-1/+3
| * | KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton2023-01-121-6/+4
* | | Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton2023-02-131-6/+6
|\ \ \ | |_|/ |/| |
| * | KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-6/+6
| |/
* | KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier2023-01-031-9/+12
|/
* Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-091-61/+132
|\
| * Merge branch kvm-arm64/mte-map-shared into kvmarm-master/nextMarc Zyngier2022-12-051-33/+22
| |\
| | * KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabledPeter Collingbourne2022-11-291-8/+0
| | * KVM: arm64: unify the tests for VMAs in memslots when MTE is enabledPeter Collingbourne2022-11-291-9/+16
| | * arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas2022-11-291-1/+1
| | * KVM: arm64: Simplify the sanitise_mte_tags() logicCatalin Marinas2022-11-291-25/+15
| | * arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2022-11-291-2/+2
| * | Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier2022-12-051-1/+54
| |\ \
| | * | KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret2022-11-111-1/+3
| | * | KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret2022-11-111-1/+26
| | * | KVM: arm64: Add generic hyp_memcache helpersQuentin Perret2022-11-111-0/+26
| | |/
| * | Merge branch kvm-arm64/parallel-faults into kvmarm-master/nextMarc Zyngier2022-12-051-25/+28
| |\ \
| | * | KVM: arm64: Handle stage-2 faults in parallelOliver Upton2022-11-101-24/+7
| | * | KVM: arm64: Protect stage-2 traversal with RCUOliver Upton2022-11-101-1/+13
| | * | KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton2022-11-101-0/+8
| | * | KVM: arm64: Use an opaque type for ptepsOliver Upton2022-11-101-1/+1
| | |/
| * | KVM: arm64: Fix benign bug with incorrect use of VA_BITSRyan Roberts2022-12-051-1/+1
| * | KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.Ryan Roberts2022-11-101-1/+27
| |/
* | kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu2022-11-091-1/+1
|/
* Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-221-1/+8
|\
| * KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton2022-10-091-1/+8
* | KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable statsYosry Ahmed2022-08-301-4/+32
|/
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-4/+4
* KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack2022-06-241-1/+1
* Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier2022-05-041-23/+45
|\
| * KVM: arm64: Add guard pages for KVM nVHE hypervisor stackKalesh Singh2022-04-281-2/+2
| * KVM: arm64: Introduce hyp_alloc_private_va_range()Kalesh Singh2022-04-281-21/+43
* | KVM: arm64: Inject exception on out-of-IPA-range translation faultMarc Zyngier2022-04-271-0/+19
|/
* KVM: arm64: Don't split hugepages outside of MMU write lockOliver Upton2022-04-061-4/+7
* KVM: arm64: fix typos in commentsJulia Lawall2022-03-181-1/+1
* Merge branch kvm-arm64/vmid-allocator into kvmarm-master/nextMarc Zyngier2022-02-081-1/+0
|\
| * KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall2022-02-081-1/+0
* | KVM: arm64: Add fast path to handle permission relaxation during dirty loggingJing Zhang2022-02-081-2/+15
* | KVM: arm64: Use read/write spin lock for MMU protectionJing Zhang2022-02-081-18/+18
|/
* Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-071-13/+137
|\
| * Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-041-2/+2
| |\
| | * KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier2021-12-161-2/+2
| * | Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier2021-12-161-11/+126
| |\ \