1. 22 8月, 2015 2 次提交
  2. 15 8月, 2015 1 次提交
  3. 11 8月, 2015 2 次提交
  4. 07 8月, 2015 1 次提交
  5. 05 8月, 2015 10 次提交
  6. 04 8月, 2015 1 次提交
  7. 30 7月, 2015 1 次提交
    • P
      KVM: x86: clean/fix memory barriers in irqchip_in_kernel · 71ba994c
      Paolo Bonzini 提交于
      The memory barriers are trying to protect against concurrent RCU-based
      interrupt injection, but the IRQ routing table is not valid at the time
      kvm->arch.vpic is written.  Fix this by writing kvm->arch.vpic last.
      kvm_destroy_pic then need not set kvm->arch.vpic to NULL; modify it
      to take a struct kvm_pic* and reuse it if the IOAPIC creation fails.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      71ba994c
  8. 29 7月, 2015 17 次提交
  9. 23 7月, 2015 5 次提交