index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: Remove unneeded lockdep_assert_cpus_held()
Lai Jiangshan
2024-07-16
1
-10
/
+2
*
Merge tag 'wq-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2024-07-16
1
-189
/
+157
|
\
|
*
workqueue: Always queue work items to the newest PWQ for order workqueues
Lai Jiangshan
2024-07-15
1
-1
/
+5
|
*
workqueue: Rename wq_update_pod() to unbound_wq_update_pwq()
Lai Jiangshan
2024-07-12
1
-17
/
+15
|
*
workqueue: Remove the arguments @hotplug_cpu and @online from wq_update_pod()
Lai Jiangshan
2024-07-12
1
-8
/
+5
|
*
workqueue: Remove the argument @cpu_going_down from wq_calc_pod_cpumask()
Lai Jiangshan
2024-07-12
1
-8
/
+4
|
*
workqueue: Remove the unneeded cpumask empty check in wq_calc_pod_cpumask()
Lai Jiangshan
2024-07-12
1
-4
/
+0
|
*
workqueue: Remove cpus_read_lock() from apply_wqattrs_lock()
Lai Jiangshan
2024-07-12
1
-3
/
+0
|
*
workqueue: Simplify wq_calc_pod_cpumask() with wq_online_cpumask
Lai Jiangshan
2024-07-12
1
-9
/
+3
|
*
workqueue: Add wq_online_cpumask
Lai Jiangshan
2024-07-12
1
-0
/
+10
|
*
workqueue: Init rescuer's affinities as the wq's effective cpumask
Lai Jiangshan
2024-07-05
1
-4
/
+8
|
*
workqueue: Put PWQ allocation and WQ enlistment in the same lock C.S.
Lai Jiangshan
2024-07-05
1
-26
/
+28
|
*
workqueue: Move kthread_flush_worker() out of alloc_and_link_pwqs()
Lai Jiangshan
2024-07-05
1
-7
/
+8
|
*
workqueue: Make rescuer initialization as the last step of the creation of a ...
Lai Jiangshan
2024-07-05
1
-3
/
+3
|
*
workqueue: Register sysfs after the whole creation of the new wq
Lai Jiangshan
2024-07-05
1
-3
/
+3
|
*
workqueue: Simplify goto statement
Lai Jiangshan
2024-07-02
1
-8
/
+3
|
*
workqueue: Update cpumasks after only applying it successfully
Lai Jiangshan
2024-07-02
1
-4
/
+6
|
*
workqueue: Improve scalability of workqueue watchdog touch
Nicholas Piggin
2024-06-25
1
-2
/
+8
|
*
workqueue: wq_watchdog_touch is always called with valid CPU
Nicholas Piggin
2024-06-25
1
-0
/
+2
|
*
workqueue: Remove useless pool->dying_workers
Lai Jiangshan
2024-06-22
1
-3
/
+0
|
*
workqueue: Detach workers directly in idle_cull_fn()
Lai Jiangshan
2024-06-22
1
-26
/
+19
|
*
workqueue: Don't bind the rescuer in the last working cpu
Lai Jiangshan
2024-06-22
1
-12
/
+12
|
*
workqueue: Reap workers via kthread_stop() and remove detach_completion
Lai Jiangshan
2024-06-22
1
-16
/
+19
|
*
workqueue: Avoid nr_active manipulation in grabbing inactive items
Lai Jiangshan
2024-06-19
1
-33
/
+9
|
*
workqueue: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
2024-06-10
1
-7
/
+1
|
*
workqueue: Clean code in alloc_and_link_pwqs()
Wenchao Hao
2024-06-07
1
-6
/
+7
*
|
workqueue: Refactor worker ID formatting and make wq_worker_comm() use full I...
Tejun Heo
2024-05-21
1
-17
/
+34
|
/
*
Merge branch 'for-6.10' into test-merge-for-6.10
Tejun Heo
2024-05-15
1
-178
/
+275
|
\
|
*
workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()
Zqiang
2024-04-08
1
-0
/
+1
|
*
workqueue: Cleanup subsys attribute registration
Dan Williams
2024-03-25
1
-32
/
+17
|
*
workqueue: Use list_last_entry() to get the last idle worker
Lai Jiangshan
2024-03-25
1
-2
/
+2
|
*
workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...
Lai Jiangshan
2024-03-25
1
-5
/
+8
|
*
workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()
Lai Jiangshan
2024-03-25
1
-1
/
+1
|
*
workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts o...
Tejun Heo
2024-03-25
1
-19
/
+55
|
*
workqueue: Remember whether a work item was on a BH workqueue
Tejun Heo
2024-03-25
1
-2
/
+8
|
*
workqueue: Remove WORK_OFFQ_CANCELING
Tejun Heo
2024-03-25
1
-121
/
+19
|
*
workqueue: Implement disable/enable for (delayed) work items
Tejun Heo
2024-03-25
1
-10
/
+167
|
*
workqueue: Preserve OFFQ bits in cancel[_sync] paths
Tejun Heo
2024-03-25
1
-20
/
+31
*
|
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-05-14
1
-1
/
+1
|
\
\
|
*
|
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
2024-03-25
1
-1
/
+1
|
|
\
|
|
*
|
sched/balancing: Rename scheduler_tick() => sched_tick()
Ingo Molnar
2024-03-12
1
-1
/
+1
*
|
|
workqueue: Fix divide error in wq_update_node_max_active()
Lai Jiangshan
2024-04-24
1
-0
/
+9
*
|
|
workqueue: The default node_nr_active should have its max set to max_active
Tejun Heo
2024-04-24
1
-1
/
+1
*
|
|
workqueue: Fix selection of wake_cpu in kick_pool()
Sven Schnelle
2024-04-23
1
-2
/
+6
|
|
/
|
/
|
*
|
Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge 6.8-rc5 into driver-core-next
Greg Kroah-Hartman
2024-02-19
1
-6
/
+2
|
|
\
|
*
|
workqueue: make wq_subsys const
Ricardo B. Marliere
2024-02-08
1
-1
/
+1
*
|
|
Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-03-11
1
-1
/
+1
|
\
\
\
|
*
|
|
workqueue: Use global variant for add_timer()
Anna-Maria Behnsen
2024-02-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
workqueue: Drain BH work items on hot-unplugged CPUs
Tejun Heo
2024-02-29
1
-3
/
+88
[next]