1. c3e9434 Merge branch 'kvm-vmx-secctl' into HEAD by Paolo Bonzini · 3 years, 5 months ago
  2. 7b9cae0 KVM: VMX: Use current VMCS to query WAITPKG support for MSR emulation by Sean Christopherson · 3 years, 5 months ago
  3. 32bdc01 KVM: selftests: Move vcpu_args_set into perf_test_util by David Matlack · 3 years, 5 months ago
  4. 609e620 KVM: selftests: Support multiple slots in dirty_log_perf_test by David Matlack · 3 years, 5 months ago
  5. 93e083d KVM: x86/mmu: Rename __gfn_to_rmap to gfn_to_rmap by David Matlack · 3 years, 5 months ago
  6. 601f8af KVM: x86/mmu: Leverage vcpu->last_used_slot for rmap_add and rmap_recycle by David Matlack · 3 years, 5 months ago
  7. 081de47 KVM: x86/mmu: Leverage vcpu->last_used_slot in tdp_mmu_map_handle_target_level by David Matlack · 3 years, 5 months ago
  8. fe22ed8 KVM: Cache the last used slot index per vCPU by David Matlack · 3 years, 5 months ago
  9. 0f22af9 KVM: Move last_used_slot logic out of search_memslots by David Matlack · 3 years, 5 months ago
  10. 8768927 KVM: Rename lru_slot to last_used_slot by David Matlack · 3 years, 5 months ago
  11. d5aaad6 KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit builds by Sean Christopherson · 3 years, 5 months ago
  12. 319afe6 KVM: xen: do not use struct gfn_to_hva_cache by Paolo Bonzini · 3 years, 5 months ago
  13. 13c2c3c KVM: selftests: fix hyperv_clock test by Maxim Levitsky · 3 years, 5 months ago
  14. bb2baeb KVM: SVM: improve the code readability for ASID management by Mingwei Zhang · 3 years, 5 months ago
  15. 179c6c2 KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB by Sean Christopherson · 3 years, 5 months ago
  16. 85cd39a KVM: Do not leak memory for duplicate debugfs directories by Paolo Bonzini · 3 years, 5 months ago
  17. e79f49c KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interfaces by Like Xu · 3 years, 5 months ago
  18. a75b540 KVM: X86: Optimize zapping rmap by Peter Xu · 3 years, 5 months ago
  19. 13236e2 KVM: X86: Optimize pte_list_desc with per-array counter by Peter Xu · 3 years, 5 months ago
  20. dc1cff9 KVM: X86: MMU: Tune PTE_LIST_EXT to be bigger by Peter Xu · 3 years, 5 months ago
  21. 2476b5a KVM: selftests: Test access to XMM fast hypercalls by Vitaly Kuznetsov · 3 years, 5 months ago
  22. 4e62aa9 KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hypercall input by Vitaly Kuznetsov · 3 years, 5 months ago
  23. f5714bb KVM: x86: Introduce trace_kvm_hv_hypercall_done() by Vitaly Kuznetsov · 3 years, 5 months ago
  24. 2e2f1e8d KVM: x86: hyper-v: Check access to hypercall before reading XMM registers by Vitaly Kuznetsov · 3 years, 5 months ago
  25. 269e955 KVM: const-ify all relevant uses of struct kvm_memory_slot by Hamza Mahfooz · 3 years, 6 months ago
  26. 071064f KVM: Don't take mmu_lock for range invalidation unless necessary by Paolo Bonzini · 3 years, 5 months ago
  27. 52ac8b3 KVM: Block memslot updates across range_start() and range_end() by Paolo Bonzini · 3 years, 7 months ago
  28. db105fa KVM: nSVM: remove useless kvm_clear_*_queue by Paolo Bonzini · 3 years, 5 months ago
  29. 4c72ab5 KVM: x86: Preserve guest's CR0.CD/NW on INIT by Sean Christopherson · 3 years, 6 months ago
  30. 46f4898 KVM: SVM: Drop redundant clearing of vcpu->arch.hflags at INIT/RESET by Sean Christopherson · 3 years, 6 months ago
  31. 265e435 KVM: SVM: Emulate #INIT in response to triple fault shutdown by Sean Christopherson · 3 years, 6 months ago
  32. e549494 KVM: VMX: Move RESET-only VMWRITE sequences to init_vmcs() by Sean Christopherson · 3 years, 6 months ago
  33. 7aa13fc KVM: VMX: Remove redundant write to set vCPU as active at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  34. 84ec8d2 KVM: VMX: Smush x2APIC MSR bitmap adjustments into single function by Sean Christopherson · 3 years, 6 months ago
  35. e7c701d KVM: VMX: Remove unnecessary initialization of msr_bitmap_mode by Sean Christopherson · 3 years, 6 months ago
  36. 002f87a KVM: VMX: Don't redo x2APIC MSR bitmaps when userspace filter is changed by Sean Christopherson · 3 years, 6 months ago
  37. 284036c KVM: nVMX: Remove obsolete MSR bitmap refresh at nested transitions by Sean Christopherson · 3 years, 6 months ago
  38. 9e4784e KVM: VMX: Remove obsolete MSR bitmap refresh at vCPU RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  39. f39e805 KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86 by Sean Christopherson · 3 years, 6 months ago
  40. c5c9f92 KVM: VMX: Don't _explicitly_ reconfigure user return MSRs on vCPU INIT by Sean Christopherson · 3 years, 6 months ago
  41. 432979b KVM: VMX: Refresh list of user return MSRs after setting guest CPUID by Sean Christopherson · 3 years, 6 months ago
  42. 400dd54 KVM: VMX: Skip pointless MSR bitmap update when setting EFER by Sean Christopherson · 3 years, 6 months ago
  43. d0f9f82 KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  44. 6cfe7b8 KVM: SVM: Drop redundant writes to vmcb->save.cr4 at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  45. ef8a0fa KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  46. 816be9e KVM: nVMX: Don't evaluate "emulation required" on nested VM-Exit by Sean Christopherson · 3 years, 6 months ago
  47. 1dd7a4f KVM: VMX: Skip emulation required checks during pmode/rmode transitions by Sean Christopherson · 3 years, 6 months ago
  48. 32437c2 KVM: VMX: Process CR0.PG side effects after setting CR0 assets by Sean Christopherson · 3 years, 6 months ago
  49. 908b7d4 KVM: x86/mmu: Skip the permission_fault() check on MMIO if CR0.PG=0 by Sean Christopherson · 3 years, 6 months ago
  50. 81ca0e7 KVM: VMX: Pull GUEST_CR3 from the VMCS iff CR3 load exiting is disabled by Sean Christopherson · 3 years, 6 months ago
  51. 470750b KVM: nVMX: Do not clear CR3 load/store exiting bits if L1 wants 'em by Sean Christopherson · 3 years, 6 months ago
  52. c834fd7 KVM: VMX: Fold ept_update_paging_mode_cr0() back into vmx_set_cr0() by Sean Christopherson · 3 years, 6 months ago
  53. 4f0dcb5 KVM: VMX: Remove direct write to vcpu->arch.cr0 during vCPU RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  54. ee5a558 KVM: VMX: Invert handling of CR0.WP for EPT without unrestricted guest by Sean Christopherson · 3 years, 6 months ago
  55. 9e90e21 KVM: SVM: Don't bother writing vmcb->save.rip at vCPU RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  56. 49d8665 KVM: x86: Move EDX initialization at vCPU RESET to common code by Sean Christopherson · 3 years, 6 months ago
  57. 4547700 KVM: x86: Consolidate APIC base RESET initialization code by Sean Christopherson · 3 years, 6 months ago
  58. 4212212 KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RESET by Sean Christopherson · 3 years, 6 months ago
  59. f0428b3 KVM: VMX: Stuff vcpu->arch.apic_base directly at vCPU RESET by Sean Christopherson · 3 years, 6 months ago
  60. 503bc49 KVM: x86: Set BSP bit in reset BSP vCPU's APIC base by default by Sean Christopherson · 3 years, 6 months ago
  61. 01913c5 KVM: x86: Don't force set BSP bit when local APIC is managed by userspace by Sean Christopherson · 3 years, 6 months ago
  62. 0214f6b KVM: x86: Migrate the PIT only if vcpu0 is migrated, not any BSP by Sean Christopherson · 3 years, 6 months ago
  63. 549240e KVM: x86: Remove defunct BSP "update" in local APIC reset by Sean Christopherson · 3 years, 6 months ago
  64. c2f79a6 KVM: x86: WARN if the APIC map is dirty without an in-kernel local APIC by Sean Christopherson · 3 years, 6 months ago
  65. 5d2d7e4 KVM: SVM: Drop explicit MMU reset at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  66. 61152cd KVM: VMX: Remove explicit MMU reset in enter_rmode() by Sean Christopherson · 3 years, 6 months ago
  67. 665f4d9 KVM: SVM: Fall back to KVM's hardcoded value for EDX at RESET/INIT by Sean Christopherson · 3 years, 6 months ago
  68. 067a456 KVM: SVM: Require exact CPUID.0x1 match when stuffing EDX at INIT by Sean Christopherson · 3 years, 6 months ago
  69. 2a24be7 KVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model-Stepping by Sean Christopherson · 3 years, 6 months ago
  70. 4f117ce KVM: SVM: Zero out GDTR.base and IDTR.base on INIT by Sean Christopherson · 3 years, 6 months ago
  71. afc8de0 KVM: nVMX: Set LDTR to its architecturally defined value on nested VM-Exit by Sean Christopherson · 3 years, 6 months ago
  72. df37ed3 KVM: x86: Flush the guest's TLB on INIT by Sean Christopherson · 3 years, 6 months ago
  73. df63202 KVM: x86: APICv: drop immediate APICv disablement on current vCPU by Maxim Levitsky · 3 years, 6 months ago
  74. 71ba3f3 KVM: x86: enable TDP MMU by default by Paolo Bonzini · 3 years, 5 months ago
  75. 6e8eb20 KVM: x86/mmu: fast_page_fault support for the TDP MMU by David Matlack · 3 years, 6 months ago
  76. c5c8c7c KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with the TDP MMU by David Matlack · 3 years, 6 months ago
  77. 61bcd36 KVM: x86/mmu: Fix use of enums in trace_fast_page_fault by David Matlack · 3 years, 6 months ago
  78. 76cd325 KVM: x86/mmu: Rename cr2_or_gpa to gpa in fast_page_fault by David Matlack · 3 years, 6 months ago
  79. 605c713 KVM: Introduce kvm_get_kvm_safe() by Peter Xu · 3 years, 6 months ago
  80. 1694cae x86/kvm: remove non-x86 stuff from arch/x86/kvm/ioapic.h by Juergen Gross · 3 years, 6 months ago
  81. ec1cf69 KVM: X86: Add per-vm stat for max rmap list size by Peter Xu · 3 years, 6 months ago
  82. 7fa2a34 KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits() by Sean Christopherson · 3 years, 6 months ago
  83. 03fffc5 KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation by Sean Christopherson · 3 years, 6 months ago
  84. e489a4a KVM: x86: Hoist kvm_dirty_regs check out of sync_regs() by Sean Christopherson · 3 years, 6 months ago
  85. 19025e7 KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID by Sean Christopherson · 3 years, 6 months ago
  86. 6736927 KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM by Sean Christopherson · 3 years, 6 months ago
  87. 7ee3e8c KVM: Export kvm_make_all_cpus_request() for use in marking VMs as bugged by Sean Christopherson · 3 years, 6 months ago
  88. 0b8f117 KVM: Add infrastructure and macro to mark VM as bugged by Sean Christopherson · 3 years, 6 months ago
  89. fa7a549 KVM: x86: accept userspace interrupt only if no event is injected by Paolo Bonzini · 3 years, 6 months ago
  90. 8750f9b KVM: add missing compat KVM_CLEAR_DIRTY_LOG by Paolo Bonzini · 3 years, 5 months ago
  91. 7477565 KVM: use cpu_relax when halt polling by Li RongQing · 3 years, 5 months ago
  92. 5868b82 KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl by Maxim Levitsky · 3 years, 6 months ago
  93. feea013 KVM: SVM: tweak warning about enabled AVIC on nested entry by Maxim Levitsky · 3 years, 6 months ago
  94. f1577ab KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deactivated by Maxim Levitsky · 3 years, 6 months ago
  95. bb000f64 KVM: s390: restore old debugfs names by Christian Borntraeger · 3 years, 5 months ago
  96. 3fa5e8f KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized by Paolo Bonzini · 3 years, 5 months ago
  97. c33e05d KVM: selftests: Introduce access_tracking_perf_test by David Matlack · 3 years, 6 months ago
  98. 15b7b73 KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing by David Matlack · 3 years, 6 months ago
  99. 76b4f35 x86/kvm: fix vcpu-id indexed array sizes by Juergen Gross · 3 years, 6 months ago
  100. 0a31df6 KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK access by Vitaly Kuznetsov · 3 years, 5 months ago