1. e4e517b KVM: MMU: Do not unconditionally read PDPTE from guest memory by Avi Kivity · 13 years ago
  2. 41bc318 KVM: MMU: fix incorrect return of spte by Zhao Jin · 13 years ago
  3. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  4. 4f02264 KVM: MMU: trace mmio page fault by Xiao Guangrong · 13 years ago
  5. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  6. dd3bfd5 KVM: MMU: reorganize struct kvm_shadow_walk_iterator by Xiao Guangrong · 13 years ago
  7. c2a2ac2 KVM: MMU: lockless walking shadow page table by Xiao Guangrong · 13 years ago
  8. 603e065 KVM: MMU: do not need atomicly to set/clear spte by Xiao Guangrong · 13 years ago
  9. 1df9f2d KVM: MMU: introduce the rules to modify shadow page table by Xiao Guangrong · 13 years ago
  10. d7c5520 KVM: MMU: abstract some functions to handle fault pfn by Xiao Guangrong · 13 years ago
  11. fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 13 years ago
  12. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 13 years ago
  13. bd4c86e KVM: MMU: split kvm_mmu_free_page by Xiao Guangrong · 13 years ago
  14. aa6bd18 KVM: MMU: count used shadow pages on prepareing path by Xiao Guangrong · 13 years ago
  15. b90a0e6 KVM: MMU: rename 'pt_write' to 'emulate' by Xiao Guangrong · 13 years ago
  16. 640d9b0 KVM: MMU: optimize to handle dirty bit by Xiao Guangrong · 13 years ago
  17. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 13 years ago
  18. ffb61bb KVM: MMU: do not update slot bitmap if spte is nonpresent by Xiao Guangrong · 13 years ago
  19. 052331b KVM: MMU: fix walking shadow page table by Xiao Guangrong · 13 years ago
  20. f8f7e5e Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB" by Marcelo Tosatti · 13 years ago
  21. 45bd07b KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB by Avi Kivity · 13 years ago
  22. 411c588 KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0 by Avi Kivity · 13 years ago
  23. bcdd9a9 KVM: MMU: cleanup for dropping parent pte by Xiao Guangrong · 13 years ago
  24. 38e3b2b KVM: MMU: cleanup for kvm_mmu_page_unlink_children by Xiao Guangrong · 13 years ago
  25. 67052b3 KVM: MMU: remove the arithmetic of parent pte rmap by Xiao Guangrong · 13 years ago
  26. 53c07b1 KVM: MMU: abstract the operation of rmap by Xiao Guangrong · 13 years ago
  27. 332b207 KVM: MMU: optimize pte write path if don't have protected sp by Xiao Guangrong · 13 years ago
  28. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  29. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  30. a0a8eab KVM: MMU: fix opposite condition in mapping_level_dirty_bitmap by Steve · 13 years ago
  31. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  32. 7c56252 KVM: MMU: remove mmu_seq verification on pte update path by Xiao Guangrong · 14 years ago
  33. 0f53b5b KVM: MMU: cleanup pte write path by Xiao Guangrong · 14 years ago
  34. 5d163b1 KVM: MMU: introduce a common function to get no-dirty-logged slot by Xiao Guangrong · 14 years ago
  35. 676646e KVM: MMU: remove unused macros by Xiao Guangrong · 14 years ago
  36. 842f22e KVM: MMU: cleanup page alloc and free by Xiao Guangrong · 14 years ago
  37. 49b26e2 KVM: MMU: do not record gfn in kvm_mmu_pte_write by Xiao Guangrong · 14 years ago
  38. 1b7fd45 KVM: MMU: set spte accessed bit properly by Xiao Guangrong · 14 years ago
  39. da8dc75 KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits by Xiao Guangrong · 14 years ago
  40. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 14 years ago
  41. 8234b22 KVM: MMU: Don't flush shadow when enabling dirty tracking by Avi Kivity · 14 years ago
  42. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 14 years ago
  43. 936a5fe thp: kvm mmu transparent hugepage support by Andrea Arcangeli · 14 years ago
  44. f8e453b KVM: MMU: handle 'map_writable' in set_spte() function by Xiao Guangrong · 14 years ago
  45. b034cf0 KVM: MMU: audit: allow audit more guests at the same time by Xiao Guangrong · 14 years ago
  46. 9f8fe50 KVM: Replace reads of vcpu->arch.cr3 by an accessor by Avi Kivity · 14 years ago
  47. e49146d KVM: MMU: only write protect mappings at pagetable level by Marcelo Tosatti · 14 years ago
  48. c445f8e KVM: MMU: Initialize base_role for tdp mmus by Avi Kivity · 14 years ago
  49. dc25e89 KVM: SVM: copy instruction bytes from VMCB by Andre Przywara · 14 years ago
  50. 51d8b66 KVM: cleanup emulate_instruction by Andre Przywara · 14 years ago
  51. d4dbf47 KVM: MMU: Make the way of accessing lpage_info more generic by Takuya Yoshikawa · 14 years ago
  52. fb67e14 KVM: MMU: retry #PF for softmmu by Xiao Guangrong · 14 years ago
  53. 2ec4739 KVM: MMU: fix accessed bit set on prefault path by Xiao Guangrong · 14 years ago
  54. 78b2c54 KVM: MMU: rename 'no_apf' to 'prefault' by Xiao Guangrong · 14 years ago
  55. 700e1b1 KVM: MMU: Avoid dropping accessed bit while removing write access by Takuya Yoshikawa · 14 years ago
  56. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  57. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  58. 407c61c KVM: MMU: abstract invalid guest pte mapping by Xiao Guangrong · 14 years ago
  59. a4a8e6f KVM: MMU: remove 'clear_unsync' parameter by Xiao Guangrong · 14 years ago
  60. 9bdbba1 KVM: MMU: rename 'reset_host_protection' to 'host_writable' by Lai Jiangshan · 14 years ago
  61. b330aa0 KVM: MMU: don't drop spte if overwrite it from W to RO by Xiao Guangrong · 14 years ago
  62. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  63. 060c2ab KVM: MMU: support apf for nonpaing guest by Xiao Guangrong · 14 years ago
  64. 5054c0d KVM: MMU: fix missing post sync audit by Xiao Guangrong · 14 years ago
  65. c9b263d KVM: fix tracing kvm_try_async_get_page by Xiao Guangrong · 14 years ago
  66. 612819c KVM: propagate fault r/w information to gup(), allow read-only memory by Marcelo Tosatti · 14 years ago
  67. 7905d9a KVM: MMU: flush TLBs on writable -> read-only spte overwrite by Marcelo Tosatti · 14 years ago
  68. 982c256 KVM: MMU: remove kvm_mmu_set_base_ptes by Marcelo Tosatti · 14 years ago
  69. 7e1fbea KVM: x86: Mark kvm_arch_setup_async_pf static by Jan Kiszka · 14 years ago
  70. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  71. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  72. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  73. 649497d KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow by Avi Kivity · 14 years ago
  74. eb45fda KVM: MMU: fix rmap_remove on non present sptes by Marcelo Tosatti · 14 years ago
  75. 77db5cb KVM: MCE: Send SRAR SIGBUS directly by Huang Ying · 14 years ago
  76. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  77. 7ebaf15 KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root address by Avi Kivity · 14 years ago
  78. 6903074 KVM: MMU: audit: check whether have unsync sps after root sync by Xiao Guangrong · 14 years ago
  79. c42fffe KVM: MMU: audit: unregister audit tracepoints before module unloaded by Xiao Guangrong · 14 years ago
  80. 33f91ed KVM: MMU: set access bit for direct mapping by Xiao Guangrong · 14 years ago
  81. 6292757 KVM: MMU: update 'root_hpa' out of loop in PAE shadow path by Xiao Guangrong · 14 years ago
  82. cb16a7b KVM: MMU: fix counting of rmap entries in rmap_add() by Hillf Danton · 14 years ago
  83. b0bc3ee KVM: MMU: Fix regression with ept memory types merged into non-ept page tables by Avi Kivity · 14 years ago
  84. 4b16184 KVM: SVM: Initialize Nested Nested MMU context on VMRUN by Joerg Roedel · 14 years ago
  85. 2d48a98 KVM: MMU: Track NX state in struct kvm_mmu by Joerg Roedel · 14 years ago
  86. 81407ca KVM: MMU: Allow long mode shadows for legacy page tables by Joerg Roedel · 14 years ago
  87. 651dd37 KVM: MMU: Refactor mmu_alloc_roots function by Joerg Roedel · 14 years ago
  88. d41d189 KVM: MMU: Introduce kvm_pdptr_read_mmu by Joerg Roedel · 14 years ago
  89. 02f59dc KVM: MMU: Introduce init_kvm_nested_mmu() by Joerg Roedel · 14 years ago
  90. 6539e73 KVM: MMU: Implement nested gva_to_gpa functions by Joerg Roedel · 14 years ago
  91. 14dfe85 KVM: X86: Introduce pointer to mmu context used for gva_to_gpa by Joerg Roedel · 14 years ago
  92. 8df25a3 KVM: MMU: Track page fault data in struct vcpu by Joerg Roedel · 14 years ago
  93. 3241f22 KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu by Joerg Roedel · 14 years ago
  94. 52fde8d KVM: MMU: Introduce kvm_init_shadow_mmu helper function by Joerg Roedel · 14 years ago
  95. cb659db KVM: MMU: Introduce inject_page_fault function pointer by Joerg Roedel · 14 years ago
  96. 5777ed3 KVM: MMU: Introduce get_cr3 function pointer by Joerg Roedel · 14 years ago
  97. 1c97f0a KVM: X86: Introduce a tdp_set_cr3 function by Joerg Roedel · 14 years ago
  98. f43addd KVM: MMU: Make set_cr3 a function pointer in kvm_mmu by Joerg Roedel · 14 years ago
  99. c5a78f2b KVM: MMU: Make tdp_enabled a mmu-context parameter by Joerg Roedel · 14 years ago
  100. f87f928 KVM: MMU: Fix 32 bit legacy paging with NPT by Joerg Roedel · 14 years ago