index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-06
workqueue: Rename show_cpu_pool{s,}_hog{s,}() to reflect broadened scope
Breno Leitao
1
-5
/
+5
2026-03-05
workqueue: Show all busy workers in stall diagnostics
Breno Leitao
1
-15
/
+13
2026-03-05
workqueue: Show in-flight work item duration in stall diagnostics
Breno Leitao
1
-0
/
+3
2026-03-05
workqueue: Rename pool->watchdog_ts to pool->last_progress_ts
Breno Leitao
1
-7
/
+7
2026-03-05
workqueue: Use POOL_BH instead of WQ_BH when checking pool flags
Breno Leitao
1
-1
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-9
/
+9
2026-02-11
Merge tag 'wq-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-34
/
+115
2026-02-07
workqueue: replace BUG_ON with panic in panic_on_wq_watchdog
Breno Leitao
1
-2
/
+6
2026-02-07
workqueue: add time-based panic for stalls
Breno Leitao
1
-4
/
+18
2026-02-03
workqueue: add CONFIG_BOOTPARAM_WQ_STALL_PANIC option
Breno Leitao
1
-1
/
+1
2026-02-03
cpuset: Propagate cpuset isolation update to workqueue through housekeeping
Frederic Weisbecker
1
-7
/
+10
2025-12-08
workqueue: Process extra works in rescuer on memory pressure
Lai Jiangshan
1
-2
/
+29
2025-12-08
workqueue: Process rescuer work items one-by-one using a cursor
Lai Jiangshan
1
-16
/
+59
2025-12-08
workqueue: Make send_mayday() take a PWQ argument directly
Lai Jiangshan
1
-10
/
+3
2025-11-21
workqueue: Don't rely on wq->rescuer to stop rescuer
Lai Jiangshan
1
-12
/
+5
2025-11-21
workqueue: Only assign rescuer work when really needed
Lai Jiangshan
1
-0
/
+4
2025-11-21
workqueue: Factor out assign_rescuer_work()
Lai Jiangshan
1
-11
/
+18
2025-11-20
workqueue: Init rescuer's affinities as wq_unbound_cpumask
Lai Jiangshan
1
-2
/
+5
2025-11-20
workqueue: Let DISASSOCIATED workers follow unbound wq cpumask changes
Lai Jiangshan
1
-0
/
+13
2025-11-20
workqueue: Update the rescuer's affinity only when it is detached
Lai Jiangshan
1
-5
/
+5
2025-11-10
workqueue: Remove unused assert_rcu_or_wq_mutex_or_pool_mutex
zhang jiao
1
-6
/
+0
2025-09-16
workqueue: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-10
/
+10
2025-09-05
workqueue: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-05
workqueue: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-04
workqueue: Provide a handshake for canceling BH workers
Sebastian Andrzej Siewior
1
-9
/
+41
2025-09-04
workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn()
Zqiang
1
-4
/
+0
2025-09-04
workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested()
Zqiang
1
-2
/
+0
2025-07-31
Merge tag 'wq-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-50
/
+24
2025-07-17
workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active()
Uros Bizjak
1
-8
/
+5
2025-06-23
workqueue: Remove unused work_on_cpu_safe
Dr. David Alan Gilbert
1
-25
/
+0
2025-06-17
workqueue: Initialize wq_isolated_cpumask in workqueue_init_early()
Chuyi Zhou
1
-1
/
+2
2025-06-17
Merge branch 'WQ_PERCPU' into for-6.17
Tejun Heo
1
-4
/
+9
2025-06-17
workqueue: Add system_percpu_wq and system_dfl_wq
Marco Crivellari
1
-4
/
+9
2025-06-16
workqueue: Basic memory allocation profiling support
Kent Overstreet
1
-7
/
+7
2025-06-09
workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu()
Yury Norov [NVIDIA]
1
-6
/
+3
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-3
/
+3
2025-05-27
Merge tag 'wq-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+14
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
1
-1
/
+1
2025-04-23
workqueue: Fix race condition in wq->stats incrementation
Jiayuan Chen
1
-1
/
+3
2025-04-14
workqueue: Better document teardown for delayed_work
Philipp Stanner
1
-0
/
+11
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-7
/
+7
2025-02-26
Merge tag 'wq-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2025-02-14
Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+6
2025-02-14
workqueue: Log additional details when rejecting work
Will Deacon
1
-1
/
+3
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-01-24
workqueue: Put the pwq after detaching the rescuer from the pool
Lai Jiangshan
1
-6
/
+6
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
1
-1
/
+1
[next]