summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'wq-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+21
10 daysworkqueue: reject watchdog thresholds that overflow jiffiesJiacheng Xu1-0/+3
2026-08-26Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+24
2026-08-24workqueue: Fix unbound pool lifetime for pending pwqsYao Kai1-6/+6
2026-08-19workqueue: Use raise_softirq() to trigger softirq in irq_work handlerZqiang1-2/+2
2026-08-18workqueue: Annotate cb_lock nesting when draining a dead BH poolTejun Heo1-1/+10
2026-08-17NFS/localio: issue IO inline when not in a memory-reclaim contextMike Snitzer1-0/+24
2026-08-13workqueue: annotate racy p->wake_cpu accesses in kick_pool_pick()Breno Leitao1-2/+3
2026-08-12workqueue: BUG_ON() instead of returning NULL in wq_node_nr_active()Breno Leitao1-2/+1
2026-08-12workqueue: use RCU accessors when populating wq->cpu_pwqBreno Leitao1-7/+12
2026-08-12workqueue: use rcu_dereference_sched() in workqueue_congested()Breno Leitao1-1/+1
2026-08-10workqueue: skip the node_nr_active update for non-unbound workqueuesBreno Leitao1-2/+3
2026-08-10workqueue: rename alloc_unbound_pwq() to alloc_pwq()Breno Leitao1-4/+4
2026-08-10workqueue: allocate attrs for all workqueuesBreno Leitao1-5/+3
2026-08-10workqueue: rename wq->unbound_attrs to wq->attrsBreno Leitao1-19/+19
2026-08-10workqueue: test WQ_UNBOUND explicitly in the hotplug loopsBreno Leitao1-2/+2
2026-08-10workqueue: account nr_active by the backing poolBreno Leitao1-10/+16
2026-08-10workqueue: release pwq pools by pool typeBreno Leitao1-4/+10
2026-08-10workqueue: factor out alloc_and_link_percpu_pwqs()Breno Leitao1-19/+24
2026-08-10workqueue: factor out get_percpu_pool()Breno Leitao1-12/+16
2026-07-06workqueue: annotate racy sum_exec_runtime reads for CPU-intensive detectionBreno Leitao1-3/+3
2026-07-02workqueue: annotate racy PWQ_STAT_CPU_TIME update in wq_worker_tick()Breno Leitao1-1/+5
2026-07-01workqueue: dump the last woken worker for stalled poolsBreno Leitao1-2/+27
2026-06-30workqueue: trigger a single-CPU backtrace for stalled poolsBreno Leitao1-1/+13
2026-06-30workqueue: only show running workers in stall diagnosticsBreno Leitao1-4/+34
2026-06-29workqueue: defer the worker wakeup outside pool->lock in process_one_work()Breno Leitao1-1/+10
2026-06-29workqueue: defer the worker wakeup outside pool->lock in __queue_work()Breno Leitao1-1/+4
2026-06-29workqueue: split kick_pool() into kick_pool_pick()Breno Leitao1-5/+30
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-28/+43
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds1-4/+0
2026-05-29workqueue: Add warnings and ensure one among WQ_PERCPU or WQ_UNBOUND is presentMarco Crivellari1-1/+18
2026-05-29workqueue: Add warnings and fallback if system_{unbound}_wq is usedMarco Crivellari1-2/+10
2026-05-27workqueue: drop spurious '*' from print_worker_info() fn declarationBreno Leitao1-1/+1
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde1-4/+0
2026-05-11workqueue: drop apply_wqattrs_lock()/unlock() wrappersBreno Leitao1-24/+14
2026-05-08workqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND pathBreno Leitao1-1/+3
2026-05-08workqueue: Release PENDING in __queue_work() drain/destroy reject pathBreno Leitao1-0/+12
2026-04-29workqueue: Annotate alloc_workqueue_va() with __printf(1, 0)Tejun Heo1-0/+1
2026-04-28workqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao1-9/+19
2026-04-15Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-24/+261
2026-04-13workqueue: validate cpumask_first() result in llc_populate_cpu_shard_id()Breno Leitao1-1/+12
2026-04-07workqueue: use NR_STD_WORKER_POOLS instead of hardcoded valueManinder Singh1-2/+2
2026-04-01workqueue: set WQ_AFFN_CACHE_SHARD as the default affinity scopeBreno Leitao1-1/+1
2026-04-01workqueue: add WQ_AFFN_CACHE_SHARD affinity scopeBreno Leitao1-0/+183
2026-04-01workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple i...Matthew Brost1-1/+13
2026-03-31workqueue: Remove HK_TYPE_WQ from affecting wq_unbound_cpumaskWaiman Long1-2/+1
2026-03-25workqueue: unlink pwqs from wq->pwqs list in alloc_and_link_pwqs() error pathBreno Leitao1-1/+9
2026-03-25workqueue: Better describe stall checkPetr Mladek1-7/+8
2026-03-21workqueue: Fix false positive stall reportsSong Liu1-3/+21
2026-03-17workqueue: Remove NULL wq WARN in __queue_delayed_work()Tejun Heo1-1/+0