1. 09 7月, 2015 1 次提交
  2. 07 6月, 2015 1 次提交
  3. 25 5月, 2015 1 次提交
  4. 16 5月, 2015 4 次提交
  5. 15 5月, 2015 1 次提交
  6. 10 4月, 2015 3 次提交
  7. 21 3月, 2015 5 次提交
  8. 28 2月, 2015 1 次提交
    • L
      amd-xgbe: Request IRQs only after driver is fully setup · c30e76a7
      Lendacky, Thomas 提交于
      It is possible that the hardware may not have been properly shutdown
      before this driver gets control, through use by firmware, for example.
      Until the driver is loaded, interrupts associated with the hardware
      could go pending. When the IRQs are requested napi support has not
      been initialized yet, but the ISR will get control and schedule napi
      processing resulting in a kernel panic because the poll routine has not
      been set.
      
      Adjust the code so that the driver is fully ready to handle and process
      interrupts as soon as the IRQs are requested. This involves requesting
      and freeing IRQs during start and stop processing and ordering the napi
      add and delete calls appropriately.
      
      Also adjust the powerup and powerdown routines to match the start and
      stop routines in regards to the ordering of tasks, including napi
      related calls.
      Signed-off-by: NTom Lendacky <thomas.lendacky@amd.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c30e76a7
  9. 08 2月, 2015 1 次提交
  10. 05 2月, 2015 2 次提交
  11. 17 1月, 2015 4 次提交
  12. 14 1月, 2015 1 次提交
  13. 10 12月, 2014 3 次提交
  14. 22 11月, 2014 4 次提交
  15. 07 11月, 2014 2 次提交
  16. 06 11月, 2014 6 次提交