index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
2024-02-04
workqueue: Update lock debugging code
Tejun Heo
2024-02-04
workqueue: make wq_subsys const
Ricardo B. Marliere
2024-02-04
workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()
Tejun Heo
2024-01-30
workqueue: Avoid premature init of wq->node_nr_active[].max
Tejun Heo
2024-01-30
workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...
Tejun Heo
2024-01-29
workqueue: Avoid using isolated cpus' timers on queue_delayed_work
Leonardo Bras
2024-01-29
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
Tejun Heo
2024-01-29
workqueue: Introduce struct wq_node_nr_active
Tejun Heo
2024-01-29
workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
Tejun Heo
2024-01-29
workqueue: RCU protect wq->dfl_pwq and implement accessors for it
Tejun Heo
2024-01-29
workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
Tejun Heo
2024-01-29
workqueue: Move nr_active handling into helpers
Tejun Heo
2024-01-29
workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
Tejun Heo
2024-01-29
workqueue: Factor out pwq_is_empty()
Tejun Heo
2024-01-29
workqueue: Move pwq->max_active to wq->max_active
Tejun Heo
2024-01-26
workqueue: Break up enum definitions and give names to the types
Tejun Heo
2024-01-26
workqueue: Drop unnecessary kick_pool() in create_worker()
Tejun Heo
2024-01-25
workqueue: Shorten events_freezable_power_efficient name
Audra Mitchell
2024-01-19
workqueue: mark power efficient workqueue as unbounded if nohz_full enabled
Marcelo Tosatti
2024-01-16
workqueue: Add rcu lock check at the end of work item execution
Xuewen Yan
2024-01-16
kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUND
Juri Lelli
2024-01-16
workqueue.c: Increase workqueue name length
Audra Mitchell
2023-11-22
Merge branch 'for-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Tejun Heo
2023-11-22
workqueue: Make sure that wq_unbound_cpumask is never empty
Tejun Heo
2023-11-21
workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG...
Waiman Long
2023-11-12
workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...
Waiman Long
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-10-17
workqueue: Provide one lock class key per work_on_cpu() callsite
Frederic Weisbecker
2023-10-12
workqueue: fix -Wformat-truncation in create_worker
Lucy Mielke
2023-10-12
workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...
Waiman Long
2023-10-12
workqueue: Use the kmem_cache_free() instead of kfree() to release pwq
Zqiang
2023-10-04
workqueue: Fix UAF report by KASAN in pwq_release_workfn()
Zqiang
2023-09-18
workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...
Zqiang
2023-09-18
workqueue: Removed double allocation of wq_update_pod_attrs_buf
Steven Rostedt (Google)
2023-08-29
workqueue: fix data race with the pwq->stats[] increment
Mirsad Goran Todorovac
2023-08-14
workqueue: Rename rescuer kworker
Aaron Tomlin
2023-08-07
workqueue: Make default affinity_scope dynamically updatable
Tejun Heo
2023-08-07
workqueue: Implement non-strict affinity scope for unbound workqueues
Tejun Heo
2023-08-07
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
2023-08-07
workqueue: Factor out need_more_worker() check and worker wake-up
Tejun Heo
2023-08-07
workqueue: Factor out work to worker assignment and collision handling
Tejun Heo
2023-08-07
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
2023-08-07
workqueue: Modularize wq_pod_type initialization
Tejun Heo
2023-08-07
workqueue: Generalize unbound CPU pods
Tejun Heo
2023-08-07
workqueue: Factor out clearing of workqueue-only attrs fields
Tejun Heo
2023-08-07
workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...
Tejun Heo
2023-08-07
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
2023-08-07
workqueue: Move wq_pod_init() below workqueue_init()
Tejun Heo
2023-08-07
workqueue: Rename NUMA related names to use pod instead
Tejun Heo
[prev]
[next]