summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorLines
2024-03-25workqueue: Cleanup subsys attribute registrationDan Williams-32/+17
2024-03-25workqueue: Use list_last_entry() to get the last idle workerLai Jiangshan-2/+2
2024-03-25workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...Lai Jiangshan-5/+8
2024-03-25workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()Lai Jiangshan-1/+1
2024-03-25workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts o...Tejun Heo-19/+55
2024-03-25workqueue: Remember whether a work item was on a BH workqueueTejun Heo-2/+8
2024-03-25workqueue: Remove WORK_OFFQ_CANCELINGTejun Heo-121/+19
2024-03-25workqueue: Implement disable/enable for (delayed) work itemsTejun Heo-10/+167
2024-03-25workqueue: Preserve OFFQ bits in cancel[_sync] pathsTejun Heo-20/+31
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar-1/+1
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar-1/+1
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-02-29workqueue: Drain BH work items on hot-unplugged CPUsTejun Heo-3/+88
2024-02-22workqueue: Control intensive warning threshold through cmdlineXuewen Yan-3/+11
2024-02-22workqueue: Use global variant for add_timer()Anna-Maria Behnsen-1/+1
2024-02-20workqueue: Make @flags handling consistent across set_work_data() and friendsTejun Heo-16/+16
2024-02-20workqueue: Remove clear_work_data()Tejun Heo-16/+8
2024-02-20workqueue: Factor out work_grab_pending() from __cancel_work_sync()Tejun Heo-52/+80
2024-02-20workqueue: Clean up enum work_bits and related constantsTejun Heo-4/+4
2024-02-20workqueue: Introduce work_cancel_flagsTejun Heo-12/+17
2024-02-20workqueue: Use variable name irq_flags for saving local irq flagsTejun Heo-38/+38
2024-02-20workqueue: Reorganize flush and cancel[_sync] functionsTejun Heo-68/+68
2024-02-20workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()Tejun Heo-3/+3
2024-02-20workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()Tejun Heo-2/+2
2024-02-20workqueue: Cosmetic changesTejun Heo-16/+14
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman-6/+2
2024-02-16workqueue, irq_work: Build fix for !CONFIG_IRQ_WORKTejun Heo-9/+15
2024-02-14workqueue: Fix queue_work_on() with BH workqueuesTejun Heo-5/+36
2024-02-09workqueue: Implement workqueue_set_min_active()Tejun Heo-0/+27
2024-02-09workqueue: Fix kernel-doc comment of unplug_oldest_pwq()Waiman Long-7/+10
2024-02-08workqueue: Bind unbound workqueue rescuer to wq_unbound_cpumaskWaiman Long-1/+1
2024-02-08kernel/workqueue: Let rescuers follow unbound wq cpumask changesJuri Lelli-0/+5
2024-02-08workqueue: Enable unbound cpumask update on ordered workqueuesWaiman Long-10/+59
2024-02-08workqueue: Link pwq's into wq->pwqs from oldest to newestWaiman Long-1/+1
2024-02-08workqueue: make wq_subsys constRicardo B. Marliere-1/+1
2024-02-05Merge branch 'for-6.8-fixes' into for-6.9Tejun Heo-6/+2
2024-02-05Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo-6/+2
2024-02-05workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo-18/+4
2024-02-05workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumaskWaiman Long-1/+1
2024-02-05workqueue: fix a typo in commentWang Jinchao-1/+1
2024-02-05Revert "workqueue: make wq_subsys const"Tejun Heo-1/+1
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo-53/+238
2024-02-04workqueue: Factor out init_cpu_worker_pool()Tejun Heo-14/+18
2024-02-04workqueue: Update lock debugging codeTejun Heo-17/+34
2024-02-04workqueue: make wq_subsys constRicardo B. Marliere-1/+1
2024-02-04workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()Tejun Heo-2/+8
2024-01-30workqueue: Avoid premature init of wq->node_nr_active[].maxTejun Heo-0/+8
2024-01-30workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo-1/+1
2024-01-29workqueue: Avoid using isolated cpus' timers on queue_delayed_workLeonardo Bras-3/+11