summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-281-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
| |\ \
| | * | KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret2021-12-161-0/+42
| | * | KVM: arm64: pkvm: Refcount the pages shared with EL2Quentin Perret2021-12-161-10/+68
| | * | KVM: arm64: Introduce kvm_share_hyp()Quentin Perret2021-12-161-6/+21
| | |/
| * | KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHEQuentin Perret2021-12-151-0/+3
| * | KVM: arm64: pkvm: Stub io map functionsQuentin Perret2021-12-151-0/+6
| |/
* | KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero2021-12-081-4/+4
* | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
* | KVM: arm64: Use "new" memslot instead of userspace memory regionSean Christopherson2021-12-081-4/+6
* | KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-3/+4
|/
* Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-311-1/+1
|\
| * KVM: arm64: Add memcg accounting to KVM allocationsJia He2021-10-171-1/+1