summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-22workqueue: Use "@..." in function comment to describe variable length argumentTejun Heo1-1/+1
2024-03-25workqueue: Introduce enable_and_queue_work() convenience functionAllen Pais1-0/+26
2024-03-25workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->af...Lai Jiangshan1-0/+3
2024-03-25workqueue: Remember whether a work item was on a BH workqueueTejun Heo1-1/+3
2024-03-25workqueue: Remove WORK_OFFQ_CANCELINGTejun Heo1-3/+1
2024-03-25workqueue: Implement disable/enable for (delayed) work itemsTejun Heo1-3/+15
2024-03-25workqueue: Preserve OFFQ bits in cancel[_sync] pathsTejun Heo1-0/+1
2024-03-01workqueue: Drain BH work items on hot-unplugged CPUsTejun Heo1-0/+1
2024-02-27workqueue: Introduce from_work() helper for cleaner callback declarationsAllen Pais1-0/+3
2024-02-21workqueue: Clean up enum work_bits and related constantsTejun Heo1-26/+32
2024-02-10workqueue: Implement workqueue_set_min_active()Tejun Heo1-0/+2
2024-02-06workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo1-3/+1
2024-02-05workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo1-0/+11
2024-01-29workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo1-3/+32
2024-01-27workqueue: Break up enum definitions and give names to the typesTejun Heo1-17/+24
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-15/+1
2023-12-21workqueue: Split out workqueue_types.hKent Overstreet1-15/+1
2023-11-13workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...Waiman Long1-1/+1
2023-10-18workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker1-7/+39
2023-08-08workqueue: Make default affinity_scope dynamically updatableTejun Heo1-2/+1
2023-08-08workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo1-0/+11
2023-08-08workqueue: Add workqueue_attrs->__pod_cpumaskTejun Heo1-0/+16
2023-08-08workqueue: Add multiple affinity scopes and interface to select themTejun Heo1-1/+4
2023-08-08workqueue: Generalize unbound CPU podsTejun Heo1-4/+27
2023-08-08workqueue: Initialize unbound CPU pods later in the bootTejun Heo1-0/+1
2023-08-08workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo1-3/+3
2023-08-08workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo1-6/+2
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa1-41/+3
2023-06-23workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds1-7/+8
2023-03-24workqueue: Introduce show_freezable_workqueuesJungseung Lee1-0/+1
2023-01-05workqueue: Add a new flag to spot the potential UAF errorRichard Clark1-0/+1
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+1
2022-06-12workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer1-1/+1
2022-06-10Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky1-0/+1
2022-06-07workqueue: Wrap flush_workqueue() using a macroTetsuo Handa1-8/+56
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan1-1/+2
2021-09-13workqueue: annotate alloc_workqueue() as printfRolf Eike Beer1-3/+2
2021-08-17workqueue: Remove unused WORK_NO_COLORLai Jiangshan1-7/+2
2021-08-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan1-2/+2
2021-08-10workqueue: Fix typo in commentsCai Huoqing1-1/+1
2021-01-19workqueue: fix annotation for WQ_SYSFSMenglong Dong1-1/+1
2020-06-01workqueue: fix a piece of comment about reserved bits for work flagsLai Jiangshan1-1/+1
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2020-03-04workqueue: Make workqueue_init*() return voidYu Chen1-2/+2
2020-02-12workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()Andrea Parri1-0/+16
2019-09-13workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan1-0/+4
2019-06-28workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner1-4/+0
2019-03-07Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche1-24/+4
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck1-0/+2