index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
workqueue.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-22
workqueue: remove unused work_clear_pending()
Lai Jiangshan
1
-7
/
+0
2014-05-22
workqueue: remove unused WORK_CPU_END
Lai Jiangshan
1
-2
/
+1
2014-05-22
workqueue: declare system_highpri_wq
Lai Jiangshan
1
-0
/
+4
2014-05-14
workqueue: Remove deprecated system_nrt[_freezable]_wq
Jingoo Han
1
-14
/
+0
2014-05-14
workqueue: Remove deprecated flush[_delayed]_work_sync()
Jingoo Han
1
-12
/
+0
2014-04-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2014-03-29
workqueue: remove deprecated WQ_NON_REENTRANT
ZhangZhen
1
-6
/
+0
2014-03-25
workqueue: Provide destroy_delayed_work_on_stack()
Thomas Gleixner
1
-0
/
+2
2014-03-25
workqueue: Spelling s/instensive/intensive/
Geert Uytterhoeven
1
-1
/
+1
2014-03-07
workqueue: remove PREPARE_[DELAYED_]WORK()
Tejun Heo
1
-13
/
+2
2014-03-07
Merge branch 'wq/for-3.14-fixes' into wq/for-3.15
Tejun Heo
1
-4
/
+1
2014-02-19
workqueue: Remove deprecated __cancel_delayed_work()
Tan Xiaojun
1
-15
/
+0
2014-02-14
workqueue: add args to workqueue lockdep name
Li Zhong
1
-4
/
+1
2013-07-30
workqueue: mark WQ_NON_REENTRANT deprecated
Tejun Heo
1
-1
/
+6
2013-07-04
drivers: avoid format strings in names passed to alloc_workqueue()
Kees Cook
1
-3
/
+4
2013-05-14
workqueue: Add system wide power_efficient workqueues
Viresh Kumar
1
-0
/
+8
2013-05-14
workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
Viresh Kumar
1
-0
/
+27
2013-05-01
workqueue: include workqueue info when printing debug dump of a worker task
Tejun Heo
1
-0
/
+5
2013-04-01
workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...
Tejun Heo
1
-0
/
+5
2013-03-14
workqueue: inline trivial wrappers
Tejun Heo
1
-12
/
+111
2013-03-13
workqueue: implement current_is_workqueue_rescuer()
Tejun Heo
1
-0
/
+1
2013-03-12
workqueue: implement sysfs interface for workqueues
Tejun Heo
1
-0
/
+8
2013-03-12
workqueue: reject adjusting max_active or applying attrs to ordered workqueues
Tejun Heo
1
-1
/
+2
2013-03-12
workqueue: make it clear that WQ_DRAINING is an internal flag
Tejun Heo
1
-1
/
+1
2013-03-12
workqueue: implement apply_workqueue_attrs()
Tejun Heo
1
-0
/
+2
2013-03-12
workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead
Tejun Heo
1
-1
/
+0
2013-03-12
workqueue: introduce workqueue_attrs
Tejun Heo
1
-0
/
+13
2013-03-12
workqueue: consistently use int for @cpu variables
Tejun Heo
1
-3
/
+3
2013-03-04
workqueue: allow more off-queue flag space
Lai Jiangshan
1
-1
/
+1
2013-02-14
workqueue: rename cpu_workqueue to pool_workqueue
Tejun Heo
1
-6
/
+6
2013-02-07
workqueue: add delayed_work->wq to simplify reentrancy handling
Lai Jiangshan
1
-0
/
+3
2013-02-07
workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END
Lai Jiangshan
1
-2
/
+1
2013-01-24
workqueue: record pool ID instead of CPU in work->data when off-queue
Tejun Heo
1
-9
/
+9
2013-01-24
workqueue: introduce WORK_OFFQ_CPU_NONE
Tejun Heo
1
-1
/
+9
2013-01-24
workqueue: unexport work_cpu()
Tejun Heo
1
-1
/
+0
2012-08-22
workqueue: deprecate __cancel_delayed_work()
Tejun Heo
1
-1
/
+1
2012-08-22
workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()
Tejun Heo
1
-16
/
+1
2012-08-22
workqueue: use irqsafe timer for delayed_work
Tejun Heo
1
-3
/
+5
2012-08-22
workqueue: clean up delayed_work initializers and add missing one
Tejun Heo
1
-25
/
+23
2012-08-22
workqueue: make deferrable delayed_work initializer names consistent
Tejun Heo
1
-4
/
+4
2012-08-22
workqueue: cosmetic whitespace updates for macro definitions
Tejun Heo
1
-63
/
+63
2012-08-21
workqueue: deprecate system_nrt[_freezable]_wq
Tejun Heo
1
-2
/
+2
2012-08-21
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-2
/
+2
2012-08-21
workqueue: gut system_nrt[_freezable]_wq()
Tejun Heo
1
-9
/
+14
2012-08-21
workqueue: gut flush[_delayed]_work_sync()
Tejun Heo
1
-2
/
+12
2012-08-14
workqueue: fix CPU binding of flush_delayed_work[_sync]()
Tejun Heo
1
-0
/
+1
2012-08-03
workqueue: implement mod_delayed_work[_on]()
Tejun Heo
1
-0
/
+4
2012-08-03
workqueue: mark a work item being canceled as such
Tejun Heo
1
-1
/
+4
2012-08-03
workqueue: introduce WORK_OFFQ_FLAG_*
Tejun Heo
1
-1
/
+7
2012-08-03
workqueue: set delayed_work->timer function on initialization
Tejun Heo
1
-2
/
+11
[next]