1. 3d0ceac Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  2. f3ac1a4 KVM: MMU: fix release noslot pfn by Xiao Guangrong · 12 years ago
  3. b74ca3b kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le() by Takuya Yoshikawa · 12 years ago
  4. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  5. 9fc7744 KVM: make processes waiting on vcpu mutex killable by Michael S. Tsirkin · 12 years ago
  6. 3b4dc3a KVM: move postcommit flush to x86, as mmio sptes are x86 specific by Marcelo Tosatti · 12 years ago
  7. 12d6e75 KVM: perform an invalid memslot step for gpa base change by Marcelo Tosatti · 12 years ago
  8. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  9. 66a0350 KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot() by Gavin Shan · 12 years ago
  10. 760a9a3 kvm: Fix nonsense handling of compat ioctl by Alan Cox · 12 years ago
  11. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 12 years ago
  12. ca3a490 KVM: introduce KVM_HVA_ERR_BAD by Xiao Guangrong · 12 years ago
  13. 12ce13f KVM: use 'writable' as a hint to map writable pfn by Xiao Guangrong · 12 years ago
  14. 2fc8431 KVM: reorganize hva_to_pfn by Xiao Guangrong · 12 years ago
  15. 86ab8cf KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic by Xiao Guangrong · 12 years ago
  16. 037d92d KVM: introduce gfn_to_pfn_memslot_atomic by Xiao Guangrong · 12 years ago
  17. a50d64d KVM: fix missing check for memslot flags by Xiao Guangrong · 12 years ago
  18. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  19. cb9aaa3 KVM: do not release the error pfn by Xiao Guangrong · 12 years ago
  20. 6cede2e KVM: introduce KVM_ERR_PTR_BAD_PAGE by Xiao Guangrong · 12 years ago
  21. 83f0922 KVM: inline is_*_pfn functions by Xiao Guangrong · 12 years ago
  22. 950e950 KVM: introduce KVM_PFN_ERR_BAD by Xiao Guangrong · 12 years ago
  23. e6c1502 KVM: introduce KVM_PFN_ERR_HWPOISON by Xiao Guangrong · 12 years ago
  24. 6c8ee57 KVM: introduce KVM_PFN_ERR_FAULT by Xiao Guangrong · 12 years ago
  25. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  26. 23d43cf KVM: Move KVM_IRQ_LINE to arch-generic code by Christoffer Dall · 12 years ago
  27. a276632 KVM: remove dummy pages by Xiao Guangrong · 12 years ago
  28. e9bda6f Merge branch 'queue' into next by Avi Kivity · 12 years ago
  29. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  30. 06e48c5 KVM: Choose better candidate for directed yield by Raghavendra K T · 12 years ago
  31. 4c08849 KVM: Note down when cpu relax intercepted or pause loop exited by Raghavendra K T · 12 years ago
  32. d566104 KVM: remove the unused parameter of gfn_to_pfn_memslot by Xiao Guangrong · 12 years ago
  33. ca0565f5 KVM: make bad_pfn static to kvm_main.c by Xiao Guangrong · 12 years ago
  34. 903816f KVM: using get_fault_pfn to get the fault pfn by Xiao Guangrong · 12 years ago
  35. b3ae209 KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start() by Takuya Yoshikawa · 12 years ago
  36. 5cfc2aa KVM: handle last_boosted_vcpu = 0 case by Rik van Riel · 12 years ago
  37. f411930 KVM: fix fault page leak by Xiao Guangrong · 12 years ago
  38. d4db293 KVM: Pass kvm_irqfd to functions by Alex Williamson · 12 years ago
  39. 9900b4b KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code by Marc Zyngier · 12 years ago
  40. c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 12 years ago
  41. 92eca8f KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc() by Takuya Yoshikawa · 12 years ago
  42. 41628d3 KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVM by Konstantin Weitz · 12 years ago
  43. 07975ad KVM: Introduce direct MSI message injection for in-kernel irqchips by Jan Kiszka · 12 years ago
  44. eac0556 Merge branch 'linus' into queue by Marcelo Tosatti · 12 years ago
  45. 32f6daa KVM: unmap pages from the iommu when slots are removed by Alex Williamson · 12 years ago
  46. 93474b2 KVM: Remove unused dirty_bitmap_head and nr_dirty_pages by Takuya Yoshikawa · 12 years ago
  47. 8c84780 KVM: fix kvm_vcpu_kick build failure on S390 by Marcelo Tosatti · 12 years ago
  48. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 12 years ago
  49. a1300716 KVM: resize kvm_io_range array dynamically by Amos Kong · 12 years ago
  50. bec87d6 KVM: use correct tlbs dirty type in cmpxchg by Alex Shi · 12 years ago
  51. 3e51570 KVM: Ensure all vcpus are consistent with in-kernel irqchip settings by Avi Kivity · 12 years ago
  52. 565f3be KVM: mmu_notifier: Flush TLBs before releasing mmu_lock by Takuya Yoshikawa · 12 years ago
  53. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 12 years ago
  54. 189a2f7 KVM: Simplify ifndef conditional usage in __kvm_set_memory_region() by Takuya Yoshikawa · 12 years ago
  55. a64f273 KVM: Split lpage_info creation out from __kvm_set_memory_region() by Takuya Yoshikawa · 12 years ago
  56. fb03cb6 KVM: Introduce gfn_to_index() which returns the index for a given level by Takuya Yoshikawa · 12 years ago
  57. 9d4cba7 KVM: Move gfn_to_memslot() to kvm_host.h by Paul Mackerras · 12 years ago
  58. a355aa5 KVM: Add barriers to allow mmu_notifier_retry to be used locklessly by Paul Mackerras · 13 years ago
  59. 5b1c149 KVM: s390: ucontrol: export SIE control block to user by Carsten Otte · 13 years ago
  60. e08b963 KVM: s390: add parameter for KVM_CREATE_VM by Carsten Otte · 13 years ago
  61. 50e92b3 KVM: Fix __set_bit() race in mark_page_dirty() during dirty logging by Takuya Yoshikawa · 13 years ago
  62. 4f69b68 KVM: ensure that debugfs entries have been created by Hamo · 13 years ago
  63. d546cb4 KVM: drop bsp_vcpu pointer from kvm struct by Gleb Natapov · 13 years ago
  64. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  65. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  66. f85e2cb KVM: introduce a table to map slot id to index in memslots array by Xiao Guangrong · 13 years ago
  67. bf3e05b KVM: sort memslots by its size and use line search by Xiao Guangrong · 13 years ago
  68. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  69. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  70. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  71. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  72. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  73. 6da64fd KVM: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  74. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  75. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  76. fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 13 years ago
  77. e03b644 KVM: introduce kvm_read_guest_cached by Gleb Natapov · 13 years ago
  78. 1dda606 KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK by Alexander Graf · 13 years ago
  79. d780592 KVM: Clean up error handling during VCPU creation by Jan Kiszka · 13 years ago
  80. 8b0cedf KVM: use __copy_to_user/__clear_user to write guest page by Xiao Guangrong · 13 years ago
  81. 74b5c5b KVM: Initialize kvm before registering the mmu notifier by Mike Waychison · 13 years ago
  82. 9e3bb6b KVM: add missing void __user * cast to access_ok() call by Heiko Carstens · 13 years ago
  83. 85722cd KVM: Fix kvm mmu_notifier initialization order by OGAWA Hirofumi · 13 years ago
  84. fa3d315 KVM: Validate userspace_addr of memslot when registered by Takuya Yoshikawa · 13 years ago
  85. 0ee8dcb KVM: cleanup memslot_id function by Xiao Guangrong · 13 years ago
  86. 0857b9e KVM: Enable async page fault processing by Gleb Natapov · 13 years ago
  87. 16c29da Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  88. cd7e48c kvm: use little-endian bitops by Akinobu Mita · 13 years ago
  89. 5140a35 kvm: stop including asm-generic/bitops/le.h directly by Akinobu Mita · 13 years ago
  90. fb3600c KVM: Use syscore_ops instead of sysdev class and sysdev by Rafael J. Wysocki · 13 years ago
  91. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 13 years ago
  92. 217ece6 KVM: use yield_to instead of sleep in kvm_vcpu_on_spin by Rik van Riel · 13 years ago
  93. 34bb10b KVM: keep track of which task is running a KVM vcpu by Rik van Riel · 13 years ago
  94. fafc3db KVM: Replace is_hwpoison_address with __get_user_pages by Huang Ying · 13 years ago
  95. 3cba413 KVM: make make_all_cpus_request() lockless by Xiao Guangrong · 13 years ago
  96. 6b7e2d0 KVM: Add "exiting guest mode" state by Xiao Guangrong · 13 years ago
  97. d48ead8 KVM: fix build warning within __kvm_set_memory_region() on s390 by Heiko Carstens · 13 years ago
  98. 8234b22 KVM: MMU: Don't flush shadow when enabling dirty tracking by Avi Kivity · 14 years ago
  99. 22e5c47 thp: add compound_trans_head() helper by Andrea Arcangeli · 13 years ago
  100. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 13 years ago