1. bd6360c KVM: MMU: introduce FNAME(prefetch_gpte) by Xiao Guangrong · 12 years ago
  2. a052b42 KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h by Xiao Guangrong · 12 years ago
  3. d4878f2 KVM: MMU: cleanup FNAME(page_fault) by Xiao Guangrong · 12 years ago
  4. bd66077 KVM: MMU: remove mmu_is_invalid by Xiao Guangrong · 12 years ago
  5. c542151 KVM: MMU: Eliminate pointless temporary 'ac' by Avi Kivity · 12 years ago
  6. b514c30 KVM: MMU: Avoid access/dirty update loop if all is well by Avi Kivity · 12 years ago
  7. 71331a1 KVM: MMU: Eliminate eperm temporary by Avi Kivity · 12 years ago
  8. 6fd01b7 KVM: MMU: Optimize is_last_gpte() by Avi Kivity · 12 years ago
  9. 13d22b6 KVM: MMU: Simplify walk_addr_generic() loop by Avi Kivity · 12 years ago
  10. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago
  11. 8cbc706 KVM: MMU: Update accessed and dirty bits after guest pagetable walk by Avi Kivity · 12 years ago
  12. 3d34ade KVM: MMU: Move gpte_access() out of paging_tmpl.h by Avi Kivity · 12 years ago
  13. edc2ae8 KVM: MMU: Optimize gpte_access() slightly by Avi Kivity · 12 years ago
  14. 8ea667f KVM: MMU: Push clean gpte write protection out of gpte_access() by Avi Kivity · 12 years ago
  15. cb9aaa3 KVM: do not release the error pfn by Xiao Guangrong · 12 years ago
  16. 6fbc277 KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint by Xiao Guangrong · 12 years ago
  17. f71fa31 KVM: MMU: use page table level macro by Davidlohr Bueso · 13 years ago
  18. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  19. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  20. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  21. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  22. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 13 years ago
  23. cd46868 KVM: MMU: Fix SMEP failure during fetch by Yang, Wei Y · 13 years ago
  24. e4e517b KVM: MMU: Do not unconditionally read PDPTE from guest memory by Avi Kivity · 13 years ago
  25. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  26. d7c5520 KVM: MMU: abstract some functions to handle fault pfn by Xiao Guangrong · 13 years ago
  27. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 13 years ago
  28. b90a0e6 KVM: MMU: rename 'pt_write' to 'emulate' by Xiao Guangrong · 13 years ago
  29. b36c7a7 KVM: MMU: cleanup for FNAME(fetch) by Xiao Guangrong · 13 years ago
  30. 640d9b0 KVM: MMU: optimize to handle dirty bit by Xiao Guangrong · 13 years ago
  31. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 13 years ago
  32. 3c8c652 KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic() by Takuya Yoshikawa · 13 years ago
  33. 92c1c1e KVM: MMU: Rename the walk label in walk_addr_generic() by Takuya Yoshikawa · 13 years ago
  34. 134291b KVM: MMU: Clean up the error handling of walk_addr_generic() by Takuya Yoshikawa · 13 years ago
  35. e57d4a3 KVM: Add instruction fetch checking when walking guest page table by Yang, Wei Y · 13 years ago
  36. b723363 KVM: MMU: Fix build warnings in walk_addr_generic() by Borislav Petkov · 14 years ago
  37. c8cfbb5 KVM: MMU: Use ptep_user for cmpxchg_gpte() by Takuya Yoshikawa · 14 years ago
  38. fa3d315 KVM: Validate userspace_addr of memslot when registered by Takuya Yoshikawa · 14 years ago
  39. 12cb814 KVM: MMU: Clean up gpte reading with copy_from_user() by Takuya Yoshikawa · 14 years ago
  40. 8f74d8e KVM: MMU: Fix 64-bit paging breakage on x86_32 by Takuya Yoshikawa · 14 years ago
  41. 781e074 KVM: MMU: Add unlikely() annotations to walk_addr_generic() by Avi Kivity · 14 years ago
  42. 6e2ca7d KVM: MMU: Optimize guest page table walk by Takuya Yoshikawa · 14 years ago
  43. a78484c KVM: MMU: Make cmpxchg_gpte aware of nesting too by Roedel, Joerg · 14 years ago
  44. 7c56252 KVM: MMU: remove mmu_seq verification on pte update path by Xiao Guangrong · 14 years ago
  45. 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
  46. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  47. 0f53b5b KVM: MMU: cleanup pte write path by Xiao Guangrong · 14 years ago
  48. 676646e KVM: MMU: remove unused macros by Xiao Guangrong · 14 years ago
  49. 49b26e2 KVM: MMU: do not record gfn in kvm_mmu_pte_write by Xiao Guangrong · 14 years ago
  50. 936a5fe thp: kvm mmu transparent hugepage support by Andrea Arcangeli · 14 years ago
  51. f8e453b KVM: MMU: handle 'map_writable' in set_spte() function by Xiao Guangrong · 14 years ago
  52. d3c422b KVM: MMU: Fix incorrect direct page write protection due to ro host page by Avi Kivity · 14 years ago
  53. fb67e14 KVM: MMU: retry #PF for softmmu by Xiao Guangrong · 14 years ago
  54. 78b2c54 KVM: MMU: rename 'no_apf' to 'prefault' by Xiao Guangrong · 14 years ago
  55. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  56. 8c28d03 KVM: Push struct x86_exception into walk_addr() 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. a4ee1ca KVM: MMU: delay flush all tlbs on sync_page path by Xiao Guangrong · 14 years ago
  59. 407c61c KVM: MMU: abstract invalid guest pte mapping by Xiao Guangrong · 14 years ago
  60. a4a8e6f KVM: MMU: remove 'clear_unsync' parameter by Xiao Guangrong · 14 years ago
  61. 9bdbba1 KVM: MMU: rename 'reset_host_protection' to 'host_writable' by Lai Jiangshan · 14 years ago
  62. 30bfb3c KVM: MMU: fix forgot flush tlbs on sync_page path by Xiao Guangrong · 14 years ago
  63. e730b63 KVM: MMU: don't mark spte notrap if reserved bit set by Xiao Guangrong · 14 years ago
  64. 612819c KVM: propagate fault r/w information to gup(), allow read-only memory by Marcelo Tosatti · 14 years ago
  65. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  66. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  67. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  68. 3377078 KVM: MMU: move access code parsing to FNAME(walk_addr) function by Xiao Guangrong · 14 years ago
  69. 20bd40d KVM: MMU: cleanup for error mask set while walk guest page table by Xiao Guangrong · 14 years ago
  70. 2d48a98 KVM: MMU: Track NX state in struct kvm_mmu by Joerg Roedel · 14 years ago
  71. d41d189 KVM: MMU: Introduce kvm_pdptr_read_mmu by Joerg Roedel · 14 years ago
  72. 2329d46 KVM: MMU: Make walk_addr_generic capable for two-level walking by Joerg Roedel · 14 years ago
  73. 6539e73 KVM: MMU: Implement nested gva_to_gpa functions by Joerg Roedel · 14 years ago
  74. 1e301fe KVM: MMU: Introduce generic walk_addr function by Joerg Roedel · 14 years ago
  75. 8df25a3 KVM: MMU: Track page fault data in struct vcpu by Joerg Roedel · 14 years ago
  76. 3241f22 KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu by Joerg Roedel · 14 years ago
  77. 5777ed3 KVM: MMU: Introduce get_cr3 function pointer by Joerg Roedel · 14 years ago
  78. 957446a KVM: MMU: Check for root_level instead of long mode by Joerg Roedel · 14 years ago
  79. 8b1fe17 KVM: MMU: support disable/enable mmu audit dynamicly by Xiao Guangrong · 14 years ago
  80. bc32ce2 KVM: MMU: fix wrong not write protected sp report by Xiao Guangrong · 14 years ago
  81. 189be38 KVM: MMU: combine guest pte read between fetch and pte prefetch by Xiao Guangrong · 14 years ago
  82. 957ed9e KVM: MMU: prefetch ptes when intercepted guest #PF by Xiao Guangrong · 14 years ago
  83. fa1de2b KVM: MMU: add missing reserved bits check in speculative path by Xiao Guangrong · 14 years ago
  84. 24157aa KVM: MMU: Eliminate redundant temporaries in FNAME(fetch) by Avi Kivity · 14 years ago
  85. 5991b33 KVM: MMU: Validate all gptes during fetch, not just those used for new pages by Avi Kivity · 14 years ago
  86. 0b3c933 KVM: MMU: Simplify spte fetch() function by Avi Kivity · 14 years ago
  87. 39c8c67 KVM: MMU: Add gpte_valid() helper by Avi Kivity · 14 years ago
  88. a357bd2 KVM: MMU: Add validate_direct_spte() helper by Avi Kivity · 14 years ago
  89. a3aa51c KVM: MMU: Add drop_large_spte() helper by Avi Kivity · 14 years ago
  90. 32ef26a KVM: MMU: Add link_shadow_page() helper by Avi Kivity · 14 years ago
  91. f59c1d2 KVM: MMU: Keep going on permission error by Avi Kivity · 14 years ago
  92. b0eeec2 KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled by Avi Kivity · 14 years ago
  93. be38d27 KVM: MMU: Introduce drop_spte() by Avi Kivity · 14 years ago
  94. 84754cd KVM: MMU: cleanup FNAME(fetch)() functions by Xiao Guangrong · 14 years ago
  95. 9e7b0e7 KVM: MMU: fix direct sp's access corrupted by Xiao Guangrong · 14 years ago
  96. 5fd5387 KVM: MMU: fix conflict access permissions in direct sp by Xiao Guangrong · 14 years ago
  97. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 14 years ago
  98. be71e06 KVM: MMU: don't mark pte notrap if it's just sync transient by Xiao Guangrong · 14 years ago
  99. cb83cad KVM: MMU: cleanup for dirty page judgment by Xiao Guangrong · 14 years ago
  100. ac3cd03 KVM: MMU: rename 'page' and 'shadow_page' to 'sp' by Xiao Guangrong · 14 years ago