1. 06 6月, 2017 1 次提交
    • B
      drm/nouveau/tmr: fully separate alarm execution/pending lists · b4e382ca
      Ben Skeggs 提交于
      Reusing the list_head for both is a bad idea.  Callback execution is done
      with the lock dropped so that alarms can be rescheduled from the callback,
      which means that with some unfortunate timing, lists can get corrupted.
      
      The execution list should not require its own locking, the single function
      that uses it can only be called from a single context.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      Cc: stable@vger.kernel.org
      b4e382ca
  2. 17 2月, 2017 1 次提交
  3. 03 11月, 2015 1 次提交
  4. 28 8月, 2015 5 次提交
  5. 22 1月, 2015 3 次提交
  6. 26 3月, 2014 1 次提交
  7. 04 9月, 2013 1 次提交
  8. 20 2月, 2013 1 次提交
  9. 09 10月, 2012 1 次提交
  10. 03 10月, 2012 2 次提交