1. 09a6e1f Revert "KVM: allow host header to be included even for !CONFIG_KVM" by Marcelo Tosatti · 12 years ago
  2. f445f11 KVM: allow host header to be included even for !CONFIG_KVM by Kevin Hilman · 12 years ago
  3. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  4. 7a905b1 KVM: Remove user_alloc from struct kvm_memory_slot by Takuya Yoshikawa · 12 years ago
  5. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 12 years ago
  6. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  7. c11f11f kvm: Prepare to add generic guest entry/exit callbacks by Frederic Weisbecker · 12 years ago
  8. 1c81063 KVM: PPC: BookE: Implement EPR exit by Alexander Graf · 12 years ago
  9. 116c14c kvm: Fix memory slot generation updates by Alex Williamson · 12 years ago
  10. 1e702d9 KVM: struct kvm_memory_slot.id -> short by Alex Williamson · 12 years ago
  11. 6104f47 KVM: struct kvm_memory_slot.flags -> u32 by Alex Williamson · 12 years ago
  12. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  13. 0743247 KVM: Make KVM_PRIVATE_MEM_SLOTS optional by Alex Williamson · 12 years ago
  14. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  15. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  16. d2ff4fc Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queue by Marcelo Tosatti · 12 years ago
  17. 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
  18. 222e82b Merge branch 'linus' into sched/core by Ingo Molnar · 12 years ago
  19. 914daba KVM: Distangle eventfd code from irqchip by Alexander Graf · 12 years ago
  20. 01f2188 kvm: add kvm_set_irq_inatomic by Michael S. Tsirkin · 12 years ago
  21. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  22. d828199 KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag by Marcelo Tosatti · 12 years ago
  23. fd25b4c vtime: Remove the underscore prefix invasion by Frederic Weisbecker · 12 years ago
  24. 87da7e6 KVM: x86: fix vcpu->mmio_fragments overflow by Xiao Guangrong · 12 years ago
  25. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  26. b080935 kvm: Directly account vtime to system on guest switch by Frederic Weisbecker · 12 years ago
  27. 8ca40a7 KVM: Take kvm instead of vcpu to mmu_notifier_retry by Christoffer Dall · 12 years ago
  28. 03604b3 Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue by Marcelo Tosatti · 12 years ago
  29. 8b6e454 KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset by Jan Kiszka · 12 years ago
  30. f61c94b KVM: PPC: booke: Add watchdog emulation by Bharat Bhushan · 12 years ago
  31. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  32. bf9fae9 cputime: Use a proper subsystem naming for vtime related APIs by Frederic Weisbecker · 12 years ago
  33. 7a84428 KVM: Add resampling irqfds for level triggered interrupts by Alex Williamson · 12 years ago
  34. 9fc7744 KVM: make processes waiting on vcpu mutex killable by Michael S. Tsirkin · 12 years ago
  35. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  36. 66a0350 KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot() by Gavin Shan · 12 years ago
  37. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 12 years ago
  38. 7068d09 KVM: introduce KVM_HVA_ERR_RO_BAD by Xiao Guangrong · 12 years ago
  39. ca3a490 KVM: introduce KVM_HVA_ERR_BAD by Xiao Guangrong · 12 years ago
  40. 69552c2 KVM: introduce KVM_PFN_ERR_RO_FAULT by Xiao Guangrong · 12 years ago
  41. 037d92d KVM: introduce gfn_to_pfn_memslot_atomic by Xiao Guangrong · 12 years ago
  42. 67b2920 KVM: hide KVM_MEMSLOT_INVALID from userspace by Xiao Guangrong · 12 years ago
  43. 9c5b117 KVM: let the error pfn not depend on error code by Xiao Guangrong · 12 years ago
  44. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  45. 6cede2e KVM: introduce KVM_ERR_PTR_BAD_PAGE by Xiao Guangrong · 12 years ago
  46. 9a592a9 KVM: remove the unused declare by Xiao Guangrong · 12 years ago
  47. 83f0922 KVM: inline is_*_pfn functions by Xiao Guangrong · 12 years ago
  48. 950e950 KVM: introduce KVM_PFN_ERR_BAD by Xiao Guangrong · 12 years ago
  49. e6c1502 KVM: introduce KVM_PFN_ERR_HWPOISON by Xiao Guangrong · 12 years ago
  50. 6c8ee57 KVM: introduce KVM_PFN_ERR_FAULT by Xiao Guangrong · 12 years ago
  51. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  52. 23d43cf KVM: Move KVM_IRQ_LINE to arch-generic code by Christoffer Dall · 12 years ago
  53. a276632 KVM: remove dummy pages by Xiao Guangrong · 12 years ago
  54. e9bda6f Merge branch 'queue' into next by Avi Kivity · 12 years ago
  55. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  56. 06e48c5 KVM: Choose better candidate for directed yield by Raghavendra K T · 12 years ago
  57. 4c08849 KVM: Note down when cpu relax intercepted or pause loop exited by Raghavendra K T · 12 years ago
  58. d566104 KVM: remove the unused parameter of gfn_to_pfn_memslot by Xiao Guangrong · 12 years ago
  59. f340a51 KVM: remove is_error_hpa by Xiao Guangrong · 12 years ago
  60. ca0565f5 KVM: make bad_pfn static to kvm_main.c by Xiao Guangrong · 12 years ago
  61. 903816f KVM: using get_fault_pfn to get the fault pfn by Xiao Guangrong · 12 years ago
  62. d19a748 KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva() by Takuya Yoshikawa · 12 years ago
  63. 36c1ed8 KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER by Marc Zyngier · 12 years ago
  64. d4db293 KVM: Pass kvm_irqfd to functions by Alex Williamson · 12 years ago
  65. 9900b4b KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code by Marc Zyngier · 12 years ago
  66. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 13 years ago
  67. c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 13 years ago
  68. c142786 KVM: MMU: Don't use RCU for lockless shadow walking by Avi Kivity · 13 years ago
  69. 41628d3 KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVM by Konstantin Weitz · 13 years ago
  70. 07975ad KVM: Introduce direct MSI message injection for in-kernel irqchips by Jan Kiszka · 13 years ago
  71. f78146b KVM: Fix page-crossing MMIO by Avi Kivity · 13 years ago
  72. eac0556 Merge branch 'linus' into queue by Marcelo Tosatti · 13 years ago
  73. 32f6daa KVM: unmap pages from the iommu when slots are removed by Alex Williamson · 13 years ago
  74. 93474b2 KVM: Remove unused dirty_bitmap_head and nr_dirty_pages by Takuya Yoshikawa · 13 years ago
  75. 2246f8b KVM: PPC: Rework wqp conditional code by Alexander Graf · 13 years ago
  76. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 13 years ago
  77. 786a9f8 KVM: set upper bounds for iobus dev to limit userspace by Amos Kong · 13 years ago
  78. a1300716 KVM: resize kvm_io_range array dynamically by Amos Kong · 13 years ago
  79. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  80. cf9eeac KVM: Convert intx_mask_lock to spin lock by Jan Kiszka · 13 years ago
  81. 07700a9 KVM: Allow host IRQ sharing for assigned PCI 2.3 devices by Jan Kiszka · 13 years ago
  82. 3e51570 KVM: Ensure all vcpus are consistent with in-kernel irqchip settings by Avi Kivity · 13 years ago
  83. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago
  84. fb03cb6 KVM: Introduce gfn_to_index() which returns the index for a given level by Takuya Yoshikawa · 13 years ago
  85. 9d4cba7 KVM: Move gfn_to_memslot() to kvm_host.h by Paul Mackerras · 13 years ago
  86. a355aa5 KVM: Add barriers to allow mmu_notifier_retry to be used locklessly by Paul Mackerras · 13 years ago
  87. 5b1c149 KVM: s390: ucontrol: export SIE control block to user by Carsten Otte · 13 years ago
  88. e08b963 KVM: s390: add parameter for KVM_CREATE_VM by Carsten Otte · 13 years ago
  89. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  90. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  91. d546cb4 KVM: drop bsp_vcpu pointer from kvm struct by Gleb Natapov · 13 years ago
  92. f85e2cb KVM: introduce a table to map slot id to index in memslots array by Xiao Guangrong · 13 years ago
  93. bf3e05b KVM: sort memslots by its size and use line search by Xiao Guangrong · 13 years ago
  94. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  95. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  96. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  97. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  98. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  99. b297e67 KVM: Fix include dependency for mmu_notifier by Eric B Munson · 13 years ago
  100. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago