summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14workqueue: add missing wmb() in clear_work_data()Tejun Heo1-7/+12
2012-08-14workqueue: fix CPU binding of flush_delayed_work[_sync]()Tejun Heo1-3/+4
2012-08-03workqueue: implement mod_delayed_work[_on]()Tejun Heo1-0/+53
2012-08-03workqueue: mark a work item being canceled as suchTejun Heo1-18/+72
2012-08-03workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()Tejun Heo1-15/+32
2012-08-03workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()Tejun Heo1-33/+41
2012-08-03workqueue: introduce WORK_OFFQ_FLAG_*Tejun Heo1-5/+9
2012-08-03workqueue: move try_to_grab_pending() upwardsTejun Heo1-143/+143
2012-08-03workqueue: fix zero @delay handling of queue_delayed_work_on()Tejun Heo1-5/+7
2012-08-03workqueue: unify local CPU queueing handlingTejun Heo1-12/+7
2012-08-03workqueue: set delayed_work->timer function on initializationTejun Heo1-3/+4
2012-08-03workqueue: disable irq while manipulating PENDINGTejun Heo1-20/+53
2012-08-03workqueue: add missing smp_wmb() in process_one_work()Tejun Heo1-0/+2
2012-08-03workqueue: make queueing functions return boolTejun Heo1-24/+23
2012-08-03workqueue: reorder queueing functions so that _on() variants are on topTejun Heo1-62/+62
2012-07-22workqueue: fix spurious CPU locality WARN from process_one_work()Tejun Heo1-0/+6
2012-07-17workqueue: simplify CPU hotplug codeTejun Heo1-54/+25
2012-07-17workqueue: remove CPU offline trusteeTejun Heo1-252/+36
2012-07-17workqueue: don't butcher idle workers on an offline CPUTejun Heo1-80/+14
2012-07-17workqueue: reimplement CPU online rebinding to handle idle workersTejun Heo1-49/+166
2012-07-17workqueue: drop @bind from create_worker()Tejun Heo1-19/+45
2012-07-17workqueue: use mutex for global_cwq manager exclusionTejun Heo1-39/+26
2012-07-17workqueue: ROGUE workers are UNBOUND workersTejun Heo1-25/+21
2012-07-17workqueue: drop CPU_DYING notifier operationTejun Heo1-16/+13
2012-07-17workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo1-1/+37
2012-07-14workqueue: reimplement WQ_HIGHPRI using a separate worker_poolTejun Heo1-73/+27
2012-07-14workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo1-70/+153
2012-07-13workqueue: separate out worker_pool flagsTejun Heo1-22/+25
2012-07-13workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo1-107/+111
2012-07-13workqueue: factor out worker_pool from global_cwqTejun Heo1-99/+117
2012-07-13workqueue: don't use WQ_HIGHPRI for unbound workqueuesTejun Heo1-7/+11
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra1-1/+3
2012-05-15workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...Tejun Heo1-2/+7
2012-04-23workqueue: Catch more locking problems with flush_work()Stephen Boyd1-0/+3
2012-04-17workqueue: change BUG_ON() to WARN_ON()Dan Carpenter1-1/+4
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-19/+3
2012-03-12workqueue: use percpu allocator for cwq on UPLai Jiangshan1-19/+3
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-1/+6
2012-01-11workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo1-10/+22
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-09-15workqueue: lock cwq access in drain_workqueueThomas Tuttle1-1/+6
2011-07-23Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-28/+53
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-3/+1
2011-05-20workqueue: separate out drain_workqueue() from destroy_workqueue()Tejun Heo1-28/+53
2011-04-29workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo1-1/+7
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-3/+1
2011-03-23kthread: use kthread_create_on_node()Eric Dumazet1-2/+4
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+5
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka1-0/+6
2011-02-21workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo1-5/+5