aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-12-04workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo
2012-12-01workqueue: add WARN_ON_ONCE() on CPU number to wq_worker_waking_up()Joonsoo Kim
2012-12-01workqueue: trivial fix for return statement in work_busy()Joonsoo Kim
2012-12-01workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo
2012-12-01workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-20workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending()Tejun Heo
2012-09-19workqueue: use cwq_set_max_active() helper for workqueue_set_max_active()Lai Jiangshan
2012-09-19workqueue: introduce cwq_set_max_active() helper for thaw_workqueues()Lai Jiangshan
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo
2012-09-18workqueue: remove @delayed from cwq_dec_nr_in_flight()Lai Jiangshan
2012-09-18workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan
2012-09-18workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()Lai Jiangshan
2012-09-18workqueue: use __cpuinit instead of __devinit for cpu callbacksLai Jiangshan
2012-09-18workqueue: rename manager_mutex to assoc_mutexLai Jiangshan
2012-09-18workqueue: WORKER_REBIND is no longer necessary for idle rebindingLai Jiangshan
2012-09-18workqueue: WORKER_REBIND is no longer necessary for busy rebindingLai Jiangshan
2012-09-18workqueue: reimplement idle worker rebindingLai Jiangshan
2012-09-17Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Tejun Heo
2012-09-17workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan
2012-09-10workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan
2012-09-10workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan
2012-09-05workqueue: fix possible deadlock in idle worker rebindingTejun Heo
2012-09-05workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo
2012-09-04workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan
2012-08-21workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()Tejun Heo
2012-08-21workqueue: use irqsafe timer for delayed_workTejun Heo
2012-08-20workqueue: gut system_nrt[_freezable]_wq()Tejun Heo
2012-08-20workqueue: gut flush[_delayed]_work_sync()Tejun Heo
2012-08-20workqueue: make all workqueues non-reentrantTejun Heo
2012-08-20workqueue: fix checkpatch issuesValentin Ilie
2012-08-16workqueue: use system_highpri_wq for unbind_workJoonsoo Kim
2012-08-16workqueue: use system_highpri_wq for highpri workers in rebind_workers()Joonsoo Kim
2012-08-16workqueue: introduce system_highpri_wqJoonsoo Kim
2012-08-16workqueue: change value of lcpu in __queue_delayed_work_on()Joonsoo Kim
2012-08-16workqueue: correct req_cpu in trace_workqueue_queue_work()Joonsoo Kim
2012-08-16workqueue: use enum value to set array size of pools in gcwqJoonsoo Kim
2012-08-13workqueue: add missing wmb() in clear_work_data()Tejun Heo
2012-08-13workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo
2012-08-03workqueue: implement mod_delayed_work[_on]()Tejun Heo
2012-08-03workqueue: mark a work item being canceled as suchTejun Heo
2012-08-03workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo
2012-08-03workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo
2012-08-03workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo
2012-08-03workqueue: move try_to_grab_pending() upwardsTejun Heo
2012-08-03workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo
2012-08-03workqueue: unify local CPU queueing handlingTejun Heo
2012-08-03workqueue: set delayed_work->timer function on initializationTejun Heo