1. 28 1月, 2015 2 次提交
  2. 02 12月, 2014 3 次提交
  3. 23 7月, 2014 1 次提交
  4. 22 4月, 2014 2 次提交
  5. 04 1月, 2014 1 次提交
  6. 11 12月, 2013 1 次提交
  7. 14 8月, 2013 1 次提交
  8. 31 7月, 2013 1 次提交
  9. 14 6月, 2013 4 次提交
  10. 10 1月, 2013 6 次提交
  11. 20 11月, 2012 4 次提交
  12. 27 10月, 2012 6 次提交
  13. 03 10月, 2012 1 次提交
    • L
      workqueue: avoid using deprecated functions · 916082b0
      Linus Torvalds 提交于
      The network merge brought in a few users of functions that got
      deprecated by the workqueue cleanups: the 'system_nrt_wq' is now the
      same as the regular system_wq, since all workqueues are now non-
      reentrant.
      
      Similarly, remove one use of flush_work_sync() - the regular
      flush_work() has become synchronous, and the "_sync()" version is thus
      deprecated as being superfluous.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      916082b0
  14. 25 9月, 2012 7 次提交