1. 17 5月, 2010 3 次提交
  2. 01 3月, 2010 2 次提交
  3. 25 1月, 2010 1 次提交
  4. 27 12月, 2009 1 次提交
    • M
      KVM: MMU: remove prefault from invlpg handler · fb341f57
      Marcelo Tosatti 提交于
      The invlpg prefault optimization breaks Windows 2008 R2 occasionally.
      
      The visible effect is that the invlpg handler instantiates a pte which
      is, microseconds later, written with a different gfn by another vcpu.
      
      The OS could have other mechanisms to prevent a present translation from
      being used, which the hypervisor is unaware of.
      
      While the documentation states that the cpu is at liberty to prefetch tlb
      entries, it looks like this is not heeded, so remove tlb prefetch from
      invlpg.
      
      Cc: stable@kernel.org
      Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      fb341f57
  5. 03 12月, 2009 1 次提交
  6. 04 10月, 2009 1 次提交
  7. 10 9月, 2009 9 次提交
  8. 28 6月, 2009 1 次提交
  9. 10 6月, 2009 4 次提交
  10. 24 3月, 2009 5 次提交
  11. 31 12月, 2008 3 次提交
  12. 26 11月, 2008 1 次提交
  13. 15 10月, 2008 8 次提交