1. 7e4e405 KVM: MMU: shadow support for 1gb pages by Joerg Roedel · 15 years ago
  2. e04da98 KVM: MMU: make page walker aware of mapping levels by Joerg Roedel · 15 years ago
  3. 852e3c1 KVM: MMU: make direct mapping paths aware of mapping levels by Joerg Roedel · 15 years ago
  4. d25797b KVM: MMU: rename is_largepage_backed to mapping_level by Joerg Roedel · 15 years ago
  5. 44ad994 KVM: MMU: make rmap code aware of mapping levels by Joerg Roedel · 15 years ago
  6. 6a1ac77 KVM: MMU: fix missing locking in alloc_mmu_pages by Marcelo Tosatti · 15 years ago
  7. 3662cb1 KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load() by Sheng Yang · 15 years ago
  8. a205bc1 KVM: MMU: Fix MMU_DEBUG compile breakage by Joerg Roedel · 15 years ago
  9. f691fe1 KVM: Trace shadow page lifecycle by Avi Kivity · 15 years ago
  10. 0742017 KVM: MMU: Trace guest pagetable walker by Avi Kivity · 15 years ago
  11. ec04b26 KVM: Prepare memslot data structures for multiple hugepage sizes by Joerg Roedel · 15 years ago
  12. 94d8b05 KVM: MMU: add kvm_mmu_get_spte_hierarchy helper by Marcelo Tosatti · 15 years ago
  13. 4d88954 KVM: MMU: make for_each_shadow_entry aware of largepages by Marcelo Tosatti · 15 years ago
  14. 2920d72 KVM: MMU audit: largepage handling by Marcelo Tosatti · 15 years ago
  15. 2aaf65e KVM: MMU audit: audit_mappings tweaks by Marcelo Tosatti · 15 years ago
  16. 48fc031 KVM: MMU audit: nontrapping ptes in nonleaf level by Marcelo Tosatti · 15 years ago
  17. e58b0f9 KVM: MMU audit: update audit_write_protection by Marcelo Tosatti · 15 years ago
  18. 08a3732 KVM: MMU audit: update count_writable_mappings / count_rmaps by Marcelo Tosatti · 15 years ago
  19. 776e663 KVM: MMU: introduce is_last_spte helper by Marcelo Tosatti · 15 years ago
  20. 3f5d18a KVM: Return to userspace on emulation failure by Avi Kivity · 15 years ago
  21. 988a2ca KVM: Use macro to iterate over vcpus. by Gleb Natapov · 15 years ago
  22. d555c33 KVM: MMU: s/shadow_pte/spte/ by Avi Kivity · 15 years ago
  23. 43a3795 KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte by Avi Kivity · 15 years ago
  24. 439e218 KVM: MMU: Fix is_dirty_pte() by Avi Kivity · 15 years ago
  25. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 15 years ago
  26. 53a27b3 KVM: MMU: limit rmap chain length by Marcelo Tosatti · 15 years ago
  27. 025dbbf KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_pages by Marcelo Tosatti · 15 years ago
  28. 29a4b93 KVM: MMU: Allow 4K ptes with bit 7 (PAT) set by Avi Kivity · 15 years ago
  29. 8986ecc KVM: x86: check for cr3 validity in mmu_alloc_roots by Marcelo Tosatti · 15 years ago
  30. 7c8a83b KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock by Marcelo Tosatti · 15 years ago
  31. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 15 years ago
  32. 3438253 KVM: MMU: Fix auditing code by Jan Kiszka · 15 years ago
  33. c2d0ee4 KVM: MMU: remove global page optimization logic by Marcelo Tosatti · 15 years ago
  34. 4c26b4c KVM: MMU: Discard reserved bits checking on PDE bit 7-8 by Sheng Yang · 15 years ago
  35. 20c466b KVM: Use rsvd_bits_mask in load_pdptrs() by Dong, Eddie · 15 years ago
  36. 82725b2 KVM: MMU: Emulate #PF error code of reserved bits violation by Dong, Eddie · 15 years ago
  37. f00be0c KVM: MMU: do not free active mmu pages in free_mmu_pages() by Gleb Natapov · 15 years ago
  38. a8cd024 KVM: Make paravirt tlb flush also reload the PAE PDPTRs by Avi Kivity · 15 years ago
  39. bf47a76 KVM: MMU: disable global page optimization by Marcelo Tosatti · 15 years ago
  40. cded19f KVM: fix sparse warnings: Should it be static? by Hannes Eder · 15 years ago
  41. 452425dba KVM: MMU: remove assertion in kvm_mmu_alloc_page by Joerg Roedel · 15 years ago
  42. 6bed6b9 KVM: MMU: remove redundant check in mmu_set_spte by Joerg Roedel · 15 years ago
  43. f6e2c02 KVM: MMU: Rename "metaphysical" attribute to "direct" by Avi Kivity · 16 years ago
  44. 9903a92 KVM: MMU: drop zeroing on mmu_memory_cache_alloc by Marcelo Tosatti · 16 years ago
  45. 4677a3b KVM: MMU: Optimize page unshadowing by Avi Kivity · 16 years ago
  46. e8c4a4e8 KVM: MMU: Drop walk_shadow() by Avi Kivity · 16 years ago
  47. 9f652d2 KVM: MMU: Use for_each_shadow_entry() in __direct_map() by Avi Kivity · 16 years ago
  48. 2d11123 KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow() by Avi Kivity · 16 years ago
  49. e207831 KVM: MMU: Initialize a shadow page's global attribute from cr4.pge by Avi Kivity · 16 years ago
  50. a770f6f KVM: MMU: Inherit a shadow page's guest level count from vcpu setup by Avi Kivity · 16 years ago
  51. 2aaf69d KVM: MMU: Map device MMIO as UC in EPT by Sheng Yang · 16 years ago
  52. 8791723 KVM: MMU: handle large host sptes on invlpg/resync by Marcelo Tosatti · 16 years ago
  53. 25e2343 KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared by Avi Kivity · 16 years ago
  54. eb64f1e KVM: MMU: check for present pdptr shadow page in walk_shadow by Marcelo Tosatti · 16 years ago
  55. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago
  56. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  57. b1a3682 KVM: MMU: collapse remote TLB flushes on root sync by Marcelo Tosatti · 16 years ago
  58. 60c8aec KVM: MMU: use page array in unsync walk by Marcelo Tosatti · 16 years ago
  59. ecc5589 KVM: MMU: optimize set_spte for page sync by Marcelo Tosatti · 16 years ago
  60. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  61. 2843099 KVM: MMU: Fix aliased gfns treated as unaliased by Izik Eidus · 16 years ago
  62. 291f26b KVM: MMU: Extend kvm_mmu_page->slot_bitmap size by Sheng Yang · 16 years ago
  63. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  64. 74be52e KVM: Add local get_mtrr_type() to support MTRR by Sheng Yang · 16 years ago
  65. 0c0f40b KVM: MMU: fix sync of ptes addressed at owner pagetable by Marcelo Tosatti · 16 years ago
  66. c41ef34 KVM: MMU: increase per-vcpu rmap cache alloc size by Marcelo Tosatti · 16 years ago
  67. 6ad9f15 KVM: MMU: sync root on paravirt TLB flush by Marcelo Tosatti · 16 years ago
  68. 582801a KVM: MMU: add "oos_shadow" parameter to disable oos by Marcelo Tosatti · 16 years ago
  69. 0074ff6 KVM: MMU: speed up mmu_unsync_walk by Marcelo Tosatti · 16 years ago
  70. 4731d4c KVM: MMU: out of sync shadow core by Marcelo Tosatti · 16 years ago
  71. 6844dec KVM: MMU: mmu_convert_notrap helper by Marcelo Tosatti · 16 years ago
  72. 0738541 KVM: MMU: awareness of new kvm_mmu_zap_page behaviour by Marcelo Tosatti · 16 years ago
  73. ad8cfbe KVM: MMU: mmu_parent_walk by Marcelo Tosatti · 16 years ago
  74. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  75. 0ba73cd KVM: MMU: sync roots on mmu reload by Marcelo Tosatti · 16 years ago
  76. e8bc217 KVM: MMU: mode specific sync_page by Marcelo Tosatti · 16 years ago
  77. 38187c8 KVM: MMU: do not write-protect large mappings by Marcelo Tosatti · 16 years ago
  78. a378b4e KVM: MMU: move local TLB flush to mmu_set_spte by Marcelo Tosatti · 16 years ago
  79. 1e73f9d KVM: MMU: split mmu_set_spte by Marcelo Tosatti · 16 years ago
  80. 4c2155c KVM: switch to get_user_pages_fast by Marcelo Tosatti · 16 years ago
  81. d40a1ee KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr by Sheng Yang · 16 years ago
  82. 3201b5d KVM: MMU: Fix setting the accessed bit on non-speculative sptes by Avi Kivity · 16 years ago
  83. 171d595 KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log by Avi Kivity · 16 years ago
  84. 2245a28 KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access() by Avi Kivity · 16 years ago
  85. bc2d429 KVM: MMU: Account for npt/ept/realmode page faults by Avi Kivity · 16 years ago
  86. 140754b KVM: MMU: Convert direct maps to use the generic shadow walker by Avi Kivity · 16 years ago
  87. 3d000db KVM: MMU: Add generic shadow walker by Avi Kivity · 16 years ago
  88. 6c41f42 KVM: MMU: Infer shadow root level in direct_map() by Avi Kivity · 16 years ago
  89. 6e37d3d KVM: MMU: Unify direct map 4K and large page paths by Avi Kivity · 16 years ago
  90. 135f8c2 KVM: MMU: Move SHADOW_PT_INDEX to mmu.c by Avi Kivity · 16 years ago
  91. 6ad18fb KVM: Reduce stack usage in kvm_pv_mmu_op() by Dave Hansen · 16 years ago
  92. 5b5c6a5 KVM: MMU: Simplify kvm_mmu_zap_page() by Avi Kivity · 16 years ago
  93. 31aa2b4 KVM: MMU: Separate the code for unlinking a shadow page from its parents by Avi Kivity · 16 years ago
  94. 534e38b KVM: VMX: Always return old for clear_flush_young() when using EPT by Sheng Yang · 16 years ago
  95. e930bff KVM: Synchronize guest physical memory map to host virtual memory map by Andrea Arcangeli · 16 years ago
  96. 577bdc4 KVM: Avoid instruction emulation when event delivery is pending by Avi Kivity · 16 years ago
  97. 5f4cb66 KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module by Joerg Roedel · 16 years ago
  98. 722c05f KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts by Avi Kivity · 16 years ago
  99. 376c53c KVM: MMU: improve invalid shadow root page handling by Marcelo Tosatti · 16 years ago
  100. 5a4c928 KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held by Marcelo Tosatti · 16 years ago