1. c42fffe KVM: MMU: audit: unregister audit tracepoints before module unloaded by Xiao Guangrong · 14 years ago
  2. 33f91ed KVM: MMU: set access bit for direct mapping by Xiao Guangrong · 14 years ago
  3. 6292757 KVM: MMU: update 'root_hpa' out of loop in PAE shadow path by Xiao Guangrong · 14 years ago
  4. cb16a7b KVM: MMU: fix counting of rmap entries in rmap_add() by Hillf Danton · 14 years ago
  5. b0bc3ee KVM: MMU: Fix regression with ept memory types merged into non-ept page tables by Avi Kivity · 14 years ago
  6. 4b16184 KVM: SVM: Initialize Nested Nested MMU context on VMRUN by Joerg Roedel · 14 years ago
  7. 2d48a98 KVM: MMU: Track NX state in struct kvm_mmu by Joerg Roedel · 14 years ago
  8. 81407ca KVM: MMU: Allow long mode shadows for legacy page tables by Joerg Roedel · 14 years ago
  9. 651dd37 KVM: MMU: Refactor mmu_alloc_roots function by Joerg Roedel · 14 years ago
  10. d41d189 KVM: MMU: Introduce kvm_pdptr_read_mmu by Joerg Roedel · 14 years ago
  11. 02f59dc KVM: MMU: Introduce init_kvm_nested_mmu() by Joerg Roedel · 14 years ago
  12. 6539e73 KVM: MMU: Implement nested gva_to_gpa functions by Joerg Roedel · 14 years ago
  13. 14dfe85 KVM: X86: Introduce pointer to mmu context used for gva_to_gpa by Joerg Roedel · 14 years ago
  14. 8df25a3 KVM: MMU: Track page fault data in struct vcpu by Joerg Roedel · 14 years ago
  15. 3241f22 KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu by Joerg Roedel · 14 years ago
  16. 52fde8d KVM: MMU: Introduce kvm_init_shadow_mmu helper function by Joerg Roedel · 14 years ago
  17. cb659db KVM: MMU: Introduce inject_page_fault function pointer by Joerg Roedel · 14 years ago
  18. 5777ed3 KVM: MMU: Introduce get_cr3 function pointer by Joerg Roedel · 14 years ago
  19. 1c97f0a KVM: X86: Introduce a tdp_set_cr3 function by Joerg Roedel · 14 years ago
  20. f43addd KVM: MMU: Make set_cr3 a function pointer in kvm_mmu by Joerg Roedel · 14 years ago
  21. c5a78f2b KVM: MMU: Make tdp_enabled a mmu-context parameter by Joerg Roedel · 14 years ago
  22. f87f928 KVM: MMU: Fix 32 bit legacy paging with NPT by Joerg Roedel · 14 years ago
  23. 2f4f337 KVM: MMU: move audit to a separate file by Xiao Guangrong · 14 years ago
  24. 8b1fe17 KVM: MMU: support disable/enable mmu audit dynamicly by Xiao Guangrong · 14 years ago
  25. 8e0e8af KVM: MMU: remove count_rmaps() by Xiao Guangrong · 14 years ago
  26. 365fb3f KVM: MMU: rewrite audit_mappings_page() function by Xiao Guangrong · 14 years ago
  27. bc32ce2 KVM: MMU: fix wrong not write protected sp report by Xiao Guangrong · 14 years ago
  28. 0beb8d6 KVM: MMU: check rmap for every spte by Xiao Guangrong · 14 years ago
  29. 9ad17b10 KVM: MMU: fix compile warning in audit code by Xiao Guangrong · 14 years ago
  30. 957ed9e KVM: MMU: prefetch ptes when intercepted guest #PF by Xiao Guangrong · 14 years ago
  31. 45bf21a KVM: MMU: fix missing percpu counter destroy by Wei Yongjun · 14 years ago
  32. 80b63fa KVM: MMU: fix regression from rework mmu_shrink() code by Xiaotian Feng · 14 years ago
  33. 45221ab KVM: create aggregate kvm_total_used_mmu_pages value by Dave Hansen · 14 years ago
  34. 49d5ca2 KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages by Dave Hansen · 14 years ago
  35. 39de71e KVM: rename x86 kvm->arch.n_alloc_mmu_pages by Dave Hansen · 14 years ago
  36. e0df7b9 KVM: abstract kvm x86 mmu->n_free_mmu_pages by Dave Hansen · 14 years ago
  37. 4132779 KVM: MMU: mark page dirty only when page is really written by Xiao Guangrong · 14 years ago
  38. 8672b721 KVM: MMU: move bits lost judgement into a separate function by Xiao Guangrong · 14 years ago
  39. 251464c KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed() by Xiao Guangrong · 14 years ago
  40. 19ada5c KVM: MMU: remove valueless output message by Xiao Guangrong · 14 years ago
  41. 7645e43 x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanup by H. Peter Anvin · 14 years ago
  42. 9a3aad7 KVM: MMU: using __xchg_spte more smarter by Xiao Guangrong · 14 years ago
  43. e4b502e KVM: MMU: cleanup spte set and accssed/dirty tracking by Xiao Guangrong · 14 years ago
  44. be233d4 KVM: MMU: don't atomicly set spte if it's not present by Xiao Guangrong · 14 years ago
  45. 9ed5520 KVM: MMU: fix page dirty tracking lost while sync page by Xiao Guangrong · 14 years ago
  46. daa3db6 KVM: MMU: fix broken page accessed tracking with ept enabled by Xiao Guangrong · 14 years ago
  47. fa1de2b KVM: MMU: add missing reserved bits check in speculative path by Xiao Guangrong · 14 years ago
  48. 6e3e243 KVM: MMU: fix mmu notifier invalidate handler for huge spte by Andrea Arcangeli · 14 years ago
  49. a357bd2 KVM: MMU: Add validate_direct_spte() helper by Avi Kivity · 14 years ago
  50. a3aa51c KVM: MMU: Add drop_large_spte() helper by Avi Kivity · 14 years ago
  51. 121eee9 KVM: MMU: Use __set_spte to link shadow pages by Avi Kivity · 14 years ago
  52. 32ef26a KVM: MMU: Add link_shadow_page() helper by Avi Kivity · 14 years ago
  53. edba23e KVM: Return EFAULT from kvm ioctl when guest accesses bad area by Gleb Natapov · 14 years ago
  54. b79b93f KVM: MMU: Don't drop accessed bit while updating an spte by Avi Kivity · 14 years ago
  55. a9221dd KVM: MMU: Atomically check for accessed bit when dropping an spte by Avi Kivity · 14 years ago
  56. ce06186 KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte() by Avi Kivity · 14 years ago
  57. be38d27 KVM: MMU: Introduce drop_spte() by Avi Kivity · 14 years ago
  58. dd180b3 KVM: VMX: fix tlb flush with invalid root by Xiao Guangrong · 14 years ago
  59. 8285541 KVM: Remove unnecessary divide operations by Joerg Roedel · 14 years ago
  60. 36a2e67 KVM: MMU: fix writable sync sp mapping by Xiao Guangrong · 14 years ago
  61. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 14 years ago
  62. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 14 years ago
  63. 1047df1 KVM: MMU: don't walk every parent pages while mark unsync by Xiao Guangrong · 14 years ago
  64. 7a8f1a7 KVM: MMU: clear unsync_child_bitmap completely by Xiao Guangrong · 14 years ago
  65. ebdea63 KVM: MMU: cleanup for __mmu_unsync_walk() by Xiao Guangrong · 14 years ago
  66. be71e06 KVM: MMU: don't mark pte notrap if it's just sync transient by Xiao Guangrong · 14 years ago
  67. f918b44 KVM: MMU: avoid double write protected in sync page path by Xiao Guangrong · 14 years ago
  68. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 14 years ago
  69. 3b5d132 KVM: MMU: delay local tlb flush by Xiao Guangrong · 14 years ago
  70. 5304efd KVM: MMU: use wrapper function to flush local tlb by Xiao Guangrong · 14 years ago
  71. 4f78fd0 KVM: MMU: remove unnecessary remote tlb flush by Xiao Guangrong · 14 years ago
  72. 0671a8e KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write() by Xiao Guangrong · 14 years ago
  73. f41d335 KVM: MMU: traverse sp hlish safely by Xiao Guangrong · 14 years ago
  74. d98ba05 KVM: MMU: gather remote tlb flush which occurs during page zapped by Xiao Guangrong · 14 years ago
  75. 103ad25 KVM: MMU: don't get free page number in the loop by Xiao Guangrong · 14 years ago
  76. 7775834 KVM: MMU: split the operations of kvm_mmu_zap_page() by Xiao Guangrong · 14 years ago
  77. 7ae680e KVM: MMU: introduce some macros to cleanup hlist traverseing by Xiao Guangrong · 14 years ago
  78. 03116aa KVM: MMU: skip invalid sp when unprotect page by Xiao Guangrong · 14 years ago
  79. b66d800 KVM: MMU: Don't calculate quadrant if tdp_enabled by Gui Jianfeng · 14 years ago
  80. 8184dd3 KVM: MMU: Allow spte.w=1 for gpte.w=0 and cr0.wp=0 only in shadow mode by Avi Kivity · 14 years ago
  81. 01c168a KVM: MMU: don't check PT_WRITABLE_MASK directly by Gui Jianfeng · 14 years ago
  82. c9fa0b3 KVM: MMU: Calculate correct base gfn for direct non-DIR level by Lai Jiangshan · 14 years ago
  83. 2032a93 KVM: MMU: Don't allocate gfns page for direct mmu pages by Lai Jiangshan · 14 years ago
  84. 9f1a122 KVM: MMU: allow more page become unsync at getting sp time by Xiao Guangrong · 14 years ago
  85. 9cf5cf5 KVM: MMU: allow more page become unsync at gfn mapping time by Xiao Guangrong · 14 years ago
  86. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 14 years ago
  87. e02aa90 KVM: MMU: don't write-protect if have new mapping to unsync page by Xiao Guangrong · 14 years ago
  88. 1d9dc7e KVM: MMU: split kvm_sync_page() function by Xiao Guangrong · 14 years ago
  89. 6d74229 KVM: MMU: remove rmap before clear spte by Xiao Guangrong · 14 years ago
  90. e8ad9a7 KVM: MMU: use proper cache object freeing function by Xiao Guangrong · 14 years ago
  91. 62ad075 KVM: x86: Clean up duplicate assignment by Sheng Yang · 14 years ago
  92. 24955b6 KVM: pass correct parameter to kvm_mmu_free_some_pages by Marcelo Tosatti · 14 years ago
  93. f0f5933 KVM: MMU: Fix free memory accounting race in mmu_alloc_roots() by Avi Kivity · 14 years ago
  94. 6d77dbf KVM: inject #UD if instruction emulation fails and exit to userspace by Gleb Natapov · 14 years ago
  95. 54a4f02 KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed by Gui Jianfeng · 14 years ago
  96. bf99815 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages by Huang Ying · 14 years ago
  97. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  98. 9154635 KVM: MMU: flush remote tlbs when overwriting spte with different pfn by Xiao Guangrong · 14 years ago
  99. 69325a1 KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 page by Avi Kivity · 14 years ago
  100. 3be2264 KVM: MMU: invalidate and flush on spte small->large page size change by Marcelo Tosatti · 14 years ago