index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: fix data race with the pwq->stats[] increment
Mirsad Goran Todorovac
2023-08-29
1
-1
/
+1
*
workqueue: Rename rescuer kworker
Aaron Tomlin
2023-08-15
1
-1
/
+1
*
workqueue: Make default affinity_scope dynamically updatable
Tejun Heo
2023-08-08
1
-6
/
+39
*
workqueue: Implement non-strict affinity scope for unbound workqueues
Tejun Heo
2023-08-08
1
-2
/
+72
*
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
2023-08-08
1
-37
/
+37
*
workqueue: Factor out need_more_worker() check and worker wake-up
Tejun Heo
2023-08-08
1
-50
/
+37
*
workqueue: Factor out work to worker assignment and collision handling
Tejun Heo
2023-08-08
1
-28
/
+52
*
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
2023-08-08
1
-5
/
+105
*
workqueue: Modularize wq_pod_type initialization
Tejun Heo
2023-08-08
1
-34
/
+50
*
workqueue: Generalize unbound CPU pods
Tejun Heo
2023-08-08
1
-61
/
+110
*
workqueue: Factor out clearing of workqueue-only attrs fields
Tejun Heo
2023-08-08
1
-6
/
+14
*
workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...
Tejun Heo
2023-08-08
1
-20
/
+29
*
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
2023-08-08
1
-27
/
+41
*
workqueue: Move wq_pod_init() below workqueue_init()
Tejun Heo
2023-08-08
1
-38
/
+40
*
workqueue: Rename NUMA related names to use pod instead
Tejun Heo
2023-08-08
1
-85
/
+76
*
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
2023-08-08
1
-10
/
+9
*
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
2023-08-08
1
-141
/
+77
*
workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplug
Tejun Heo
2023-08-08
1
-9
/
+25
*
workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
Tejun Heo
2023-08-08
1
-34
/
+40
*
workqueue: Use a kthread_worker to release pool_workqueues
Tejun Heo
2023-08-08
1
-17
/
+23
*
workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
Tejun Heo
2023-08-08
1
-73
/
+0
*
workqueue: Relocate worker and work management functions
Tejun Heo
2023-08-08
1
-172
/
+168
*
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
Tejun Heo
2023-08-08
1
-7
/
+7
*
workqueue: Not all work insertion needs to wake up a worker
Tejun Heo
2023-08-08
1
-19
/
+19
*
workqueue: Cleanups around process_scheduled_works()
Tejun Heo
2023-08-08
1
-18
/
+11
*
workqueue: Drop the special locking rule for worker->flags and worker_pool->f...
Tejun Heo
2023-08-08
1
-14
/
+3
*
workqueue: Merge branch 'for-6.5-fixes' into for-6.6
Tejun Heo
2023-08-08
1
-1
/
+42
|
\
|
*
workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000
Tejun Heo
2023-07-25
1
-1
/
+42
*
|
workqueue: use LIST_HEAD to initialize cull_list
Yang Yingliang
2023-08-07
1
-5
/
+2
*
|
workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...
tiozhang
2023-07-10
1
-0
/
+17
*
|
workqueue: Warn attempt to flush system-wide workqueues.
Tetsuo Handa
2023-07-10
1
-6
/
+5
|
/
*
Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2023-06-28
1
-64
/
+258
|
\
|
*
workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...
Zqiang
2023-05-25
1
-0
/
+3
|
*
workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()
Zqiang
2023-05-24
1
-5
/
+12
|
*
workqueue: Track and monitor per-workqueue CPU time usage
Tejun Heo
2023-05-18
1
-0
/
+3
|
*
workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
Tejun Heo
2023-05-18
1
-0
/
+93
|
*
workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
Tejun Heo
2023-05-18
1
-5
/
+63
|
*
workqueue: Improve locking rule description for worker fields
Tejun Heo
2023-05-18
1
-0
/
+6
|
*
workqueue: Move worker_set/clr_flags() upwards
Tejun Heo
2023-05-18
1
-54
/
+54
|
*
workqueue: Add pwq->stats[] and a monitoring script
Tejun Heo
2023-05-18
1
-1
/
+23
|
*
Further upgrade queue_work_on() comment
Paul E. McKenney
2023-05-09
1
-0
/
+2
*
|
workqueue: clean up WORK_* constant types, clarify masking
Linus Torvalds
2023-06-23
1
-5
/
+8
|
/
*
Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2023-04-29
1
-13
/
+121
|
\
|
*
workqueue: Introduce show_freezable_workqueues
Jungseung Lee
2023-03-24
1
-2
/
+24
|
*
workqueue: Print backtraces from CPUs with hung CPU bound workqueues
Petr Mladek
2023-03-17
1
-0
/
+66
|
*
workqueue: Warn when a rescuer could not be created
Petr Mladek
2023-03-17
1
-1
/
+6
|
*
workqueue: Interrupted create_worker() is not a repeated event
Petr Mladek
2023-03-17
1
-2
/
+7
|
*
workqueue: Warn when a new worker could not be created
Petr Mladek
2023-03-17
1
-3
/
+11
|
*
workqueue: Fix hung time report of worker pools
Petr Mladek
2023-03-17
1
-3
/
+7
|
*
workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()
Ammar Faizi
2023-03-17
1
-4
/
+2
[next]