summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-64/+258
2023-06-23workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds1-5/+8
2023-05-25workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...Zqiang1-0/+3
2023-05-25workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()Zqiang1-5/+12
2023-05-18workqueue: Track and monitor per-workqueue CPU time usageTejun Heo1-0/+3
2023-05-18workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo1-0/+93
2023-05-18workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo1-5/+63
2023-05-18workqueue: Improve locking rule description for worker fieldsTejun Heo1-0/+6
2023-05-18workqueue: Move worker_set/clr_flags() upwardsTejun Heo1-54/+54
2023-05-18workqueue: Add pwq->stats[] and a monitoring scriptTejun Heo1-1/+23
2023-05-09Further upgrade queue_work_on() commentPaul E. McKenney1-0/+2
2023-04-29Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-13/+121
2023-03-24workqueue: Introduce show_freezable_workqueuesJungseung Lee1-2/+24
2023-03-18workqueue: Print backtraces from CPUs with hung CPU bound workqueuesPetr Mladek1-0/+66
2023-03-18workqueue: Warn when a rescuer could not be createdPetr Mladek1-1/+6
2023-03-18workqueue: Interrupted create_worker() is not a repeated eventPetr Mladek1-2/+7
2023-03-18workqueue: Warn when a new worker could not be createdPetr Mladek1-3/+11
2023-03-18workqueue: Fix hung time report of worker poolsPetr Mladek1-3/+7
2023-03-18workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()Ammar Faizi1-4/+2
2023-03-17workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+7
2023-01-13workqueue: Fold rebind_worker() within rebind_workers()Valentin Schneider1-8/+5
2023-01-12workqueue: Unbind kworkers before sending them to exit()Valentin Schneider1-12/+60
2023-01-12workqueue: Don't hold any lock while rcuwait'ing for !POOL_MANAGER_ACTIVEValentin Schneider1-17/+19
2023-01-12workqueue: Convert the idle_timer to a timer + work_structValentin Schneider1-2/+50
2023-01-12workqueue: Factorize unbind/rebind_workers() logicValentin Schneider1-12/+21
2023-01-12workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutexLai Jiangshan1-25/+16
2023-01-07workqueue: Make show_pwq() use run-length encodingPaul E. McKenney1-5/+39
2023-01-05workqueue: Add a new flag to spot the potential UAF errorRichard Clark1-3/+12
2022-12-01workqueue: Make queue_rcu_work() use call_rcu_hurry()Uladzislau Rezki1-1/+1
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-1/+1
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen1-1/+1
2022-08-16workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa1-4/+2
2022-08-04Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+9
2022-07-29workqueue: Avoid a false warning in unbind_workers()Lai Jiangshan1-1/+4
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+9
2022-06-10Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky1-0/+9
2022-06-07workqueue: Wrap flush_workqueue() using a macroTetsuo Handa1-4/+12
2022-04-22workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUsZqiang1-1/+1
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-38/+20
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-2/+2
2022-02-16workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker1-2/+2
2022-01-12workqueue: Convert the type of pool->nr_running to intLai Jiangshan1-13/+16
2022-01-12workqueue: Use wake_up_worker() in wq_worker_sleeping() instead of open codeLai Jiangshan1-6/+3
2022-01-12workqueue: Change the comments of the synchronization about the idle_listLai Jiangshan1-9/+2
2022-01-12workqueue: Remove the mb() pair between wq_worker_sleeping() and insert_work()Lai Jiangshan1-11/+0
2022-01-10Merge branch 'workqueue/for-5.16-fixes' into workqueue/for-5.17Tejun Heo1-1/+21
2021-12-10workqueue: Remove the cacheline_aligned for nr_runningLai Jiangshan1-8/+4
2021-12-10workqueue: Move the code of waking a worker up in unbind_workers()Lai Jiangshan1-23/+15
2021-12-10workqueue: Remove schedule() in unbind_workers()Lai Jiangshan1-8/+3
2021-12-10workqueue: Remove outdated comment about exceptional workers in unbind_workers()Lai Jiangshan1-3/+1