1. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  2. 5cfc2aa KVM: handle last_boosted_vcpu = 0 case by Rik van Riel · 12 years ago
  3. f411930 KVM: fix fault page leak by Xiao Guangrong · 12 years ago
  4. d4db293 KVM: Pass kvm_irqfd to functions by Alex Williamson · 12 years ago
  5. 9900b4b KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code by Marc Zyngier · 12 years ago
  6. c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 12 years ago
  7. 92eca8f KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc() by Takuya Yoshikawa · 12 years ago
  8. 41628d3 KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVM by Konstantin Weitz · 12 years ago
  9. 07975ad KVM: Introduce direct MSI message injection for in-kernel irqchips by Jan Kiszka · 12 years ago
  10. eac0556 Merge branch 'linus' into queue by Marcelo Tosatti · 12 years ago
  11. 32f6daa KVM: unmap pages from the iommu when slots are removed by Alex Williamson · 12 years ago
  12. 93474b2 KVM: Remove unused dirty_bitmap_head and nr_dirty_pages by Takuya Yoshikawa · 12 years ago
  13. 8c84780 KVM: fix kvm_vcpu_kick build failure on S390 by Marcelo Tosatti · 12 years ago
  14. b6d3383 KVM: Factor out kvm_vcpu_kick to arch-generic code by Christoffer Dall · 12 years ago
  15. a1300716 KVM: resize kvm_io_range array dynamically by Amos Kong · 12 years ago
  16. bec87d6 KVM: use correct tlbs dirty type in cmpxchg by Alex Shi · 12 years ago
  17. 3e51570 KVM: Ensure all vcpus are consistent with in-kernel irqchip settings by Avi Kivity · 12 years ago
  18. 565f3be KVM: mmu_notifier: Flush TLBs before releasing mmu_lock by Takuya Yoshikawa · 12 years ago
  19. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 12 years ago
  20. 189a2f7 KVM: Simplify ifndef conditional usage in __kvm_set_memory_region() by Takuya Yoshikawa · 12 years ago
  21. a64f273 KVM: Split lpage_info creation out from __kvm_set_memory_region() by Takuya Yoshikawa · 12 years ago
  22. fb03cb6 KVM: Introduce gfn_to_index() which returns the index for a given level by Takuya Yoshikawa · 12 years ago
  23. 9d4cba7 KVM: Move gfn_to_memslot() to kvm_host.h by Paul Mackerras · 13 years ago
  24. a355aa5 KVM: Add barriers to allow mmu_notifier_retry to be used locklessly by Paul Mackerras · 13 years ago
  25. 5b1c149 KVM: s390: ucontrol: export SIE control block to user by Carsten Otte · 13 years ago
  26. e08b963 KVM: s390: add parameter for KVM_CREATE_VM by Carsten Otte · 13 years ago
  27. 50e92b3 KVM: Fix __set_bit() race in mark_page_dirty() during dirty logging by Takuya Yoshikawa · 13 years ago
  28. 4f69b68 KVM: ensure that debugfs entries have been created by Hamo · 13 years ago
  29. d546cb4 KVM: drop bsp_vcpu pointer from kvm struct by Gleb Natapov · 13 years ago
  30. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  31. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  32. f85e2cb KVM: introduce a table to map slot id to index in memslots array by Xiao Guangrong · 13 years ago
  33. bf3e05b KVM: sort memslots by its size and use line search by Xiao Guangrong · 13 years ago
  34. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  35. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  36. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  37. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  38. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  39. 6da64fd KVM: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  40. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  41. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  42. fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 13 years ago
  43. e03b644 KVM: introduce kvm_read_guest_cached by Gleb Natapov · 13 years ago
  44. 1dda606 KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK by Alexander Graf · 13 years ago
  45. d780592 KVM: Clean up error handling during VCPU creation by Jan Kiszka · 13 years ago
  46. 8b0cedf KVM: use __copy_to_user/__clear_user to write guest page by Xiao Guangrong · 13 years ago
  47. 74b5c5b KVM: Initialize kvm before registering the mmu notifier by Mike Waychison · 13 years ago
  48. 9e3bb6b KVM: add missing void __user * cast to access_ok() call by Heiko Carstens · 13 years ago
  49. 85722cd KVM: Fix kvm mmu_notifier initialization order by OGAWA Hirofumi · 13 years ago
  50. fa3d315 KVM: Validate userspace_addr of memslot when registered by Takuya Yoshikawa · 13 years ago
  51. 0ee8dcb KVM: cleanup memslot_id function by Xiao Guangrong · 13 years ago
  52. 0857b9e KVM: Enable async page fault processing by Gleb Natapov · 13 years ago
  53. 16c29da Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  54. cd7e48c kvm: use little-endian bitops by Akinobu Mita · 13 years ago
  55. 5140a35 kvm: stop including asm-generic/bitops/le.h directly by Akinobu Mita · 13 years ago
  56. fb3600c KVM: Use syscore_ops instead of sysdev class and sysdev by Rafael J. Wysocki · 13 years ago
  57. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 13 years ago
  58. 217ece6 KVM: use yield_to instead of sleep in kvm_vcpu_on_spin by Rik van Riel · 13 years ago
  59. 34bb10b KVM: keep track of which task is running a KVM vcpu by Rik van Riel · 13 years ago
  60. fafc3db KVM: Replace is_hwpoison_address with __get_user_pages by Huang Ying · 13 years ago
  61. 3cba413 KVM: make make_all_cpus_request() lockless by Xiao Guangrong · 14 years ago
  62. 6b7e2d0 KVM: Add "exiting guest mode" state by Xiao Guangrong · 14 years ago
  63. d48ead8 KVM: fix build warning within __kvm_set_memory_region() on s390 by Heiko Carstens · 13 years ago
  64. 8234b22 KVM: MMU: Don't flush shadow when enabling dirty tracking by Avi Kivity · 14 years ago
  65. 22e5c47 thp: add compound_trans_head() helper by Andrea Arcangeli · 14 years ago
  66. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 14 years ago
  67. 936a5fe thp: kvm mmu transparent hugepage support by Andrea Arcangeli · 14 years ago
  68. b7c4145 KVM: Don't spin on virt instruction faults during reboot by Avi Kivity · 14 years ago
  69. a4ee1ca KVM: MMU: delay flush all tlbs on sync_page path by Xiao Guangrong · 14 years ago
  70. 75b7127 KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappers by Takuya Yoshikawa · 14 years ago
  71. 97e91e2 KVM: take kvm_lock for hardware_disable() during cpu hotplug by Takuya Yoshikawa · 14 years ago
  72. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago
  73. 57e7fbe KVM: Refactor srcu struct release on early errors by Jan Kiszka · 14 years ago
  74. 2653503 KVM: replace vmalloc and memset with vzalloc by Takuya Yoshikawa · 14 years ago
  75. aac8763 KVM: get rid of warning within kvm_dev_ioctl_create_vm by Heiko Carstens · 14 years ago
  76. 3bcc8a8 KVM: add cast within kvm_clear_guest_page to fix warning by Heiko Carstens · 14 years ago
  77. 6f9e5c17 KVM: use kmalloc() for small dirty bitmaps by Takuya Yoshikawa · 14 years ago
  78. 515a012 KVM: pre-allocate one more dirty bitmap to avoid vmalloc() by Takuya Yoshikawa · 14 years ago
  79. a36a57b1 KVM: introduce wrapper functions for creating/destroying dirty bitmaps by Takuya Yoshikawa · 14 years ago
  80. 64be500 KVM: x86: trace "exit to userspace" event by Gleb Natapov · 14 years ago
  81. 612819c KVM: propagate fault r/w information to gup(), allow read-only memory by Marcelo Tosatti · 14 years ago
  82. 8030089 KVM: improve hva_to_pfn() readability by Gleb Natapov · 14 years ago
  83. 49c7754 KVM: Add memory slot versioning and use it to provide fast guest write interface by Gleb Natapov · 14 years ago
  84. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  85. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  86. 2a31339 KVM: Drop CONFIG_DMAR dependency around kvm_iommu_map_pages by Jan Kiszka · 14 years ago
  87. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  88. 624d84c KVM: cpu_relax() during spin waiting for reboot by Avi Kivity · 14 years ago
  89. 365fb3f KVM: MMU: rewrite audit_mappings_page() function by Xiao Guangrong · 14 years ago
  90. 4898778 KVM: MMU: introduce gfn_to_page_many_atomic() function by Xiao Guangrong · 14 years ago
  91. 887c08a KVM: MMU: introduce hva_to_pfn_atomic function by Xiao Guangrong · 14 years ago
  92. ca84d1a KVM: x86: Add clock sync request to hardware enable by Zachary Amsden · 14 years ago
  93. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  94. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  95. ca242ac KVM: Fix reboot on Intel hosts by Avi Kivity · 14 years ago
  96. da908f2 KVM: x86: Perform hardware_enable in CPU_STARTING callback by Zachary Amsden · 14 years ago
  97. edba23e KVM: Return EFAULT from kvm ioctl when guest accesses bad area by Gleb Natapov · 14 years ago
  98. fa7bff8 KVM: define hwpoison variables static by Gleb Natapov · 14 years ago
  99. 8285541 KVM: Remove unnecessary divide operations by Joerg Roedel · 14 years ago
  100. bbeb340 KVM: Fix a race condition for usage of is_hwpoison_address() by Huang Ying · 14 years ago