aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2016-08-10Merge remote-tracking branch 'lsk/linux-linaro-lsk-v3.18' into linux-linaro-l...lsk-v3.18-16.09-rtlinux-linaro-lsk-v3.18-rt-testAnders Roxell
2016-05-17workqueue: fix rebind bound workers warningWanpeng Li
2016-05-17workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-01-25Revert "workqueue: make sure delayed work run in local cpu"Sasha Levin
2015-11-13workqueue: make sure delayed work run in local cpuShaohua Li
2015-05-08workqueue: Prevent deadlock/stall on RTThomas Gleixner
2015-05-08sched: Distangle worker accounting from rqlockThomas Gleixner
2015-05-08workqueue vs ata-piix livelock fixupThomas Gleixner
2015-05-08Use local irq lock instead of irq disable regionsThomas Gleixner
2015-05-08workqueue: Use normal rcuThomas Gleixner
2015-03-28workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-01-29workqueue: fix subtle pool management issue which can stall whole worker_poolTejun 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