1. 878403b KVM: VMX: Enable EPT 1GB page support by Sheng Yang · 15 years ago
  2. c9c5417 KVM: x86: Moving PT_*_LEVEL to mmu.h by Sheng Yang · 15 years ago
  3. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 15 years ago
  4. bc6678a KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update by Marcelo Tosatti · 15 years ago
  5. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  6. 186a3e5 KVM: MMU: Report spte not found in rmap before BUG() by Avi Kivity · 15 years ago
  7. 82b7005 KVM: x86: Fix host_mapping_level() by Sheng Yang · 15 years ago
  8. a9c7399 KVM: Allow internal errors reported to userspace to carry extra data by Avi Kivity · 15 years ago
  9. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  10. 8a8365c KVM: MMU: fix pointer cast by Frederik Deweerdt · 15 years ago
  11. 3da0dd4 KVM: add support for change_pte mmu notifiers by Izik Eidus · 15 years ago
  12. 1403283 KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes by Izik Eidus · 15 years ago
  13. acb66dd KVM: MMU: dont hold pagecount reference for mapped sptes pages by Izik Eidus · 15 years ago
  14. 60f2478 KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp by Avi Kivity · 15 years ago
  15. b90c062 KVM: MMU: fix bogus alloc_mmu_pages assignment by Marcelo Tosatti · 15 years ago
  16. 3b80fff KVM: MMU: make __kvm_mmu_free_some_pages handle empty list by Izik Eidus · 15 years ago
  17. 7e4e405 KVM: MMU: shadow support for 1gb pages by Joerg Roedel · 15 years ago
  18. e04da98 KVM: MMU: make page walker aware of mapping levels by Joerg Roedel · 15 years ago
  19. 852e3c1 KVM: MMU: make direct mapping paths aware of mapping levels by Joerg Roedel · 15 years ago
  20. d25797b KVM: MMU: rename is_largepage_backed to mapping_level by Joerg Roedel · 15 years ago
  21. 44ad994 KVM: MMU: make rmap code aware of mapping levels by Joerg Roedel · 15 years ago
  22. 6a1ac77 KVM: MMU: fix missing locking in alloc_mmu_pages by Marcelo Tosatti · 15 years ago
  23. 3662cb1 KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load() by Sheng Yang · 15 years ago
  24. a205bc1 KVM: MMU: Fix MMU_DEBUG compile breakage by Joerg Roedel · 15 years ago
  25. f691fe1 KVM: Trace shadow page lifecycle by Avi Kivity · 15 years ago
  26. 0742017 KVM: MMU: Trace guest pagetable walker by Avi Kivity · 15 years ago
  27. ec04b26 KVM: Prepare memslot data structures for multiple hugepage sizes by Joerg Roedel · 15 years ago
  28. 94d8b05 KVM: MMU: add kvm_mmu_get_spte_hierarchy helper by Marcelo Tosatti · 15 years ago
  29. 4d88954 KVM: MMU: make for_each_shadow_entry aware of largepages by Marcelo Tosatti · 15 years ago
  30. 2920d72 KVM: MMU audit: largepage handling by Marcelo Tosatti · 15 years ago
  31. 2aaf65e KVM: MMU audit: audit_mappings tweaks by Marcelo Tosatti · 15 years ago
  32. 48fc031 KVM: MMU audit: nontrapping ptes in nonleaf level by Marcelo Tosatti · 15 years ago
  33. e58b0f9 KVM: MMU audit: update audit_write_protection by Marcelo Tosatti · 15 years ago
  34. 08a3732 KVM: MMU audit: update count_writable_mappings / count_rmaps by Marcelo Tosatti · 15 years ago
  35. 776e663 KVM: MMU: introduce is_last_spte helper by Marcelo Tosatti · 15 years ago
  36. 3f5d18a KVM: Return to userspace on emulation failure by Avi Kivity · 15 years ago
  37. 988a2ca KVM: Use macro to iterate over vcpus. by Gleb Natapov · 15 years ago
  38. d555c33 KVM: MMU: s/shadow_pte/spte/ by Avi Kivity · 15 years ago
  39. 43a3795 KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte by Avi Kivity · 15 years ago
  40. 439e218 KVM: MMU: Fix is_dirty_pte() by Avi Kivity · 15 years ago
  41. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 15 years ago
  42. 53a27b3 KVM: MMU: limit rmap chain length by Marcelo Tosatti · 15 years ago
  43. 025dbbf KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_pages by Marcelo Tosatti · 15 years ago
  44. 29a4b93 KVM: MMU: Allow 4K ptes with bit 7 (PAT) set by Avi Kivity · 15 years ago
  45. 8986ecc KVM: x86: check for cr3 validity in mmu_alloc_roots by Marcelo Tosatti · 16 years ago
  46. 7c8a83b KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock by Marcelo Tosatti · 16 years ago
  47. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 16 years ago
  48. 3438253 KVM: MMU: Fix auditing code by Jan Kiszka · 16 years ago
  49. c2d0ee4 KVM: MMU: remove global page optimization logic by Marcelo Tosatti · 16 years ago
  50. 4c26b4c KVM: MMU: Discard reserved bits checking on PDE bit 7-8 by Sheng Yang · 16 years ago
  51. 20c466b KVM: Use rsvd_bits_mask in load_pdptrs() by Dong, Eddie · 16 years ago
  52. 82725b2 KVM: MMU: Emulate #PF error code of reserved bits violation by Dong, Eddie · 16 years ago
  53. f00be0c KVM: MMU: do not free active mmu pages in free_mmu_pages() by Gleb Natapov · 16 years ago
  54. a8cd024 KVM: Make paravirt tlb flush also reload the PAE PDPTRs by Avi Kivity · 15 years ago
  55. bf47a76 KVM: MMU: disable global page optimization by Marcelo Tosatti · 16 years ago
  56. cded19f KVM: fix sparse warnings: Should it be static? by Hannes Eder · 16 years ago
  57. 452425d KVM: MMU: remove assertion in kvm_mmu_alloc_page by Joerg Roedel · 16 years ago
  58. 6bed6b9 KVM: MMU: remove redundant check in mmu_set_spte by Joerg Roedel · 16 years ago
  59. f6e2c02 KVM: MMU: Rename "metaphysical" attribute to "direct" by Avi Kivity · 16 years ago
  60. 9903a92 KVM: MMU: drop zeroing on mmu_memory_cache_alloc by Marcelo Tosatti · 16 years ago
  61. 4677a3b KVM: MMU: Optimize page unshadowing by Avi Kivity · 16 years ago
  62. e8c4a4e8 KVM: MMU: Drop walk_shadow() by Avi Kivity · 16 years ago
  63. 9f652d2 KVM: MMU: Use for_each_shadow_entry() in __direct_map() by Avi Kivity · 16 years ago
  64. 2d11123 KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow() by Avi Kivity · 16 years ago
  65. e207831 KVM: MMU: Initialize a shadow page's global attribute from cr4.pge by Avi Kivity · 16 years ago
  66. a770f6f KVM: MMU: Inherit a shadow page's guest level count from vcpu setup by Avi Kivity · 16 years ago
  67. 2aaf69d KVM: MMU: Map device MMIO as UC in EPT by Sheng Yang · 16 years ago
  68. 8791723 KVM: MMU: handle large host sptes on invlpg/resync by Marcelo Tosatti · 16 years ago
  69. 25e2343 KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared by Avi Kivity · 16 years ago
  70. eb64f1e KVM: MMU: check for present pdptr shadow page in walk_shadow by Marcelo Tosatti · 16 years ago
  71. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago
  72. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  73. b1a3682 KVM: MMU: collapse remote TLB flushes on root sync by Marcelo Tosatti · 16 years ago
  74. 60c8aec KVM: MMU: use page array in unsync walk by Marcelo Tosatti · 16 years ago
  75. ecc5589 KVM: MMU: optimize set_spte for page sync by Marcelo Tosatti · 16 years ago
  76. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  77. 2843099 KVM: MMU: Fix aliased gfns treated as unaliased by Izik Eidus · 16 years ago
  78. 291f26b KVM: MMU: Extend kvm_mmu_page->slot_bitmap size by Sheng Yang · 16 years ago
  79. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  80. 74be52e KVM: Add local get_mtrr_type() to support MTRR by Sheng Yang · 16 years ago
  81. 0c0f40b KVM: MMU: fix sync of ptes addressed at owner pagetable by Marcelo Tosatti · 16 years ago
  82. c41ef34 KVM: MMU: increase per-vcpu rmap cache alloc size by Marcelo Tosatti · 16 years ago
  83. 6ad9f15 KVM: MMU: sync root on paravirt TLB flush by Marcelo Tosatti · 16 years ago
  84. 582801a KVM: MMU: add "oos_shadow" parameter to disable oos by Marcelo Tosatti · 16 years ago
  85. 0074ff6 KVM: MMU: speed up mmu_unsync_walk by Marcelo Tosatti · 16 years ago
  86. 4731d4c KVM: MMU: out of sync shadow core by Marcelo Tosatti · 16 years ago
  87. 6844dec KVM: MMU: mmu_convert_notrap helper by Marcelo Tosatti · 16 years ago
  88. 0738541 KVM: MMU: awareness of new kvm_mmu_zap_page behaviour by Marcelo Tosatti · 16 years ago
  89. ad8cfbe KVM: MMU: mmu_parent_walk by Marcelo Tosatti · 16 years ago
  90. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  91. 0ba73cd KVM: MMU: sync roots on mmu reload by Marcelo Tosatti · 16 years ago
  92. e8bc217 KVM: MMU: mode specific sync_page by Marcelo Tosatti · 16 years ago
  93. 38187c8 KVM: MMU: do not write-protect large mappings by Marcelo Tosatti · 16 years ago
  94. a378b4e KVM: MMU: move local TLB flush to mmu_set_spte by Marcelo Tosatti · 16 years ago
  95. 1e73f9d KVM: MMU: split mmu_set_spte by Marcelo Tosatti · 16 years ago
  96. 4c2155c KVM: switch to get_user_pages_fast by Marcelo Tosatti · 16 years ago
  97. d40a1ee KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr by Sheng Yang · 16 years ago
  98. 3201b5d KVM: MMU: Fix setting the accessed bit on non-speculative sptes by Avi Kivity · 16 years ago
  99. 171d595 KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log by Avi Kivity · 16 years ago
  100. 2245a28 KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access() by Avi Kivity · 16 years ago