1. a6a0b05 kvm: x86/mmu: Support dirty logging for the TDP MMU by Ben Gardon · 4 years, 3 months ago
  2. 9e9eb22 KVM: Cache as_id in kvm_memory_slot by Peter Xu · 4 years, 3 months ago
  3. 871c433 KVM: use struct_size() and flex_array_size() helpers in kvm_io_bus_unregister_dev() by Rustam Kovhaev · 4 years, 4 months ago
  4. f658866 KVM: fix memory leak in kvm_io_bus_unregister_dev() by Rustam Kovhaev · 4 years, 4 months ago
  5. 1b67fd0 Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 4 months ago
  6. fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 5 months ago
  7. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  8. 6926f95 KVM: Move x86's MMU memory cache helpers to common KVM code by Sean Christopherson · 4 years, 7 months ago
  9. 995decb KVM: x86: take as_id into account when checking PGD by Vitaly Kuznetsov · 4 years, 6 months ago
  10. 1393b4a kvm: use more precise cast and do not drop __user by Paolo Bonzini · 4 years, 7 months ago
  11. 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
  12. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  13. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  14. dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 7 months ago
  15. e649b3f KVM: x86: Fix APIC page invalidation race by Eiichi Tsukata · 4 years, 7 months ago
  16. 7ec28e2 KVM: Use vmemdup_user() by Denis Efremov · 4 years, 8 months ago
  17. d56f513 KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories by Paolo Bonzini · 4 years, 8 months ago
  18. 3806094 Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 8 months ago
  19. 09d952c KVM: check userspace_addr for all memslots by Paolo Bonzini · 4 years, 8 months ago
  20. 0958f0c KVM: introduce kvm_read_guest_offset_cached() by Vitaly Kuznetsov · 4 years, 8 months ago
  21. a8387d0 Revert "KVM: No need to retry for hva_to_pfn_remapped()" by Paolo Bonzini · 4 years, 8 months ago
  22. 656012c KVM: Fix spelling in code comments by Fuad Tabba · 4 years, 10 months ago
  23. cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
  24. 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 9 months ago
  25. 5b494ae KVM: No need to retry for hva_to_pfn_remapped() by Peter Xu · 4 years, 9 months ago
  26. da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 9 months ago
  27. 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
  28. 54163a3 KVM: Introduce kvm_make_all_cpus_request_except() by Suravee Suthikulpanit · 4 years, 8 months ago
  29. acd0578 kvm: add capability for halt polling by David Matlack · 4 years, 9 months ago
  30. e72436b KVM: SVM: avoid infinite loop on NPF from bad address by Paolo Bonzini · 4 years, 9 months ago
  31. 1b94f6f KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run by Tianjia Zhang · 4 years, 9 months ago
  32. c36b715 KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2 by Paolo Bonzini · 4 years, 9 months ago
  33. 63d0434 KVM: x86: move kvm_create_vcpu_debugfs after last failure point by Paolo Bonzini · 4 years, 10 months ago
  34. 788109c KVM: remove redundant assignment to variable r by Colin Ian King · 4 years, 9 months ago
  35. b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 10 months ago
  36. 0774a96 KVM: Fix out of range accesses to memslots by Sean Christopherson · 4 years, 10 months ago
  37. 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 11 months ago
  38. 2bde08f KVM: Drop gfn_to_pfn_atomic() by Peter Xu · 4 years, 11 months ago
  39. 3c9bd40 KVM: x86: enable dirty log gradually in small chunks by Jay Zhou · 4 years, 11 months ago
  40. 3694725 KVM: Dynamically size memslot array based on number of used slots by Sean Christopherson · 5 years ago
  41. 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 5 years ago
  42. 2a49f61 KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() by Sean Christopherson · 5 years ago
  43. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 5 years ago
  44. 163da37 KVM: Clean up local variable usage in __kvm_set_memory_region() by Sean Christopherson · 5 years ago
  45. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 5 years ago
  46. 5c0b4f3 KVM: Move memslot deletion to helper function by Sean Christopherson · 5 years ago
  47. 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 5 years ago
  48. cf47f50 KVM: Move setting of memslot into helper routine by Sean Christopherson · 5 years ago
  49. 71a4c30 KVM: Refactor error handling for setting memory region by Sean Christopherson · 5 years ago
  50. bd0e96f KVM: Explicitly free allocated-but-unused dirty bitmap by Sean Christopherson · 5 years ago
  51. 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 5 years ago
  52. 13f6788 KVM: Don't free new memslot if allocation of said memslot fails by Sean Christopherson · 5 years ago
  53. 13ea525 KVM: Reinstall old memslots if arch preparation fails by Sean Christopherson · 5 years ago
  54. 1f03b2b KVM: Disable preemption in kvm_get_running_vcpu() by Marc Zyngier · 5 years ago
  55. 7df003c KVM: fix overflow of zero page refcount with ksm running by Zhuang Yanying · 5 years ago
  56. 4cbc418 Merge branch 'cve-2019-3016' into kvm-next-5.6 by Paolo Bonzini · 5 years ago
  57. 9172481 x86/kvm: Cache gfn to pfn translation by Boris Ostrovsky · 5 years ago
  58. 1eff70a x86/kvm: Introduce kvm_(un)map_gfn() by Boris Ostrovsky · 5 years ago
  59. 42cde48 KVM: Play nice with read-only memslots when querying host page size by Sean Christopherson · 5 years ago
  60. f9b84e1 KVM: Use vcpu-specific gva->hva translation when querying host page size by Sean Christopherson · 5 years ago
  61. 005ba37 mm: thp: KVM: Explicitly check for THP when populating secondary MMU by Sean Christopherson · 5 years ago
  62. dc9ce71 KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails by Sean Christopherson · 5 years ago
  63. 6ad1e29 KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers by Sean Christopherson · 5 years ago
  64. fcfbc61 KVM: Check for a bad hva before dropping into the ghc slow path by Sean Christopherson · 5 years ago
  65. 7495e22 KVM: Move running VCPU from ARM to common code by Paolo Bonzini · 5 years ago
  66. fcd97ad KVM: Add build-time error check on kvm_run size by Peter Xu · 5 years ago
  67. ef82edd KVM: Remove kvm_read_guest_atomic() by Peter Xu · 5 years ago
  68. 8bd826d KVM: Move vcpu->run page allocation out of kvm_vcpu_init() by Sean Christopherson · 5 years ago
  69. 9941d22 KVM: Move putting of vcpu->pid to kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  70. ddd259c KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() by Sean Christopherson · 5 years ago
  71. afede96 KVM: Drop kvm_arch_vcpu_setup() by Sean Christopherson · 5 years ago
  72. d5c48de KVM: Move initialization of preempt notifier to kvm_vcpu_init() by Sean Christopherson · 5 years ago
  73. aaba298 KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() by Sean Christopherson · 5 years ago
  74. e529ef6 KVM: Move vcpu alloc and init invocation to common code by Sean Christopherson · 5 years ago
  75. 4543bdc KVM: Introduce kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  76. 897cc38 KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues by Sean Christopherson · 5 years ago
  77. 09cbcef kvm: Refactor handling of VM debugfs files by Milan Pandurov · 5 years ago
  78. 311497e KVM: Fix some writing mistakes by Miaohe Lin · 5 years ago
  79. 0011679 KVM: Fix some grammar mistakes by Miaohe Lin · 5 years ago
  80. 668effb KVM: Fix some wrong function names in comment by Miaohe Lin · 5 years ago
  81. d29c03a KVM: get rid of var page in kvm_set_pfn_dirty() by Miaohe Lin · 5 years ago
  82. faf0be2 KVM: Fix jump label out_free_* in kvm_init() by Miaohe Lin · 5 years ago
  83. 46f4f0a Merge branch 'kvm-tsx-ctrl' into HEAD by Paolo Bonzini · 5 years ago
  84. 14edff8 Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  85. 8750e72 KVM: remember position in kvm->vcpus array by Radim Krčmář · 5 years ago
  86. 9cb09e7 KVM: Add a comment describing the /dev/kvm no_compat handling by Marc Zyngier · 5 years ago
  87. b9876e6 KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n by Marc Zyngier · 5 years ago
  88. 8c5bd25 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  89. a78986a KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved by Sean Christopherson · 5 years ago
  90. e2d3fca KVM: fix placement of refcount initialization by Paolo Bonzini · 5 years ago
  91. 8a44119 KVM: Fix NULL-ptr deref after kvm_create_vm fails by Paolo Bonzini · 5 years ago
  92. 1aa9b95 kvm: x86: mmu: Recovery of shattered NX large pages by Junaid Shahid · 5 years ago
  93. c57c804 kvm: Add helper function for creating VM worker threads by Junaid Shahid · 5 years ago
  94. a97b0e7 kvm: call kvm_arch_destroy_vm if vm creation fails by Jim Mattson · 5 years ago
  95. 9121923 kvm: Allocate memslots and buses before calling kvm_arch_init_vm by Jim Mattson · 5 years ago
  96. 149487b KVM: Add separate helper for putting borrowed reference to kvm by Sean Christopherson · 5 years ago
  97. 44551b2 KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled by Wanpeng Li · 5 years ago
  98. 8538cb2 KVM: Allow kvm_device_ops to be const by Steven Price · 5 years ago
  99. 833b45d kvm: x86, powerpc: do not allow clearing largepages debugfs entry by Paolo Bonzini · 5 years ago
  100. 07ab0f8 KVM: Call kvm_arch_vcpu_blocking early into the blocking sequence by Marc Zyngier · 5 years ago