aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2021-01-22workqueue: Restrict affinity change to rescuerPeter Zijlstra
2021-01-22workqueue: Tag bound workers with KTHREAD_IS_PER_CPUPeter Zijlstra
2021-01-22workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinityLai Jiangshan
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15workqueue: kasan: record workqueue stackWalter Wu
2020-11-25workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye
2020-11-10workqueue: Manually break affinity on hotplugPeter Zijlstra
2020-10-16workqueue: fix a kernel-doc warningMauro Carvalho Chehab
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-01workqueue: use BUILD_BUG_ON() for compile time test instead of WARN_ON()Lai Jiangshan
2020-05-29workqueue: remove useless unlock() and lock() in seriesLai Jiangshan
2020-05-29workqueue: void unneeded requeuing the pwq in rescuer threadLai Jiangshan
2020-05-29workqueue: Convert the pool::lock and wq_mayday_lock to raw_spinlock_tSebastian Andrzej Siewior
2020-05-29workqueue: Use rcuwait for wq_manager_waitSebastian Andrzej Siewior
2020-05-27workqueue: Remove unnecessary kfree() call in rcu_free_wq()Zhang Qiang
2020-05-11workqueue: Fix an use after free in init_rescuer()Dan Carpenter
2020-05-05workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO.Sean Fu
2020-04-08workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2020-03-12workqueue: Mark up unlocked access to wq->first_flusherChris Wilson
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton
2020-03-04workqueue: Make workqueue_init*() return voidYu Chen
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-15workqueue: add worker function to workqueue_execute_end tracepointDaniel Jordan
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-08sched/rt, workqueue: Use PREEMPTIONSebastian Andrzej Siewior
2019-12-06workqueue: Use pr_warn instead of pr_warningKefeng Wang
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-15workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior
2019-10-30workqueue: Convert for_each_wq to use built-in list checkJoel Fernandes (Google)
2019-10-04workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo
2019-10-04workqueue: more destroy_workqueue() fixesTejun Heo
2019-09-20workqueue: Minor follow-ups to the rescuer destruction changeTejun Heo
2019-09-20workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo
2019-09-18workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo
2019-09-13workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsDaniel Jordan
2019-09-13workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan
2019-06-27workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner
2019-06-27workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08workqueue: Use normal rcuThomas Gleixner
2019-03-21workqueue: Only unregister a registered lockdep keyBart Van Assche
2019-03-19kernel/workqueue: Document wq_worker_last_func() argumentBart Van Assche
2019-03-15kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_...Mathieu Malaterre