aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-06workqueue: Reorder sysfs codeFrederic Weisbecker1-317/+318
2015-03-09workqueue: dump workqueues on sysrq-tTejun Heo1-0/+160
2015-03-09workqueue: keep track of the flushing task and pool managerTejun Heo1-0/+5
2015-03-09workqueue: make the workqueues list RCU walkableTejun Heo1-16/+31
2015-03-05workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONETejun Heo1-4/+52
2015-02-13workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasksTejun Heo1-3/+2
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo1-17/+8
2014-12-08workqueue: allow rescuer thread to do more work.NeilBrown1-1/+19
2014-12-08workqueue: invert the order between pool->lock and wq_mayday_lockTejun Heo1-4/+4
2014-12-04workqueue: cosmetic update in rescuer_thread()Tejun Heo1-1/+1
2014-10-06workqueue: Use cond_resched_rcu_qs macroJoe Lawrence1-2/+1
2014-10-06workqueue: Add quiescent state between work itemsJoe Lawrence1-1/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-139/+61
2014-07-22workqueue: use nr_node_ids instead of wq_numa_tbl_lenLai Jiangshan1-8/+3
2014-07-22workqueue: remove the misnamed out_unlock label in get_unbound_pool()Lai Jiangshan1-2/+2
2014-07-22workqueue: remove the stale comment in pwq_unbound_release_workfn()Lai Jiangshan1-9/+1
2014-07-22workqueue: move rescuer pool detachment to the endLai Jiangshan1-8/+6
2014-07-22workqueue: unfold start_worker() into create_worker()Lai Jiangshan1-57/+18
2014-07-22workqueue: remove @wakeup from worker_set_flags()Lai Jiangshan1-22/+11
2014-07-22workqueue: remove an unneeded UNBOUND test before waking up the next workerLai Jiangshan1-3/+6
2014-07-18workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan1-2/+2
2014-07-15workqueue: alloc struct worker on its local nodeLai Jiangshan1-4/+4
2014-07-11workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan1-1/+1
2014-07-07workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu1-1/+1
2014-07-01workqueue: stronger test in process_one_work()Lai Jiangshan1-7/+1
2014-07-01workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan1-4/+1
2014-06-23workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon1-0/+1
2014-06-19workqueue: stronger test in process_one_work()Lai Jiangshan1-7/+2
2014-06-19workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan1-7/+3
2014-06-19workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan1-1/+1
2014-06-19workqueue: clear leftover flags when detachedLai Jiangshan1-0/+3
2014-06-19workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan1-2/+0
2014-06-19workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan1-2/+1
2014-06-19workqueue: remove the empty check in too_many_workers()Lai Jiangshan1-7/+0
2014-06-19workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan1-1/+1
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-301/+147
2014-05-28kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoValdis Kletnieks1-1/+1
2014-05-22workqueue: remove the confusing POOL_FREEZINGLai Jiangshan1-25/+7
2014-05-22workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan1-5/+5
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar1-6/+30
2014-05-20workqueue: use generic attach/detach routine for rescuersLai Jiangshan1-66/+8
2014-05-20workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan1-23/+38
2014-05-20workqueue: rename manager_mutex to attach_mutexLai Jiangshan1-22/+22
2014-05-20workqueue: narrow the protection range of manager_mutexLai Jiangshan1-30/+5
2014-05-20workqueue: convert worker_idr to worker_idaLai Jiangshan1-12/+8
2014-05-20workqueue: separate iteration role from worker_idrLai Jiangshan1-13/+15
2014-05-20workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan1-62/+5
2014-05-20workqueue: async worker destructionLai Jiangshan1-21/+41
2014-05-20workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan1-11/+8