- 4326e57 KVM: MMU: change direct_page_fault() arguments to kvm_page_fault by Paolo Bonzini · 3 years, 5 months ago
- c501040 KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault by Paolo Bonzini · 3 years, 5 months ago
- 6defd9b KVM: MMU: Introduce struct kvm_page_fault by Paolo Bonzini · 3 years, 5 months ago
- d055f02 KVM: MMU: pass unadulterated gpa to direct_page_fault by Paolo Bonzini · 3 years, 5 months ago
- 55c0cef KVM: x86: Fix potential race in KVM_GET_CLOCK by Oliver Upton · 3 years, 4 months ago
- 45e6c2f KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functions by Paolo Bonzini · 3 years, 4 months ago
- 6b6fcd2 kvm: x86: abstract locking around pvclock_update_vm_gtod_copy by Paolo Bonzini · 3 years, 4 months ago
- 3e44dce KVM: X86: Move PTE present check from loop body to __shadow_walk_next() by Lai Jiangshan · 3 years, 4 months ago
- 5228eb9 KVM: x86: nSVM: implement nested TSC scaling by Maxim Levitsky · 3 years, 4 months ago
- f800650 KVM: x86: SVM: add module param to control TSC scaling by Maxim Levitsky · 3 years, 4 months ago
- 36e8194 KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset by Paolo Bonzini · 3 years, 3 months ago
- 4c84926 KVM: x86: SVM: add module param to control LBR virtualization by Maxim Levitsky · 3 years, 4 months ago
- 0226a45 KVM: x86: nSVM: don't copy pause related settings by Maxim Levitsky · 3 years, 4 months ago
- 515a0c7 kvm: irqfd: avoid update unmodified entries of the routing by Longpeng(Mike) · 3 years, 4 months ago
- 8b8f9d7 KVM: X86: Don't check unsync if the original spte is writible by Lai Jiangshan · 3 years, 4 months ago
- f1c4a88 KVM: X86: Don't unsync pagetables when speculative by Lai Jiangshan · 3 years, 4 months ago
- cc2a8e6 KVM: X86: Remove FNAME(update_pte) by Lai Jiangshan · 3 years, 4 months ago
- 5591c06 KVM: X86: Zap the invalid list after remote tlb flushing by Lai Jiangshan · 3 years, 4 months ago
- c3e5e41 KVM: X86: Change kvm_sync_page() to return true when remote flush is needed by Lai Jiangshan · 3 years, 4 months ago
- 06152b2 KVM: X86: Remove kvm_mmu_flush_or_zap() by Lai Jiangshan · 3 years, 4 months ago
- bd047e5 KVM: X86: Don't flush current tlb on shadow page modification by Lai Jiangshan · 3 years, 4 months ago
- c6cecc4 KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMU by Sean Christopherson · 3 years, 5 months ago
- 25b9784 KVM: x86: Manually retrieve CPUID.0x1 when getting FMS for RESET/INIT by Sean Christopherson · 3 years, 3 months ago
- 62dd57d KVM: x86: WARN on non-zero CRs at RESET to detect improper initalization by Sean Christopherson · 3 years, 4 months ago
- 9ebe530 KVM: SVM: Move RESET emulation to svm_vcpu_reset() by Sean Christopherson · 3 years, 4 months ago
- 06692e4 KVM: VMX: Move RESET emulation to vmx_vcpu_reset() by Sean Christopherson · 3 years, 4 months ago
- d065673 KVM: VMX: Drop explicit zeroing of MSR guest values at vCPU creation by Sean Christopherson · 3 years, 4 months ago
- 583d369 KVM: x86: Fold fx_init() into kvm_arch_vcpu_create() by Sean Christopherson · 3 years, 4 months ago
- e8f65b9 KVM: x86: Remove defunct setting of XCR0 for guest during vCPU create by Sean Christopherson · 3 years, 4 months ago
- 5ebbc47 KVM: x86: Remove defunct setting of CR0.ET for guests during vCPU create by Sean Christopherson · 3 years, 4 months ago
- ff8828c KVM: x86: Do not mark all registers as avail/dirty during RESET/INIT by Sean Christopherson · 3 years, 4 months ago
- 94c641b KVM: x86: Simplify retrieving the page offset when loading PDTPRs by Sean Christopherson · 3 years, 4 months ago
- 15cabbc KVM: x86: Subsume nested GPA read helper into load_pdptrs() by Sean Christopherson · 3 years, 4 months ago
- a1c42dd kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS by Juergen Gross · 3 years, 4 months ago
- 1e254d0 Revert "x86/kvm: fix vcpu-id indexed array sizes" by Juergen Gross · 3 years, 4 months ago
- 620b243 KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask by Vitaly Kuznetsov · 3 years, 4 months ago
- 381cecc KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask() by Vitaly Kuznetsov · 3 years, 4 months ago
- 6470acc KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL by Vitaly Kuznetsov · 3 years, 4 months ago
- feb3162 KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation. by Vitaly Kuznetsov · 3 years, 3 months ago
- 64c7850 KVM: nVMX: Use INVALID_GPA for pointers used in nVMX. by Yu Zhang · 3 years, 3 months ago
- e8a747d KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checks by Sean Christopherson · 3 years, 3 months ago
- ad9af93 x86/kvmclock: Move this_cpu_pvti into kvmclock.h by Zelin Deng · 3 years, 3 months ago
- 5c49d18 KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue by Zhenzhong Duan · 3 years, 3 months ago
- 65855ed KVM: X86: Synchronize the shadow pagetable before link it by Lai Jiangshan · 3 years, 4 months ago
- f816029 KVM: X86: Fix missed remote tlb flush in rmap_write_protect() by Lai Jiangshan · 3 years, 4 months ago
- faf6b755 KVM: x86: nSVM: don't copy virt_ext from vmcb12 by Maxim Levitsky · 3 years, 4 months ago
- d1cba6c KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround by Maxim Levitsky · 3 years, 4 months ago
- aee77e1 KVM: x86: nSVM: restore int_vector in svm_clear_vintr by Maxim Levitsky · 3 years, 4 months ago
- e1fc155 kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[] by Fares Mehanna · 3 years, 4 months ago
- dbab610 KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit by Maxim Levitsky · 3 years, 4 months ago
- c8607e4 KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vmentry by Maxim Levitsky · 3 years, 4 months ago
- c42dec1 KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest state by Maxim Levitsky · 3 years, 4 months ago
- 136a55c KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm by Maxim Levitsky · 3 years, 4 months ago
- e85d3e7 KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode by Maxim Levitsky · 3 years, 4 months ago
- 37687c4 KVM: x86: reset pdptrs_from_userspace when exiting smm by Maxim Levitsky · 3 years, 4 months ago
- e2e6e44 KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on SMM exit by Maxim Levitsky · 3 years, 4 months ago
- 8d68bad KVM: nVMX: Filter out all unsupported controls when eVMCS was activated by Vitaly Kuznetsov · 3 years, 4 months ago
- 2f9b68f KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect() by Vitaly Kuznetsov · 3 years, 4 months ago
- 5b92b6c KVM: SEV: Allow some commands for mirror VM by Peter Gonda · 3 years, 4 months ago
- f43c887 KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES by Peter Gonda · 3 years, 4 months ago
- 24a996a KVM: nVMX: Fix nested bus lock VM exit by Chenyi Qiang · 3 years, 4 months ago
- 94c245a KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entry by Sean Christopherson · 3 years, 4 months ago
- 4eeef24 KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor by Sean Christopherson · 3 years, 4 months ago
- e9337c8 kvm: fix wrong exception emulation in check_rdtsc by Hou Wenlong · 3 years, 5 months ago
- 50c0380 KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA by Sean Christopherson · 3 years, 4 months ago
- f1815e0a KVM: SVM: fix missing sev_decommission in sev_receive_start by Mingwei Zhang · 3 years, 4 months ago
- bb18a67 KVM: SEV: Acquire vcpu mutex when updating VMSA by Peter Gonda · 3 years, 4 months ago
- ed7023a KVM: nVMX: fix comments of handle_vmon() by Yu Zhang · 3 years, 4 months ago
- eb7511b KVM: x86: Handle SRCU initialization failure during page track init by Haimin Zhang · 3 years, 4 months ago
- cd36ae8 KVM: VMX: Remove defunct "nr_active_uret_msrs" field by Sean Christopherson · 3 years, 4 months ago
- 03a6e84 KVM: x86: Clear KVM's cached guest CR3 at RESET/INIT by Sean Christopherson · 3 years, 4 months ago
- 7117003 KVM: x86: Mark all registers as avail/dirty at vCPU creation by Sean Christopherson · 3 years, 4 months ago
- 20621d2 Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 2f62996 Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 4 months ago
- 7fa6a27 x86/build: Do not add -falign flags unconditionally for clang by Nathan Chancellor · 3 years, 4 months ago
- c6460da Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 4 months ago
- ff1ffd7 Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years, 4 months ago
- 36c9b59 xen: fix usage of pmd_populate in mremap for pv guests by Juergen Gross · 3 years, 4 months ago
- f68aa10 xen: reset legacy rtc flag for PV domU by Juergen Gross · 3 years, 4 months ago
- 77e02cf memblock: introduce saner 'memblock_free_ptr()' interface by Linus Torvalds · 3 years, 4 months ago
- 81065b3 x86/mce: Avoid infinite loop for copy from user recovery by Tony Luck · 3 years, 4 months ago
- a69ae29 x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=y by Will Deacon · 3 years, 4 months ago
- dfb5c1e x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutself by Wei Liu · 3 years, 4 months ago
- c2f4954 Merge branch 'linus' into smp/urgent by Thomas Gleixner · 3 years, 4 months ago
- d6c338a Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 4 months ago
- a7a08b2 arch: remove compat_alloc_user_space by Arnd Bergmann · 3 years, 4 months ago
- 59ab844 compat: remove some compat entry points by Arnd Bergmann · 3 years, 4 months ago
- 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- 34b1999 x86/mm: Fix kern_addr_valid() to cope with existing but not present entries by Mike Rapoport · 3 years, 5 months ago
- 4cb398f configs: remove the obsolete CONFIG_INPUT_POLLDEV by Zenghui Yu · 3 years, 4 months ago
- 65a2aa5 mm/memory_hotplug: remove nid parameter from arch_remove_memory() by David Hildenbrand · 3 years, 4 months ago
- ac08b1c Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 4 months ago
- 192ad3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 4 months ago
- d9130a2 KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adjusted by Zelin Deng · 3 years, 8 months ago
- 4ac2145 KVM: MMU: mark role_regs and role accessors as maybe unused by Paolo Bonzini · 3 years, 4 months ago
- e99314a Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 4 months ago
- a40b2fd x86/kvm: Don't enable IRQ when IRQ enabled in kvm_wait by Lai Jiangshan · 3 years, 5 months ago
- 1148bfc KVM: x86/mmu: Move lpage_disallowed_link further "down" in kvm_mmu_page by Sean Christopherson · 3 years, 4 months ago
- ca41c34 KVM: x86/mmu: Relocate kvm_mmu_page.tdp_mmu_page for better cache locality by Sean Christopherson · 3 years, 4 months ago
- e717733 Revert "KVM: x86: mmu: Add guest physical address check in translate_gpa()" by Sean Christopherson · 3 years, 4 months ago