1. 131d827 KVM: MMU: Avoid page prefetch on SVM by Avi Kivity · 16 years ago
  2. d761a50 KVM: MMU: Move nonpaging_prefetch_page() by Avi Kivity · 16 years ago
  3. 1b7fcd3 KVM: MMU: Fix false flooding when a pte points to page table by Avi Kivity · 16 years ago
  4. 8b2cf73 KVM: add statics were possible, function definition in lapic.h by Harvey Harrison · 16 years ago
  5. 6bf6a95 KVM: MMU: Fix oops on guest userspace access to guest pagetable by Avi Kivity · 16 years ago
  6. 3094538 KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend) by Marcelo Tosatti · 16 years ago
  7. 6597ca0 KVM: MMU: Fix rmap_write_protect() hugepage iteration bug by Marcelo Tosatti · 16 years ago
  8. 3c91551 KVM: MMU: Fix is_empty_shadow_page() check by Avi Kivity · 16 years ago
  9. 8d2d73b KVM: MMU: reschedule during shadow teardown by Avi Kivity · 16 years ago
  10. 2ddfd20 namespacecheck: automated fixes by Ingo Molnar · 16 years ago
  11. 93df766 KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page by Avi Kivity · 16 years ago
  12. 1439442 KVM: VMX: Enable EPT feature for KVM by Sheng Yang · 16 years ago
  13. 1ac593c KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT by Sheng Yang · 16 years ago
  14. 7b52345 KVM: MMU: Add EPT support by Sheng Yang · 16 years ago
  15. 67253af KVM: Add kvm_x86_ops get_tdp_level() by Sheng Yang · 16 years ago
  16. 8c6d6ad KVM: MMU: Move some definitions to a header file by Sheng Yang · 16 years ago
  17. 960b399 KVM: MMU: kvm_pv_mmu_op should not take mmap_sem by Marcelo Tosatti · 17 years ago
  18. 35149e2 KVM: MMU: Don't assume struct page for x86 by Anthony Liguori · 17 years ago
  19. bed1d1d KVM: MMU: prepopulate guest pages after write-protecting by Marcelo Tosatti · 17 years ago
  20. fcd6dba KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest by Avi Kivity · 17 years ago
  21. 3ee16c8 KVM: MMU: allow the vm to shrink the kvm mmu shadow caches by Izik Eidus · 17 years ago
  22. 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 17 years ago
  23. 0b49ea8 KVM: MMU: Introduce and use spte_to_page() by Avi Kivity · 17 years ago
  24. 855149a KVM: MMU: fix dirty bit setting when removing write permissions by Izik Eidus · 17 years ago
  25. 947da53 KVM: MMU: Set the accessed bit on non-speculative shadow ptes by Avi Kivity · 17 years ago
  26. 2f333bc KVM: MMU: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 17 years ago
  27. b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 17 years ago
  28. 05da455 KVM: MMU: large page support by Marcelo Tosatti · 17 years ago
  29. 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 17 years ago
  30. fb72d16 KVM: MMU: add TDP support to the KVM MMU by Joerg Roedel · 17 years ago
  31. 4d9976b KVM: MMU: make the __nonpaging_map function generic by Joerg Roedel · 17 years ago
  32. 1855267 KVM: export information about NPT to generic x86 code by Joerg Roedel · 17 years ago
  33. d196e34 KVM: MMU: Decouple mmio from shadow page tables by Avi Kivity · 17 years ago
  34. 1ae0a13 KVM: MMU: Simplify hash table indexing by Dong, Eddie · 17 years ago
  35. 489f1d6 KVM: MMU: Update shadow ptes on partial guest pte writes by Dong, Eddie · 17 years ago
  36. e48bb49 KVM: MMU: Fix memory leak on guest demand faults by Avi Kivity · 17 years ago
  37. 15aaa81 KVM: MMU: handle page removal with shadow mapping by Marcelo Tosatti · 17 years ago
  38. 4b1a80f KVM: MMU: Fix is_rmap_pte() with io ptes by Avi Kivity · 17 years ago
  39. f7d9c7b KVM: MMU: Fix race when instantiating a shadow pte by Avi Kivity · 17 years ago
  40. 24993d5 KVM: make MMU_DEBUG compile again by Marcelo Tosatti · 17 years ago
  41. 72dc67a KVM: remove the usage of the mmap_sem for the protection of the memory slots. by Izik Eidus · 17 years ago
  42. 75e68e6 KVM: MMU: Fix dirty page setting for pages removed from rmap by Izik Eidus · 17 years ago
  43. eb787d1 KVM: MMU: Move kvm_free_some_pages() into critical section by Avi Kivity · 17 years ago
  44. aaee2c9 KVM: MMU: Switch to mmu spinlock by Marcelo Tosatti · 17 years ago
  45. d7824ff KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte() by Avi Kivity · 17 years ago
  46. 10589a4 KVM: MMU: Concurrent guest walkers by Marcelo Tosatti · 17 years ago
  47. dfc5aa0 KVM: MMU: Add cache miss statistic by Avi Kivity · 17 years ago
  48. caa5b8a KVM: MMU: Coalesce remote tlb flushes by Eddie Dong · 17 years ago
  49. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago[Renamed (99%) from drivers/kvm/mmu.c]
  50. f05e70a KVM: Portability: Move mmu-related fields to kvm_arch by Zhang Xiantao · 17 years ago
  51. 1d737c8 KVM: Portability: Split mmu-related static inline functions to mmu.h by Zhang Xiantao · 17 years ago
  52. ad312c7 KVM: Portability: Introduce kvm_vcpu_arch by Zhang Xiantao · 17 years ago
  53. 7819026 KVM: MMU: Fix SMP shadow instantiation race by Marcelo Tosatti · 17 years ago
  54. e833240 KVM: MMU: Use mmu_set_spte() for real-mode shadows by Avi Kivity · 17 years ago
  55. bc750ba KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal by Avi Kivity · 17 years ago
  56. 1c4f1fd KVM: MMU: Move set_pte() into guest paging mode independent code by Avi Kivity · 17 years ago
  57. 41074d0 KVM: MMU: Fix inherited permissions for emulated guest pte updates by Avi Kivity · 17 years ago
  58. fe135d2 KVM: MMU: Simplify calculation of pte access by Avi Kivity · 17 years ago
  59. c3c91fe KVM: Replace page fault injection by the generalized exception queue by Avi Kivity · 17 years ago
  60. 448353c KVM: MMU: mark pages that were inserted to the shadow pages table as accessed by Izik Eidus · 17 years ago
  61. 76c35c6 KVM: MMU: Rename 'release_page' by Avi Kivity · 17 years ago
  62. 4db3531 KVM: MMU: Rename variables of type 'struct kvm_mmu_page *' by Avi Kivity · 17 years ago
  63. 1d28f5f KVM: Remove gpa_to_hpa() by Avi Kivity · 17 years ago
  64. 0d81f29 KVM: MMU: Remove gva_to_hpa() by Avi Kivity · 17 years ago
  65. 3f3e712 KVM: MMU: Simplify nonpaging_map() by Avi Kivity · 17 years ago
  66. 38c335f KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpa by Avi Kivity · 17 years ago
  67. 4e54237 KVM: MMU: Remove extra gaddr parameter from set_pte_common() by Avi Kivity · 17 years ago
  68. da92852 KVM: MMU: Move pse36 handling to the guest walker by Avi Kivity · 17 years ago
  69. d835dfe KVM: Don't bother the mmu if cr3 load doesn't change cr3 by Avi Kivity · 17 years ago
  70. 79539ce KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte by Avi Kivity · 17 years ago
  71. 3ad82a7 KVM: Recalculate mmu pages needed for every memory region change by Zhang Xiantao · 17 years ago
  72. b4231d6 KVM: MMU: Selectively set PageDirty when releasing guest memory by Izik Eidus · 17 years ago
  73. 2065b37 KVM: MMU: Fix potential memory leak with smp real-mode by Izik Eidus · 17 years ago
  74. 4cee576 KVM: MMU: Add some mmu statistics by Avi Kivity · 17 years ago
  75. b733bfb KVM: MMU: Topup the mmu memory preallocation caches before emulating an insn by Avi Kivity · 17 years ago
  76. 3067714 KVM: Move page fault processing to common code by Avi Kivity · 17 years ago
  77. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 17 years ago
  78. 8a7ae05 KVM: MMU: Partial swapping of guest memory by Izik Eidus · 17 years ago
  79. cea7bb2 KVM: MMU: Make gfn_to_page() always safe by Izik Eidus · 17 years ago
  80. 9647c14 KVM: MMU: Keep a reverse mapping of non-writable translations by Izik Eidus · 17 years ago
  81. 98348e9 KVM: MMU: Add rmap_next(), a helper for walking kvm rmaps by Izik Eidus · 17 years ago
  82. 6bfccdc KVM: MMU: Instantiate real-mode shadows as user writable shadows by Avi Kivity · 17 years ago
  83. e3c5e7ec KVM: Move guest pte dirty bit management to the guest pagetable walker by Avi Kivity · 17 years ago
  84. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 17 years ago
  85. f67a46f KVM: MMU: Clean up MMU functions to take struct kvm when appropriate by Anthony Liguori · 17 years ago
  86. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  87. 82ce2c9 KVM: Allow dynamic allocation of the mmu shadow cache size by Izik Eidus · 17 years ago
  88. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 17 years ago
  89. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 17 years ago
  90. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
  91. 8668a3c KVM: VMX: Reset mmu context when entering real mode by Eddie Dong · 17 years ago
  92. 7f2145a KVM: MMU: Set shadow pte atomically in mmu_pte_write_zap_pte() by Izik Eidus · 17 years ago
  93. 2e3e588 KVM: MMU: Don't do GFP_NOWAIT allocations by Avi Kivity · 17 years ago
  94. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
  95. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 17 years ago
  96. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 17 years ago
  97. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 17 years ago
  98. 707d92fa KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 17 years ago
  99. 22d95b1 KVM: MMU: Fix rare oops on guest context switch by Avi Kivity · 17 years ago
  100. c4d198d KVM: MMU: Fix cleaning up the shadow page allocation cache by Avi Kivity · 17 years ago