1. 17 4月, 2013 1 次提交
  2. 10 4月, 2013 1 次提交
  3. 09 4月, 2013 3 次提交
  4. 08 4月, 2013 1 次提交
  5. 27 3月, 2013 2 次提交
  6. 19 3月, 2013 4 次提交
  7. 16 2月, 2013 1 次提交
  8. 09 1月, 2013 1 次提交
  9. 04 12月, 2012 1 次提交
  10. 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
  11. 05 9月, 2012 1 次提交
  12. 31 8月, 2012 1 次提交