1. fe135d2 KVM: MMU: Simplify calculation of pte access by Avi Kivity · 18 years ago
  2. c3c91fe KVM: Replace page fault injection by the generalized exception queue by Avi Kivity · 18 years ago
  3. 448353c KVM: MMU: mark pages that were inserted to the shadow pages table as accessed by Izik Eidus · 18 years ago
  4. 76c35c6 KVM: MMU: Rename 'release_page' by Avi Kivity · 18 years ago
  5. 4db3531 KVM: MMU: Rename variables of type 'struct kvm_mmu_page *' by Avi Kivity · 18 years ago
  6. 1d28f5f KVM: Remove gpa_to_hpa() by Avi Kivity · 18 years ago
  7. 0d81f29 KVM: MMU: Remove gva_to_hpa() by Avi Kivity · 18 years ago
  8. 3f3e712 KVM: MMU: Simplify nonpaging_map() by Avi Kivity · 18 years ago
  9. 38c335f KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpa by Avi Kivity · 18 years ago
  10. 4e54237 KVM: MMU: Remove extra gaddr parameter from set_pte_common() by Avi Kivity · 18 years ago
  11. da92852 KVM: MMU: Move pse36 handling to the guest walker by Avi Kivity · 18 years ago
  12. d835dfe KVM: Don't bother the mmu if cr3 load doesn't change cr3 by Avi Kivity · 18 years ago
  13. 79539ce KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte by Avi Kivity · 18 years ago
  14. 3ad82a7 KVM: Recalculate mmu pages needed for every memory region change by Zhang Xiantao · 18 years ago
  15. b4231d6 KVM: MMU: Selectively set PageDirty when releasing guest memory by Izik Eidus · 18 years ago
  16. 2065b37 KVM: MMU: Fix potential memory leak with smp real-mode by Izik Eidus · 18 years ago
  17. 4cee576 KVM: MMU: Add some mmu statistics by Avi Kivity · 18 years ago
  18. b733bfb KVM: MMU: Topup the mmu memory preallocation caches before emulating an insn by Avi Kivity · 18 years ago
  19. 3067714 KVM: Move page fault processing to common code by Avi Kivity · 18 years ago
  20. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 18 years ago
  21. 8a7ae05 KVM: MMU: Partial swapping of guest memory by Izik Eidus · 18 years ago
  22. cea7bb2 KVM: MMU: Make gfn_to_page() always safe by Izik Eidus · 18 years ago
  23. 9647c14 KVM: MMU: Keep a reverse mapping of non-writable translations by Izik Eidus · 18 years ago
  24. 98348e9 KVM: MMU: Add rmap_next(), a helper for walking kvm rmaps by Izik Eidus · 18 years ago
  25. 6bfccdc KVM: MMU: Instantiate real-mode shadows as user writable shadows by Avi Kivity · 18 years ago
  26. e3c5e7ec KVM: Move guest pte dirty bit management to the guest pagetable walker by Avi Kivity · 18 years ago
  27. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 18 years ago
  28. f67a46f KVM: MMU: Clean up MMU functions to take struct kvm when appropriate by Anthony Liguori · 18 years ago
  29. d77c26f KVM: CodingStyle cleanup by Mike Day · 18 years ago
  30. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 18 years ago
  31. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 18 years ago
  32. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 18 years ago
  33. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 18 years ago
  34. 8668a3c KVM: VMX: Reset mmu context when entering real mode by Eddie Dong · 18 years ago
  35. 7f2145a KVM: MMU: Set shadow pte atomically in mmu_pte_write_zap_pte() by Izik Eidus · 18 years ago
  36. 2e3e588 KVM: MMU: Don't do GFP_NOWAIT allocations by Avi Kivity · 18 years ago
  37. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 18 years ago
  38. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 18 years ago
  39. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 18 years ago
  40. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 18 years ago
  41. 707d92f KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 18 years ago
  42. 22d95b1 KVM: MMU: Fix rare oops on guest context switch by Avi Kivity · 18 years ago
  43. c4d198d KVM: MMU: Fix cleaning up the shadow page allocation cache by Avi Kivity · 18 years ago
  44. c1158e6 KVM: MMU: Fix oopses with SLUB by Avi Kivity · 18 years ago
  45. 90cb052 KVM: Fix memory slot management functions for guest smp by Avi Kivity · 18 years ago
  46. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 18 years ago
  47. e495606 KVM: Clean up #includes by Avi Kivity · 18 years ago
  48. 88a97f0 KVM: MMU: Fix Wrong tlb flush order by Shaohua Li · 18 years ago
  49. d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 18 years ago
  50. 7b53aa5 KVM: Fix vcpu freeing for guest smp by Avi Kivity · 18 years ago
  51. 17c3ba9 KVM: Lazy guest cr3 switching by Avi Kivity · 18 years ago
  52. bd2b2ba KVM: MMU: Remove unused large page marker by Avi Kivity · 18 years ago
  53. b64b376 KVM: MMU: Don't cache guest access bits in the shadow page table by Avi Kivity · 18 years ago
  54. fd97dc5 KVM: MMU: Simpify accessed/dirty/present/nx bit handling by Avi Kivity · 18 years ago
  55. e663ee6 KVM: MMU: Make setting shadow ptes atomic on i386 by Avi Kivity · 18 years ago
  56. 97a0a01 KVM: MMU: Fold fix_write_pf() into set_pte_common() by Avi Kivity · 18 years ago
  57. 63b1ad2 KVM: MMU: Fold fix_read_pf() into set_pte_common() by Avi Kivity · 18 years ago
  58. e60d75e KVM: MMU: Move set_pte_common() to pte width dependent code by Avi Kivity · 18 years ago
  59. d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 18 years ago
  60. 47ad8e6 KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical by Avi Kivity · 18 years ago
  61. 4b02d6d KVM: MMU: Simplify kvm_mmu_free_page() a tiny bit by Avi Kivity · 18 years ago
  62. 0028425 KVM: Update shadow pte on write to guest pte by Avi Kivity · 18 years ago
  63. fce0657 KVM: MMU: Respect nonpae pagetable quadrant when zapping ptes by Avi Kivity · 18 years ago
  64. 09072da KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() by Avi Kivity · 18 years ago
  65. e925c5b KVM: Assume that writes smaller than 4 bytes are to non-pagetable pages by Avi Kivity · 18 years ago
  66. 2807696 KVM: fix an if() condition by Adrian Bunk · 18 years ago
  67. 1165f5f KVM: Per-vcpu statistics by Avi Kivity · 18 years ago
  68. d6c69ee KVM: MMU: Avoid heavy ASSERT at non debug mode. by Yaozu Dong · 18 years ago
  69. 8c43850 KVM: Retry sleeping allocation if atomic allocation fails by Avi Kivity · 18 years ago
  70. b5a33a7 KVM: Use slab caches to allocate mmu data structures by Avi Kivity · 18 years ago
  71. 417726a KVM: Handle partial pae pdptr by Avi Kivity · 18 years ago
  72. 954bbbc2 KVM: Simply gfn_to_page() by Avi Kivity · 18 years ago
  73. e0fa826 KVM: Add mmu cache clear function by Dor Laor · 18 years ago
  74. 36868f7 KVM: Use list_move() by Avi Kivity · 18 years ago
  75. d28c6cf KVM: MMU: Fix hugepage pdes mapping same physical address with different access by Avi Kivity · 18 years ago
  76. aac0122 KVM: MMU: Remove global pte tracking by Avi Kivity · 18 years ago
  77. 039576c KVM: Avoid guest virtual addresses in string pio userspace interface by Avi Kivity · 18 years ago
  78. 1ea252a KVM: Fix bogus sign extension in mmu mapping audit by Avi Kivity · 18 years ago
  79. 6b8d0f9 KVM: Fix off-by-one when writing to a nonpae guest pde by Avi Kivity · 18 years ago
  80. 27aba76 KVM: MMU: Fix host memory corruption on i386 with >= 4GB ram by Avi Kivity · 18 years ago
  81. ac1b714 KVM: MMU: Fix guest writes to nonpae pde by Avi Kivity · 18 years ago
  82. 5972e95 KVM: Use page_private()/set_page_private() apis by Markus Rechberger · 18 years ago
  83. 11718b4d [PATCH] misc NULL noise removal by Al Viro · 19 years ago
  84. 73b1087 [PATCH] KVM: MMU: Report nx faults to the guest by Avi Kivity · 19 years ago
  85. 7993ba4 [PATCH] KVM: MMU: Perform access checks in walk_addr() by Avi Kivity · 19 years ago
  86. 68a99f6 [PATCH] KVM: Simplify mmu_alloc_roots() by Ingo Molnar · 19 years ago
  87. 7f7417d [PATCH] KVM: Avoid oom on cr3 switch by Ingo Molnar · 19 years ago
  88. 37a7d8b [PATCH] KVM: MMU: add audit code to check mappings, etc are correct by Avi Kivity · 19 years ago
  89. 40907d5 [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pte by Avi Kivity · 19 years ago
  90. e2dec93 [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace by Avi Kivity · 19 years ago
  91. 714b93d [PATCH] KVM: MMU: Replace atomic allocations by preallocated objects by Avi Kivity · 19 years ago
  92. f51234c [PATCH] KVM: MMU: Free pages on kvm destruction by Avi Kivity · 19 years ago
  93. 3bb65a2 [PATCH] KVM: MMU: Never free a shadow page actively serving as a root by Avi Kivity · 19 years ago
  94. 86a5ba0 [PATCH] KVM: MMU: Page table write flood protection by Avi Kivity · 19 years ago
  95. 139bdb2 [PATCH] KVM: MMU: If an empty shadow page is not empty, report more info by Avi Kivity · 19 years ago
  96. 5f1e0b6 [PATCH] KVM: MMU: Ensure freed shadow pages are clean by Avi Kivity · 19 years ago
  97. 260746c [PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page() by Avi Kivity · 19 years ago
  98. 0e7bc4b [PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page tables by Avi Kivity · 19 years ago
  99. 73f7198 [PATCH] KVM: MMU: Remove release_pt_page_64() by Avi Kivity · 19 years ago
  100. 5f015a5 [PATCH] KVM: MMU: Remove invlpg interception by Avi Kivity · 19 years ago