summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-06-161-0/+16
* workqueue: replace pool->manager_arb mutex with a flagTejun Heo2018-01-011-22/+15
* workqueue: implicit ordered attribute should be overridableTejun Heo2017-11-111-4/+9
* workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-11-111-0/+10
* workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-06-151-0/+29
* workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo2016-02-251-0/+10
* Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo2016-02-241-4/+4
* workqueue: make sure delayed work run in local cpuShaohua Li2015-10-301-4/+4
* workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-231-4/+52
* workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo2015-02-041-18/+9
* workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu2014-07-071-1/+1
* workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon2014-06-231-0/+1
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-06-091-301/+147
|\
| * kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoValdis Kletnieks2014-05-281-1/+1
| * workqueue: remove the confusing POOL_FREEZINGLai Jiangshan2014-05-221-25/+7
| * workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan2014-05-221-5/+5
| * workqueue: use generic attach/detach routine for rescuersLai Jiangshan2014-05-201-66/+8
| * workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan2014-05-201-23/+38
| * workqueue: rename manager_mutex to attach_mutexLai Jiangshan2014-05-201-22/+22
| * workqueue: narrow the protection range of manager_mutexLai Jiangshan2014-05-201-30/+5
| * workqueue: convert worker_idr to worker_idaLai Jiangshan2014-05-201-12/+8
| * workqueue: separate iteration role from worker_idrLai Jiangshan2014-05-201-13/+15
| * workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan2014-05-201-62/+5
| * workqueue: async worker destructionLai Jiangshan2014-05-201-21/+41
| * workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan2014-05-201-11/+8
| * workqueue: use manager lock only to protect worker_idrLai Jiangshan2014-05-201-28/+6
| * kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2014-05-121-3/+3
| * workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2014-04-181-6/+2
* | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-221-6/+30
|\|
| * workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan2014-04-181-0/+12
| * workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan2014-04-181-5/+16
| * workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn2014-04-161-1/+2
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-3/+3
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-0/+7
|\
| * workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner2014-03-251-0/+7
* | workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-221-1/+1
* | workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-02-181-0/+7
|/
* Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-01-211-0/+2
|\
| * workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu2014-01-111-0/+2
* | Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-151-22/+10
|\ \
| * | Revert "workqueue: allow work_on_cpu() to be called recursively"Bjorn Helgaas2013-11-251-22/+10
| |/
* | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-221-6/+9
* | workqueue: fix comment typo for __queue_work()Li Bin2013-11-221-1/+1
* | workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-221-2/+22
* | workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov2013-11-221-4/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-41/+66
|\
| * workqueue: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-201-41/+66
* | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-09-031-5/+9
|\ \
| * | workqueue: Fix manage_workers() RETURNS descriptionLibin2013-08-211-2/+5
| * | workqueue: Comment correction in file headerLibin2013-08-211-3/+4