summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2024-07-15workqueue: Remove unneeded lockdep_assert_cpus_held()Lai Jiangshan
2024-07-15Merge tag 'wq-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2024-07-14workqueue: Always queue work items to the newest PWQ for order workqueuesLai Jiangshan
2024-07-11workqueue: Rename wq_update_pod() to unbound_wq_update_pwq()Lai Jiangshan
2024-07-11workqueue: Remove the arguments @hotplug_cpu and @online from wq_update_pod()Lai Jiangshan
2024-07-11workqueue: Remove the argument @cpu_going_down from wq_calc_pod_cpumask()Lai Jiangshan
2024-07-11workqueue: Remove the unneeded cpumask empty check in wq_calc_pod_cpumask()Lai Jiangshan
2024-07-11workqueue: Remove cpus_read_lock() from apply_wqattrs_lock()Lai Jiangshan
2024-07-11workqueue: Simplify wq_calc_pod_cpumask() with wq_online_cpumaskLai Jiangshan
2024-07-11workqueue: Add wq_online_cpumaskLai Jiangshan
2024-07-05workqueue: Init rescuer's affinities as the wq's effective cpumaskLai Jiangshan
2024-07-05workqueue: Put PWQ allocation and WQ enlistment in the same lock C.S.Lai Jiangshan
2024-07-05workqueue: Move kthread_flush_worker() out of alloc_and_link_pwqs()Lai Jiangshan
2024-07-05workqueue: Make rescuer initialization as the last step of the creation of a ...Lai Jiangshan
2024-07-05workqueue: Register sysfs after the whole creation of the new wqLai Jiangshan
2024-07-02workqueue: Simplify goto statementLai Jiangshan
2024-07-02workqueue: Update cpumasks after only applying it successfullyLai Jiangshan
2024-06-25workqueue: Improve scalability of workqueue watchdog touchNicholas Piggin
2024-06-25workqueue: wq_watchdog_touch is always called with valid CPUNicholas Piggin
2024-06-21workqueue: Remove useless pool->dying_workersLai Jiangshan
2024-06-21workqueue: Detach workers directly in idle_cull_fn()Lai Jiangshan
2024-06-21workqueue: Don't bind the rescuer in the last working cpuLai Jiangshan
2024-06-21workqueue: Reap workers via kthread_stop() and remove detach_completionLai Jiangshan
2024-06-19workqueue: Avoid nr_active manipulation in grabbing inactive itemsLai Jiangshan
2024-06-10workqueue: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-06-07workqueue: Clean code in alloc_and_link_pwqs()Wenchao Hao
2024-05-20workqueue: Refactor worker ID formatting and make wq_worker_comm() use full I...Tejun Heo
2024-05-15Merge branch 'for-6.10' into test-merge-for-6.10Tejun Heo
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-24workqueue: Fix divide error in wq_update_node_max_active()Lai Jiangshan
2024-04-23workqueue: The default node_nr_active should have its max set to max_activeTejun Heo
2024-04-23workqueue: Fix selection of wake_cpu in kick_pool()Sven Schnelle
2024-04-08workqueue: Add destroy_work_on_stack() in workqueue_softirq_dead()Zqiang
2024-03-25workqueue: Cleanup subsys attribute registrationDan Williams
2024-03-25workqueue: Use list_last_entry() to get the last idle workerLai Jiangshan
2024-03-25workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...Lai Jiangshan
2024-03-25workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()Lai Jiangshan
2024-03-25workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts o...Tejun Heo
2024-03-25workqueue: Remember whether a work item was on a BH workqueueTejun Heo
2024-03-25workqueue: Remove WORK_OFFQ_CANCELINGTejun Heo
2024-03-25workqueue: Implement disable/enable for (delayed) work itemsTejun Heo
2024-03-25workqueue: Preserve OFFQ bits in cancel[_sync] pathsTejun Heo
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-02-29workqueue: Drain BH work items on hot-unplugged CPUsTejun Heo
2024-02-22workqueue: Control intensive warning threshold through cmdlineXuewen Yan
2024-02-22workqueue: Use global variant for add_timer()Anna-Maria Behnsen
2024-02-20workqueue: Make @flags handling consistent across set_work_data() and friendsTejun Heo