aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-07workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo1-10/+9
2023-08-07workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo1-141/+77
2023-08-07workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo1-9/+25
2023-08-07workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo1-34/+40
2023-08-07workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo1-17/+23
2023-08-07workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo1-73/+0
2023-08-07workqueue: Relocate worker and work management functionsTejun Heo1-172/+168
2023-08-07workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo1-7/+7
2023-08-07workqueue: Not all work insertion needs to wake up a workerTejun Heo1-19/+19
2023-08-07workqueue: Cleanups around process_scheduled_works()Tejun Heo1-18/+11
2023-08-07workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo1-14/+3
2023-08-07workqueue: Merge branch 'for-6.5-fixes' into for-6.6Tejun Heo1-1/+42
2023-08-07workqueue: use LIST_HEAD to initialize cull_listYang Yingliang1-5/+2
2023-07-25workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000Tejun Heo1-1/+42
2023-07-10workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang1-0/+17
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa1-6/+5
2023-06-27Merge 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-24workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()Zqiang1-5/+12
2023-05-17workqueue: Track and monitor per-workqueue CPU time usageTejun Heo1-0/+3
2023-05-17workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo1-0/+93
2023-05-17workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo1-5/+63
2023-05-17workqueue: Improve locking rule description for worker fieldsTejun Heo1-0/+6
2023-05-17workqueue: Move worker_set/clr_flags() upwardsTejun Heo1-54/+54
2023-05-17workqueue: 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-23workqueue: Introduce show_freezable_workqueuesJungseung Lee1-2/+24
2023-03-17workqueue: Print backtraces from CPUs with hung CPU bound workqueuesPetr Mladek1-0/+66
2023-03-17workqueue: Warn when a rescuer could not be createdPetr Mladek1-1/+6
2023-03-17workqueue: Interrupted create_worker() is not a repeated eventPetr Mladek1-2/+7
2023-03-17workqueue: Warn when a new worker could not be createdPetr Mladek1-3/+11
2023-03-17workqueue: Fix hung time report of worker poolsPetr Mladek1-3/+7
2023-03-17workqueue: 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-06workqueue: Make show_pwq() use run-length encodingPaul E. McKenney1-5/+39
2023-01-04workqueue: Add a new flag to spot the potential UAF errorRichard Clark1-3/+12
2022-11-30workqueue: Make queue_rcu_work() use call_rcu_hurry()Uladzislau Rezki1-1/+1
2022-10-03Merge 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-03Merge 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