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