aboutsummaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
AgeCommit message (Expand)Author
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
2013-07-30workqueue: mark WQ_NON_REENTRANT deprecatedTejun Heo
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook
2013-05-14workqueue: Add system wide power_efficient workqueuesViresh Kumar
2013-05-14workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-04-01workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...Tejun Heo
2013-03-13workqueue: inline trivial wrappersTejun Heo
2013-03-12workqueue: implement current_is_workqueue_rescuer()Tejun Heo
2013-03-12workqueue: implement sysfs interface for workqueuesTejun Heo
2013-03-12workqueue: reject adjusting max_active or applying attrs to ordered workqueuesTejun Heo
2013-03-12workqueue: make it clear that WQ_DRAINING is an internal flagTejun Heo
2013-03-12workqueue: implement apply_workqueue_attrs()Tejun Heo
2013-03-12workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL insteadTejun Heo
2013-03-12workqueue: introduce workqueue_attrsTejun Heo
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo
2013-03-04workqueue: allow more off-queue flag spaceLai Jiangshan
2013-02-13workqueue: rename cpu_workqueue to pool_workqueueTejun Heo
2013-02-06workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan
2013-02-06workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan
2013-01-24workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo
2013-01-24workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo
2013-01-24workqueue: unexport work_cpu()Tejun Heo
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo
2012-08-21workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()Tejun Heo
2012-08-21workqueue: use irqsafe timer for delayed_workTejun Heo
2012-08-21workqueue: clean up delayed_work initializers and add missing oneTejun Heo
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo
2012-08-21workqueue: cosmetic whitespace updates for macro definitionsTejun Heo
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-20workqueue: gut system_nrt[_freezable]_wq()Tejun Heo