1. 8791723 KVM: MMU: handle large host sptes on invlpg/resync by Marcelo Tosatti · 16 years ago
  2. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago
  3. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  4. 6c47535 KVM: MMU: avoid creation of unreachable pages in the shadow by Marcelo Tosatti · 16 years ago
  5. 4731d4c KVM: MMU: out of sync shadow core by Marcelo Tosatti · 16 years ago
  6. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  7. e8bc217 KVM: MMU: mode specific sync_page by Marcelo Tosatti · 16 years ago
  8. 93a423e KVM: MMU: flush remote TLBs on large->normal entry overwrite by Marcelo Tosatti · 16 years ago
  9. 4c2155c KVM: switch to get_user_pages_fast by Marcelo Tosatti · 16 years ago
  10. d40a1ee KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr by Sheng Yang · 16 years ago
  11. abb9e0b KVM: MMU: Convert the paging mode shadow walk to use the generic walker by Avi Kivity · 16 years ago
  12. 135f8c2 KVM: MMU: Move SHADOW_PT_INDEX to mmu.c by Avi Kivity · 16 years ago
  13. cd5998e KVM: MMU: Fix torn shadow pte by Avi Kivity · 16 years ago
  14. e930bff KVM: Synchronize guest physical memory map to host virtual memory map by Andrea Arcangeli · 16 years ago
  15. eab9f71 KVM: MMU: Optimize prefetch_page() by Avi Kivity · 16 years ago
  16. ebb0e62 KVM: MMU: Fix printk() format string by Avi Kivity · 16 years ago
  17. 35149e2 KVM: MMU: Don't assume struct page for x86 by Anthony Liguori · 16 years ago
  18. 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 16 years ago
  19. 947da53 KVM: MMU: Set the accessed bit on non-speculative shadow ptes by Avi Kivity · 16 years ago
  20. b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 16 years ago
  21. 05da455 KVM: MMU: large page support by Marcelo Tosatti · 16 years ago
  22. d196e34 KVM: MMU: Decouple mmio from shadow page tables by Avi Kivity · 16 years ago
  23. 489f1d6 KVM: MMU: Update shadow ptes on partial guest pte writes by Dong, Eddie · 17 years ago
  24. f7d9c7b KVM: MMU: Fix race when instantiating a shadow pte by Avi Kivity · 16 years ago
  25. 24993d5 KVM: make MMU_DEBUG compile again by Marcelo Tosatti · 16 years ago
  26. 72dc67a KVM: remove the usage of the mmap_sem for the protection of the memory slots. by Izik Eidus · 16 years ago
  27. 5882842 KVM: MMU: Merge shadow level check in FNAME(fetch) by Dong, Eddie · 17 years ago
  28. eb787d1 KVM: MMU: Move kvm_free_some_pages() into critical section by Avi Kivity · 17 years ago
  29. aaee2c9 KVM: MMU: Switch to mmu spinlock by Marcelo Tosatti · 17 years ago
  30. d7824ff KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte() by Avi Kivity · 17 years ago
  31. 7ec5458 KVM: Add kvm_read_guest_atomic() by Marcelo Tosatti · 17 years ago
  32. 10589a4 KVM: MMU: Concurrent guest walkers by Marcelo Tosatti · 17 years ago
  33. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago[Renamed from drivers/kvm/paging_tmpl.h]
  34. ad312c7 KVM: Portability: Introduce kvm_vcpu_arch by Zhang Xiantao · 17 years ago
  35. 7819026 KVM: MMU: Fix SMP shadow instantiation race by Marcelo Tosatti · 17 years ago
  36. 1c4f1fd KVM: MMU: Move set_pte() into guest paging mode independent code by Avi Kivity · 17 years ago
  37. 2fbf4cf KVM: MMU: Remove walker argument to set_pte() by Avi Kivity · 17 years ago
  38. e3f9550 KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-site by Avi Kivity · 17 years ago
  39. b4ab019 KVM: MMU: No need to pick up nx bit from guest pte by Avi Kivity · 17 years ago
  40. 41074d0 KVM: MMU: Fix inherited permissions for emulated guest pte updates by Avi Kivity · 17 years ago
  41. bedbe4e KVM: MMU: Move pte access calculation into a helper function by Avi Kivity · 17 years ago
  42. 8d87a03 KVM: MMU: Set nx bit correctly on shadow ptes by Avi Kivity · 17 years ago
  43. fe135d2 KVM: MMU: Simplify calculation of pte access by Avi Kivity · 17 years ago
  44. b3e4e63 KVM: MMU: Use cmpxchg for pte updates on walk_addr() by Marcelo Tosatti · 17 years ago
  45. 4bf8ed8 KVM: MMU: Remove unused prev_shadow_ent variable from fetch() by Marcelo Tosatti · 17 years ago
  46. 1755fbc KVM: MMU: Introduce gfn_to_gpa() by Avi Kivity · 17 years ago
  47. 38c335f KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpa by Avi Kivity · 17 years ago
  48. 230c9a8 KVM: MMU: Merge set_pte() and set_pte_common() by Avi Kivity · 17 years ago
  49. 050e649 KVM: MMU: Remove set_pde() by Avi Kivity · 17 years ago
  50. 4e54237 KVM: MMU: Remove extra gaddr parameter from set_pte_common() by Avi Kivity · 17 years ago
  51. da92852 KVM: MMU: Move pse36 handling to the guest walker by Avi Kivity · 17 years ago
  52. 5fb07dd KVM: MMU: Introduce and use gpte_to_gfn() by Avi Kivity · 17 years ago
  53. b238f7b KVM: MMU: Code cleanup by Izik Eidus · 17 years ago
  54. e5a4c8c KVM: MMU: Implement guest page fault bypass for nonpae by Avi Kivity · 17 years ago
  55. b4231d6 KVM: MMU: Selectively set PageDirty when releasing guest memory by Izik Eidus · 17 years ago
  56. 971535f KVM: MMU: Remove unused variable by Avi Kivity · 17 years ago
  57. ec8d4ea KVM: MMU: Change guest pte access to kvm_{read,write}_guest() by Izik Eidus · 17 years ago
  58. 8a7ae05 KVM: MMU: Partial swapping of guest memory by Izik Eidus · 17 years ago
  59. cea7bb2 KVM: MMU: Make gfn_to_page() always safe by Izik Eidus · 17 years ago
  60. 42bf3f0 KVM: MMU: Simplify page table walker by Avi Kivity · 17 years ago
  61. c4fcc27 KVM: MMU: When updating the dirty bit, inform the mmu about it by Avi Kivity · 17 years ago
  62. 5df34a8 KVM: MMU: Move dirty bit updates to a separate function by Avi Kivity · 17 years ago
  63. cc70e73 KVM: MMU: Disable write access on clean large pages by Avi Kivity · 17 years ago
  64. c22e351 KVM: MMU: Fix nx access bit for huge pages by Avi Kivity · 17 years ago
  65. e3c5e7ec KVM: Move guest pte dirty bit management to the guest pagetable walker by Avi Kivity · 17 years ago
  66. 4a4c992 KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups by Anthony Liguori · 17 years ago
  67. f67a46f KVM: MMU: Clean up MMU functions to take struct kvm when appropriate by Anthony Liguori · 17 years ago
  68. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  69. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 17 years ago
  70. 12b7d28 KVM: MMU: Make flooding detection work when guest page faults are bypassed by Avi Kivity · 17 years ago
  71. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
  72. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
  73. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 17 years ago
  74. f802a30 KVM: Use standard CR3 flags, tighten checking by Rusty Russell · 17 years ago
  75. d55e2cb KVM: MMU: Store nx bit for large page shadows by Avi Kivity · 17 years ago
  76. bd2b2ba KVM: MMU: Remove unused large page marker by Avi Kivity · 17 years ago
  77. b64b376 KVM: MMU: Don't cache guest access bits in the shadow page table by Avi Kivity · 17 years ago
  78. fd97dc5 KVM: MMU: Simpify accessed/dirty/present/nx bit handling by Avi Kivity · 17 years ago
  79. 4436d46 KVM: MMU: Remove cr0.wp tricks by Avi Kivity · 17 years ago
  80. e663ee6 KVM: MMU: Make setting shadow ptes atomic on i386 by Avi Kivity · 17 years ago
  81. 0d551bb KVM: Make shadow pte updates atomic by Avi Kivity · 17 years ago
  82. a18de5a KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common() by Avi Kivity · 17 years ago
  83. 97a0a01 KVM: MMU: Fold fix_write_pf() into set_pte_common() by Avi Kivity · 17 years ago
  84. 63b1ad2 KVM: MMU: Fold fix_read_pf() into set_pte_common() by Avi Kivity · 17 years ago
  85. 6598c8b KVM: MMU: Pass the guest pde to set_pte_common by Avi Kivity · 17 years ago
  86. e60d75e KVM: MMU: Move set_pte_common() to pte width dependent code by Avi Kivity · 17 years ago
  87. ef0197e KVM: MMU: Simplify fetch() a little bit by Avi Kivity · 17 years ago
  88. 8d72820 KVM: Use symbolic constants instead of magic numbers by Eddie Dong · 17 years ago
  89. 47ad8e6 KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical by Avi Kivity · 17 years ago
  90. 0028425 KVM: Update shadow pte on write to guest pte by Avi Kivity · 17 years ago
  91. a25f7e1 KVM: Reduce misfirings of the fork detector by Avi Kivity · 17 years ago
  92. 1165f5f KVM: Per-vcpu statistics by Avi Kivity · 17 years ago
  93. d28c6cfb KVM: MMU: Fix hugepage pdes mapping same physical address with different access by Avi Kivity · 17 years ago
  94. ca5aac1 KVM: MMU: Remove unnecessary check for pdptr access by Avi Kivity · 17 years ago
  95. d27d4ac KVM: Cosmetics by Avi Kivity · 17 years ago
  96. bf3f8e8 KVM: mmu: add missing dirty page tracking cases by Avi Kivity · 17 years ago
  97. e119d11 [PATCH] kvm: Fix gva_to_gpa() by Avi Kivity · 17 years ago
  98. 73b1087 [PATCH] KVM: MMU: Report nx faults to the guest by Avi Kivity · 17 years ago
  99. 7993ba4 [PATCH] KVM: MMU: Perform access checks in walk_addr() by Avi Kivity · 17 years ago
  100. fc3dffe [PATCH] KVM: fix bogus pagefault on writable pages by Avi Kivity · 17 years ago