summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Fix unbind_workers() VS wq_worker_running() raceFrederic Weisbecker2022-01-161-0/+9
* workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong2021-11-181-4/+11
* workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei2021-09-181-5/+7
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-07-311-7/+13
* wq: handle VM suspension in stall detectionSergey Senozhatsky2021-06-161-2/+10
* workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-141-1/+1
* workqueue: Restrict affinity change to rescuerPeter Zijlstra2021-02-071-6/+3
* workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2021-01-121-3/+10
* 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
* | workqueue: more destroy_workqueue() fixesTejun Heo2019-10-041-14/+31
* | workqueue: Minor follow-ups to the rescuer destruction changeTejun Heo2019-09-201-2/+2
* | workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo2019-09-201-0/+1
* | workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-09-181-5/+19
|/
* workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsDaniel Jordan2019-09-131-5/+14
* workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan2019-09-131-3/+3
* workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner2019-06-271-12/+11
* workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner2019-06-271-4/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-05-091-42/+53
|\
| * workqueue: Use normal rcuThomas Gleixner2019-04-081-42/+51
| * kernel/workqueue: Document wq_worker_last_func() argumentBart Van Assche2019-03-191-0/+1
| * kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_...Mathieu Malaterre2019-03-151-0/+1
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-6/+6
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-6/+6
* | | sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner2019-04-161-30/+24
* | | workqueue: Only unregister a registered lockdep keyBart Van Assche2019-03-211-2/+3
| |/ |/|