aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/workqueue.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-21workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo1-3/+3
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo1-4/+4
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-4/+4
2011-02-09workqueue: add system_freezeable_wqTejun Heo1-0/+4
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+8
2010-12-15workqueue: deprecate cancel_rearming_delayed_work[queue]()Tejun Heo1-2/+2
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton1-3/+3
2010-10-21timer: Permit statically-declared work with deferrable timersPhil Carmody1-0/+8
2010-10-19workqueue: remove in_workqueue_context()Tejun Heo1-4/+0
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-5/+6
2010-09-19workqueue: implement flush[_delayed]_work_sync()Tejun Heo1-0/+2
2010-09-19workqueue: cleanup flush/cancel functionsTejun Heo1-9/+9
2010-09-19workqueue: implement alloc_ordered_workqueue()Tejun Heo1-0/+18
2010-09-13workqueue: add documentationTejun Heo1-0/+4
2010-08-25workqueue: fix cwq->nr_active underflowTejun Heo1-7/+9
2010-08-24workqueue: improve destroy_workqueue() debuggabilityTejun Heo1-0/+2
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-25/+129
2010-08-01workqueue: mark init_workqueues() as early_initcall()Suresh Siddha1-1/+0
2010-07-22workqueue: fix how cpu number is stored in work->dataTejun Heo1-6/+8
2010-07-02workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo1-4/+3
2010-07-02workqueue: implement unbound workqueueTejun Heo1-1/+14
2010-07-02workqueue: prepare for WQ_UNBOUND implementationTejun Heo1-3/+7
2010-06-29workqueue: implement cpu intensive workqueueTejun Heo1-0/+1
2010-06-29workqueue: implement high priority workqueueTejun Heo1-0/+1
2010-06-29workqueue: implement several utility APIsTejun Heo1-1/+10
2010-06-29workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo1-11/+29
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo1-1/+3
2010-06-29workqueue: implement concurrency managed dynamic worker poolTejun Heo1-3/+5
2010-06-29workqueue: implement WQ_NON_REENTRANTTejun Heo1-0/+1
2010-06-29workqueue: carry cpu number in work data once execution startsTejun Heo1-2/+5
2010-06-29workqueue: make single thread workqueue shared worker pool friendlyTejun Heo1-3/+3
2010-06-29workqueue: reimplement workqueue freeze using max_activeTejun Heo1-0/+7
2010-06-29workqueue: implement per-cwq active work limitTejun Heo1-9/+9
2010-06-29workqueue: reimplement work flushing using linked worksTejun Heo1-1/+3
2010-06-29workqueue: reimplement workqueue flushing using color coded worksTejun Heo1-2/+19
2010-06-29workqueue: update cwq alignementTejun Heo1-1/+4
2010-06-29workqueue: define masks for work flags and conditionalize STATIC flagsTejun Heo1-8/+21
2010-06-29workqueue: merge feature parameters into flagsTejun Heo1-10/+15
2010-06-29workqueue: misc/cosmetic updatesTejun Heo1-0/+5
2010-06-29workqueue: kill RT workqueueTejun Heo1-11/+9
2010-06-14lockdep: Add an in_workqueue_context() lockdep-based test functionPaul E. McKenney1-0/+4
2009-11-16workqueue: Add debugobjects supportThomas Gleixner1-11/+27
2009-10-14workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds1-0/+1
2009-09-21Change "useing" -> "using".Dmitri Vorobiev1-1/+1
2009-09-05workqueues: introduce __cancel_delayed_work()Oleg Nesterov1-0/+15
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-0/+5
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2009-01-22debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner1-0/+6
2009-01-12locking, hpet: annotate false positive warningPeter Zijlstra1-0/+6