summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
AgeCommit message (Expand)Author
2010-06-29workqueue: implement concurrency managed dynamic worker poolTejun Heo
2010-06-29workqueue: implement WQ_NON_REENTRANTTejun Heo
2010-06-29workqueue: carry cpu number in work data once execution startsTejun Heo
2010-06-29workqueue: make single thread workqueue shared worker pool friendlyTejun Heo
2010-06-29workqueue: reimplement workqueue freeze using max_activeTejun Heo
2010-06-29workqueue: implement per-cwq active work limitTejun Heo
2010-06-29workqueue: reimplement work flushing using linked worksTejun Heo
2010-06-29workqueue: reimplement workqueue flushing using color coded worksTejun Heo
2010-06-29workqueue: update cwq alignementTejun Heo
2010-06-29workqueue: define masks for work flags and conditionalize STATIC flagsTejun Heo
2010-06-29workqueue: merge feature parameters into flagsTejun Heo
2010-06-29workqueue: misc/cosmetic updatesTejun Heo
2010-06-29workqueue: kill RT workqueueTejun Heo
2010-06-14lockdep: Add an in_workqueue_context() lockdep-based test functionPaul E. McKenney
2009-11-15workqueue: Add debugobjects supportThomas Gleixner
2009-10-14workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds
2009-09-21Change "useing" -> "using".Dmitri Vorobiev
2009-09-05workqueues: introduce __cancel_delayed_work()Oleg Nesterov
2009-04-03workqueue: add to_delayed_work() helper functionJean Delvare
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-22debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner
2009-01-12locking, hpet: annotate false positive warningPeter Zijlstra
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell
2008-10-21workqueue: introduce create_rt_workqueueHeiko Carstens
2008-07-25workqueues: implement flush_work()Oleg Nesterov
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui
2008-02-14include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov
2007-05-18revert "cancel_delayed_work: use del_timer() instead of del_timer_sync()"Oleg Nesterov
2007-05-17make freezeable workqueues singlethreadOleg Nesterov
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov
2007-05-09workqueue: kill NOAUTOREL worksOleg Nesterov
2007-05-09make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wqOleg Nesterov
2007-05-09workqueue: kill run_scheduled_work()Oleg Nesterov
2007-05-09implement flush_work()Oleg Nesterov
2007-05-08Add a new deferrable delayed work initVenki Pallipadi
2007-04-26[WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()Oleg Nesterov
2006-12-16Make workqueue bit operations work on "atomic_long_t"Linus Torvalds
2006-12-15Fix "delayed_work_pending()" macro expansionLinus Torvalds
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds
2006-12-07[PATCH] Support for freezeable workqueuesRafael J. Wysocki
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-11-22WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells
2006-11-22WorkStruct: Typedef the work function prototypeDavid Howells
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells
2006-06-30[CPUFREQ] Add queue_delayed_work_on() interface for workqueues.Venkatesh Pallipadi
2006-02-28[SCSI] add execute_in_process_context() APIJames Bottomley