1. 01 8月, 2010 4 次提交
  2. 17 5月, 2010 10 次提交
  3. 25 4月, 2010 1 次提交
    • J
      KVM: x86: Save&restore interrupt shadow mask · 48005f64
      Jan Kiszka 提交于
      The interrupt shadow created by STI or MOV-SS-like operations is part of
      the VCPU state and must be preserved across migration. Transfer it in
      the spare padding field of kvm_vcpu_events.interrupt.
      
      As a side effect we now have to make vmx_set_interrupt_shadow robust
      against both shadow types being set. Give MOV SS a higher priority and
      skip STI in that case to avoid that VMX throws a fault on next entry.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      48005f64
  4. 01 3月, 2010 3 次提交
  5. 03 12月, 2009 1 次提交
  6. 10 9月, 2009 1 次提交
  7. 10 6月, 2009 2 次提交
  8. 31 12月, 2008 2 次提交
  9. 23 10月, 2008 2 次提交
  10. 23 7月, 2008 1 次提交
    • V
      x86: consolidate header guards · 77ef50a5
      Vegard Nossum 提交于
      This patch is the result of an automatic script that consolidates the
      format of all the headers in include/asm-x86/.
      
      The format:
      
      1. No leading underscore. Names with leading underscores are reserved.
      2. Pathname components are separated by two underscores. So we can
         distinguish between mm_types.h and mm/types.h.
      3. Everything except letters and numbers are turned into single
         underscores.
      Signed-off-by: NVegard Nossum <vegard.nossum@gmail.com>
      77ef50a5
  11. 20 7月, 2008 2 次提交
  12. 18 5月, 2008 1 次提交
  13. 17 4月, 2008 1 次提交
  14. 31 1月, 2008 1 次提交
  15. 30 1月, 2008 8 次提交