index
:
kernel/git/powerpc/linux.git
fixes
fixes-test
master
merge
next
next-test
topic/cxl
topic/ppc-kvm
topic/vdso
The powerpc tree
PowerPC group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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...
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 ...
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
2024-06-21
workqueue: Detach workers directly in idle_cull_fn()
Lai Jiangshan
1
-26
/
+19
2024-06-21
workqueue: Don't bind the rescuer in the last working cpu
Lai Jiangshan
1
-12
/
+12
2024-06-21
workqueue: Reap workers via kthread_stop() and remove detach_completion
Lai Jiangshan
1
-16
/
+19
2024-06-19
workqueue: Avoid nr_active manipulation in grabbing inactive items
Lai Jiangshan
1
-33
/
+9
2024-06-10
workqueue: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
1
-7
/
+1
2024-06-07
workqueue: Clean code in alloc_and_link_pwqs()
Wenchao Hao
1
-6
/
+7
2024-05-20
workqueue: Refactor worker ID formatting and make wq_worker_comm() use full I...
Tejun Heo
1
-17
/
+34
2024-05-15
Merge branch 'for-6.10' into test-merge-for-6.10
Tejun Heo
1
-178
/
+275
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-04-24
workqueue: Fix divide error in wq_update_node_max_active()
Lai Jiangshan
1
-0
/
+9
2024-04-23
workqueue: The default node_nr_active should have its max set to max_active
Tejun Heo
1
-1
/
+1
2024-04-23
workqueue: Fix selection of wake_cpu in kick_pool()
Sven Schnelle
1
-2
/
+6
2024-04-08
workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()
Zqiang
1
-0
/
+1
2024-03-25
workqueue: Cleanup subsys attribute registration
Dan Williams
1
-32
/
+17
2024-03-25
workqueue: Use list_last_entry() to get the last idle worker
Lai Jiangshan
1
-2
/
+2
2024-03-25
workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...
Lai Jiangshan
1
-5
/
+8
2024-03-25
workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()
Lai Jiangshan
1
-1
/
+1
2024-03-25
workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts o...
Tejun Heo
1
-19
/
+55
2024-03-25
workqueue: Remember whether a work item was on a BH workqueue
Tejun Heo
1
-2
/
+8
2024-03-25
workqueue: Remove WORK_OFFQ_CANCELING
Tejun Heo
1
-121
/
+19
2024-03-25
workqueue: Implement disable/enable for (delayed) work items
Tejun Heo
1
-10
/
+167
2024-03-25
workqueue: Preserve OFFQ bits in cancel[_sync] paths
Tejun Heo
1
-20
/
+31
2024-03-25
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
1
-1
/
+1
2024-03-21
Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-03-12
sched/balancing: Rename scheduler_tick() => sched_tick()
Ingo Molnar
1
-1
/
+1
2024-03-11
Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-02-29
workqueue: Drain BH work items on hot-unplugged CPUs
Tejun Heo
1
-3
/
+88
2024-02-22
workqueue: Control intensive warning threshold through cmdline
Xuewen Yan
1
-3
/
+11
2024-02-22
workqueue: Use global variant for add_timer()
Anna-Maria Behnsen
1
-1
/
+1
2024-02-20
workqueue: Make @flags handling consistent across set_work_data() and friends
Tejun Heo
1
-16
/
+16
2024-02-20
workqueue: Remove clear_work_data()
Tejun Heo
1
-16
/
+8
2024-02-20
workqueue: Factor out work_grab_pending() from __cancel_work_sync()
Tejun Heo
1
-52
/
+80
2024-02-20
workqueue: Clean up enum work_bits and related constants
Tejun Heo
1
-4
/
+4
2024-02-20
workqueue: Introduce work_cancel_flags
Tejun Heo
1
-12
/
+17
2024-02-20
workqueue: Use variable name irq_flags for saving local irq flags
Tejun Heo
1
-38
/
+38
2024-02-20
workqueue: Reorganize flush and cancel[_sync] functions
Tejun Heo
1
-68
/
+68
2024-02-20
workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()
Tejun Heo
1
-3
/
+3
2024-02-20
workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()
Tejun Heo
1
-2
/
+2
2024-02-20
workqueue: Cosmetic changes
Tejun Heo
1
-16
/
+14
2024-02-19
Merge 6.8-rc5 into driver-core-next
Greg Kroah-Hartman
1
-6
/
+2
2024-02-16
workqueue, irq_work: Build fix for !CONFIG_IRQ_WORK
Tejun Heo
1
-9
/
+15
2024-02-14
workqueue: Fix queue_work_on() with BH workqueues
Tejun Heo
1
-5
/
+36
2024-02-09
workqueue: Implement workqueue_set_min_active()
Tejun Heo
1
-0
/
+27
2024-02-09
workqueue: Fix kernel-doc comment of unplug_oldest_pwq()
Waiman Long
1
-7
/
+10
2024-02-08
workqueue: Bind unbound workqueue rescuer to wq_unbound_cpumask
Waiman Long
1
-1
/
+1
2024-02-08
kernel/workqueue: Let rescuers follow unbound wq cpumask changes
Juri Lelli
1
-0
/
+5
2024-02-08
workqueue: Enable unbound cpumask update on ordered workqueues
Waiman Long
1
-10
/
+59
2024-02-08
workqueue: Link pwq's into wq->pwqs from oldest to newest
Waiman Long
1
-1
/
+1
2024-02-08
workqueue: make wq_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-05
Merge branch 'for-6.8-fixes' into for-6.9
Tejun Heo
1
-6
/
+2
2024-02-05
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...
Tejun Heo
1
-6
/
+2
2024-02-05
workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 ordered
Tejun Heo
1
-18
/
+4
2024-02-05
workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumask
Waiman Long
1
-1
/
+1
2024-02-05
workqueue: fix a typo in comment
Wang Jinchao
1
-1
/
+1
2024-02-05
Revert "workqueue: make wq_subsys const"
Tejun Heo
1
-1
/
+1
2024-02-04
workqueue: Implement BH workqueues to eventually replace tasklets
Tejun Heo
1
-53
/
+238
2024-02-04
workqueue: Factor out init_cpu_worker_pool()
Tejun Heo
1
-14
/
+18
2024-02-04
workqueue: Update lock debugging code
Tejun Heo
1
-17
/
+34
2024-02-04
workqueue: make wq_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-04
workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()
Tejun Heo
1
-2
/
+8
2024-01-30
workqueue: Avoid premature init of wq->node_nr_active[].max
Tejun Heo
1
-0
/
+8
2024-01-30
workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...
Tejun Heo
1
-1
/
+1
2024-01-29
workqueue: Avoid using isolated cpus' timers on queue_delayed_work
Leonardo Bras
1
-3
/
+11
2024-01-29
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
Tejun Heo
1
-32
/
+309
2024-01-29
workqueue: Introduce struct wq_node_nr_active
Tejun Heo
1
-7
/
+135
2024-01-29
workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
Tejun Heo
1
-1
/
+10
2024-01-29
workqueue: RCU protect wq->dfl_pwq and implement accessors for it
Tejun Heo
1
-24
/
+40
2024-01-29
workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
Tejun Heo
1
-12
/
+19
2024-01-29
workqueue: Move nr_active handling into helpers
Tejun Heo
1
-19
/
+67
2024-01-29
workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
Tejun Heo
1
-6
/
+25
2024-01-29
workqueue: Factor out pwq_is_empty()
Tejun Heo
1
-4
/
+9
2024-01-29
workqueue: Move pwq->max_active to wq->max_active
Tejun Heo
1
-67
/
+66
2024-01-26
workqueue: Break up enum definitions and give names to the types
Tejun Heo
1
-1
/
+5
2024-01-26
workqueue: Drop unnecessary kick_pool() in create_worker()
Tejun Heo
1
-3
/
+2
2024-01-25
workqueue: Shorten events_freezable_power_efficient name
Audra Mitchell
1
-1
/
+1
2024-01-19
workqueue: mark power efficient workqueue as unbounded if nohz_full enabled
Marcelo Tosatti
1
-0
/
+7
2024-01-16
workqueue: Add rcu lock check at the end of work item execution
Xuewen Yan
1
-4
/
+5
2024-01-16
kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUND
Juri Lelli
1
-1
/
+4
2024-01-16
workqueue.c: Increase workqueue name length
Audra Mitchell
1
-2
/
+6
2023-11-22
Merge branch 'for-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Tejun Heo
1
-6
/
+16
2023-11-22
workqueue: Make sure that wq_unbound_cpumask is never empty
Tejun Heo
1
-7
/
+15
2023-11-21
workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG...
Waiman Long
1
-51
/
+51
2023-11-12
workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...
Waiman Long
1
-8
/
+83
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-8
/
+8
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-8
/
+8
2023-10-17
workqueue: Provide one lock class key per work_on_cpu() callsite
Frederic Weisbecker
1
-8
/
+12
2023-10-12
workqueue: fix -Wformat-truncation in create_worker
Lucy Mielke
1
-1
/
+1
2023-10-12
workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...
Waiman Long
1
-2
/
+6
2023-10-12
workqueue: Use the kmem_cache_free() instead of kfree() to release pwq
Zqiang
1
-2
/
+6
2023-10-04
workqueue: Fix UAF report by KASAN in pwq_release_workfn()
Zqiang
1
-0
/
+6
2023-09-18
workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...
Zqiang
1
-3
/
+3
2023-09-18
workqueue: Removed double allocation of wq_update_pod_attrs_buf
Steven Rostedt (Google)
1
-3
/
+0
2023-08-29
workqueue: fix data race with the pwq->stats[] increment
Mirsad Goran Todorovac
1
-1
/
+1
2023-08-14
workqueue: Rename rescuer kworker
Aaron Tomlin
1
-1
/
+1
2023-08-07
workqueue: Make default affinity_scope dynamically updatable
Tejun Heo
1
-6
/
+39
2023-08-07
workqueue: Implement non-strict affinity scope for unbound workqueues
Tejun Heo
1
-2
/
+72
2023-08-07
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
1
-37
/
+37
2023-08-07
workqueue: Factor out need_more_worker() check and worker wake-up
Tejun Heo
1
-50
/
+37
2023-08-07
workqueue: Factor out work to worker assignment and collision handling
Tejun Heo
1
-28
/
+52
2023-08-07
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
1
-5
/
+105
2023-08-07
workqueue: Modularize wq_pod_type initialization
Tejun Heo
1
-34
/
+50
2023-08-07
workqueue: Generalize unbound CPU pods
Tejun Heo
1
-61
/
+110
2023-08-07
workqueue: Factor out clearing of workqueue-only attrs fields
Tejun Heo
1
-6
/
+14
2023-08-07
workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...
Tejun Heo
1
-20
/
+29
2023-08-07
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
1
-27
/
+41
2023-08-07
workqueue: Move wq_pod_init() below workqueue_init()
Tejun Heo
1
-38
/
+40
2023-08-07
workqueue: Rename NUMA related names to use pod instead
Tejun Heo
1
-85
/
+76
2023-08-07
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
1
-10
/
+9
2023-08-07
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
1
-141
/
+77
2023-08-07
workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplug
Tejun Heo
1
-9
/
+25
2023-08-07
workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
Tejun Heo
1
-34
/
+40
2023-08-07
workqueue: Use a kthread_worker to release pool_workqueues
Tejun Heo
1
-17
/
+23
2023-08-07
workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
Tejun Heo
1
-73
/
+0
2023-08-07
workqueue: Relocate worker and work management functions
Tejun Heo
1
-172
/
+168
2023-08-07
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
Tejun Heo
1
-7
/
+7
2023-08-07
workqueue: Not all work insertion needs to wake up a worker
Tejun Heo
1
-19
/
+19
2023-08-07
workqueue: Cleanups around process_scheduled_works()
Tejun Heo
1
-18
/
+11
2023-08-07
workqueue: Drop the special locking rule for worker->flags and worker_pool->f...
Tejun Heo
1
-14
/
+3
2023-08-07
workqueue: Merge branch 'for-6.5-fixes' into for-6.6
Tejun Heo
1
-1
/
+42
2023-08-07
workqueue: use LIST_HEAD to initialize cull_list
Yang Yingliang
1
-5
/
+2
2023-07-25
workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000
Tejun Heo
1
-1
/
+42
2023-07-10
workqueue: add cmdline parameter `workqueue.unbound_cpus` to further constrai...
tiozhang
1
-0
/
+17
2023-07-10
workqueue: Warn attempt to flush system-wide workqueues.
Tetsuo Handa
1
-6
/
+5
2023-06-27
Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-64
/
+258
2023-06-23
workqueue: clean up WORK_* constant types, clarify masking
Linus Torvalds
1
-5
/
+8
2023-05-25
workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...
Zqiang
1
-0
/
+3
2023-05-24
workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()
Zqiang
1
-5
/
+12
2023-05-17
workqueue: Track and monitor per-workqueue CPU time usage
Tejun Heo
1
-0
/
+3
[next]