1. 27 11月, 2013 7 次提交
  2. 20 11月, 2013 2 次提交
  3. 13 11月, 2013 11 次提交
  4. 06 11月, 2013 1 次提交
  5. 21 10月, 2013 3 次提交
  6. 07 10月, 2013 2 次提交
  7. 27 9月, 2013 1 次提交
  8. 20 9月, 2013 1 次提交
  9. 13 9月, 2013 2 次提交
  10. 12 9月, 2013 1 次提交
  11. 08 9月, 2013 1 次提交
    • M
      ath10k: prevent CE from looping indefinitely · 5440ce25
      Michal Kazior 提交于
      The double while() could end up running forever.
      Inner while() would complete very fast. However
      the completion processing could take enough time
      for more completions to flow in. In that case the
      outer while() would not terminate and run again,
      and again. This could happen especially on a slow
      host system.
      
      This could lead to a system freeze during heavy
      traffic. Note: this doesn't solve all known
      starvation issues yet.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5440ce25
  12. 06 9月, 2013 1 次提交
  13. 03 9月, 2013 6 次提交
  14. 01 9月, 2013 1 次提交