Age | Commit message (Expand) | Author |
2021-10-25 | KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info | David Edmondson |
2021-10-22 | kvm: x86: Remove stale declaration of kvm_no_apic_vcpu | Jim Mattson |
2021-10-22 | KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup | Sean Christopherson |
2021-10-22 | x86/irq: Ensure PI wakeup handler is unregistered before module unload | Sean Christopherson |
2021-10-22 | KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism | Sean Christopherson |
2021-10-22 | KVM: x86: Move SVM's APICv sanity check to common x86 | Sean Christopherson |
2021-10-22 | KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helper | Sean Christopherson |
2021-10-22 | KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range() | Sean Christopherson |
2021-10-22 | KVM: x86/mmu: Drop a redundant, broken remote TLB flush | Sean Christopherson |
2021-10-22 | KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest() | Lai Jiangshan |
2021-10-22 | KVM: X86: pair smp_wmb() of mmu_try_to_unsync_pages() with smp_rmb() | Lai Jiangshan |
2021-10-22 | KVM: X86: Cache CR3 in prev_roots when PCID is disabled | Lai Jiangshan |
2021-10-22 | KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid() | Lai Jiangshan |
2021-10-22 | KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE | Lai Jiangshan |
2021-10-22 | KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0 | Lai Jiangshan |
2021-10-22 | KVM: emulate: Comment on difference between RDPMC implementation and manual | Wanpeng Li |
2021-10-22 | KVM: x86: Add vendor name to kvm_x86_ops, use it for error messages | Sean Christopherson |
2021-10-22 | kvm: x86: mmu: Make NX huge page recovery period configurable | Junaid Shahid |
2021-10-22 | KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0 | Wanpeng Li |
2021-10-22 | KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k | David Matlack |
2021-10-22 | KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bit | Xiaoyao Li |
2021-10-22 | KVM: VMX: Rename pt_desc.addr_range to pt_desc.num_address_ranges | Xiaoyao Li |
2021-10-22 | KVM: VMX: Use precomputed vmx->pt_desc.addr_range | Xiaoyao Li |
2021-10-22 | KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zero | Xiaoyao Li |
2021-10-22 | KVM: x86/mmu: clean up prefetch/prefault/speculative naming | Paolo Bonzini |
2021-10-22 | KVM: cleanup allocation of rmaps and page tracking data | David Stevens |
2021-10-18 | KVM: x86: Expose TSC offset controls to userspace | Oliver Upton |
2021-10-18 | KVM: x86: Refactor tsc synchronization code | Oliver Upton |
2021-10-18 | kvm: x86: protect masterclock with a seqcount | Paolo Bonzini |
2021-10-18 | KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK | Oliver Upton |
2021-10-18 | KVM: x86: avoid warning with -Wbitwise-instead-of-logical | Paolo Bonzini |
2021-10-18 | Merge commit 'kvm-pagedata-alloc-fixes' into HEAD | Paolo Bonzini |
2021-10-18 | KVM: X86: fix lazy allocation of rmaps | Paolo Bonzini |
2021-10-18 | KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned | Andrei Vagin |
2021-10-15 | KVM: SEV-ES: fix length of string I/O | Paolo Bonzini |
2021-10-01 | KVM: x86: only allocate gfn_track when necessary | David Stevens |
2021-10-01 | KVM: x86: add config for non-kvm users of page tracking | David Stevens |
2021-10-01 | nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB | Krish Sadhukhan |
2021-10-01 | kvm: use kvfree() in kvm_arch_free_vm() | Juergen Gross |
2021-10-01 | KVM: x86: Expose Predictive Store Forwarding Disable | Babu Moger |
2021-10-01 | KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages | David Matlack |
2021-10-01 | KVM: x86/mmu: Avoid memslot lookup in rmap_add | David Matlack |
2021-10-01 | KVM: MMU: pass struct kvm_page_fault to mmu_set_spte | Paolo Bonzini |
2021-10-01 | KVM: MMU: pass kvm_mmu_page struct to make_spte | Paolo Bonzini |
2021-10-01 | KVM: MMU: set ad_disabled in TDP MMU role | Paolo Bonzini |
2021-10-01 | KVM: MMU: remove unnecessary argument to mmu_set_spte | Paolo Bonzini |
2021-10-01 | KVM: MMU: clean up make_spte return value | Paolo Bonzini |
2021-10-01 | KVM: MMU: inline set_spte in FNAME(sync_page) | Paolo Bonzini |
2021-10-01 | KVM: MMU: inline set_spte in mmu_set_spte | Paolo Bonzini |
2021-10-01 | KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track | David Matlack |