summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-12workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...Tejun Heo1-15/+14
2013-03-12workqueue: remove workqueue_struct->pool_wq.singleTejun Heo1-14/+12
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo1-13/+11
2013-03-12workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iteratorsTejun Heo1-49/+28
2013-03-12workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functionsTejun Heo1-42/+45
2013-03-12workqueue: introduce for_each_pool()Tejun Heo1-15/+21
2013-03-12workqueue: replace for_each_pwq_cpu() with for_each_pwq()Tejun Heo1-31/+22
2013-03-12workqueue: add workqueue_struct->pwqs listTejun Heo1-6/+27
2013-03-12workqueue: introduce kmem_cache for pool_workqueuesTejun Heo1-31/+12
2013-03-12workqueue: make workqueue_lock irq-safeTejun Heo1-22/+22
2013-03-12workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()sTejun Heo1-39/+46
2013-03-09workqueue: fix possible pool stall bug in wq_unbind_fn()Lai Jiangshan1-19/+25
2013-03-04workqueue: better define synchronization rule around rescuer->pool updatesLai Jiangshan1-1/+2
2013-03-04workqueue: change argument of worker_maybe_bind_and_lock() to @poolLai Jiangshan1-9/+9
2013-03-04workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock()Lai Jiangshan1-4/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-8/+5
2013-02-19workqueue: un-GPL function delayed_work_timer_fn()Konstantin Khlebnikov1-1/+1
2013-02-14workqueue: rename cpu_workqueue to pool_workqueueTejun Heo1-217/+216
2013-02-14workqueue: reimplement is_chained_work() using current_wq_worker()Tejun Heo1-25/+8
2013-02-14workqueue: fix is_chained_work() regressionTejun Heo1-1/+1
2013-02-08workqueue: pick cwq instead of pool in __queue_work()Lai Jiangshan1-16/+13
2013-02-08workqueue: make get_work_pool_id() cheaperLai Jiangshan1-2/+6
2013-02-08workqueue: move nr_running into worker_poolTejun Heo1-41/+22
2013-02-07workqueue: cosmetic update in try_to_grab_pending()Tejun Heo1-21/+17
2013-02-07workqueue: simplify is-work-item-queued-here testLai Jiangshan1-24/+16
2013-02-07workqueue: make work->data point to pool after try_to_grab_pending()Lai Jiangshan1-0/+10
2013-02-07workqueue: add delayed_work->wq to simplify reentrancy handlingLai Jiangshan1-29/+3
2013-02-07workqueue: make work_busy() test WORK_STRUCT_PENDING firstLai Jiangshan1-10/+6
2013-02-07workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_ENDLai Jiangshan1-5/+5
2013-01-24workqueue: post global_cwq removal cleanupsTejun Heo1-52/+52
2013-01-24workqueue: rename nr_running variablesTejun Heo1-4/+5
2013-01-24workqueue: remove global_cwqTejun Heo1-29/+17
2013-01-24workqueue: remove worker_pool->gcwqTejun Heo1-7/+5
2013-01-24workqueue: replace for_each_worker_pool() with for_each_std_worker_pool()Tejun Heo1-22/+17
2013-01-24workqueue: make freezing/thawing per-poolTejun Heo1-26/+20
2013-01-24workqueue: make hotplug processing per-poolTejun Heo1-87/+62
2013-01-24workqueue: move global_cwq->lock to worker_poolTejun Heo1-162/+154
2013-01-24workqueue: move global_cwq->cpu to worker_poolTejun Heo1-21/+21
2013-01-24workqueue: move busy_hash from global_cwq to worker_poolTejun Heo1-52/+59
2013-01-24workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo1-44/+67
2013-01-24workqueue: add worker_pool->idTejun Heo1-0/+21
2013-01-24workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo1-2/+2
2013-01-24workqueue: make GCWQ_FREEZING a pool flagTejun Heo1-13/+15
2013-01-24workqueue: make GCWQ_DISASSOCIATED a pool flagTejun Heo1-31/+35
2013-01-24workqueue: use std_ prefix for the standard per-cpu poolsTejun Heo1-11/+11
2013-01-24workqueue: unexport work_cpu()Tejun Heo1-2/+2
2013-01-19workqueue: move struct worker definition to workqueue_internal.hTejun Heo1-31/+1
2013-01-19workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo1-1/+1
2013-01-18workqueue: set PF_WQ_WORKER on rescuersTejun Heo1-7/+28
2012-12-19workqueue: fix find_worker_executing_work() brekage from hashtable conversionTejun Heo1-1/+1