index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-26
Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+24
2026-08-17
NFS/localio: issue IO inline when not in a memory-reclaim context
Mike Snitzer
1
-0
/
+24
2026-08-13
workqueue: annotate racy p->wake_cpu accesses in kick_pool_pick()
Breno Leitao
1
-2
/
+3
2026-08-12
workqueue: BUG_ON() instead of returning NULL in wq_node_nr_active()
Breno Leitao
1
-2
/
+1
2026-08-12
workqueue: use RCU accessors when populating wq->cpu_pwq
Breno Leitao
1
-7
/
+12
2026-08-12
workqueue: use rcu_dereference_sched() in workqueue_congested()
Breno Leitao
1
-1
/
+1
2026-08-10
workqueue: skip the node_nr_active update for non-unbound workqueues
Breno Leitao
1
-2
/
+3
2026-08-10
workqueue: rename alloc_unbound_pwq() to alloc_pwq()
Breno Leitao
1
-4
/
+4
2026-08-10
workqueue: allocate attrs for all workqueues
Breno Leitao
1
-5
/
+3
2026-08-10
workqueue: rename wq->unbound_attrs to wq->attrs
Breno Leitao
1
-19
/
+19
2026-08-10
workqueue: test WQ_UNBOUND explicitly in the hotplug loops
Breno Leitao
1
-2
/
+2
2026-08-10
workqueue: account nr_active by the backing pool
Breno Leitao
1
-10
/
+16
2026-08-10
workqueue: release pwq pools by pool type
Breno Leitao
1
-4
/
+10
2026-08-10
workqueue: factor out alloc_and_link_percpu_pwqs()
Breno Leitao
1
-19
/
+24
2026-08-10
workqueue: factor out get_percpu_pool()
Breno Leitao
1
-12
/
+16
2026-07-06
workqueue: annotate racy sum_exec_runtime reads for CPU-intensive detection
Breno Leitao
1
-3
/
+3
2026-07-02
workqueue: annotate racy PWQ_STAT_CPU_TIME update in wq_worker_tick()
Breno Leitao
1
-1
/
+5
2026-07-01
workqueue: dump the last woken worker for stalled pools
Breno Leitao
1
-2
/
+27
2026-06-30
workqueue: trigger a single-CPU backtrace for stalled pools
Breno Leitao
1
-1
/
+13
2026-06-30
workqueue: only show running workers in stall diagnostics
Breno Leitao
1
-4
/
+34
2026-06-29
workqueue: defer the worker wakeup outside pool->lock in process_one_work()
Breno Leitao
1
-1
/
+10
2026-06-29
workqueue: defer the worker wakeup outside pool->lock in __queue_work()
Breno Leitao
1
-1
/
+4
2026-06-29
workqueue: split kick_pool() into kick_pool_pick()
Breno Leitao
1
-5
/
+30
2026-06-17
Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-28
/
+43
2026-06-15
Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+0
2026-05-29
workqueue: Add warnings and ensure one among WQ_PERCPU or WQ_UNBOUND is present
Marco Crivellari
1
-1
/
+18
2026-05-29
workqueue: Add warnings and fallback if system_{unbound}_wq is used
Marco Crivellari
1
-2
/
+10
2026-05-27
workqueue: drop spurious '*' from print_worker_info() fn declaration
Breno Leitao
1
-1
/
+1
2026-05-19
sched: Simplify ifdeffery around cpu_smt_mask
Shrikanth Hegde
1
-4
/
+0
2026-05-11
workqueue: drop apply_wqattrs_lock()/unlock() wrappers
Breno Leitao
1
-24
/
+14
2026-05-08
workqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND path
Breno Leitao
1
-1
/
+3
2026-05-08
workqueue: Release PENDING in __queue_work() drain/destroy reject path
Breno Leitao
1
-0
/
+12
2026-04-29
workqueue: Annotate alloc_workqueue_va() with __printf(1, 0)
Tejun Heo
1
-0
/
+1
2026-04-28
workqueue: fix devm_alloc_workqueue() va_list misuse
Breno Leitao
1
-9
/
+19
2026-04-15
Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-24
/
+261
2026-04-13
workqueue: validate cpumask_first() result in llc_populate_cpu_shard_id()
Breno Leitao
1
-1
/
+12
2026-04-07
workqueue: use NR_STD_WORKER_POOLS instead of hardcoded value
Maninder Singh
1
-2
/
+2
2026-04-01
workqueue: set WQ_AFFN_CACHE_SHARD as the default affinity scope
Breno Leitao
1
-1
/
+1
2026-04-01
workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
Breno Leitao
1
-0
/
+183
2026-04-01
workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple i...
Matthew Brost
1
-1
/
+13
2026-03-31
workqueue: Remove HK_TYPE_WQ from affecting wq_unbound_cpumask
Waiman Long
1
-2
/
+1
2026-03-25
workqueue: unlink pwqs from wq->pwqs list in alloc_and_link_pwqs() error path
Breno Leitao
1
-1
/
+9
2026-03-25
workqueue: Better describe stall check
Petr Mladek
1
-7
/
+8
2026-03-21
workqueue: Fix false positive stall reports
Song Liu
1
-3
/
+21
2026-03-17
workqueue: Remove NULL wq WARN in __queue_delayed_work()
Tejun Heo
1
-1
/
+0
2026-03-13
workqueue: fix parse_affn_scope() prefix matching bug
Breno Leitao
1
-8
/
+2
2026-03-10
Merge branch 'for-7.1-devm-alloc-wq' into for-7.1
Tejun Heo
1
-0
/
+28
2026-03-10
workqueue: devres: Add device-managed allocate workqueue
Krzysztof Kozlowski
1
-0
/
+28
2026-03-09
workqueue: Add system_dfl_long_wq for long unbound works
Marco Crivellari
1
-1
/
+4
2026-03-06
workqueue: Rename show_cpu_pool{s,}_hog{s,}() to reflect broadened scope
Breno Leitao
1
-5
/
+5
[next]