summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
AgeCommit message (Expand)Author
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
2017-07-25workqueue: implicit ordered attribute should be overridableTejun Heo
2017-04-15workqueue: Provide work_on_cpu_safe()Thomas Gleixner
2017-02-02workqueue: avoid clang warningArnd Bergmann
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-10-28workqueue: kerneldocify workqueue_attrsSilvio Fricke
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo
2016-09-17workqueue: remove keventd_up()Tejun Heo
2016-09-17workqueue: make workqueue available early during bootTejun Heo
2016-08-29workqueue: add cancel_work()Jens Axboe
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesTejun Heo
2015-12-08workqueue: implement lockup detectorTejun Heo
2015-08-17workqueue: fix some docbook warningsJonathan Corbet
2015-05-21workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan
2015-04-30workqueue: Allow modifying low level unbound workqueue cpumaskLai Jiangshan
2015-03-09workqueue: dump workqueues on sysrq-tTejun Heo
2015-03-05workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-01-06workqueue.h: remove loops of single statement macrosValentin Rothberg
2014-09-13workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()Tejun Heo
2014-05-22workqueue: remove unused work_clear_pending()Lai Jiangshan