1. 1563625 KVM: kvm_io_bus_unregister_dev() should never fail by David Hildenbrand · 7 years ago
  2. 45b5939 kvm: create per-vcpu dirs in debugfs by Luiz Capitulino · 8 years ago
  3. 235539b kvm: add stubs for arch specific debugfs support by Luiz Capitulino · 8 years ago
  4. a28ebea KVM: Protect device ops->create and list_add with kvm->lock by Christoffer Dall · 8 years ago
  5. 023e9fd KVM: PPC: Move xics_debugfs_init out of create by Christoffer Dall · 8 years ago
  6. 6f49b2f Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 8 years ago
  7. 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
  8. 995a0ee KVM: arm/arm64: Enable MSI routing by Eric Auger · 8 years ago
  9. d9565a7 KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific header by Eric Auger · 8 years ago
  10. 0455e72 KVM: Add devid in kvm_kernel_irq_routing_entry by Eric Auger · 8 years ago
  11. 8a39d00 KVM: kvm_io_bus: Add kvm_io_bus_get_dev() call by Andre Przywara · 8 years ago
  12. c63cf53 KVM: pass struct kvm to kvm_set_routing_entry by Radim Krčmář · 8 years ago
  13. 6edaa53 KVM: remove kvm_guest_enter/exit wrappers by Paolo Bonzini · 8 years ago
  14. ebaac17 context_tracking: move rcu_virt_note_context_switch out of kvm_host.h by Paolo Bonzini · 8 years ago
  15. 557abc4 KVM: remove kvm_vcpu_compatible by Paolo Bonzini · 8 years ago
  16. 6c7caeb KVM: introduce kvm->created_vcpus by Paolo Bonzini · 8 years ago
  17. 536a6f8 KVM: Create debugfs dir and stat files for each VM by Janosch Frank · 8 years ago
  18. dd1a4cc KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick by Radim Krčmář · 8 years ago
  19. 3491caf KVM: halt_polling: provide a way to qualify wakeups during poll by Christian Borntraeger · 8 years ago
  20. 14717e2 kvm: Conditionally register IRQ bypass consumer by Alex Williamson · 8 years ago
  21. 0b1b1df kvm: introduce KVM_MAX_VCPU_ID by Greg Kurz · 8 years ago
  22. 9b9e3fc KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUS by Greg Kurz · 8 years ago
  23. 2e4682b KVM: add missing memory barrier in kvm_{make,check}_request by Paolo Bonzini · 8 years ago
  24. 8577370 KVM: Use simple waitqueue for vcpu->wq by Marcelo Tosatti · 8 years ago
  25. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  26. 2860c4b KVM: move architecture-dependent requests to arch/ by Paolo Bonzini · 9 years ago
  27. 6662ba3 KVM: renumber vcpu->request bits by Paolo Bonzini · 9 years ago
  28. 0cd3104 KVM: document which architecture uses each request bit by Paolo Bonzini · 9 years ago
  29. 6c71f8a KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requests by Paolo Bonzini · 9 years ago
  30. 671d9ab kvm: Dump guest rIP when the guest tried something unsupported by Borislav Petkov · 9 years ago
  31. 1f4b34f kvm/x86: Hyper-V SynIC timers by Andrey Smetanin · 9 years ago
  32. 765eaa0 kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack by Andrey Smetanin · 9 years ago
  33. 4bd33b5 KVM: Remove unnecessary debugfs dentry references by Janosch Frank · 9 years ago
  34. c896939 KVM: use heuristic for fast VCPU lookup by id by David Hildenbrand · 9 years ago
  35. 33e9415 KVM: kvm_is_visible_gfn can be boolean by Yaowei Bai · 9 years ago
  36. db397571 kvm/x86: Hyper-V kvm exit by Andrey Smetanin · 9 years ago
  37. 5c919412 kvm/x86: Hyper-V synthetic interrupt controller by Andrey Smetanin · 9 years ago
  38. abdb080 kvm/irqchip: kvm_arch_irq_routing_update renaming split by Andrey Smetanin · 9 years ago
  39. db27a7a KVM: Provide function for VCPU lookup by id by David Hildenbrand · 9 years ago
  40. 35181e8 KVM: x86: Add a common TSC scaling function by Haozhong Zhang · 9 years ago
  41. 8a22f23 KVM: x86: move kvm_set_irq_inatomic to legacy device assignment by Paolo Bonzini · 9 years ago
  42. b97e6de KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic by Paolo Bonzini · 9 years ago
  43. 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
  44. 3217f7c KVM: Add kvm_arch_vcpu_{un}blocking callbacks by Christoffer Dall · 9 years ago
  45. c9a5ecc kvm/eventfd: add arch-specific set_irq by Andrey Smetanin · 9 years ago
  46. ba1aefc kvm/eventfd: factor out kvm_notify_acked_gsi() by Andrey Smetanin · 9 years ago
  47. bf9f6ac KVM: Update Posted-Interrupts Descriptor when vCPU is blocked by Feng Wu · 9 years ago
  48. f70c20a KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd' by Feng Wu · 9 years ago
  49. 1a02b27 KVM: introduce kvm_arch functions for IRQ bypass by Eric Auger · 9 years ago
  50. e516ceb kvm/x86: Hyper-V HV_X64_MSR_RESET msr by Andrey Smetanin · 9 years ago
  51. b053b2a KVM: x86: Add EOI exit bitmap inference by Steve Rutherford · 9 years ago
  52. 7543a63 KVM: x86: Add KVM exit for IOAPIC EOIs by Steve Rutherford · 9 years ago
  53. 49df639 KVM: x86: Split the APIC from the rest of IRQCHIP. by Steve Rutherford · 9 years ago
  54. 19020f8 KVM: make halt_poll_ns per-vCPU by Wanpeng Li · 9 years ago
  55. dd48924 KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus by Paolo Bonzini · 9 years ago
  56. d71ba78 KVM: move code related to KVM_SET_BOOT_CPU_ID to x86 by Paolo Bonzini · 9 years ago
  57. 2ce7918 kvm/x86: add sending hyper-v crash notification to user space by Andrey Smetanin · 9 years ago
  58. ee86dbc kvm: introduce vcpu_debug = kvm_debug + vcpu context by Andrey Smetanin · 9 years ago
  59. 5544eb9 KVM: count number of assigned devices by Paolo Bonzini · 9 years ago
  60. f481b06 KVM: implement multiple address spaces by Paolo Bonzini · 9 years ago
  61. 8e73485 KVM: add vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 9 years ago
  62. 64d6067 KVM: x86: stubs for SMM support by Paolo Bonzini · 9 years ago
  63. d9ef13c KVM: pass kvm_memory_slot to gfn_to_page_many_atomic by Paolo Bonzini · 9 years ago
  64. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  65. 15f4601 KVM: add memslots argument to kvm_arch_memslots_updated by Paolo Bonzini · 9 years ago
  66. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  67. 3520469 KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async by Paolo Bonzini · 9 years ago
  68. 653f52c kvm,x86: load guest FPU context more eagerly by Rik van Riel · 9 years ago
  69. 0097d12 KVM: provide irq_unsafe kvm_guest_{enter|exit} by Christian Borntraeger · 9 years ago
  70. e95e7f6 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. 58d269d KVM: x86: BSP in MSR_IA32_APICBASE is writable by Nadav Amit · 9 years ago
  72. 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
  73. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 9 years ago
  74. 01c94e6 KVM: introduce kvm_arch_intc_initialized and use it in irqfd by Eric Auger · 9 years ago
  75. 548ef28 KVM: Get rid of kvm_kvfree() by Thomas Huth · 9 years ago
  76. 126a6a5 kvm,rcu,nohz: use RCU extended quiescent state when running KVM guest by Rik van Riel · 9 years ago
  77. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  78. 0664e57 mm: gup: kvm use get_user_pages_unlocked by Andrea Arcangeli · 9 years ago
  79. 1c2b364 kvm: remove KVM_MMIO_SIZE by Tiejun Chen · 9 years ago
  80. 3b0f1d0 KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log dirty by Kai Huang · 10 years ago
  81. 8fff5e3 Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next by Paolo Bonzini · 10 years ago
  82. 31928aa KVM: remove unneeded return value of vcpu_postcreate by Dominik Dingel · 10 years ago
  83. a0675c2 arm/arm64: KVM: add virtual GICv3 distributor emulation by Andre Przywara · 10 years ago
  84. ea2f83a arm/arm64: KVM: move kvm_register_device_ops() into vGIC probing by Andre Przywara · 10 years ago
  85. ba0513b KVM: Add generic support for dirty page logging by Mario Smarduch · 10 years ago
  86. 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
  87. 9c1a5d38 kvm: optimize GFN to memslot lookup with large slots amount by Igor Mammedov · 10 years ago
  88. d4ae84a0 kvm: search_memslots: add simple LRU memslot caching by Igor Mammedov · 10 years ago
  89. 1050dcd kvm: add a memslot flag for incoherent memory regions by Ard Biesheuvel · 10 years ago
  90. bf4bea8 kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() by Ard Biesheuvel · 10 years ago
  91. c9eab58 KVM: x86: move device assignment out of kvm_host.h by Paolo Bonzini · 10 years ago
  92. c274e03 kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ by Radim Krčmář · 10 years ago
  93. 6ef768f kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ by Paolo Bonzini · 10 years ago
  94. 571ee1b kvm: vfio: fix unregister kvm_device_ops of vfio by Wanpeng Li · 10 years ago
  95. 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
  96. 4256f43 kvm: x86: Add request bit to reload APIC access page address by Tang Chen · 10 years ago
  97. 445b823 kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-static by Tang Chen · 10 years ago
  98. 234b239 kvm: Faults which trigger IO release the mmap_sem by Andres Lagar-Cavilla · 10 years ago
  99. a875daf Merge remote-tracking branch 'kvm/next' into queue by Christoffer Dall · 10 years ago
  100. 80ce163 KVM: VFIO: register kvm_device_ops dynamically by Will Deacon · 10 years ago