aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-11workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noopTejun Heo1-1/+5
2011-01-11workqueue: relax lockdep annotation on flush_work()Tejun Heo1-2/+12
2010-12-20workqueue: allow chained queueing during destructionTejun Heo1-1/+59
2010-12-14workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt1-2/+2
2010-11-26workqueue: check the allocation of system_unbound_wqHitoshi Mitake1-1/+2
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton1-1/+1
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells1-1/+3
2010-10-19workqueue: remove in_workqueue_context()Tejun Heo1-15/+0
2010-10-19workqueue: Clarify that schedule_on_each_cpu is synchronousTejun Heo1-4/+6
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-0/+7
2010-10-11workqueue: fix HIGHPRI handling in keep_working()Tejun Heo1-1/+3
2010-10-05workqueue: add queue_work and activate_work trace pointsTejun Heo1-0/+3
2010-10-05workqueue: prepare for more tracepointsTejun Heo1-3/+3
2010-09-19workqueue: implement flush[_delayed]_work_sync()Tejun Heo1-0/+56
2010-09-19workqueue: factor out start_flush_work()Tejun Heo1-27/+37
2010-09-19workqueue: cleanup flush/cancel functionsTejun Heo1-81/+94
2010-09-13workqueue: add documentationTejun Heo1-10/+17
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-15/+38
2010-08-31workqueue: use zalloc_cpumask_var() for gcwq->mayday_maskTejun Heo1-1/+1
2010-08-31workqueue: fix GCWQ_DISASSOCIATED initializationTejun Heo1-2/+3
2010-08-25workqueue: fix cwq->nr_active underflowTejun Heo1-10/+20
2010-08-24workqueue: improve destroy_workqueue() debuggabilityTejun Heo1-1/+6
2010-08-23workqueue: mark lock acquisition on worker_maybe_bind_and_lock()Namhyung Kim1-0/+1
2010-08-23workqueue: annotate lock context changeNamhyung Kim1-0/+6
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven1-0/+9
2010-08-16workqueue: free rescuer on destroy_workqueueXiaotian Feng1-1/+1
2010-08-09workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifierTejun Heo1-1/+1
2010-08-08workqueue: add missing __percpu markup in kernel/workqueue.cNamhyung Kim1-1/+1
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-405/+2755
2010-08-01workqueue: mark init_workqueues() as early_initcall()Suresh Siddha1-1/+3
2010-08-01workqueue: explain for_each_*cwq_cpu() iteratorsTejun Heo1-0/+13
2010-07-22workqueue: fix how cpu number is stored in work->dataTejun Heo1-23/+13
2010-07-20workqueue: fix mayday_mask handling on UPTejun Heo1-7/+28
2010-07-20workqueue: fix build problem on !CONFIG_SMPTejun Heo1-4/+14
2010-07-14workqueue: fix locking in retry path of maybe_create_worker()Tejun Heo1-5/+3
2010-07-02workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo1-82/+18
2010-07-02workqueue: implement unbound workqueueTejun Heo1-59/+159
2010-07-02workqueue: prepare for WQ_UNBOUND implementationTejun Heo1-40/+43
2010-07-02workqueue: fix worker management invocation without pending worksTejun Heo1-2/+2
2010-07-02workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq()Tejun Heo1-1/+1
2010-07-02workqueue: fix race condition in flush_workqueue()Tejun Heo1-0/+4
2010-07-02workqueue: use worker_set/clr_flags() only from worker itselfTejun Heo1-19/+28
2010-06-29workqueue: implement cpu intensive workqueueTejun Heo1-1/+15
2010-06-29workqueue: implement high priority workqueueTejun Heo1-6/+64
2010-06-29workqueue: implement several utility APIsTejun Heo1-1/+107
2010-06-29workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo1-17/+25
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo1-50/+13
2010-06-29workqueue: implement concurrency managed dynamic worker poolTejun Heo1-103/+833
2010-06-29workqueue: implement worker_{set|clr}_flags()Tejun Heo1-8/+40
2010-06-29workqueue: use shared worklist and pool all workers per cpuTejun Heo1-32/+99