Commit History

作者 SHA1 備註 提交日期
  Tejun Heo 8603e1b300 workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONE 10 年之前
  Tejun Heo dfbcbf42dd workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks 10 年之前
  Tejun Heo 29187a9eea workqueue: fix subtle pool management issue which can stall whole worker_pool 10 年之前
  NeilBrown 008847f66c workqueue: allow rescuer thread to do more work. 10 年之前
  Tejun Heo b2d829096b workqueue: invert the order between pool->lock and wq_mayday_lock 10 年之前
  Tejun Heo 0479c8c549 workqueue: cosmetic update in rescuer_thread() 10 年之前
  Joe Lawrence 3e28e37720 workqueue: Use cond_resched_rcu_qs macro 10 年之前
  Joe Lawrence 789cbbeca4 workqueue: Add quiescent state between work items 10 年之前
  Linus Torvalds f2a84170ed Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 11 年之前
  Linus Torvalds c4c3f5fba0 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 11 年之前
  Lai Jiangshan ddcb57e2ed workqueue: use nr_node_ids instead of wq_numa_tbl_len 11 年之前
  Lai Jiangshan 3fb1823c09 workqueue: remove the misnamed out_unlock label in get_unbound_pool() 11 年之前
  Lai Jiangshan 29b1cb416a workqueue: remove the stale comment in pwq_unbound_release_workfn() 11 年之前
  Lai Jiangshan 13b1d625ef workqueue: move rescuer pool detachment to the end 11 年之前
  Lai Jiangshan 051e185010 workqueue: unfold start_worker() into create_worker() 11 年之前
  Lai Jiangshan 228f1d0018 workqueue: remove @wakeup from worker_set_flags() 11 年之前
  Lai Jiangshan a489a03eca workqueue: remove an unneeded UNBOUND test before waking up the next worker 11 年之前
  Lai Jiangshan d8ca83e68c workqueue: wake regular worker if need_more_worker() when rescuer leave the pool 11 年之前
  Lai Jiangshan f7537df520 workqueue: alloc struct worker on its local node 11 年之前
  Lai Jiangshan 9c34a7042e workqueue: reuse the already calculated pwq in try_to_grab_pending() 11 年之前
  Yasuaki Ishimatsu 5a6024f160 workqueue: zero cpumask of wq_numa_possible_cpumask on init 11 年之前
  Lai Jiangshan 85327af61d workqueue: stronger test in process_one_work() 11 年之前
  Lai Jiangshan 3de5e88485 workqueue: clear POOL_DISASSOCIATED in rebind_workers() 11 年之前
  Maxime Bizon bddbceb688 workqueue: fix dev_set_uevent_suppress() imbalance 11 年之前
  Lai Jiangshan 807407c0a2 workqueue: stronger test in process_one_work() 11 年之前
  Lai Jiangshan f05b558d7e workqueue: clear POOL_DISASSOCIATED in rebind_workers() 11 年之前
  Lai Jiangshan 92b69f5091 workqueue: sanity check pool->cpu in wq_worker_sleeping() 11 年之前
  Lai Jiangshan b62c075194 workqueue: clear leftover flags when detached 11 年之前
  Lai Jiangshan 25ef09586d workqueue: remove useless WARN_ON_ONCE() 11 年之前
  Lai Jiangshan e212f361fb workqueue: use schedule_timeout_interruptible() instead of open code 11 年之前