index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+3
2025-02-14
Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
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/kernel/git/akpm/mm
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/git/frederic/linux-dynticks
Linus Torvalds
1
-1
/
+1
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
1
-1
/
+1
2025-01-10
workqueue: warn if delayed_work is queued to an offlined cpu.
Imran Khan
1
-0
/
+7
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
1
-1
/
+1
2024-12-24
workqueue: add printf attribute to __alloc_workqueue()
Su Hui
1
-0
/
+1
2024-12-19
workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker
Tvrtko Ursulin
1
-9
/
+13
2024-11-15
workqueue: Reduce expensive locks for unbound workqueue
Wangyang Guo
1
-4
/
+18
2024-09-18
Merge tag 'wq-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-25
/
+82
2024-09-11
workqueue: Clear worker->pool in the worker thread context
Lai Jiangshan
1
-2
/
+6
2024-09-11
kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansion
Baoquan He
1
-6
/
+3
2024-08-21
workqueue: fix null-ptr-deref on __alloc_workqueue() error
Sergey Senozhatsky
1
-0
/
+3
2024-08-20
workqueue: Don't call va_start / va_end twice
Matthew Brost
1
-5
/
+1
2024-08-13
workqueue: Add interface for user-defined workqueue lockdep map
Matthew Brost
1
-0
/
+28
2024-08-13
workqueue: Change workqueue lockdep map to pointer
Matthew Brost
1
-7
/
+9
2024-08-13
workqueue: Split alloc_workqueue into internal function and lockdep init
Matthew Brost
1
-8
/
+23
2024-08-06
workqueue: add cmdline parameter workqueue.panic_on_stall
Sangmoon Kim
1
-0
/
+16
2024-08-05
workqueue: Correct declaration of cpu_pwq in struct workqueue_struct
Uros Bizjak
1
-1
/
+1
2024-08-05
workqueue: Fix spruious data race in __flush_work()
Tejun Heo
1
-20
/
+25
2024-08-05
workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from dying worker
Lai Jiangshan
1
-1
/
+0
2024-08-05
workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()
Will Deacon
1
-1
/
+1
2024-07-15
workqueue: Remove unneeded lockdep_assert_cpus_held()
Lai Jiangshan
1
-10
/
+2
2024-07-15
Merge tag 'wq-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-189
/
+157
2024-07-14
workqueue: Always queue work items to the newest PWQ for order workqueues
Lai Jiangshan
1
-1
/
+5
2024-07-11
workqueue: Rename wq_update_pod() to unbound_wq_update_pwq()
Lai Jiangshan
1
-17
/
+15
2024-07-11
workqueue: Remove the arguments @hotplug_cpu and @online from wq_update_pod()
Lai Jiangshan
1
-8
/
+5
2024-07-11
workqueue: Remove the argument @cpu_going_down from wq_calc_pod_cpumask()
Lai Jiangshan
1
-8
/
+4
2024-07-11
workqueue: Remove the unneeded cpumask empty check in wq_calc_pod_cpumask()
Lai Jiangshan
1
-4
/
+0
2024-07-11
workqueue: Remove cpus_read_lock() from apply_wqattrs_lock()
Lai Jiangshan
1
-3
/
+0
2024-07-11
workqueue: Simplify wq_calc_pod_cpumask() with wq_online_cpumask
Lai Jiangshan
1
-9
/
+3
2024-07-11
workqueue: Add wq_online_cpumask
Lai Jiangshan
1
-0
/
+10
2024-07-05
workqueue: Init rescuer's affinities as the wq's effective cpumask
Lai Jiangshan
1
-4
/
+8
2024-07-05
workqueue: Put PWQ allocation and WQ enlistment in the same lock C.S.
Lai Jiangshan
1
-26
/
+28
2024-07-05
workqueue: Move kthread_flush_worker() out of alloc_and_link_pwqs()
Lai Jiangshan
1
-7
/
+8
2024-07-05
workqueue: Make rescuer initialization as the last step of the creation of a new wq
Lai Jiangshan
1
-3
/
+3
2024-07-05
workqueue: Register sysfs after the whole creation of the new wq
Lai Jiangshan
1
-3
/
+3
2024-07-02
workqueue: Simplify goto statement
Lai Jiangshan
1
-8
/
+3
2024-07-02
workqueue: Update cpumasks after only applying it successfully
Lai Jiangshan
1
-4
/
+6
2024-06-25
workqueue: Improve scalability of workqueue watchdog touch
Nicholas Piggin
1
-2
/
+8
2024-06-25
workqueue: wq_watchdog_touch is always called with valid CPU
Nicholas Piggin
1
-0
/
+2
2024-06-21
workqueue: Remove useless pool->dying_workers
Lai Jiangshan
1
-3
/
+0
[next]