index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-07
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
1
-10
/
+9
2023-08-07
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
1
-141
/
+77
2023-08-07
workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplug
Tejun Heo
1
-9
/
+25
2023-08-07
workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
Tejun Heo
1
-34
/
+40
2023-08-07
workqueue: Use a kthread_worker to release pool_workqueues
Tejun Heo
1
-17
/
+23
2023-08-07
workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
Tejun Heo
1
-73
/
+0
2023-08-07
workqueue: Relocate worker and work management functions
Tejun Heo
1
-172
/
+168
2023-08-07
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
Tejun Heo
1
-7
/
+7
2023-08-07
workqueue: Not all work insertion needs to wake up a worker
Tejun Heo
1
-19
/
+19
2023-08-07
workqueue: Cleanups around process_scheduled_works()
Tejun Heo
1
-18
/
+11
2023-08-07
workqueue: Drop the special locking rule for worker->flags and worker_pool->f...
Tejun Heo
1
-14
/
+3
2023-08-07
workqueue: Merge branch 'for-6.5-fixes' into for-6.6
Tejun Heo
1
-1
/
+42
2023-08-07
workqueue: use LIST_HEAD to initialize cull_list
Yang Yingliang
1
-5
/
+2
2023-07-25
workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000
Tejun Heo
1
-1
/
+42
2023-07-10
workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...
tiozhang
1
-0
/
+17
2023-07-10
workqueue: Warn attempt to flush system-wide workqueues.
Tetsuo Handa
1
-6
/
+5
2023-06-27
Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-64
/
+258
2023-06-23
workqueue: clean up WORK_* constant types, clarify masking
Linus Torvalds
1
-5
/
+8
2023-05-25
workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...
Zqiang
1
-0
/
+3
2023-05-24
workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()
Zqiang
1
-5
/
+12
2023-05-17
workqueue: Track and monitor per-workqueue CPU time usage
Tejun Heo
1
-0
/
+3
2023-05-17
workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
Tejun Heo
1
-0
/
+93
2023-05-17
workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
Tejun Heo
1
-5
/
+63
2023-05-17
workqueue: Improve locking rule description for worker fields
Tejun Heo
1
-0
/
+6
2023-05-17
workqueue: Move worker_set/clr_flags() upwards
Tejun Heo
1
-54
/
+54
2023-05-17
workqueue: Add pwq->stats[] and a monitoring script
Tejun Heo
1
-1
/
+23
2023-05-09
Further upgrade queue_work_on() comment
Paul E. McKenney
1
-0
/
+2
2023-04-29
Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-13
/
+121
2023-03-23
workqueue: Introduce show_freezable_workqueues
Jungseung Lee
1
-2
/
+24
2023-03-17
workqueue: Print backtraces from CPUs with hung CPU bound workqueues
Petr Mladek
1
-0
/
+66
2023-03-17
workqueue: Warn when a rescuer could not be created
Petr Mladek
1
-1
/
+6
2023-03-17
workqueue: Interrupted create_worker() is not a repeated event
Petr Mladek
1
-2
/
+7
2023-03-17
workqueue: Warn when a new worker could not be created
Petr Mladek
1
-3
/
+11
2023-03-17
workqueue: Fix hung time report of worker pools
Petr Mladek
1
-3
/
+7
2023-03-17
workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()
Ammar Faizi
1
-4
/
+2
2023-03-17
workqueue: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+7
2023-01-13
workqueue: Fold rebind_worker() within rebind_workers()
Valentin Schneider
1
-8
/
+5
2023-01-12
workqueue: Unbind kworkers before sending them to exit()
Valentin Schneider
1
-12
/
+60
2023-01-12
workqueue: Don't hold any lock while rcuwait'ing for !POOL_MANAGER_ACTIVE
Valentin Schneider
1
-17
/
+19
2023-01-12
workqueue: Convert the idle_timer to a timer + work_struct
Valentin Schneider
1
-2
/
+50
2023-01-12
workqueue: Factorize unbind/rebind_workers() logic
Valentin Schneider
1
-12
/
+21
2023-01-12
workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex
Lai Jiangshan
1
-25
/
+16
2023-01-06
workqueue: Make show_pwq() use run-length encoding
Paul E. McKenney
1
-5
/
+39
2023-01-04
workqueue: Add a new flag to spot the potential UAF error
Richard Clark
1
-3
/
+12
2022-11-30
workqueue: Make queue_rcu_work() use call_rcu_hurry()
Uladzislau Rezki
1
-1
/
+1
2022-10-03
Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-1
/
+1
2022-09-26
treewide: Drop WARN_ON_FUNCTION_MISMATCH
Sami Tolvanen
1
-1
/
+1
2022-08-16
workqueue: don't skip lockdep work dependency in cancel_work_sync()
Tetsuo Handa
1
-4
/
+2
2022-08-03
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+9
2022-07-29
workqueue: Avoid a false warning in unbind_workers()
Lai Jiangshan
1
-1
/
+4
[next]