summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
AgeCommit message (Expand)AuthorLines
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
2012-04-16workqueue: change BUG_ON() to WARN_ON()Dan Carpenter-1/+4
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-19/+3
2012-03-12workqueue: use percpu allocator for cwq on UPLai Jiangshan-19/+3
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern-1/+6
2012-01-10workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo-10/+22
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-09-14workqueue: lock cwq access in drain_workqueueThomas Tuttle-1/+6
2011-07-22Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-28/+53
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-3/+1
2011-05-20workqueue: separate out drain_workqueue() from destroy_workqueue()Tejun Heo-28/+53
2011-04-29workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo-1/+7
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo-3/+1
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet-2/+4
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+5
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka-0/+6
2011-02-21workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo-5/+5