aboutsummaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2014-04-14workqueue: cond_resched() after processing each work itemTejun Heo
2014-03-11workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan
2013-08-29workqueue: consider work function when searching for busy work itemsTejun Heo
2013-08-29workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan
2012-12-17workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo
2012-12-10workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith
2012-10-13workqueue: add missing smp_wmb() in process_one_work()Tejun Heo
2012-10-02workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan
2012-10-02workqueue: reimplement work_on_cpu() using system_wqTejun Heo
2012-08-09workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo
2012-06-01workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...Tejun Heo
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-03-12workqueue: use percpu allocator for cwq on UPLai Jiangshan
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern
2012-01-10workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-09-14workqueue: lock cwq access in drain_workqueueThomas Tuttle
2011-07-22Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-05-20workqueue: separate out drain_workqueue() from destroy_workqueue()Tejun Heo
2011-04-29workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-03-08debugobjects: Add hint for better object identificationStanislaw Gruszka
2011-02-21workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo
2011-02-16workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longTejun Heo
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2011-02-14workqueue: wake up a worker when a rescuer is leaving a gcwqTejun Heo
2011-02-09workqueue: add system_freezeable_wqTejun Heo
2011-01-11workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noopTejun Heo
2011-01-11workqueue: relax lockdep annotation on flush_work()Tejun Heo
2010-12-20workqueue: allow chained queueing during destructionTejun Heo
2010-12-14workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt
2010-11-26workqueue: check the allocation of system_unbound_wqHitoshi Mitake
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells
2010-10-19workqueue: remove in_workqueue_context()Tejun Heo
2010-10-19workqueue: Clarify that schedule_on_each_cpu is synchronousTejun Heo
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo
2010-10-11workqueue: fix HIGHPRI handling in keep_working()Tejun Heo
2010-10-05workqueue: add queue_work and activate_work trace pointsTejun Heo
2010-10-05workqueue: prepare for more tracepointsTejun Heo
2010-09-19workqueue: implement flush[_delayed]_work_sync()Tejun Heo
2010-09-19workqueue: factor out start_flush_work()Tejun Heo
2010-09-19workqueue: cleanup flush/cancel functionsTejun Heo
2010-09-13workqueue: add documentationTejun Heo
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-08-31workqueue: use zalloc_cpumask_var() for gcwq->mayday_maskTejun Heo