aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/workqueue.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-09workqueue: dump workqueues on sysrq-tTejun Heo1-0/+1
2015-03-05workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONETejun Heo1-1/+2
2015-01-06workqueue.h: remove loops of single statement macrosValentin Rothberg1-6/+2
2014-09-13workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()Tejun Heo1-1/+1
2014-05-22workqueue: remove unused work_clear_pending()Lai Jiangshan1-7/+0
2014-05-22workqueue: remove unused WORK_CPU_ENDLai Jiangshan1-2/+1
2014-05-22workqueue: declare system_highpri_wqLai Jiangshan1-0/+4
2014-05-14workqueue: Remove deprecated system_nrt[_freezable]_wqJingoo Han1-14/+0
2014-05-14workqueue: Remove deprecated flush[_delayed]_work_sync()Jingoo Han1-12/+0
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-6/+0
2014-03-25workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner1-0/+2
2014-03-24workqueue: Spelling s/instensive/intensive/Geert Uytterhoeven1-1/+1
2014-03-07workqueue: remove PREPARE_[DELAYED_]WORK()Tejun Heo1-13/+2
2014-03-07Merge branch 'wq/for-3.14-fixes' into wq/for-3.15Tejun Heo1-4/+1
2014-02-18workqueue: Remove deprecated __cancel_delayed_work()Tan Xiaojun1-15/+0
2014-02-14workqueue: add args to workqueue lockdep nameLi Zhong1-4/+1
2013-07-30workqueue: mark WQ_NON_REENTRANT deprecatedTejun Heo1-1/+6
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-3/+4
2013-05-14workqueue: Add system wide power_efficient workqueuesViresh Kumar1-0/+8
2013-05-14workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar1-0/+27
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo1-0/+5
2013-04-01workqueue: update sysfs interface to reflect NUMA awareness and a kernel param to disable NUMA affinityTejun Heo1-0/+5
2013-03-13workqueue: inline trivial wrappersTejun Heo1-12/+111
2013-03-12workqueue: implement current_is_workqueue_rescuer()Tejun Heo1-0/+1
2013-03-12workqueue: implement sysfs interface for workqueuesTejun Heo1-0/+8
2013-03-12workqueue: reject adjusting max_active or applying attrs to ordered workqueuesTejun Heo1-1/+2
2013-03-12workqueue: make it clear that WQ_DRAINING is an internal flagTejun Heo1-1/+1
2013-03-12workqueue: implement apply_workqueue_attrs()Tejun Heo1-0/+2
2013-03-12workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL insteadTejun Heo1-1/+0
2013-03-12workqueue: introduce workqueue_attrsTejun Heo1-0/+13
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo1-3/+3
2013-03-04workqueue: allow more off-queue flag spaceLai Jiangshan1-1/+1
2013-02-13workqueue: rename cpu_workqueue to pool_workqueueTejun Heo1-6/+6
2013-02-06workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan1-0/+3
2013-02-06workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan1-2/+1
2013-01-24workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo1-9/+9
2013-01-24workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo1-1/+9
2013-01-24workqueue: unexport work_cpu()Tejun Heo1-1/+0
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-21workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()Tejun Heo1-16/+1
2012-08-21workqueue: use irqsafe timer for delayed_workTejun Heo1-3/+5
2012-08-21workqueue: clean up delayed_work initializers and add missing oneTejun Heo1-25/+23
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-4/+4
2012-08-21workqueue: cosmetic whitespace updates for macro definitionsTejun Heo1-63/+63
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-2/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-08-20workqueue: gut system_nrt[_freezable]_wq()Tejun Heo1-9/+14
2012-08-20workqueue: gut flush[_delayed]_work_sync()Tejun Heo1-2/+12
2012-08-13workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo1-0/+1