1. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 7 years ago
  2. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  3. 843574a KVM: Return an error code only as a constant in kvm_get_dirty_log() by Markus Elfring · 8 years ago
  4. 58d6db3 KVM: Return an error code only as a constant in kvm_get_dirty_log_protect() by Markus Elfring · 8 years ago
  5. f6a3b16 KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl() by Markus Elfring · 8 years ago
  6. bbd6411 KVM: Support vCPU-based gfn->hva cache by Cao, Lei · 7 years ago
  7. 4bd518f KVM: use separate generations for each address space by Paolo Bonzini · 7 years ago
  8. 5a2d436 KVM: only retrieve memslots once when initializing cache by Paolo Bonzini · 7 years ago
  9. 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
  10. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  11. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  12. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  13. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  14. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  15. a0f1d21 KVM: use after free in kvm_ioctl_create_device() by Dan Carpenter · 8 years ago
  16. ec76d81 KVM: Export kvm module parameter variables by Suraj Jitindar Singh · 8 years ago
  17. 4ec6e86 kvm: Introduce kvm_write_guest_offset_cached() by Pan Xinhui · 8 years ago
  18. 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
  19. 66cecb6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  20. ce35ef2 kvm/stats: Update kvm stats to clear on write to their debugfs entry by Suraj Jitindar Singh · 8 years ago
  21. 36343f6 KVM: fix OOPS on flush_work by Paolo Bonzini · 8 years ago
  22. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  23. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  24. 45b5939 kvm: create per-vcpu dirs in debugfs by Luiz Capitulino · 8 years ago
  25. 9d5a1dc kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointer by Luiz Capitulino · 8 years ago
  26. 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
  27. 8a7e75d KVM: Add provisioning for ulong vm stats and u64 vcpu stats by Suraj Jitindar Singh · 8 years ago
  28. 3706fea KVM: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  29. a28ebea KVM: Protect device ops->create and list_add with kvm->lock by Christoffer Dall · 8 years ago
  30. 023e9fd KVM: PPC: Move xics_debugfs_init out of create by Christoffer Dall · 8 years ago
  31. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  32. 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
  33. 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
  34. 8a39d00 KVM: kvm_io_bus: Add kvm_io_bus_get_dev() call by Andre Przywara · 8 years ago
  35. 8c18b2d virt: Convert kvm hotplug to state machine by Thomas Gleixner · 8 years ago
  36. 506cfba KVM: don't use anon_inode_getfd() before possible failures by Al Viro · 8 years ago
  37. 7964218c Revert "KVM: release anon file in failure path of vm creation" by Paolo Bonzini · 8 years ago
  38. 2be5b3f KVM: release anon file in failure path of vm creation by Liu Shuo · 8 years ago
  39. 2f1fe81 KVM: nVMX: Fix memory corruption when using VMCS shadowing by Jim Mattson · 8 years ago
  40. add6a0c KVM: MMU: try to fix up page faults before giving up by Paolo Bonzini · 8 years ago
  41. 92176a8 KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP frames by Paolo Bonzini · 8 years ago
  42. caf1ff2 kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES by Xiubo Li · 8 years ago
  43. 557abc4 KVM: remove kvm_vcpu_compatible by Paolo Bonzini · 8 years ago
  44. 6c7caeb KVM: introduce kvm->created_vcpus by Paolo Bonzini · 8 years ago
  45. f8c1b85 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID by Paolo Bonzini · 8 years ago
  46. 536a6f8 KVM: Create debugfs dir and stat files for each VM by Janosch Frank · 8 years ago
  47. dd1a4cc KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick by Radim Krčmář · 8 years ago
  48. 2086d32 KVM: shrink halt polling even more for invalid wakeups by Christian Borntraeger · 8 years ago
  49. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 8 years ago
  50. 0b1b1df kvm: introduce KVM_MAX_VCPU_ID by Greg Kurz · 8 years ago
  51. 4ae3cb3 KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs() by Lan Tianyu · 8 years ago
  52. a30a050 KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_request() by Lan Tianyu · 8 years ago
  53. e9ad4ec KVM: fix spin_lock_init order on x86 by Paolo Bonzini · 8 years ago
  54. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  56. d4e79615 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  57. 313f636 kvm: cap halt polling at exactly halt_poll_ns by David Matlack · 8 years ago
  58. b2740d3 KVM: ensure __gfn_to_pfn_memslot initializes *writable by Paolo Bonzini · 8 years ago
  59. 8577370 KVM: Use simple waitqueue for vcpu->wq by Marcelo Tosatti · 8 years ago
  60. e6e3b5a KVM: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  61. 6b6de68 KVM: halt_polling: improve grow/shrink settings by Christian Borntraeger · 8 years ago
  62. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  63. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  64. 2860c4b KVM: move architecture-dependent requests to arch/ by Paolo Bonzini · 9 years ago
  65. 4bd33b5 KVM: Remove unnecessary debugfs dentry references by Janosch Frank · 9 years ago
  66. e09fefd KVM: Use common function for VCPU lookup by id by David Hildenbrand · 9 years ago
  67. 33e9415 KVM: kvm_is_visible_gfn can be boolean by Yaowei Bai · 9 years ago
  68. 197a4f4 Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 years ago
  69. 3217f7c KVM: Add kvm_arch_vcpu_{un}blocking callbacks by Christoffer Dall · 9 years ago
  70. bf9f6ac KVM: Update Posted-Interrupts Descriptor when vCPU is blocked by Feng Wu · 9 years ago
  71. e9ea506 kvm: add capability for any-length ioeventfds by Jason Wang · 9 years ago
  72. d3febdd kvm: use kmalloc() instead of kzalloc() during iodev register/unregister by Jason Wang · 9 years ago
  73. 920552b KVM: disable halt_poll_ns as default for s390x by David Hildenbrand · 9 years ago
  74. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  75. 8f4216c7 kvm: fix zero length mmio searching by Jason Wang · 9 years ago
  76. edb9272 KVM: fix polling for guest halt continued even if disable it by Wanpeng Li · 9 years ago
  77. 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  78. 1d7715c mmu-notifier: add clear_young callback by Vladimir Davydov · 9 years ago
  79. 2cbd782 KVM: trace kvm_halt_poll_ns grow/shrink by Wanpeng Li · 9 years ago
  80. aca6ff2 KVM: dynamic halt-polling by Wanpeng Li · 9 years ago
  81. 19020f8 KVM: make halt_poll_ns per-vCPU by Wanpeng Li · 9 years ago
  82. dd48924 KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus by Paolo Bonzini · 9 years ago
  83. d71ba78 KVM: move code related to KVM_SET_BOOT_CPU_ID to x86 by Paolo Bonzini · 9 years ago
  84. 2ecd9d2 sched, preempt_notifier: separate notifier registration from static_key inc/dec by Peter Zijlstra · 9 years ago
  85. f481b06 KVM: implement multiple address spaces by Paolo Bonzini · 9 years ago
  86. 8e73485 KVM: add vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 9 years ago
  87. bc009e4 KVM: remove unused argument from mark_page_dirty_in_slot by Paolo Bonzini · 9 years ago
  88. e37afc6 KVM: remove __gfn_to_pfn by Paolo Bonzini · 9 years ago
  89. d9ef13c KVM: pass kvm_memory_slot to gfn_to_page_many_atomic by Paolo Bonzini · 9 years ago
  90. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  91. 15f4601 KVM: add memslots argument to kvm_arch_memslots_updated by Paolo Bonzini · 9 years ago
  92. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  93. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 9 years ago
  94. a47d2b0 KVM: introduce kvm_alloc/free_memslots by Paolo Bonzini · 9 years ago
  95. 3520469 KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async by Paolo Bonzini · 9 years ago
  96. a4cca3b KVM: remove pointless cpu hotplug messages by Heiko Carstens · 9 years ago
  97. 251eb84 KVM: reuse memslot in kvm_write_guest_page by Radim Krčmář · 9 years ago
  98. e23a808 KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT by Paul Mackerras · 9 years ago
  99. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  100. ca3f087 KVM: use slowpath for cross page cached accesses by Radim Krčmář · 9 years ago