index
:
git.armlinux.org.uk/linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
2025-09-16
workqueue: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2025-09-05
workqueue: replace use of system_wq with system_percpu_wq
Marco Crivellari
2025-09-05
workqueue: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2025-09-04
workqueue: Provide a handshake for canceling BH workers
Sebastian Andrzej Siewior
2025-09-04
workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn()
Zqiang
2025-09-04
workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested()
Zqiang
2025-07-31
Merge tag 'wq-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2025-07-17
workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active()
Uros Bizjak
2025-06-23
workqueue: Remove unused work_on_cpu_safe
Dr. David Alan Gilbert
2025-06-17
workqueue: Initialize wq_isolated_cpumask in workqueue_init_early()
Chuyi Zhou
2025-06-17
Merge branch 'WQ_PERCPU' into for-6.17
Tejun Heo
2025-06-17
workqueue: Add system_percpu_wq and system_dfl_wq
Marco Crivellari
2025-06-16
workqueue: Basic memory allocation profiling support
Kent Overstreet
2025-06-09
workqueue: fix opencoded cpumask_next_and_wrap() in wq_select_unbound_cpu()
Yury Norov [NVIDIA]
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-27
Merge tag 'wq-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
2025-04-23
workqueue: Fix race condition in wq->stats incrementation
Jiayuan Chen
2025-04-14
workqueue: Better document teardown for delayed_work
Philipp Stanner
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-02-26
Merge tag 'wq-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-02-14
Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-02-14
workqueue: Log additional details when rejecting work
Will Deacon
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-24
workqueue: Put the pwq after detaching the rescuer from the pool
Lai Jiangshan
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
2025-01-10
workqueue: warn if delayed_work is queued to an offlined cpu.
Imran Khan
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
2024-12-24
workqueue: add printf attribute to __alloc_workqueue()
Su Hui
2024-12-19
workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...
Tvrtko Ursulin
2024-11-15
workqueue: Reduce expensive locks for unbound workqueue
Wangyang Guo
2024-09-18
Merge tag 'wq-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2024-09-11
workqueue: Clear worker->pool in the worker thread context
Lai Jiangshan
2024-09-11
kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansion
Baoquan He
2024-08-21
workqueue: fix null-ptr-deref on __alloc_workqueue() error
Sergey Senozhatsky
2024-08-20
workqueue: Don't call va_start / va_end twice
Matthew Brost
2024-08-13
workqueue: Add interface for user-defined workqueue lockdep map
Matthew Brost
2024-08-13
workqueue: Change workqueue lockdep map to pointer
Matthew Brost
2024-08-13
workqueue: Split alloc_workqueue into internal function and lockdep init
Matthew Brost
2024-08-06
workqueue: add cmdline parameter workqueue.panic_on_stall
Sangmoon Kim
2024-08-05
workqueue: Correct declaration of cpu_pwq in struct workqueue_struct
Uros Bizjak
2024-08-05
workqueue: Fix spruious data race in __flush_work()
Tejun Heo
2024-08-05
workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from...
Lai Jiangshan
2024-08-05
workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()
Will Deacon
2024-07-15
workqueue: Remove unneeded lockdep_assert_cpus_held()
Lai Jiangshan
2024-07-15
Merge tag 'wq-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2024-07-14
workqueue: Always queue work items to the newest PWQ for order workqueues
Lai Jiangshan
2024-07-11
workqueue: Rename wq_update_pod() to unbound_wq_update_pwq()
Lai Jiangshan
2024-07-11
workqueue: Remove the arguments @hotplug_cpu and @online from wq_update_pod()
Lai Jiangshan
[next]