1. 005467e KVM: Drop obsolete kvm_arch_vcpu_block_finish() by Sean Christopherson · 3 years, 3 months ago
  2. 1460179 KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt() by Sean Christopherson · 3 years, 3 months ago
  3. f6c60d0 KVM: Don't block+unblock when halt-polling is successful by Sean Christopherson · 3 years, 3 months ago
  4. 6109c5a KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook by Sean Christopherson · 3 years, 3 months ago
  5. 75c89e5 KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook by Sean Christopherson · 3 years, 3 months ago
  6. 30c94347 KVM: Reconcile discrepancies in halt-polling stats by Sean Christopherson · 3 years, 3 months ago
  7. 29e7289 KVM: Refactor and document halt-polling stats update helper by Sean Christopherson · 3 years, 3 months ago
  8. 8df6a61 KVM: Update halt-polling stats if and only if halt-polling was attempted by Sean Christopherson · 3 years, 3 months ago
  9. 510958e KVM: Force PPC to define its own rcuwait object by Sean Christopherson · 3 years, 3 months ago
  10. 6f39091 KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU by Sean Christopherson · 3 years, 3 months ago
  11. 91b0189 KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell by Sean Christopherson · 3 years, 3 months ago
  12. 1831fa4 KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest by Paolo Bonzini · 3 years, 1 month ago
  13. 98a26b6 KVM: x86: change TLB flush indicator to bool by Vihas Mak · 3 years, 1 month ago
  14. aefdc2e KVM: Avoid atomic operations when kicking the running vCPU by Paolo Bonzini · 3 years, 2 months ago
  15. fb43496 KVM: x86/MMU: Simplify flow of vmx_get_mt_mask by Ben Gardon · 3 years, 1 month ago
  16. 8283e36 KVM: x86/mmu: Propagate memslot const qualifier by Ben Gardon · 3 years, 1 month ago
  17. 4d78d0b KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages by Ben Gardon · 3 years, 1 month ago
  18. 9d395a0 KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active by Ben Gardon · 3 years, 1 month ago
  19. ce92ef7 KVM: x86/mmu: Use shadow page role to detect PML-unfriendly pages for L2 by Sean Christopherson · 3 years, 1 month ago
  20. 8fc7890 KVM: nSVM: introduce struct vmcb_ctrl_area_cached by Emanuele Giuseppe Esposito · 3 years, 2 months ago
  21. bd95926 KVM: nSVM: split out __nested_vmcb_check_controls by Paolo Bonzini · 3 years, 2 months ago
  22. 355d047 KVM: nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races by Emanuele Giuseppe Esposito · 3 years, 2 months ago
  23. b7a3d8b KVM: nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs() by Emanuele Giuseppe Esposito · 3 years, 2 months ago
  24. 7907160 KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control_to_cache by Emanuele Giuseppe Esposito · 3 years, 2 months ago
  25. f2740a8 KVM: nSVM: introduce svm->nested.save to cache save area before checks by Emanuele Giuseppe Esposito · 3 years, 2 months ago
  26. 907afa4 KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs by Emanuele Giuseppe Esposito · 3 years, 2 months ago
  27. 244893f KVM: Dynamically allocate "new" memslots from the get-go by Sean Christopherson · 3 years, 1 month ago
  28. 0f9bdef KVM: Wait 'til the bitter end to initialize the "new" memslot by Sean Christopherson · 3 years, 1 month ago
  29. 44401a2 KVM: Optimize overlapping memslots check by Maciej S. Szmigiero · 3 years, 1 month ago
  30. f420943 KVM: Optimize gfn lookup in kvm_zap_gfn_range() by Maciej S. Szmigiero · 3 years, 1 month ago
  31. bcb63dc KVM: Call kvm_arch_flush_shadow_memslot() on the old slot in kvm_invalidate_memslot() by Maciej S. Szmigiero · 3 years, 1 month ago
  32. a54d806 KVM: Keep memslots in tree-based structures instead of array-based ones by Maciej S. Szmigiero · 3 years, 1 month ago
  33. 6a65683 KVM: s390: Introduce kvm_s390_get_gfn_end() by Maciej S. Szmigiero · 3 years, 1 month ago
  34. ed92273 KVM: Use interval tree to do fast hva lookup in memslots by Maciej S. Szmigiero · 3 years, 1 month ago
  35. 26b8345 KVM: Resolve memslot ID via a hash table instead of via a static array by Maciej S. Szmigiero · 3 years, 1 month ago
  36. 1e8617d KVM: Move WARN on invalid memslot index to update_memslots() by Maciej S. Szmigiero · 3 years, 1 month ago
  37. c928bfc KVM: Integrate gfn_to_memslot_approx() into search_memslots() by Maciej S. Szmigiero · 3 years, 1 month ago
  38. f575602 KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array by Maciej S. Szmigiero · 3 years, 1 month ago
  39. e0c2b63 KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed by Maciej S. Szmigiero · 3 years, 1 month ago
  40. 7cd0855 KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region() by Sean Christopherson · 3 years, 1 month ago
  41. ec5c869 KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY by Sean Christopherson · 3 years, 1 month ago
  42. 77aedf2 KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit by Sean Christopherson · 3 years, 1 month ago
  43. 0792166 KVM: Use prepare/commit hooks to handle generic memslot metadata updates by Sean Christopherson · 3 years, 1 month ago
  44. 6a99c6e KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks by Sean Christopherson · 3 years, 1 month ago
  45. d01495d KVM: RISC-V: Use "new" memslot instead of userspace memory region by Sean Christopherson · 3 years, 1 month ago
  46. 9d7d18e KVM: x86: Use "new" memslot instead of userspace memory region by Sean Christopherson · 3 years, 1 month ago
  47. cf5b486 KVM: s390: Use "new" memslot instead of userspace memory region by Sean Christopherson · 3 years, 1 month ago
  48. eaaaed1 KVM: PPC: Avoid referencing userspace memory region in memslot updates by Sean Christopherson · 3 years, 1 month ago
  49. 3b18161 KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem" by Sean Christopherson · 3 years, 1 month ago
  50. 509c594 KVM: arm64: Use "new" memslot instead of userspace memory region by Sean Christopherson · 3 years, 1 month ago
  51. 537a17b KVM: Let/force architectures to deal with arch specific memslot data by Sean Christopherson · 3 years, 1 month ago
  52. ce5f021 KVM: Use "new" memslot's address space ID instead of dedicated param by Sean Christopherson · 3 years, 1 month ago
  53. 4e4d30c KVM: Resync only arch fields when slots_arch_lock gets reacquired by Maciej S. Szmigiero · 3 years, 1 month ago
  54. 47ea7d9 KVM: Open code kvm_delete_memslot() into its only caller by Sean Christopherson · 3 years, 1 month ago
  55. afa319a KVM: Require total number of memslot pages to fit in an unsigned long by Sean Christopherson · 3 years, 1 month ago
  56. 214bd3a KVM: Convert kvm_for_each_vcpu() to using xa_for_each_range() by Marc Zyngier · 3 years, 1 month ago
  57. 46808a4 KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index by Marc Zyngier · 3 years, 1 month ago
  58. c5b0775 KVM: Convert the kvm->vcpus array to a xarray by Marc Zyngier · 3 years, 1 month ago
  59. 113d10b KVM: s390: Use kvm_get_vcpu() instead of open-coded access by Marc Zyngier · 3 years, 1 month ago
  60. 75a9869 KVM: mips: Use kvm_get_vcpu() instead of open-coded access by Marc Zyngier · 3 years, 1 month ago
  61. 27592ae KVM: Move wiping of the kvm->vcpus array to common code by Marc Zyngier · 3 years, 1 month ago
  62. dc1ce45 KVM: MMU: update comment on the number of page role combinations by Paolo Bonzini · 3 years, 1 month ago
  63. ad5b353 KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure by Tom Lendacky · 3 years, 1 month ago
  64. a655276 KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary by Sean Christopherson · 3 years, 2 months ago
  65. 75236f5 KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails by Sean Christopherson · 3 years, 2 months ago
  66. a955cad KVM: x86/mmu: Retry page fault if root is invalidated by memslot update by Sean Christopherson · 3 years, 1 month ago
  67. bfbb307 KVM: VMX: Set failure code in prepare_vmcs02() by Dan Carpenter · 3 years, 1 month ago
  68. ef8b4b7 KVM: ensure APICv is considered inactive if there is no APIC by Paolo Bonzini · 3 years, 1 month ago
  69. cb1d220 KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register by Like Xu · 3 years, 1 month ago
  70. 7cfc5c6 KVM: fix avic_set_running for preemptable kernels by Paolo Bonzini · 3 years, 1 month ago
  71. e90e51d KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled by Paolo Bonzini · 3 years, 1 month ago
  72. c9d61dc KVM: SEV: accept signals in sev_lock_two_vms by Paolo Bonzini · 3 years, 1 month ago
  73. 10a3792 KVM: SEV: do not take kvm->lock when destroying by Paolo Bonzini · 3 years, 1 month ago
  74. 17d44a9 KVM: SEV: Prohibit migration of a VM that has mirrors by Paolo Bonzini · 3 years, 1 month ago
  75. bf42b02 KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked by Paolo Bonzini · 3 years, 1 month ago
  76. dc79c9f selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM by Paolo Bonzini · 3 years, 1 month ago
  77. 642525e KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM by Paolo Bonzini · 3 years, 1 month ago
  78. 2b347a3 KVM: SEV: initialize regions_list of a mirror VM by Paolo Bonzini · 3 years, 1 month ago
  79. 501b580 KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM by Paolo Bonzini · 3 years, 1 month ago
  80. 4674164 KVM: SEV: do not use list_replace_init on an empty list by Paolo Bonzini · 3 years, 1 month ago
  81. 53b7ca1 KVM: x86: Use a stable condition around all VT-d PI paths by Paolo Bonzini · 3 years, 1 month ago
  82. 37c4dbf KVM: x86: check PIR even for vCPUs with disabled APICv by Paolo Bonzini · 3 years, 1 month ago
  83. 7e1901f KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled by Paolo Bonzini · 3 years, 1 month ago
  84. 81835ee KVM: selftests: page_table_test: fix calculation of guest_test_phys_mem by Maciej S. Szmigiero · 3 years, 1 month ago
  85. f47491d KVM: x86/mmu: Handle "default" period when selectively waking kthread by Sean Christopherson · 3 years, 1 month ago
  86. 28f091bc KVM: MMU: shadow nested paging does not have PKU by Paolo Bonzini · 3 years, 1 month ago
  87. 4b85c92 KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path by Sean Christopherson · 3 years, 1 month ago
  88. 7533377 KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping by Sean Christopherson · 3 years, 1 month ago
  89. 05b2963 KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg() by Lai Jiangshan · 3 years, 1 month ago
  90. 12ec33a KVM: X86: Fix when shadow_root_level=5 && guest root_level<4 by Lai Jiangshan · 3 years, 1 month ago
  91. 908fa88 KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE by Vitaly Kuznetsov · 3 years, 1 month ago
  92. feb627e KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN by Vitaly Kuznetsov · 3 years, 1 month ago
  93. 6c11864 KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features test by Vitaly Kuznetsov · 3 years, 1 month ago
  94. 712494d KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12 by Sean Christopherson · 3 years, 1 month ago
  95. 40e5f908 KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit by Sean Christopherson · 3 years, 1 month ago
  96. 2b4a5a5 KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST by Sean Christopherson · 3 years, 1 month ago
  97. 30d7c5d KVM: SEV: expose KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM capability by Paolo Bonzini · 3 years, 1 month ago
  98. 826bff4 selftests: sev_migrate_tests: free all VMs by Paolo Bonzini · 3 years, 1 month ago
  99. 4916ea8 selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM by Paolo Bonzini · 3 years, 1 month ago
  100. 78311a5 KVM: x86: ignore APICv if LAPIC is not enabled by Paolo Bonzini · 3 years, 1 month ago