summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2015-03-05workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-02-13workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasksTejun Heo
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo
2014-12-08workqueue: allow rescuer thread to do more work.NeilBrown
2014-12-08workqueue: invert the order between pool->lock and wq_mayday_lockTejun Heo
2014-12-04workqueue: cosmetic update in rescuer_thread()Tejun Heo
2014-10-06workqueue: Use cond_resched_rcu_qs macroJoe Lawrence
2014-10-06workqueue: Add quiescent state between work itemsJoe Lawrence
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2014-07-22workqueue: use nr_node_ids instead of wq_numa_tbl_lenLai Jiangshan
2014-07-22workqueue: remove the misnamed out_unlock label in get_unbound_pool()Lai Jiangshan
2014-07-22workqueue: remove the stale comment in pwq_unbound_release_workfn()Lai Jiangshan
2014-07-22workqueue: move rescuer pool detachment to the endLai Jiangshan
2014-07-22workqueue: unfold start_worker() into create_worker()Lai Jiangshan
2014-07-22workqueue: remove @wakeup from worker_set_flags()Lai Jiangshan
2014-07-22workqueue: remove an unneeded UNBOUND test before waking up the next workerLai Jiangshan
2014-07-18workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan
2014-07-15workqueue: alloc struct worker on its local nodeLai Jiangshan
2014-07-11workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan
2014-07-07workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu
2014-07-01workqueue: stronger test in process_one_work()Lai Jiangshan
2014-07-01workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan
2014-06-23workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon
2014-06-19workqueue: stronger test in process_one_work()Lai Jiangshan
2014-06-19workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan
2014-06-19workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan
2014-06-19workqueue: clear leftover flags when detachedLai Jiangshan
2014-06-19workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan
2014-06-19workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan
2014-06-19workqueue: remove the empty check in too_many_workers()Lai Jiangshan
2014-06-19workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2014-05-28kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoValdis Kletnieks
2014-05-22workqueue: remove the confusing POOL_FREEZINGLai Jiangshan
2014-05-22workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar
2014-05-20workqueue: use generic attach/detach routine for rescuersLai Jiangshan
2014-05-20workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan
2014-05-20workqueue: rename manager_mutex to attach_mutexLai Jiangshan
2014-05-20workqueue: narrow the protection range of manager_mutexLai Jiangshan
2014-05-20workqueue: convert worker_idr to worker_idaLai Jiangshan
2014-05-20workqueue: separate iteration role from worker_idrLai Jiangshan
2014-05-20workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan
2014-05-20workqueue: async worker destructionLai Jiangshan
2014-05-20workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan
2014-05-20workqueue: use manager lock only to protect worker_idrLai Jiangshan
2014-05-12kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick
2014-04-18workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn
2014-04-18workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan