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.12.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: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...
Tejun Heo
2024-03-26
1
-1
/
+1
*
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
Tejun Heo
2024-03-26
1
-32
/
+309
*
workqueue: Introduce struct wq_node_nr_active
Tejun Heo
2024-03-26
1
-7
/
+135
*
workqueue: RCU protect wq->dfl_pwq and implement accessors for it
Tejun Heo
2024-03-26
1
-24
/
+40
*
workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
Tejun Heo
2024-03-26
1
-12
/
+19
*
workqueue: Move nr_active handling into helpers
Tejun Heo
2024-03-26
1
-19
/
+67
*
workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
Tejun Heo
2024-03-26
1
-6
/
+25
*
workqueue: Factor out pwq_is_empty()
Tejun Heo
2024-03-26
1
-4
/
+9
*
workqueue: Move pwq->max_active to wq->max_active
Tejun Heo
2024-03-26
1
-67
/
+66
*
workqueue.c: Increase workqueue name length
Audra Mitchell
2024-03-26
1
-2
/
+6
*
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...
Tejun Heo
2024-02-05
1
-6
/
+2
*
Merge branch 'for-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Tejun Heo
2023-11-22
1
-6
/
+16
|
\
|
*
workqueue: Make sure that wq_unbound_cpumask is never empty
Tejun Heo
2023-11-22
1
-7
/
+15
*
|
workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG...
Waiman Long
2023-11-21
1
-51
/
+51
*
|
workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...
Waiman Long
2023-11-12
1
-8
/
+83
|
/
*
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-02
1
-8
/
+8
|
\
|
*
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-10-18
1
-8
/
+8
*
|
workqueue: Provide one lock class key per work_on_cpu() callsite
Frederic Weisbecker
2023-10-17
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
[next]