summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-06-271-64/+258
|\
| * workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...Zqiang2023-05-251-0/+3
| * workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()Zqiang2023-05-241-5/+12
| * workqueue: Track and monitor per-workqueue CPU time usageTejun Heo2023-05-171-0/+3
| * workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo2023-05-171-0/+93
| * workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo2023-05-171-5/+63
| * workqueue: Improve locking rule description for worker fieldsTejun Heo2023-05-171-0/+6
| * workqueue: Move worker_set/clr_flags() upwardsTejun Heo2023-05-171-54/+54
| * workqueue: Add pwq->stats[] and a monitoring scriptTejun Heo2023-05-171-1/+23
| * Further upgrade queue_work_on() commentPaul E. McKenney2023-05-091-0/+2
* | workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2023-06-231-5/+8
|/
* Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-04-291-13/+121
|\
| * workqueue: Introduce show_freezable_workqueuesJungseung Lee2023-03-231-2/+24
| * workqueue: Print backtraces from CPUs with hung CPU bound workqueuesPetr Mladek2023-03-171-0/+66
| * workqueue: Warn when a rescuer could not be createdPetr Mladek2023-03-171-1/+6
| * workqueue: Interrupted create_worker() is not a repeated eventPetr Mladek2023-03-171-2/+7
| * workqueue: Warn when a new worker could not be createdPetr Mladek2023-03-171-3/+11
| * workqueue: Fix hung time report of worker poolsPetr Mladek2023-03-171-3/+7
| * workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()Ammar Faizi2023-03-171-4/+2
* | workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+7
|/
* workqueue: Fold rebind_worker() within rebind_workers()Valentin Schneider2023-01-131-8/+5
* workqueue: Unbind kworkers before sending them to exit()Valentin Schneider2023-01-121-12/+60
* workqueue: Don't hold any lock while rcuwait'ing for !POOL_MANAGER_ACTIVEValentin Schneider2023-01-121-17/+19
* workqueue: Convert the idle_timer to a timer + work_structValentin Schneider2023-01-121-2/+50
* workqueue: Factorize unbind/rebind_workers() logicValentin Schneider2023-01-121-12/+21
* workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutexLai Jiangshan2023-01-121-25/+16
* workqueue: Make show_pwq() use run-length encodingPaul E. McKenney2023-01-061-5/+39
* workqueue: Add a new flag to spot the potential UAF errorRichard Clark2023-01-041-3/+12
* workqueue: Make queue_rcu_work() use call_rcu_hurry()Uladzislau Rezki2022-11-301-1/+1
* Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-031-1/+1
|\
| * treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen2022-09-261-1/+1
* | workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa2022-08-161-4/+2
|/
* Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-031-0/+9
|\
| * Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-07-121-0/+9
| |\
| | * Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky2022-06-101-0/+9
* | | workqueue: Avoid a false warning in unbind_workers()Lai Jiangshan2022-07-291-1/+4
|/ /
* | workqueue: Wrap flush_workqueue() using a macroTetsuo Handa2022-06-071-4/+12
* | workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUsZqiang2022-04-211-1/+1
|/
* Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2022-03-231-38/+20
|\
| * workqueue: Convert the type of pool->nr_running to intLai Jiangshan2022-01-121-13/+16
| * workqueue: Use wake_up_worker() in wq_worker_sleeping() instead of open codeLai Jiangshan2022-01-121-6/+3
| * workqueue: Change the comments of the synchronization about the idle_listLai Jiangshan2022-01-121-9/+2
| * workqueue: Remove the mb() pair between wq_worker_sleeping() and insert_work()Lai Jiangshan2022-01-121-11/+0
* | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-2/+2
* | workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker2022-02-161-2/+2
|/
* Merge branch 'workqueue/for-5.16-fixes' into workqueue/for-5.17Tejun Heo2022-01-101-1/+21
|\
| * workqueue: Fix unbind_workers() VS wq_worker_sleeping() raceFrederic Weisbecker2021-12-021-0/+10
| * workqueue: Fix unbind_workers() VS wq_worker_running() raceFrederic Weisbecker2021-12-021-0/+9
| * workqueue: Upgrade queue_work_on() commentPaul E. McKenney2021-12-011-1/+2
* | workqueue: Remove the cacheline_aligned for nr_runningLai Jiangshan2021-12-091-8/+4