summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Assign a color to barrier work itemsLai Jiangshan2021-08-171-8/+12
* workqueue: Mark barrier work with WORK_STRUCT_INACTIVELai Jiangshan2021-08-171-8/+34
* workqueue: Change the code of calculating work_flags in insert_wq_barrier()Lai Jiangshan2021-08-171-4/+3
* workqueue: Change arguement of pwq_dec_nr_in_flight()Lai Jiangshan2021-08-171-8/+10
* workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan2021-08-171-29/+29
* workqueue: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-091-11/+11
* workqueue: Replace deprecated ida_simple_*() with ida_alloc()/ida_free()Zhen Lei2021-08-091-7/+6
* workqueue: Fix typo in commentsCai Huoqing2021-08-091-3/+3
* workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei2021-07-291-5/+7
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-07-211-7/+13
* wq: handle VM suspension in stall detectionSergey Senozhatsky2021-05-201-2/+10
* Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-1/+1
|\
| * workqueue: use WARN_ON_FUNCTION_MISMATCHSami Tolvanen2021-04-081-1/+1
* | workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing2021-04-041-11/+6
* | workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-041-1/+1
|/
* Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2021-02-221-2/+2
|\
| * workqueue: Use %s instead of function nameStephen Zhang2021-01-271-2/+2
* | workqueue: Restrict affinity change to rescuerPeter Zijlstra2021-01-221-6/+3
* | workqueue: Tag bound workers with KTHREAD_IS_PER_CPUPeter Zijlstra2021-01-221-2/+9
* | workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinityLai Jiangshan2021-01-221-1/+1
|/
* Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2020-12-281-3/+10
|\
| * workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2020-11-251-3/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-0/+3
|\ \
| * | workqueue: kasan: record workqueue stackWalter Wu2020-12-151-0/+3
| |/
* / workqueue: Manually break affinity on hotplugPeter Zijlstra2020-11-101-0/+4
|/
* workqueue: fix a kernel-doc warningMauro Carvalho Chehab2020-10-161-0/+3
* treewide: Make all debug_obj_descriptors constStephen Boyd2020-09-241-2/+2
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-5/+5
* workqueue: use BUILD_BUG_ON() for compile time test instead of WARN_ON()Lai Jiangshan2020-06-011-1/+1
* workqueue: remove useless unlock() and lock() in seriesLai Jiangshan2020-05-291-2/+0
* workqueue: void unneeded requeuing the pwq in rescuer threadLai Jiangshan2020-05-291-1/+1
* workqueue: Convert the pool::lock and wq_mayday_lock to raw_spinlock_tSebastian Andrzej Siewior2020-05-291-88/+88
* workqueue: Use rcuwait for wq_manager_waitSebastian Andrzej Siewior2020-05-291-5/+19
* workqueue: Remove unnecessary kfree() call in rcu_free_wq()Zhang Qiang2020-05-271-1/+0
* workqueue: Fix an use after free in init_rescuer()Dan Carpenter2020-05-111-1/+3
* workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO.Sean Fu2020-05-051-4/+2
* workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior2020-04-081-2/+4
* Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2020-04-031-8/+4
|\
| * workqueue: Mark up unlocked access to wq->first_flusherChris Wilson2020-03-121-2/+2
| * workqueue: Make workqueue_init*() return voidYu Chen2020-03-041-6/+2
* | workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton2020-03-101-6/+8
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-1/+1
|\
| * Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-2/+2
| |\
| * | sched/rt, workqueue: Use PREEMPTIONSebastian Andrzej Siewior2019-12-081-1/+1
* | | workqueue: add worker function to workqueue_execute_end tracepointDaniel Jordan2020-01-151-1/+1
| |/ |/|
* | workqueue: Use pr_warn instead of pr_warningKefeng Wang2019-12-061-2/+2
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-8/+1
|\
| * workqueue: Convert for_each_wq to use built-in list checkJoel Fernandes (Google)2019-10-301-8/+2
* | workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior2019-11-151-1/+2
* | workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-10-041-5/+12