1. b28676b KVM: mmu: Fix overlap between public and private memslots by Wanpeng Li · 7 years ago
  2. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  3. 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
  4. 5ff7091 mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks by David Rientjes · 7 years ago
  5. 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
  6. e46b469 kvm: embed vcpu id to dentry of vcpu anon inode by Masatake YAMATO · 7 years ago
  7. a340b3e kvm: Map PFN-type memory regions as writable (if possible) by KarimAllah Ahmed · 7 years ago
  8. 4651573 kvm: whitelist struct kvm_vcpu_arch by Paolo Bonzini · 7 years ago
  9. 5cb0944 KVM: introduce kvm_arch_vcpu_async_ioctl by Paolo Bonzini · 7 years ago
  10. 9b062471 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl by Christoffer Dall · 7 years ago
  11. 6a96bc7 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu by Christoffer Dall · 7 years ago
  12. 1393123 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu by Christoffer Dall · 7 years ago
  13. 66b5656 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug by Christoffer Dall · 7 years ago
  14. 1da5b61 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate by Christoffer Dall · 7 years ago
  15. e83dff5 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate by Christoffer Dall · 7 years ago
  16. fd23256 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate by Christoffer Dall · 7 years ago
  17. b4ef9d4 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs by Christoffer Dall · 7 years ago
  18. bcdec41 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs by Christoffer Dall · 7 years ago
  19. 875656f KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs by Christoffer Dall · 7 years ago
  20. 1fc9b76 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs by Christoffer Dall · 7 years ago
  21. accb757 KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run by Christoffer Dall · 7 years ago
  22. 8a32dd6 KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code by Christoffer Dall · 7 years ago
  23. ec7660c KVM: Take vcpu->mutex outside vcpu_load by Christoffer Dall · 7 years ago
  24. 7858833 kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm() by Markus Elfring · 7 years ago
  25. b1394e7 KVM: x86: fix APIC page invalidation by Radim Krčmář · 7 years ago
  26. ce53053 kvm: switch get_user_page_nowait() to get_user_pages_unlocked() by Al Viro · 7 years ago
  27. 9e0600f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  28. 20b7035 KVM: Let KVM_SET_SIGNAL_MASK work as advertised by Jan H. Schönherr · 7 years ago
  29. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  30. 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  31. a6014f1 Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 7 years ago
  32. f7a6509 KVM: s390: vsie: use common code functions for pinning by David Hildenbrand · 7 years ago
  33. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  34. 46bea48 kvm, mm: account kvm related kmem slabs to kmemcg by Shakeel Butt · 7 years ago
  35. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  36. 5e0018b kvm: Serialize wq active checks in kvm_vcpu_wake_up() by Davidlohr Bueso · 7 years ago
  37. 021086e KVM: fix rcu warning on VM_CREATE errors by Christian Borntraeger · 7 years ago
  38. 0756b7f Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  39. fb1522e KVM: update to new mmu_notifier semantic v2 by Jérôme Glisse · 7 years ago
  40. 076b925 kvm: avoid uninitialized-variable warnings by Arnd Bergmann · 7 years ago
  41. 199b576 KVM: add spinlock optimization framework by Longpeng(Mike) · 7 years ago
  42. 3898da9 KVM: avoid using rcu_dereference_protected by Paolo Bonzini · 7 years ago
  43. fdeaf7e KVM: make pid available for uevents without debugfs by Claudio Imbrenda · 7 years ago
  44. 286de8f KVM: trigger uevents when creating or destroying a VM by Claudio Imbrenda · 7 years ago
  45. 8c61af9 Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux into kvm-master by Paolo Bonzini · 8 years ago
  46. b49defe kvm: avoid unused variable warning for UP builds by Paolo Bonzini · 8 years ago
  47. a80cf7b KVM: mark memory slots as rcu by Christian Borntraeger · 8 years ago
  48. 4a12f95 KVM: mark kvm->busses as rcu protected by Christian Borntraeger · 8 years ago
  49. 0e4524a KVM: mark vcpu->pid pointer as rcu protected by Christian Borntraeger · 8 years ago
  50. 525df86 KVM: explain missing kvm_put_kvm in case of failure by Paolo Bonzini · 8 years ago
  51. 039c5d1 KVM: Replaces symbolic permissions with numeric by Roman Storozhenko · 8 years ago
  52. 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
  53. 3bed888 KVM: set no_llseek in stat_fops_per_vm by Geliang Tang · 8 years ago
  54. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  55. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  56. 0266c89 KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kick by Paolo Bonzini · 8 years ago
  57. 4e335d9 Revert "KVM: Support vCPU-based gfn->hva cache" by Paolo Bonzini · 8 years ago
  58. 5c0aea0 KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING by David Hildenbrand · 8 years ago
  59. fb7dcf7 Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next by Paul Mackerras · 8 years ago
  60. 7a97cec KVM: mark requests that need synchronization by Paolo Bonzini · 8 years ago
  61. 178f02f KVM: return if kvm_vcpu_wake_up() did wake up the VCPU by Radim Krčmář · 8 years ago
  62. cde9af6 KVM: add explicit barrier to kvm_vcpu_kick by Andrew Jones · 8 years ago
  63. 6c6e836 KVM: perform a wake_up in kvm_make_all_cpus_request by Radim Krčmář · 8 years ago
  64. 75aaafb KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up by Radim Krčmář · 8 years ago
  65. 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  66. 1df6dde KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP by David Hildenbrand · 8 years ago
  67. 4b4357e kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public by Paolo Bonzini · 8 years ago
  68. 3042255 kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic by Paolo Bonzini · 8 years ago
  69. ad6260d KVM: x86: drop legacy device assignment by Paolo Bonzini · 8 years ago
  70. 0292e16 KVM: pci-assign: do not map smm memory slot pages in vt-d page tables by Herongguang (Stephen) · 8 years ago
  71. 90db104 KVM: kvm_io_bus_unregister_dev() should never fail by David Hildenbrand · 8 years ago
  72. df630b8 KVM: x86: clear bus pointer when destroyed by Peter Xu · 8 years ago
  73. 2d62e07 Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  74. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  75. 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
  76. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  77. e3736c3 kvm: convert kvm.users_count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  78. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  79. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  80. 843574a KVM: Return an error code only as a constant in kvm_get_dirty_log() by Markus Elfring · 8 years ago
  81. 58d6db3 KVM: Return an error code only as a constant in kvm_get_dirty_log_protect() by Markus Elfring · 8 years ago
  82. f6a3b16 KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl() by Markus Elfring · 8 years ago
  83. bbd6411 KVM: Support vCPU-based gfn->hva cache by Cao, Lei · 8 years ago
  84. 4bd518f KVM: use separate generations for each address space by Paolo Bonzini · 8 years ago
  85. 5a2d436 KVM: only retrieve memslots once when initializing cache by Paolo Bonzini · 8 years ago
  86. 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
  87. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  88. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  89. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  90. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  91. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  92. a0f1d21 KVM: use after free in kvm_ioctl_create_device() by Dan Carpenter · 8 years ago
  93. ec76d81 KVM: Export kvm module parameter variables by Suraj Jitindar Singh · 8 years ago
  94. 4ec6e86 kvm: Introduce kvm_write_guest_offset_cached() by Pan Xinhui · 8 years ago
  95. 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
  96. 66cecb6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  97. ce35ef2 kvm/stats: Update kvm stats to clear on write to their debugfs entry by Suraj Jitindar Singh · 8 years ago
  98. 36343f6 KVM: fix OOPS on flush_work by Paolo Bonzini · 8 years ago
  99. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  100. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago