aboutsummaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
AgeCommit message (Expand)Author
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
2014-05-22workqueue: remove unused WORK_CPU_ENDLai Jiangshan
2014-05-22workqueue: declare system_highpri_wqLai Jiangshan
2014-05-14workqueue: Remove deprecated system_nrt[_freezable]_wqJingoo Han
2014-05-14workqueue: Remove deprecated flush[_delayed]_work_sync()Jingoo Han
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen
2014-03-25workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner
2014-03-24workqueue: Spelling s/instensive/intensive/Geert Uytterhoeven
2014-03-07workqueue: remove PREPARE_[DELAYED_]WORK()Tejun Heo
2014-03-07Merge branch 'wq/for-3.14-fixes' into wq/for-3.15Tejun Heo
2014-02-18workqueue: Remove deprecated __cancel_delayed_work()Tan Xiaojun
2014-02-14workqueue: add args to workqueue lockdep nameLi Zhong