index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: Make sure that wq_unbound_cpumask is never empty
Tejun Heo
2023-12-13
1
-7
/
+15
*
workqueue: Provide one lock class key per work_on_cpu() callsite
Frederic Weisbecker
2023-11-28
1
-8
/
+12
*
workqueue: fix -Wformat-truncation in create_worker
Lucy Mielke
2023-10-12
1
-1
/
+1
*
workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...
Waiman Long
2023-10-12
1
-2
/
+6
*
workqueue: Use the kmem_cache_free() instead of kfree() to release pwq
Zqiang
2023-10-12
1
-2
/
+6
*
workqueue: Fix UAF report by KASAN in pwq_release_workfn()
Zqiang
2023-10-04
1
-0
/
+6
*
workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...
Zqiang
2023-09-18
1
-3
/
+3
*
workqueue: Removed double allocation of wq_update_pod_attrs_buf
Steven Rostedt (Google)
2023-09-18
1
-3
/
+0
*
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-14
1
-1
/
+1
*
workqueue: Make default affinity_scope dynamically updatable
Tejun Heo
2023-08-07
1
-6
/
+39
*
workqueue: Implement non-strict affinity scope for unbound workqueues
Tejun Heo
2023-08-07
1
-2
/
+72
*
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
2023-08-07
1
-37
/
+37
*
workqueue: Factor out need_more_worker() check and worker wake-up
Tejun Heo
2023-08-07
1
-50
/
+37
*
workqueue: Factor out work to worker assignment and collision handling
Tejun Heo
2023-08-07
1
-28
/
+52
*
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
2023-08-07
1
-5
/
+105
*
workqueue: Modularize wq_pod_type initialization
Tejun Heo
2023-08-07
1
-34
/
+50
*
workqueue: Generalize unbound CPU pods
Tejun Heo
2023-08-07
1
-61
/
+110
*
workqueue: Factor out clearing of workqueue-only attrs fields
Tejun Heo
2023-08-07
1
-6
/
+14
*
workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...
Tejun Heo
2023-08-07
1
-20
/
+29
*
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
2023-08-07
1
-27
/
+41
*
workqueue: Move wq_pod_init() below workqueue_init()
Tejun Heo
2023-08-07
1
-38
/
+40
*
workqueue: Rename NUMA related names to use pod instead
Tejun Heo
2023-08-07
1
-85
/
+76
*
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
2023-08-07
1
-10
/
+9
*
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
2023-08-07
1
-141
/
+77
*
workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplug
Tejun Heo
2023-08-07
1
-9
/
+25
*
workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
Tejun Heo
2023-08-07
1
-34
/
+40
*
workqueue: Use a kthread_worker to release pool_workqueues
Tejun Heo
2023-08-07
1
-17
/
+23
*
workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
Tejun Heo
2023-08-07
1
-73
/
+0
*
workqueue: Relocate worker and work management functions
Tejun Heo
2023-08-07
1
-172
/
+168
*
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
Tejun Heo
2023-08-07
1
-7
/
+7
*
workqueue: Not all work insertion needs to wake up a worker
Tejun Heo
2023-08-07
1
-19
/
+19
*
workqueue: Cleanups around process_scheduled_works()
Tejun Heo
2023-08-07
1
-18
/
+11
*
workqueue: Drop the special locking rule for worker->flags and worker_pool->f...
Tejun Heo
2023-08-07
1
-14
/
+3
*
workqueue: Merge branch 'for-6.5-fixes' into for-6.6
Tejun Heo
2023-08-07
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-27
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-17
1
-0
/
+3
|
*
workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
Tejun Heo
2023-05-17
1
-0
/
+93
|
*
workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
Tejun Heo
2023-05-17
1
-5
/
+63
|
*
workqueue: Improve locking rule description for worker fields
Tejun Heo
2023-05-17
1
-0
/
+6
|
*
workqueue: Move worker_set/clr_flags() upwards
Tejun Heo
2023-05-17
1
-54
/
+54
|
*
workqueue: Add pwq->stats[] and a monitoring script
Tejun Heo
2023-05-17
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
|
/
[next]