1. 38187c8 KVM: MMU: do not write-protect large mappings by Marcelo Tosatti · 16 years ago
  2. a378b4e KVM: MMU: move local TLB flush to mmu_set_spte by Marcelo Tosatti · 16 years ago
  3. 1e73f9d KVM: MMU: split mmu_set_spte by Marcelo Tosatti · 16 years ago
  4. 4c2155c KVM: switch to get_user_pages_fast by Marcelo Tosatti · 16 years ago
  5. d40a1ee KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr by Sheng Yang · 16 years ago
  6. 3201b5d KVM: MMU: Fix setting the accessed bit on non-speculative sptes by Avi Kivity · 16 years ago
  7. 171d595 KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log by Avi Kivity · 16 years ago
  8. 2245a28 KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access() by Avi Kivity · 16 years ago
  9. bc2d429 KVM: MMU: Account for npt/ept/realmode page faults by Avi Kivity · 16 years ago
  10. 140754b KVM: MMU: Convert direct maps to use the generic shadow walker by Avi Kivity · 16 years ago
  11. 3d000db KVM: MMU: Add generic shadow walker by Avi Kivity · 16 years ago
  12. 6c41f42 KVM: MMU: Infer shadow root level in direct_map() by Avi Kivity · 16 years ago
  13. 6e37d3d KVM: MMU: Unify direct map 4K and large page paths by Avi Kivity · 16 years ago
  14. 135f8c2 KVM: MMU: Move SHADOW_PT_INDEX to mmu.c by Avi Kivity · 16 years ago
  15. 6ad18fb KVM: Reduce stack usage in kvm_pv_mmu_op() by Dave Hansen · 16 years ago
  16. 5b5c6a5 KVM: MMU: Simplify kvm_mmu_zap_page() by Avi Kivity · 16 years ago
  17. 31aa2b4 KVM: MMU: Separate the code for unlinking a shadow page from its parents by Avi Kivity · 16 years ago
  18. 534e38b KVM: VMX: Always return old for clear_flush_young() when using EPT by Sheng Yang · 16 years ago
  19. e930bff KVM: Synchronize guest physical memory map to host virtual memory map by Andrea Arcangeli · 16 years ago
  20. 577bdc4 KVM: Avoid instruction emulation when event delivery is pending by Avi Kivity · 16 years ago
  21. 5f4cb66 KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module by Joerg Roedel · 16 years ago
  22. 722c05f KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts by Avi Kivity · 16 years ago
  23. 376c53c KVM: MMU: improve invalid shadow root page handling by Marcelo Tosatti · 16 years ago
  24. 5a4c928 KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held by Marcelo Tosatti · 16 years ago
  25. db475c3 KVM: MMU: Fix printk format by Avi Kivity · 16 years ago
  26. 6ada8cc KVM: MMU: When debug is enabled, make it a run-time parameter by Avi Kivity · 16 years ago
  27. 131d827 KVM: MMU: Avoid page prefetch on SVM by Avi Kivity · 16 years ago
  28. d761a50 KVM: MMU: Move nonpaging_prefetch_page() by Avi Kivity · 16 years ago
  29. 1b7fcd3 KVM: MMU: Fix false flooding when a pte points to page table by Avi Kivity · 16 years ago
  30. 8b2cf73 KVM: add statics were possible, function definition in lapic.h by Harvey Harrison · 17 years ago
  31. 6bf6a95 KVM: MMU: Fix oops on guest userspace access to guest pagetable by Avi Kivity · 16 years ago
  32. 3094538 KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend) by Marcelo Tosatti · 16 years ago
  33. 6597ca0 KVM: MMU: Fix rmap_write_protect() hugepage iteration bug by Marcelo Tosatti · 16 years ago
  34. 3c91551 KVM: MMU: Fix is_empty_shadow_page() check by Avi Kivity · 16 years ago
  35. 8d2d73b KVM: MMU: reschedule during shadow teardown by Avi Kivity · 16 years ago
  36. 2ddfd20 namespacecheck: automated fixes by Ingo Molnar · 16 years ago
  37. 93df766 KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page by Avi Kivity · 17 years ago
  38. 1439442 KVM: VMX: Enable EPT feature for KVM by Sheng Yang · 17 years ago
  39. 1ac593c KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT by Sheng Yang · 17 years ago
  40. 7b52345 KVM: MMU: Add EPT support by Sheng Yang · 17 years ago
  41. 67253af KVM: Add kvm_x86_ops get_tdp_level() by Sheng Yang · 17 years ago
  42. 8c6d6ad KVM: MMU: Move some definitions to a header file by Sheng Yang · 17 years ago
  43. 960b399 KVM: MMU: kvm_pv_mmu_op should not take mmap_sem by Marcelo Tosatti · 17 years ago
  44. 35149e2 KVM: MMU: Don't assume struct page for x86 by Anthony Liguori · 17 years ago
  45. bed1d1d KVM: MMU: prepopulate guest pages after write-protecting by Marcelo Tosatti · 17 years ago
  46. fcd6dba KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest by Avi Kivity · 17 years ago
  47. 3ee16c8 KVM: MMU: allow the vm to shrink the kvm mmu shadow caches by Izik Eidus · 17 years ago
  48. 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 17 years ago
  49. 0b49ea8 KVM: MMU: Introduce and use spte_to_page() by Avi Kivity · 17 years ago
  50. 855149a KVM: MMU: fix dirty bit setting when removing write permissions by Izik Eidus · 17 years ago
  51. 947da53 KVM: MMU: Set the accessed bit on non-speculative shadow ptes by Avi Kivity · 17 years ago
  52. 2f333bc KVM: MMU: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 17 years ago
  53. b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 17 years ago
  54. 05da455 KVM: MMU: large page support by Marcelo Tosatti · 17 years ago
  55. 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 17 years ago
  56. fb72d16 KVM: MMU: add TDP support to the KVM MMU by Joerg Roedel · 17 years ago
  57. 4d9976b KVM: MMU: make the __nonpaging_map function generic by Joerg Roedel · 17 years ago
  58. 1855267 KVM: export information about NPT to generic x86 code by Joerg Roedel · 17 years ago
  59. d196e34 KVM: MMU: Decouple mmio from shadow page tables by Avi Kivity · 17 years ago
  60. 1ae0a13 KVM: MMU: Simplify hash table indexing by Dong, Eddie · 17 years ago
  61. 489f1d6 KVM: MMU: Update shadow ptes on partial guest pte writes by Dong, Eddie · 17 years ago
  62. e48bb49 KVM: MMU: Fix memory leak on guest demand faults by Avi Kivity · 17 years ago
  63. 15aaa81 KVM: MMU: handle page removal with shadow mapping by Marcelo Tosatti · 17 years ago
  64. 4b1a80f KVM: MMU: Fix is_rmap_pte() with io ptes by Avi Kivity · 17 years ago
  65. f7d9c7b KVM: MMU: Fix race when instantiating a shadow pte by Avi Kivity · 17 years ago
  66. 24993d5 KVM: make MMU_DEBUG compile again by Marcelo Tosatti · 17 years ago
  67. 72dc67a KVM: remove the usage of the mmap_sem for the protection of the memory slots. by Izik Eidus · 17 years ago
  68. 75e68e6 KVM: MMU: Fix dirty page setting for pages removed from rmap by Izik Eidus · 17 years ago
  69. eb787d1 KVM: MMU: Move kvm_free_some_pages() into critical section by Avi Kivity · 17 years ago
  70. aaee2c9 KVM: MMU: Switch to mmu spinlock by Marcelo Tosatti · 17 years ago
  71. d7824ff KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte() by Avi Kivity · 17 years ago
  72. 10589a4 KVM: MMU: Concurrent guest walkers by Marcelo Tosatti · 17 years ago
  73. dfc5aa0 KVM: MMU: Add cache miss statistic by Avi Kivity · 17 years ago
  74. caa5b8a KVM: MMU: Coalesce remote tlb flushes by Eddie Dong · 17 years ago
  75. 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]
  76. f05e70a KVM: Portability: Move mmu-related fields to kvm_arch by Zhang Xiantao · 17 years ago
  77. 1d737c8 KVM: Portability: Split mmu-related static inline functions to mmu.h by Zhang Xiantao · 17 years ago
  78. ad312c7 KVM: Portability: Introduce kvm_vcpu_arch by Zhang Xiantao · 17 years ago
  79. 7819026 KVM: MMU: Fix SMP shadow instantiation race by Marcelo Tosatti · 17 years ago
  80. e833240 KVM: MMU: Use mmu_set_spte() for real-mode shadows by Avi Kivity · 17 years ago
  81. bc750ba KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal by Avi Kivity · 17 years ago
  82. 1c4f1fd KVM: MMU: Move set_pte() into guest paging mode independent code by Avi Kivity · 17 years ago
  83. 41074d0 KVM: MMU: Fix inherited permissions for emulated guest pte updates by Avi Kivity · 17 years ago
  84. fe135d2 KVM: MMU: Simplify calculation of pte access by Avi Kivity · 17 years ago
  85. c3c91fe KVM: Replace page fault injection by the generalized exception queue by Avi Kivity · 17 years ago
  86. 448353c KVM: MMU: mark pages that were inserted to the shadow pages table as accessed by Izik Eidus · 17 years ago
  87. 76c35c6 KVM: MMU: Rename 'release_page' by Avi Kivity · 17 years ago
  88. 4db3531 KVM: MMU: Rename variables of type 'struct kvm_mmu_page *' by Avi Kivity · 17 years ago
  89. 1d28f5f KVM: Remove gpa_to_hpa() by Avi Kivity · 17 years ago
  90. 0d81f29 KVM: MMU: Remove gva_to_hpa() by Avi Kivity · 17 years ago
  91. 3f3e712 KVM: MMU: Simplify nonpaging_map() by Avi Kivity · 17 years ago
  92. 38c335f KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpa by Avi Kivity · 17 years ago
  93. 4e54237 KVM: MMU: Remove extra gaddr parameter from set_pte_common() by Avi Kivity · 17 years ago
  94. da92852 KVM: MMU: Move pse36 handling to the guest walker by Avi Kivity · 17 years ago
  95. d835dfe KVM: Don't bother the mmu if cr3 load doesn't change cr3 by Avi Kivity · 17 years ago
  96. 79539ce KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte by Avi Kivity · 17 years ago
  97. 3ad82a7 KVM: Recalculate mmu pages needed for every memory region change by Zhang Xiantao · 17 years ago
  98. b4231d6 KVM: MMU: Selectively set PageDirty when releasing guest memory by Izik Eidus · 17 years ago
  99. 2065b37 KVM: MMU: Fix potential memory leak with smp real-mode by Izik Eidus · 17 years ago
  100. 4cee576 KVM: MMU: Add some mmu statistics by Avi Kivity · 17 years ago