summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
AgeCommit message (Expand)Author
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell
2008-10-22workqueue: 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-13include/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-27[SCSI] add execute_in_process_context() APIJames Bottomley
2006-01-08[PATCH] add schedule_on_each_cpu()Christoph Lameter
2005-04-16[PATCH] re-export cancel_rearming_delayed_workqueueJames Bottomley
2005-02-14[WORKQUEUE]: Add cancel_rearming_delayed_work()Andrew Morton
2004-08-22[PATCH] Move cache_reap out of timer contextDimitri Sivanich
2004-05-03[PATCH] cancel_delayed_work() fixAndrew Morton
2004-04-26[PATCH] create singlethread_workqueue()Andrew Morton
2004-02-18[PATCH] kthread primitiveAndrew Morton
2003-04-14[PATCH] flush_work_queue() fixesAndrew Morton
2002-11-04[PATCH] use timer intialiser in workqueuesAndrew Morton
2002-10-03Add <linux/linkage.h> include to get FASTCALL() define.Linus Torvalds
2002-10-02[PATCH] timer-2.5.40-F7Ingo Molnar
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar