1. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  2. 6b73a96 Revert "KVM: MMU: lazily drop large spte" by Marcelo Tosatti · 12 years ago
  3. 24db273 KVM: MMU: cleanup __direct_map by Xiao Guangrong · 12 years ago
  4. f761620 KVM: MMU: remove pt_access in mmu_set_spte by Xiao Guangrong · 12 years ago
  5. 55dd98c KVM: MMU: cleanup mapping-level by Xiao Guangrong · 12 years ago
  6. caf6900 KVM: MMU: lazily drop large spte by Xiao Guangrong · 12 years ago
  7. 834be0d Revert "KVM: MMU: split kvm_mmu_free_page" by Gleb Natapov · 12 years ago
  8. 116eb3d KVM: MMU: drop superfluous min() call. by Gleb Natapov · 12 years ago
  9. 2c9afa5 KVM: MMU: set base_role.nxe during mmu initialization. by Gleb Natapov · 12 years ago
  10. 9bb4f6b KVM: MMU: drop unneeded checks. by Gleb Natapov · 12 years ago
  11. feb3eb7 KVM: MMU: make spte_is_locklessly_modifiable() more clear by Gleb Natapov · 12 years ago
  12. 6b81b05 KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() takes a long time by Takuya Yoshikawa · 12 years ago
  13. 9d1beef KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself by Takuya Yoshikawa · 12 years ago
  14. b34cb59 KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itself by Takuya Yoshikawa · 12 years ago
  15. e12091c KVM: Remove unused slot_bitmap from kvm_mmu_page by Takuya Yoshikawa · 12 years ago
  16. b99db1d KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap based by Takuya Yoshikawa · 12 years ago
  17. 245c391 KVM: MMU: Remove unused parameter level from __rmap_write_protect() by Takuya Yoshikawa · 12 years ago
  18. 7751bab KVM: MMU: fix infinite fault access retry by Xiao Guangrong · 12 years ago
  19. c2288505 KVM: MMU: fix Dirty bit missed if CR0.WP = 0 by Xiao Guangrong · 12 years ago
  20. c219346 KVM: MMU: optimize for set_spte by Xiao Guangrong · 12 years ago
  21. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  22. 19bf7f8 Merge remote-tracking branch 'master' into queue by Marcelo Tosatti · 12 years ago
  23. 8ca40a7 KVM: Take kvm instead of vcpu to mmu_notifier_retry by Christoffer Dall · 12 years ago
  24. f3ac1a4 KVM: MMU: fix release noslot pfn by Xiao Guangrong · 12 years ago
  25. a052b42 KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h by Xiao Guangrong · 12 years ago
  26. bd66077 KVM: MMU: remove mmu_is_invalid by Xiao Guangrong · 12 years ago
  27. 6fd01b7 KVM: MMU: Optimize is_last_gpte() by Avi Kivity · 12 years ago
  28. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago
  29. 3d34ade KVM: MMU: Move gpte_access() out of paging_tmpl.h by Avi Kivity · 12 years ago
  30. 8ea667f KVM: MMU: Push clean gpte write protection out of gpte_access() by Avi Kivity · 12 years ago
  31. 7de5bdc KVM: MMU: remove unnecessary check by Xiao Guangrong · 12 years ago
  32. c78aa4c Merge remote-tracking branch 'upstream/master' into queue by Marcelo Tosatti · 12 years ago
  33. 35f2d16 KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended by Takuya Yoshikawa · 12 years ago
  34. 4d8b81a KVM: introduce readonly memslot by Xiao Guangrong · 12 years ago
  35. 037d92d KVM: introduce gfn_to_pfn_memslot_atomic by Xiao Guangrong · 12 years ago
  36. cb9aaa3 KVM: do not release the error pfn by Xiao Guangrong · 12 years ago
  37. e6c1502 KVM: introduce KVM_PFN_ERR_HWPOISON by Xiao Guangrong · 12 years ago
  38. 6c8ee57 KVM: introduce KVM_PFN_ERR_FAULT by Xiao Guangrong · 12 years ago
  39. d89cc61 KVM: Push rmap into kvm_arch_memory_slot by Takuya Yoshikawa · 12 years ago
  40. 65fbe37 KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array by Takuya Yoshikawa · 12 years ago
  41. 3b2bd2f KVM: MMU: use kvm_release_pfn_clean to release pfn by Xiao Guangrong · 12 years ago
  42. e9bda6f Merge branch 'queue' into next by Avi Kivity · 12 years ago
  43. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  44. d566104 KVM: remove the unused parameter of gfn_to_pfn_memslot by Xiao Guangrong · 12 years ago
  45. 903816f KVM: using get_fault_pfn to get the fault pfn by Xiao Guangrong · 12 years ago
  46. 86fde74 KVM: MMU: track the refcount when unmap the page by Xiao Guangrong · 12 years ago
  47. bcd3ef5 KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range() by Takuya Yoshikawa · 12 years ago
  48. f395302 KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp() by Takuya Yoshikawa · 12 years ago
  49. 048212d KVM: MMU: Add memslot parameter to hva handlers by Takuya Yoshikawa · 12 years ago
  50. 77d1130 KVM: Separate rmap_pde from kvm_lpage_info->write_count by Takuya Yoshikawa · 12 years ago
  51. b3ae209 KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start() by Takuya Yoshikawa · 12 years ago
  52. 84504ef KVM: MMU: Make kvm_handle_hva() handle range of addresses by Takuya Yoshikawa · 12 years ago
  53. d19a748 KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva() by Takuya Yoshikawa · 12 years ago
  54. 9594a49 KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva() by Takuya Yoshikawa · 12 years ago
  55. a72faf2 KVM: MMU: trace fast page fault by Xiao Guangrong · 13 years ago
  56. c7ba5b4 KVM: MMU: fast path of handling guest page fault by Xiao Guangrong · 13 years ago
  57. 49fde34 KVM: MMU: introduce SPTE_MMU_WRITEABLE bit by Xiao Guangrong · 13 years ago
  58. 6e7d035 KVM: MMU: fold tlb flush judgement into mmu_spte_update by Xiao Guangrong · 13 years ago
  59. 8e22f95 KVM: MMU: cleanup spte_write_protect by Xiao Guangrong · 13 years ago
  60. d13bc5b KVM: MMU: abstract spte write-protect by Xiao Guangrong · 13 years ago
  61. 2f84569 KVM: MMU: return bool in __rmap_write_protect by Xiao Guangrong · 13 years ago
  62. e676505 KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation by Avi Kivity · 12 years ago
  63. 85b7059 KVM: MMU: fix shrinking page from the empty mmu by Xiao Guangrong · 12 years ago
  64. 00763e4 KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit by Xudong Hao · 13 years ago
  65. 80feb89 KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc() by Takuya Yoshikawa · 13 years ago
  66. 79f702a KVM: disable uninitialized var warning by Michael S. Tsirkin · 13 years ago
  67. 1952639 KVM: MMU: do not iterate over all VMs in mmu_shrink() by Gleb Natapov · 13 years ago
  68. 3f6d8c8 KVM: VMX: Use EPT Access bit in response to memory notifiers by Xudong Hao · 13 years ago
  69. c358666 KVM: MMU: fix huge page adapted on non-PAE host by Xiao Guangrong · 13 years ago
  70. c142786 KVM: MMU: Don't use RCU for lockless shadow walking by Avi Kivity · 13 years ago
  71. f71fa31 KVM: MMU: use page table level macro by Davidlohr Bueso · 13 years ago
  72. 1e3f42f KVM: MMU: Improve iteration through sptes from rmap by Takuya Yoshikawa · 13 years ago
  73. 220f773 KVM: MMU: Make pte_list_desc fit cache lines well by Takuya Yoshikawa · 13 years ago
  74. 5dc99b23 KVM: Avoid checking huge page mappings in get_dirty_log() by Takuya Yoshikawa · 13 years ago
  75. a0ed460 KVM: MMU: Split the main body of rmap_write_protect() off from others by Takuya Yoshikawa · 13 years ago
  76. 4d6931c KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask by Davidlohr Bueso · 13 years ago
  77. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 13 years ago
  78. fb03cb6 KVM: Introduce gfn_to_index() which returns the index for a given level by Takuya Yoshikawa · 13 years ago
  79. e4b35cc KVM: MMU: Remove unused kvm parameter from rmap_next() by Takuya Yoshikawa · 13 years ago
  80. 9373e2c0 KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap() by Takuya Yoshikawa · 13 years ago
  81. 4a58ae6 KVM: MMU: unnecessary NX state assignment by Davidlohr Bueso · 13 years ago
  82. a138fe7 KVM: MMU: remove the redundant get_written_sptes by Xiao Guangrong · 13 years ago
  83. 6addd1a KVM: MMU: Add missing large page accounting to drop_large_spte() by Takuya Yoshikawa · 13 years ago
  84. 37178b8 KVM: MMU: Remove for_each_unsync_children() macro by Takuya Yoshikawa · 13 years ago
  85. 476bc00 module_param: make bool parameters really bool (arch) by Rusty Russell · 13 years ago
  86. 3d56cbd KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages by Jan Kiszka · 13 years ago
  87. e37fa78 KVM: MMU: audit: inline audit function by Xiao Guangrong · 13 years ago
  88. d750ea2 KVM: MMU: remove oos_shadow parameter by Xiao Guangrong · 13 years ago
  89. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  90. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  91. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  92. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  93. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  94. 9b9b149 KVM: MMU: Split gfn_to_rmap() into two functions by Takuya Yoshikawa · 13 years ago
  95. d6eebf8 KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  96. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  97. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  98. 5d9ca30 KVM: MMU: fix detecting misaligned accessed by Xiao Guangrong · 13 years ago
  99. 889e5cb KVM: MMU: split kvm_mmu_pte_write function by Xiao Guangrong · 13 years ago
  100. f873435 KVM: MMU: remove unnecessary kvm_mmu_free_some_pages by Xiao Guangrong · 13 years ago