Age | Commit message (Expand) | Author |
2021-12-08 | KVM: Optimize gfn lookup in kvm_zap_gfn_range() | Maciej S. Szmigiero |
2021-12-08 | KVM: Keep memslots in tree-based structures instead of array-based ones | Maciej S. Szmigiero |
2021-12-08 | KVM: s390: Introduce kvm_s390_get_gfn_end() | Maciej S. Szmigiero |
2021-12-08 | KVM: Use interval tree to do fast hva lookup in memslots | Maciej S. Szmigiero |
2021-12-08 | KVM: Integrate gfn_to_memslot_approx() into search_memslots() | Maciej S. Szmigiero |
2021-12-08 | KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array | Maciej S. Szmigiero |
2021-12-08 | KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed | Maciej S. Szmigiero |
2021-12-08 | KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY | Sean Christopherson |
2021-12-08 | KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit | Sean Christopherson |
2021-12-08 | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks | Sean Christopherson |
2021-12-08 | KVM: RISC-V: Use "new" memslot instead of userspace memory region | Sean Christopherson |
2021-12-08 | KVM: x86: Use "new" memslot instead of userspace memory region | Sean Christopherson |
2021-12-08 | KVM: s390: Use "new" memslot instead of userspace memory region | Sean Christopherson |
2021-12-08 | KVM: PPC: Avoid referencing userspace memory region in memslot updates | Sean Christopherson |
2021-12-08 | KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem" | Sean Christopherson |
2021-12-08 | KVM: arm64: Use "new" memslot instead of userspace memory region | Sean Christopherson |
2021-12-08 | KVM: Let/force architectures to deal with arch specific memslot data | Sean Christopherson |
2021-12-08 | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index | Marc Zyngier |
2021-12-08 | KVM: s390: Use kvm_get_vcpu() instead of open-coded access | Marc Zyngier |
2021-12-08 | KVM: mips: Use kvm_get_vcpu() instead of open-coded access | Marc Zyngier |
2021-12-08 | KVM: Move wiping of the kvm->vcpus array to common code | Marc Zyngier |
2021-12-08 | KVM: MMU: update comment on the number of page role combinations | Paolo Bonzini |
2021-12-05 | KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure | Tom Lendacky |
2021-12-05 | KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary | Sean Christopherson |
2021-12-05 | KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails | Sean Christopherson |
2021-12-02 | KVM: x86/mmu: Retry page fault if root is invalidated by memslot update | Sean Christopherson |
2021-12-02 | KVM: VMX: Set failure code in prepare_vmcs02() | Dan Carpenter |
2021-12-02 | KVM: ensure APICv is considered inactive if there is no APIC | Paolo Bonzini |
2021-12-02 | KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register | Like Xu |
2021-11-30 | KVM: fix avic_set_running for preemptable kernels | Paolo Bonzini |
2021-11-30 | KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled | Paolo Bonzini |
2021-11-30 | KVM: SEV: accept signals in sev_lock_two_vms | Paolo Bonzini |
2021-11-30 | KVM: SEV: do not take kvm->lock when destroying | Paolo Bonzini |
2021-11-30 | KVM: SEV: Prohibit migration of a VM that has mirrors | Paolo Bonzini |
2021-11-30 | KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked | Paolo Bonzini |
2021-11-30 | KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM | Paolo Bonzini |
2021-11-30 | KVM: SEV: initialize regions_list of a mirror VM | Paolo Bonzini |
2021-11-30 | KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM | Paolo Bonzini |
2021-11-30 | KVM: SEV: do not use list_replace_init on an empty list | Paolo Bonzini |
2021-11-30 | KVM: x86: Use a stable condition around all VT-d PI paths | Paolo Bonzini |
2021-11-30 | KVM: x86: check PIR even for vCPUs with disabled APICv | Paolo Bonzini |
2021-11-30 | KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled | Paolo Bonzini |
2021-11-30 | KVM: x86/mmu: Handle "default" period when selectively waking kthread | Sean Christopherson |
2021-11-30 | KVM: MMU: shadow nested paging does not have PKU | Paolo Bonzini |
2021-11-30 | KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path | Sean Christopherson |
2021-11-30 | KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping | Sean Christopherson |
2021-11-26 | KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg() | Lai Jiangshan |
2021-11-26 | KVM: X86: Fix when shadow_root_level=5 && guest root_level<4 | Lai Jiangshan |
2021-11-26 | KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN | Vitaly Kuznetsov |
2021-11-26 | KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12 | Sean Christopherson |