summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Merge branch 'for-6.10' into test-merge-for-6.10Tejun Heo1-178/+275
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-04-24workqueue: Fix divide error in wq_update_node_max_active()Lai Jiangshan1-0/+9
2024-04-24workqueue: The default node_nr_active should have its max set to max_activeTejun Heo1-1/+1
2024-04-23workqueue: Fix selection of wake_cpu in kick_pool()Sven Schnelle1-2/+6
2024-04-08workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()Zqiang1-0/+1
2024-03-25workqueue: Cleanup subsys attribute registrationDan Williams1-32/+17
2024-03-25workqueue: Use list_last_entry() to get the last idle workerLai Jiangshan1-2/+2
2024-03-25workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...Lai Jiangshan1-5/+8
2024-03-25workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()Lai Jiangshan1-1/+1
2024-03-25workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts o...Tejun Heo1-19/+55
2024-03-25workqueue: Remember whether a work item was on a BH workqueueTejun Heo1-2/+8
2024-03-25workqueue: Remove WORK_OFFQ_CANCELINGTejun Heo1-121/+19
2024-03-25workqueue: Implement disable/enable for (delayed) work itemsTejun Heo1-10/+167
2024-03-25workqueue: Preserve OFFQ bits in cancel[_sync] pathsTejun Heo1-20/+31
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar1-1/+1
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar1-1/+1
2024-03-12Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-03-01workqueue: Drain BH work items on hot-unplugged CPUsTejun Heo1-3/+88
2024-02-22workqueue: Control intensive warning threshold through cmdlineXuewen Yan1-3/+11
2024-02-22workqueue: Use global variant for add_timer()Anna-Maria Behnsen1-1/+1
2024-02-21workqueue: Make @flags handling consistent across set_work_data() and friendsTejun Heo1-16/+16
2024-02-21workqueue: Remove clear_work_data()Tejun Heo1-16/+8
2024-02-21workqueue: Factor out work_grab_pending() from __cancel_work_sync()Tejun Heo1-52/+80
2024-02-21workqueue: Clean up enum work_bits and related constantsTejun Heo1-4/+4
2024-02-21workqueue: Introduce work_cancel_flagsTejun Heo1-12/+17
2024-02-21workqueue: Use variable name irq_flags for saving local irq flagsTejun Heo1-38/+38
2024-02-21workqueue: Reorganize flush and cancel[_sync] functionsTejun Heo1-68/+68
2024-02-21workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()Tejun Heo1-3/+3
2024-02-21workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()Tejun Heo1-2/+2
2024-02-21workqueue: Cosmetic changesTejun Heo1-16/+14
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman1-6/+2
2024-02-16workqueue, irq_work: Build fix for !CONFIG_IRQ_WORKTejun Heo1-9/+15
2024-02-14workqueue: Fix queue_work_on() with BH workqueuesTejun Heo1-5/+36
2024-02-10workqueue: Implement workqueue_set_min_active()Tejun Heo1-0/+27
2024-02-10workqueue: Fix kernel-doc comment of unplug_oldest_pwq()Waiman Long1-7/+10
2024-02-08workqueue: Bind unbound workqueue rescuer to wq_unbound_cpumaskWaiman Long1-1/+1
2024-02-08kernel/workqueue: Let rescuers follow unbound wq cpumask changesJuri Lelli1-0/+5
2024-02-08workqueue: Enable unbound cpumask update on ordered workqueuesWaiman Long1-10/+59
2024-02-08workqueue: Link pwq's into wq->pwqs from oldest to newestWaiman Long1-1/+1
2024-02-08workqueue: make wq_subsys constRicardo B. Marliere1-1/+1
2024-02-06Merge branch 'for-6.8-fixes' into for-6.9Tejun Heo1-6/+2
2024-02-06Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo1-6/+2
2024-02-06workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo1-18/+4
2024-02-05workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumaskWaiman Long1-1/+1
2024-02-05workqueue: fix a typo in commentWang Jinchao1-1/+1
2024-02-05Revert "workqueue: make wq_subsys const"Tejun Heo1-1/+1
2024-02-05workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo1-53/+238
2024-02-05workqueue: Factor out init_cpu_worker_pool()Tejun Heo1-14/+18