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