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
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_unbound_cpumask()"
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_active()
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/tj/wq into for-6.8
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_SYSFS
Waiman Long
1
-51
/
+51
2023-11-12
workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
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/linux/kernel/git/akpm/mm
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_cpumask()
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_init()
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
[prev]
[next]