summaryrefslogtreecommitdiffstats
path: root/include/linux/workqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-07-121-0/+1
|\
| * Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky2022-06-101-0/+1
* | workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer2022-06-111-1/+1
* | workqueue: Wrap flush_workqueue() using a macroTetsuo Handa2022-06-071-8/+56
|/
* workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan2021-10-201-1/+2
* workqueue: annotate alloc_workqueue() as printfRolf Eike Beer2021-09-131-3/+2
* workqueue: Remove unused WORK_NO_COLORLai Jiangshan2021-08-171-7/+2
* workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan2021-08-171-2/+2
* workqueue: Fix typo in commentsCai Huoqing2021-08-091-1/+1
* workqueue: fix annotation for WQ_SYSFSMenglong Dong2021-01-191-1/+1
* workqueue: fix a piece of comment about reserved bits for work flagsLai Jiangshan2020-06-011-1/+1
* Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2020-04-031-2/+2
|\
| * workqueue: Make workqueue_init*() return voidYu Chen2020-03-041-2/+2
* | workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()Andrea Parri2020-02-121-0/+16
|/
* workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan2019-09-131-0/+4
* workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner2019-06-271-4/+0
* Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-061-0/+2
|\
| * workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck2019-01-311-0/+2
* | kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche2019-02-281-24/+4
|/
* workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo2018-05-181-0/+1
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-031-0/+23
|\
| * RCU, workqueue: Implement rcu_workTejun Heo2018-03-191-0/+23
* | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-131-1/+0
|/
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-02-161-0/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* timer: Remove redundant __setup_timer*() macrosKees Cook2017-11-211-6/+6
* timer: Remove unused data arguments from macrosKees Cook2017-11-211-3/+0
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-7/+8
|\
| * workqueue: Convert callback to use from_timer()Kees Cook2017-10-051-7/+8
| * timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook2017-10-051-1/+1
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park2017-10-251-2/+2
|/
* workqueue: Fix flag collisionBen Hutchings2017-09-051-1/+1
* workqueue: implicit ordered attribute should be overridableTejun Heo2017-07-251-1/+3
* workqueue: Provide work_on_cpu_safe()Thomas Gleixner2017-04-151-0/+5
* workqueue: avoid clang warningArnd Bergmann2017-02-021-2/+2
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-8/+3
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-8/+3
| |\
| | * workqueue: remove keventd_up()Tejun Heo2016-09-171-10/+0
| | * workqueue: make workqueue available early during bootTejun Heo2016-09-171-1/+6
* | | workqueue: kerneldocify workqueue_attrsSilvio Fricke2016-10-281-11/+24
|/ /
* / workqueue: add cancel_work()Jens Axboe2016-08-291-0/+1
|/
* workqueue: Convert to state machine callbacksThomas Gleixner2016-07-141-0/+6
* workqueue: skip flush dependency checks for legacy workqueuesTejun Heo2016-01-291-4/+5
* workqueue: implement lockup detectorTejun Heo2015-12-081-0/+6
* workqueue: fix some docbook warningsJonathan Corbet2015-08-171-3/+3
* workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2015-05-211-1/+29
* workqueue: Allow modifying low level unbound workqueue cpumaskLai Jiangshan2015-04-301-0/+1
* workqueue: dump workqueues on sysrq-tTejun Heo2015-03-091-0/+1