1. f3ac1a4 KVM: MMU: fix release noslot pfn by Xiao Guangrong · 12 years ago
  2. 6fd01b7 KVM: MMU: Optimize is_last_gpte() by Avi Kivity · 13 years ago
  3. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 13 years ago
  4. 3d34ade KVM: MMU: Move gpte_access() out of paging_tmpl.h by Avi Kivity · 13 years ago
  5. 8ea667f KVM: MMU: Push clean gpte write protection out of gpte_access() by Avi Kivity · 13 years ago
  6. 7de5bdc KVM: MMU: remove unnecessary check by Xiao Guangrong · 13 years ago
  7. c78aa4c Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 13 years ago
  8. 35f2d16 KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended by Takuya Yoshikawa · 13 years ago
  9. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 13 years ago
  10. 037d92d KVM: introduce gfn_to_pfn_memslot_atomic by Xiao Guangrong · 13 years ago
  11. cb9aaa3 KVM: do not release the error pfn by Xiao Guangrong · 13 years ago
  12. e6c1502 KVM: introduce KVM_PFN_ERR_HWPOISON by Xiao Guangrong · 13 years ago
  13. 6c8ee57 KVM: introduce KVM_PFN_ERR_FAULT by Xiao Guangrong · 13 years ago
  14. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 13 years ago
  15. 65fbe37 KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array by Takuya Yoshikawa · 13 years ago
  16. 3b2bd2f KVM: MMU: use kvm_release_pfn_clean to release pfn by Xiao Guangrong · 13 years ago
  17. e9bda6f Merge branch 'queue' into next by Avi Kivity · 13 years ago
  18. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  19. d566104 KVM: remove the unused parameter of gfn_to_pfn_memslot by Xiao Guangrong · 13 years ago
  20. 903816f KVM: using get_fault_pfn to get the fault pfn by Xiao Guangrong · 13 years ago
  21. 86fde74 KVM: MMU: track the refcount when unmap the page by Xiao Guangrong · 13 years ago
  22. bcd3ef5 KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range() by Takuya Yoshikawa · 13 years ago
  23. f395302 KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp() by Takuya Yoshikawa · 13 years ago
  24. 048212d KVM: MMU: Add memslot parameter to hva handlers by Takuya Yoshikawa · 13 years ago
  25. 77d1130 KVM: Separate rmap_pde from kvm_lpage_info->write_count by Takuya Yoshikawa · 13 years ago
  26. b3ae209 KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start() by Takuya Yoshikawa · 13 years ago
  27. 84504ef KVM: MMU: Make kvm_handle_hva() handle range of addresses by Takuya Yoshikawa · 13 years ago
  28. d19a748 KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva() by Takuya Yoshikawa · 13 years ago
  29. 9594a49 KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva() by Takuya Yoshikawa · 13 years ago
  30. a72faf2 KVM: MMU: trace fast page fault by Xiao Guangrong · 13 years ago
  31. c7ba5b4 KVM: MMU: fast path of handling guest page fault by Xiao Guangrong · 13 years ago
  32. 49fde34 KVM: MMU: introduce SPTE_MMU_WRITEABLE bit by Xiao Guangrong · 13 years ago
  33. 6e7d035 KVM: MMU: fold tlb flush judgement into mmu_spte_update by Xiao Guangrong · 13 years ago
  34. 8e22f95 KVM: MMU: cleanup spte_write_protect by Xiao Guangrong · 13 years ago
  35. d13bc5b KVM: MMU: abstract spte write-protect by Xiao Guangrong · 13 years ago
  36. 2f84569 KVM: MMU: return bool in __rmap_write_protect by Xiao Guangrong · 13 years ago
  37. e676505 KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation by Avi Kivity · 13 years ago
  38. 85b7059 KVM: MMU: fix shrinking page from the empty mmu by Xiao Guangrong · 13 years ago
  39. 00763e4 KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit by Xudong Hao · 13 years ago
  40. 80feb89 KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc() by Takuya Yoshikawa · 13 years ago
  41. 79f702a KVM: disable uninitialized var warning by Michael S. Tsirkin · 13 years ago
  42. 1952639 KVM: MMU: do not iterate over all VMs in mmu_shrink() by Gleb Natapov · 13 years ago
  43. 3f6d8c8 KVM: VMX: Use EPT Access bit in response to memory notifiers by Xudong Hao · 13 years ago
  44. c358666 KVM: MMU: fix huge page adapted on non-PAE host by Xiao Guangrong · 13 years ago
  45. c142786 KVM: MMU: Don't use RCU for lockless shadow walking by Avi Kivity · 13 years ago
  46. f71fa31 KVM: MMU: use page table level macro by Davidlohr Bueso · 13 years ago
  47. 1e3f42f KVM: MMU: Improve iteration through sptes from rmap by Takuya Yoshikawa · 13 years ago
  48. 220f773 KVM: MMU: Make pte_list_desc fit cache lines well by Takuya Yoshikawa · 13 years ago
  49. 5dc99b23 KVM: Avoid checking huge page mappings in get_dirty_log() by Takuya Yoshikawa · 13 years ago
  50. a0ed460 KVM: MMU: Split the main body of rmap_write_protect() off from others by Takuya Yoshikawa · 13 years ago
  51. 4d6931c KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask by Davidlohr Bueso · 13 years ago
  52. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago
  53. fb03cb6 KVM: Introduce gfn_to_index() which returns the index for a given level by Takuya Yoshikawa · 13 years ago
  54. e4b35cc KVM: MMU: Remove unused kvm parameter from rmap_next() by Takuya Yoshikawa · 13 years ago
  55. 9373e2c0 KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap() by Takuya Yoshikawa · 13 years ago
  56. 4a58ae6 KVM: MMU: unnecessary NX state assignment by Davidlohr Bueso · 13 years ago
  57. a138fe7 KVM: MMU: remove the redundant get_written_sptes by Xiao Guangrong · 13 years ago
  58. 6addd1a KVM: MMU: Add missing large page accounting to drop_large_spte() by Takuya Yoshikawa · 13 years ago
  59. 37178b8 KVM: MMU: Remove for_each_unsync_children() macro by Takuya Yoshikawa · 13 years ago
  60. 476bc00 module_param: make bool parameters really bool (arch) by Rusty Russell · 13 years ago
  61. 3d56cbd KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages by Jan Kiszka · 13 years ago
  62. e37fa78 KVM: MMU: audit: inline audit function by Xiao Guangrong · 13 years ago
  63. d750ea2 KVM: MMU: remove oos_shadow parameter by Xiao Guangrong · 13 years ago
  64. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  65. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  66. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  67. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  68. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  69. 9b9b149 KVM: MMU: Split gfn_to_rmap() into two functions by Takuya Yoshikawa · 13 years ago
  70. d6eebf8 KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  71. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  72. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 14 years ago
  73. 5d9ca30 KVM: MMU: fix detecting misaligned accessed by Xiao Guangrong · 14 years ago
  74. 889e5cb KVM: MMU: split kvm_mmu_pte_write function by Xiao Guangrong · 14 years ago
  75. f873435 KVM: MMU: remove unnecessary kvm_mmu_free_some_pages by Xiao Guangrong · 14 years ago
  76. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 14 years ago
  77. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 14 years ago
  78. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 14 years ago
  79. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 14 years ago
  80. f759e2b KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write by Xiao Guangrong · 14 years ago
  81. e4e517b KVM: MMU: Do not unconditionally read PDPTE from guest memory by Avi Kivity · 14 years ago
  82. 41bc318 KVM: MMU: fix incorrect return of spte by Zhao Jin · 14 years ago
  83. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  84. 4f02264 KVM: MMU: trace mmio page fault by Xiao Guangrong · 14 years ago
  85. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 14 years ago
  86. dd3bfd5 KVM: MMU: reorganize struct kvm_shadow_walk_iterator by Xiao Guangrong · 14 years ago
  87. c2a2ac2 KVM: MMU: lockless walking shadow page table by Xiao Guangrong · 14 years ago
  88. 603e065 KVM: MMU: do not need atomicly to set/clear spte by Xiao Guangrong · 14 years ago
  89. 1df9f2d KVM: MMU: introduce the rules to modify shadow page table by Xiao Guangrong · 14 years ago
  90. d7c5520 KVM: MMU: abstract some functions to handle fault pfn by Xiao Guangrong · 14 years ago
  91. fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 14 years ago
  92. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 14 years ago
  93. bd4c86e KVM: MMU: split kvm_mmu_free_page by Xiao Guangrong · 14 years ago
  94. aa6bd18 KVM: MMU: count used shadow pages on prepareing path by Xiao Guangrong · 14 years ago
  95. b90a0e6 KVM: MMU: rename 'pt_write' to 'emulate' by Xiao Guangrong · 14 years ago
  96. 640d9b0 KVM: MMU: optimize to handle dirty bit by Xiao Guangrong · 14 years ago
  97. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 14 years ago
  98. ffb61bb KVM: MMU: do not update slot bitmap if spte is nonpresent by Xiao Guangrong · 14 years ago
  99. 052331b KVM: MMU: fix walking shadow page table by Xiao Guangrong · 14 years ago
  100. f8f7e5e Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB" by Marcelo Tosatti · 14 years ago