1. 10 10月, 2015 9 次提交
  2. 09 10月, 2015 6 次提交
  3. 21 8月, 2015 4 次提交
  4. 20 8月, 2015 3 次提交
  5. 19 8月, 2015 1 次提交
  6. 12 8月, 2015 6 次提交
  7. 01 8月, 2015 1 次提交
  8. 30 7月, 2015 4 次提交
  9. 23 7月, 2015 3 次提交
  10. 22 7月, 2015 1 次提交
  11. 21 7月, 2015 1 次提交
    • R
      PCI: xilinx: Check for MSI interrupt flag before handling as INTx · e4a8f8ee
      Russell Joyce 提交于
      Occasionally both MSI and INTx bits in the interrupt decode register are
      set at once by the Xilinx AXI PCIe Bridge, so the MSI flag in the interrupt
      message should be checked to ensure that the correct handler is used.
      
      If this check is not in place and the interrupt message type is MSI, the
      INTx handler will be used erroneously when both type bits are set.  This
      will also be followed by a second read of the message FIFO, which can
      result in the function returning early and the interrupt decode register
      not being cleared if the FIFO is now empty.
      Signed-off-by: NRussell Joyce <russell.joyce@york.ac.uk>
      Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
      e4a8f8ee
  12. 17 7月, 2015 1 次提交