summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Stephen Rothwell2023-05-171-0/+2
|\
| * Further upgrade queue_work_on() commentPaul E. McKenney2023-05-091-0/+2
* | workqueue: Emit runtime message when flush_scheduled_work() is calledTetsuo Handa2023-05-081-0/+2
|/
* 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
* | workqueue: Move the code of waking a worker up in unbind_workers()Lai Jiangshan2021-12-091-23/+15
* | workqueue: Remove schedule() in unbind_workers()Lai Jiangshan2021-12-091-8/+3
* | workqueue: Remove outdated comment about exceptional workers in unbind_workers()Lai Jiangshan2021-12-091-3/+1
* | workqueue: Remove the advanced kicking of the idle workers in rebind_workers()Lai Jiangshan2021-12-091-11/+0
* | workqueue: Remove the outdated comment before wq_worker_sleeping()Lai Jiangshan2021-12-091-2/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\
| * workqueue, kasan: avoid alloc_pages() when recording stackMarco Elver2021-11-061-1/+1
* | workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan2021-10-201-76/+96