summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorLines
2013-03-13workqueue: separate out pool_workqueue locking into pwq_lockTejun Heo-33/+36
2013-03-13workqueue: separate out pool and workqueue locking into wq_mutexTejun Heo-69/+77
2013-03-13workqueue: relocate global variable defs and function decls in workqueue.cTejun Heo-19/+19
2013-03-13workqueue: better define locking rules around worker creation / destructionTejun Heo-1/+12
2013-03-13workqueue: factor out initial worker creation into create_and_start_worker()Tejun Heo-24/+23
2013-03-13workqueue: rename worker_pool->assoc_mutex to ->manager_mutexTejun Heo-24/+38
2013-03-13workqueue: inline trivial wrappersTejun Heo-111/+0
2013-03-13workqueue: rename @id to @pi in for_each_each_pool()Tejun Heo-8/+8
2013-03-13workqueue: update comments and a warning messageTejun Heo-40/+44
2013-03-13workqueue: fix max_active handling in init_and_link_pwq()Tejun Heo-5/+9
2013-03-13workqueue: implement and use pwq_adjust_max_active()Tejun Heo-45/+38
2013-03-13workqueue: relocate pwq_set_max_active()Tejun Heo-20/+20
2013-03-13workqueue: convert to idr_alloc()Tejun Heo-3/+4
2013-03-12workqueue: implement current_is_workqueue_rescuer()Tejun Heo-0/+13
2013-03-12workqueue: implement sysfs interface for workqueuesTejun Heo-0/+288
2013-03-12workqueue: reject adjusting max_active or applying attrs to ordered workqueuesTejun Heo-0/+9
2013-03-12workqueue: make it clear that WQ_DRAINING is an internal flagTejun Heo-4/+4
2013-03-12workqueue: implement apply_workqueue_attrs()Tejun Heo-20/+71
2013-03-12workqueue: perform non-reentrancy test when queueing to unbound workqueues tooTejun Heo-23/+19
2013-03-12workqueue: prepare flush_workqueue() for dynamic creation and destrucion of u...Tejun Heo-2/+23
2013-03-12workqueue: implement get/put_pwq()Tejun Heo-23/+114
2013-03-12workqueue: restructure __alloc_workqueue_key()Tejun Heo-29/+38
2013-03-12workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL insteadTejun Heo-12/+10
2013-03-12workqueue: add pool ID to the names of unbound kworkersTejun Heo-1/+2
2013-03-12workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()Tejun Heo-11/+11
2013-03-12workqueue: remove unbound_std_worker_pools[] and related helpersTejun Heo-60/+6
2013-03-12workqueue: implement attribute-based unbound worker_pool managementTejun Heo-13/+224
2013-03-12workqueue: introduce workqueue_attrsTejun Heo-22/+81
2013-03-12workqueue: separate out init_worker_pool() from init_workqueues()Tejun Heo-16/+21
2013-03-12workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arbTejun Heo-11/+10
2013-03-12workqueue: update synchronization rules on worker_pool_idrTejun Heo-25/+46
2013-03-12workqueue: update synchronization rules on workqueue->pwqsTejun Heo-17/+70
2013-03-12workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...Tejun Heo-15/+14
2013-03-12workqueue: remove workqueue_struct->pool_wq.singleTejun Heo-14/+12
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo-13/+11
2013-03-12workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iteratorsTejun Heo-49/+28
2013-03-12workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functionsTejun Heo-42/+45
2013-03-12workqueue: introduce for_each_pool()Tejun Heo-15/+21
2013-03-12workqueue: replace for_each_pwq_cpu() with for_each_pwq()Tejun Heo-31/+22
2013-03-12workqueue: add workqueue_struct->pwqs listTejun Heo-6/+27
2013-03-12workqueue: introduce kmem_cache for pool_workqueuesTejun Heo-31/+12
2013-03-12workqueue: make workqueue_lock irq-safeTejun Heo-22/+22
2013-03-12workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()sTejun Heo-39/+46
2013-03-08workqueue: fix possible pool stall bug in wq_unbind_fn()Lai Jiangshan-19/+25
2013-03-04workqueue: better define synchronization rule around rescuer->pool updatesLai Jiangshan-1/+2
2013-03-04workqueue: change argument of worker_maybe_bind_and_lock() to @poolLai Jiangshan-9/+9
2013-03-04workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock()Lai Jiangshan-4/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-8/+5
2013-02-19workqueue: un-GPL function delayed_work_timer_fn()Konstantin Khlebnikov-1/+1
2013-02-13workqueue: rename cpu_workqueue to pool_workqueueTejun Heo-217/+216