1. a97b0e7 kvm: call kvm_arch_destroy_vm if vm creation fails by Jim Mattson · 5 years ago
  2. 9121923 kvm: Allocate memslots and buses before calling kvm_arch_init_vm by Jim Mattson · 5 years ago
  3. 44551b2 KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled by Wanpeng Li · 5 years ago
  4. 833b45d kvm: x86, powerpc: do not allow clearing largepages debugfs entry by Paolo Bonzini · 5 years ago
  5. 07ab0f8 KVM: Call kvm_arch_vcpu_blocking early into the blocking sequence by Marc Zyngier · 5 years ago
  6. 8f946da kvm: remove unnecessary PageReserved check by Paolo Bonzini · 5 years ago
  7. 3e7093d KVM: no need to check return value of debugfs_create functions by Greg KH · 5 years ago
  8. 741cbba KVM: remove kvm_arch_has_vcpu_debugfs() by Paolo Bonzini · 5 years ago
  9. 17e433b KVM: Fix leak vCPU's VMCS value into other pCPU by Wanpeng Li · 5 years ago
  10. 046ddee KVM: Check preempted_in_kernel for involuntary preemption by Wanpeng Li · 5 years ago
  11. d73eb57 KVM: Boost vCPUs that are delivering interrupts by Wanpeng Li · 6 years ago
  12. a45ff59 Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  13. b614c602 KVM: Properly check if "page" is valid in kvm_vcpu_unmap by KarimAllah Ahmed · 6 years ago
  14. 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
  15. 0d9ce16 kvm: Convert kvm_lock to a mutex by Junaid Shahid · 6 years ago
  16. f257d6d KVM: Directly return result from kvm_arch_check_processor_compat() by Sean Christopherson · 6 years ago
  17. a86cb41 KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID by Thomas Huth · 6 years ago
  18. eb1f2f3 kvm: fix compile on s390 part 2 by Christian Borntraeger · 6 years ago
  19. d30b214 kvm: fix compilation on s390 by Paolo Bonzini · 6 years ago
  20. 2eb06c3 KVM: Fix spinlock taken warning during host resume by Wanpeng Li · 6 years ago
  21. 0ef0fd3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  22. c011d23 kvm: fix compilation on aarch64 by Paolo Bonzini · 6 years ago
  23. 59c5c58 Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 6 years ago
  24. dfcd666 mm/mmu_notifier: convert user range->blockable to helper function by Jérôme Glisse · 6 years ago
  25. 4894fbc KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM device by Cédric Le Goater · 6 years ago
  26. d7547c5 KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 by Peter Xu · 6 years ago
  27. 53eac7a KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)one by Peter Xu · 6 years ago
  28. 4ddc920 KVM: Fix the bitmap range to copy during clear dirty by Peter Xu · 6 years ago
  29. e45adf6 KVM: Introduce a new guest mapping API by KarimAllah Ahmed · 6 years ago
  30. b8b0022 kvm_main: fix some comments by Jiang Biao · 6 years ago
  31. 65c4189 KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size by Paolo Bonzini · 6 years ago
  32. da8f0d9 Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 6 years ago
  33. 76d58e0 KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size by Paolo Bonzini · 6 years ago
  34. 2bde9b3 KVM: Introduce a 'release' method for KVM devices by Cédric Le Goater · 6 years ago
  35. a1cd3f0 KVM: Introduce a 'mmap' method for KVM devices by Cédric Le Goater · 6 years ago
  36. cdd6ad3 KVM: polling: add architecture backend to disable polling by Christian Borntraeger · 6 years ago
  37. c110ae5 kvm: move KVM_CAP_NR_MEMSLOTS to common code by Paolo Bonzini · 6 years ago
  38. 1d487e9 KVM: fix spectrev1 gadgets by Paolo Bonzini · 6 years ago
  39. ddba918 KVM: Reject device ioctls from processes other than the VM's creator by Sean Christopherson · 6 years ago
  40. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  41. 3717f61 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  42. 8ed0579 kvm: properly check debugfs dentry before using it by Greg Kroah-Hartman · 6 years ago
  43. a242010 KVM: Minor cleanups for kvm_main.c by Leo Yan · 6 years ago
  44. a67794c Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()" by Lan Tianyu · 6 years ago
  45. dee339b KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start by Nir Weiner · 6 years ago
  46. 49113d3 KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter by Nir Weiner · 6 years ago
  47. 7fa08e7 KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_ns by Nir Weiner · 6 years ago
  48. 164bf7e KVM: Move the memslot update in-progress flag to bit 63 by Sean Christopherson · 6 years ago
  49. 0e32958 KVM: Remove the hack to trigger memslot generation wraparound by Sean Christopherson · 6 years ago
  50. 361209e KVM: Explicitly define the "memslot update in-progress" bit by Sean Christopherson · 6 years ago
  51. 1524825 KVM: Call kvm_arch_memslots_updated() before updating memslots by Sean Christopherson · 6 years ago
  52. b12ce36 kvm: Add memcg accounting to KVM allocations by Ben Gardon · 6 years ago
  53. 90952cd kvm: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 6 years ago
  54. cae45e1 Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  55. cfa3938 kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974) by Jann Horn · 6 years ago
  56. 6706dae virt/kvm: Replace spin_is_locked() with lockdep by Paul E. McKenney · 6 years ago
  57. 98938aa KVM: validate userspace input in kvm_clear_dirty_log_protect() by Tomas Bortoli · 6 years ago
  58. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  59. 5d6527a mm/mmu_notifier: use structure for invalidate_range_start/end callback by Jérôme Glisse · 6 years ago
  60. 0cf853c KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte() by Lan Tianyu · 6 years ago
  61. 7a86dab kvm: Change offset in kvm_write_guest_offset_cached to unsigned by Jim Mattson · 6 years ago
  62. f1b9dd5 kvm: Disallow wraparound in kvm_gfn_to_hva_cache_init by Jim Mattson · 6 years ago
  63. 2a31b9d kvm: introduce manual dirty log reprotect by Paolo Bonzini · 6 years ago
  64. 8fe65a8 kvm: rename last argument to kvm_get_dirty_log_protect by Paolo Bonzini · 6 years ago
  65. e5d83c7 kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic by Paolo Bonzini · 8 years ago
  66. 4e15a07 Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks" by Michal Hocko · 6 years ago
  67. 970c0d4 KVM: refine the comment of function gfn_to_hva_memslot_prot() by Wei Yang · 6 years ago
  68. 0804c84 kvm/x86 : add coalesced pio support by Peng Hao · 6 years ago
  69. 31fc4f9 KVM: leverage change to adjust slots->used_slots in update_memslots() by Wei Yang · 6 years ago
  70. a812297 KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb() by Vitaly Kuznetsov · 6 years ago
  71. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  72. 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
  73. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  74. e61cf2e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  75. b9b33da KVM: try __get_user_pages_fast even if not in atomic context by Paolo Bonzini · 6 years ago
  76. b08660e KVM: x86: Add tlb remote flush callback in kvm_x86_ops. by Tianyu Lan · 7 years ago
  77. 50c28f2 kvm: x86: Use fast CR3 switch for nested VMX by Junaid Shahid · 7 years ago
  78. 71dbc8a kvm: Don't open code task_pid in kvm_vcpu_ioctl by Eric W. Biederman · 8 years ago
  79. 0313334 KVM: s390: a utility function for migration by Claudio Imbrenda · 7 years ago
  80. 4520843 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  81. 7ddfd3e KVM: Enforce error in ioctl for compat tasks when !KVM_COMPAT by Marc Zyngier · 7 years ago
  82. b3dae10 sched/swait: Rename to exclusive by Peter Zijlstra · 7 years ago
  83. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  84. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  85. 929f45e kvm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  86. 1499fa8 kvm: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  87. 5eec43a Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 7 years ago
  88. 7053df4 KVM: introduce kvm_make_vcpus_request_mask() API by Vitaly Kuznetsov · 7 years ago
  89. bd2a639 KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change by Christoffer Dall · 7 years ago
  90. d4c67a7 kvm: use insert sort in kvm_io_bus_register_dev function by Gal Hammer · 7 years ago
  91. b28676b KVM: mmu: Fix overlap between public and private memslots by Wanpeng Li · 7 years ago
  92. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  93. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  94. 5ff7091 mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks by David Rientjes · 7 years ago
  95. 5a87e37 Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  96. e46b469 kvm: embed vcpu id to dentry of vcpu anon inode by Masatake YAMATO · 7 years ago
  97. a340b3e kvm: Map PFN-type memory regions as writable (if possible) by KarimAllah Ahmed · 7 years ago
  98. 4651573 kvm: whitelist struct kvm_vcpu_arch by Paolo Bonzini · 7 years ago
  99. 5cb0944 KVM: introduce kvm_arch_vcpu_async_ioctl by Paolo Bonzini · 7 years ago
  100. 9b062471 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl by Christoffer Dall · 7 years ago