summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: compat: riscv: Prevent KVM_COMPAT from being selectedGuo Ren2022-03-111-1/+1
* RISC-V: KVM: remove unneeded semicolonYang Li2022-03-111-1/+1
* KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit2022-03-083-7/+13
* KVM: selftests: Add test to populate a VM with the max possible guest memSean Christopherson2022-03-083-0/+294
* KVM: selftests: Define cpu_relax() helpers for s390 and x86Sean Christopherson2022-03-082-0/+13
* KVM: selftests: Split out helper to allocate guest mem via memfdSean Christopherson2022-03-082-18/+25
* KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utilsSean Christopherson2022-03-083-27/+36
* KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTESean Christopherson2022-03-081-8/+7
* KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTESean Christopherson2022-03-081-1/+5
* KVM: x86/mmu: Zap defunct roots via asynchronous workerPaolo Bonzini2022-03-081-9/+11
* KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stallsSean Christopherson2022-03-081-17/+34
* KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU rootPaolo Bonzini2022-03-081-41/+62
* KVM: x86/mmu: Zap invalidated roots via asynchronous workerPaolo Bonzini2022-03-084-87/+76
* KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pagesSean Christopherson2022-03-083-14/+26
* KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU reschedSean Christopherson2022-03-081-2/+2
* KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()Sean Christopherson2022-03-083-39/+14
* KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU rangeSean Christopherson2022-03-081-18/+6
* KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow pageSean Christopherson2022-03-081-16/+82
* KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMUSean Christopherson2022-03-081-5/+6
* KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recoverySean Christopherson2022-03-084-24/+39
* KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw valuesSean Christopherson2022-03-081-20/+31
* KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic pathSean Christopherson2022-03-081-2/+2
* KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCUSean Christopherson2022-03-083-6/+22
* KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooksSean Christopherson2022-03-081-4/+4
* KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spteSean Christopherson2022-03-081-7/+6
* KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removalSean Christopherson2022-03-081-2/+5
* KVM: x86/mmu: do not allow readers to acquire references to invalid rootsPaolo Bonzini2022-03-081-4/+5
* KVM: x86/mmu: only perform eager page splitting on valid rootsPaolo Bonzini2022-03-081-1/+1
* KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iterSean Christopherson2022-03-081-6/+15
* KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flushSean Christopherson2022-03-082-8/+17
* KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logicSean Christopherson2022-03-082-1/+17
* KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zapSean Christopherson2022-03-082-21/+33
* KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMUSean Christopherson2022-03-081-0/+3
* KVM: use __vcalloc for very large allocationsPaolo Bonzini2022-03-084-8/+9
* mm: use vmalloc_array and vcalloc for array allocationsPaolo Bonzini2022-03-082-4/+2
* mm: vmalloc: introduce array allocation functionsPaolo Bonzini2022-03-082-0/+55
* Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-0517-53/+131
|\
| * KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runPaolo Bonzini2022-03-021-12/+13
| * KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()Like Xu2022-03-021-1/+1
| * KVM: x86: Yield to IPI target vCPU only if it is busyLi RongQing2022-02-251-1/+1
| * x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui2022-02-251-1/+1
| * x86/kvm: Don't waste memory if kvmclock is disabledWanpeng Li2022-02-251-0/+3
| * x86/kvm: Don't use PV TLB/yield when mwait is advertisedWanpeng Li2022-02-251-0/+2
| * Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-254-4/+14
| |\
| | * KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3Mark Brown2022-02-253-2/+13
| | * KVM: arm64: Don't miss pending interrupts for suspended vCPUOliver Upton2022-02-171-2/+1
| * | Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"Sean Christopherson2022-02-252-11/+21
| * | Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"Sean Christopherson2022-02-253-14/+14
| * | KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...Maxim Levitsky2022-02-241-2/+17
| * | KVM: x86/mmu: make apf token non-zero to fix bugLiang Zhang2022-02-241-1/+12