1. 4326e57 KVM: MMU: change direct_page_fault() arguments to kvm_page_fault by Paolo Bonzini · 3 years, 5 months ago
  2. c501040 KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault by Paolo Bonzini · 3 years, 5 months ago
  3. 6defd9b KVM: MMU: Introduce struct kvm_page_fault by Paolo Bonzini · 3 years, 5 months ago
  4. d055f02 KVM: MMU: pass unadulterated gpa to direct_page_fault by Paolo Bonzini · 3 years, 5 months ago
  5. 55c0cef KVM: x86: Fix potential race in KVM_GET_CLOCK by Oliver Upton · 3 years, 4 months ago
  6. 45e6c2f KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functions by Paolo Bonzini · 3 years, 4 months ago
  7. 6b6fcd2 kvm: x86: abstract locking around pvclock_update_vm_gtod_copy by Paolo Bonzini · 3 years, 4 months ago
  8. 3e44dce KVM: X86: Move PTE present check from loop body to __shadow_walk_next() by Lai Jiangshan · 3 years, 4 months ago
  9. 5228eb9 KVM: x86: nSVM: implement nested TSC scaling by Maxim Levitsky · 3 years, 4 months ago
  10. f800650 KVM: x86: SVM: add module param to control TSC scaling by Maxim Levitsky · 3 years, 4 months ago
  11. 36e8194 KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset by Paolo Bonzini · 3 years, 3 months ago
  12. 4c84926 KVM: x86: SVM: add module param to control LBR virtualization by Maxim Levitsky · 3 years, 4 months ago
  13. 0226a45 KVM: x86: nSVM: don't copy pause related settings by Maxim Levitsky · 3 years, 4 months ago
  14. 515a0c7 kvm: irqfd: avoid update unmodified entries of the routing by Longpeng(Mike) · 3 years, 4 months ago
  15. 8b8f9d7 KVM: X86: Don't check unsync if the original spte is writible by Lai Jiangshan · 3 years, 4 months ago
  16. f1c4a88 KVM: X86: Don't unsync pagetables when speculative by Lai Jiangshan · 3 years, 4 months ago
  17. cc2a8e6 KVM: X86: Remove FNAME(update_pte) by Lai Jiangshan · 3 years, 4 months ago
  18. 5591c06 KVM: X86: Zap the invalid list after remote tlb flushing by Lai Jiangshan · 3 years, 4 months ago
  19. c3e5e41 KVM: X86: Change kvm_sync_page() to return true when remote flush is needed by Lai Jiangshan · 3 years, 4 months ago
  20. 06152b2 KVM: X86: Remove kvm_mmu_flush_or_zap() by Lai Jiangshan · 3 years, 4 months ago
  21. bd047e5 KVM: X86: Don't flush current tlb on shadow page modification by Lai Jiangshan · 3 years, 4 months ago
  22. c6cecc4 KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMU by Sean Christopherson · 3 years, 5 months ago
  23. 22d7108 KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests by Thomas Huth · 3 years, 4 months ago
  24. d22869a kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch" by Colin Ian King · 3 years, 4 months ago
  25. 25b9784 KVM: x86: Manually retrieve CPUID.0x1 when getting FMS for RESET/INIT by Sean Christopherson · 3 years, 3 months ago
  26. 62dd57d KVM: x86: WARN on non-zero CRs at RESET to detect improper initalization by Sean Christopherson · 3 years, 3 months ago
  27. 9ebe530 KVM: SVM: Move RESET emulation to svm_vcpu_reset() by Sean Christopherson · 3 years, 3 months ago
  28. 06692e4 KVM: VMX: Move RESET emulation to vmx_vcpu_reset() by Sean Christopherson · 3 years, 3 months ago
  29. d065673 KVM: VMX: Drop explicit zeroing of MSR guest values at vCPU creation by Sean Christopherson · 3 years, 3 months ago
  30. 583d369 KVM: x86: Fold fx_init() into kvm_arch_vcpu_create() by Sean Christopherson · 3 years, 3 months ago
  31. e8f65b9 KVM: x86: Remove defunct setting of XCR0 for guest during vCPU create by Sean Christopherson · 3 years, 3 months ago
  32. 5ebbc47 KVM: x86: Remove defunct setting of CR0.ET for guests during vCPU create by Sean Christopherson · 3 years, 3 months ago
  33. ff8828c KVM: x86: Do not mark all registers as avail/dirty during RESET/INIT by Sean Christopherson · 3 years, 3 months ago
  34. 94c641b KVM: x86: Simplify retrieving the page offset when loading PDTPRs by Sean Christopherson · 3 years, 4 months ago
  35. 15cabbc KVM: x86: Subsume nested GPA read helper into load_pdptrs() by Sean Christopherson · 3 years, 4 months ago
  36. a1c42dd kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS by Juergen Gross · 3 years, 4 months ago
  37. 1e254d0 Revert "x86/kvm: fix vcpu-id indexed array sizes" by Juergen Gross · 3 years, 4 months ago
  38. 620b243 KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask by Vitaly Kuznetsov · 3 years, 4 months ago
  39. baff59c KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except() by Vitaly Kuznetsov · 3 years, 4 months ago
  40. 381cecc KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask() by Vitaly Kuznetsov · 3 years, 4 months ago
  41. ae0946c KVM: Optimize kvm_make_vcpus_request_mask() a bit by Vitaly Kuznetsov · 3 years, 4 months ago
  42. 6470acc KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL by Vitaly Kuznetsov · 3 years, 4 months ago
  43. 11476d2 KVM: use vma_pages() helper by Yang Li · 3 years, 3 months ago
  44. feb3162 KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation. by Vitaly Kuznetsov · 3 years, 3 months ago
  45. 64c7850 KVM: nVMX: Use INVALID_GPA for pointers used in nVMX. by Yu Zhang · 3 years, 3 months ago
  46. 7b0035e KVM: selftests: Ensure all migrations are performed when test is affined by Sean Christopherson · 3 years, 3 months ago
  47. e8a747d KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checks by Sean Christopherson · 3 years, 3 months ago
  48. 773e89a ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm by Zelin Deng · 3 years, 3 months ago
  49. ad9af93 x86/kvmclock: Move this_cpu_pvti into kvmclock.h by Zelin Deng · 3 years, 3 months ago
  50. e02c16b selftests: KVM: Don't clobber XMM register when read by Oliver Upton · 3 years, 3 months ago
  51. 5c49d18 KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue by Zhenzhong Duan · 3 years, 3 months ago
  52. 50b0781 Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 3 years, 3 months ago
  53. 386ca9d selftests: KVM: Explicitly use movq to read xmm registers by Oliver Upton · 3 years, 3 months ago
  54. fbf094c selftests: KVM: Call ucall_init when setting up in rseq_test by Oliver Upton · 3 years, 3 months ago
  55. 6bc6db0 KVM: Remove tlbs_dirty by Lai Jiangshan · 3 years, 4 months ago
  56. 65855ed KVM: X86: Synchronize the shadow pagetable before link it by Lai Jiangshan · 3 years, 4 months ago
  57. f816029 KVM: X86: Fix missed remote tlb flush in rmap_write_protect() by Lai Jiangshan · 3 years, 4 months ago
  58. faf6b755 KVM: x86: nSVM: don't copy virt_ext from vmcb12 by Maxim Levitsky · 3 years, 4 months ago
  59. d1cba6c KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround by Maxim Levitsky · 3 years, 4 months ago
  60. 1ad3210 KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0 by Maxim Levitsky · 3 years, 4 months ago
  61. aee77e1 KVM: x86: nSVM: restore int_vector in svm_clear_vintr by Maxim Levitsky · 3 years, 4 months ago
  62. e1fc155 kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[] by Fares Mehanna · 3 years, 4 months ago
  63. dbab610 KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit by Maxim Levitsky · 3 years, 4 months ago
  64. 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
  65. c42dec1 KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest state by Maxim Levitsky · 3 years, 4 months ago
  66. 136a55c KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm by Maxim Levitsky · 3 years, 3 months ago
  67. e85d3e7 KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode by Maxim Levitsky · 3 years, 4 months ago
  68. 37687c4 KVM: x86: reset pdptrs_from_userspace when exiting smm by Maxim Levitsky · 3 years, 4 months ago
  69. 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
  70. 8d68bad KVM: nVMX: Filter out all unsupported controls when eVMCS was activated by Vitaly Kuznetsov · 3 years, 4 months ago
  71. 0bbc2ca KVM: KVM: Use cpumask_available() to check for NULL cpumask when kicking vCPUs by Sean Christopherson · 3 years, 4 months ago
  72. 85b6404 KVM: Clean up benign vcpu->cpu data races when kicking vCPUs by Sean Christopherson · 3 years, 4 months ago
  73. 2f9b68f KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect() by Vitaly Kuznetsov · 3 years, 4 months ago
  74. 7c236b8 KVM: selftests: Create a separate dirty bitmap per slot by David Matlack · 3 years, 4 months ago
  75. 9f2fc55 KVM: selftests: Refactor help message for -s backing_src by David Matlack · 3 years, 4 months ago
  76. a1e638d KVM: selftests: Change backing_src flag to -s in demand_paging_test by David Matlack · 3 years, 4 months ago
  77. 5b92b6c KVM: SEV: Allow some commands for mirror VM by Peter Gonda · 3 years, 3 months ago
  78. f43c887 KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES by Peter Gonda · 3 years, 3 months ago
  79. 24a996a KVM: nVMX: Fix nested bus lock VM exit by Chenyi Qiang · 3 years, 4 months ago
  80. 94c245a KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entry by Sean Christopherson · 3 years, 4 months ago
  81. 4eeef24 KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor by Sean Christopherson · 3 years, 4 months ago
  82. e9337c8 kvm: fix wrong exception emulation in check_rdtsc by Hou Wenlong · 3 years, 5 months ago
  83. 50c0380 KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA by Sean Christopherson · 3 years, 4 months ago
  84. f1815e0a KVM: SVM: fix missing sev_decommission in sev_receive_start by Mingwei Zhang · 3 years, 4 months ago
  85. bb18a67 KVM: SEV: Acquire vcpu mutex when updating VMSA by Peter Gonda · 3 years, 4 months ago
  86. ae232ea KVM: do not shrink halt_poll_ns below grow_start by Sergey Senozhatsky · 3 years, 4 months ago
  87. ed7023a KVM: nVMX: fix comments of handle_vmon() by Yu Zhang · 3 years, 4 months ago
  88. eb7511b KVM: x86: Handle SRCU initialization failure during page track init by Haimin Zhang · 3 years, 4 months ago
  89. cd36ae8 KVM: VMX: Remove defunct "nr_active_uret_msrs" field by Sean Christopherson · 3 years, 4 months ago
  90. 01f91ac selftests: KVM: Align SMCCC call with the spec in steal_time by Oliver Upton · 3 years, 3 months ago
  91. 90b5412 selftests: KVM: Fix check for !POLLIN in demand_paging_test by Oliver Upton · 3 years, 3 months ago
  92. 03a6e84 KVM: x86: Clear KVM's cached guest CR3 at RESET/INIT by Sean Christopherson · 3 years, 3 months ago
  93. 7117003 KVM: x86: Mark all registers as avail/dirty at vCPU creation by Sean Christopherson · 3 years, 3 months ago
  94. 2da4a23 KVM: selftests: Remove __NR_userfaultfd syscall fallback by Sean Christopherson · 3 years, 4 months ago
  95. 61e52f1 KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs by Sean Christopherson · 3 years, 4 months ago
  96. de5f421 tools: Move x86 syscall number fallbacks to .../uapi/ by Sean Christopherson · 3 years, 4 months ago
  97. a68de80 entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume() by Sean Christopherson · 3 years, 4 months ago
  98. 8646e53 KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest by Sean Christopherson · 3 years, 4 months ago
  99. e840f42 KVM: arm64: Fix PMU probe ordering by Marc Zyngier · 3 years, 4 months ago
  100. a49b50a KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule by Zenghui Yu · 3 years, 4 months ago