aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/workqueue.h
AgeCommit message (Expand)Author
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-20workqueue: Split out workqueue_types.hKent Overstreet
2023-11-12workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_un...Waiman Long
2023-10-17workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker
2023-08-07workqueue: Make default affinity_scope dynamically updatableTejun Heo
2023-08-07workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo
2023-08-07workqueue: Add workqueue_attrs->__pod_cpumaskTejun Heo
2023-08-07workqueue: Add multiple affinity scopes and interface to select themTejun Heo
2023-08-07workqueue: Generalize unbound CPU podsTejun Heo
2023-08-07workqueue: Initialize unbound CPU pods later in the bootTejun Heo
2023-08-07workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo
2023-08-07workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo
2023-07-10workqueue: Warn attempt to flush system-wide workqueues.Tetsuo Handa
2023-06-23workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds
2023-03-23workqueue: Introduce show_freezable_workqueuesJungseung Lee
2023-01-04workqueue: Add a new flag to spot the potential UAF errorRichard Clark
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie
2022-06-11workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer
2022-06-10Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky
2022-06-07workqueue: Wrap flush_workqueue() using a macroTetsuo Handa
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan
2021-09-13workqueue: annotate alloc_workqueue() as printfRolf Eike Beer
2021-08-17workqueue: Remove unused WORK_NO_COLORLai Jiangshan
2021-08-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan
2021-08-09workqueue: Fix typo in commentsCai Huoqing
2021-01-19workqueue: fix annotation for WQ_SYSFSMenglong Dong
2020-06-01workqueue: fix a piece of comment about reserved bits for work flagsLai Jiangshan
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2020-03-04workqueue: Make workqueue_init*() return voidYu Chen
2020-02-12workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()Andrea Parri
2019-09-13workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan
2019-06-27workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck
2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-03-19RCU, workqueue: Implement rcu_workTejun Heo
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger
2018-02-16workqueue: Allow retrieval of current task's work structLukas Wunner
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook
2017-11-21timer: Remove unused data arguments from macrosKees Cook
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook
2017-10-05timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook
2017-09-05workqueue: Fix flag collisionBen Hutchings