1. dbaff30 kvm: warn on more invariant breakage by Paolo Bonzini · 10 years ago
  2. efbeec7 kvm: fix sorting of memslots with base_gfn == 0 by Paolo Bonzini · 10 years ago
  3. 333bce5 Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 10 years ago
  4. 7a72f7a KVM: track pid for VCPU only on KVM_RUN ioctl by Christian Borntraeger · 10 years ago
  5. eed6e79 KVM: don't check for PF_VCPU when yielding by David Hildenbrand · 10 years ago
  6. 9c1a5d38 kvm: optimize GFN to memslot lookup with large slots amount by Igor Mammedov · 10 years ago
  7. 0e60b07 kvm: change memslot sorting rule from size to GFN by Igor Mammedov · 10 years ago
  8. 7f379cf kvm: update_memslots: drop not needed check for the same slot by Igor Mammedov · 10 years ago
  9. 5a38b6e kvm: update_memslots: drop not needed check for the same number of pages by Igor Mammedov · 10 years ago
  10. bf4bea8 kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() by Ard Biesheuvel · 10 years ago
  11. c274e03 kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ by Radim Krčmář · 10 years ago
  12. 6ef768f kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ by Paolo Bonzini · 10 years ago
  13. 5cc1502 kvm: simplify update_memslots invocation by Paolo Bonzini · 10 years ago
  14. f2a8103 kvm: commonize allocation of the new memory slots by Paolo Bonzini · 10 years ago
  15. 8593176c kvm: memslots: track id_to_index changes during the insertion sort by Paolo Bonzini · 10 years ago
  16. 063584d kvm: memslots: replace heap sort with an insertion sort pass by Igor Mammedov · 10 years ago
  17. 02d5d55 KVM: trivial fix comment regarding __kvm_set_memory_region by Dominik Dingel · 10 years ago
  18. 571ee1b kvm: vfio: fix unregister kvm_device_ops of vfio by Wanpeng Li · 10 years ago
  19. e4e6567 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  20. e77d99d Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next by Paolo Bonzini · 10 years ago
  21. bb0ca6a kvm: Fix kvm_get_page_retry_io __gup retval check by Andres Lagar-Cavilla · 10 years ago
  22. fe71557 kvm: Add arch specific mmu notifier for page invalidation by Tang Chen · 10 years ago
  23. 445b823 kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-static by Tang Chen · 10 years ago
  24. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  25. 2ea75be kvm: don't take vcpu mutex for obviously invalid vcpu ioctls by David Matlack · 10 years ago
  26. 234b239 kvm: Faults which trigger IO release the mmap_sem by Andres Lagar-Cavilla · 10 years ago
  27. 3c3c29f kvm-vfio: do not use module_init by Paolo Bonzini · 10 years ago
  28. 27fbe64b KVM: correct null pid check in kvm_vcpu_yield_to() by Sam Bobroff · 10 years ago
  29. a875daf Merge remote-tracking branch 'kvm/next' into queue by Christoffer Dall · 10 years ago
  30. 80ce163 KVM: VFIO: register kvm_device_ops dynamically by Will Deacon · 10 years ago
  31. 84877d9 KVM: s390: register flic ops dynamically by Cornelia Huck · 10 years ago
  32. c06a841 KVM: ARM: vgic: register kvm_device_ops dynamically by Will Deacon · 10 years ago
  33. d60eacb KVM: device: add simple registration mechanism for kvm_device_ops by Will Deacon · 10 years ago
  34. 85c8555 KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn() by Ard Biesheuvel · 10 years ago
  35. f2a2516 KVM: remove redundant assignments in __kvm_set_memory_region by Christian Borntraeger · 10 years ago
  36. a13f533 KVM: remove redundant assigment of return value in kvm_dev_ioctl by Christian Borntraeger · 10 years ago
  37. 3465611 KVM: remove redundant check of in_spin_loop by Christian Borntraeger · 10 years ago
  38. ee3d157 kvm: fix potentially corrupt mmio cache by David Matlack · 10 years ago
  39. 00f034a KVM: do not bias the generation number in kvm_current_mmio_generation by Paolo Bonzini · 10 years ago
  40. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  41. 0f8a4de KVM: Unconditionally export KVM_CAP_READONLY_MEM by Christoffer Dall · 10 years ago
  42. 64d8312 KVM: Introduce gfn_to_hva_memslot_prot by Christoffer Dall · 10 years ago
  43. e790d9e KVM: add kvm_arch_sched_in by Radim Krčmář · 10 years ago
  44. 7103f60 KVM: avoid unnecessary synchronize_rcu by Christian Borntraeger · 10 years ago
  45. c77dcac KVM: Move more code under CONFIG_HAVE_KVM_IRQFD by Paolo Bonzini · 10 years ago
  46. 297e210 KVM: Give IRQFD its own separate enabling Kconfig option by Paul Mackerras · 10 years ago
  47. 92b591a KVM: Allow KVM_CHECK_EXTENSION on the vm fd by Alexander Graf · 10 years ago
  48. 784aa3d KVM: Rename and add argument to check_extension by Alexander Graf · 10 years ago
  49. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  50. fa93384 sched: Fix signedness bug in yield_to() by Dan Carpenter · 10 years ago
  51. 820b3fc KVM: add missing cleanup_srcu_struct by Paolo Bonzini · 10 years ago
  52. 719d93c kvm/irqchip: Speed up KVM_SET_GSI_ROUTING by Christian Borntraeger · 10 years ago
  53. a086f6a Revert "KVM: Simplify kvm->tlbs_dirty handling" by Xiao Guangrong · 10 years ago
  54. 63b5cf0 Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queue by Marcelo Tosatti · 10 years ago
  55. 15f36eb KVM: s390: Add proper dirty bitmap support to S390 kvm. by Jason J. Herne · 12 years ago
  56. 68c3b4d KVM: VMX: speed up wildcard MMIO EVENTFD by Michael S. Tsirkin · 10 years ago
  57. 7cbb39d Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  58. 98f4a14 KVM: add kvm_arch_vcpu_runnable() test to kvm_vcpu_on_spin() loop by Michael Mueller · 10 years ago
  59. 5befdc3 KVM: Simplify kvm->tlbs_dirty handling by Takuya Yoshikawa · 10 years ago
  60. 5248013 asmlinkage, kvm: Make kvm_rebooting visible by Andi Kleen · 10 years ago
  61. c05c418 KVM: s390: add floating irq controller by Jens Freimann · 11 years ago
  62. 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  63. 4a55dd7 kvm: Provide kvm_vcpu_eligible_for_directed_yield() stub by Scott Wood · 10 years ago
  64. ea0269b kvm: remove dead code by Stephen Hemminger · 11 years ago
  65. 7940876 kvm: make local functions static by Stephen Hemminger · 11 years ago
  66. 7330672 KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC by Christoffer Dall · 11 years ago
  67. c08ac06 KVM: Use cond_resched() directly and remove useless kvm_resched() by Takuya Yoshikawa · 11 years ago
  68. 338c7db KVM: Improve create VCPU parameter (CVE-2013-4587) by Andy Honig · 11 years ago
  69. 8a3caa6 KVM: kvm_clear_guest_page(): fix empty_zero_page usage by Heiko Carstens · 11 years ago
  70. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  71. 80f5b5e KVM: remove vm mmap method by Gleb Natapov · 11 years ago
  72. 95f328d Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 11 years ago
  73. ec53500 kvm: Add VFIO device by Alex Williamson · 11 years ago
  74. 0c8eb04 KVM: use a more sensible error number when debugfs directory creation fails by Paolo Bonzini · 11 years ago
  75. e0230e1 KVM: Mapping IOMMU pages after updating memslot by Yang Zhang · 11 years ago
  76. 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
  77. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  78. 2ba9f0d kvm: powerpc: book3s: Support building HV and PR KVM as module by Aneesh Kumar K.V · 11 years ago
  79. a2ac07f Fix NULL dereference in gfn_to_hva_prot() by Gleb Natapov · 11 years ago
  80. 2f303b7 KVM: Convert kvm_lock back to non-raw spinlock by Paolo Bonzini · 11 years ago
  81. 4a937f9 KVM: protect kvm_usage_count with its own spinlock by Paolo Bonzini · 11 years ago
  82. 4fa92fb KVM: cleanup (physical) CPU hotplug by Paolo Bonzini · 11 years ago
  83. ba6a354 KVM: mmu: allow page tables to be in read-only slots by Paolo Bonzini · 11 years ago
  84. c21fbff KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmp by Paolo Bonzini · 11 years ago
  85. 11feeb4 kvm: optimize away THP checks in kvm_is_mmio_pfn() by Andrea Arcangeli · 11 years ago
  86. 24009b0 kvm: use anon_inode_getfd() with O_CLOEXEC flag by Yann Droneaud · 11 years ago
  87. a343c9b KVM: introduce __kvm_io_bus_sort_cmp by Paolo Bonzini · 11 years ago
  88. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  89. 126a5af KVM: kvm-io: support cookies by Cornelia Huck · 11 years ago
  90. 6ea34c9 kvm: exclude ioeventfd from counting kvm_io_range limit by Amos Kong · 11 years ago
  91. afc2f79 KVM: add missing misc_deregister() on error in kvm_init() by Wei Yongjun · 11 years ago
  92. c67723e Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  93. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  94. 5e0e61d Merge branch 'next/kvm' into mips-for-linux-next by Ralf Baechle · 11 years ago
  95. 2f4d9b5 KVM/MIPS32: Do not call vcpu_load when injecting interrupts. by Sanjay Lal · 12 years ago
  96. 7dac16c KVM: Fix kvm_irqfd_init initialization by Asias He · 11 years ago
  97. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  98. db6ae61 kvm: Add compat_ioctl for device control API by Scott Wood · 11 years ago
  99. 5975a2e KVM: PPC: Book3S: Add API for in-kernel XICS emulation by Paul Mackerras · 11 years ago
  100. 07f0a7b kvm: destroy emulated devices on VM exit by Scott Wood · 11 years ago