1. 29e7289 KVM: Refactor and document halt-polling stats update helper by Sean Christopherson · 3 years, 3 months ago
  2. 8df6a61 KVM: Update halt-polling stats if and only if halt-polling was attempted by Sean Christopherson · 3 years, 3 months ago
  3. 510958e KVM: Force PPC to define its own rcuwait object by Sean Christopherson · 3 years, 3 months ago
  4. 6f39091 KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU by Sean Christopherson · 3 years, 3 months ago
  5. aefdc2e KVM: Avoid atomic operations when kicking the running vCPU by Paolo Bonzini · 3 years, 3 months ago
  6. 8283e36 KVM: x86/mmu: Propagate memslot const qualifier by Ben Gardon · 3 years, 2 months ago
  7. 244893f KVM: Dynamically allocate "new" memslots from the get-go by Sean Christopherson · 3 years, 1 month ago
  8. 0f9bdef KVM: Wait 'til the bitter end to initialize the "new" memslot by Sean Christopherson · 3 years, 1 month ago
  9. 44401a2 KVM: Optimize overlapping memslots check by Maciej S. Szmigiero · 3 years, 1 month ago
  10. 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
  11. a54d806 KVM: Keep memslots in tree-based structures instead of array-based ones by Maciej S. Szmigiero · 3 years, 1 month ago
  12. ed92273 KVM: Use interval tree to do fast hva lookup in memslots by Maciej S. Szmigiero · 3 years, 1 month ago
  13. 26b8345 KVM: Resolve memslot ID via a hash table instead of via a static array by Maciej S. Szmigiero · 3 years, 1 month ago
  14. 1e8617d KVM: Move WARN on invalid memslot index to update_memslots() by Maciej S. Szmigiero · 3 years, 1 month ago
  15. c928bfc KVM: Integrate gfn_to_memslot_approx() into search_memslots() by Maciej S. Szmigiero · 3 years, 1 month ago
  16. 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
  17. 0792166 KVM: Use prepare/commit hooks to handle generic memslot metadata updates by Sean Christopherson · 3 years, 1 month ago
  18. 6a99c6e KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks by Sean Christopherson · 3 years, 1 month ago
  19. 537a17b KVM: Let/force architectures to deal with arch specific memslot data by Sean Christopherson · 3 years, 1 month ago
  20. ce5f021 KVM: Use "new" memslot's address space ID instead of dedicated param by Sean Christopherson · 3 years, 1 month ago
  21. 4e4d30c KVM: Resync only arch fields when slots_arch_lock gets reacquired by Maciej S. Szmigiero · 3 years, 1 month ago
  22. 47ea7d9 KVM: Open code kvm_delete_memslot() into its only caller by Sean Christopherson · 3 years, 1 month ago
  23. afa319a KVM: Require total number of memslot pages to fit in an unsigned long by Sean Christopherson · 3 years, 1 month ago
  24. 46808a4 KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index by Marc Zyngier · 3 years, 2 months ago
  25. c5b0775 KVM: Convert the kvm->vcpus array to a xarray by Marc Zyngier · 3 years, 2 months ago
  26. 27592ae KVM: Move wiping of the kvm->vcpus array to common code by Marc Zyngier · 3 years, 2 months ago
  27. 5f25e71 KVM: downgrade two BUG_ONs to WARN_ON_ONCE by Paolo Bonzini · 3 years, 2 months ago
  28. 6b285a5 KVM: Disallow user memslot with size that exceeds "unsigned long" by Sean Christopherson · 3 years, 2 months ago
  29. bda44d8 KVM: Ensure local memslot copies operate on up-to-date arch-specific data by Sean Christopherson · 3 years, 2 months ago
  30. 817506d Merge branch 'kvm-5.16-fixes' into kvm-master by Paolo Bonzini · 3 years, 2 months ago
  31. 357a18a KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cache by David Woodhouse · 3 years, 2 months ago
  32. f4d3165 KVM: generalize "bugged" VM to "dead" VM by Paolo Bonzini · 3 years, 2 months ago
  33. a1c42dd kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS by Juergen Gross · 3 years, 4 months ago
  34. 620b243 KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask by Vitaly Kuznetsov · 3 years, 4 months ago
  35. baff59c KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except() by Vitaly Kuznetsov · 3 years, 4 months ago
  36. 381cecc KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask() by Vitaly Kuznetsov · 3 years, 4 months ago
  37. ae0946c KVM: Optimize kvm_make_vcpus_request_mask() a bit by Vitaly Kuznetsov · 3 years, 4 months ago
  38. 11476d2 KVM: use vma_pages() helper by Yang Li · 3 years, 4 months ago
  39. 6bc6db0 KVM: Remove tlbs_dirty by Lai Jiangshan · 3 years, 4 months ago
  40. 0bbc2ca KVM: KVM: Use cpumask_available() to check for NULL cpumask when kicking vCPUs by Sean Christopherson · 3 years, 5 months ago
  41. 85b6404 KVM: Clean up benign vcpu->cpu data races when kicking vCPUs by Sean Christopherson · 3 years, 5 months ago
  42. ae232ea KVM: do not shrink halt_poll_ns below grow_start by Sergey Senozhatsky · 3 years, 5 months ago
  43. 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
  44. 3cc4e14 KVM: stats: Add VM stat for remote tlb flush requests by Jing Zhang · 3 years, 5 months ago
  45. fdde13c KVM: Remove unnecessary export of kvm_{inc,dec}_notifier_count() by Sean Christopherson · 3 years, 5 months ago
  46. 8ccba53 KVM: stats: Add halt polling related histogram stats by Jing Zhang · 3 years, 6 months ago
  47. 87bcc5f KVM: stats: Add halt_wait_ns stats for all architectures by Jing Zhang · 3 years, 6 months ago
  48. edb298c KVM: x86/mmu: bump mmu notifier count in kvm_zap_gfn_range by Maxim Levitsky · 3 years, 5 months ago
  49. 3165af7 KVM: Allow to have arch-specific per-vm debugfs files by Peter Xu · 3 years, 6 months ago
  50. c3e9434 Merge branch 'kvm-vmx-secctl' into HEAD by Paolo Bonzini · 3 years, 5 months ago
  51. fe22ed8 KVM: Cache the last used slot index per vCPU by David Matlack · 3 years, 5 months ago
  52. 8768927 KVM: Rename lru_slot to last_used_slot by David Matlack · 3 years, 5 months ago
  53. 85cd39a KVM: Do not leak memory for duplicate debugfs directories by Paolo Bonzini · 3 years, 5 months ago
  54. 071064f KVM: Don't take mmu_lock for range invalidation unless necessary by Paolo Bonzini · 3 years, 6 months ago
  55. 52ac8b3 KVM: Block memslot updates across range_start() and range_end() by Paolo Bonzini · 3 years, 8 months ago
  56. 605c713 KVM: Introduce kvm_get_kvm_safe() by Peter Xu · 3 years, 7 months ago
  57. 0b8f117 KVM: Add infrastructure and macro to mark VM as bugged by Sean Christopherson · 3 years, 7 months ago
  58. 36c3ce6 KVM: Get rid of kvm_get_pfn() by Marc Zyngier · 3 years, 6 months ago
  59. 205d76f KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap() by Marc Zyngier · 3 years, 6 months ago
  60. 8750f9b KVM: add missing compat KVM_CLEAR_DIRTY_LOG by Paolo Bonzini · 3 years, 6 months ago
  61. 7477565 KVM: use cpu_relax when halt polling by Li RongQing · 3 years, 6 months ago
  62. 405386b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 6 months ago
  63. 004d62e kvm: debugfs: fix memory leak in kvm_create_vm_debugfs by Pavel Skripkin · 3 years, 7 months ago
  64. f3cf800 Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 6 months ago
  65. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  66. fc98c03 virt/kvm: use vma_lookup() instead of find_vma_intersection() by Liam Howlett · 3 years, 7 months ago
  67. 36824f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 7 months ago
  68. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  69. bc9e9e6 KVM: debugfs: Reuse binary stats descriptors by Jing Zhang · 3 years, 7 months ago
  70. ce55c04 KVM: stats: Support binary stats retrieval for a VCPU by Jing Zhang · 3 years, 7 months ago
  71. fcfe1ba KVM: stats: Support binary stats retrieval for a VM by Jing Zhang · 3 years, 7 months ago
  72. f8be156 KVM: do not allow mapping valid but non-reference-counted pages by Nicholas Piggin · 3 years, 7 months ago
  73. 0193cc9 KVM: stats: Separate generic stats from architecture specific ones by Jing Zhang · 3 years, 7 months ago
  74. 3ba9f93 sched,perf,kvm: Fix preemption condition by Peter Zijlstra · 3 years, 7 months ago
  75. e3cb6fa KVM: switch per-VM stats to u64 by Paolo Bonzini · 3 years, 7 months ago
  76. 2fdef3a kvm: add PM-notifier by Sergey Senozhatsky · 3 years, 7 months ago
  77. b10a038 KVM: mmu: Add slots_arch_lock for memslot arch fields by Ben Gardon · 3 years, 8 months ago
  78. ddc12f2 KVM: mmu: Refactor memslot copy by Ben Gardon · 3 years, 8 months ago
  79. a248602 KVM: VMX: update vcpu posted-interrupt descriptor when assigning device by Marcelo Tosatti · 3 years, 8 months ago
  80. 084071d KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK by Marcelo Tosatti · 3 years, 8 months ago
  81. 6bd5b74 KVM: PPC: exit halt polling on need_resched() by Wanpeng Li · 3 years, 8 months ago
  82. 258785e kvm: Cap halt polling at kvm->max_halt_poll_ns by David Matlack · 3 years, 8 months ago
  83. 262de41 kvm: exit halt polling on need_resched() as well by Benjamin Segall · 3 years, 9 months ago
  84. 52acd22 KVM: Boost vCPU candidate in user mode which is delivering interrupt by Wanpeng Li · 3 years, 9 months ago
  85. 54526d1 KVM: x86: Support KVM VMs sharing SEV context by Nathan Tempelman · 3 years, 9 months ago
  86. 7c896d3 KVM: Add proper lockdep assertion in I/O bus unregister by Sean Christopherson · 3 years, 9 months ago
  87. 5d3c4c793 KVM: Stop looking for coalesced MMIO zones if the bus is destroyed by Sean Christopherson · 3 years, 9 months ago
  88. 2ee3757 KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU by Sean Christopherson · 3 years, 9 months ago
  89. 8931a45 KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot by Sean Christopherson · 3 years, 10 months ago
  90. f922bd9 KVM: Move MMU notifier's mmu_lock acquisition into common helper by Sean Christopherson · 3 years, 10 months ago
  91. b4c5936 KVM: Kill off the old hva-based MMU notifier callbacks by Sean Christopherson · 3 years, 10 months ago
  92. 3039bcc KVM: Move x86's MMU notifier memslot walkers to generic code by Sean Christopherson · 3 years, 10 months ago
  93. c13fda2 KVM: Assert that notifier count is elevated in .change_pte() by Sean Christopherson · 3 years, 10 months ago
  94. 85f4793 KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations by Sean Christopherson · 3 years, 9 months ago
  95. 501b918 KVM: Move arm64's MMU notifier trace events to generic code by Sean Christopherson · 3 years, 10 months ago
  96. 4a42d84 KVM: x86/mmu: Consider the hva in mmu_notifier retry by David Stevens · 3 years, 11 months ago
  97. a954577 KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() by Sean Christopherson · 4 years ago
  98. 9fd6dad mm: provide a saner PTE walking API for modules by Paolo Bonzini · 4 years ago
  99. 531810c KVM: x86/mmu: Use an rwlock for the x86 MMU by Ben Gardon · 4 years ago
  100. bd2fae8 KVM: do not assume PTE is writable after follow_pfn by Paolo Bonzini · 4 years ago