summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo1-0/+1
2018-04-04Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+23
2018-03-19RCU, workqueue: Implement rcu_workTejun Heo1-0/+23
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger1-1/+0
2018-02-17workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+1
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-22timer: Remove redundant __setup_timer*() macrosKees Cook1-6/+6
2017-11-22timer: Remove unused data arguments from macrosKees Cook1-3/+0
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+8
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park1-2/+2
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook1-7/+8
2017-10-05timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook1-1/+1
2017-09-05workqueue: Fix flag collisionBen Hutchings1-1/+1