1. 8a3caa6 KVM: kvm_clear_guest_page(): fix empty_zero_page usage by Heiko Carstens · 11 years ago
  2. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  3. 80f5b5e KVM: remove vm mmap method by Gleb Natapov · 11 years ago
  4. 95f328d Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 11 years ago
  5. ec53500 kvm: Add VFIO device by Alex Williamson · 11 years ago
  6. 0c8eb04 KVM: use a more sensible error number when debugfs directory creation fails by Paolo Bonzini · 11 years ago
  7. e0230e1 KVM: Mapping IOMMU pages after updating memslot by Yang Zhang · 11 years ago
  8. 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
  9. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  10. 2ba9f0d kvm: powerpc: book3s: Support building HV and PR KVM as module by Aneesh Kumar K.V · 11 years ago
  11. a2ac07f Fix NULL dereference in gfn_to_hva_prot() by Gleb Natapov · 11 years ago
  12. 2f303b7 KVM: Convert kvm_lock back to non-raw spinlock by Paolo Bonzini · 11 years ago
  13. 4a937f9 KVM: protect kvm_usage_count with its own spinlock by Paolo Bonzini · 11 years ago
  14. 4fa92fb KVM: cleanup (physical) CPU hotplug by Paolo Bonzini · 11 years ago
  15. ba6a354 KVM: mmu: allow page tables to be in read-only slots by Paolo Bonzini · 11 years ago
  16. c21fbff KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmp by Paolo Bonzini · 11 years ago
  17. 11feeb4 kvm: optimize away THP checks in kvm_is_mmio_pfn() by Andrea Arcangeli · 11 years ago
  18. 24009b0 kvm: use anon_inode_getfd() with O_CLOEXEC flag by Yann Droneaud · 11 years ago
  19. a343c9b KVM: introduce __kvm_io_bus_sort_cmp by Paolo Bonzini · 11 years ago
  20. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  21. 126a5af KVM: kvm-io: support cookies by Cornelia Huck · 11 years ago
  22. 6ea34c9 kvm: exclude ioeventfd from counting kvm_io_range limit by Amos Kong · 11 years ago
  23. afc2f79 KVM: add missing misc_deregister() on error in kvm_init() by Wei Yongjun · 11 years ago
  24. c67723e Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  25. daf799c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  26. 5e0e61d Merge branch 'next/kvm' into mips-for-linux-next by Ralf Baechle · 11 years ago
  27. 2f4d9b5 KVM/MIPS32: Do not call vcpu_load when injecting interrupts. by Sanjay Lal · 12 years ago
  28. 7dac16c KVM: Fix kvm_irqfd_init initialization by Asias He · 11 years ago
  29. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  30. db6ae61 kvm: Add compat_ioctl for device control API by Scott Wood · 11 years ago
  31. 5975a2e KVM: PPC: Book3S: Add API for in-kernel XICS emulation by Paul Mackerras · 11 years ago
  32. 07f0a7b kvm: destroy emulated devices on VM exit by Scott Wood · 11 years ago
  33. 5df554a kvm/ppc/mpic: in-kernel MPIC emulation by Scott Wood · 11 years ago
  34. 852b6d5 kvm: add device control API by Scott Wood · 11 years ago
  35. 7df35f5 KVM: Move irqfd resample cap handling to generic code by Alexander Graf · 11 years ago
  36. aa8d594 KVM: Move irq routing to generic code by Alexander Graf · 11 years ago
  37. a725d56 KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING by Alexander Graf · 11 years ago
  38. a20ed54 KVM: VMX: Add the deliver posted interrupt algorithm by Yang Zhang · 11 years ago
  39. 3d81bc7 KVM: Call common update function when ioapic entry changed. by Yang Zhang · 11 years ago
  40. aa2fbe6 KVM: Let ioapic know the irq line status by Yang Zhang · 11 years ago
  41. e3ba45b KVM: Move kvm_spurious_fault to x86.c by Geoff Levand · 11 years ago
  42. 39369f7 KVM: Make local routines static by Geoff Levand · 11 years ago
  43. 8f96452 KVM: Allow cross page reads and writes from cached translations. by Andrew Honig · 11 years ago
  44. 7bc7ae2 kvm: Iterate over only vcpus that are preempted by Raghavendra K T · 11 years ago
  45. 3a08a8f kvm: Record the preemption status of vcpus using preempt notifiers by Raghavendra K T · 11 years ago
  46. a0f155e KVM: Initialize irqfd from kvm_init(). by Cornelia Huck · 11 years ago
  47. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 11 years ago
  48. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 11 years ago
  49. 74d0727 KVM: set_memory_region: Make kvm_mr_change available to arch code by Takuya Yoshikawa · 11 years ago
  50. 47ae31e KVM: set_memory_region: Drop user_alloc from set_memory_region() by Takuya Yoshikawa · 11 years ago
  51. 462fce4 KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() by Takuya Yoshikawa · 11 years ago
  52. 7a905b1 KVM: Remove user_alloc from struct kvm_memory_slot by Takuya Yoshikawa · 11 years ago
  53. 75d61fb KVM: set_memory_region: Disallow changing read-only attribute later by Takuya Yoshikawa · 11 years ago
  54. f64c039 KVM: set_memory_region: Identify the requested change explicitly by Takuya Yoshikawa · 11 years ago
  55. c45c528 kvm: Handle yield_to failure return code for potential undercommit case by Raghavendra K T · 11 years ago
  56. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 11 years ago
  57. 261874b kvm: Force IOMMU remapping on memory slot read-only flag changes by Alex Williamson · 11 years ago
  58. a843fac KVM: set_memory_region: Remove unnecessary variable memslot by Takuya Yoshikawa · 11 years ago
  59. 0a706be KVM: set_memory_region: Don't check for overlaps unless we create or move a slot by Takuya Yoshikawa · 11 years ago
  60. 0ea75e1 KVM: set_memory_region: Don't jump to out_free unnecessarily by Takuya Yoshikawa · 11 years ago
  61. c972f3b KVM: Write protect the updated slot only when dirty logging is enabled by Takuya Yoshikawa · 11 years ago
  62. 7ec4fb4 KVM: move the code that installs new slots array to a separate function. by Gleb Natapov · 12 years ago
  63. 116c14c kvm: Fix memory slot generation updates by Alex Williamson · 12 years ago
  64. 1e702d9 KVM: struct kvm_memory_slot.id -> short by Alex Williamson · 12 years ago
  65. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  66. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  67. b7f69c5 KVM: Minor memory slot optimization by Alex Williamson · 12 years ago
  68. e40f193 KVM: Fix iommu map/unmap to handle memory slot moves by Alex Williamson · 12 years ago
  69. 9c695d4 KVM: Check userspace_addr when modifying a memory slot by Alex Williamson · 12 years ago
  70. f0736cf0 KVM: Restrict non-existing slot state transitions by Alex Williamson · 12 years ago
  71. 5419369 KVM: Fix user memslot overlap check by Alex Williamson · 12 years ago
  72. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  73. d828199 KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag by Marcelo Tosatti · 12 years ago
  74. 807f12e KVM: remove unnecessary return value check by Guo Chao · 12 years ago
  75. 1859541 KVM: do not kfree error pointer by Guo Chao · 12 years ago
  76. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  77. 3d0ceac Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  78. f3ac1a4 KVM: MMU: fix release noslot pfn by Xiao Guangrong · 12 years ago
  79. b74ca3b kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le() by Takuya Yoshikawa · 12 years ago
  80. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  81. 9fc7744 KVM: make processes waiting on vcpu mutex killable by Michael S. Tsirkin · 12 years ago
  82. 3b4dc3a KVM: move postcommit flush to x86, as mmio sptes are x86 specific by Marcelo Tosatti · 12 years ago
  83. 12d6e75 KVM: perform an invalid memslot step for gpa base change by Marcelo Tosatti · 12 years ago
  84. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  85. 66a0350 KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot() by Gavin Shan · 12 years ago
  86. 760a9a3 kvm: Fix nonsense handling of compat ioctl by Alan Cox · 12 years ago
  87. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 12 years ago
  88. ca3a490 KVM: introduce KVM_HVA_ERR_BAD by Xiao Guangrong · 12 years ago
  89. 12ce13f KVM: use 'writable' as a hint to map writable pfn by Xiao Guangrong · 12 years ago
  90. 2fc8431 KVM: reorganize hva_to_pfn by Xiao Guangrong · 12 years ago
  91. 86ab8cf KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic by Xiao Guangrong · 12 years ago
  92. 037d92d KVM: introduce gfn_to_pfn_memslot_atomic by Xiao Guangrong · 12 years ago
  93. a50d64d KVM: fix missing check for memslot flags by Xiao Guangrong · 12 years ago
  94. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  95. cb9aaa3 KVM: do not release the error pfn by Xiao Guangrong · 12 years ago
  96. 6cede2e KVM: introduce KVM_ERR_PTR_BAD_PAGE by Xiao Guangrong · 12 years ago
  97. 83f0922 KVM: inline is_*_pfn functions by Xiao Guangrong · 12 years ago
  98. 950e950 KVM: introduce KVM_PFN_ERR_BAD by Xiao Guangrong · 12 years ago
  99. e6c1502 KVM: introduce KVM_PFN_ERR_HWPOISON by Xiao Guangrong · 12 years ago
  100. 6c8ee57 KVM: introduce KVM_PFN_ERR_FAULT by Xiao Guangrong · 12 years ago