index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-13
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-23
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
*
|
|
workqueue: Control intensive warning threshold through cmdline
Xuewen Yan
2024-02-22
1
-3
/
+11
*
|
|
workqueue: Make @flags handling consistent across set_work_data() and friends
Tejun Heo
2024-02-20
1
-16
/
+16
*
|
|
workqueue: Remove clear_work_data()
Tejun Heo
2024-02-20
1
-16
/
+8
*
|
|
workqueue: Factor out work_grab_pending() from __cancel_work_sync()
Tejun Heo
2024-02-20
1
-52
/
+80
*
|
|
workqueue: Clean up enum work_bits and related constants
Tejun Heo
2024-02-20
1
-4
/
+4
*
|
|
workqueue: Introduce work_cancel_flags
Tejun Heo
2024-02-20
1
-12
/
+17
*
|
|
workqueue: Use variable name irq_flags for saving local irq flags
Tejun Heo
2024-02-20
1
-38
/
+38
*
|
|
workqueue: Reorganize flush and cancel[_sync] functions
Tejun Heo
2024-02-20
1
-68
/
+68
*
|
|
workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()
Tejun Heo
2024-02-20
1
-3
/
+3
*
|
|
workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()
Tejun Heo
2024-02-20
1
-2
/
+2
*
|
|
workqueue: Cosmetic changes
Tejun Heo
2024-02-20
1
-16
/
+14
*
|
|
workqueue, irq_work: Build fix for !CONFIG_IRQ_WORK
Tejun Heo
2024-02-16
1
-9
/
+15
*
|
|
workqueue: Fix queue_work_on() with BH workqueues
Tejun Heo
2024-02-14
1
-5
/
+36
*
|
|
workqueue: Implement workqueue_set_min_active()
Tejun Heo
2024-02-09
1
-0
/
+27
*
|
|
workqueue: Fix kernel-doc comment of unplug_oldest_pwq()
Waiman Long
2024-02-09
1
-7
/
+10
*
|
|
workqueue: Bind unbound workqueue rescuer to wq_unbound_cpumask
Waiman Long
2024-02-08
1
-1
/
+1
*
|
|
kernel/workqueue: Let rescuers follow unbound wq cpumask changes
Juri Lelli
2024-02-08
1
-0
/
+5
*
|
|
workqueue: Enable unbound cpumask update on ordered workqueues
Waiman Long
2024-02-08
1
-10
/
+59
*
|
|
workqueue: Link pwq's into wq->pwqs from oldest to newest
Waiman Long
2024-02-08
1
-1
/
+1
*
|
|
Merge branch 'for-6.8-fixes' into for-6.9
Tejun Heo
2024-02-05
1
-6
/
+2
|
\
|
|
|
*
|
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...
Tejun Heo
2024-02-05
1
-6
/
+2
|
|
/
*
|
workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 ordered
Tejun Heo
2024-02-05
1
-18
/
+4
*
|
workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumask
Waiman Long
2024-02-05
1
-1
/
+1
*
|
workqueue: fix a typo in comment
Wang Jinchao
2024-02-05
1
-1
/
+1
*
|
Revert "workqueue: make wq_subsys const"
Tejun Heo
2024-02-05
1
-1
/
+1
*
|
workqueue: Implement BH workqueues to eventually replace tasklets
Tejun Heo
2024-02-04
1
-53
/
+238
*
|
workqueue: Factor out init_cpu_worker_pool()
Tejun Heo
2024-02-04
1
-14
/
+18
[next]