1. 24d8537 KVM: Check for a bad hva before dropping into the ghc slow path by Sean Christopherson · 4 years, 4 months ago
  2. e528acd KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved by Sean Christopherson · 4 years, 6 months ago
  3. c6e94ac kvm: x86: mmu: Recovery of shattered NX large pages by Junaid Shahid · 4 years, 6 months ago
  4. 61e191b kvm: Add helper function for creating VM worker threads by Junaid Shahid · 4 years, 6 months ago
  5. c6170b8 kvm: Convert kvm_lock to a mutex by Junaid Shahid · 5 years ago
  6. c217b3c KVM: Reject device ioctls from processes other than the VM's creator by Sean Christopherson · 5 years ago
  7. 0c42df1 kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974) by Jann Horn · 5 years ago
  8. 9445fde kvm: Map PFN-type memory regions as writable (if possible) by KarimAllah Ahmed · 6 years ago
  9. 2e112f3 KVM: mmu: Fix overlap between public and private memslots by Wanpeng Li · 6 years ago
  10. 206e162 kvm, mm: account kvm related kmem slabs to kmemcg by Shakeel Butt · 7 years ago
  11. 808ed3b KVM: pci-assign: do not map smm memory slot pages in vt-d page tables by Herongguang (Stephen) · 7 years ago
  12. 9cf0eaf KVM: x86: fix APIC page invalidation by Radim Krčmář · 6 years ago
  13. 1563625 KVM: kvm_io_bus_unregister_dev() should never fail by David Hildenbrand · 7 years ago
  14. ef46a13 KVM: x86: clear bus pointer when destroyed by Peter Xu · 7 years ago
  15. a0f1d21 KVM: use after free in kvm_ioctl_create_device() by Dan Carpenter · 7 years ago
  16. 66cecb6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  17. 36343f6 KVM: fix OOPS on flush_work by Paolo Bonzini · 8 years ago
  18. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  19. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  20. 45b5939 kvm: create per-vcpu dirs in debugfs by Luiz Capitulino · 8 years ago
  21. 9d5a1dc kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointer by Luiz Capitulino · 8 years ago
  22. 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
  23. 8a7e75d KVM: Add provisioning for ulong vm stats and u64 vcpu stats by Suraj Jitindar Singh · 8 years ago
  24. 3706fea KVM: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  25. a28ebea KVM: Protect device ops->create and list_add with kvm->lock by Christoffer Dall · 8 years ago
  26. 023e9fd KVM: PPC: Move xics_debugfs_init out of create by Christoffer Dall · 8 years ago
  27. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  28. 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
  29. 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
  30. 8a39d00 KVM: kvm_io_bus: Add kvm_io_bus_get_dev() call by Andre Przywara · 8 years ago
  31. 8c18b2d virt: Convert kvm hotplug to state machine by Thomas Gleixner · 8 years ago
  32. 506cfba KVM: don't use anon_inode_getfd() before possible failures by Al Viro · 8 years ago
  33. 7964218c Revert "KVM: release anon file in failure path of vm creation" by Paolo Bonzini · 8 years ago
  34. 2be5b3f KVM: release anon file in failure path of vm creation by Liu Shuo · 8 years ago
  35. 2f1fe81 KVM: nVMX: Fix memory corruption when using VMCS shadowing by Jim Mattson · 8 years ago
  36. add6a0c KVM: MMU: try to fix up page faults before giving up by Paolo Bonzini · 8 years ago
  37. 92176a8 KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP frames by Paolo Bonzini · 8 years ago
  38. caf1ff2 kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES by Xiubo Li · 8 years ago
  39. 557abc4 KVM: remove kvm_vcpu_compatible by Paolo Bonzini · 8 years ago
  40. 6c7caeb KVM: introduce kvm->created_vcpus by Paolo Bonzini · 8 years ago
  41. f8c1b85 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID by Paolo Bonzini · 8 years ago
  42. 536a6f8 KVM: Create debugfs dir and stat files for each VM by Janosch Frank · 8 years ago
  43. dd1a4cc KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick by Radim Krčmář · 8 years ago
  44. 2086d32 KVM: shrink halt polling even more for invalid wakeups by Christian Borntraeger · 8 years ago
  45. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 8 years ago
  46. 0b1b1df kvm: introduce KVM_MAX_VCPU_ID by Greg Kurz · 8 years ago
  47. 4ae3cb3 KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs() by Lan Tianyu · 8 years ago
  48. a30a050 KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_request() by Lan Tianyu · 8 years ago
  49. e9ad4ec KVM: fix spin_lock_init order on x86 by Paolo Bonzini · 8 years ago
  50. 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
  51. 10dc374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  52. d4e7961 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  53. 313f636 kvm: cap halt polling at exactly halt_poll_ns by David Matlack · 8 years ago
  54. b2740d3 KVM: ensure __gfn_to_pfn_memslot initializes *writable by Paolo Bonzini · 8 years ago
  55. 8577370 KVM: Use simple waitqueue for vcpu->wq by Marcelo Tosatti · 8 years ago
  56. e6e3b5a KVM: use list_for_each_entry_safe by Geliang Tang · 8 years ago
  57. 6b6de68 KVM: halt_polling: improve grow/shrink settings by Christian Borntraeger · 8 years ago
  58. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  59. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 8 years ago
  60. 2860c4b KVM: move architecture-dependent requests to arch/ by Paolo Bonzini · 8 years ago
  61. 4bd33b5 KVM: Remove unnecessary debugfs dentry references by Janosch Frank · 9 years ago
  62. e09fefd KVM: Use common function for VCPU lookup by id by David Hildenbrand · 9 years ago
  63. 33e9415 KVM: kvm_is_visible_gfn can be boolean by Yaowei Bai · 9 years ago
  64. 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
  65. 3217f7c KVM: Add kvm_arch_vcpu_{un}blocking callbacks by Christoffer Dall · 9 years ago
  66. bf9f6ac KVM: Update Posted-Interrupts Descriptor when vCPU is blocked by Feng Wu · 9 years ago
  67. e9ea506 kvm: add capability for any-length ioeventfds by Jason Wang · 9 years ago
  68. d3febdd kvm: use kmalloc() instead of kzalloc() during iodev register/unregister by Jason Wang · 9 years ago
  69. 920552b KVM: disable halt_poll_ns as default for s390x by David Hildenbrand · 9 years ago
  70. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  71. 8f4216c7 kvm: fix zero length mmio searching by Jason Wang · 9 years ago
  72. edb9272 KVM: fix polling for guest halt continued even if disable it by Wanpeng Li · 9 years ago
  73. 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  74. 1d7715c mmu-notifier: add clear_young callback by Vladimir Davydov · 9 years ago
  75. 2cbd782 KVM: trace kvm_halt_poll_ns grow/shrink by Wanpeng Li · 9 years ago
  76. aca6ff2 KVM: dynamic halt-polling by Wanpeng Li · 9 years ago
  77. 19020f8 KVM: make halt_poll_ns per-vCPU by Wanpeng Li · 9 years ago
  78. dd48924 KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus by Paolo Bonzini · 9 years ago
  79. d71ba78 KVM: move code related to KVM_SET_BOOT_CPU_ID to x86 by Paolo Bonzini · 9 years ago
  80. 2ecd9d2 sched, preempt_notifier: separate notifier registration from static_key inc/dec by Peter Zijlstra · 9 years ago
  81. f481b06 KVM: implement multiple address spaces by Paolo Bonzini · 9 years ago
  82. 8e73485 KVM: add vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 9 years ago
  83. bc009e4 KVM: remove unused argument from mark_page_dirty_in_slot by Paolo Bonzini · 9 years ago
  84. e37afc6 KVM: remove __gfn_to_pfn by Paolo Bonzini · 9 years ago
  85. d9ef13c KVM: pass kvm_memory_slot to gfn_to_page_many_atomic by Paolo Bonzini · 9 years ago
  86. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  87. 15f4601 KVM: add memslots argument to kvm_arch_memslots_updated by Paolo Bonzini · 9 years ago
  88. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  89. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 9 years ago
  90. a47d2b0 KVM: introduce kvm_alloc/free_memslots by Paolo Bonzini · 9 years ago
  91. 3520469 KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async by Paolo Bonzini · 9 years ago
  92. a4cca3b KVM: remove pointless cpu hotplug messages by Heiko Carstens · 9 years ago
  93. 251eb84 KVM: reuse memslot in kvm_write_guest_page by Radim Krčmář · 9 years ago
  94. e23a808 KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT by Paul Mackerras · 9 years ago
  95. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  96. ca3f087 KVM: use slowpath for cross page cached accesses by Radim Krčmář · 9 years ago
  97. 3180a7f KVM: remove kvm_read_hva and kvm_read_hva_atomic by Paolo Bonzini · 9 years ago
  98. 7f22b45 Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 9 years ago
  99. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 9 years ago
  100. 47b43c5 KVM: s390: add ioctl to inject local interrupts by Jens Freimann · 10 years ago