1. ba6a354 KVM: mmu: allow page tables to be in read-only slots by Paolo Bonzini · 11 years ago
  2. bf64087 KVM: s390: Make KVM_HVA_ERR_BAD usable on s390 by Dominik Dingel · 11 years ago
  3. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  4. 126a5af KVM: kvm-io: support cookies by Cornelia Huck · 11 years ago
  5. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  6. 6ea34c9 kvm: exclude ioeventfd from counting kvm_io_range limit by Amos Kong · 11 years ago
  7. 521921b kvm: Move guest entry/exit APIs to context_tracking by Frederic Weisbecker · 11 years ago
  8. 0061d53 KVM: x86: limit difference between kvmclock updates by Marcelo Tosatti · 11 years ago
  9. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  10. 5975a2e KVM: PPC: Book3S: Add API for in-kernel XICS emulation by Paul Mackerras · 11 years ago
  11. 2a5bab1 kvm: Allow build-time configuration of KVM device assignment by Alex Williamson · 11 years ago
  12. 064d1af Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queue by Gleb Natapov · 11 years ago
  13. 730dca4 KVM: x86: Rework request for immediate exit by Jan Kiszka · 11 years ago
  14. 07f0a7b kvm: destroy emulated devices on VM exit by Scott Wood · 11 years ago
  15. 5df554a kvm/ppc/mpic: in-kernel MPIC emulation by Scott Wood · 11 years ago
  16. 852b6d5 kvm: add device control API by Scott Wood · 11 years ago
  17. e8cde09 KVM: Move irq routing setup to irqchip.c by Alexander Graf · 11 years ago
  18. 7eee2ef KVM: Remove kvm_get_intr_delivery_bitmask by Alexander Graf · 11 years ago
  19. a725d56 KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING by Alexander Graf · 11 years ago
  20. 8175e5b KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS by Alexander Graf · 11 years ago
  21. 3d81bc7 KVM: Call common update function when ioapic entry changed. by Yang Zhang · 11 years ago
  22. aa2fbe6 KVM: Let ioapic know the irq line status by Yang Zhang · 11 years ago
  23. 8b415dc KVM: Move kvm_rebooting declaration out of x86 by Geoff Levand · 11 years ago
  24. fc1b749 KVM: Move vm_list kvm_lock declarations out of x86 by Geoff Levand · 11 years ago
  25. 8f96452 KVM: Allow cross page reads and writes from cached translations. by Andrew Honig · 11 years ago
  26. 09a6e1f Revert "KVM: allow host header to be included even for !CONFIG_KVM" by Marcelo Tosatti · 11 years ago
  27. 2ae33b3 Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 11 years ago
  28. f445f11 KVM: allow host header to be included even for !CONFIG_KVM by Kevin Hilman · 11 years ago
  29. 3a08a8f kvm: Record the preemption status of vcpus using preempt notifiers by Raghavendra K T · 11 years ago
  30. 060f0ce KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS. by Cornelia Huck · 11 years ago
  31. a0f155e KVM: Initialize irqfd from kvm_init(). by Cornelia Huck · 11 years ago
  32. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 11 years ago
  33. 7b6195a KVM: set_memory_region: Refactor prepare_memory_region() by Takuya Yoshikawa · 11 years ago
  34. 74d0727 KVM: set_memory_region: Make kvm_mr_change available to arch code by Takuya Yoshikawa · 11 years ago
  35. 47ae31e KVM: set_memory_region: Drop user_alloc from set_memory_region() by Takuya Yoshikawa · 11 years ago
  36. 462fce4 KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() by Takuya Yoshikawa · 11 years ago
  37. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  38. 7a905b1 KVM: Remove user_alloc from struct kvm_memory_slot by Takuya Yoshikawa · 11 years ago
  39. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 11 years ago
  40. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  41. c11f11f kvm: Prepare to add generic guest entry/exit callbacks by Frederic Weisbecker · 12 years ago
  42. 1c81063 KVM: PPC: BookE: Implement EPR exit by Alexander Graf · 12 years ago
  43. 116c14c kvm: Fix memory slot generation updates by Alex Williamson · 12 years ago
  44. 1e702d9 KVM: struct kvm_memory_slot.id -> short by Alex Williamson · 12 years ago
  45. 6104f47 KVM: struct kvm_memory_slot.flags -> u32 by Alex Williamson · 12 years ago
  46. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  47. 0743247 KVM: Make KVM_PRIVATE_MEM_SLOTS optional by Alex Williamson · 12 years ago
  48. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  49. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  50. d2ff4fc Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queue by Marcelo Tosatti · 12 years ago
  51. 38130ec Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  52. 222e82b Merge branch 'linus' into sched/core by Ingo Molnar · 12 years ago
  53. 914daba KVM: Distangle eventfd code from irqchip by Alexander Graf · 12 years ago
  54. 01f2188 kvm: add kvm_set_irq_inatomic by Michael S. Tsirkin · 12 years ago
  55. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  56. d828199 KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag by Marcelo Tosatti · 12 years ago
  57. fd25b4c vtime: Remove the underscore prefix invasion by Frederic Weisbecker · 12 years ago
  58. 87da7e6 KVM: x86: fix vcpu->mmio_fragments overflow by Xiao Guangrong · 12 years ago
  59. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  60. b080935 kvm: Directly account vtime to system on guest switch by Frederic Weisbecker · 12 years ago
  61. 8ca40a7 KVM: Take kvm instead of vcpu to mmu_notifier_retry by Christoffer Dall · 12 years ago
  62. 03604b3 Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue by Marcelo Tosatti · 12 years ago
  63. 8b6e454 KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset by Jan Kiszka · 12 years ago
  64. f61c94b KVM: PPC: booke: Add watchdog emulation by Bharat Bhushan · 12 years ago
  65. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  66. bf9fae9 cputime: Use a proper subsystem naming for vtime related APIs by Frederic Weisbecker · 12 years ago
  67. 7a84428 KVM: Add resampling irqfds for level triggered interrupts by Alex Williamson · 12 years ago
  68. 9fc7744 KVM: make processes waiting on vcpu mutex killable by Michael S. Tsirkin · 12 years ago
  69. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  70. 66a0350 KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot() by Gavin Shan · 12 years ago
  71. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 12 years ago
  72. 7068d09 KVM: introduce KVM_HVA_ERR_RO_BAD by Xiao Guangrong · 12 years ago
  73. ca3a490 KVM: introduce KVM_HVA_ERR_BAD by Xiao Guangrong · 12 years ago
  74. 69552c2 KVM: introduce KVM_PFN_ERR_RO_FAULT by Xiao Guangrong · 12 years ago
  75. 037d92d KVM: introduce gfn_to_pfn_memslot_atomic by Xiao Guangrong · 12 years ago
  76. 67b2920 KVM: hide KVM_MEMSLOT_INVALID from userspace by Xiao Guangrong · 12 years ago
  77. 9c5b117 KVM: let the error pfn not depend on error code by Xiao Guangrong · 12 years ago
  78. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  79. 6cede2e KVM: introduce KVM_ERR_PTR_BAD_PAGE by Xiao Guangrong · 12 years ago
  80. 9a592a9 KVM: remove the unused declare by Xiao Guangrong · 12 years ago
  81. 83f0922 KVM: inline is_*_pfn functions by Xiao Guangrong · 12 years ago
  82. 950e950 KVM: introduce KVM_PFN_ERR_BAD by Xiao Guangrong · 12 years ago
  83. e6c1502 KVM: introduce KVM_PFN_ERR_HWPOISON by Xiao Guangrong · 12 years ago
  84. 6c8ee57 KVM: introduce KVM_PFN_ERR_FAULT by Xiao Guangrong · 12 years ago
  85. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  86. 23d43cf KVM: Move KVM_IRQ_LINE to arch-generic code by Christoffer Dall · 12 years ago
  87. a276632 KVM: remove dummy pages by Xiao Guangrong · 12 years ago
  88. e9bda6f Merge branch 'queue' into next by Avi Kivity · 12 years ago
  89. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  90. 06e48c5 KVM: Choose better candidate for directed yield by Raghavendra K T · 12 years ago
  91. 4c08849 KVM: Note down when cpu relax intercepted or pause loop exited by Raghavendra K T · 12 years ago
  92. d566104 KVM: remove the unused parameter of gfn_to_pfn_memslot by Xiao Guangrong · 12 years ago
  93. f340a51 KVM: remove is_error_hpa by Xiao Guangrong · 12 years ago
  94. ca0565f5 KVM: make bad_pfn static to kvm_main.c by Xiao Guangrong · 12 years ago
  95. 903816f KVM: using get_fault_pfn to get the fault pfn by Xiao Guangrong · 12 years ago
  96. d19a748 KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva() by Takuya Yoshikawa · 12 years ago
  97. 36c1ed8 KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER by Marc Zyngier · 12 years ago
  98. d4db293 KVM: Pass kvm_irqfd to functions by Alex Williamson · 12 years ago
  99. 9900b4b KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code by Marc Zyngier · 12 years ago
  100. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 12 years ago