summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorLines
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
2012-08-13workqueue: add missing wmb() in clear_work_data()Tejun Heo-7/+12
2012-08-13workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo-3/+4
2012-08-03workqueue: implement mod_delayed_work[_on]()Tejun Heo-0/+53
2012-08-03workqueue: mark a work item being canceled as suchTejun Heo-18/+72
2012-08-03workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo-15/+32
2012-08-03workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo-33/+41
2012-08-03workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo-5/+9
2012-08-03workqueue: move try_to_grab_pending() upwardsTejun Heo-143/+143
2012-08-03workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo-5/+7
2012-08-03workqueue: unify local CPU queueing handlingTejun Heo-12/+7
2012-08-03workqueue: set delayed_work->timer function on initializationTejun Heo-3/+4
2012-08-03workqueue: disable irq while manipulating PENDINGTejun Heo-20/+53
2012-08-03workqueue: add missing smp_wmb() in process_one_work()Tejun Heo-0/+2
2012-08-03workqueue: make queueing functions return boolTejun Heo-24/+23
2012-08-03workqueue: reorder queueing functions so that _on() variants are on topTejun Heo-62/+62
2012-07-22workqueue: fix spurious CPU locality WARN from process_one_work()Tejun Heo-0/+6
2012-07-17workqueue: simplify CPU hotplug codeTejun Heo-54/+25
2012-07-17workqueue: remove CPU offline trusteeTejun Heo-252/+36
2012-07-17workqueue: don't butcher idle workers on an offline CPUTejun Heo-80/+14
2012-07-17workqueue: reimplement CPU online rebinding to handle idle workersTejun Heo-49/+166
2012-07-17workqueue: drop @bind from create_worker()Tejun Heo-19/+45
2012-07-17workqueue: use mutex for global_cwq manager exclusionTejun Heo-39/+26
2012-07-17workqueue: ROGUE workers are UNBOUND workersTejun Heo-25/+21
2012-07-17workqueue: drop CPU_DYING notifier operationTejun Heo-16/+13
2012-07-17workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo-1/+37
2012-07-13workqueue: reimplement WQ_HIGHPRI using a separate worker_poolTejun Heo-73/+27
2012-07-13workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo-70/+153
2012-07-12workqueue: separate out worker_pool flagsTejun Heo-22/+25
2012-07-12workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo-107/+111
2012-07-12workqueue: factor out worker_pool from global_cwqTejun Heo-99/+117
2012-07-12workqueue: don't use WQ_HIGHPRI for unbound workqueuesTejun Heo-7/+11
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra-1/+3
2012-05-14workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...Tejun Heo-2/+7
2012-04-23workqueue: Catch more locking problems with flush_work()Stephen Boyd-0/+3