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
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
10 days
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
10 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-8
/
+8
11 days
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
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_RECLA...
Tvrtko Ursulin
1
-9
/
+13
2024-11-15
workqueue: Reduce expensive locks for unbound workqueue
Wangyang Guo
1
-4
/
+18
[next]