1. 029499b KVM: x86: MMU: Make mmu_set_spte() return emulate value by Takuya Yoshikawa · 9 years ago
  2. 0e3d064 KVM: x86: MMU: always set accessed bit in shadow PTEs by Paolo Bonzini · 9 years ago
  3. 450869d KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common by Paolo Bonzini · 9 years ago
  4. 8c85ac1 KVM: x86: MMU: Initialize force_pt_level before calling mapping_level() by Takuya Yoshikawa · 9 years ago
  5. fd13690 KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level() by Takuya Yoshikawa · 9 years ago
  6. 5ed5c5c KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)() by Takuya Yoshikawa · 9 years ago
  7. cd1872f KVM: x86: MMU: Make force_pt_level bool by Takuya Yoshikawa · 9 years ago
  8. d2b0f98 KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c by Xiao Guangrong · 9 years ago
  9. 54bf36a KVM: x86: use vcpu-specific functions to read/write/translate GFNs by Paolo Bonzini · 10 years ago
  10. ceee7df KVM: MMU: fix smap permission check by Xiao Guangrong · 10 years ago
  11. 1715d0d KVM: x86: Wrong assertion on paging_tmpl.h by Nadav Amit · 10 years ago
  12. d526273 KVM: x86: Remove debug assertion of non-PAE reserved bits by Nadav Amit · 10 years ago
  13. 54987b7 KVM: x86: propagate exception from permission checks on the nested page fault by Paolo Bonzini · 10 years ago
  14. 5e35251 KVM: nSVM: propagate the NPF EXITINFO to the guest by Paolo Bonzini · 10 years ago
  15. a086f6a Revert "KVM: Simplify kvm->tlbs_dirty handling" by Xiao Guangrong · 11 years ago
  16. 97ec8c0 KVM: Add SMAP support when setting CR4 by Feng Wu · 11 years ago
  17. 5befdc3 KVM: Simplify kvm->tlbs_dirty handling by Takuya Yoshikawa · 11 years ago
  18. 37f6a4e KVM: x86: handle invalid root_hpa everywhere by Marcelo Tosatti · 11 years ago
  19. ba6a354 KVM: mmu: allow page tables to be in read-only slots by Paolo Bonzini · 11 years ago
  20. 25d9208 nEPT: Add nEPT violation/misconfigration support by Yang Zhang · 11 years ago
  21. 7a1638c nEPT: Redefine EPT-specific link_shadow_page() by Yang Zhang · 11 years ago
  22. 37406aa nEPT: Add EPT tables support to paging_tmpl.h by Nadav Har'El · 11 years ago
  23. 61719a8 nEPT: Support shadow paging for guest paging without A/D bits by Gleb Natapov · 11 years ago
  24. d8089ba nEPT: make guest's A/D bits depends on guest's paging mode by Gleb Natapov · 11 years ago
  25. 0ad805a nEPT: Move common code to paging_tmpl.h by Nadav Har'El · 11 years ago
  26. 0276642 KVM: MMU: fix check the reserved bits on the gpte of L2 by Xiao Guangrong · 11 years ago
  27. f8f5594 KVM: MMU: fast invalidate all mmio sptes by Xiao Guangrong · 12 years ago
  28. f2fd125 KVM: MMU: store generation-number into mmio spte by Xiao Guangrong · 12 years ago
  29. 450e0b4 Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()" by Takuya Yoshikawa · 12 years ago
  30. 7ddca7e KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page() by Takuya Yoshikawa · 12 years ago
  31. f761620 KVM: MMU: remove pt_access in mmu_set_spte by Xiao Guangrong · 12 years ago
  32. eb3fce87 KVM: MMU: drop superfluous is_present_gpte() check. by Gleb Natapov · 12 years ago
  33. 93c05d3 KVM: x86: improve reexecute_instruction by Xiao Guangrong · 12 years ago
  34. 7751bab KVM: MMU: fix infinite fault access retry by Xiao Guangrong · 12 years ago
  35. c2288505 KVM: MMU: fix Dirty bit missed if CR0.WP = 0 by Xiao Guangrong · 12 years ago
  36. b0cfeb5 KVM: x86: remove unused variable from walk_addr_generic() by Gleb Natapov · 12 years ago
  37. 908e7d7 KVM: MMU: simplify folding of dirty bit into accessed_dirty by Gleb Natapov · 12 years ago
  38. 81c52c5 KVM: do not treat noslot pfn as a error pfn by Xiao Guangrong · 12 years ago
  39. 8ca40a7 KVM: Take kvm instead of vcpu to mmu_notifier_retry by Christoffer Dall · 12 years ago
  40. bd6360c KVM: MMU: introduce FNAME(prefetch_gpte) by Xiao Guangrong · 12 years ago
  41. a052b42 KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h by Xiao Guangrong · 12 years ago
  42. d4878f2 KVM: MMU: cleanup FNAME(page_fault) by Xiao Guangrong · 12 years ago
  43. bd66077 KVM: MMU: remove mmu_is_invalid by Xiao Guangrong · 12 years ago
  44. c542151 KVM: MMU: Eliminate pointless temporary 'ac' by Avi Kivity · 12 years ago
  45. b514c30 KVM: MMU: Avoid access/dirty update loop if all is well by Avi Kivity · 12 years ago
  46. 71331a1 KVM: MMU: Eliminate eperm temporary by Avi Kivity · 12 years ago
  47. 6fd01b7 KVM: MMU: Optimize is_last_gpte() by Avi Kivity · 12 years ago
  48. 13d22b6 KVM: MMU: Simplify walk_addr_generic() loop by Avi Kivity · 12 years ago
  49. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago
  50. 8cbc706 KVM: MMU: Update accessed and dirty bits after guest pagetable walk by Avi Kivity · 12 years ago
  51. 3d34ade KVM: MMU: Move gpte_access() out of paging_tmpl.h by Avi Kivity · 12 years ago
  52. edc2ae8 KVM: MMU: Optimize gpte_access() slightly by Avi Kivity · 12 years ago
  53. 8ea667f KVM: MMU: Push clean gpte write protection out of gpte_access() by Avi Kivity · 12 years ago
  54. cb9aaa3 KVM: do not release the error pfn by Xiao Guangrong · 12 years ago
  55. 6fbc277 KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint by Xiao Guangrong · 13 years ago
  56. f71fa31 KVM: MMU: use page table level macro by Davidlohr Bueso · 13 years ago
  57. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  58. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  59. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  60. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  61. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 13 years ago
  62. cd46868 KVM: MMU: Fix SMEP failure during fetch by Yang, Wei Y · 13 years ago
  63. e4e517b KVM: MMU: Do not unconditionally read PDPTE from guest memory by Avi Kivity · 13 years ago
  64. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 14 years ago
  65. d7c5520 KVM: MMU: abstract some functions to handle fault pfn by Xiao Guangrong · 14 years ago
  66. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 14 years ago
  67. b90a0e6 KVM: MMU: rename 'pt_write' to 'emulate' by Xiao Guangrong · 14 years ago
  68. b36c7a7 KVM: MMU: cleanup for FNAME(fetch) by Xiao Guangrong · 14 years ago
  69. 640d9b0 KVM: MMU: optimize to handle dirty bit by Xiao Guangrong · 14 years ago
  70. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 14 years ago
  71. 3c8c652 KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic() by Takuya Yoshikawa · 14 years ago
  72. 92c1c1e KVM: MMU: Rename the walk label in walk_addr_generic() by Takuya Yoshikawa · 14 years ago
  73. 134291b KVM: MMU: Clean up the error handling of walk_addr_generic() by Takuya Yoshikawa · 14 years ago
  74. e57d4a35 KVM: Add instruction fetch checking when walking guest page table by Yang, Wei Y · 14 years ago
  75. b723363 KVM: MMU: Fix build warnings in walk_addr_generic() by Borislav Petkov · 14 years ago
  76. c8cfbb5 KVM: MMU: Use ptep_user for cmpxchg_gpte() by Takuya Yoshikawa · 14 years ago
  77. fa3d315 KVM: Validate userspace_addr of memslot when registered by Takuya Yoshikawa · 14 years ago
  78. 12cb814 KVM: MMU: Clean up gpte reading with copy_from_user() by Takuya Yoshikawa · 14 years ago
  79. 8f74d8e KVM: MMU: Fix 64-bit paging breakage on x86_32 by Takuya Yoshikawa · 14 years ago
  80. 781e074 KVM: MMU: Add unlikely() annotations to walk_addr_generic() by Avi Kivity · 14 years ago
  81. 6e2ca7d KVM: MMU: Optimize guest page table walk by Takuya Yoshikawa · 14 years ago
  82. a78484c KVM: MMU: Make cmpxchg_gpte aware of nesting too by Roedel, Joerg · 14 years ago
  83. 7c56252 KVM: MMU: remove mmu_seq verification on pte update path by Xiao Guangrong · 14 years ago
  84. f2e1fbb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  85. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  86. 0f53b5b KVM: MMU: cleanup pte write path by Xiao Guangrong · 14 years ago
  87. 676646e KVM: MMU: remove unused macros by Xiao Guangrong · 14 years ago
  88. 49b26e2 KVM: MMU: do not record gfn in kvm_mmu_pte_write by Xiao Guangrong · 14 years ago
  89. 936a5fe thp: kvm mmu transparent hugepage support by Andrea Arcangeli · 14 years ago
  90. f8e453b KVM: MMU: handle 'map_writable' in set_spte() function by Xiao Guangrong · 14 years ago
  91. d3c422b KVM: MMU: Fix incorrect direct page write protection due to ro host page by Avi Kivity · 14 years ago
  92. fb67e14 KVM: MMU: retry #PF for softmmu by Xiao Guangrong · 14 years ago
  93. 78b2c54 KVM: MMU: rename 'no_apf' to 'prefault' by Xiao Guangrong · 14 years ago
  94. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  95. 8c28d03 KVM: Push struct x86_exception into walk_addr() by Avi Kivity · 14 years ago
  96. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  97. a4ee1ca KVM: MMU: delay flush all tlbs on sync_page path by Xiao Guangrong · 14 years ago
  98. 407c61c KVM: MMU: abstract invalid guest pte mapping by Xiao Guangrong · 14 years ago
  99. a4a8e6f KVM: MMU: remove 'clear_unsync' parameter by Xiao Guangrong · 14 years ago
  100. 9bdbba1 KVM: MMU: rename 'reset_host_protection' to 'host_writable' by Lai Jiangshan · 14 years ago