summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorLines
2013-01-24workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo-2/+2
2013-01-24workqueue: make GCWQ_FREEZING a pool flagTejun Heo-13/+15
2013-01-24workqueue: make GCWQ_DISASSOCIATED a pool flagTejun Heo-31/+35
2013-01-24workqueue: use std_ prefix for the standard per-cpu poolsTejun Heo-11/+11
2013-01-24workqueue: unexport work_cpu()Tejun Heo-2/+2
2013-01-18workqueue: move struct worker definition to workqueue_internal.hTejun Heo-31/+1
2013-01-18workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo-1/+1
2013-01-17workqueue: set PF_WQ_WORKER on rescuersTejun Heo-7/+28
2012-12-19workqueue: fix find_worker_executing_work() brekage from hashtable conversionTejun Heo-1/+1
2012-12-18workqueue: consider work function when searching for busy work itemsTejun Heo-8/+31
2012-12-18workqueue: use new hashtable implementationSasha Levin-71/+15
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-2/+4
2012-12-04workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo-2/+2
2012-12-01workqueue: add WARN_ON_ONCE() on CPU number to wq_worker_waking_up()Joonsoo Kim-1/+3
2012-12-01workqueue: trivial fix for return statement in work_busy()Joonsoo Kim-1/+1
2012-12-01workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo-3/+11
2012-12-01workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith-1/+3
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-578/+639
2012-09-20workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending()Tejun Heo-2/+0
2012-09-19workqueue: use cwq_set_max_active() helper for workqueue_set_max_active()Lai Jiangshan-1/+1
2012-09-19workqueue: introduce cwq_set_max_active() helper for thaw_workqueues()Lai Jiangshan-5/+21
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo-17/+8
2012-09-18workqueue: remove @delayed from cwq_dec_nr_in_flight()Lai Jiangshan-13/+8
2012-09-18workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan-3/+22
2012-09-18workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()Lai Jiangshan-1/+1
2012-09-18workqueue: use __cpuinit instead of __devinit for cpu callbacksLai Jiangshan-2/+2
2012-09-18workqueue: rename manager_mutex to assoc_mutexLai Jiangshan-19/+19
2012-09-18workqueue: WORKER_REBIND is no longer necessary for idle rebindingLai Jiangshan-26/+15
2012-09-18workqueue: WORKER_REBIND is no longer necessary for busy rebindingLai Jiangshan-16/+2
2012-09-18workqueue: reimplement idle worker rebindingLai Jiangshan-99/+42
2012-09-17Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Tejun Heo-23/+99
2012-09-17workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan-2/+10
2012-09-10workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan-1/+36
2012-09-10workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan-1/+4
2012-09-05workqueue: fix possible deadlock in idle worker rebindingTejun Heo-2/+27
2012-09-05workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo-13/+13
2012-09-04workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan-6/+11
2012-08-21workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()Tejun Heo-0/+30
2012-08-21workqueue: use irqsafe timer for delayed_workTejun Heo-9/+11
2012-08-20workqueue: gut system_nrt[_freezable]_wq()Tejun Heo-9/+1
2012-08-20workqueue: gut flush[_delayed]_work_sync()Tejun Heo-112/+10
2012-08-20workqueue: make all workqueues non-reentrantTejun Heo-6/+7
2012-08-20workqueue: fix checkpatch issuesValentin Ilie-16/+13
2012-08-16workqueue: use system_highpri_wq for unbind_workJoonsoo Kim-1/+1
2012-08-16workqueue: use system_highpri_wq for highpri workers in rebind_workers()Joonsoo Kim-4/+14
2012-08-16workqueue: introduce system_highpri_wqJoonsoo Kim-3/+6
2012-08-16workqueue: change value of lcpu in __queue_delayed_work_on()Joonsoo Kim-2/+8
2012-08-16workqueue: correct req_cpu in trace_workqueue_queue_work()Joonsoo Kim-1/+2
2012-08-16workqueue: use enum value to set array size of pools in gcwqJoonsoo Kim-1/+2