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