1. 07 2月, 2013 1 次提交
  2. 27 10月, 2012 4 次提交
  3. 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
  4. 25 9月, 2012 1 次提交
    • T
      NFC: Use system_nrt_wq instead of custom ones · 474fee3d
      Tejun Heo 提交于
      NFC is using a number of custom ordered workqueues w/ WQ_MEM_RECLAIM.
      WQ_MEM_RECLAIM is unnecessary unless NFC is gonna be used as transport
      for storage device, and all use cases match one work item to one
      ordered workqueue - IOW, there's no actual ordering going on at all
      and using system_nrt_wq gives the same behavior.
      
      There's nothing to be gained by using custom workqueues.  Use
      system_nrt_wq instead and drop all the custom ones.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      474fee3d
  5. 10 7月, 2012 6 次提交
  6. 05 6月, 2012 7 次提交
  7. 16 5月, 2012 2 次提交
  8. 16 4月, 2012 1 次提交
  9. 13 4月, 2012 5 次提交
  10. 07 3月, 2012 2 次提交
  11. 25 1月, 2012 1 次提交
  12. 15 12月, 2011 5 次提交
  13. 01 12月, 2011 3 次提交
  14. 21 9月, 2011 1 次提交