1. 5e0018b kvm: Serialize wq active checks in kvm_vcpu_wake_up() by Davidlohr Bueso · 7 years ago
  2. 021086e KVM: fix rcu warning on VM_CREATE errors by Christian Borntraeger · 7 years ago
  3. 0756b7f Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  4. fb1522e KVM: update to new mmu_notifier semantic v2 by Jérôme Glisse · 7 years ago
  5. 076b925 kvm: avoid uninitialized-variable warnings by Arnd Bergmann · 7 years ago
  6. 199b576 KVM: add spinlock optimization framework by Longpeng(Mike) · 7 years ago
  7. 3898da9 KVM: avoid using rcu_dereference_protected by Paolo Bonzini · 7 years ago
  8. fdeaf7e KVM: make pid available for uevents without debugfs by Claudio Imbrenda · 7 years ago
  9. 286de8f KVM: trigger uevents when creating or destroying a VM by Claudio Imbrenda · 7 years ago
  10. 8c61af9 Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux into kvm-master by Paolo Bonzini · 7 years ago
  11. b49defe kvm: avoid unused variable warning for UP builds by Paolo Bonzini · 7 years ago
  12. a80cf7b KVM: mark memory slots as rcu by Christian Borntraeger · 7 years ago
  13. 4a12f95 KVM: mark kvm->busses as rcu protected by Christian Borntraeger · 7 years ago
  14. 0e4524a KVM: mark vcpu->pid pointer as rcu protected by Christian Borntraeger · 7 years ago
  15. 525df86 KVM: explain missing kvm_put_kvm in case of failure by Paolo Bonzini · 7 years ago
  16. 039c5d1 KVM: Replaces symbolic permissions with numeric by Roman Storozhenko · 7 years ago
  17. 4415b33 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  18. 3bed888 KVM: set no_llseek in stat_fops_per_vm by Geliang Tang · 8 years ago
  19. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  20. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  21. 0266c89 KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kick by Paolo Bonzini · 8 years ago
  22. 4e335d9 Revert "KVM: Support vCPU-based gfn->hva cache" by Paolo Bonzini · 8 years ago
  23. 5c0aea0 KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING by David Hildenbrand · 8 years ago
  24. fb7dcf7 Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next by Paul Mackerras · 8 years ago
  25. 7a97cec KVM: mark requests that need synchronization by Paolo Bonzini · 8 years ago
  26. 178f02f KVM: return if kvm_vcpu_wake_up() did wake up the VCPU by Radim Krčmář · 8 years ago
  27. cde9af6 KVM: add explicit barrier to kvm_vcpu_kick by Andrew Jones · 8 years ago
  28. 6c6e836 KVM: perform a wake_up in kvm_make_all_cpus_request by Radim Krčmář · 8 years ago
  29. 75aaafb KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up by Radim Krčmář · 8 years ago
  30. 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  31. 1df6dde KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP by David Hildenbrand · 8 years ago
  32. 4b4357e kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public by Paolo Bonzini · 8 years ago
  33. 3042255 kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic by Paolo Bonzini · 8 years ago
  34. ad6260d KVM: x86: drop legacy device assignment by Paolo Bonzini · 8 years ago
  35. 0292e16 KVM: pci-assign: do not map smm memory slot pages in vt-d page tables by Herongguang (Stephen) · 8 years ago
  36. 90db104 KVM: kvm_io_bus_unregister_dev() should never fail by David Hildenbrand · 8 years ago
  37. df630b8 KVM: x86: clear bus pointer when destroyed by Peter Xu · 8 years ago
  38. 2d62e07 Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  39. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  40. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  41. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  42. e3736c3 kvm: convert kvm.users_count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  43. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  44. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  45. 843574a KVM: Return an error code only as a constant in kvm_get_dirty_log() by Markus Elfring · 8 years ago
  46. 58d6db3 KVM: Return an error code only as a constant in kvm_get_dirty_log_protect() by Markus Elfring · 8 years ago
  47. f6a3b16 KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl() by Markus Elfring · 8 years ago
  48. bbd6411 KVM: Support vCPU-based gfn->hva cache by Cao, Lei · 8 years ago
  49. 4bd518f KVM: use separate generations for each address space by Paolo Bonzini · 8 years ago
  50. 5a2d436 KVM: only retrieve memslots once when initializing cache by Paolo Bonzini · 8 years ago
  51. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  53. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  54. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  55. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  56. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  57. a0f1d21 KVM: use after free in kvm_ioctl_create_device() by Dan Carpenter · 8 years ago
  58. ec76d81 KVM: Export kvm module parameter variables by Suraj Jitindar Singh · 8 years ago
  59. 4ec6e86 kvm: Introduce kvm_write_guest_offset_cached() by Pan Xinhui · 8 years ago
  60. 813ae37 Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into kvm/next by Radim Krčmář · 8 years ago
  61. 66cecb6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  62. ce35ef2 kvm/stats: Update kvm stats to clear on write to their debugfs entry by Suraj Jitindar Singh · 8 years ago
  63. 36343f6 KVM: fix OOPS on flush_work by Paolo Bonzini · 8 years ago
  64. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  65. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  66. 45b5939 kvm: create per-vcpu dirs in debugfs by Luiz Capitulino · 8 years ago
  67. 9d5a1dc kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointer by Luiz Capitulino · 8 years ago
  68. ad53e35 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  69. 8a7e75d KVM: Add provisioning for ulong vm stats and u64 vcpu stats by Suraj Jitindar Singh · 8 years ago
  70. 3706fea KVM: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  71. a28ebea KVM: Protect device ops->create and list_add with kvm->lock by Christoffer Dall · 8 years ago
  72. 023e9fd KVM: PPC: Move xics_debugfs_init out of create by Christoffer Dall · 8 years ago
  73. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  74. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. 912902c Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into next by Radim Krčmář · 8 years ago
  76. 8a39d00 KVM: kvm_io_bus: Add kvm_io_bus_get_dev() call by Andre Przywara · 8 years ago
  77. 8c18b2d virt: Convert kvm hotplug to state machine by Thomas Gleixner · 8 years ago
  78. 506cfba KVM: don't use anon_inode_getfd() before possible failures by Al Viro · 8 years ago
  79. 7964218c Revert "KVM: release anon file in failure path of vm creation" by Paolo Bonzini · 8 years ago
  80. 2be5b3f KVM: release anon file in failure path of vm creation by Liu Shuo · 8 years ago
  81. 2f1fe81 KVM: nVMX: Fix memory corruption when using VMCS shadowing by Jim Mattson · 8 years ago
  82. add6a0c KVM: MMU: try to fix up page faults before giving up by Paolo Bonzini · 8 years ago
  83. 92176a8 KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP frames by Paolo Bonzini · 8 years ago
  84. caf1ff2 kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES by Xiubo Li · 8 years ago
  85. 557abc4 KVM: remove kvm_vcpu_compatible by Paolo Bonzini · 8 years ago
  86. 6c7caeb KVM: introduce kvm->created_vcpus by Paolo Bonzini · 8 years ago
  87. f8c1b85 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID by Paolo Bonzini · 9 years ago
  88. 536a6f8 KVM: Create debugfs dir and stat files for each VM by Janosch Frank · 9 years ago
  89. dd1a4cc KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick by Radim Krčmář · 9 years ago
  90. 2086d32 KVM: shrink halt polling even more for invalid wakeups by Christian Borntraeger · 9 years ago
  91. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 9 years ago
  92. 0b1b1df kvm: introduce KVM_MAX_VCPU_ID by Greg Kurz · 9 years ago
  93. 4ae3cb3 KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs() by Lan Tianyu · 9 years ago
  94. a30a050 KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_request() by Lan Tianyu · 9 years ago
  95. e9ad4ec KVM: fix spin_lock_init order on x86 by Paolo Bonzini · 9 years ago
  96. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  97. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  98. d4e79615 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  99. 313f636 kvm: cap halt polling at exactly halt_poll_ns by David Matlack · 9 years ago
  100. b2740d3 KVM: ensure __gfn_to_pfn_memslot initializes *writable by Paolo Bonzini · 9 years ago