aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-09Documentation: KVM: Update documentation to indicate KVM is arm64-onlyGravatar Oliver Upton 2-45/+44
2022-03-08KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Gravatar Suravee Suthikulpanit 3-7/+13
2022-03-08KVM: selftests: Add test to populate a VM with the max possible guest memGravatar Sean Christopherson 3-0/+294
2022-03-08KVM: selftests: Define cpu_relax() helpers for s390 and x86Gravatar Sean Christopherson 2-0/+13
2022-03-08KVM: selftests: Split out helper to allocate guest mem via memfdGravatar Sean Christopherson 2-18/+25
2022-03-08KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utilsGravatar Sean Christopherson 3-27/+36
2022-03-08KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTEGravatar Sean Christopherson 1-8/+7
2022-03-08KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTEGravatar Sean Christopherson 1-1/+5
2022-03-08KVM: x86/mmu: Zap defunct roots via asynchronous workerGravatar Paolo Bonzini 1-9/+11
2022-03-08KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stallsGravatar Sean Christopherson 1-17/+34
2022-03-08KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU rootGravatar Paolo Bonzini 1-41/+62
2022-03-08KVM: x86/mmu: Zap invalidated roots via asynchronous workerGravatar Paolo Bonzini 4-87/+76
2022-03-08KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pagesGravatar Sean Christopherson 3-14/+26
2022-03-08KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU reschedGravatar Sean Christopherson 1-2/+2
2022-03-08KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()Gravatar Sean Christopherson 3-39/+14
2022-03-08KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU rangeGravatar Sean Christopherson 1-18/+6
2022-03-08KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow pageGravatar Sean Christopherson 1-16/+82
2022-03-08KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMUGravatar Sean Christopherson 1-5/+6
2022-03-08KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recoveryGravatar Sean Christopherson 4-24/+39
2022-03-08KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw valuesGravatar Sean Christopherson 1-20/+31
2022-03-08KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic pathGravatar Sean Christopherson 1-2/+2
2022-03-08KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCUGravatar Sean Christopherson 3-6/+22
2022-03-08KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooksGravatar Sean Christopherson 1-4/+4
2022-03-08KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spteGravatar Sean Christopherson 1-7/+6
2022-03-08KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removalGravatar Sean Christopherson 1-2/+5
2022-03-08KVM: x86/mmu: do not allow readers to acquire references to invalid rootsGravatar Paolo Bonzini 1-4/+5
2022-03-08KVM: x86/mmu: only perform eager page splitting on valid rootsGravatar Paolo Bonzini 1-1/+1
2022-03-08KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iterGravatar Sean Christopherson 1-6/+15
2022-03-08KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flushGravatar Sean Christopherson 2-8/+17
2022-03-08KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logicGravatar Sean Christopherson 2-1/+17
2022-03-08KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zapGravatar Sean Christopherson 2-21/+33
2022-03-08KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMUGravatar Sean Christopherson 1-0/+3
2022-03-08KVM: use __vcalloc for very large allocationsGravatar Paolo Bonzini 4-8/+9
2022-03-08mm: use vmalloc_array and vcalloc for array allocationsGravatar Paolo Bonzini 2-4/+2
2022-03-08mm: vmalloc: introduce array allocation functionsGravatar Paolo Bonzini 2-0/+55
2022-03-04Merge branch 'kvm-bugfixes' into HEADGravatar Paolo Bonzini 17-53/+131
2022-03-04KVM: arm64: Only open the interrupt window on exit due to an interruptGravatar Marc Zyngier 1-3/+5
2022-03-02KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runGravatar Paolo Bonzini 1-12/+13
2022-03-02KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()Gravatar Like Xu 1-1/+1
2022-03-02KVM: arm64: Enable Cortex-A510 erratum 2077057 by defaultGravatar Mark Brown 1-0/+1
2022-03-01KVM: SVM: Disable preemption across AVIC load/put during APICv refreshGravatar Sean Christopherson 3-50/+59
2022-03-01KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errorsGravatar Sean Christopherson 1-15/+21
2022-03-01KVM: WARN if is_unsync_root() is called on a root without a shadow pageGravatar Sean Christopherson 1-0/+8
2022-03-01KVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests.rst documentationGravatar Sean Christopherson 2-6/+4
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestGravatar Sean Christopherson 3-5/+7
2022-03-01KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zappedGravatar Sean Christopherson 4-9/+63
2022-03-01KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersGravatar Sean Christopherson 3-13/+7
2022-03-01KVM: x86: Invoke kvm_mmu_unload() directly on CR4.PCIDE changeGravatar Sean Christopherson 1-1/+1
2022-03-01KVM: x86/emulator: Move the unhandled outer privilege level logic of far retu...Gravatar Hou Wenlong 1-6/+8
2022-03-01KVM: x86/emulator: Fix wrong privilege check for code segment in __load_segme...Gravatar Hou Wenlong 1-8/+23