summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAgeFilesLines
...
* workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo2023-08-071-10/+9
* workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo2023-08-071-141/+77
* workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo2023-08-071-9/+25
* workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo2023-08-071-34/+40
* workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo2023-08-071-17/+23
* workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo2023-08-071-73/+0
* workqueue: Relocate worker and work management functionsTejun Heo2023-08-071-172/+168
* workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo2023-08-071-7/+7
* workqueue: Not all work insertion needs to wake up a workerTejun Heo2023-08-071-19/+19
* workqueue: Cleanups around process_scheduled_works()Tejun Heo2023-08-071-18/+11
* workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo2023-08-071-14/+3
* workqueue: Merge branch 'for-6.5-fixes' into for-6.6Tejun Heo2023-08-071-1/+42
|\
| * workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000Tejun Heo2023-07-251-1/+42
* | workqueue: use LIST_HEAD to initialize cull_listYang Yingliang2023-08-071-5/+2
* | workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...tiozhang2023-07-101-0/+17
* | workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa2023-07-101-6/+5
|/
* 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
| |\