index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-25
workqueue: protect wq->pwqs and iteration with wq->mutex
Lai Jiangshan
1
-24
/
+18
2013-03-25
workqueue: protect wq->nr_drainers and ->flags with wq->mutex
Lai Jiangshan
1
-6
/
+6
2013-03-25
workqueue: rename wq->flush_mutex to wq->mutex
Lai Jiangshan
1
-26
/
+26
2013-03-25
workqueue: rename wq_mutex to wq_pool_mutex
Lai Jiangshan
1
-54
/
+55
2013-03-20
workqueue: avoid false negative in assert_manager_or_pool_lock()
Lai Jiangshan
1
-1
/
+2
2013-03-20
workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCU
Lai Jiangshan
1
-5
/
+5
2013-03-20
workqueue: kick a worker in pwq_adjust_max_active()
Lai Jiangshan
1
-7
/
+6
2013-03-20
workqueue: simplify current_is_workqueue_rescuer()
Lai Jiangshan
1
-1
/
+1
2013-03-20
workqueue: add missing POOL_FREEZING
Lai Jiangshan
1
-0
/
+3
2013-03-19
workqueue: restore CPU affinity of unbound workers on CPU_ONLINE
Tejun Heo
1
-5
/
+47
2013-03-19
workqueue: directly restore CPU affinity of workers from CPU_ONLINE
Tejun Heo
1
-128
/
+64
2013-03-19
workqueue: relocate rebind_workers()
Tejun Heo
1
-71
/
+71
2013-03-19
workqueue: convert worker_pool->worker_ida to idr and implement for_each_pool...
Tejun Heo
1
-12
/
+51
2013-03-19
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
Tejun Heo
1
-7
/
+3
2013-03-18
Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-19
/
+25
2013-03-13
workqueue: rename workqueue_lock to wq_mayday_lock
Tejun Heo
1
-12
/
+12
2013-03-13
workqueue: separate out pool_workqueue locking into pwq_lock
Tejun Heo
1
-33
/
+36
2013-03-13
workqueue: separate out pool and workqueue locking into wq_mutex
Tejun Heo
1
-69
/
+77
2013-03-13
workqueue: relocate global variable defs and function decls in workqueue.c
Tejun Heo
1
-19
/
+19
2013-03-13
workqueue: better define locking rules around worker creation / destruction
Tejun Heo
1
-1
/
+12
2013-03-13
workqueue: factor out initial worker creation into create_and_start_worker()
Tejun Heo
1
-24
/
+23
2013-03-13
workqueue: rename worker_pool->assoc_mutex to ->manager_mutex
Tejun Heo
1
-24
/
+38
2013-03-13
workqueue: inline trivial wrappers
Tejun Heo
1
-111
/
+0
2013-03-13
workqueue: rename @id to @pi in for_each_each_pool()
Tejun Heo
1
-8
/
+8
2013-03-13
workqueue: update comments and a warning message
Tejun Heo
1
-40
/
+44
2013-03-13
workqueue: fix max_active handling in init_and_link_pwq()
Tejun Heo
1
-5
/
+9
2013-03-13
workqueue: implement and use pwq_adjust_max_active()
Tejun Heo
1
-45
/
+38
2013-03-13
workqueue: relocate pwq_set_max_active()
Tejun Heo
1
-20
/
+20
2013-03-13
workqueue: convert to idr_alloc()
Tejun Heo
1
-3
/
+4
2013-03-12
workqueue: implement current_is_workqueue_rescuer()
Tejun Heo
1
-0
/
+13
2013-03-12
workqueue: implement sysfs interface for workqueues
Tejun Heo
1
-0
/
+288
2013-03-12
workqueue: reject adjusting max_active or applying attrs to ordered workqueues
Tejun Heo
1
-0
/
+9
2013-03-12
workqueue: make it clear that WQ_DRAINING is an internal flag
Tejun Heo
1
-4
/
+4
2013-03-12
workqueue: implement apply_workqueue_attrs()
Tejun Heo
1
-20
/
+71
2013-03-12
workqueue: perform non-reentrancy test when queueing to unbound workqueues too
Tejun Heo
1
-23
/
+19
2013-03-12
workqueue: prepare flush_workqueue() for dynamic creation and destrucion of u...
Tejun Heo
1
-2
/
+23
2013-03-12
workqueue: implement get/put_pwq()
Tejun Heo
1
-23
/
+114
2013-03-12
workqueue: restructure __alloc_workqueue_key()
Tejun Heo
1
-29
/
+38
2013-03-12
workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead
Tejun Heo
1
-12
/
+10
2013-03-12
workqueue: add pool ID to the names of unbound kworkers
Tejun Heo
1
-1
/
+2
2013-03-12
workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()
Tejun Heo
1
-11
/
+11
2013-03-12
workqueue: remove unbound_std_worker_pools[] and related helpers
Tejun Heo
1
-60
/
+6
2013-03-12
workqueue: implement attribute-based unbound worker_pool management
Tejun Heo
1
-13
/
+224
2013-03-12
workqueue: introduce workqueue_attrs
Tejun Heo
1
-22
/
+81
2013-03-12
workqueue: separate out init_worker_pool() from init_workqueues()
Tejun Heo
1
-16
/
+21
2013-03-12
workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arb
Tejun Heo
1
-11
/
+10
2013-03-12
workqueue: update synchronization rules on worker_pool_idr
Tejun Heo
1
-25
/
+46
2013-03-12
workqueue: update synchronization rules on workqueue->pwqs
Tejun Heo
1
-17
/
+70
2013-03-12
workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...
Tejun Heo
1
-15
/
+14
2013-03-12
workqueue: remove workqueue_struct->pool_wq.single
Tejun Heo
1
-14
/
+12
[prev]
[next]